@charset "UTF-8";
.Page_title.disclosure-title{
    background-image: url(../images/head.jpg);
    background-size: cover;
}
.disclosure-header{
	padding: 15px 0;
	line-height: 1.3;
}
.index-square{
	margin: 0px auto;
	width: 80%;
	padding: 30px;
}
.index-square .explanatory-text{
	font-size:2.4rem;
	line-height: 1.5;
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
}
.background-color{
	background-color:#f2f4f5;
	margin-left:-10px;
	margin-right:-10px;
}
.circle-squere{
	text-align: center;
}
.circle-index{
	width: 60%;
	display: inline-block;
	background-color: black;
	color: white;
	text-decoration: none !important;
	padding: 20px 50px;
	text-decoration:none;
	margin-bottom:20px;
	position:relative;
}
.circle-index:hover,.circle-index:visited{
	color: white;
	opacity:0.1
}
.circle-index:after{
	font: normal normal normal 14px / 1 FontAwesome;
	position: absolute;
	top: 50%;
	right: .5em;
	content: '\f105';
	width: 10px;
	height: 14px;
	border-radius: 100%;
	font-weight: bold;
	margin-top: -7px;
}
.index-square-20{
	margin: 20px auto;
	width: 60%;
}
.font-size-b{
	font-size: 2rem;
	font-weight: bold;
    font-family: Noto Sans JP, sans-serif;
}
.left-space{
	width: 60%;
	margin: 0 auto;
	padding-bottom:20px;
	font-family: Noto Sans JP, sans-serif;
}
.square-title{
	font-size: 2.5rem;
	font-weight: bold;
	font-family: "Noto Sans JP, sans-serif";
	position:relative;
}
.square-title:after{
	background-color:#ff2c1e;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 40px;
}
.color-white{
	color:white;
}
.link-space:hover,.link-space:visited{
	opacity:0.1
}
.index-height{
	padding:20px;
}
.square_link_border{
	padding:0;
	border:2px #0c489b solid;
	margin:20px 0;
	text-align:center;
}
.square_link{
	padding:20px;
	display:block;
	height:100%;
	width:100%;
}
.square_link_border:hover{
	background-color:#0c489b;
}
.square_link:hover{
	text-decoration:none;
	color:white;
}

/*更新日上タイプ*/
.data_area_text{
    width: 30%;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: Noto Sans JP, sans-serif;
    margin-bottom:0 !important; 
    margin-top: 10px;
}
.top_spacing{
	margin-top:0 ;	
}


