@charset "utf-8";

/**
 * top.css
 *
 * トップページ専用
 ***************/

/* @Slider */

#Slider {
	height: 352px;
	background: url(../img/slider/slider1.jpg) top center no-repeat;
}

	#Slider .Wrapper {
	}



/* @end */


/* @Content */
#ContentArea {
	background: url(../img/top/bg_content_area.jpg) top center no-repeat;
}

	#Content {
		width: 988px;
		background: url(../img/top/bg_content_center.jpg) repeat-y;
	}

	#Content .wrapper {
		padding: 25px 35px;
		background: url(../img/top/bg_content_top.jpg) top no-repeat;
	}
	
section {
	padding-bottom: 30px;
}

section p {
	margin-bottom: 10px;
}

section.half {
}

section.half h2 {
}

section.half p {
}

#TopLink {
	width: 988px;
	background: url(../img/top/bg_content_bottom.jpg) bottom no-repeat;
}

/* @end */

/* location
-------------------------------- */
#access .sec-title{
	padding: 20px 10px 10px;
	margin-bottom: 20px;
	
}
#access .sec-title h2{
	color: #2396e6;
	font-size: 2rem;
	letter-spacing: 1px;
	text-align:center;
	margin-bottom:0;
}
#access .sec-title p{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom:0;
}
#access > ul{
	display: flex;
	flex-direction: column;
	column-gap: 30px;
}
#access > ul > li{
	background-color: #eaf4fb;
    border-left: 1px solid #c9dff4;
    border-right: 1px solid #c9dff4;
    border-bottom: 1px solid #c9dff4;
	display: block;
    margin: 0 auto;
}
#access > ul > li h3{
	background: url(../img/top/bg_ttl_half.png) no-repeat;
	background-position: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
    line-height: 35px;
}
#access > ul > li .address {
    color: #333;
    padding: 20px 60px 0 10px;
    position: relative;
}
#access > ul > li:last-child .address {
    color: #333;
    padding: 20px 10px;
    position: relative;
}
#access > ul > li .address span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
}
#access  > ul > li .address span+a {
    background: #288dcd;
    color: #fff;
	text-decoration: none;
    margin-left: 5px;
    padding: 2px 5px;
    border: solid 2px #288dcd;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    right: 10px;
}
#access > ul > li .address span+a:hover {
    background: #fff;
    color: #288dcd;
    text-decoration: none;
}
#access > ul > li .address p{
	font-size: 14px;
	line-height: 1.4;
    letter-spacing: 1px;
}
#access > ul > li > ul {
    color: #333;
    padding-left: 30px;
	padding-right: 10px;
    margin: 20px 0;
}
#access > ul > li > ul > li{
	font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-indent: -1.5em;
}
#access > ul > li > ul > li:before {
    content: '';
    background: #105192;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

@media (min-width: 769px) {
    #access  > ul {
        flex-direction: row;
    }
	#access > ul > li{
		width: 25%;
	}
}
/* bnr
-------------------------------- */

#bnr-area ul{
	display: flex;
	flex-direction: column;
	column-gap: 10px;
}
#bnr-area ul li{
	display: block;
    margin: 0 auto;
}
#bnr-area ul li a:hover{
	opacity: 0.8;
}
@media (min-width: 769px) {
	#bnr-area ul{
		flex-direction: row;
	}
	#bnr-area ul li{
		width: 33.3333%;
	}
}

/* course
-------------------------------- */
#Kokunai {
	float: left;
	width: 445px;
}

#Gaishi {
	float: right;
	width: 445px;
}

#Kokunai h2,
#Gaishi h2 {
	height: 35px;
	padding-left: 20px;
	background: url(../img/top/bg_ttl_half.png) no-repeat;
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
	line-height: 35px;
}

#Kokunai h2 a,
#Gaishi h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#Kokunai p,
#Gaishi p {
	margin-bottom: 0;
}

.course-box {
	padding: 10px 20px 0 10px;
	background-color: #eaf4fb;
	border-left: 1px solid #c9dff4;
	border-right: 1px solid #c9dff4;
	border-bottom: 1px solid #c9dff4;
}




/* congratulations
-------------------------------- */
#NaiteiHead {
	position: relative;
}

#NaiteiHead h2 {
	margin: 0 -2px;
}

p#PassedVoice {
	position: absolute;
	top: 22px;
	right: 15px;
}

#PassedMember {
	padding-left: 30px;
	height: 216px;
	background: url(../img/top/bg_congratulations.png) no-repeat;
}

