#wrapper .kv_area {
	width: 100%;
	background: url(/jsa/outline/img/kv.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-width: 1000px;
	margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
#wrapper .kv_area {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px;
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	height: auto;
	min-width: 0;
	margin-bottom: 30px;
}
}
#wrapper .kv_area > .inner {
	width: 1000px;
	margin: 0px auto 0px;
	height: 284px;
	position: relative;
}

@media screen and (max-width: 960px) {
#wrapper .kv_area > .inner {
	height: auto;
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px;
}
}
#wrapper .kv_area > .inner .kv img {
	width: 100%;
}
#wrapper .maincontents {
	width: 1000px;
	margin: 0px auto 0px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px;
}
}
#wrapper .maincontents .contents_Left {
	width: 750px;
	float: left;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left {
	width: 100%;
	float: none;
	padding: 0 4.6%;
}
}
#wrapper .maincontents .contents_Left .block {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block {
	margin-bottom: 30px;
}
}
#wrapper .maincontents .contents_Left .block:last-child {
	margin-bottom: 0;
}
#wrapper .maincontents .contents_Left .block h2 {
	margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block h2 {
	margin-bottom: 20px;
}
}
#wrapper .maincontents .contents_Left .block .btn_area {
	width: 100%;
	margin-top: 20px;
}
#wrapper .maincontents .contents_Left .block .btn_area .btn {
	width: 160px;
	float: left;
	margin-right: 20px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .btn_area .btn {
	width: 45%;
	max-width: 300px;
	text-align: left;
	margin-bottom: 10px;
	float: none;
}
}
#wrapper .maincontents .contents_Left .block .btn_area .txt {
	width: calc(100% -180px);
	float: left;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .btn_area .txt {
	width: 100%;
	float: none;
}
}
#wrapper .maincontents .contents_Left .block .btn_area .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.4;
}
#wrapper .maincontents .contents_Left .block {
	text-align: left;
}
#wrapper .maincontents .contents_Left .block .line {
	margin-bottom: 29px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .line {
	margin-bottom: 10px;
}
}
#wrapper .maincontents .contents_Left .block .feature-image {
	margin: 0 0 30px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .feature-image {
	margin: 0 0 15px;
}
}
#wrapper .maincontents .contents_Left .block .list-main {
	border-top: 1px solid #DDDDDD;
}
#wrapper .maincontents .contents_Left .block .list-main > li {
	border-bottom: 1px solid #DDDDDD;
	padding-top: 14px;
	padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .list-main > li {
	padding-top: 6px;
	padding-bottom: 6px;
}
}
#wrapper .maincontents .contents_Left .block .list-main .title {
	margin-bottom: 6px;
	font-size: 14px;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .list-main .title {
	margin-bottom: 4px;
	font-size: 12px;
}
}
#wrapper .maincontents .contents_Left .block .list-main .title a {
	background: url(/common/img/icon_arrow_bl.png) 8px center no-repeat;
	color: #2259bb;
	display: inline-block;
	font-size: 16px;
	line-height: 1.625;
	padding-left: 21px;
	text-decoration: none;
}
#wrapper .maincontents .contents_Left .block .list-main .title a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .list-main .title a {
	background: url(/school/index/img/sp_icon_arrow_bl.png) 4px 7px no-repeat;
	background-size: 5.5px;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 14px;
	text-decoration: underline;
}
}
#wrapper .maincontents .contents_Left .block .list-main .text {
	font-size: 14px;
	line-height: 1.5714285714;
	padding-left: 21px;
}
#wrapper .maincontents .contents_Left .block .list-main .text a{
	font-size: 14px;
	line-height: 1.5714285714;
	color: #2259bb;
}
#wrapper .maincontents .contents_Left .block .list-main .text a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 960px) {
#wrapper .maincontents .contents_Left .block .list-main .text {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 14px;
}
}
 #wrapper .maincontents .contents_Left .block p.txt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 20px; }
 #wrapper .maincontents .contents_Left .block p.stxt {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
 #wrapper .maincontents .contents_Left .block p.midashi {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 2.0;
        text-align: left;
		font-weight:bold;
        margin-bottom: 20px; }
#wrapper .maincontents .contents_Left .block p.midashi2 {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.5;
        text-align: left;
		font-weight:bold;
        margin-bottom: 20px; }
 #wrapper .maincontents .contents_Left .block p.chuui{
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 20px; }
		
#wrapper .maincontents .contents_Left .block .button {
        text-align:center;
        margin: 30px 0px 10px ; }
        @media screen and (max-width: 960px) {
          #wrapper .maincontents .contents_Left .block .button {
            width: 40%;
            margin: 0 0 20px 2%; } }