@charset "UTF-8";

/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* フォント
----------------------------------------*/
@font-face{
	font-display:swap;
	font-family:'NotoSans_L';
	font-style:normal;
	src:url(../font/NotoSansCJKjp-Light.woff2) format('woff2'),
		url(../font/NotoSansCJKjp-Light.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSans_R';
	font-style:normal;
	src:url(../font/NotoSansCJKjp-Regular.woff2) format('woff2'),
		url(../font/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSerif_R';
	font-style:normal;
	src:url(../font/NotoSerifCJKjp-Regular.woff2) format('woff2'),
		url(../font/NotoSerifCJKjp-Regular.woff) format('woff');
}

@font-face{
	font-display:swap;
	font-family:'Hannari';
	font-style:normal;
	src:url(../font/Hannari.woff2) format('woff2'),
		url(../font/Hannari.woff) format('woff');
}
body{
	min-width: 1000px;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: "NotoSans_R";
	color:#333;
	
}
.w1000{
	width:1000px;
	margin:0 auto;
}
.w800{
	width:1000px;
	margin:0 auto;
}
a.link{
	display: inline-block!important;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	font-size:20px;
	padding:10px 15px;
	background: #0bc8c0;
	line-height: 100%;
}
a.link:hover{
	text-decoration: none;
	opacity: 0.8;
}
a.link2{
	display: inline-block!important;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	font-size:20px;
	padding:10px 50px;
	line-height: 100%;
	background:#de7676 url(../images/base/mouse2.png) no-repeat center right;
}
a.link2:hover{
	text-decoration: none;
	opacity: 0.8;
}
/*----------------------------- 
			ヘッダー
----------------------------- */
.sp_h_menu{
	display: none;
}
h1{
	font-size:11px;
	font-weight: normal;
	font-family: "NotoSans_L";
	background: #000000;
	padding:5px;
}
h1 a{
	display: block;
	width:1000px;
	margin:0 auto;
	color:#fff;
}
header{
	background: url("../images/base/h_bk_blue.png") no-repeat left top,url("../images/base/h_bk_green.png") no-repeat right top;
	height:120px;
}
#h_inner{
	position: relative;
	width:1000px;
	margin:0 auto;
}
#h_inner p.logo{
	position: absolute;
	font-family: "Hannari";
	font-size:50px;
	color:#333;
	font-weight: normal;
	left:230px;
	top:-10px;
}
#h_inner p.logo span{
	font-family: "NotoSerif_R";
	font-size:16px;
	vertical-align: middle;
	margin-right:20px;
	letter-spacing: 1.0px;
}
#h_inner p.logo a{
	text-decoration: none;
}
#h_inner p.tel{
	position: absolute;
	right:150px;
	top:25px;
}
#h_inner p.to_mousikomi{
	position: absolute;
	right:0;
	top:15px;
}
/*----------------------------- 
	ナビゲーションメニュー
----------------------------- */
nav{
	width:1000px;
	position: absolute;
	top:73px;
	font-family: "NotoSerif_R";
	color:#000;
	font-size:17px;
	box-sizing: border-box;
}
.nav{
	list-style: none;
}
.nav li{
	float:left;
	margin-right:34px;
	padding:7px 0 0 0;
	letter-spacing: -0.5px;
}
.nav li:last-child{
	margin-right:0;
}
.nav li a,.nav li span{
	display:block;
}
.nav li ul {
	display: none;
	position: absolute;	
	width:auto;
	margin-top:12px;
	z-index:999;
}
.nav li ul li {
	text-align: left;
	width:100%;
	float: none;
	height:43px;
	position:relative;
	background-color:#fbfbfb;
	font-size:15px;
	margin-right:20px;
}

