@charset "utf-8";
/* -----------------------------------------------------------------------

layout.css

----------------------------------------------------------------------- */

/*----------------------------------------------------------

	wrap

----------------------------------------------------------*/

.wrap {
	min-width:1050px;
	position:relative;
	left:0;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

.wrap {
	min-width:320px;
	width:100%;
}

}



/*----------------------------------------------------------

	mainimg

----------------------------------------------------------*/

#mainimg {
	width:100%;
	height:770px;
	padding:125px 0 0;
	background-image:url(../img/mainimg.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-size:cover;
	box-sizing:border-box;
}

#domeashiya #mainimg {
	width:100%;
	height:820px;
	padding:110px 0 0;
}

#mainimg #netsLogo{
	width:200px;
	margin:0 auto;
	text-align:center;
	font-size:1.2rem;
	line-height:1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
}
#mainimg #engTTL{
	width:912px;
	margin:0 auto;
	padding:30px 0 15px;
}
#mainimg h1{
	font-size:2.4rem;
	line-height:1.8em;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.1em;
	text-shadow: 0 0 30px #ffffff;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

#mainimg {
	width:100%;
	height:auto;
	margin:45px 0 0;
	padding:20px 0 45%;
	background-image:url(../img/mainimg.jpg);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-size:cover;
	box-sizing:border-box;
}
#domeashiya #mainimg {
	height:auto;
	margin:45px 0 0;
	padding:20px 0 45%;
}
#mainimg #netsLogo{
	width:130px;
	margin:0 auto 10px;
	font-size:1.1rem;
	line-height:1em;
}
#mainimg #engTTL{
	width:90%;
	padding:10px 0 5px;
}
#mainimg h1{
	font-size:1.2rem;
	line-height:1.8em;
}

}




/*----------------------------------------------------------

	gnav

----------------------------------------------------------*/

#gnav {
	width:100%;
	background:#2d6d9a;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}
#gnav ul {
	width:100%;
	max-width:1050px;
	margin:0 auto;
	padding:0 80px;
	overflow:hidden;
	box-sizing:border-box;
}
#gnav ul li{
	width:30.33%;
	margin:0 1.5%;
	padding:0;
	float:left;
}
#gnav ul.c2 li{
	width:47%;
	margin:0 1.5%;
	padding:0;
	float:left;
}
#gnav ul li a{
	padding:8px 0 16px;
	font-size:1.0rem;
	line-height:1.2em;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	display:block;
	position:relative;
}
#gnav ul li a:hover{
	opacity:0.6;
}
#gnav ul li a::before{
	margin:0 auto;
	content: '';
	position: absolute;
	left:0;
	right:0;
	bottom:7px;
	display: block;
	width: 0;
	height: 0;
	border-right: 3px solid transparent;
	border-top: 4px solid #ffffff;
	border-left: 3px solid transparent;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#gnav ul li a:hover::before{
	bottom:5px;
	opacity:0.6;
}
#gnav ul li a .eng{
	font-size:2.0rem;
	line-height:1.2em;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	display:block;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

#gnav ul {
	width:100%;
	min-width:320px;
	padding:0;
}
#gnav ul li{
	width:28.33%;
	margin:0;
}
#gnav ul li.nav02{
	width:41.33%;
	margin:0;
}

#gnav ul.c2 li.nav01,
#gnav ul.c2 li.nav02{
	width:40%;
	margin:0 5%;
}

#gnav ul li a{
	height:45px;
	padding:4px 0 0;
	font-size:1.0rem;
	line-height:1.2em;
	box-sizing:border-box;
}
#gnav ul li a .eng{
	font-size:1.4rem;
	line-height:1.2em;
}
#gnav ul li a::before{
	bottom:5px;
}
#gnav ul li a:hover::before{
	bottom:3px;
}
}




/*----------------------------------------------------------

	common

----------------------------------------------------------*/

