@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fs12px {
	font-size: 12px;
}
.ib {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}
.sp-del {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-ib {
		display: inline-block;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent *, .container .indent05 *, .container .indent-ico * {
	text-indent: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .mb1em {
	margin-bottom: 1em;
}
.container .mb24px {
	margin-bottom: 24px;
}
.container .mb40px {
	margin-bottom: 40px;
}
.container .pb24px {
	padding-bottom: 24px;
}
.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}
.fs12px {
	font-size: 0.75em;
}
.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

/* official fix ----------------------- */
.trn_header, .nbo_header, .techon_header, .nxt_header,.nxr_header, .pco_header {
	text-align: center;
}
.trn_header img, .nbo_header img, .techon_header img, .nxt_header img, .nxr_header img, .pco_header img {
	vertical-align: bottom;
	border: none;/* ie */
	max-width: 100%;
	height: 100%;
}

/* responsive header full bg onb */
div.nbo_header {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(onb_bg.png);
	background-color: #e1e1e1;/* ie8 */
}

/* responsive sp-head */
.container .sp-head {
	line-height: 1;
}

.container .sp-head img {
	width: 100%;
}

/* official-pc del */
.nbo_header,
.trn_header,
.techon_header,
.nxt_header,
.nxr_header,
.pco_header {
	display: none;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sp-head {
		display: none;
	}
	
	div.nbo_header, div.trn_header, div.techon_header, div.nxt_header, div.nxr_header, div.pco_header {
		display: block;
	}
}

.container {

}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}
.container .mw640px {
	max-width: 640px;
	margin: 0 auto;
}

.container .txt-c {
	text-align: center;
}

.container .txt-r {
	text-align: right;
}

/* head */
.head-box {
	background-image:url("head_bg01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;

	padding-top: calc( (420 / 1000) * 100% );
	overflow: hidden;
	
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
	
	margin-bottom: 2em;
}

.head-box .h1-box{
	position: absolute;
	top:18.66%;
	left:0;
	z-index: 1;
	width:57.7%;
}

.head-box .h1-box h1 {

}

.head-box .txt-box{
	position: absolute;
	top:15.3%;
	right: 4.8%;
	z-index: 1;
	width:45.58%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.head-box {
		background-image:url("head_bg01_pc.jpg");
		padding-top: calc( (420 / 1000) * 100% );
		margin-bottom: 3em;
	}
}


/* lead */
.lead-box {
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: 125.00%; /* 20px */
	}
}

/* sec common */
.container .sec {
	margin-bottom: 6em;
	overflow: hidden;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec {
		margin-bottom: 6em;
	}
}

.container .sec .sec-ttl-box {
	margin-bottom: 3em;
}

.container .sec .sec-ttl-box h2 {
	font-size: 6.4vw;
	font-weight: bold;
	text-align: center;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
		
	padding-bottom: 16px;
	color:#0c0051;
}

.container .sec .sec-ttl-box h2:before {
	content: " ";
	position: absolute;
	top:100%;
	left: 49.9%;
	
	display: block;
	background-color:#0380b7;
	width:100px;
	height: 8px;
}

.container .sec .sec-ttl-box h2:after {
	content: " ";
	position: absolute;
	top:100%;
	right: 49.9%;
	
	display: block;
	background-color:#e94619;
	width:100px;
	height: 8px;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.container .sec .sec-ttl-box {
		margin-bottom: 3em;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: 2em;
	}
	
	div.container .sec .sec-ttl-box h2:before,
	div.container .sec .sec-ttl-box h2:after {
		width:160px;
	}
}

.lh18{
	line-height: 1.8;
}

.container .name01{
	color:#0c0051;
	font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
	.container .sec-txt-box p{
		overflow: hidden;
	}
}

/* p1 =========== */
.p1 .img-box01{

}

.p1 .img-box01 .img-box{
	float: left;
	width:50%;
	position: relative;
	top:0;
	left: -4.4%;
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .img-box01 .img-box{
		width:42%;
		padding-right: 4%;
		position: relative;
		top:0;
		left: 0%;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.p1 div.img-box01 .img-box{
		float: none;
		text-align: center;
		width: auto;
		left: auto;
		padding: 0 4%;
	}
}

/* p2 =========== */
.p2 .img-box01{
	text-align: center;
	margin: 4em 0;
}

.p2 .img-box01 .img-note{
	font-size: 0.75em; /* 12px */
	padding-top: 1em;
}

.p2 .img-box02{
	text-align: center;
	margin: 4em 0 0;
}


/* thanks-box */
.thanks-box {
	text-align: center;
}

.thanks-box .logo-box{
	padding: 0 10%;
}
	
.thanks-box .logo-box > .inner{
	max-width: 412px;
	margin: 0 auto;
	padding: 1em;
}
.thanks-box .ttl-box {
	font-size: 150.00%; /* 24px */
	font-weight: bold;
}
.thanks-box a{
	color:#000;
}

.thanks-box .bnr-box{
	margin-bottom: 2em;
}

@media screen and (min-width: 768px) { /* tab pc */

}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	.thanks-box a{
		transition: all 0.2s ease 0s;
	}
	.thanks-box a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

.longurl {
	word-break: break-all;
}

/* pager */
.pager-box {
	padding: 16px 2%;
	text-align: center;
	color: #0c0051;
	font-size: 2em;
	font-weight: bold;
}
.pager-box ul {
	margin: 0;
	padding: 0;
}
.pager-box ul li {
	list-style: none;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin: 0 2px;
}
.pager-box ul li a {
	text-decoration: none;
	color: #0c0051;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	text-decoration: underline;
}
div.pager-box ul li.txt {
	margin: 0 8px;
}
div.pager-box ul li.txt, div.pager-box ul li.txt a {
	width: auto;
	text-decoration: none;
	border-color: transparent;
}

@media screen and (min-width: 960px) { /* pc */
	div.pager-box ul li a:hover,  div.pager-box ul li.current {
		text-decoration: underline;
	}
}

/* page note */
.page-note{
	text-align: center;
	padding-bottom: 24px;
	font-size: 0.75em; /* 12px */
}
