/*bottom*/
p.lead{
	text-align: center;
	font-size: 2.142em;
	}

#mainimg h2.index_h2{
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

#mainimg_bottom h2.bottom_h2{
	display: block;
	width: calc(100% - 40px);
	height: 80px;
	line-height: 80px;
	color: #ffffff;
	font-size: 2.142em;
	font-weight: normal;
	text-align: center;
	background: #333399;
	margin: 0 auto;
	}

#mainimg_bottom h3.bottom_txt50{
	color: #333399;
	font-size: 3.571em;
	font-weight: normal;
	text-align: center;
	}

.bar_333399{
	border-left: 10px solid #333399;
	background: #d1d4df;
	min-height: 18px;
	padding: 11px 8px;
	font-size: 1.428em;
	display: flex;
	align-items: center;
	}

.box_cccccc{
	border: 1px solid #cccccc;
	padding: 5px 10px;
	}

/*index_contents*/
#index_contents{
	padding: 50px 0 40px;
	background: #333399;
	}

.index_contents_item{
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	background: #d1d4df; /* Old browsers */
	background: -moz-linear-gradient(top,  #d1d4df 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d1d4df 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d1d4df 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d4df', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

.index_contents_item a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	font-size: 2.142em;
	color: #333399;
	text-align: left;
	text-decoration: none;
	padding: 0 10px 0 60px;
	}

.index_contents_item:hover{
	opacity: 0.8;
	}

.index_contents_item a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ffffff;
	filter: drop-shadow(0 3px 3px rgba(51,51,153,0.35));
	}

.index_contents_item a::after{
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	left: 20px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333399;
	border-right: 2px solid #333399;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	}



/*index_bn*/
#index_bn{
	padding: 50px 0 40px;
	background: #d1d4df;
	}

#index_bn .index_bn_item_white{
	width: 500px;
	padding: 20px;
	margin-bottom: 20px;
	background: #ffffff;
	display: flex;
	}

#index_bn .index_bn_item_white img.img_thumbnail{
	width: 120px;
	height: 120px;
	}

#index_bn .index_bn_item_white .item_txt{
	width: calc(100% - 140px);
	margin-left: 20px;
	}

#index_bn .index_bn_item_white a.icon_newwin_blue{
	background-position: right top 5px;
	}

/*index_news*/
#index_news{
	padding: 50px 0;
	}


#index_news table.tbl_news{
	width: 100%;
	margin: 20px 0 0;
	border-spacing: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}

#index_news table.tbl_news th,#index_news table.tbl_news td{
	padding: 10px 0;
	line-height: 180%;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	}

#index_news table.tbl_news th{
	font-weight: normal;
	width: 90px;
	}

#index_news a.btn_333399_arrow{
	width: 550px;
	margin: 20px auto;
	}




/* Media Queries
==========================================================================*/
@media screen and (max-width:1025px) {
.index_contents_item{
	width: calc((100% / 3) - 10px);
	}
#index_bn .index_bn_item_white{
	width: calc(50% - 50px);
	}
}
@media screen and (max-width:999px) {
p.lead{
	text-align: left;
	font-size: 1.666em;
	}

#mainimg_bottom h2.bottom_h2{
	display: block;
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	font-size: 1.666em;
	}

#mainimg_bottom h3.bottom_txt50{
	font-size: 2.5em;
	}

.bar_333399{
	border-left: 5px solid #333399;
	min-height: 26px;
	padding: 2px 35px 2px 4px;
	font-size: 1.25em;
	}

.box_cccccc{
	padding: 2.5px 5px;
	}


/*index_contents*/
#index_contents{
	padding: 10px 0 5px;
	}

.index_contents_item{
	margin-bottom: 5px;
	}


.index_contents_item a{
	font-size: 1.666em;
	text-align: left;
	}

.index_contents_item a::before{
	left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	filter: drop-shadow(0 2px 2px rgba(51,51,153,0.35));
	}

.index_contents_item a::after{
	top: calc(50% - 3px);
	left: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333399;
	border-right: 1px solid #333399;
	}

/*index_news*/
#index_news{
	padding: 20px 0;
	}

#index_news .tab{
	flex-wrap: wrap;
	}

#index_news .tab li:nth-child(odd){
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: 1px solid #cccccc;
	border-right: none;
	width: calc(50% - 1px);
	}
#index_news .tab li:nth-child(even){
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: calc(50% - 2px);
	}
#index_news .tab li:nth-child(n + 5){
	border-bottom: 1px solid #cccccc;
	}
#index_news table.tbl_news th,#index_news table.tbl_news td{
	display: block;
	}

#index_news table.tbl_news th{
	width: calc(100% - 20px);
	border-bottom: none;
	padding: 10px 0 0;
	font-weight: bold;
	}
#index_news table.tbl_news td{
	padding: 0 0 10px;
	}

#index_news a.btn_333399_arrow{
	width: calc(100% - 20px);
	margin: 10px auto;
	}

/*index_bn*/
#index_bn{
	padding: 20px 0 10px;
	}
#index_bn .index_bn_item_white{
	width: calc(100% - 20px);
	padding: 10px;
	background: #ffffff;
	display: flex;
	margin-bottom: 5px;
	}

#index_bn .index_bn_item_white img.img_thumbnail{
	width: 60px;
	height: 60px;
	}
#index_bn .index_bn_item_white .item_txt{
	width: calc(100% - 70px);
	margin-left: 10px;
	}

#index_bn .index_bn_item_white .item_txt p.mgt10{
	margin-top: 0;
	}

/*toggle*/
.toggle_item_wrap{
	position: relative;
	}

.toggle_item{
	display: none;
	}
}