.home-bannerlist-container {
	padding-top: 40px;
}
.home-block {
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 30%,#deedfe 100%);
	padding: 0px 0px 30px 0px;
}
.home-mainvisual {
	width: auto;
	margin: 0px auto;
}

.home-mainvisual .bx-wrapper .bx-controls {
	text-align: center;
}
.home-mainvisual .bx-wrapper .bx-controls .bx-controls-auto {
	position: static;
	width: auto !important;
	display: inline-block;
}
.home-mainvisual .bx-wrapper .bx-controls .bx-pager {
	position: static;
	width: auto !important;
	display: inline-block;
	padding-top: 10px;
}

.home-mainvisual .bx-wrapper .bx-pager-item {
	font-size: 1em;
}
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-start,
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-stop {
	background: #00417d;
	color: #FFF;
	height: 24px;
	width: 60px;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	opacity: 0.5;
}
.home-mainvisual .bx-wrapper .bx-controls-auto .active {
	opacity: 1;
}
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-start:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-stop:before,
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-stop:after {
	content: "";
	width: 3px;
	height: 12px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
}
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-stop:before {
	margin-left: -5px;
}
.home-mainvisual .bx-wrapper .bx-controls-auto .bx-stop:after {
	margin-left: 3px;
}


.home-mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: 0px;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1em 2em;
	border: 1px solid #76a5d1;
	background: #FFF;
	border-radius: 0px;
	text-decoration: none;
	color: #313131;
	background: #FFF;
}
.home-mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #FFF;
}
.home-mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0058a9;
	color: #FFF;
	border: 2px solid #ffcd35;
	border-radius: 100px;
}

.home-mainvisual .bx-wrapper .bx-controls-direction a {
	background: rgba(255,255,255,0.5);
	width: 30px;
	height: 30px;
	margin: 0px;
	transform: translateY(-50%);
}
.home-mainvisual .bx-wrapper .bx-prev {
	left: 0px;
}
.home-mainvisual .bx-wrapper .bx-next {
	right: 0px;
}
.home-mainvisual .bx-wrapper .bx-prev:after,
.home-mainvisual .bx-wrapper .bx-next:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px;
	position: absolute;
}
.home-mainvisual .bx-wrapper .bx-prev:after {
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg) translate(-50%,-50%);
	left: 50%;
	top: 50%;
	margin: 2px 0px 0px -4px;
}
.home-mainvisual .bx-wrapper .bx-next:after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg) translate(-50%,-50%);
	left: 50%;
	top: 50%;
	margin: 2px 0px 0px -8px;
}

.top-news2 {
	width: auto;
	margin: 30px 10px 0px 10px;
}
.top-news2 .top-news2-header {
	text-align: center;
	font-size: 1.714em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.top-news2 .top-news2-content {
	border-radius: 20px;
	padding: 15px 15px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	background: #FFF;
}
.top-news2-content .tabs {
	margin: 0px;
	padding: 0px;
}
.top-news2-content .tabs {
	display: table;
	width: 100%;
	background: #2978c0;
	color: #FFF;
	border-radius: 100px;
	margin: 0px 0px 20px 0px;
}
.top-news2-content .tabs ul {
	display: table-row;
	margin: 0px;
	padding: 0px;
}
.top-news2-content .tabs ul li {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: 25%;
	vertical-align: middle;
}
.top-news2-content .tabs ul li a {
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	font-size: 0.8em;
	padding: 6px 1em;
	margin: 0px -1px;
}
.top-news2-content .tabs ul li a.active {
	background: #ffcd35;
	color: #114a77;
	font-weight: bold;
}
.top-news2-content .tabs-content {
	padding: 0px 10px;
	display: none;
}
.top-news2-content .tabs-content#top-news-all {
	display: block;
}
.top-news2-content .tabs-content table {
	width: 100%;
	display: block;
}
.top-news2-content .tabs-content table * {
	box-sizing: border-box;
}
.top-news2-content .tabs-content table tbody {
	display: block;
}
.top-news2-content .tabs-content table tr {
	width: 100%;
	display: block;
	border-bottom: 3px dotted #CCC;
	padding: 0.5em 0.5em;
}
.top-news2-content .tabs-content#top-news-all table tr:last-child {
	border-bottom: none;
}

