@charset "UTF-8";

/* CSS Document */


/*お知らせ*/

/*カリキュラム*/

	.h-table table{
		width:100%;
    border-collapse: collapse;

	}
	.h-table td{
		width:30%;
		height:auto !important;
		font-size: 14px;
		text-align: center;
		padding: 2px 0;
		border: 1px solid #bbb;
    border-collapse: collapse;
	}
		.h-table tr{
			width:auto;
	}
	.h-table article{
		margin-bottom: 40px;
	}

	.h-table .cur-unit{
		width:10%;
		background: #F39800;
		color:#fff;
		font-size: 12px;
		font-weight:bold;
		border-bottom: 1px solid #fff;
	}
	.h-table .cur-unit td.no-unit{
		color:#333;
		background: #fff;
	}
	.h-table .cur-unit p{
		line-height: 1.5em;
	}
	.h-table td.title{
		padding: 5px;
				height:20px;
		background: #349184;
		color:#fff;
		font-weight:bold;
		font-size: 14px;
		width:10%;
	}
		.h-table td.sub-title{
			    width: 45%;
	}
.h-table .in td {
       width: 18%;
}
.h-table .in td.cur-unit {
    width: 10%;
}


.curriculum-L li {
    background: url(../img/list-ico.svg) no-repeat top 7px left;
    background-size: 10px 10px;
    padding-left: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: bold;
	}

.h-table td{
width:22%;
}

.h-table .in-1 td {
       width: 15%;
}

.h-table .in-1 .cur-unit {
    width: 10%;
    background: #F39800;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

/*オープンスクール*/

section#h-openschool img {
    margin-bottom: 30px;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*入試情報*/


#exam table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #c9395f;
}

#exam table th {
    padding: 12px;
    background: #c9395f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #c9395f;
		border-bottom: 1px solid #fff;
    width: 28%;
}

#exam table td {
    padding: 12px;
    border: 1px solid #db5443;
}


/*Webパンフレット・募集要項*/

/*各種奨学金と支援制度*/

/*大学への推薦枠について*/

/*2018年3月卒業生実績*/
#jisseki table.table_box {
    border-collapse: collapse;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#jisseki .table_box th, #jisseki .table_box td {
    border: 1px solid #231815;
    padding: 5px 10px;
    text-align: left;
}
#jisseki .table_box thead th {
    background: #668e25;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
#jisseki .table_box tbody th {
    background: #8fa54f;
    color: #fff;
    padding-left: 12px;
    font-weight: bold;
}
/*進路指導部長からみなさまへ*/

#message .block {
    margin-bottom: 60px;
    position: relative;
}

#message h4.indent {
    text-indent: -0.5em;
}

#message h5 {
    color: #c30d23;
}

#message .block .photo {
    width: 36%;
    float: left;
    margin-right: 4%;
}

#message .block .photo {
    width: 36%;
    float: left;
    margin-right: 4%;
}

#message .block .caption {
    position: absolute;
    bottom: 5px;
    left: 38%;
}


/*進路指導*/
#agreement h3 {
		margin-bottom: 80px;
}
#agreement .block {
		margin-bottom: 0;
}

#agreement .block .figure {
    width: 60%;
		position: absolute;
		top: -120px;
		right: 0;
}

#agreement .ttl {
    font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 10px;
}

#agreement p .indent {
    display: inline-block;
    text-indent: -0.5rem;
}

#agreement p {
	margin-bottom: 40px;
}

#agreement h5 {
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

#agreement h5 span {
	font-size: 1.4rem;
	color: #668e25;
}

#agreement .lead {
	font-size: 2rem;
	color: #668e25;
	font-weight: bold;
	margin: -15px 0 5px;
}

#agreement .lead span {
	font-size: 3.4rem;
}

#agreement .lead span.caption {
	font-size: 1.2rem;
}

#agreement .photo {
	width: 36%;
	float: right;
	margin-left: 4%;
	margin-bottom: 40px;
}

#agreement .photo:nth-of-type(3) {
	margin-top: -50px;
}

#agreement table {
    border-collapse: collapse;
    width: 70%;
    margin: 40px 0 60px;
		border: solid 2px #668e25;
		font-size: 1.2rem;
		width: 100%;
}

#agreement table td {
    border: solid 1px #333;
    padding: 3px 10px;
    text-align: center;
		border: solid 1px #668e25;
}

#agreement table.table-1 td:nth-of-type(even) {
    background: #fff799;
		font-weight: bold;
}

#agreement table.table-2 td:nth-of-type(3) {
    background: #fff799;
		font-weight: bold;
}


.mb40 {
	margin-bottom: 40px;
}

#agreement table.list {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
		border: 1px solid #668e25;
}