.nav li ul li a {
	height:43px;
	background: #fbfbfb;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	font-weight:500;
	padding:10px 0 0 20px!important;
}
.nav li a:hover{
	color:#af1e23;
	text-decoration: none;
}
nav li:nth-of-type(7){
	padding:7px 0 0 0;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#pagetop img{
    width:auto;
	cursor:pointer;
}
/*----------------------------- 
	ぱんくずナビ
----------------------------- */
.navi_pan{
	margin:30px 0;
	font-size:11px;
}
.navi_pan li{
	float:left;
}
.navi_pan li::after{
	content:"＞";
	margin:0 5px;
}
.navi_pan li:last-child::after{
	content:"";
}
.navi_pan:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
img.bn{
	width:100%;
	height:auto;
}
h2.line01{
	text-align: center;
	font-family: "NotoSerif_R";
	font-size:30px;
	font-weight: normal;
	color:#333;
	margin-bottom:30px;
}
h2.line01 span{
	border-bottom:2px solid #e68282;
	position: relative;
	display: inline-block;
}
h2.line01 span:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 2px solid #73a72e;
}
hr.main_hr{
	clear:both;
	border:0;
	border-bottom:1px solid #ccc;
}
.cource_title{
	padding: 0.5em 1em;
    margin: 2em 0;
    color: #000;
    background:#f4efea;/*背景色*/
    border-top: double 7px #fff;/*左線*/
    border-bottom: double 7px #fff;/*右線*/
}
.cource_title div{
	width:1000px;
	margin:0 auto;
}
.cource_title div::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
.cource_title h2{
	width:600px;
	float:left;
	font-family: "NotoSerif_R";
	font-size:30px;
	font-weight: normal;
}
.cource_title h2 span{
	font-size:18px;
}
.cource_title img{
	float:right;
}
h3.title{
	text-align: center;
	font-family: "NotoSerif_R";
	font-size:24px;
	font-weight: normal;
	color:#000;
	margin-bottom:30px;
	
}
h3.title span{
	padding-bottom:10px;
	border-bottom:1px solid #e68282;
	position: relative;
	display: inline-block;
}
h3.title span:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #73a72e;
}
/*------------------------------------
       フッター
-------------------------------------*/
footer{
	background: #fbfbfb;
	margin:0 0 0 0;
	padding:20px 30px;
	
}
footer .sp_fmenu{
	display: none;
}
ul.f_nav{
	float:left;
	margin-right:50px;
}
ul.f_nav:last-child{
	margin-right:0;
}
ul.f_nav li:nth-of-type(6),li:nth-of-type(7){
	border:0;
	color:#333;
	text-align: left;
	padding:0;
	height:auto;
}
ul.f_nav li.ico{
	font-size:16px;
	background: url("../images/base/ico_g.png") no-repeat 0 5px;
	padding-left:30px;
	margin:20px 0 10px 0;
}
ul.f_nav li.ya{
	font-size:15px;
	background: url("../images/base/ico_g2.png") no-repeat 0 8px;
	padding-left:17px;
	margin:0 0 2px 15px;
}

ul.f_nav li:nth-of-type(6) a,li:nth-of-type(7) a{
	color:#333;
}
p.copyright{
	background: #0bc8c0;
	color:#fff;
	font-size:16px;
	text-align: center;
	padding:20px 0;
}
footer table.footer_nav,footer .sitemap_box{
	display: none;
}
.faq_cate_box{
	width:49%;
	border:1px solid #ccc;
	padding:15px;
	float:right;
	margin-bottom:20px;
}
.faq_cate_box:nth-child(even){
	float:left;
}
.faq_cate_box:nth-child(6){
	margin-bottom:50px;
}
.faq_cate_box img{
	width:150px;
	height:150px;
	object-fit: cover;
	float:left;
	margin:0 10px 0 0;
}
.faq_cate_box h3{
	font-size:22px;
	color:#0bc8c0;
	margin-bottom:5px;
	font-weight: normal;
}
.faq_cate_box span{
	display: block;
	float:right;
	background: #0bc8c0;
	color:#fff;
	padding:5px 10px;
	border-radius: 10px;
	margin-top:20px;
}
/*------------------------------------
       サイドバー
-------------------------------------*/
#right_bar {
    background: url(../images/base/right_bg.jpg)no-repeat;
    width: 150px;
    height: 248px;
    right: 0;
    top: 400px;
    position: fixed;
    text-align: center;
    padding: 80px 0 0 0;
}
#right_bar img{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}