.top-news2-content .tabs-content table tr > * {
	display: block;
	text-align: left;
}
.top-news2-content .tabs-content table tr > .news-date,
.top-news2-content .tabs-content table tr > .news-category {
	display: inline-block;
}
.top-news2-content .tabs-content table tr > .news-date {
	margin-right: 0.5em;
	white-space: nowrap;
}
.top-news2-content .tabs-content table tr > .news-text {
	margin-top: 0.3em;
}
.top-news2-content .news-tag {
	border-radius: 100px;
	padding: 0.3em 1em;
	background: #e7f1ff;
	font-size: 0.8em;
	white-space: nowrap;
}
.top-news2-link {
	text-align: center;
	padding-top: 15px;
}
.top-news2-link a {
	display: inline-block;
	background: #2978c0;
	color: #FFF !important;
	border-radius: 100px;
	padding: 0.3em 3em;
}
@media only screen and (max-width: 629px) {
	.home-mainvisual .pc-mainvisual {
		display: none;
	}
	.home-mainvisual .sp-mainvisual {
		display: block;
	}
}
@media only screen and (min-width: 630px), print {
	.home-mainvisual .pc-mainvisual {
		display: block;
	}
	.home-mainvisual .sp-mainvisual {
		display: none;
	}
	.home-mainvisual .bx-wrapper .bx-controls-direction a {
		width: 60px;
		height: 60px;
	}
	.home-mainvisual .bx-wrapper .bx-prev:after,
	.home-mainvisual .bx-wrapper .bx-next:after {
		width: 18px;
		height: 18px;
		border-width: 4px;
	}
	.home-mainvisual .bx-wrapper .bx-prev:after {
		margin: 4px 0px 0px -6px;
	}
	.home-mainvisual .bx-wrapper .bx-next:after {
		margin: 4px 0px 0px -14px;
	}
}

@media only screen and (max-width: 1299px) {
	.top-news2 .show-pc {
		display: none;
	}
}
@media only screen and (min-width: 1300px), print {
	.home-mainvisual {
		width: 1300px;
		margin: 0px auto 50px auto;
	}
	.top-news2 {
		width: 1300px;
		margin: 0px auto;
	}
	.top-news2 .top-news2-content {
		padding: 30px 50px;
	}
	.top-news2-content .tabs ul li a {
		font-size: 1em;
		padding: 15px 0px;
	}
	
	.top-news2-content .tabs-content table {
		display: table;
		border-collapse:collapse
	}
	.top-news2-content .tabs-content table tbody {
		display: table-row-group;
	}
	.top-news2-content .tabs-content table tr {
		display: flex;
		display: table-row;
	}
	.top-news2-content .tabs-content table tr > * {
		padding: 0.8em 1em;
		display: table-cell !important;
	}
	.top-news2-content .tabs-content table tr > .news-date,
	.top-news2-content .tabs-content table tr > .news-category {
	}
	.top-news2-content .tabs-content table tr > .news-date {
		margin: 0px;
		width: 140px;
	}
	.top-news2-content .tabs-content table tr > .news-category {
		width: 150px;
	}
	.top-news2-content .tabs-content table tr > .news-text {
		margin: 0px;
	}
}


/* @2025 options */
.options-h2{
  margin: 0 0 20px;
  padding: 0;
  background: none;
  font-size: 20px;
  color: #0058A9;
}
.options-ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  margin: 30px 0 0;
}
.options-li {
  padding: 15px;
  border: solid #D8D8D8 1px;
  display: grid;
  align-content: space-between;
}
.options-about {
  margin: 45px auto 30px;
  max-width: 100%;
}
.options-about a{
  padding: 7px 20px;
  min-width: 320px;
}
.options-newwindow::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/common/images/options-newwindow.png);
  background-size: contain;
  margin: 0 0 5px 5px;
}
.options-about a:active .options-newwindow::after,
.options-about a:hover .options-newwindow::after,
.options-about a:focus .options-newwindow::after{
  background: url(/common/images/options-newwindow-hover.png);
  background-size: contain;
}
a span.options-newwindow span {
    position: absolute;
    width: 1px;
    height: 1px;
    text-indent: -1000px;
    overflow: hidden;
}
@media screen and (max-width: 769px){
  .options-ul{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .options-about {
    margin: 35px auto 20px;
  }
  .options-about a{
    min-width: auto;
  }
}
/* @end */

/* @2025 premium-support */
.premium-support--ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 0;
  gap: 20px 30px;
}
.premium-support--li {
  padding: 40px 20px;
  border: solid #D3EAFF 3px;
  font-weight: 700;
  font-size: 16px;
}
.premium-support--contact {
  margin: 50px auto 60px;
}
.premium-support--newwindow {
  margin: 0 0 0 5px;
}
.premium-support--voice {
  padding: 15px 15px 35px;
  border: solid #D8D8D8 1px;
}
.premium-support--h3 {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border: none;
  font-size: 20px;
}
.premium-support--strong {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 769px){
  .premium-support--contact {
    margin: 40px auto 50px;
  }
  .premium-support--ul {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
  .premium-support--li {
	padding: 30px 15px;
  }
}
/* @end */