@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
}
body{
	font-family: 'Noto Sans JP';
	font-weight: 400;
	color:#222;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
font-size: 1.5rem; /*ページの基本フォントサイズを１４ｐｘに*/
}
.main-print{
display: none
}
/*===============================================
●PC設定
===============================================*/
@media print, screen and  (min-width: 651px){
.esc-pc{
	display:none;
}
a{
	color: #444;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
	margin-left:0;
}
table{
 border-collapse: collapse;
 width: 100%;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.document {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
h2 {
  border-bottom: solid 3px #333;
  position: relative;
  margin-bottom: 25px;
  font-weight: 600;
  margin: 20px auto 20px auto
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff0033;
  bottom: -3px;
  width: 30%;
}
/*均等配置2列ーーーーーーーーーーーーーーーーーー*/
.box_flex2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex2 .inner{
width: 46%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex3::after{
  content:"";
  display: block;
  width:31%;
}
.box_flex3 .inner{
width: 31%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.box_flex4::after{
  content:"";
  display: block;
  width:22%;
}
.box_flex4 .inner{
width: 22%;
padding: 1%;
margin-bottom: 20px;
}
.bg_title{
height: 80px;
padding-top: 270px;
font-size: 25px;
font-weight: 500;
line-height: 150%;
color: #335F93;
background-image: url(../images/common/bg_title.png);
background-repeat: no-repeat;
background-position: top center;
	margin-bottom: 30px;
}

/*フッター--------------------------------------------------------------------------*/
#footer {
background-color: #000;
color: #FFF;
padding-top: 10px;
padding-bottom: 10px;
font-weight: 500;
}

#footer .copyright{
text-align: center;
padding-top: 10px
}
#footer .flex_footer .copyright img{
width: 100%
}
}
/*===============================================
●スマホ設定 画面の横幅が650px以下
===============================================*/
@media screen and  (max-width: 650px){
.esc-sp{
	display:none;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
}
body{
font-family: 'Noto Sans JP';
font-weight: 400;
font-style: normal;
	color:#222;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
font-size: 1.5rem; /*ページの基本フォントサイズを１４ｐｘに*/
}
a{
	color: #333;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
	height: auto;
}
a img  {
	border:none;
}
h2{
 font-size:1.8rem;
 padding: 15px 0 15px 0;
 text-align: center
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ie7 body{
	overflow:hidden;
}
.clear{
	clear: both;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
	
.document {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
display: none;
}

/*フッター--------------------------------------------------------------------------*/
#footer {
background-color: #000;
color: #FFF;
padding-top: 30px;
padding-bottom: 50px;
font-weight: 500;
}

#footer .copyright{
text-align: center;
padding-top: 10px
}
#footer .flex_footer .copyright img{
width: 100%
}
/*パンくずー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------ー---------*/
.breadcrumbs{
 font-size: 13px;
 font-weight: normal;
 padding-top: 5px;
 padding-left: 10px;
}
.pager{
padding-bottom: 50px;
}
.pager td{
 border: none!important;
 display: table-cell;
 width: 50%
}
.pager a{
 background-color: #999;
 color: #FFF;
 padding: 5px 25px;
 margin-right: 10px;
 font-size: 16px;
}

}
/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 1vh;
	right:2%;
	z-index: 9999;
}
#page-top a {
	text-decoration: none;
	color: #9C1846;
	padding: 0;
	font-weight:bold;
	font-size:40px;
	text-align: center;
	display: block;
	border-radius: 300px;
	background-color: rgba(255,255,255,0.7)
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}


