/* header
----------------------------------*/

body{
	position: relative;
	background-color: #fff;
}

header{
	border-bottom: 5px solid #ec565f;
	padding-bottom: 20px;
}

/* フリーワード検索
----------------------------------*/

#freeWordSearch {
	width: 100%;
	position: relative;
	background-color: #efefef;
	height: 50px;
}

#freeWordSearch .freeWordIn {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}

#freeWordSearch input.searchBox {
	float: left;
	font-size: 14px;
	color: #333;
	width: 430px;
	height: 28px;
	line-height: 24px;
	border: 1px solid #7f9db9;
	margin-top: 10px;
	margin-right: 0px;
	box-sizing: border-box;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#freeWordSearch input.freeBtn{
	background-color: #8ec33b;
	width: 28px;
	height: 28px;
	float: left;
	margin-top:10px;
}


/*トップメニュー
----------------------------------*/
#TopMenu {
	float: right;
}

#TopMenu ul {
	margin-top: 20px;
}

#TopMenu li a {
	color: #333;
	display: block;
}

#TopMenu li a:hover {
	color: #666;
}

#TopMenu li {
	right: 0px;
	float: left;
	list-style-type: none !important;
	list-style-image: none !important;
	position: relative;
	padding-left: 15px;
	margin-left: 50px;
	font-size: 12px;
	height: 12px;
	line-height: 1em;
}

#TopMenu li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:0px; 
	left:3px;
	height:0; 
	width:0; 
	border-top: 5px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 4px solid #8ec33b;
}

/*ロゴ
----------------------------------*/
#menuBox {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

p#logo {
	height: 50px;
	width: 300px;
	float: left;
	left: 0px;
}
/* ナビ
----------------------------------*/

#navi{
}

#navi ul{
	float: left;
	width: 625px;
}

#navi li {
	float: left;
	text-align: center;
    border-right:1px solid #666;
	width: 124px;
    line-height: 0;
}

#navi li a {
    display:block;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
    text-align:center;
    float:left;
	height: 50px;
	width: 124px;
}

#navi li:last-child {
     border-right:none;
}

#navi ul li a span {
	font-size: 12px;
	color: #666;
	line-height: 0px;
}

#navi ul li a:hover p {
	color: #8ec33b;
}

#navi ul li a:hover span {
	color: #ccc;
}

#menuBox .pamphlet a {
	background-color: #8ec33b;
	text-align: center;
	height: 50px;
	width: 125px;
	float: left;
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	display: block;
	padding-top: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

#menuBox .pamphlet a:hover {
	background-color: #fff;
	color: #8ec33b;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #8ec33b;
}

/* contents
----------------------------------*/
#Contents{
	width: 1050px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}

.contents800 {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}

.contents1000 {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}

/*h1
-------------------------------------------------------*/
#h1Box {
	width: 1050px;
	height: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-right: 100px;
}

#h1Box h1,#h1Box p {
	font-size: 12px;
	color: #333;
	line-height:1.8em;
	float: left;
}


/* パンくず
-------------------------------------*/
#topicPath{
	background-color: #efefef;
}

#topicPath ol  {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#topicPath li  {
	color: #333;
	display: inline;
	font-size: 12px;
}

#topicPath li strong {
	font-weight: normal;
}

#topicPath li a {
	padding-right: 10px;
	background-image: url(/common/images/pan.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #333;
}
#topicPath li a:hover {
	color: #666;
}

/* contents
----------------------------------*/

#Contents{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

#Contents800{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contentsLeft {
	float: left;
	width: 780px;
}

#contentsRight {
	float: right;
	width: 240px;
}

.contentsRightBox {
	margin-bottom: 40px;
}

/* ページトップへ
-------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
}

#pageTop a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	text-align: center;
	display: block;
	border-radius: 35px;
	background-color: #EC565F;
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	height: 45px;
}


/* Footer
-------------------------------------------------------*/
footer{
	border-top: 5px solid #ec565f;
}

/*footerサイト
------------------------*/
.FooterSite {
	background-color: #efefef;
}