.contents {
	width:1050px;
	margin:0 auto;
	padding:100px 0 0;
}
.contents .engttl {
	font-size:4.2rem;
	line-height:50px;
	font-weight:bold;
	color:#1075b8;
	letter-spacing:0.08em;
	text-indent:0.08em;
	text-align:center;
	font-family:arial,Helvetica,verdana;
	position:relative;
	border-top:1px solid #1274cb;
}
.contents .engttl span{
	width:380px;
	margin:0 auto;
	display:block;
	background:#ffffff;
	z-index:2;
	position:absolute;
	top:-25px;
	left:0;
	right:0;
}
.contents .engttl span em{
	font-size:4.8rem;
}
.contents h2 {
	margin-top:35px;
	font-size:1.8rem;
	line-height:1.6em;
	letter-spacing:0.1em;
	text-align:center;
	font-weight:bold;
}
.contents .inner {
	padding:40px 25px 0;
}
.contents .inner.readTxt {
	padding:40px 45px 0;
}
.coutionTxt {
	font-size:0.86em;
	padding-left:1em;
	text-indent:-1em;
}
ul .list {
	font-size:0.86em;
	padding-left:1em;
	text-indent:-1em;
}
.btnS {
	width:160px;
	margin:10px auto 0;
	padding-left:10px;
	font-size:1.2rem;
	line-height:24px;
	text-align:center;
	background:url(../img/btn_arrow_s.png) no-repeat 15px 50% #ffffff;
	background-size:4px 7px;
	text-decoration:none;
	color:#111111;
	border:1px solid #333333;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	display:block;
	box-sizing:border-box;
}
.btnS:hover {
	opacity:0.6;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

.contents {
	width:100%;
	margin:0 auto;
	padding:60px 0 0;
}
.contents .engttl {
	font-size:2.8rem;
	line-height:30px;
}
.contents .engttl span{
	width:260px;
	top:-15px;
}
.contents .engttl span em{
	font-size:3.4rem;
}
.contents h2 {
	margin-top:25px;
	font-size:1.3rem;
}
.contents .inner {
	padding:25px 20px 0;
}
.contents .inner.readTxt {
	padding:25px 20px 0;
}

}




/*----------------------------------------------------------

	howto

----------------------------------------------------------*/

#howto .step{
	width:100%;
	padding:0 0 90px;
	overflow:hidden;
}
#howto .step li{
	width:25%;
	float:left;
	overflow:hidden;
}
#howto .step li .image{
	width:100%;
	max-width:200px;
	margin:0 auto;
}
#howto .step li .obi{
	width:100%;
	margin:20px 0 0;
	font-size:12px;
	line-height:28px;
	font-family:arial,Helvetica,verdana;
	font-weight:600;
	letter-spacing:0.1m;
	color:#ffffff;
	text-align:center;
}
#howto .step li.step1 .obi{
	background-color:#a0d6fb;
}
#howto .step li.step2 .obi{
	background-color:#6cbaef;
}
#howto .step li.step3 .obi{
	background-color:#46a1de;
}
#howto .step li.step4 .obi{
	background-color:#1075b8;
}
#howto .step li .midashi{
	margin:25px 0 15px;
	font-size:1.4rem;
	line-height:1.8em;
	letter-spacing:0.05em;
	text-align:center;
}
#howto .step li .txt{
	padding:0 7.5%;
	font-size:1.2rem;
	line-height:1.8em;
	box-sizing:border-box;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

#howto .engttl span{
	width:170px;
}
#howto .step{
	padding:0 0 40px;
}
#howto.contents .inner {
	padding:25px 0 0;
}
#howto .step li .image{
	width:70%;
	max-width:200px;
}
#howto .step li .obi{
	font-size:14px;
	line-height:30px;
}
#howto .step li .midashi{
	margin:15px 0 10px;
	font-size:1.4rem;
	line-height:1.8em;
}
#howto .step li .txt{
	max-width:400px;
	margin:0 auto;
}

#howto .slick-prev{ 
	position: absolute; 
	z-index: 1; 
	padding: 0; 
	display: block; 
	border: none; 
	width: 45px; 
	height: 45px; 
	top: 85px; 
	left: 0; 
	margin-top: 0; 
	background:url(../img/btn_prev.png) no-repeat;
	background-size:45px 45px; 
	text-indent: -9999px; 
	overflow: hidden;
}
#howto .slick-next{ 
	position: absolute; 
	z-index: 1; 
	padding: 0; 
	display: block; 
	border: none; 
	width: 45px; 
	height: 45px; 
	top: 85px; 
	right: 0; 
	margin-top: 0; 
	background:url(../img/btn_next.png) no-repeat;
	background-size:45px 45px; 
	text-indent: -9999px; 
	overflow: hidden;
}

}




