/***************ページ全体***************/

body.sin{
	background-image:none;
}
.sin #page {
    width: 100%;
    background-color: #FFFFFF;
    border-left: none;
    border-right: none;
}
.sin #mainarea {
    width: 1000px;
	margin: 0 auto;
}
.sin #contentsleft {
    width: 700px;
}
.sin #header {
    width: 100%;
    height: 93px;
    background: url(../images/header_sin_bg.png) repeat,#33cbcd;
    background-color: #000066;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}
.sin  .header-wrapper{
	width: 1200px;
	margin:  0 auto;
}
.sin  #menu{
	background: url(../images/menubg_b.gif) repeat-x;
}
.sin  #menu ul {
    width: 1200px;
	margin: 0 auto;
    padding: 0px;
    height: 34px;
    list-style-type: none;
    background: none;
}
.sin  .header-top{
	background: #33cbcd;
}
/*----------------------------
sin-footer
----------------------------*/
.sin-footer{
	width: 100%;
	border-top: solid 3px #1074b8;
	margin-top: 80px;
}
.sin-footer__wrapper{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 25px 0;
	box-sizing: border-box;
}
.sin-footer__info{
	font-size: 12px;
	padding-right: 30px;
	border-right: solid 5px #1074b8;
}
.sin-footer__list{
	list-style: none;
	margin-left: 0;
	padding-left: 30px;
	display: flex;
	flex-flow: row wrap;
}
.sin-footer__list li:nth-child(1),
.sin-footer__list li:nth-child(4){
	flex: 0 1 140px;
	margin-right: 30px;
}
.sin-footer__list li:nth-child(2),
.sin-footer__list li:nth-child(5){
	flex: 0 1 185px;
	margin-right: 30px;
}
.sin-footer__list li:nth-child(3),
.sin-footer__list li:nth-child(6){
	flex: 0 1 90px;
	margin-right: 30px;
}
.sin-footer__list li a{
	color: #1074b8;
	padding: 10px 0 10px 15px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative;
}
.sin-footer__list li a:before{
	content: "";
	background: url(../images/icon_link.svg) no-repeat;
	background-size: cover;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sin-footer__link{
	background: #174282;
}
.sin-footer__link p{
	width: 1000px;
	margin: 0 auto;
}
.sin-footer__link p a{
	color: #fff;
	padding: 8px 0 8px 10px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative;
}
.sin-footer__link p a:before{
	content: "";
	background: url(../images/icon_link2.svg) no-repeat;
	background-size: cover;
	width: 3px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.sin-footer__copy{
	text-align: center;
	font-size: 12px;
	padding: 5px;
	margin: 0;
}
/*top*/
.sin .top-right-bnr{
	width: 260px;
}
.top-staf_blog__title{
	margin-left: -14px;
	margin-bottom: 0;
}
.top-staf_blog__info{
	background: url(../images/blog_bg.png) repeat;
	background-size: 4px;
	margin-top: -5px;
	border: solid 1px #c9caca;
	border-top: none;
}
.top-staf_blog__info dt{
	padding: 15px 20px 5px;
	box-sizing: border-box;
	font-size: 11px;
	color: #898989;
}
.top-staf_blog__info dt a{
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #231815;
	margin-top: 5px;
}
.top-staf_blog__info dd{
	margin: 0;
	border-bottom: solid 1px #c9caca;
	padding: 5px 20px 15px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: calc(1em + 5px);
}
.top-staf_blog__info dd:last-of-type{
	border-bottom: none;
}
.sin #contentsright {
	margin-top: 20px;
    float: right;
    width: 260px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
/*top-news*/
.top-news{
	border: solid 1px #c9caca;
	box-sizing: border-box;
}
.top-news_title{
	font-size: 14px;
	height: 40px;
	display: flex;
	align-items: center;
	background : linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
	margin: 0;
}
.top-news_title:before{
	content: "";
	width: 25px;
	height: 6px;
	background : linear-gradient(45deg, rgba(16, 116, 184, 1) 0%, rgba(46, 167, 224, 1) 100%);
	margin-right: 10px;
}
.sin #news {
    margin-right: 0;
    background: #FFFFFF;
    margin-top: 0px;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.sin #news ul {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style: none;
    padding-left: 0;
    font-size: 13px;
}
.sin #news li {
    margin-bottom: 0px;
    margin-top: 0;
	padding: 10px 20px;
    border-bottom: 1px dashed #CCCCCC;
	text-indent: -0.6em;
	line-height: calc(1em + 5px);
}
.sin #news ul li img{
	display: none;
}
.sin #news li:last-child{
	border-bottom: none;
}
/*top-regional*/
.top-regional{
	border: solid 1px #c9caca;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-top: 10px;
}
.top-regional_title{
	font-size: 16px;
	font-weight: bold;
	color: #2053ba;
	padding-bottom: 5px;
	border-bottom: solid 1px #2053ba;
	margin: 0 0 10px;
}
.top-regional ul{
	list-style: none;
	padding-left: 0;
	margin: 0 0 10px;
}
.top-regional ul li{
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.top-regional ul li:not(:last-child){
	margin-bottom: 5px;
}
.top-regional ul li:before{
	content: "";
	background: #bccbea;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.top-regional p{
	margin: 0;
}
/*top-access*/
.top-access-main dl{
	margin-bottom: 15px;
}
.top-access-main dl dt{
	font-size: 18px;
	color: #1953a6;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: calc(1em + 10px);
}
.top-access-main dl dd{
	font-size: 14px;
	margin-left: 0;
	line-height: calc(1em + 12px);
}
/*-------------
top-bnr
-------------*/
.top-slider{
	margin-bottom: 90px;
	position: relative;
}
.top-slider:before{
	content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 120px;
    background: #1953a6;
    transform: skewY(-2deg);
    z-index: 1;
}
.top-slider:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 120px;
    background : linear-gradient(45deg, rgba(51, 153, 255, 1) 0%, rgba(51, 225, 255, 1) 100%);
    transform: skewY(-2deg);
    z-index: 0;
}
.top-bnr{
	background: #1953a6;
	position: relative;
	z-index: 10;
}
.top-bnr ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.top-bnr ul li,
.top-bnr ul div{
	margin: 0;
    padding: 0;
}
.top-bnr{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0;
    overflow: hidden;
}
.top-bnr-list:not(.is--ready){
    opacity: 0;
}
.top-bnr .keen-slider{
    width: 2400px!important;
}
.top-bnr .keen-slider-controler{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.top-bnr .keen-slider-arrow{
    flex: 0 0 auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #cedae6;
}
.top-bnr .keen-slider-arrow--right{
    transform: rotate(180deg);
}
.top-bnr .keen-slider-arrow::after{
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 2px);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    content: "";
}
.top-bnr .keen-slider-dots{
    flex: 0 0 auto;
    padding: 0 32px;
}
.top-bnr .keen-slider-dot{
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.3);
}
.top-bnr .keen-slider-dot--active{
    background: #fff;
}
.top-bnr-list-item{
    width: 782px;
    height: 507px;
    padding: 0 10px;
}
.top-bnr-list-item-inner{
    display: block;
    /* justify-content: center;
    align-items: center; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: var(--bg-lightblue);
}
.top-bnr-list-item-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.keen-slider-arrow{
	display: none;
}
