@charset "utf-8";
/* CSS Document */

/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:50px;
	background:url(../img/common_bg02.png);
	border-bottom:1px solid #d4d4d4;
}
#pan_list{
	width:980px;
	height:50px;
	color:#FFF;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:51px;
font-size:108%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}
ol.topic-path li.first{
	padding-left:30px;
}
ol.topic-path li.second{
	padding-left:10px;
}
ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:2% 50%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 30px; /* 右パディング */
background: url(../img/side_btn.png) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#FFF;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
}
/*--====== ここまでパンくずリスト ======--*/

#main_visual_sub{
	width:100%;
	height:420px;
	
}

#box {
    width: 100%;
    height: 420px;
    z-index: 99;
    position: absolute;
}

h2.main_title{
	width:550px;
	margin:100px auto 0;
	text-align: center;
    font-size:240%;
    letter-spacing: 3px;
    color: #fff;
	text-shadow: 2px 2px 0 #333;
	padding: 15px 0;
    font-weight: bold;
	background-color: rgba(0,104,183,0.6);
	border-radius:5px;
}



#contents{
	position:relative;
	width:100%;
	height:auto;
	background:url(../img/point/main_bg.gif);
	padding-top:40px;
}

#contents_box{
	width:980px;
	/*height:280px;*/
	margin:50px auto 0;
}

.img_txt{
	width:980px;
	margin:0 auto;
	font-weight:bold;
	font-size:85%;
	line-height:1.8;
	letter-spacing:1px;
}

.c_text{
	width:530px;
	margin:0 auto;
	color:#F00;
	letter-spacing:1px;
	line-height:1.8em;
	font-size:93%;
}

p.event_text{
	width:980px;
	margin:0 auto;
	font-size:123%;
	color:#535353;
	text-align:center;
	padding:35px 0 35px;
	line-height:1.8;
	letter-spacing:1px;
}

#contents_box_01{
	width:980px;
	height:auto;
	margin:0 auto;
	margin-bottom:300px;
}

/*イベントーバナー*/
.okinawa{
	display: flex;
    justify-content: space-between;
	width:980px;
	margin:0 auto;
	padding-top:30px;
}
.okinawa li{
	width:49%;
}
.okinawa img{
	width:100%;
}

ul.bn{
	width:980px;
	padding-top:30px;
	margin:0 auto 10px;
	overflow:hidden;
}

.e_b img{
	width:45%;
	float:left;
}

.r img{
	width:50%;
	float:right;
}

/* =======================================
	体験入学　日程
======================================= */
#taiken_en{
	clear:both;
	width:980px;
	height:auto;
	position:relative;
	margin:0 auto;
	background:#0068b7;
	border-radius:10px;
	border:2px solid #69C;
	margin-top:40px;
	box-shadow:0px 0px 10px 1px #ccc;
	-moz-box-shadow:0px 0px 10px 1px #ccc;
	-webkit-box-shadow:0px 0px 10px 1px #ccc;
	padding:10px 0 30px;
}

p.taiken_title{
	text-align:center;
	padding-top:10px;
	color:#FFF;
	font-size:174%;
	width:950px;
	margin:0 auto 20px;
	border-bottom:1px solid #FFF;
	letter-spacing:3px;
}

.s_text{
	font-size:70%;
}

a.soudan_btn{
	display:block;
	color:#FFF ;
	font-size:50%;
}

a.soudan_btn:hover{
	color:#F00;
}
	
p.year{
	clear:both;
	text-align:center;
	color:#FFF;
	font-size:146.5%;
	letter-spacing:1px;
	padding:10px 0;
}

.nen{
	color:#FFF;
	font-size:131%;
	letter-spacing:1px;
	padding:0 0 10px 50px;
}

/*////////////日程ボタン/////////////////*/
.day_box{
	width:947px;
	height:auto;
	margin:0 auto;
    padding-bottom:10px;
	overflow:hidden;
}

.day_box li{
    width: 103px;
    margin-left: 13px;
	float:left;
	font-size:180%;
	text-align:center;
	border: 2px solid #F90;
	border-radius:3px;
	background:#fff;
}

.day_box li a{
	color:#333;
}

.one{
	margin:0 !important;
}

.youbi00{
	font-size:60%;
	padding-bottom:5px;
	color:#535353;
}

