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

#main_visual_sub{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	position:relative;
}

#main_box {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 55px;
}

h1.main_title{
	width:84%;
	margin:0 auto;
	text-align: center;
    font-size:182%;
    letter-spacing:1px;
    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;
	line-height:1.2em;
}

h1.main_title span{
	font-size:80%
}

.contents{
	padding-bottom:40px;
}

.banner img{
	display:block;
	width:92%;
	margin:20px auto;
}

.c_text{
	padding:20px 10px 10px;
	color:#F00;
	letter-spacing:1px;
	line-height:1.8em;
	font-size:93%;
}

.p_box{
	background:#0068b7;
	padding-bottom:40px;
}

.sub_title{
	color:#fff;
	text-align:center;
	font-size:146.5%;
	font-weight:bold;
	padding-top:20px;
	margin-bottom:20px;
}

.ta_text{
	color:#0068b7;
	padding:10px;
	text-align:center;
	background:#fff;
	font-size:116%;
	width:94%;
	margin:0 auto 20px;
	border-radius:5px;
}

/*////////カレンダー//////////*/
.day_box{
	width:100%;
    clear:both;
	overflow:hidden;
	margin-bottom:10px;
}

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

.day_box li a{
	color:#535353;
}

.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;
}

.btn{
	background:#fff;
	border: 3px solid #278fcc;
	border-radius: 5px;
	text-align:center;
	padding:20px 0;
	width:94%;
	margin:0 auto 10px;
}

.btn a{
    font-weight: bold;
    color: #0068b7;
}

.p_box02{
	background: #1bad54;
	padding-bottom:40px;
}

.ta_text02{
	color:#1bad54;
	padding:10px;
	text-align:center;
	background:#fff;
	font-size:116%;
	width:94%;
	margin:0 auto 20px;
	border-radius:5px;
}
.kengaku{
	color:#fff;
	/*position:relative;
	bottom:10px;*/
	font-size:116%;
	letter-spacing:1px;
	padding:10px 10px 0;
}
.kengaku a{
	color:#fff;
}
.btn02{
	background:#fff;
	border: 3px solid #1b8444;
	border-radius: 5px;
	text-align:center;
	padding:20px 0;
	width:94%;
	margin:0 auto 10px;
}

.btn02 a{
    font-weight: bold;
    color: #1bad54;
}

.sinro{
	width:92%;
	margin:0 auto;
	background:#fff;
	color:#535353;
	padding:10px;
	border-radius: 5px;
}

.sinro_big{
	display:block;
	padding:10px 0;
	font-size:116%;
	font-weight:bold;
}

.sinro a{
	color:#535353;
	text-decoration:underline !important;
}

/*//////////////　１日のスケジュール　///////////////////*/
.pickup{
	font-size:146.5%;
	color:#0068b7;
	padding:30px 0 10px;
	text-align:center;
}

.sidou_box{
	width:74%;
	margin:10px auto;
	background:#fff;
	padding:10px 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	background:url(../img/pilot/stripe_bg.png);
}

.time_02{
	font-weight: bold;
    font-size: 160%;
    color: #843bff;
    text-align: center;
}
.time_text{
	text-align:center;
	color:#535353;
	font-weight:bold;
	font-size: 116%;
}

.sankaku img{
	display:block;
	width:6%;
	margin:0 auto;
}

.text{
	color:#535353;
	font-size:108%;
	padding:30px 0 0;
}

#text_box{
	width:94%;
	margin:10px auto 10px;
}

.com_tbl td{
	border: 1px solid #ccc;
	padding:10px 0;
	color:#535353;
	font-size:116%;
	text-align:center;
	background:url(../img/pilot/stripe_bg.png);
}

.jikan{
	color: #843bff !important;
	font-weight:bold;
}

.kaishi{
	width:94%;
	margin:0 auto 20px;
}

.kaishi li{
	color:#333;
	font-size:100%;
	font-weight:bold;
	text-indent:-1em;
    padding-left:1em;
	padding-bottom:5px;
	letter-spacing:1px;
}



