@charset "utf-8";
/* CSS Document */

/* お問い合わせ・ダウンロードページ 個別CSS */


.main {
    width: 1100px;
    background-color: #FFFFFF;
    /*float: left;*/
    /*position: relative;*/
    z-index: 50;
}

.main .cont {
    margin: 50px 50px 100px 80px;
}

.main .cont .speech {
    font-size: 28px;
    font-weight: bold;
    color: #000;
	text-align: center;
	line-height: 30px;
}

.main .cont h2 {
    font-size: 55px;
    font-weight: bold;
    color: #00A0E9;
    margin-bottom: 80px;
}

.main .cont h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.main .cont h4 {
    font-size: 24px;
    font-weight: bold;
    color: #00A0E9;
}
.main .cont .txt22red {
    font-size: 22px;
    font-weight: bold;
    color: #E60012;
    margin-bottom: 30px;
}
.main .cont .txt22bk {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

.main .cont .img-cont {
    text-align: center;
	margin-top: 50px;
    margin-bottom: 30px;
}



/* お問い合わせ・ダウンロードページ コンテンツ内のボタン */

.main .cont .btn500bl a {
    width: 520px;
    padding: 7px 0px;
    margin: 20px 250px 60px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #00A0E9;
	line-height: 32px;
}
.main .cont .btn500bl a:hover {
    width: 520px;
    padding: 7px 0px;
    margin: 20px 250px 60px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    background-color: #00A0E9;
    opacity: 0.6; filter: brightness(110%);
	line-height: 32px;
}

/* 見出し斜線 */

.speech {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #000;
}