.youbi{
	font-size:60%;
	padding-bottom:5px;
	color:#00C;
}

.youbi02{
	font-size:60%;
	padding-bottom:5px;
	color:#C00;
}

.con{
	font-size:50%;
	color:#fff;
	background:#F90;
	padding-top:5px;
}

.day_box li:hover{
	opacity:0.9;
}

.btn_center a{
    display:block;
	width:250px;
	background:#9C0;
	color:#FFF !important;
	font-weight:800;
	text-align:center;
	border:2px solid #68A809;
	letter-spacing:1px;
	border-radius:5px;
	text-shadow:1px 1px 3px #063;
	padding:5px 0;
}

.btn_center a:hover{
	text-decoration:underline;
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
}

#soudan_btn a{
	display:block;
	color:#0068b7;
	width:180px;
	height:35px;
	text-align:center;
	line-height:35px;
	background:#FFF;
	font-weight:900;
	position:absolute;
	top:15px;
	right:20px;
	border-radius:10px;
}

#soudan_btn a:hover{
	color:#F60;
}

.kengaku{
	width:400px;
	margin:0 auto;
	/*text-align:center;*/
	color:#fff;
	/*position:relative;
	bottom:20px;*/
	font-size:108%;
	letter-spacing:1px;
	padding:20px 0;
	line-height:1.7;
}

p.taiken_btn a{
	display:block;
	color:#0068b7;
	width:400px;
	margin:0 auto;
	padding:10px 0;
	font-size:108%;
	font-weight:900;
	background:#FFF;
	border:3px solid #69C;
	border-radius:10px;
	text-align:center;
}

p.taiken_btn a:hover,p.taiken_btn a:focus {
	background:#0068b7;
	color:#FFF;
	border:3px solid #FFF;
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
	cursor:pointer;
}

.sub2025{
	font-size: 30px;
	text-align:center;
}

.box_wrap{
	width:100%;
	background:#ebf6f7;
}
.schedule-horizontal {
  padding: 60px 20px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  width:1100px;
  margin:60px auto 0;
  border-top:1px solid #ccc;
}

.schedule-horizontal h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.course {
  color: #fff;
  margin-bottom: 40px;
  font-weight:bold;
  font-size:125%;
  background:#0b3d91;
  padding:10px 0;
  letter-spacing:1px;
}
.course_02 {
  color: #fff;
  margin-bottom: 25px;
  font-weight:bold;
  font-size:125%;
  background:#e67e22;
  padding:10px 0;
}

.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

/* 横ライン */
.timeline-horizontal::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0b3d91;
  z-index: 1;
}

.timeline-horizontal_02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

/* 横ライン */
.timeline-horizontal_02::before {
  content: "";
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e67e22;
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 150px;
  height:140px;
  text-align: center;
  font-size:150%;
  background:#fff;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  border: 2px solid #ccc;
}

.timeline-item_02 {
  position: relative;
  width: 130px;
  height:140px;
  text-align: center;
  font-size:150%;
   background:#fff;
   border-radius:10px;
   box-shadow:0 4px 10px rgba(0,0,0,0.08);
   border:2px solid #ccc;
}

/* 時間 */
.time {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/* ● ドット */

.dot{
  position:absolute;
  top: 55px; 
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background:#0b3d91;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:14px;
  box-shadow:0 0 0 4px #fff;
  z-index: 5;
}

.dot::before{
	content:"✈";
} 

/* 内容 */
.content {
  margin-top: 85px;
  font-size: 14px;
  line-height: 1.5;
}
.sm{
	font-size:85%;
}
.time span {
  font-size: 12px;
  color: #666;
}


/* 分岐カラー */
.branch .dot {
  background: #e67e22;
}

/* 希望者 */
.optional .dot {
  background: #27ae60;
}

/* 終了 */
.end .dot {
  background: #333;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .timeline-horizontal {
    flex-direction: column;
  }

  .timeline-horizontal::before {
    display: none;
  }

  .timeline-item {
    width: 100%;
    margin-bottom: 30px;
  }
}


.s_text{
	text-align:left;
	padding-top:20px;
	font-size:100%;
	line-height:1.8;
}

