@charset "utf-8";

/**
 *
 * 学びのステップ: 梅花高等学校|医療看護コース
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content {
    position: relative;
}

.course_kv.is_pc{
	display: block;
	position: relative;
	height: 677px;
	background: url(../images/kv_bg_img.png) repeat-x;
}
.course_kv.is_pc .kv_btm{
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 12px;
	background: url(../images/kv_bottom_img.png) repeat-x;
}
.course_cont{
	padding: 60px 0 25px;
}
/* @SP */
@media all and (max-width: 767px){
	.left,
	.right{
		float: initial;
	}
	.course_cont{
		padding: 15px 0 25px;
	}
	.course_kv.is_sp{
		display: block;
		height: auto;
		background: none;
	}
	.course_kv.is_sp img{
		position: initial;
		width: 100%;
		height: auto;
	}
}

.inner_base{
	overflow: hidden;
}

.course_secs{
	margin-top: 0;
	padding-bottom: 65px;
}
.course_secs .inner{
	position: relative;
}
.course_secs .inner h2{
	height: 125px;
}
.course_secs .inner h2 img{
	position: absolute;
	z-index: 1;
}
.course_secs .inner .lead{
	color: #ee297d;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
}
.course_secs .inner .txt_wrap{
	width: 480px;
}
.course_secs .inner .txt_wrap .txt_col{
	width: 470px;
	line-height: 2em;
}
.course_secs .inner .txt_wrap .txt_col .mt{
	margin-top: 30px;
}
.course_secs .inner .img_wrap{
	width: 480px;
	height: 365px;
	position: relative;
	text-align: center;
}
.course_secs .inner .img_wrap .ico{
	width: 107px;
	height: 83px;
}

/* @SP */
@media all and (max-width: 767px){
	.course_secs{
		margin-top: 0;
		padding-bottom: 65px;
	}
	.course_secs .inner{
		position: relative;
	}
	.course_secs .inner h2,
	.course_secs .inner h2 img{
		position: initial;
		width: 100%;
		height: auto;
	}
	.course_secs .inner .lead{
		color: #ee297d;
		font-size: 15px;
		font-weight: bold;
		margin: 10px 0;
	}
	.course_secs .inner .txt_wrap.
	.course_secs .inner .txt_wrap .txt_col,
	.course_secs .inner .img_wrap{
		display: block;
		width: 100%;
		height: auto;
	}
	.course_secs .inner .img_wrap{
		max-width: 355px;
		margin: 30px auto 0;
	}
	.course_secs .inner .txt_wrap .txt_col .mt{
		margin-top: 20px;
	}
}


/*.is_pc{
	display: inline;
}*/
/* @SP */
@media all and (max-width: 767px){
	.is_pc{
		display: none;
	}
}


/*----------------------------------------------------------------------
	.cmn_kv
----------------------------------------------------------------------*/
.cmn_kv{
	position: relative;
	height: 440px;
	background: url(../images/kv_img.png) no-repeat 50% 50%;
	background-size: cover;
}
.cmn_kv h1{
	position: absolute;
	width: 518px;
	top: 50%;
	left: 50%;
	margin: -96px 0 0 -270px;
}
.cmn_kv .scroll{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -29px;
}

.cmn_kv .kv_btm{
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 12px;
	background: url(../images/kv_bottom_img.png) repeat-x;
}

/* @SP */
@media all and (max-width: 767px){
	.cmn_kv{
		height: 377px;
		background-image: url(../images/kv_img_sp.png);
	}
	.cmn_kv h1{
		left: 0;
		width: 100%;
		text-align: center;
		margin: -80px -5px 0;
	}
	.cmn_kv h1 img{
		width: 360px;
		height: auto;
	}
	.cmn_kv .scroll{
		bottom: 30px;
		margin-left: -23px;
	}
	.cmn_kv .scroll img{
		width: 47px;
		height: 38px;
	}
}