#agreement table.list th {
    padding: 5px;
		background: #668e25;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border: 1px solid #668e25;
		border-bottom: 1px solid #fff;
		width: 30%;
}

#agreement table.list td {
   	padding: 5px 10px;
		border: 1px solid #668e25;
		text-align: left;
}

#agreement table.list td span {
	color: #668e25;
	font-weight: bold;
}

#agreement h4 span {
	display: inline;
}

#agreement .color {
    color: #668e25;
	font-weight: bold;
}

#agreement li span {
    font-size: 1rem;
    color: #668e25;
    vertical-align: 2px;
}


#agreement h6,
#music h6 {
    font-size: 1.6rem;
	color: #db5443;
	font-weight: bold;
}

#agreement h6 span {
	display: inline-block;
  font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
	background: #db5443;
}

#agreement .copy span {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	font-size: 1.3rem;
	line-height: 1.5;
}

#agreement .copy {
	padding-bottom: 20px;
	border-bottom: 2px dotted #eaeaea;
}

#agreement .copy:last-of-type {
	border: none;
}

#agreement .photo-2 {
    width: 45%;
    float: right;
    margin-left: 4%;
}

#agreement .block-2 {
	margin-bottom: 20px;
}

#agreement .block-2:nth-of-type(2) {
	margin-right: 4%;
}

#agreement .block-2:nth-of-type(3) {
	margin-right: 0;
}

#agreement li {
	position: relative;
	padding-left: 12px;
}

#agreement li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #668e25;
	position: absolute;
	top: 8px;
	left: -2px;
}

#agreement li.last::before {
	display: none;
}

#agreement ul {
	margin-bottom: 0;
}

/*普通科　特別進学コース*/

#alpha-course h4,
#beta-course h4 {
    margin-bottom: 10px;
}

#alpha-course h4 img,
#beta-course h4 img {
    width: 30%;
}


#music .wrap h5 {
    background: url(../img/list-ico3.svg) no-repeat center left;
    background-size: 10px 10px;
    padding-left: 14px;
}

#alpha-course p,
#beta-course p {
    margin-bottom: 20px;
}


#music p {
    margin-bottom: 40px;
}

#alpha-course .block .photo,
#beta-course .block .photo {
    width: 36%;
    float: right;
    margin-left: 4%;
    margin-top: 5px;
}

#alpha-course .block-inner .photo,
#beta-course .block-inner .photo {
    width: 36%;
    float: right;
    margin-left: 4%;
    margin-top: 59px;
}

#alpha-course .block:nth-of-type(2) .photo,
#beta-course .block:nth-of-type(2) .photo,
#h-music .block:nth-of-type(2) .photo {
    float: left;
    margin: 0 4% 4% 0;
}

#alpha-course .icon span,
#beta-course .icon span {
    color: #025fa1;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 20px;
    border: 2px solid #025fa1;
    margin-right: 5px;
}

#alpha-course img.copy,
#beta-course img.copy {
    width: 30%;
    height: auto;
    padding-top: 20px;
}

#alpha-course .block-inner,
#beta-course .block-inner {
    background: #f2f9ff;
    padding: 30px;
    margin-bottom: 40px;
}

#course .photo-2 {
	width: 50%;
	height: auto;
	float: right;
	margin-left: 4%;
}

#course .photo-3 {
    width: 35%;
	height: auto;
}


/*普通科　進学コース*/

/*音楽科*/

#music .block .photo {
    width: 36%;
    float: right;
    margin-left: 4%;
    margin-top: 10px;
}

#music .block-inner {
    margin-bottom: 20px;
}

#music .block-inner:last-of-type {
    background: #f2f9ff;
    padding: 30px;
}

#music .block-inner .wrap {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}

#music .block-inner .wrap:nth-of-type(even) {
    margin-right: 0;
}

#music h5.txt {
    color: #c30d23;
}

#music .photo-3 {
	width: 75%;
	height: auto;
}

#music .block img.photo,
#music .block img.photo2 {
	width: 36%;
	float: right;
	margin-left: 4%;
	padding-right: 0;
	margin-top: 0;
}
#music h5 {
	margin-top: 10px;
}
#music table.contest-box {
	margin-top: -20px;
}
#music .contest-box .title {
	padding: 2%;
	color: #fff;
	font-weight: bold;
	background-color: #2EA7E0;
	font-size: 24px;
}
#music .contest-box td ul {
	margin-top: 20px;
}
/*#music .contest-box td ul li {
	background: url(../img/list-ico.svg) no-repeat top 7px left;
	background-size: 10px 10px;
	padding-left: 14px;
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: bold;
}*/
#music .contest-box td ul li span:nth-of-type(1) {
	color: #025FA1;
	font-weight: bold;
}
#music .contest-box td ul li span {
	color: #2EA7E0;
}

