@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------*/
/*メインイメージ*/

#mainimage{
	width: 90.28%;
	margin: 0px auto;
	overflow:hidden;
	text-align:center;
}
#mainimage img{
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------*/
/*コンテンツ*/

#contents{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

#contents .content_block{
	width: calc( 83.33% - 34px );/*600*/
	background-color: rgba(255,255,255,0.60);
	padding: 20px 17px;
	overflow:hidden;
}

/*----------------------------------------------------------*/
.news{
	margin: 23px auto 0;
}
.news_ins{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.news_ins .h2{
	order: 1;
}	

.news_ins .ichiran{
	order: 3;
	width: 144px;
	height: 39px;
	margin: 29px auto 0;
}
.news_ins .ichiran > a{
	width: 100%;
	height: 100%;
	background-color: #0084b5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.news_ins table{
	order: 2;
	width: 100%;
	margin: 15px auto 0;
	overflow: hidden;
}
.news_ins table th, .news_ins table td{
	display: block;
	width: 100%;
	vertical-align:top;
}
.news_ins table th{
	font-size: 14px;
	font-weight: 700;
	text-align:left;
	padding-bottom: 5px;
}
.news_ins table td{
	font-size: 13px;
}
.news_ins table tr:not(:last-of-type) td{
	padding-bottom: 15px;
}

/*----------------------------------------------------------*/
.about{
	overflow:hidden;
	margin: 20px auto 0;
}
.about_ins{
}

.how{
	overflow:hidden;
	margin: 20px auto 0;
}
.how_ins{
}

/**/

.content_block .linktree{
	margin: 15px auto;
}
.content_block .linktree ul{
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	list-style-type: none;
}
.content_block .linktree ul li{
	width: 100%;
	height: 48px;
	position: relative;
}
.content_block .linktree ul li > a::before{
	content: '▶';
	color: #4bafe3;
	display: block;
	position: absolute;
	top: 14px;
	left: 15px;
}
.content_block .linktree ul li > a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #7DC0DC;
	box-sizing: border-box;
	color: #000;
	padding-left: 36px;
}

/*----------------------------------------------------------*/
.link.content_block{
	overflow:hidden;
	margin: 20px auto 0;
}

.link_ins{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.link ul.sitelinks{
	margin: 15px auto 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	gap: 10px 0;
}
.link ul.sitelinks li{
	width: 100%;
}
.link ul.sitelinks li > a{
	font-size: 13px;
	font-weight: 500;
}

/*----------------------------------------------------------*/

.loginforms{
	margin: 20px auto;
	background-color: rgba(76,175,227,0.60) !important;
}

.loginforms h2{
	color: #fff !important;
}

.loginforms .ol_login table{
	width: 100%;
	margin: 15px auto 0;
}
.loginforms .ol_login table th{
	width: calc( 100% - 79.28% );
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
.loginforms .ol_login table td{
	width: 79.28%;/*417*/
	padding: 10px 0;
}
.loginforms .ol_login table td input{
	width: 100%;
	height: 44px;
}

.loginforms .ol_login button.loginbtn{
	width: 144px;
	height: 39px;
	margin: 20px auto 0;
	background-color: #0084b5;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: 0;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