/*--------------------------------------------------------------------------
	sec01
---------------------------------------------------------------------------*/
.sec01{
	padding-bottom: 100px;
}
.sec01 .inner .lead{
	margin: 2px 0 15px;
}
.sec01 .inner .img_wrap .ico{
	position: absolute;
	top: 37px;
	right: 9px;
	z-index: 1;
}
.sec01 .inner .img_wrap .img{
	width: 440px;
	position: absolute;
	top: 56px;
	right: 16px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec01{
		padding-bottom: 60px;
	}
	.sec01 .inner .txt_wrap,
	.sec01 .inner .txt_wrap .txt_col,
	.sec01 .inner .img_wrap{
		width: 100%;
		height: auto;
	}
	.sec01 .inner .img_wrap .ico{
		width: 80px;
		position: absolute;
		top: -15px;
		right: -10px;
		z-index: 1;
	}
	.sec01 .inner .img_wrap .img{
		width: 100%;
		position: initial;
	}
}

/* .box_wrap
-----------------------------------------------------------------*/
/*.sec01 .point{
	margin-top: 50px;
}*/


/* 20170310 梅花の魅力ページ変更分
-----------------------------------------------------------------*/

.sec01 .stage h4{
	margin-top: 30px;
}

.sec01 h5{
	color: #ee297d;
	font-size: 17px;
	font-weight: bold;
	margin: 40px 0 0;
	/*border-left: solid 4px #ee297d;
	padding: 5px 0 0 15px;*/
}

.sec01 p.img-wrap{
	margin: 20px 0 0;
}

.sec01 .stage .btn{
	margin: 20px 0 0;
	width:450px;
}

.sec01 .stage .point-inner{
	width:32%;
	float:left;
	margin:20px 2% 0 0;
}

.sec01 .stage .point-wrap div:nth-child(3) {
	margin-right:0;
}

.mgb20{

}

/*.sec01 .point p.lead,.sec01 .stage dt{
	color: #ee297d;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
}*/

.sec01 .stage dt{
	margin: 30px 0 0;
}

.sec01 .point .img_wrap{
	float:left;
	margin-right:3%;
}

.sec01 .point .box_inner{
	margin-top: 40px;
}

