@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.2
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
 
b{
    font-weight: bold;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:160%;
	font-size:14px;
	color: #333;
	min-width: 1220px;
}

@media (max-width: 1220px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

img{
    max-width: 1220px!important;
}

}


 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
    display:block;
	margin:0;
	padding:0;
}
 
/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul,ol {
    list-style:none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*画像の下に微妙なスペースが空かなくしています*/
img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

address{
	font-style: normal;
	font-weight: normal;
}

/************PCの時に電話番号を無効************************************/

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/***************************************************************************/
.hidden{
	display:none;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

.f10{
	font-size:10px!important;
}
.f11{
	font-size:11px!important;
}
.f12{
	font-size:12px!important;
}
.f13{
	font-size:13px!important;
}
.f14{
	font-size:14px!important;
}
.f15{
	font-size:15px!important;
}
.f16{
	font-size:16px!important;
}
.f17{
	font-size:17px!important;
}
.f18{
	font-size:18px!important;
}
.f19{
	font-size:18px!important;
}
.f20{
	font-size:20px!important;
}
.f25{
	font-size:25px!important;
}
.f30{
	font-size:30px!important;
}
.red{
	color:#FF4C4C;
}
.green{
	color:#85B200;
}
.blue{
    color:#0066E5;
}

/***************************************************************************/


#pan{
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pan li a{
    text-decoration: none;
    color: #525252;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #525252;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

/**************************************************************************/


.taiken{
	background: url("../img/bg02.jpg") center bottom repeat-x;
	text-align: center;
	padding-bottom: 6px;
	margin-bottom: 100px;
}

.taiken2{
	background: #eee;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 100px;
}

.taiken2 p.taiken_text{
	text-align: center;
}

#rokkou .taiken2 ul,
#bentencho .taiken2 ul{
	justify-content: center;	
}

.taiken2 ul{
	width: 1120px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.taiken2 ul a:hover{
	opacity: 0.8;
}


#keyimg h1{
	width: 1180px;
	margin: auto;
	height: 290px;
	line-height: 290px;
	color: #fff;
	font-size: 45px;
	padding-left: 40px;
	
}

#header{
	width: 1220px;
	margin: auto;
	border-top: 5px solid #00AFEA;
	background: #fff;
	padding-bottom: 10px;
}

#header .box_rap{
	display: flex;
}
#header .box_rap .box01{
	padding: 15px;
}

#header .box_rap02{
	width: 100%;
}

#header .box_rap .company{
	display: flex;
	justify-content: flex-end;
	padding: 15px;
}

#header .box_rap .company li{
	margin-right: 25px;
}

#header .box_rap .company li a{
	color: #5E5D5B;
	font-size: 13px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	text-decoration: none;
	background: url("../img/icon01.jpg") left center no-repeat;
	padding-left: 25px;
}

#header .box_rap .company li a:hover{
	text-decoration: underline;
}

#header .box_rap03{
	display: flex;
	justify-content: space-between;
	padding-right: 25px;
}

#header .box_rap03 .box02 a h1,
#header .box_rap03 .box02 a{
	font-size: 25px;
	color: #0085B2;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	text-decoration: none;
}

#header .box_rap03 .box03 a.tell{
font-size: 25px;
	color: #0085B2;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	text-decoration: none;
	line-height: 40px;
}

#header .box_rap03 .box03 a.mail_btn{
	margin-left: 15px;
	display:inline-block;
	background: url("../school/img/header_icon01.jpg") 15px 10px no-repeat #FF9326;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
	text-decoration: none;
	width: 105px;
	padding-left: 35px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#header .box_rap03 .box03 a.mail_btn:hover{
	opacity: 0.8;
}


#header nav ul{
	display: flex;
	justify-content: space-around;
	padding-top: 25px;
	padding-right: 25px;
}

#header nav li{
	border-left: 1px solid #333;
	width: 100%;
	text-align: center;
}

#header nav ul li:last-child{
	border-right: 1px solid #333;
}

#header nav ul a{
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header nav ul a:hover{
	text-decoration: underline;
}




@media (max-width: 1380px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

header #top_btns ul{
    display: block;
}

	header #top_btns ul li{
		margin-bottom: 10px;
	}
	
}

aside #asides{
	width: 1220px;
	margin: auto;
	margin-bottom: 100px;
}

aside #asides ul{
	display: flex;
	justify-content: center;
}

aside #asides ul li{
	margin-left: 15px;
}

aside #benrikamo{
	width: 262px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

aside #benrikamo img{
	margin-bottom: 5px;
}

aside #benrikamo a{
	color: #333;
	font-size: 12px;
}

aside #benrikamo a.icon{
	background: url("../img/footer_banner01_icon.jpg") left center no-repeat;
	padding-left: 15px;
}

aside #benrikamo a:hover{
	text-decoration: none;
}



aside #footer_rap1{
	text-align: center;
	margin-bottom: 100px;
}

aside #footer_rap2{
	width: 1220px;
	margin: auto;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

aside #footer_rap2 .icons{
	position: absolute;
	right: 0;
	bottom: 0;
}

aside #footer_rap2 .icons a{
	margin-right: 15px;
}

footer{
	background: #eee;
	padding-bottom: 50px;
}

footer #footer_rap3{
	width: 1140px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}

footer #footer_rap3 ul{
	border-top: 10px solid #666;
	width: 180px;
	padding-top: 25px;
}

footer #footer_rap3 li{
	margin-bottom: 25px;
	padding-left: 5px;
}

footer #footer_rap3 a{
	font-size: 13px;
	color: #5E5D5A;
	background: url("../img/footer_icon01.jpg") left center no-repeat;
	padding-left: 25px;
	text-decoration: none;
}

footer #footer_rap3 a:hover{
	text-decoration: underline;
}

footer #footer_rap4{
	width: 1220px;
	margin: auto;
	position: relative;
}

footer #footer_rap4 h5{
	font-size: 13px;
	color:#5E5D59;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
width: 150px;
	margin-bottom: 15px;
}

footer #footer_rap4  hr{
	position: absolute;
	top: -4px;
	background: 0;
	border: 0;
	border-top: 1px solid #aaa;
	width: 1070px;
	left: 150px;
}

footer #footer_rap4 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

footer #footer_rap4 ul li{
	  width : calc(100% / 3) ;
	margin-bottom: 20px;
}

footer #footer_rap4 ul li a{
	color: #5E5D5A;
	font-size: 13px;
	padding-left: 25px;
	background: url("../img/footer_icon02.jpg") left center no-repeat;
	text-decoration: none;
}

footer #footer_rap4 ul li a:hover{
	text-decoration: underline;
}

footer #footer_rap4 ul::after {
display: block;
content:"";
width : 406px;
}
