@charset "UTF-8";
/* CSS Document */
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: 15px;
    vertical-align: baseline;
}
body {
    color: #333;
    line-height: 1.6em;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
	font-style: normal;
    font-smoothing: antialiased;
    font-variant-numeric: tabular-nums;
    /* safari hover対策 */
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
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: bottom;
    line-height: 1.0;
}
button {
    line-height: 1.0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.headline_m{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.low10 {
    margin-bottom: 10px;
}
.low20 {
    margin-bottom: 20px;
}
.low30 {
    margin-bottom: 30px;
}
.low50 {
    margin-bottom: 50px;
}
.low70 {
    margin-bottom: 70px;
}
.low100 {
    margin-bottom: 100px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}

.top100 {
    margin-top: 100px;
}
.center{
    text-align: center;
}
.small{
    font-size: 0.8rem;
}
.large{
    font-size: 1.2rem;
}
.large2{
    font-size: 1.2rem;
}
.bold{
    font-weight: bold;
}
.blue{
    color: #3BAFE0;
}
.red{
    color: #F6060A;
}
.note{
	font-size: 0.8rem;
    text-indent: -1rem;
	padding-left: 1rem;
}


/*-------HEADER-------*/
#header{
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 99999;
    background: #ffffff;
}
.headerColor-default2 {
  background: #ffffff;
  /* （画像よりも下までスクロールした時に変えたい文字色） */
}
.headerColor-default {
	-webkit-box-shadow: 2px 0px 10px #3A3939;
	box-shadow: 2px 0px 10px #3A3939;  /* （画像よりも下までスクロールした時に変えたい文字色） */
}
#header .rogo a{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 10px 30px 7px 30px;
	text-align: center;
	background: #000;
	z-index: 99999;
}
#header .rogo img{
width: 100%;
	height: auto;
}


#header .gnavi{
	position: absolute;
	left: 220px;
	top: 0;
}
#header .gnavi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#header .gnavi ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
}
#header .gnavi ul li a{
	display: block;
	width: 100px;
	padding: 18px 15px;
	
}
#header .gnavi ul li a:hover{
	color: #fff;
	background: #01B4DA;
	transition: all  0.4s ease;
}
#header .gnavi ul li:last-child{
	margin-right: 0px;
}
#header .zaigaku_btn a{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 94px;
	width: 270px;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	color: #0099cc;
	display: block;
	border: 1px solid #0099cc;
	background: #fff;
	background-image: url("../images/navi_mark.svg");
	background-repeat: no-repeat;
	background-position: right+3px bottom+3px;
}
#header .zaigaku_btn a:hover{
	color: #fff;
	border: 1px solid #999;
	background: #999;
	transition: all  0.3s ease;
}

#header .contact_btn{
	position: absolute;
	top: 0;
	right: 0;
}

#header .contact_btn li a{
    width: 94px;
	height: 30px;
	padding-top: 0px;
    text-align: center;
    display: block;
    color: #ffffff;
	display: block;
}
#header .contact_btn li:first-child{
	background: #0099cc;
	line-height: 1.5em;
}
#header .contact_btn li:last-child{
    font-size: 0.7rem;
    line-height: 2.6em;
	background: #313439;
    background-image: url("../images/navi_mark.svg");
	background-repeat: no-repeat;
	background-position: right+3px bottom+3px;
}

#header .contact_btn li a:hover{
	color: #fff;
	background: #999;
	transition: all  0.3s ease;
}
#header .contact_btn li img{
	width: 20%;
	height: auto;
}
#header #h_top{
	display: none;
}

@media screen and (max-width: 1200px){

#header #h_top{
	display: block;
}
#header .gnavi{
	display: none;
}
#header .zaigaku_btn a{
	width: 260px;
	text-align: center;
	z-index: 9999;
}


}



