@charset "utf-8";
/*主にhedder footerのcss*/
body {
	position:relative;
	overflow-x:hidden;
}

html {
/*	font-size: 75%;
*/	font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Futura Koyu",sans-serif; 
	line-height: 1.5;
	font-size: 62.5%; /* -> 10px; */
	letter-spacing: 2;
	overflow: auto;
	height: 100%;
	color: #1f1f1f;
}
a:hover {
	opacity: 0.5;
}
a:visited {
	color: #1f1f1f;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
p {
	font-size: 1.3rem;
	line-height: 2;
}
.listStyle_01 {
	list-style-type: none;
}
h1 {
	font-size: 2.3rem;
	color: #232554;
	padding: 10px 0 10px 0;
}
h2 {
	font-size: 3rem;/*2.2rem*/
	color: #2f5883;
	padding: 15px 0 10px 0 ;
	font-family:  "Kokoro" 
}
h2.h2_border {
		border-bottom: 1px solid #396da3;
}
h2 img {
	margin-bottom: 15px;
}
/*h3 {
	font-size: 1.6rem;
	color: #46709b;
	margin-bottom: 10px;
}*/
h3 span {
	font-size: 2.4rem;
	font-style: italic;
	font-weight: bold;
	margin-right: 10px;
}
.headmainvisual img {
	width: 100%;
}
header div.header_top ul li {
	font-size: 1.4rem;
	padding-left: 25px;
}
header div.header_top ul li a {
	color:#2e2e51;
}
header div.header_top ul li a:visited {
	color:#551A8B;
}
div.header_bottom nav ul li {
	font-size: 1.4rem;
}

.sp_main {
	display: none;
}
.bk_color {
	display: -webkit-flex;
display: flex;
}
#top_mainWidth {
	width: 1000px;
	margin: 0 auto;
	
}
.flex {
	display: -webkit-flex;
display: flex;
}
.article_outer {
	display: -webkit-flex;
display: flex;
}
.mainLeft {
	width: 60%;
}
.article_innerLeft {
	margin-right: 55px;
	padding-bottom:40px;
}
article p {
	margin-top: 40px;
	font-size: 1.6rem;
}
/*span#article_lead_spImg {
	display: none;
}*/
.article_innerRight {
	margin-right: 55px;
}
#firstH2{
	margin-right: 55px;
}
.mainRight {
	width: 40%;
}


#bN_btn {
	margin: 20px 0 30px;
}
.pagetop_spBtn {
	display: none;
}
.pagetop_pcBtn a img {
	width: 100%;
}
.pagetop_spBtn a img {
	width: 100%;
}
.infoBOx {
	
	
	margin-top: 20px;
}
.infoBOxTop {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 311px;
}
.sp {
	display: none;
}
span.spanCircle {
	color: white;
}
.circle {
	display: inline-block;
	width:40px;
	height: 40px;
	border-radius: 50%;
	background: #2f5883;
	text-align: center;
	line-height:40px;
	/*vertical-align: middle;*/
}
.circle02 {
	display: inline-block;
	width:25px;
	height: 25px;
	border-radius: 50%;
	background: #2f5883;
	text-align: center;
	line-height: 25px;
	/*vertical-align: middle;*/
}













@media (max-width:  767px)  {
	.sp {
		display:block;
	}
	header #gnavi {
		display:none;
	}

	header h1 img {
		max-width:100%;
		height:auto;
	}
	header .spmenu {
		position:absolute;
		right:0;
		top:0;
		width:40px;
	}
	header .spmenu img {
		width:100%;
		height:auto;
	}

}

/* spmenu */
@media (max-width: 1000px) {
	
	#spmenu {
		position:absolute;
		top:0;
		right:0;
		right:-100%;
		width:212px;
		height:345px;
		z-index:60000;
		background:#09407e;
		
	}
	#spmenu .menulist {
		width:100%;
		height:auto;
		position:absolute;
		top:39px;
	}
	#spmenu .menulist li {
		width:100%;
		height:auto;
		display:block;
	}
	#spmenu .menulist li img {
		width:100%;
		height:auto;
		display:block;
	}
	#spmenu .close {
		width:40px;
		height:auto;
		position:absolute;
		right:0;
		top:0;
	}
	#spmenu .close img {
		width:100%;
		height:auto;
		display:block;
	}
	
	.gray {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:rgba(0,0,0,0.6);
		z-index:40000;
		display:none;
	}
	
}


/*ヘッダートップ*/
@media (max-width: 1000px) {
	div.header_top {
		width: 90%;	
	}
}
/*gn*/
@media (max-width: 1000px) {
	.header_bottom {
		display: none;
	}
}









