@charset "utf-8";
/* CSS Document */

/* クリーンルームでの導入実績ページ 個別CSS */

.main {
    width: 1100px;
    background-color: #FFFFFF;
    /*float: left;*/
    /*position: relative;*/
    z-index: 50;
}
.main .top-img {
    margin-bottom: 100px;
    background-color: #FFFFFF;
}
.main .cont {
    margin: 20px 50px 100px 80px;
}
.main .cont h2 {
    font-size: 40px;
    font-weight: bold;
    color: #00A0E9;
    line-height: 48px;
    margin: 54px 0 20px;
}
.mainvisual {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}

.main .cont p {
    font-size: 18px;
	padding-left: 43px;
	margin-top: 22px;
}

.main .contbox {
	position: relative;
}

.main .cont .contbox h4 {
    font-size: 30px;
    font-weight: bold;
    color: #00A0E9;
    margin-bottom: 0px;
}

.main .cont .sub_hd {
	font-size: 20px;
    font-weight: bold;
	float: left;
	margin: 20px 0;
}

.main .cont .sub_box {
	float: left;
	margin-top: 30px;
	margin-bottom: 60px;
}

/* クリーンルームでの導入実績ページ ボタンCSS */

.main .cont .btnbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;	
}

.main .cont .menu_btn a {
    width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 60px 40px 40px 13px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #00A0E9;
}

.main .cont .menu_btn a:hover {
    width: 400px;
    float: left;
    padding: 5px 0px 5px;
    margin: 60px 40px 40px 13px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #F39800;
}
	
.main .cont .btn430 a {
    width: 430px;
    float: left;
    padding: 5px 0px;
    margin: 60px 0 100px 270px;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #00A0E9;
}

.main .cont .btn430 a:hover {
    width: 430px;
    float: left;
    padding: 5px 0px;
    margin: 60px 0 100px 270px;
    text-align: center;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    background-color: #F39800;
}