@charset "utf-8";
/* CSS Document */

#pagetitle h2 {
	width: 1200px;
	height: 280px;
	max-width: 100%;
	margin: 0 auto;
	background: #EEEEEE;
	top: 205px;
}

#pagetitle h2 p {
	width: 50%;
	padding-top: 50px;
	text-align: center;
	float: left;
}

#pagetitle h2 div {
	width: 50%;
	height: 280px;
	float: right;
}

#pagetitle h2 div {
	background: url( "images/model_course_title_p.jpg") no-repeat center;
	background-size: cover;
}

	
#model_course {
width: 100%;
max-width: 1200px;
margin: 110px auto;
}
	
h3 {
border-bottom: solid 2px #DDDDDD; /*[1]線の太さと地の色を指定*/
position: relative;
font-size: 140%;
padding-bottom: 10px;
margin-bottom: 50px; 
}
h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 2px #333333; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
bottom: -2px; /*[3]太さの分だけ線の位置を調整*/
width: 10%; /*[4]アクセントカラーの幅を指定*/
}

h4 {
	border-left: #59BF68 5px solid;
	padding-left: 15px;
	font-size: 110%;
	margin-bottom: 30px;
}

.img {
	width: auto;
	margin: 50px auto;
	text-align: center;
}

.img img{
	margin: 0 auto;
}

section {
	margin-bottom: 60px;
}

#model_course h6 {
	background: #59BF68;
	font-size: 110%;
	color: #FFFFFF;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 3px;
	line-height: 140%;
}

#model_course h6 span {
 height:30px;
 width:30px;
 border-radius:50%;
 line-height:30px;
 text-align:center;
	background: #FFFFFF;
	color: #333333;
	display: inline-block;
	margin-right: 10px;
}

#model_course .txt {
	width: 54%;
	float: left;
	margin-top: 20px;
}

#model_course .photo {
	width: 44.14893%;
	float: right;
	margin: 20px 0 0;
	text-align: center;
	font-size: 80%;
}

#model_course .photo img {
	margin-bottom: 5px;
}

#model_course .txt dl {
	margin-top: 20px;
	padding: 20px;
	background: #F8F8F8;
}

#model_course .txt dt {
	width: 6em;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 5px;
}

#model_course .txt dd {
	padding-left: 6em;
	margin-bottom: 5px;
	word-break: break-all;
}

#model_course .ya {
	display: flex;
  align-items: center;
}

#model_course .ya .dli-arrow-down {
	margin: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.25em;
  height: 4em;
  background: currentColor;
	float: left;
}

#model_course .ya .dli-arrow-down::before {
  content: '';
  width: 1.4em;
  height: 1.4em;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  left: -0.6em;
  bottom: 0;
  margin: auto;
}

#model_course .ya .time {
	font-weight: bold;
	line-height: 140%;
	float: left;
}

#model_course .ya .dli-arrow-down2 {
	margin: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.25em;
  height: 760px;
  background: currentColor;
	float: left;
}

#model_course .ya .dli-arrow-down2::before {
  content: '';
  width: 1.4em;
  height: 1.4em;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
  position: absolute;
  left: -0.6em;
  bottom: 0;
  margin: auto;
}

#model_course .ya .inbox {
	width: 90%;
	float: left;
	padding-bottom: 30px;
}





/* PC01: 1080 px ～ 1200 px*/
@media screen and (max-width:1200px)
{

#model_course {
width: 90%;
max-width: 1200px;
margin: 80px auto;
}
	
}

/* PC02: 959 px ～ 1080 px*/
@media screen and (max-width:1080px)
{


}

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{

	
#model_course {
width: 90%;
max-width: 1200px;
margin: 80px auto;
}

}
	
/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{	
#pagetitle {
	padding-top: 220px;
}
	
#pagetitle h2 {
	height: 200px;
	top: 120px;
	position: absolute;
}

#pagetitle h2 p {
	width: 170px;
	padding-top: 20px;
	float: none;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 888;
}
	
#pagetitle h2 p img {
	width: 100%;
	height: auto;
}

#pagetitle h2 div {
	width: 100%;
	height: 200px;
	float: none;
	position: relative;
}
	
h3 {
font-size: 120%;
}

#model_course .txt {
	width: 100%;
	float:none;
}

#model_course .photo {
	width: 100%;
	float:none;
}
	
#model_course .photo img {
	width: 100%;
	height: auto;
}

#model_course .ya .dli-arrow-down2 {
  height: 1400px;
}

#model_course .ya .inbox {
	width: 90%;
	float: left;
	padding-bottom: 30px;
}

	
}	



