@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media all and (min-width: 768px) and (max-width: 1200px) {
.viewpc {
	display: block!important;
}
.viewtb {
	display: block!important;
}
.viewsp {
	display: none;
}
.nonetb {
	display: none!important;
}


body {
	background-image: none;
	width: 100%;
}
.inner,
.inner_conpact {
	clear: both;
	width: 96%;
	margin: 0 auto;
	padding: 0 2% 0 2%;
}
img {
		width: 100%;
		height: auto
	}

/* ===============
header
================*/
header {
	width: 100%;
	height: 89px;
	background-color: #001c4f;
	color: #fff;
	overflow: hidden;
}
header .inner {
	width: 98%;
	margin: 0 auto;
}
header .logo_area {
	width: 500px;
	float: left;
	text-align: left;
}
header .logo_area h1 {
	text-align: left;
	margin: 10px 0 8px 0;
	font-size: 14px;
	line-height: 46px;
}
header .logo_area h1 img {
	width: 120px;
	height: auto;
	margin-right: 20px;
	vertical-align: middle;
}
header .logo_area h1 a {
	color: #fff;
}

header .logo_kansei {
	float: right;
	width: 120px;
	margin: 14px 0 0 0;
}
header .logo_kansei img {
	width: 100%;
	height: auto;
}

/* ===============
header #g_nav
================*/
header #g_nav {
	clear: both;
	width: 760px;
	margin: 0 auto;
}
header #g_nav ul {
	margin: 0 auto;
}
header #g_nav ul li {
	float: left;
	width: 110px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #fff;
}
header #g_nav ul li:first-child {
	border-left: 1px solid #fff;
}
header #g_nav ul li a {
	display: block;
	font-weight: 600;
	color: #fff;
}
header #g_nav ul li.on a,
header #g_nav ul li a:hover {
	border-bottom: 3px solid #e8b500;
	color: #fff;
	text-decoration: none;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	padding-top: 89px;
}
main .contentswide .inner {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
main .link_box a {
	display: block;
	clear: both;
	float: right;
	padding: 8px 42px 8px 12px;
	border: 1px solid #001c4f;
	color: #001c4f;
	font-weight: 400;
	font-size: 12px;
	background: url("../images/common/arrow_r.png") no-repeat 96% center;
	background-size: 8px;
}
main .link_box a:hover {
	background-color: #001c4f;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all ease 0s;
}

.btn_pamphlet a {
	display: block;
	width: 90%;
	max-width: 810px;
	height: 122px;
	padding: 10px 20px;
	margin: 60px auto;
	background: url("../images/common/arrow_rc_w.png") no-repeat 97% center #001c4f;
	background-size: 90px;
	border-radius: 4px;
  box-shadow: 0px 6px 0px 0px rgba(41, 61, 97, 0.53);
}
.btn_pamphlet img {
	width: 140px;
	margin-right: 20px;
	float: left;
	margin-top: 8px;
}
.btn_pamphlet a h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin: 18px 0 0 0;
	letter-spacing: -0.03em;
}
.btn_pamphlet a p {
	font-size: 14px;
	line-height: 1.3;
	margin: 14px 0;
	color: #fff;
	font-weight: 200;
}
.btn_pamphlet a:hover {
	margin: 60px auto;
  box-shadow: 0px 6px 0px 0px rgba(41, 61, 97, 0.53);
	transition: none;
}

/* ===============
.topimage
================*/
main .topimage {
	width: 100%;
	height: 500px;
	background: url("../images/index/topimage_2.jpg") no-repeat top center;
	background-size: cover;
}
main .topimage h1 {
	text-indent: -9999px;
}
main .topimage h2 {
	margin:4% 8% 0;

}
main .topimage p {
	margin:2% 8% 0;
}

/* ===============
.index_lead
================*/
main .index_lead {
	width: 100%;
	margin: 40px auto 20px auto;
}
main .index_lead .inner {
	width: 100%;
	margin: 30px 0 0 0;
	overflow: hidden;
}
main .index_lead .lead_img {
	float: left;
	width: 30%;
}
main .lead_txt {
	float: right;
	width: 65%;
}
main .index_lead h2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	font-size: 24px;
	margin: 0 0 20px 0;
	font-weight: 200;
}
main .index_lead p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}

/* ===============
.index_course
================*/
main .index_course {
	width: 100%;
	clear: both;
	background-color: #eaeff7;
	padding: 30px 0;
}
main .index_course h2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	font-size: 24px;
	margin: 0 auto 20px auto;
	font-weight: 200;
	text-align: center;
}
main .index_course .index_courseitem {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
main .index_course .index_courseitem .courseitem {
	flex-basis: 28%;
}
main .index_course .index_courseitem .courseitem img {
	width: 100%;
	height: auto;
	text-align: center;
}
main .index_course .index_courseitem .courseitem h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 20px auto 10px auto;
}
main .index_course .index_courseitem .courseitem p {
	line-height: 1.7;
}


 
/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/common/totop.png) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
#pagetop a:hover {
	background: url(../images/common/totop.png) no-repeat;
 	opacity: 0.3;
}

/* ===================
footer
====================== */
footer {
	clear: both;
	background-color: #6181bc;
	width: 100%;
}
footer .ftr_logo {
	float: left;
	margin: 16px 0;
}
footer .ftr_logo h1 img {
	width: 180px;
	height: auto;
}
footer .ftr_logo span {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	color: #fff;
	letter-spacing: -0.03em;
}
footer .ftr_link {
	float: right;
}
footer .ftr_link ul li {
	float: left;
	width: 30px;
	margin: 40px 20px 0 0;
}
footer .footer_copyright {
	clear: both;
	width: 100%;
	background-color: #001c4f;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	padding: 20px 0;
	letter-spacing: -0.01em;
}
footer .footer_copyright a {
	color: #fff;
	text-decoration: none;
}
footer .footer_copyright a:hover {
	text-decoration: underline;
}

}