/*----------------------------------------------------------

	subimg

----------------------------------------------------------*/

.subimg{
	width:100%;
	height:320px;
	background-image:url(../img/image.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-size:cover;
	box-sizing:border-box;
}

/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

.subimg{
	width:100%;
	height:200px;
	background-image:url(../img/image.jpg);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-size:cover;
	box-sizing:border-box;
}

}




/*----------------------------------------------------------

	about

----------------------------------------------------------*/

#about .out .scView{
	display:none;
}
#about .tableInner {
	margin:30px 0 70px;
}
#about .tableInner > table {
	width:1000px;
	border-collapse: collapse;
}
#about .tableInner > table th,
#about .tableInner > table td {
	padding:15px 0;
	border-collapse: collapse;
	border: 1px solid #333333;
	font-size:1.2rem;
	line-height: 1.8em;
	text-align:center;
	font-weight:normal;
}
#about .tableInner > table th {
	color:#ffffff;
	background:#53a2e7;
}
#about .tableInner > table .cell1 {
	width:16%;
}
#about .tableInner > table .cell2,
#about .tableInner > table .cell3 {
	width:42%;
}

#about .tableInner > table tr.box4 td{
	vertical-align:top;
}

#about .tableInner > table .logo th {
	border:none;
	background:transparent;
}
#about .tableInner > table .logo th img{
	margin-bottom:-30px;
}
#about .tableInner > table .head th {
	font-size:1.4rem;
	line-height: 1.5em;
	color:#ffffff;
	background:#1274cb;
}
#about .tableInner > table td dl {
	width:380px;
	margin:0 auto;
	overflow:hidden;
}
#about .tableInner > table td dl dt{
	width:60px;
	margin:0 0 5px;
	padding:0;
	text-align:left;
	clear: left;
	float: left;
}
#about .tableInner > table td dl dd{
	margin:0 0 5px 60px;
	text-align:left;
}
#about .borderBox {
	border:1px solid #333333;
}
#about .borderBox h3{
	width:140px;
	margin:-15px auto 0;
	font-size:1.6rem;
	line-height:30px;
	background:#ffffff;
	display:block;
	text-align:center;
}
#about .borderBox .list{
	margin:0;
	padding:10px 30px 20px;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

.contents .inner {
	padding:25px 0 0 0;
}

#about .engttl span{
	width:150px;
}

#about .out{
	margin:30px 0 50px;
	position:relative;
}
#about .out .scView{
	width:20px;
	height:461px;
	background:#2d6d9a;
	background:url(../img/sc_arrow.png) no-repeat 50% 50% rgba(0,97,162,0.6);
	background-size:9px auto;
	position:absolute;
	top:0;
	right:0;
	display:block;
}

#about .tableInner {
	margin:0;
	overflow: auto;
}
#about .tableInner::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
#about .tableInner::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
#about .tableInner::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

#about .tableInner > table {
	margin:0 0 0 20px;
}

#about .borderBox{
	margin:0 auto;
	width:94%;
}
#about .borderBox .list{
	margin:0;
	padding:10px 15px 15px;
}
#about .borderBox .list li{
	font-size:0.86em;
}

#about .tableInner > table {
	width:2200px;
	border-collapse: collapse;
}
#about .tableInner > table tr {
	display:block;
	float:left;
}

#about .tableInner > table th,
#about .tableInner > table td {
	padding:0;
	font-size:1.2rem;
	display:block;
	box-sizing:border-box;
	border-top:none;
	border-left:none;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
