@charset "utf-8";
/* -------------------------
common
------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@media screen and (min-width: 481px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 480px){   
  .pc { display:none; }
  .sp { display:block; }
}


body {
	-webkit-text-size-adjust: 100%;
	font-family: "黎ミンY20 M";
	font-size: 1em;
	color: #000;
	line-height: 1.6;
	background: url(../img/bg.jpg);
}
img {
	border: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: none;
}
a:focus img {
	outline: none;
}
ul, ol {
	list-style: none;
}
hr {
	width: 100%;
	height: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.cb {
	box-sizing: content-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
}
#pageTop a img {
	opacity: 0.3;
}
#pageTop a:hover img {
	opacity: 0.5;
}




/* -------------------------
header
------------------------- */

.globalMenuSp{

 display:none;

}


header {
	width: 100%;
	height: 180px;
	margin: auto;
Padding-bottom:50px;
background: url(../img/pctopnoren.jpg)no-repeat;
z-index: 9999;
  position: fixed;	
background-size: 1000px 180px;
background-position: center;
}



 .logosmp {
	width: 450px;
	height: auto;
	margin: auto;
margin-top: 40px;

}

	


footer {
	width: 100%;
	min-width: 1200px;
	background: #002d6b;
	padding-top: 24px;
	padding-bottom: 24px;
}
footer p {
	font-size: 10px;
	color: #fff;
	line-height: 1;
	text-align: center;
}



/* -------------------------
contents
------------------------- */
#contentsWp {
	width: 1200px;
	margin: 0 auto;
}
.topmenu{
background: url(../img/bg.jpg);
padding-top: 15px;
margin-top: 15px;
}
.topmenu p {

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 15px;
color: #002d6b;
Margin:auto;
Padding-bottom:15px;


}
.topmenu p a{

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 15px;
color: #002d6b;
Margin:auto;
Padding-bottom:15px;


}

.topmenu a:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
}


.bread{
Padding-top: 230px;
width:900px;
text-align:left;
margin: 0 auto;
}


.List-Item {
  display: inline;
  font-size: 11px;
}
.List-Item::after {
  content: '＞';
  padding: 0 8px;
}
.List02 .List-Item::after {
  content: '/';
}
.List-Item:last-child::after {
  content: '';
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


.spebox {/*親div*/
  position: relative;/*相対配置*/
Text-align:center;
Padding-top:50px;
  }

.spetext {
  position: absolute;/*絶対配置*/
  top: 43%;
  left: 50%;
Color:#000;
Font-size:15px;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-family: serif;
  }

.spebox h2{
  position: absolute;/*絶対配置*/

  top: 25%;
  left: 50%;
Color:#002b60;
Font-size:22px;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-family: serif;
  }

.spebox h3{
  position: absolute;/*絶対配置*/
top:32%;
  left: 50%;
Color:#000;
Font-size:17px;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-family: serif;
  }

.spebox h4{
  position: absolute;/*絶対配置*/

  top: 58%;
  left: 50%;
Color:#002b60;
Font-size:22px;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-family: serif;
  }

.spebox h5{
  position: absolute;/*絶対配置*/
top:64%;
  left: 50%;
Color:#000;
Font-size:17px;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-family: serif;
  }
.spetext2 {
  position: absolute;/*絶対配置*/
  top: 77%;
  left: 50%;
Color:#000;
Font-size:15px;
-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-family: serif;
  }


.spectoppc {
  width: 850px;
Height:auto;
  }

.spectopsmp {
Display:none;
  }



h6{
Color:#002b60;
Text-align:center;
Font-size:22px;
Padding-top:10px;
Padding-bottom:10px;
font-family:serif;
  }

.spec{
Text-align:center;
Color:#000;
Font-size:15px;
font-family: serif;
}

.specimg{

Width:600px;
Height:auto;
}