/*お問い合わせ*/
#contact{
	box-sizing: border-box;
    width: 100%;
	text-align: center;
	background-image: url("../images/contact_back.jpg");
}
#contact a{
	display: block;
	padding: 80px 0;
	color: #fff;
}
#contact a:hover h2{
	background: #36a6f6;
	color: #fff;
}
#contact h2{
    width: 16rem;
	margin: 0 auto 10px auto;
	border-radius: 10px;
	padding: 3px 0;
	background: #fff;
	font-size: 1.1rem;
	color: #3b3b41;
}
/*サブナビゲーション*/
#sub_navi {
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
#sub_navi ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
#sub_navi ul li a{
	margin-right: 50px;
}
#sub_navi ul a:hover{
	color: #36a6f6; 
}

/*footer*/
#footer{
	box-sizing: border-box;
    width: 100%;
	text-align: center;
}

#footer h2{
	margin-bottom: 30px;
	font-size: 1rem;
	color: #36a6f6;
}
#footer .contact2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
#footer .contact2 div{
	width: 18.4rem;
	margin-right: 50px;
}
#footer .contact2 div:nth-child(even){
	margin-right: 0px;
}
#footer .contact2 div p{
	font-size: 0.8rem;
	text-align: left;
	margin-bottom: 5px;
}
#footer .contact2 div h3{
	font-size: 2rem;
	padding-left: 1.8rem;
	background-image: url(../images/tel_ic.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 0 center;		
}
#footer .copyright{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

#footer .copyright .frogo .rogo{
	width: 160px;
	padding-left: 20px;
	float: left;
}
#footer .copyright .frogo .rogo img{
	width: 100%;
	height: auto;
}
#footer .copyright .frogo p{
	margin-left: 15px;
	padding-left: 170px;
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.3rem;
}
#footer .copyright address{
	padding-right: 20px;
	font-size: 0.7rem;
	line-height: 2.5rem;
	font-style: normal;
}

@media screen and (max-width: 768px){

/*-------HEADER-------*/
#header{
	position: fixed;
	height: 120px;
}
#header .rogo a{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 20px 7px 20px;
}

#header .zaigaku_btn a{
	top: 60px;
	right: 0px;
	width: 100%;
	padding-top: 15px;
	display: block;
	font-size: 0.9rem;
	border-top: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	border-right: 0px solid #0099cc;
	border-left: 0px solid #0099cc;
	z-index: 998;
}

#header .contact_btn a{
	width: 64px;
	height: 50px;
	padding-top: 10px;
	z-index: 1000;
}
#header .contact_btn img{
	width: 25%;
	height: auto;
}

/*サブナビゲーション*/
#sub_navi ul{
	align-items: center;
	padding: 10px 0;
}
#sub_navi ul li{
	box-sizing: border-box;
	width: 50%;
	border-right: 1px solid #ccc;
}
#sub_navi ul li:last-child{
	border-right: 0px solid #ccc;
}
#sub_navi ul li a{
	display: block;
	margin-right: 0px;
	font-size: 0.8rem;
	text-align: center;
}
	
/*footer*/

#footer h2{
	font-size: 0.9rem;
}
#footer .contact2{
	justify-content: center;
	padding-bottom: 30px;
	padding-left: 10px;
}
#footer .contact2 div{
	width: 12rem;
	margin-right: 0px;
}
#footer .contact2 div:nth-child(even){
	margin-right: 0px;
}
#footer .contact2 div p{
	font-size: 0.7rem;
	margin-bottom: 0px;
}
#footer .contact2 div h3{
	font-size: 1.2rem;
	padding-left: 0.2rem;
	background-size: 15px auto;		
}

#footer .copyright{
	display: block;
	padding: 20px 0 0 0;
}

#footer .copyright .frogo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#footer .copyright .frogo .rogo{
	width: 140px;
	height: auto;
	float: none;
	padding-left: 10px;
}
#footer .copyright .frogo p{
	margin-left: 0px;
	padding: 0 10px 0 0px;
}
#footer .copyright address{
	width: 100%;
	padding-right: 0px;
	text-align: center;	
	background: #555;
	color: #fff;
}


}