#about .tableInner > table th .in,
#about .tableInner > table td .in {
	height:110px;
	padding:0 10px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
}
#about .tableInner > table tr.logo {
	width:155px;
}
#about .tableInner > table tr.box1 th,
#about .tableInner > table tr.box1 td{
	width:200px;
	border-left: 1px solid #333333;
	position:relative;
}
#about .tableInner > table tr.box1 th .in{
	width:220px;
	text-align:center!important;
}
#about .tableInner > table tr.box1 th .logoimg{
	width:175px;
	height:70px;
	margin:auto 0;
	position:absolute;
	top:0;
	bottom:0;
	left:-165px;
}
#about .tableInner > table tr.box2 th,
#about .tableInner > table tr.box2 td,
#about .tableInner > table tr.box2 td .in{
	width:260px;
}
#about .tableInner > table tr.box3 th,
#about .tableInner > table tr.box3 td,
#about .tableInner > table tr.box3 td .in{
	width:80px;
}
#about .tableInner > table tr.box4 th,
#about .tableInner > table tr.box4 td,
#about .tableInner > table tr.box4 td .in{
	width:410px;
}
#about .tableInner > table tr.box5 th,
#about .tableInner > table tr.box5 td,
#about .tableInner > table tr.box5 td .in{
	width:300px;
}
#about .tableInner > table tr.box6 th,
#about .tableInner > table tr.box6 td,
#about .tableInner > table tr.box6 td .in{
	width:300px;
}
#about .tableInner > table tr.box7 th,
#about .tableInner > table tr.box7 td,
#about .tableInner > table tr.box7 td .in{
	width:240px;
}
#about .tableInner > table tr.box8 th,
#about .tableInner > table tr.box8 td,
#about .tableInner > table tr.box8 td .in{
	width:240px;
}

#about .tableInner > table th .in,
#about .tableInner > table td .in {
	height:210px;
}
#about .tableInner > table tr.box5 td .in{
	text-align:left;
}
#about .tableInner > table td.row2 .in {
	height:421px;
}
#about .tableInner > table .head th {
	font-size:1.2rem;
	background:#53a2e7!important;
}
#about .tableInner > table th:first-child {
	padding:0;
	border-top: 1px solid #333333;
	height:40px;
	line-height:40px;
	background:#1274cb!important;
}
#about .tableInner > table .logo th {
	border:none;
	background:#ffffff!important;
}

}



/*----------------------------------------------------------

	entry

----------------------------------------------------------*/

#entry {
	padding-bottom:80px;
}

#entry .step{
	width:100%;
	padding:0 0 70px;
	overflow:hidden;
}
#entry .step li{
	width:25%;
	float:left;
	overflow:hidden;
}
#entry .step li .image{
	margin:0 auto;
}
#entry .step li.step1 .image{
	width:55px;
}
#entry .step li.step2 .image{
	width:55px;
}
#entry .step li.step3 .image{
	width:165px;
}
#entry .step li.step4 .image{
	width:110px;
}

#entry .step li .obi{
	width:100%;
	margin:20px 0 0;
	font-size:12px;
	line-height:28px;
	font-family:arial,Helvetica,verdana;
	font-weight:600;
	letter-spacing:0.1m;
	color:#ffffff;
	text-align:center;
}
#entry .step li.step1 .obi{
	background-color:#a0d6fb;
}
#entry .step li.step2 .obi{
	background-color:#6cbaef;
}
#entry .step li.step3 .obi{
	background-color:#46a1de;
}
#entry .step li.step4 .obi{
	background-color:#1075b8;
}
#entry .step li .obi2{
	height:28px;
	color:#1075b8;
	font-size:1.2rem;
	line-height:28px;
	text-align:center;
	background-color:#e1e1e1;
}
#entry .step li.step1 .obi2{
	background-color:#efefef;
}

#entry .step li .midashi{
	margin:25px 0 15px;
	font-size:1.4rem;
	line-height:2em;
	letter-spacing:0.05em;
	text-align:center;
}

#entry .borderBox {
	border:2px solid #e1e1e1;
}
#entry .borderBox.gray {
	background:#f1f1f1;
	border:none;
}
#entry .borderBox h3{
	width:460px;
	margin:-15px auto 0;
	font-size:1.8rem;
	line-height:30px;
	font-weight:500;
	background:#ffffff;
	letter-spacing:0.05em;
	display:block;
	text-align:center;
}
#entry .borderBox .pdfList{
	margin:0;
	padding:25px 0;
	text-align:center;
}
#entry .borderBox .pdfList li{
	display:inline-block;
}
#entry .borderBox .pdfList li a{
	padding-left:30px;
	margin-right:15px;
	line-height:24px;
	background:url(../img/icon_pdf.png) no-repeat 0 50%;
	background-size:24px auto;
	display:block;
}
#entry .borderBox #confCheck{
	text-align:center;
	margin-bottom:20px;
}
#entry .borderBox #confCheck .imp{
	width:60px;
	margin-right:10px;
	font-size:1.2rem;
	line-height:20px;
	color:#ffffff;
	background:#cc0000;
	border-radius:2px;
	display:inline-block;
}
#entry .borderBox #confCheck input{
	display: none;
}

