@charset "UTF-8";
/* CSS Document */

/* //////////////////////////////////////////////////
[TOP] 
////////////////////////////////////////////////// */
body {
	background-image: url(img/top_bg2.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #008dff;
}
#bg {
	background-image: url(img/top_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.toparea {
	width:920px;
	height:710px;
	margin: 0 auto;
	clear:both;
}
#lowerbox {
		width:920px;
		margin: 0 auto;
		
}

#footer {background-color: transparent;
	padding-top: 130px;
}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
body {
	background-image: none;
}
#bg {
	background-image: url(img/sp/top_bg.png);
	background-size: contain;
	width: 100%; height: auto;
  	aspect-ratio: 1000 / 1931;
	position: relative;
}
.toparea {
	width: 100%;
	height:auto;
}
.ab_box{
	position: absolute;
    top: 83%;
	width: 100% !important;
}
#lowerbox {
	width:95%;
	z-index: 2;
}
#footer {
	padding-top: 10px!important;
}
}
/* 2025 レスポンシブ化対応 end */

/* //////////////////////////////////////////////////
[右下のナビゲーション] 
////////////////////////////////////////////////// */

#subnavigation_top img {
	margin-bottom:8px;
}
#subnavigation_top {
	width:248px;
	float:right;
}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
#subnavigation_top {
	float: none;
	margin: 0 auto;
}
}
/* 2025 レスポンシブ化対応 end */

/* //////////////////////////////////////////////////
[ボタン] 
////////////////////////////////////////////////// */
.button1 {
	position:absolute;
	top:214px;
	z-index:1;
	margin-left:260px;
}
.button2 {
	position:absolute;
	top:265px;
	z-index:1;
	margin-left: 410px;
}
.button3 {
	position:absolute;
	top:224px;
	z-index:1;
	margin-left:580px;
}
.button4 {
	position:absolute;
	top:337px;
	z-index:1;
	margin-left:300px;

}
.button5 {
	position:absolute;
	top:340px;
	z-index:1;
	margin-left:560px;

}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
.button1 {
	top: 18%;
	left: 16%;
    margin: 0;
	width: 33%;
}
.button2 {
	top: 18%;
	right: 16%;
    margin: 0;
	width: 33%;
}
.button3 {
	top: 29%;
	left: 2%;
    margin: 0;
	width: 31%;
}
.button4 {
	top: 29%;
	right: 34%;
    margin: 0;
	width: 31%;
}
.button5 {
	top: 29%;
	right: 2%;
    margin: 0;
	width: 31%;
}
.toparea>div>a>img{ 
    width: 100%;
	height: auto;
    object-fit: contain;
}
}
/* 2025 レスポンシブ化対応 end */

/* //////////////////////////////////////////////////
[NEWS] 
////////////////////////////////////////////////// */
#newstitle {
	clear:both;
	width:615px;
	float:left;
	background-color:#0365DE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	-webkit-border-top-right-radius:  10px;
	-webkit-border-top-left-radius:  10px;
	-moz-border-radius-topright:  10px;
	-moz-border-radius-topleft: 10px;
}
#newsbox {
	clear:both;
	width:645px;
	margin-bottom:30px;
	float:left;
}
#news {
	clear:both;
	width:585px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color:#defafe;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright:  10px;
	-moz-border-radius-bottomleft: 10px;
}
table.ver2 {
	border-collapse:separate;
	margin:0;
	width:100%;
	text-align:left;
}
.ver2 th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #54A7E9;
	text-align:left;
	vertical-align: top;
}
.ver2 td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:  #54A7E9;
	text-align:left;
	padding: 0.2em;
}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
#newstitle {
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-around;
}
#newstitle img {
	width: 150px;
	object-fit: contain;
}
#newstitle a img {
	width: 110px;
	height: auto;
}
#newsbox {
	width:100%;
}
#news {
	width:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 14px;
}
.ver2 td {
	padding: 3px 0 3px 10px;
    line-height: 1.6;
}
}
/* 2025 レスポンシブ化対応 end */
