@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;
}


/* -----トップニュースバナー------*/
.menumain{
Padding-top:50px;
Margin:auto;

}

.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	
}


.topban{
Width:900px;
Margin:auto;
}

.top-banner a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

h2{
Color:#002b60;
Font-size:22px;
margin:0 auto;
Text-align:center;
font-family:serif;
  }

h3{
Color:#002b60;
Font-size:20px;
margin:0 auto;
Text-align:center;
font-family:serif;
Padding-bottom:8px;
  }
h4{
Color:#002b60;
Font-size:17px;
margin:0 auto;
Text-align:center;
font-family:serif;
Padding-bottom:8px;
  }


.specimg{

Width:900px;
Height:auto;

}

.spec{
Text-align:center;
Color:#000;
Font-size:15px;
font-family:serif;
}
.bread{
Padding-top: 230px;
width:900px;
text-align:left;
margin: 0 auto;
color: #000;
}


.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;
}

.mainmenu{
Width:600px;
Height:auto;
}
