@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

@import url("normalize.css"); 
@import url("desktop.css") print,screen and (min-width:641px); 
@import url("mobile.css") screen and (max-width:640px);

* {
	margin:0;
	padding:0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


body {
	width:100%;
/*	font-family: 'Rounded Mplus 1c', sans-serif;
*/	/*font-family:Meiryo,メイリオ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS PGothic",arial,helvetica,sans-serif;*/
}

.pagetop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 100;
	text-align: center;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	text-decoration:none;
}
.pagetop a:hover {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4776AF;
}
.btn a {
	display:block;
	width:88%;
	border-radius:8px;
	background-color:#1EAA39;
	line-height: 1.8;
	color:#FFF;
	padding:1rem 0;
	margin:1em auto;
	text-align:center;
	text-decoration:none;
	box-shadow: 0px 5px rgba(0,0,0,0.4);
	position:relative;
	max-width:700px;
}
.btn a:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 5%;
    width: 1em;
    height: 1em;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.t_center {text-align:center;}

/* 学習相談 ______________________________________________ */

.list_02{
	list-style-type:disc;
	margin-left: 1em;
}

.list_02 li{
	margin-bottom: 0.5rem;
	line-height: 1.8;
}
.list_03{
	list-style-type:none;
	text-align:center;
	margin:0 auto;
}
.list_03 li{
	margin-bottom: 0.5rem;
	line-height: 1.8;
	float:left;
	display:inline-block;
}
.soudan_ex {
	border:4px double #F60;
	padding:1rem;
	margin:1em auto;
	border-radius:16px;
}

#reasons4 h2{
	margin:2em auto 1em;
}
.slogan {
	text-align:center;
	font-size:25px;
	font-weight:400;
	color:#5e2a0d;
	line-height:1.4;
}
.present_box p {
	text-align:center;
	line-height:1.6;
}
.present_name {
	color:#F36;
	font-weight:bold;
}
/*fancybox*/
.display_no {
    display: none;
}
.boximg {
    padding: 20px 0;
    text-align: center;
}
.indent-1 {
padding-left:1em;
text-indent:-1em;
}
.fan_p ul {
	line-height:1.6;
	
}
.fan_ttl {
	text-align:center;
	font-size:23px;
	color:#F30;
	margin-bottom:0.5rem;
}
.fan_p li {
	list-style:none;
	line-height:1.6;
	}
.fan_p li img {
	text-align:center;
	}
#policy dt {
	font-weight:bold;
	}
	#policy dt {
	font-weight:bold;
	}#policy dt {
	font-weight:bold;
	}
#policy dd {
	margin-bottom:10px;
	}
.policy_box {
	border:1px solid;
	padding:10px;
	margin:20px 0;
	font-size:80%;
	line-height:1.4;
}
.policy_box h4 {
	line-height:2;
	font-size:120%;
}
.underline {
	text-decoration:underline;"
}