#confCheck .checkbox{
	padding-left: 26px;
	font-size:1.4rem;
	line-height:20px;
	position:relative;
}
#confCheck .checkbox::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	border-radius:2px;
}
#confCheck input:checked + .checkbox::after{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #cc0000;
	border-right: 3px solid #cc0000;
}
.registBtn {
	width:350px;
	margin:15px auto 30px;
	font-size:1.8rem;
	line-height:60px;
	color:#111111;
	letter-spacing:0.2em;
	text-align:center;
	text-decoration:none;
	background:url(../img/btn_arrow.png) no-repeat 20px 50% #e1e1e1;
	background-size:22px auto;
	box-sizing:border-box;
	display:block;
	border-radius:3px;
	border:none;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}
.registBtn.ac {
	color:#ffffff;
	background:url(../img/btn_arrow.png) no-repeat 20px 50% #cc0000;
	background-size:22px auto;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

#entry {
	padding-bottom:40px;
}
#entry.contents .inner {
	padding:25px 0 0;
}
#entry .step{
	padding:0 0 50px;
}
#entry .step li .obi{
	margin:25px 0 0;
	font-size:14px;
	line-height:30px;
}
#entry .step li .obi2{
	font-size:1.3rem;
}
#entry .engttl span{
	width:140px;
}

#entry .borderBox {
	width:92%;
	margin:0 auto;
	border:2px solid #e1e1e1;
}
#entry .borderBox h3{
	width:240px;
	margin:-15px auto 0;
	font-size:1.4rem;
	line-height:22px;
	font-weight:500;
	background:#ffffff;
	letter-spacing:0.05em;
	display:block;
	text-align:center;
}
#entry .borderBox .pdfList{
	margin:0;
	padding:15px 25px;
	text-align:left;
}
#entry .borderBox .pdfList li{
	margin:0 0 6px;
	display:block;
}
#entry .borderBox .pdfList li a{
	padding-left:30px;
	margin-right:15px;
	line-height:24px;
	background:url(../img/icon_pdf.png) no-repeat 0 50%;
	background-size:24px auto;
	display:block;
}
#entry .borderBox #confCheck{
	text-align:center;
	margin-bottom:20px;
}
#entry .borderBox #confCheck .imp{
	width:60px;
	margin-right:10px;
	font-size:1.2rem;
	line-height:20px;
	color:#ffffff;
	background:#cc0000;
	border-radius:2px;
	display:inline-block;
}
#entry .borderBox #confCheck input{
	display: none;
}

.registBtn {
	width:260px;
	margin:15px auto 30px;
	font-size:1.6rem;
	line-height:48px;
}

#entry .slick-prev{ 
	position: absolute; 
	z-index: 1; 
	padding: 0; 
	display: block; 
	border: none; 
	width: 45px; 
	height: 45px; 
	top: 15px; 
	left: 0; 
	margin-top: 0; 
	background:url(../img/btn_prev.png) no-repeat;
	background-size:45px 45px; 
	text-indent: -9999px; 
	overflow: hidden;
}
#entry .slick-next{ 
	position: absolute; 
	z-index: 1; 
	padding: 0; 
	display: block; 
	border: none; 
	width: 45px; 
	height: 45px; 
	top: 15px; 
	right: 0; 
	margin-top: 0; 
	background:url(../img/btn_next.png) no-repeat;
	background-size:45px 45px; 
	text-indent: -9999px; 
	overflow: hidden;
}


}



/*----------------------------------------------------------

	footer
	
----------------------------------------------------------*/

#footer {
	width:100%;
	background:#71808f;
}
#footer .inner{
	width:100%;
	max-width:1050px;
	margin:0 auto;
	padding:50px 2%;
	box-sizing:border-box;
	color:#ffffff;
}
#footer #copyright{
	color:#ffffff;
	font-size:1.2rem;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:left;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

#footer {
	width:100%;
	padding:0;
}
#footer .inner{
	min-width:320px;
	padding:30px 5% 30px;
}
#footer #copyright{
	color:#ffffff;
	font-size:1.1rem;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:left;
}


}





/*----------------------------------------------------------

	Display：print

----------------------------------------------------------*/

@media print{
.sp{ display:none; }

}
