.topbtnwrap ul{
	text-align: center;
	position: relative;
}
.topbtnwrap ul li {
	float: none;
	margin-right: 5px;
	margin-left: 0px;
	display: inline-block;
}
.topbtnwrap {
	margin-bottom: 15px;
}
.topbtnwrap ul li img{
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.topbtnwrap ul .norightmgn  {
	/* [disabled]float: left; */
	margin-right: 5px;
}
.topicswrap {
	background-color: #F087AF;
	padding: 20px;
	border-radius:5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 20px;
}
.topicswrap .oshirasemoji {
	float: left;
	margin-top: -25px;
}
.topicswrap .ichiranbtn {
	float: right;
	margin-bottom: 10px;
	margin-top: -10px;
}
.topicswrap .topicscontent {
	clear: both;
}

/* 20250929 安全講習センターからのお知らせ */
.topicswrap_anzen {
	background-color: #79bd54;
	padding: 20px;
	border-radius:5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 20px;
}
.topicscontent {
	background-color: #FFF;
	padding: 15px;
	border-radius:5px;
	height: 520px;
}
.topicswrap_anzen .oshirasemoji {
	float: left;
	margin-top: -25px;
}
.topicswrap_anzen .ichiranbtn {
	float: right;
	margin-bottom: 10px;
	margin-top: -10px;
}
.topicswrap_anzen .topicscontent {
	clear: both;
	height: 220px;
}
.topicswrap_anzen .topicscontent .headline{
	overflow-y: auto;
	height: 210px;
}

/* 20250929 安全講習センターからのお知らせ ここまで */

.topicscontent .headline{
	overflow-y: auto;
	height: 500px;
}
.headline dt {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
	padding-left: 10px;
}
.headline dd {
	padding-left: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
.fblikeboxwrap {
	background-color: #7D9DED;
	padding: 20px;
	float: left;
	margin-right: 10px;
	border-radius:5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	width: 300px;
}
.fblikeboxwrap .fblikeboxcontent {
	background-color: #FFF;
	border-radius:5px;

}
.twitterwrap {
	background-color: #9FCCEB;
	height: 600px;
	padding: 20px;
	border-radius:5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	float: right;
	width: 300px;
}
.topmainimgwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.bx-wrapper img {
	border-radius:7px;
}
/* TOP動画 */
.video_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.video_wrap_inner {
    position: relative;
    padding: 22% 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video_wrap video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* playmovieボタン */

.video_wrap_btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.7s;
}
.video_wrap_btn img {
    width: 220px;
    height: auto;
}
.video_wrap_btn:hover {
    opacity: 0.6;
}
#top-page .menuwrap ul.topmenu {
    overflow: hidden;
}
  
  
/* topバナー修正 */
.top_movie_banner img{
	max-width: 100%;
}
.top_movie_banner:hover{
	cursor : pointer;
}
.sns_wrapper{
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}
.sns_wrapper .sns_banner{
	width: calc(50% - 5px);
}
.sns_wrapper .sns_banner img{
	width: 100%;
}