.box_wrap{
	width:100%;
	background:#ebf6f7;
	padding:40px 15px;
	box-sizing:border-box;
	margin-top:40px;
}

.schedule-horizontal{
	width:100%;
	max-width:520px;
	margin:auto;
	font-family:"Helvetica Neue", Arial, sans-serif;
}

.schedule-horizontal h2{
	font-size:131%;
	text-align:center;
	margin-bottom:25px;
	font-weight:bold;
}

/* 学科タイトル */

.course,
.course_02{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:12px;
	margin-bottom:30px;
	text-align:center;
	border-radius:6px;
}

.course{
	background:#0b3d91;
}

.course_02{
	background:#e67e22;
}


/* ===== タイムライン ===== */

.timeline-horizontal,
.timeline-horizontal_02{
	position:relative;
	padding-left:50px;
}

/* 縦ライン */

.timeline-horizontal::before,
.timeline-horizontal_02::before{
	content:"";
	position:absolute;
	left:16px;
	top:0;
	width:3px;
	height:100%;
	background:#0b3d91;
}

.timeline-horizontal_02::before{
	background:#e67e22;
}


/* カード */

.timeline-item,
.timeline-item_02{
	position:relative;
	background:#fff;
	border-radius:12px;
	box-shadow:0 6px 14px rgba(0,0,0,0.08);
	padding:18px 20px;
	margin-bottom:20px;
	border:1px solid #e5e5e5;
}


/* ✈ 飛行機アイコン */

.dot{
	position:absolute;
	left:-48px;
	top:22px;
	width:28px;
	height:28px;
	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;
}

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

.branch .dot{
	background:#e67e22;
}


/* 時間 */

.time{
	font-size:20px;
	font-weight:bold;
	color:#333;
	margin-bottom:6px;
}


/* 内容 */

.content{
	font-size:15px;
	line-height:1.6;
	color:#333;
}

.sm{
	font-size:85%;
	color:#666;
}


/* カードタップ演出 */

.timeline-item:active,
.timeline-item_02:active{
	transform:scale(0.98);
	transition:0.1s;
}

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

/*////////　オープンキャンパス　/////////////*/
.op_box{
	background:#f7f7f7;
	padding:20px 0;
}

.big_text{/*エアライン学科*/
	color:#F9C;
	text-align:center;
	font-size:153.9%;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 1px solid #F9C;
	width:94%;
	margin:0 auto;
	padding-bottom:10px;
}

.big_text02{/*航空整備士学科*/
	color:#099;
	text-align:center;
	font-size:153.9%;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 1px solid #099;
	width:94%;
	margin:20px auto 0;
	padding-bottom:10px;
}

.big_text03{/*エアポート学科*/
	color:#F60;
	text-align:center;
	font-size:153.9%;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 1px solid #F60;
	width:94%;
	margin:20px auto 0;
	padding-bottom:10px;
}

.big_text04{/*パイロット学科*/
	color:#039;
	text-align:center;
	font-size:153.9%;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-bottom: 1px solid #039;
	width:94%;
	margin:20px auto 0;
	padding-bottom:10px;
}

.pic img{
	display:block;
	width:94%;
	margin:10px auto 0;
}

.taiken_text{
	color:#535353;
	font-size:116%;
	padding:5px 10px 0;
}

/*///////下3つ///////*/
.back_setubi{
	width:94%;
	margin:10px auto;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
}

.sub{
	width:94%;
	margin:0 auto;
	font-size:123.1%;
	color:#F69;
	padding:20px 0 5px;
	position: relative;
	border-bottom: 4px solid #ccc;
	font-weight:bold;
}

.sub::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color:#F69;
}

.setubi_pic img{
	display:block;
	float:left;
	width:50%;
	margin-right:5px;
	padding:10px 10px 0 10px;
}

.setubi_text02{
	padding:10px 10px 0;
	color:#535353;
	font-size:108%;
	word-break:break-all;
}