.sec01 h6{
	color: #ee297d;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}

.sec01 h6.teikei{
	color: #ee297d;
	font-size: 15px;
	font-weight: bold;
	margin-top:20px;
}

.md-txt{
	font-size: 20px;
	font-weight: bold;
	margin:0 0 10px;
}

.sec01 .point .txt_wrap{
	padding-left:350px;
}

.sec01 .point .item{
	margin-top: 10px;
}

.sec01 .point .btn{
	margin: 20px 0 0;
	width:300px;
}

.sec01 .stage{
	margin-top: 40px;
}

.sec01 .stage h4{
	margin-top: 30px;
}

/*.sec01 h6{
	color: #ee297d;
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}*/

.sec01 .lead{
	color: #ee297d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sec01 .lead-teikei{
	color: #ee297d;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.sec01 .stage dd img{
	margin-top: 20px;
}

.sec01 .stage table,
.sec01 .stage table td,
.sec01 .stage table th {
border: 1px #F28BB0 solid;
padding:15px;
}

.sec01 .stage table,
.sec01 .stage table td {
width:33%;
}

.sec01 .stage table {
margin:20px 0 0;
background-color:#fff;
width:100%;
}

.sec01 .stage table dl dt{
	color: #ee297d;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
}

.course_aside_sec{
	padding: 30px;
	background: #fbf7de;
}

.course_aside_ttl{
	margin: 0 auto 20px;
}

.course_aside .txt_wrap{
	float:right;
	width:72%;
}

.course_aside{
	margin: 40px 0 0;
}

.course_aside .img_wrap{
	float:left;
}

.course_aside .person {
	margin-top: 20px;
}

.sec01 p.img-center{
	margin:0 auto;
	text-align:center;
}
.sec01 p.img-center-teikei{
	margin:0 auto;
	float:right;
}

.sec01 ul.teikei{
	float:left;
	padding:30px 0 0 30px;
}

.sec01 .other{
	margin-top:60px;

}

/*.sec01 .box_wrap .box{
	float: left;
	width: 308px;
	margin-left:18px;
	padding-bottom: 80px;
}
.sec01 .box_wrap .box01.box{
	margin-left: 0;
}
.sec01 .box_wrap .box .ttl{
	width: 100%;
	margin-bottom: 23px;
}
.sec01 .box_wrap .box .lead{
	color: #ee297d;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.7em;
	margin-bottom: 10px;
}
.sec01 .box_wrap .box .img{
	width: 100%;
	margin-bottom: 10px;
}
.sec01 .box_wrap .box .btn{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.sec01 .box_wrap .box .item{
	margin-top: 20px;
}
.sec01 .box_wrap .box .item img{
	display: block;
	width: 220px;
	margin: 0 auto;
}*/

/* 20170310 梅花の魅力ページ変更分
-----------------------------------------------------------------*/

@media all and (max-width: 767px){
	.sec01 .point .img_wrap{
		float:none;
		margin-right:0;
	}

	.sec01 .point .img_wrap img{
		width:100%;
	}

	.sec01 .point .txt_wrap{
		padding-left:0;
		margin-top:20px;
	}

	.sec01 .box_wrap .item img{
		display: block;
		width: 220px;
		margin: 0 auto;
	}

	.sec01 .point .btn,.sec01 .stage .btn{
		width:100%;
	}

	.sec01 .is_sp{
		display: block;
		height: auto;
		background: none;
	}

	.sec01 .is_pc{
		display: none;
	}

	.sec01 .is_sp img{
		width:100%;
	}

	.sec01 .stage table {
	margin:20px 0 0;
	background-color:#fff;
	}

	.sec01 .stage .point-inner{
		float:none;
		width:100%;
	}

	.sec01 p.img-center{
		margin:0 auto;
		text-align:center;
	}

	.course_aside{
		max-width:380px;
		margin:20px auto 0;
	}

	.course_aside_sec{
		padding: 20px 30px 30px;
	}

	.course_aside .txt_wrap{
		float:none;
	}

.course_aside .txt_wrap{
	float:none;
	width:100%;
	}

.course_aside .img_wrap{
	float:none;
	text-align:center;
	width:100%;
	}

	.md-txt{
		margin:15px 0 10px;
		}

	.sec01 p.img-center{
		float:none;
	}

	.sec01 ul.teikei{
		float:none;
		padding:20px 0 0;
	}

.sec01 p.img-center-teikei{
	float:none;
}

}


/* @SP */
@media all and (max-width: 767px){
	.sec01 .box_wrap{
		margin-top: 45px;
	}
	.sec01 .box_wrap .box{
		float: initial;
		width: 100%;
		margin-left: 0;
		padding-bottom: 80px;
	}
	.sec01 .box_wrap .box .ttl{
		width: 100%;
		margin-bottom: 23px;
	}
	.sec01 .box_wrap .box .ttl img{
		width: 100%;
	}
	.sec01 .box_wrap .box .lead{
		color: #ee297d;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sec01 .box_wrap .box .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.sec01 .box_wrap .box .img img{
		width: 100%;
	}
	.sec01 .box_wrap .box .btn{
		display: inline-block;
		width: 100%;
		margin-top: 40px;
	}
	.sec01 .box_wrap .box .item{
		margin-top: 20px;
	}
	.sec01 .box_wrap .box .item img{
		display: block;
		width: 220px;
		margin: 0 auto;
	}
}

/* .column
-----------------------------------------------------------------*/
.sec01 .column{
	position: relative;
	margin-top: 110px;
	padding: 30px 30px 30px 63px;
}
.sec01 .column h3{
	position: absolute;
	top: -72px;
	left: 50%;
	width: 330px;
	margin-left: -165px;
}
.sec01 .column .txt_wrap{
	margin-top: 17px;
}
.sec01 .column .frame_box .img_wrap{
	width: 250px;
}
.sec01 .column .frame_box .txt_wrap{
	width: 590px;
	margin-top: 8px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec01 .column{
		padding: 15px 25px;
		margin-top: 80px;/*20170314変更*/
	}
	.sec01 .column h3{
		top: -50px;
		left: 50%;
		width: 210px;
		margin-left: -110px;
	}
	.sec01 .column .txt_wrap,
	.sec01 .column .frame_box .img_wrap,
	.sec01 .column .frame_box .img_wrap img,
	.sec01 .column .frame_box .txt_wrap{
		width: 100%;
		margin: 0 auto;
	}
	.sec01 .column .txt_wrap{
		margin-top: 12px;
	}
	.sec01 .column .frame_box .img_wrap{
		margin-top: 12px;
	}
}


/*--------------------------------------------------------------------------
	sec02
---------------------------------------------------------------------------*/
.sec02{
	padding-bottom: 70px;
}
.sec02 .inner{
	padding-bottom: 195px;
	background: url(../images/sec02_img02.png) no-repeat;
	background-size:  100%;
	background-position: bottom;
}
.sec02 .inner .txt_wrap{
	width: 490px;
}
.sec02 .inner .img_wrap{
	width: 470px;
}
.sec02 .inner .img_wrap .ico{
	position: absolute;
	top: 10px;
	left: -20px;
	z-index: 1;
}
.sec02 .inner .img_wrap .img{
	width: 455px;
	position: absolute;
	top: 27px;
	left: -2px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec02{
		padding-bottom: 30px;
	}
	.sec02 .inner{
		padding-bottom: 0;
		background: none;
	}
	.sec02 .inner .txt_wrap,
	.sec02 .inner .txt_wrap .txt_col,
	.sec02 .inner .img_wrap{
		width: 100%;
	}
	.sec02 .inner .img_wrap{
		height: auto;
	}
	.sec02 .inner .img_wrap .ico{
		width: 80px;
		position: absolute;
		top: -10px;
		left: -10px;
		z-index: 1;
	}
	.sec02 .inner .img_wrap .img{
		width: 100%;
		position: initial;
	}
	.sec02 .inner .label{
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------------------
	sec03
---------------------------------------------------------------------------*/
.sec03{
	padding-bottom: 25px;
}
.sec03 .inner .txt_wrap{
	width: 515px;
}
.sec03 .inner .img_wrap{
	width: 445px;
}
.sec03 .inner .img_wrap .img{
	width: 455px;
	position: absolute;
	top: -10px;
	right: 8px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec03{
		padding-bottom: 5px;
	}
	.sec03 .inner .txt_wrap,
	.sec03 .inner .txt_wrap .txt_col,
	.sec03 .inner .img_wrap{
		width: 100%;
	}
	.sec03 .inner .img_wrap{
		margin-top: 15px;
		height: auto;
	}
	.sec03 .inner .img_wrap .img{
		width: 100%;
		position: initial;
	}
}

/*--------------------------------------------------------------------------
	sec04
---------------------------------------------------------------------------*/
.sec04{
	padding-bottom: 50px;
}
.sec04 .inner .txt_wrap{
	width: 470px;
}
.sec04 .inner .img_wrap{
	width: 490px;
}
.sec04 .inner .img_wrap .img{
	width: 497px;
	position: absolute;
	top: 0;
	left: -37px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec04{
		padding-bottom: 0;
	}
	.sec04 .inner .txt_wrap,
	.sec04 .inner .txt_wrap .txt_col,
	.sec04 .inner .img_wrap{
		width: 100%;
	}
	.sec04 .inner .img_wrap{
		height: auto;
		margin-top: 0px;
	}
	.sec04 .inner .img_wrap .img{
		width: 100%;
		position: initial;
	}
}

/*--------------------------------------------------------------------------
	sec05
---------------------------------------------------------------------------*/
.sec05{
	padding-bottom: 20px;
}
.sec05 .inner .txt_wrap{
	width: 545px;
}
.sec05 .inner .txt_wrap .lead{
	margin-top: 30px;
}
.sec05 .inner .txt_wrap .txt{
	margin-top: 20px;
}
.sec05 .inner .img_wrap{
	width: 415px;
	height: 293px;
}
.sec05 .inner .img_wrap .ico{
	width: 165px;
	position: absolute;
	top: 50px;
	right: 27px;
	z-index: 1;
}
.sec05 .inner .img_wrap .img01{
	width: 270px;
	position: absolute;
	top: 23px;
	left: -40px;
}
.sec05 .inner .img_wrap .img02{
	width: 280px;
	position: absolute;
	top: -140px;
	right: -20px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec05 .inner{
		padding-bottom: 20px;
	}
	.sec05 .inner .txt_wrap,
	.sec05 .inner .txt_wrap .txt-col,
	.sec05 .inner .img_wrap{
		width: 100%;
	}
	.sec05 .inner .img_wrap{
		height: auto;
	}
	.sec05 .inner .txt_wrap .txt_col{
		width: 100%;
	}
	.sec05 .inner .txt_wrap .lead{
		margin-top: 5px;
		font-size: 15px;
	}
	.sec05 .inner .txt_wrap .txt{
		margin-top: 20px;
	}
	.sec05 .inner .img_wrap .ico{
		width: 100px;
		position: absolute;
		top: -20px;
		right: 0px;
		z-index: 1;
	}
	.sec05 .inner .img_wrap .img01,
	.sec05 .inner .img_wrap .img02{
		width: 100%;
		position: initial;
	}
}

/*--------------------------------------------------------------------------
	sec06
---------------------------------------------------------------------------*/
.sec06 .inner .txt_wrap{
	width: 505px;
}
.sec06 .inner .img_wrap{
	width: 455px;
}
.sec06 .inner .txt_wrap .txt_col{
	width: 480px;
	margin-top: 23px;
}
.sec06 .inner .txt_wrap .txt{
	width: 295px;
}
.sec06 .inner .txt_wrap .mark{
	width: 182px;
/*	height: 121px;*/
	height: 17px;
	margin-top: 40px;
}
.sec06 .inner .img_wrap .img{
	width: 490px;
	position: absolute;
	top: -15px;
	left: -32px;
}

/* @SP */
@media all and (max-width: 767px){
	.sec06 .inner .txt_wrap,
	.sec06 .inner .txt_wrap .txt_col,
	.sec06 .inner .img_wrap{
		width: 100%;
	}
	.sec06 .inner .txt_wrap .txt_erea{
		width: 100%;
	}
	.sec06 .inner .txt_wrap .txt{
		float: left;
		width: 60%;
	}
	.sec06 .inner .txt_wrap .mark{
		float: right;
		width: 40%;
		margin: 25px auto 0;
	}
/*	.sec06 .inner .txt_wrap .mark img{
		width: 132px;
/*		height: 88px;
		height: 12px;
	}*/
	.sec06 .inner .img_wrap{
		margin-top: 5px;
		height: auto;
	}
	.sec06 .inner .img_wrap .img{
		width: 100%;
		position: initial;
	}
}


/* 20170926追加 */
.feature_text{
	text-align: center;
	margin: 10px 0 30px 0;
	
}

.new::before {
    display: inline-block;
	vertical-align: middle;
    margin: 0 5px 0 3px;
    padding: 2px 3px;
    color: #FFFFFF;
    border: 1px solid #ef297d;
	background:#ef297d; 
    font-size: 10px;
    line-height: 1;
    content: 'NEW';
}

/* 20200528 5つのポイント追加 */
/* .point_box -------------------- */

.point_box {
	margin: 40px 0 0;
	padding: 2em 0;
	background: #ffffff;
}

.point_box h2 {
	font-size: 1.4em;
	color:#ff007f;
	font-weight:bold;
}

.point_box h3 {
	margin: 3.5em 0 0 0;
	width: 100%;
}
.point_box .lead {
	margin-bottom: 1.2em;
	text-align: center;
	line-height: 180%;
}

.point_box .lead p {
	margin-top: .3em;
}


.points5{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
margin: 0px 0 30px 0 ;
	padding: 0 20px 0 20px;
}
.points5_l{
	width: 50%;
}
.points5_r{
	width: 50%;}



.points5 dl{
  display:flex;
  flex-wrap: wrap;
}
.points5 dt{
  width: 20%;
  margin-top: 0px !important;

}
.points5 dd{
  margin: 0;
  width: 80%;
  box-sizing: border-box;
	padding: 0 20px 0 0;
}

@media all and (max-width: 768px){
.points5{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	padding: 0 0 0 20px;
}

.points5_l{
	width: 50%;
	margin: 0 0 20px 0;
}
.points5_r{
	width: 50%;}

.points5 dt{
  width: 15%;
  padding: 0 10px 0 0;
  vertical-align: top;
  margin-top: 0px !important;
}
.points5 dt img{
	vertical-align: top;
}	

.points5 .p_num{
	float: left;
	margin: 0 15px 10px 0;
	display: block;
}

.points5 .lead , .nst .lead, .interview .lead{
font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0;
	line-height: 130%;
	display: inline-block;
	text-align: left;
}


.point_box {
	margin: 20px 0 0;
}
.points5, .nst, .question, .interview, .shingaku{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.points5_l, .nst_l, .question_l, .interview_l , .shingaku_l{
	width: 100%;
}
.shingaku_m{
	width: 100%;
}
.points5_r, .nst_r, .question_r, .interview_r, .shingaku_r{
	width: 100%;}

}
}
