@charset "utf-8";

/*
 *
 *	newgrads style
 *
 */

/*======================================
	mainContents
======================================*/
.mainContents {
	padding-top: 2em;
	background: url(../images/newgrads/bg.png);
}



/*======================================
	pageH
======================================*/
.pageH {
	overflow: hidden;
	margin-bottom: 2em;
	padding: 0;
	background: #fff;
}
.pageH h1 {
	float: right;
	width: 50%;
	line-height: 1.4;
	margin-bottom: .8em;
	padding: .5em 0 0 10px;
	font-size: 1.2em;
	letter-spacing: .2em;
	font-weight: bold;
}
.pageH h1 strong {
	border-bottom: 2px solid #000;
	font-weight: bold;
}
.pageH figure {
	float: left;
	width: 50%;
}
.pageH .info {
	float: right;
	width: 50%;
	padding: 0 10px;
}
.pageH .info h2 {
	line-height: 1.3;
	margin-bottom: .5em;
	text-align: center;
	font-weight: bold;
}
.pageH .info p {
	line-height: 1.5;
	margin-bottom: .9em;
	font-size: .75em;
}
.pageH .info p strong {
	color: #e62487;
}



/*======================================
	pageN
======================================*/
.pageN {
	margin-bottom: 2em;
}
.pageN h1 {
	line-height: 1.4;
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.pageN ul {
	text-align: center;
	letter-spacing: -.5em;
}
.pageN ul li {
	display: inline-block;
	width: 18%;
	padding: 0 6px;
	letter-spacing: normal;
	text-align: center;
}
.pageN ul li img {
	width: 100%;
	max-width: 120px;
}



/*======================================
	pointBox
======================================*/
.pointBox {
	margin-bottom: 3em;
	padding: 0 2em 1em;
	background: #fff;
}
.pointBox :last-child {
	margin-bottom: 0;
}

.pointBox h1 {
	display: inline-block;
	margin: 0 0 1em -2em;
	padding: .5em;
	background: #e62487;
	line-height: 1.2;
	font-size: 1.2em;
	letter-spacing: .1em;
	color: #fff;
	transform: rotate(-5deg);
}
.pointBox h2 {
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
}

.pointBox p,
.pointBox li,
.pointBox dt,
.pointBox dd {
	line-height: 1.5;
}
.pointBox p {
	margin-bottom: 1.5em;
}
.pointBox .memo,
.pointBox figure figcaption {
	line-height: 1.3;
	font-size: .75em;
}
.pointBox a {
	text-decoration: underline;
}


/****** point1 ******/
.point1 figure {
	text-align: center;
	margin-bottom: 1em;
}
.point1 .stepup h3 {
	margin-bottom: .5em;
	padding: .5em;
	background: #e62487;
	line-height: 1.2;
	color: #fff;
}
.point1 .stepup ul li {
	float: left;
	width: 49%;
}
.point1 .stepup ul li:first-child {
	margin-right: 2%;
}
.point1 .stepup ul li h4 {
	margin-bottom: .8em;
	font-weight: bold;
}
.point1 .stepup ul li p {
	margin-bottom: .5em;
}
.point1 .stepup ul li .example {
	position: relative;
	padding: .8em 30% .3em .8em;
	background: #fff577;
	font-size: .8em;
}
.point1 .stepup ul li .example figure {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	margin-bottom: 0;
}


/****** point2 ******/
.point2 figure {
	float: left;
	width: 50%;
	margin-right: 1em;
}
.point2 figure img {
	margin-bottom: .5em;
	padding: 1em;
	border: #000 solid 1px;
}


/****** point3 ******/
.point3 figure {
	float: left;
	width: 25%;
	margin-right: 1em;
}


/****** point4 ******/
.point4 ul li {
	float: left;
	width: 49%;
	margin-bottom: .5em;
	padding: 1em .5em;
	background: #fff577;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
.point4 ul li strong {
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.point4 ul li:first-child {
	margin-right: 2%;
}

.point4 .challenge {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #e62487;
}


/****** point5 ******/
.point5 dl {
	float: left;
	width: 60%;
	padding-right: 1em;
}
.point5 dl dt {
	clear: both;
	font-weight: bold;
}
.point5 dl dd {
	float: left;
	margin: 0 1em .3em 0;
	font-size: .9em;
}
.point5 dl dd:before {
	content: '・';
}

.point5 figure {
	float: right;
	width: 40%;
	margin-top: -2em;
}
.point5 figure img {
	margin-bottom: .5em;
}





/*============================================================================

	responsive

============================================================================*/
@media screen and (max-width:960px) {
.mainContents {
	padding: 2em 10px 5%;
}

}



@media screen and (max-width:767px) {
/*======================================
	mainContents
======================================*/
.mainContents {
	padding-top: 80px;
}

}



@media screen and (max-width:480px) {
/*======================================
	pageH
======================================*/
.pageH h1 {
	float: none;
	width: 100%;
	font-size: 1.5em;
}
.pageH h2 {
	font-size: 1.2em;
}
.pageH figure {
	float: none;
	width: 100%;
	margin-bottom: 1em;
	padding: 0 1em;
}
.pageH .info {
	float: none;
	width: 100%;
}
.pageH .info p {
	font-size: 1em;
}



/*======================================
	pageN
======================================*/
.pageN ul li {
	width: 30%;
}



/*======================================
	pointBox
======================================*/
.pointBox {
	margin-bottom: 2em;
	padding: 0 1em 1em;
}

.pointBox h1 {
	margin-left: -1em;
}


/****** point1 ******/
.point1 .stepup ul li {
	float: none;
	width: 100%;
}
.point1 .stepup ul li:first-child {
	margin-right: 0;
}
.point1 .stepup ul li h4 {
	margin-top: 1em;
}


/****** point2 ******/
.point2 figure {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 1em;
}


/****** point3 ******/
.point3 figure {
	width: 35%;
	margin-bottom: 1em;
}


/****** point4 ******/
.point4 ul {
	margin-bottom: .5em;
}
.point4 ul li {
	float: none;
	width: 100%;
}
.point4 ul li:first-child {
	margin-right: 0;
}


/****** point5 ******/
.point5 dl {
	float: none;
	width: 100%;
	padding-right: 0;
}

.point5 figure {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.point5 figure img {
	width: 70%;
}

}
