@charset "UTF-8";

/* =============================
 * 追加用CSS
 ===============================*/
/**
 * 本サイトから使用するCSSをコピー
 * http://mydreams.jp/wp/wp-content/themes/nsg2017pc/assets/styles/style.css
 */
.layoutBG {
	background-image: url(../images/bg-sr.png);
}
.layout {
	width: 100%;
	min-width: 1000px;
	background-size: 110%;
	background-repeat: no-repeat;
}
.layout__inner, .layoutOpacity__inner {
	width: 1000px;
	margin: auto;
}
.layout__inner {
	overflow: hidden;
}
.layout__inner--small {
	padding: 0 40px;
}
.layoutSpace02 {
	margin: 40px 0;
	overflow: hidden;
}
.headline06 {
	padding: 20px 0;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	color: #0076CC;
}
.paragraph06 {
	font-size: 1.9rem;
	line-height: 1.6;
	border: 1px solid #2A689E;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
	color: #2A689E;
}
._pink {
	color: #FF4E82;
}


/**
 * コピーしたCSSを上書き修正
 */
.layout {
	width: 100%;
	min-width: initial;
	margin-bottom: 10px;
	padding: 10px 40px;
}
.layout__inner, .layoutOpacity__inner {
	width: 100%;
	max-width: 1000px;
	min-width: initial;
}
.layoutBG {
	margin-bottom: 40px;
	padding: 20px 0;
	background-image: url(../imgs/nsg2017/bg-sr.png);
	background-position: left center;
	background-size: 1300px auto;
}
.layoutCenter {
	margin-bottom: 20px;
}
.headline06 {
	padding: 0 10px;
}
.paragraph06 {
	font-size: 1.8rem;
}
.layoutSpace02 {
	margin: 10px 0 30px;
}
.headline06--small {
	font-size: 2.0rem;
}

/**
 * 新規css
 * 命名規則: BEM
 * 他クラスとの競合を避けるために「.ns17-」をプレフィックスに付けること（nsg2017の略）
 */
#wrap.ns17-wrap {
	padding-bottom: 10px;
}
.ns17-lead {
	margin: 20px 0;
	font-size: 1.3rem;
	text-align: center;
}
.ns17-lead--small {
	font-size: 1.1rem;
}
.ns17-lead--left {
	text-align: left;
}
.ns17-lead--indent {
	margin-left: 85px;
}

.ns17-img01 {
	margin: 0 0 50px;
	text-align: center;
}
.ns17-img02 {
	width: 700px;
	margin: 10px auto 40px;
}
.ns17-img03 {
	text-align: center;
	margin: 0 auto 20px;
}
.ns17-img04 {
	text-align: center;
	margin: 0 auto 20px;
}

.ns17-box {
	display: table;
	width: 90%;
	margin: 0 auto 30px;
}
.ns17-box__item {
	display: table-cell;
	vertical-align: middle;
	width: 49%;
}
.ns17-box__link:first-child {
	margin-right: 1%;
}
.ns17-box__link:last-child {
	margin-left: 1%;
}

.ns17-simuLogo {
	display: table;
}
.ns17-simuLogo__item {
	display: table-cell;
	vertical-align: middle;
}
.ns17-simuLogo__text {
	margin: 0 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}

.ns17-logoNsg {
	width: 100px;
}
.ns17-logoApp {
	width: 48%;
}
.ns17-logoGoogleplay {
	width: 48%;
}
.ns17-download {
	max-width: 640px;
	margin: 30px auto;
}

.ns17-end {
	height: 4px;
	background-color: #9ADDF0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}


/* utility */
.ns17-pink {
	color: #FF6A9A;
}
.visiblePc {
	display: block!important;
}
.visibleSp {
	display: none!important;
}



/* =============================
 * スマホサイズ用
 ===============================*/
@media (max-width: 768px) {

	/**
	 * コピーしたCSSを上書き修正
	 */
	.layout {
		padding: 15px 0;
		margin-bottom: 0;
	}
	.layoutBG {
		background: #FF7433;
	}
	.layout__inner {
		padding: 0 20px;
	}
	.headline06 {
		padding: 5px;
		color: #fff;
		line-height: 1.4;
	}
	.headline06--small {
		font-size: 1.5rem;
	}
	.layoutSpace02 {
		margin: 5px 0 20px;
	}
	.paragraph06 {
		font-size: 1.2rem;
		border: 0;
		text-align: center;
		font-weight: normal;
		padding: 0;
		color: #000;
	}

	/**
	 * 新規css
	 * 命名規則: BEM
	 * 他クラスとの競合を避けるために「.ns17-」をプレフィックスに付けること（nsg2017の略）
	 */
	.ns17-pink {
		color: #FF0000;
	}
	.ns17-lead {
		margin: 10px 0;
		text-align: left;
		font-size: 1.2rem;
	}
	.ns17-lead--small {
		font-size: 1.0rem;
	}

	.ns17-box {
		width: 100%;
		margin-bottom: 0;
	}
	.ns17-box__item {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.ns17-simuLogo__text {
		font-size: 1.2rem;
	}
	.ns17-download {
		margin: 15px auto;
	}

	/**
	 * スマホのみで使うclass
	 * プレフィックスに「-sp」を入れること
	 */
	.ns17-sp-img {
		margin: 0 0 15px;
		text-align: center;
	}
	.ns17-sp-img--01 {
		margin: 15px 0 30px;
	}
	.ns17-sp-buttonSchool {
		width: 80%;
	}
	.ns17-sp-borderBottom {
		border-bottom: 1px solid #999;
	}

	/**
	 * utility
	 */
	._pink {
		color: #FF0000;
	}
	.visiblePc {
		display: none!important;
	}
	.visibleSp {
		display: block!important;
	}
}