.FooterSiteIn {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.FooterSite ul {
	display: flex;
	justify-content: center;
}
.FooterSite li {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #333;
	line-height: 1em;
}

.FooterSite li a{
	color: #333;
	display: block;
}

.FooterSite li a:hover{
	color: #666;
}

.FooterSite li:last-child a {
     border-right:none;
}

/*footerリンク
------------------------*/
.FooterBox {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.FooterBox .FooterLinkBig {
}

.FooterBox .FooterLinkSmall {
	width: 255px;
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.FooterBox .FooterLinkSmall2 {
	width: 530px;
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.FooterBox h3 {
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 10px;
}

.FooterBox h3 a {
	color: #333;
	display: block;
}

.FooterBox h3:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
	border-top: 6px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 5px solid #8ec33b;
}

.FooterBox ul {
	margin-bottom: 10px;
}

.FooterBox li {
	font-size: 12px;
	float: left;
	width: 255px;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}

.FooterBox li:nth-child(4n) {
	margin-right: 0px;
}
.FooterBox li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	display: block;
}

.FooterBox li a:hover{
	color: #999;
}

/*コピーライト
------------------------*/
.FooterBoxBottom {
	margin-top: 40px;
	padding-bottom: 15px;
}

.FooterBoxBottom p.copy {
	font-size: 12px;
	text-align: center;
	color: #8ec33b;
}

/*もっと見る
------------------------*/
.more_box {
	float: right;
	height: 16px;
	width: 80px;
	overflow: hidden;
}
.more_box p { list-style:none; float:left; }
.more_box p a {
	display: block;
	width: 80px;
	padding-top: 16px;
	height: 0;
	text-decoration: none;
	color: #FFF;
	background-image: url(/images/more.png);
	background-repeat: no-repeat;
}

.more_box p a:hover { background-position:0 -16px; }
.privacy {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}

/* 各ページ共通
-------------------------------------*/
.Second_hierarchy {
	font-size: 26px;
	line-height: 45px;
	height: 45px;
	margin-bottom: 20px;
	background-image: url(../common/images/stripe.png);
	padding-left: 15px;
}

.Second_hierarchy img,h3.Third_hierarchy img {
	vertical-align: middle;
}

.Third_hierarchy {
	background-image: url(../common/images/stripe2.jpg);
	background-repeat: repeat-x;
	background-position: 12px;
	margin-bottom: 15px;
}

.Third_hierarchy span {
	font-size: 22px;
	line-height: 30px;
	background-color: #FFF;
	padding-right: 10px;
}

.contentsRightBox h3 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(../common/images/icon_02.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}


.Fourth_hierarchy{
	position: relative;
	padding: 0 0 0 16px;
	color: #333;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 1px solid #333;
}
.Fourth_hierarchy::before,
.Fourth_hierarchy::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.Fourth_hierarchy::before{
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #ec565f;
	border-right: 3px solid #ec565f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contentsUL {
overflow: hidden;
	padding-top: 20px;
	margin-bottom: 30px;
}

.contentsUL li {
	float: left;
	height: 180px;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.contentsUL li:last-child {
	margin-right: 0px;
}

/* ピックアップ
--------------------------------------------*/
.school {
}

.school li img {
	height: auto;
	width: 143px;
	margin-bottom: 10px;
}
.school li {
	width: 143px;
	margin-left: 35px;
	font-size: 12px;
	float: left;
}

.school li a {
	display: block;
}

/* ピックアップボックス
-------------------------------------*/
.pickupBox {
	margin-top: 40px;
	background-image: url(../common/images/stripe.png);
	background-repeat: repeat;
	padding: 15px;
}

.pickupBox h4 {
	font-size: 22px;
	background-image: url(../common/images/icon_01.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 26px;
}

.pickupBox h4 span {
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
}

.pickupBox .InBox {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}
.pickupBox ul li {
	float: left;
}



.school_message {
}
.school_message li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 14px;
	padding: 15px;
}

.school_message li img {
	height: auto;
	width: 104px;
	float: left;
}
.school_message li p.massage {
	font-size: 12px;
	width: 95px;
	float: left;
	margin-left: 10px;
	color: #1d3994;
}
.senpai_message {
}
.senpai_message li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 14px;
	padding: 15px;
}

.senpai_message li img {
	height: auto;
	width: 60px;
	float: left;
}
.senpai_message li p.massage {
	font-size: 12px;
	width: 139px;
	float: left;
	margin-left: 10px;
	color: #1d3994;
}

/* 学校を探すボタン
-------------------------------------*/

.search_school {
	font-size: 24px;
	line-height: 60px;
	height: 60px;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-radius: 5px;
	vertical-align: middle;
}

.search_school span {
	font-size: 16px;
}

.search_school a {
	color: #FFF;
	background-color: #ec565f;
	display: block;
	border-radius: 5px;
}

.search_school a:hover {
	background-color: #fff;
	color: #ec565f;
	box-sizing: border-box;
	border: 1px solid #ec565f;
	border-radius: 5px;
}

/* もっと見る
-------------------------------------*/
.more {
	background-color: #efefef;
	text-align: center;
	margin-bottom: 40px;
}
.more .arrow{
	position: relative;
	display: inline-block;
	color: #333;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	padding-right: 0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.more .arrow a{
	display: block;
}
.more .arrow::before,.more .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.more .arrow::before{
width: 16px;
height: 16px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #ec565f;
}

.more .arrow::after{
	left: 7px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
/* オープンキャンパス
-------------------------------------*/
.contentsRightBox .open_campus {
}

.contentsRightBox .open_campus li {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-size: 14px;
	text-align: center;
}

.contentsRightBox .open_campus li img {
	height: auto;
	width: 120px;
}

.contentsRightBox .open_campus li p {
	width: 150px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #8ec33b;
	border-radius: 5px;
}

.contentsRightBox .open_campus li p a:hover {
	background-color: #fff;
	color: #8ec33b;
	border: 1px solid #8ec33b;
}

.contentsRightBox .open_campus li a {
	display: block;
}
/* おまかせ資料請求
-------------------------------------*/
.entrust_link {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../common/images/entrust_img.png);
	background-repeat: no-repeat;
	background-position: right 0%;
	margin-bottom: 30px;
}
.entrust_link h3 {
	width: 720px;
}
.entrust_link .inBox {
	width: 710px;
	background-color: #FBD6E7;
	margin-left: 10px;
	height: 110px;
}
.entrust_link .text {
	width: 340px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	font-size: 18px;
}
.entrust_link .text span {
	font-size: 24px;
	color: #E63082;
}
.entrust_link p.link_btn {
	width: 350px;
	height: 60px;
	float: right;
	background-color: #FF6600;
	margin-top: 25px;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
}
.entrust_link p.link_btn a {
	display: block;
	color: #FFFFFF;
}
