@charset "UTF-8";
/* CSS Document */
/* GLOBAL */

/* Code Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }

/* ---------- Clear ---------- */
.myClear { clear: both; overflow: hidden; }
.onlyPC { display: none; }
.onlySP { }

/* ---------- body ---------- */
html { font-size: 62.5%; }
body {
	text-align: center;
	font-size: 1.6rem;
	background-color: #123e87;
	padding-bottom: 7rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

/* ---------- container ---------- */
div#container {
	padding: 2rem 1rem;
	text-align: left;
	background-color: #ffffff;
	border-radius: 6px;
	margin: 16px 8px; }

h1 {
	margin: 0 auto 4rem;
	width: 243px;
	height: 48px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url("../image/ngbrand/header_logo.png");
	background-repeat: no-repeat;
	background-size: 100%; }

h2 {
	position: relative;
	padding: 0.8rem 0;
	margin: 0 2rem 0.2rem;
	overflow: hidden;
	color: #123e87;
	font-weight: 600;
	font-size: 1.5rem; }
h2:before, h2:after {
	position: absolute;
	width: 100%;
	bottom: 0;
	content: ''; }
h2:before { border-bottom: 3px solid #6da3fe; }
h2:after { border-bottom: 3px solid #ececec; }

h3 {
	margin: 2rem 2rem 0;
	position: relative;
	font-size: 2rem;
	padding: 0.5rem 3rem 0.5rem;
	color: #2589d0; }
h3::before,
h3::after {
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border: 2px solid #2589d0;
	content: ''; }
h3::before { top: calc(50% - 3px); left: 0; }
h3::after { top: calc(50% + 3px); left: 5px; }

section {
	text-align: left;
	margin: 1rem auto 2rem; }
section p { font-size: 1.5rem; line-height: 130%; padding: 0 2rem; }

ul.expire_notice { list-style: none; font-size: 1.2rem; color: #999999; margin: 0.5rem 3rem; }
ul.expire_notice li { text-indent: -1.2rem; }

/* ---------- NG BRAND ---------- */
ul.brand_list {
	border: 1px solid #999999;
	list-style: none;
	margin: 1rem 2rem; }
ul.brand_list li {
	padding: 1rem 1.5rem;
	font-size: 1.7rem;
	border-bottom: 1px solid #cccccc; }
ul.brand_list li:nth-child(2n) { background-color: #fafafa; }
ul.brand_list li:last-child { border-bottom: none; }

/* ---------- CLOSE ---------- */
ul.close_ul { list-style: none; width: 80%; margin: 1em auto; text-align: center; margin-top: 1.5em; }

/* ---------- Close Button  ---------- */
input.closeBtn {
	cursor: pointer;
	color: #333333;
	font-size: 1.7rem;
	font-weight: 500;
	padding: 12px 18px;
	border: 3px solid #666666;
	border-radius: 3px;
	-webkit-appearance: none;
	background-color: #cecece;
	margin: 1rem auto;
	letter-spacing: 0.1rem; }
input.closeBtn:hover { background-color: #bbbbbb; }

