﻿/* トップ画面 */
body {
    background-color: #F2FAF9;
}

/* コンバージョンボタン */
.pt_top_convBtnArea {
    height: 88px;
}

@media (min-width: 760px) {
    .pt_top_convBtnArea {
        height: 104px;
    }
}

.pt_top_convBtn {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px 0;
    background-color: rgba(255, 255, 255, 0.8);
    ;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

@media (min-width: 760px) {
    .pt_top_convBtn {
        padding: 24px 0;
    }
}

@media (min-width: 760px) {
    .pt_top_contArea {
        max-width: 1040px;
        padding: 0 20px;
        margin: 0 auto;
    }
}

.pt_top_img {
    width: 100%;
}

/* 応募要項 */
.pt_top_appArea {
    background-color: #FFFFFF;
}

.pt_top_app {
    padding: 40px 20px;
}

@media (min-width: 760px) {
    .pt_top_app {
        max-width: 1040px;
        padding: 64px 20px;
        margin: 0 auto;
    }
}

.pt_top_app_ttl {
    padding: 12px 0;
    border-top: 2px solid #585858;
    border-bottom: 2px solid #585858;
}

.pt_top_app_listArea {
    padding-top: 32px;
}

@media (min-width: 760px) {
    .pt_top_app_listArea {
        padding-top: 40px;
    }
}

/* 応募資格 など */
.pt_top_app_itemArea {
    padding-top: 32px;
}

@media (min-width: 760px) {
    .pt_top_app_itemArea {
        padding-top: 40px;
    }
}

.pt_top_app_item+.pt_top_app_item {
    padding-top: 32px;
}

@media (min-width: 760px) {
    .pt_top_app_item+.pt_top_app_item {
        padding-top: 40px;
    }
}

.pt_top_app_item_content {
    padding-top: 8px;
}

.pt_top_app_item_prizeArea+.pt_top_app_item_prizeArea {
    padding-top: 24px;
}

@media (min-width: 760px) {
    .pt_top_app_item_prize {
        padding-top: 3px;
        padding-bottom: 2px;
    }
}

/* お問い合わせ先 */
.pt_top_contactArea {
    padding: 32px 20px 16px;
    background-color: #F2FAF9;
}

@media (min-width: 760px) {
    .pt_top_contactArea {
        padding: 40px 0 24px;
    }
}

@media (min-width: 760px) {
    .pt_top_contact {
        max-width: 1040px;
        padding: 0 20px;
        margin: 0 auto;
    }
}

.pt_top_contact_company {
    padding-top: 16px;
}

@media (min-width: 760px) {
    .pt_top_contact_company {
        padding-top: 24px;
    }
}

.pt_top_contact_addr {
    padding-top: 4px;
}

@media (min-width: 760px) {
    .pt_top_contact_addr {
        padding-top: 8px;
    }
}

.pt_top_contact_btn {
    width: 252px;
    margin: 0 auto;
    padding-top: 16px;
}

@media (min-width: 760px) {
    .pt_top_contact_btn {
        padding-top: 24px;
    }
}

.pt_top_contact_bus {
    padding-top: 24px;
}

@media (min-width: 760px) {
    .pt_top_contact_bus {
        padding-top: 32px;
    }
}