/*リンクアニメ*/
.line {
	text-decoration: underline #adadac;
}


/*.line::before {
  content:"";
  display:block;
  position:relative;
  top:1.25em; 
  left:0; 
  width:0; 
  height:1px;
  background:#fff; 
  transition:1s; 
}

.line:hover::before {
  width:100%; 
}*/


/*header {
	width: 1100px;
	margin: 0 auto;
}*/
/*div.mainVisual {
	background-image:url(../images/main_lay.png),url(../../common/images/main_01.png);
	background-repeat: repeat-x,no-repeat;
	height: 150px;
	background-position:center center, center center;
	background-size: contain,cover;

}*/

.pc_vislual {
	display: block;
}
.sp_vislual {
	display: none;
}
div.header_top h1 ul li {
	font-size: 1.2rem;
}
div.header_top h1 ul li a {
	display: block;
}
div.header_top {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
	-webkit-align-items: center;
align-items: center;
}
.header_top_sp {
	display: none;
}
div.header_top ul {
	display: -webkit-flex;
display: flex;
	
}

div.header_bottom {
	background: #013c6a;
}

p.main_visual {
	max-width: 100%;
}
nav ul {
	display: -webkit-flex;
display: flex;
	-webkit-justify-content: space-around;
justify-content: space-around;
	padding:5px 0 5px 0;
	width: 1000px;
	margin: 0 auto;
}

nav ul li a {
	color: #365f8b;
}
nav ul li a img {
	vertical-align: bottom;
	margin-top: 5px;
/*	padding-left: 20px;*/
}
nav ul li a:hover {
	opacity: 1;
}
nav ul li {
	border-left: solid white 1px;
	padding-left: 10px;
}
nav ul li:last-child {
	border-right: solid white 1px;
	
}
nav ul li a img.firstGn {
/*	padding-left: 15px;*/
}
nav ul li a img.finalGn {
/*	padding-right: 10px;*/
}
nav ul li a:visited {
	color:#551A8B;	
}

/*ここまで*/





/*中ページここから*/
div.bk_colorOuter {
	background: #f4f5f0;
}
div.bk_color {
	
	width: 1000px;
	margin: 0 auto;
}
h2 {
	position: relative;
}
h2 img.h2_absolute {
	position: absolute;
}

h2 img.h2_absolute {
    position: absolute;
    right: 0;
   /* width: 10%;*/
    bottom: 0;
    /* display: inline-block; */
    margin-bottom: 8px;
}



/*ここまで*/
/*pagetopここから*/
/*div.pageTop {
	background: url(../../common/images/pagetop_lay.png);
	height: 25px;
	background-repeat: repeat-x;
	background-size: contain;
	margin-bottom: 2px;
}
div.pageTop p {
	font-size: 11px;
	text-align: center;
}
.pageTop_arrow {
	vertical-align: text-bottom;
	padding-left: 10px;
}*/
div.pageTop img {
	width: 100%;

	margin-bottom: 10px;
}
div.pageTop:hover {
	opacity: 0.8;
}
/*ここまで*/

/*footerここから*/
footer {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
	opacity: 0.7;
	margin-bottom: 5px;
	-webkit-align-items: flex-end;
align-items: flex-end;
	margin-top: 10px;
}
footer p {
	font-size: 1.2rem;
	line-height: 1.5;
}
footer p span {
	font-size: 1rem;
}
/*ここまで*/


/*トピックスのcss*/
span.topicsKouhou {
	background: #4fb14d;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 2px 5px;
	margin-left: 1rem;
	max-height: 14px;
}
span.topicsSoume {
	background: #2ba3e3;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 2px 5px;
	margin-left: 1rem;
	max-height: 14px;
}
span.topicsKougai {
	background: #1e68c4;
	color: #ffffff;
	font-size: 1.1rem;
	padding: 2px 5px;
	margin-left: 1rem;
	max-height: 14px;
}

h2 {
font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p.page-top {
	position: fixed;
	right:-210px;
	bottom:150px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	z-index:200;
}
p.page-top.show {
	right:15px;
}

@media screen and (max-width:1024px){
	div.banner_box {display: none;}
	/*p.page-top {display: none;}*/
	
}


a { text-decoration: underline;}
a:hover { text-decoration: underline;}
a {text-decoration-color: #adadac;}
a:hover { text-decoration-color: #adadac;}


sup.sup {
/*  font-size: 50%;*/
  vertical-align: top;
  position: relative;
/*  top: -0.1em;*/
  left: -0.2em;
  color: black;
}