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


.mainviual{
	width: 100%;
	height: 520px;
	background:url(../img/course/p_01.jpg) center top no-repeat;
	position: relative;
}

h2.main_title{
	z-index: 100;
	text-align: center;
	line-height: 520px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
span.ss_title{
	font-size:77%;
}

/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:35px;
	margin:0 auto;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background: #f1f1f1;
	color:#535353;
}
#pan_list{
	width:1100px;
	height:35px;
	color:#333;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:35px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:40px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/



.content{
	width: 1100px;
	height: auto;
	padding-bottom: 280px;
	margin: 0 auto;
}




h2.title_01{
	margin-top: 80px;
	width: 1100px;
	height: 545px;
	background: url(../img/course/p_02.jpg);
	text-align: center;
	color: #FFF;
	font-size: 310%;
	letter-spacing: 3px;
	line-height: 1.6;
	padding :120px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-shadow: 2px 2px #666;
	}

span.yellow{
	color: #FF0;
}

.container {
  display: flex;
  align-items: flex-start; /* 上端を揃える。必要に応じて調整可 */
  gap: 50px; /* 要素間の隙間を設定 */
}

.photo_box{
	margin-top: 90px;
	width: 500px;
	height: 350px;
	background: #F93;
}

.big_s{
	font-size:131%;
}

p.text{
	margin-top: 90px;
	width: 550px;
	height: 350px;
	text-align: justify;
	font-size: 140%;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #666;
}

span.red{
	color: #F00;
	font-size: 77%;
	line-height: 1.2;
}



.container_01{
	margin-top: 120px;
}

h3{
	text-align: center;
	letter-spacing: 2px;
	padding: 20px 0;
	color: #666;
	font-size: 210%;
}
.container_01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* 横並びにする */
  gap: 100px;      /* 画像の間隔 */
}

.container_01 li {
  flex: 0 0 auto; /* アイテムの幅を固定に */
  border:1px solid #CCC;
}

p.text_s{
	text-align: center;
	padding-bottom:10px;
}


