@charset "utf-8";



/*container幅*/



@media (min-width: 768px) {

  .container {

    width: 760px;

  }

}

@media (min-width: 992px) {

  .container {

    width: 900px;

  }

}

@media (min-width: 1200px) {

  .container {

    width: 980px;

  }

}





/*ヘッダー内レイアウト*/



.navbar-top{

	background:#fff;

	border:none;

	padding:0;

	margin-bottom:0;

}





h1.h1-sitename  {

	margin:15px 0 0 0;

	padding:0;	

}



h1.h1-sitename img {

	width:100%;

	height:auto;

	max-width:394px;

}



@media (max-width: 1199px) {

h1.h1-sitename img {

	max-width:360px;}

}

@media (max-width: 991px) {

h1.h1-sitename img {

	max-width:393px;}

}



.l-header-sub {

    display: -webkit-flex;

    display: flex;

	margin-bottom:26px;

}



.header-top {

	min-height: 180px;

	background:url(../images/bg_header-tops.png)no-repeat center center;

	padding-top:10px;

}

/*

.header-top {

	min-height: 330px;

	background:url(../images/bg_header-top.png)no-repeat center top;

	padding-top:40px;

}

*/



.header-top h1 {text-align:left;}

@media (max-width: 767px) {

 .header-top  {padding-top:10px;}

 .header-top h1 {text-align:center;}

}



.header-top-copy {

	font-size:28px;

	color:#fff;

	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

	margin-top:-30px;

	margin-left:-30px;

	text-shadow:0px 0px 20px #000000,0px 0px 30px #000000,0px 0px 30px #000000,0px 0px 30px #000000;

}





.header-pages {

	min-height: 200px;

	background:url(../images/bg_header-pages.png)no-repeat center bottom -30px;

	padding-top:80px;

}



h2.h2-header-pages {

	font-size:32px;

	font-weight:bold;

	margin:0;

	padding:0;

	line-height:100%;

	color:#fff;

	text-align:center;

}







/*本文レイアウト*/



.block.block-pankz{margin-top:5px;padding-top:0;font-size:12px;}





.col-news{

	width:70%;

	float: left;

	position: relative;

  min-height: 1px;

  padding-right: 10px;

  padding-left: 10px;

}

@media (max-width: 767px) {.col-news{width: 100%}}

.col-links{

	width:30%;

	float: left;

	position: relative;

  min-height: 1px;

  padding-right: 10px;

  padding-left: 10px;

}

@media (max-width: 767px) {.col-links{width: 100%}}



.block {margin:20px 0;padding:10px 0;}



.block.block-top-contents {margin:5px 0 0 0;padding:5px 0 0 0;}



.wrapper {

  /* display: grid; */

  grid-template-columns: 1fr 1fr 1fr 1fr;

  /* margin-left: 5%; */

}


.support_corp {
	display: flex;
	gap: 20px;
	flex-wrap: wrap

}

.support_corp_img {
	background-color: #fff;
	width: 150px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}


.support_corp_img a{
	/* width: 100%;
	height: 100%; */
}





footer {

	background:#f2f2f2;

	margin-top:40px;

}



.footer-txt{

	font-size:13px;

	margin:20px 0;

	padding-right:20px;

}



@media (min-width: 768px) {

.footer-rightblock{background:url(../images/bg_footer-rightblock.png)no-repeat left 10px top;}

}



.copyright {

	background:#095DA6;

	color:#fff;

	font-size:12px;

	color:#fff;

	padding:15px;

}

