@charset "utf-8";

body { background:url(../../../img/body_bg_01.gif) 0 0 repeat-x;}
#wrap { background:none;}

/* container
============================================================ */
div#container {
	padding:10px 0 25px 0;
	width:966px;
	background:none;}

div#container div.box {
	margin:7px 0 0 0;
	float:left;}

div#container div.box p {
	margin:0;
	padding:0;}


div#container div.box#banner1 {
	margin-left:10px;
}
div#container div.box#banner2 {
	margin-left:8px;
}

div#container div#newsTopics {
	position:relative;}

div#container div#newsTopics div.text {
	position:relative;
	width:452px;
	height:203px;}

div#container div#newsTopics div.text dl {
	position:absolute;
	top:3px;
	left:15px;
	width:415px;
	height:190px;
	line-height:1.8;
	overflow:auto;}
	
div#container div#newsTopics div.text dt {
	color:#999;
	font-size:87%;
	letter-spacing:1px;
	font-family:"lr SVbN", "Osaka|";}

div#container div#newsTopics div.text dd {
	font-size:75%;
	margin:-23px 0 0 70px;}

div#container div#newsTopics div.text dd, x:-moz-any-link, x:default {
    margin:-23px 0 0 80px;}

div#container div#newsTopics div.more {
	position:absolute;
	top:18px;
	right:15px;
	text-align:right;}

div#container div#newsTopics div.more a {
	font-size:62%;
	padding:3px 3px 3px 10px;
	background:url(../../img/tri.gif) left center no-repeat;}




div#container div.box#banner3 {
	position: relative;
	width: 248px;
	height: 248px;
	margin-left:8px;
}
div#container div.box#banner3 form {
	display: block;
	position: absolute;
	top: 94px;
	left: 23px;
	width: 200px;
}
div#container #banner3 form label {
	margin-top: 9px;
	display: block;
	font-size: 12px;
	color: #666;
}
div#container #banner3 form .input {
	width: 198px;
}
div#container #banner3 form #wp-submit1 {
	display: block;
	text-decoration: none;
	border: 0;
	width: 141px;
	height: 30px;
	padding: 0;
	margin: 14px auto 0;
	background: url(../../../img/btn01_on.png) 0 0 no-repeat;
}
div#container #banner3 form #wp-submit1:hover img {
	display: none;
}

/*
202203 add
*/
.top-flex {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 10px -3px 0;
}
.top-flex .item:nth-child(2) {
	margin-left: 12px;
}
.top-flex .item:nth-child(3) {
	margin-left: 6px;
}
.top-flex .right-arrow {
	font-size: 12px;
    padding: 3px 11px 3px 0px;
    background: url(../../img/tri.gif) right center no-repeat;
}
.top-flex .img-box {
	position: relative;
}
.top-flex .img-box .img-content {
	position: relative;
}
.top-flex .news-box {
}
.top-flex .news-box a {
	position: absolute;
	right: 27px;
	top: 50%;
	margin-top: -9px;
}

.top-flex .group-box .link-wrap {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 3px;
	width: auto;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-flex .group-box .link-wrap:after {
	display: none;
}
.top-flex .group-box .link-wrap > div {
	width: 190px;
	text-align: center;
}

.top-flex .banner1-box .link-wrap {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 3px;
	width: auto;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-flex .banner3-box .form-wrap {
	position: absolute;
	left: 23px;
	right: 23px;
	bottom: 34px;
	width: auto;
}
div#container #banner3 form label {
	margin-top: 18px;
	margin-bottom: 4px;
}
div#container #banner3 form #wp-submit1 {
	margin-top: 25px;
}
div#container #banner3 form .input {
	width: 195px;
}

