@charset "utf-8";
/* -----------------------------------------------
	ホコリの研究
----------------------------------------------- */

#bid_mold #Contents{
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100% auto;
	background-position: 0px 90%;
}
#Contents .sec-1 .fr {
    justify-content: space-between;
    margin-bottom: 50px;
}
#Contents .sec-1 .fr p {
    width: 350px;
	text-align: justify;
}
.text .fr {
    display: flex;
}
#Contents .sec-1 .fr .img {
    width: 305px;
    margin: 0;
}
.sec-visual {
	margin-bottom: 8em;
	display: none;
}
.sec {
    padding-top: 60px;
}
.sec .text {
    max-width: 700px;
    font-size: 90%;
    margin: 0 auto 0;
}
.sec-1 {
	margin-bottom: 4em;
}
.angle-nav{
	padding-right: 1em !important;
	z-index: 1 !important;
	margin-top: 0 !important;
}
/*メニュー色*/

#bid_mold #LocalNavi .bid_mold > a,
#bid_mold01 #LocalNavi .bid_mold01 > a{
    background-color: #FFFFE0;
}
.sec-bg {
	position: relative;
	z-index: 0;
}
.sec-bg img{
	margin-bottom: 20px;
}
.sec-bg .text{
	text-align: center;
}
.sec .text {
    max-width: 42em;
    font-size: 90%;
    margin: 0 auto 60px;
}
#bid_mold .sec .text {
    max-width: 700px;
    margin: 0 auto 60px;
}
.links ul {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 	100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#bid_mold .links ul{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 700px;
}
.links li {
	text-align: center;
}
#bid_mold .links ul li{
	flex: 1;
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
	#bid_mold .links ul{
		justify-content: center;
	}
	#bid_mold .links ul li{
		margin-bottom: 30px;
		flex-basis: 50%;
	}
}

.links li a{
	display: block;
	font-weight: bold;
	text-align:center;
	font-size: 15px;
	color: #4774B9 !important;
	line-height: 1.3;
}
.links li a img{
	display: block;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