/*/////////////パイロット学科体験入学日程//////////////*/
#taiken_pi{
	clear:both;
	width:980px;
	position:relative;
	margin:0 auto;
	background:#1bad54;
	border-radius:10px;
	border:2px solid #1b8444;
	margin-top:40px;
	box-shadow:0px 0px 10px 1px #ccc;
	-moz-box-shadow:0px 0px 10px 1px #ccc;
	-webkit-box-shadow:0px 0px 10px 1px #ccc;
	padding:10px 0 30px;
}

.pilot_tetxt{
	color:#fff;
	padding-left:230px;
}

#soudan_btn02{
	display:block;
	color:#1bad54;
	width:700px;
	margin-left:160px;
	margin-bottom:20px;
	text-align:center;
	padding:10px 0;
	background:#FFF;
	font-weight:900;
	border-radius:10px;
	letter-spacing:2px;
}

p.taiken_btn02 a{
	display:block;
	color:#1bad54;
	width:400px;
	margin:20px auto 0;
	font-size:108%;
	font-weight:900;
	background:#FFF;
	border:3px solid #1b8444;
	border-radius:10px;
	text-align:center;
	padding:10px 0;
	letter-spacing:1px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

p.taiken_btn02 a:hover,p.taiken_btn02 a:focus {
	background:#1bad54;
	color:#FFF;
	border:3px solid #1b8444;
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
	cursor:pointer;
}

/* =======================================
	エアライン学科
======================================= */

h2.event_title{
	text-align:center;
	padding-top:20px;
	font-size:280%;
	color:#F9C;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #F9C;
	letter-spacing:2px;
}

.event_phot_01{
	margin-top:35px;
	width:980px;
	height:450px;
}

.event_phot_01 img{
	border-radius:30px;
	border:1px solid #CCC;
}

.event_phot_02{
	margin-top:35px;
	float:left;
	width:470px;
	height:380px;
	position:relative;
}

.event_phot_02 img{
	border-radius:30px;
	border:1px solid #CCC;
}

.event_phot_03{
	margin-top:35px;
	float:right;
	width:470px;
	height:380px;
	position:relative;
}

.event_phot_03 img{
	border-radius:30px;
	border:1px solid #CCC;
}

p.event_text_01{
	font-size:138.5%;
	color:#535353;
	padding-top:5px;
}

p.event_text_02{
	font-size:116%;
	color:#535353;
	padding-top:5px;
	letter-spacing:1px;
}

/* =======================================
	航空整備士学科
======================================= */
h2.event_title_01{
	clear:both;
	text-align:center;
	padding-top:80px;
	font-size:280%;
	color:#099;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #099;
	letter-spacing:2px;
}

/* =======================================
	エアポート学科
======================================= */
h3.event_title_02{
	clear:both;
	text-align:center;
	padding-top:80px;
	font-size:280%;
	color:#F60;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #F60;
	letter-spacing:2px;
}

/* =======================================
	パイロット学科
======================================= */
h3.event_title_03{
	clear:both;
	text-align:center;
	padding-top:80px;
	font-size:280%;
	color:#039;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom:1px solid #039;
	letter-spacing:2px;
}

/* =======================================
	３つの紹介
======================================= */

#course_box{
	clear:both;
	padding-top:100px;
	width:980px;
	height:650px;
	margin:0 auto;
	position:relative;
}

ul.pick_up li{
	float:left;
	margin-top:35px;
	width:310px;
	height:auto;
}

li.center_li{
	margin-left:25px;
	margin-right:25px;
}

.pickurp_phot{/*写真*/
	width:310px;
	height:270px;
}

p.pickup_title{
	color:#F69;
	font-size:116%;
	font-weight:bold;
	width:310px;
	border-bottom:1px solid #F69;
	padding:6px 0 6px 0;
	text-align:center;
}

p.pickup_text{
	width:310px;
	color:#494949;
	font-size:108%;
	text-align:justify;
}

/* =======================================
	5つのボタン
======================================= */
ul.event_btn{
	display: flex;
    justify-content: space-between;
	width:980px;
	height:65px;
}

ul.event_btn li a{
	display:block;
	float:left;
	width:185px;
	height:60px;
	background:#069;
	text-align:center;
	line-height:60px;
	color:#FFF;
	margin-left:5px;
	border-radius:10px;
	border:3px solid #69C;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

ul.event_btn li a:hover,ul.event_btn li a:focus{
	background:#FFF;
	color:#069;
	border:3px solid #069;
}
	
	