.pass-women {
	float: left;
	width: 96px;
	margin-right: 12px;
}

.pass-women .ta-center {
	width: 96px;
	font-size: 11px; font-size: 1.1rem;
}

.pass-women .ta-center a {
	color: #333;
	text-decoration: none;
}


/* feature & voice
-------------------------------- */
#SchoolFeature {
	float: left;
	width: 445px;
}

#StudentVoice {
	float: right;
	width: 445px;
}

#SchoolFeature h2 {
	height: 40px;
	padding-left: 50px;
	background: url(../img/top/bg_feature.png) no-repeat;
	line-height: 40px;
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-shadow: 1px 1px 3px #000;
}

#StudentVoice h2 {
	height: 40px;
	padding-left: 50px;
	background: url(../img/top/bg_voice.png) no-repeat;
	line-height: 40px;
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-shadow: 1px 1px 3px #000;
}

#SchoolFeature h2 a,
#StudentVoice h2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.wrap-box {
	padding: 10px 20px 10px;
	background-color: #f7fbfd;
	border-left: 1px solid #c3dbf3;
	border-right: 1px solid #c3dbf3;
	border-bottom: 1px solid #c3dbf3;
}

#SchoolFeature ol {
	float: left;
	width: 260px;
}

#SchoolFeature li {
	padding: 6px 0 6px 35px;
}

#SchoolFeature li.one {
	background: url(../img/top/icon_feature1.png) left no-repeat;
}

#SchoolFeature li.two {
	background: url(../img/top/icon_feature2.png) left no-repeat;
}

#SchoolFeature li.three {
	background: url(../img/top/icon_feature3.png) left no-repeat;
}

#SchoolFeature li.four {
	background: url(../img/top/icon_feature4.png) left no-repeat;
}

#SchoolFeature li.five {
	background: url(../img/top/icon_feature5.png) left no-repeat;
}

#Teature {
	float: right;
	width: 130px;
	height: 180px;
	box-shadow: 0px 0px 8px #9ed7fe;
}

#StudentVoice .left,
#StudentVoice .right {
	width: 190px;
}

#StudentVoice img {
	margin-bottom: 5px;
	box-shadow: 0px 0px 8px #9ed7fe;
}

#StudentVoice h3 {
	height: 28px;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../img/top/bg_ttl_interview.png) bottom no-repeat;
	color: #09f;
	font-size: 14px; font-size: 1.4rem;
}

#StudentVoice h3 a {
	text-decoration: none;
}





/* feed & banner
-------------------------------- */
#FeedList {
	float: left;
	width: 445px;
}

#FeedList h2 {
	height: 41px;
	margin-bottom: 10px;
	padding-left: 50px;
	background: url(../img/top/bg_ttl_feed.png) no-repeat;
	color: #06c;
	line-height: 40px;
}

#FeedList h2 a {
	color: #06c;
	text-decoration: none;
}

.feed-header {
	position: relative;
}

.feed-header .more-link {
	position: absolute;
	top: 9px;
	right: 9px;
}

#FeedList ul {
	margin-bottom: 20px;
}

#FeedList li {
	margin-bottom: 6px;
	padding-left: 10px;
	background: url(../img/top/icon_arrow.png) left no-repeat;
}

#FeedList .date {
	font-size: 11px; font-size: 1.1rem;
}

#FeedList .new {
	padding: 1px 4px 0;
	border-radius: 3px;
	background: #e52773;
	color: #fff;
	font-size: 11px; font-size: 1.1rem;
}

ul#BannerList1 {
	float: right;
	width: 445px;
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
}


ul#BannerList2 {
	padding: 10px 0 10px 18px;
	background-color: #eaf4fb;
}

ul#BannerList2 li {
	float: left;
	display: inline;
	margin-right: 13px;
}

ul#BannerList2 li.lastChild {
	margin-right: 0;
}




/* result
-------------------------------- */
#MainResults {
	position: relative;
}

#MainResults .more-link {
	position: absolute;
	top: 2px;
	right: 0;
}

#MainResults h2 {
	height: 34px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #c8c8c8;
	background: url(../img/top/icon_line.png) left center no-repeat;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 18px; fong-size: 1.8rem;
	line-height: 32px;
}

#MainResults h2 a {
	color: #333;
	text-decoration: none;
}

#AirCompany {
	padding: 20px 30px 20px 40px;
	border: 1px solid #e3e3e3;
}