#music .block img.photo3 {
    width: 40%;
    float: right;
    margin-left: 4%;
    padding-right: 0;
    margin-top: 0;
}

#music .block img.photo4 {
    width: 30%;
    float: right;
    margin-left: 4%;
    padding-right: 0;
    margin-top: 0;
}

#music .photo-figure {
		width: 90%;
	margin: 70px auto 0;
}

#music .block {
    margin-bottom: 60px;
}

#music .qa-box {
	margin-top: 20px;
}

#music .qa-box dl {
		width: 100%;
		float: none;
		border-bottom: 2px dotted #ef857d;
		margin-bottom: 20px;
}

#music .qa-box dl:last-of-type {
		border: none;
}

#music .qa-box dt,
#music .qa-box dd {
		width: 100%;
    float: none;
		margin-bottom: 10px;
}

#music .qa-box dt {
		background: url(../img/h-music-02.png) no-repeat top left;
    background-size: 24px 24px;
    padding-left: 34px;
		font-size: 1.6rem;
}

#music .qa-box dd {
		background: url(../img/h-music-03.png) no-repeat top 6px left;
    background-size: 24px 24px;
    padding-left: 34px;
}
#music .photo {
	width: 30%;
	margin-left: 4%;
	float: right;
}
#music h6 span {
    display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    padding: 2px 8px;
    background: #c9395f;
    margin-bottom: 10px;
}
#music h6 {
    font-size: 1.6rem;
	color: #c9395f;
	font-weight: bold;
}
#music .copy span {
	display: block;
	font-weight: bold;
	text-align: right;
}

/*梅光生の声*/

/* 640pxまでの幅の場合に適応される */

@media screen and (max-width: 640px) {

    /*お知らせ*/
    /*カリキュラム*/
    /*オープンスクール*/
    .video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    /*入試情報*/
    /*Webパンフレット・募集要項*/
    /*各種奨学金と支援制度*/
    /*大学への推薦枠について*/
    /*2018年3月卒業生実績*/
    /*進路指導部長からみなさまへ*/
    #message .block .photo,
        {
        width: 50%;
        float: left;
        margin-right: 4%;
    }

    #message .block .caption {
        position: absolute;
        bottom: 5px;
        left: 40%;
    }

    /*進路指導*/
		#agreement h3 {
		margin-bottom: 30px;
		line-height: 1.4;
		}
	
	#agreement h5 {
		margin-top: 20px;
		margin-bottom: 5px;
		}
	
	#agreement .block {
		margin-bottom: 20px;
	}
	#agreement .block {
			position: relative;
			margin-bottom: 20px;
	}

	#agreement .block .figure {
			width: 100%;
			position: static;
			top: 0;
			right: 0;
	}

	#agreement p {
		margin-bottom: 10px;
	}

	#agreement .lead {
		line-height: 1.4;
	}

	#agreement .photo {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	#agreement table {
		width: 100%;
		margin: 20px 0 40px;
	}
	
	#agreement .block-3 {
		width: 100%;
		float: none;
}
	
	#agreement .block-3 ul {
		width: 100%;
		float: none;
		margin-bottom: 0;
}
	
	
	
	

	
	
	
	
    /*普通科　特別進学コース*/
    #alpha-course h4 img,
    #beta-course h4 img {
        width: 50%;
    }

    #alpha-course .block:last-of-type .photo,
    #beta-course .block:last-of-type .photo {
        width: 100%;
        float: none;
        margin-left: 0;
    }
	
		#alpha-course .block-inner .photo,
		#beta-course .block-inner .photo {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-top: 0;
}
	
	
	#course .block:nth-of-type(1) .photo {
	width: 60%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
}
	
	#course .block:nth-of-type(2) .photo-2 {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
	
}
	
	#course .photo-3 {
    width: 60%;
	height: auto;
}

#music .photo-3 {
	width: 100%;
	height: auto;
}
	
	#music .block img.photo {
	width: 60%;
	float: none;
	margin-left: 0;
	padding-right: 0;
	margin-top: 0;
}
	
	#music .block img.photo2 {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-right: 0;
	margin-top: 0;
}
	
	#music .block img.photo3 {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-right: 0;
    margin-top: 0;
}
	
	#music .photo-figure {
    margin-top: 0;
		width: 100%;
}
	
#music .block {
    margin-bottom: 20px;
}
	
#music .qa-box dt {
		background: url(../img/h-music-02.png) no-repeat top left;
    background-size: 22px 22px;
    padding-left: 30px;
		font-size: 1.6rem;
}

#music .qa-box dd {
		background: url(../img/h-music-03.png) no-repeat top 3px left;
    background-size: 22px 22px;
    padding-left: 30px;
		line-height: 1.8;
}
    /*普通科　進学コース*/
    /*音楽科*/
    /*梅光生の声*/
}
