@charset "UTF-8";
/* CSS Document */
.desc a {
    color: #000;
}
.bg--white {
    background-color: #fff;
}
.bg--white header,
.bg--white footer {
    background-color: #000;
    color: #fff;
}
.flex_box {
    display: flex;
    align-items: center;
}
.flex_wrap {
    flex-wrap: wrap; 
    display: flex;
}
.col_2 > * {
    width: 100%;
}
.page_width {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}
main #section01 #pankuzu {
    font-size: 12px;
    text-align: left;
    letter-spacing: 6px;
    font-weight: normal;
}
main #section01 p {
    padding-top: 65px;
    color: #000;
    text-align: left;
}
main #section01 p a {
    color: #000;
}
main #section01.sec_01 {
    height: auto;
}
main #section02.sec_02 {
    background-color: #fff;
    padding: 100px 0;
}

main #section02 h2 {
    text-align: center;
    letter-spacing: .8rem;
    position: relative;
    font-size: 20px;
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.content_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 8px;
}
.desc
 {
    font-size: 14px;
    line-height: normal;
}
.content_head {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}
.entry_info_sec {
    font-size: 14px;
    line-height: 2;
    margin-top: 60px;
}
.entry_info_sec a {
    color: #000;
}
.info_wrapper {
    background-color: #ececec;
    padding: 14px;
}
.info_wrapper:nth-child(even) {
    background-color: #fff;
}
.info_head {
    width: 20%;
    font-weight: bold;
    text-align: center;
    margin-right: 5%;
    min-width: 80px;
}
.info_body {
    width: 80%;
    line-height: 1.6;
}

@media screen and (min-width: 600px) {

    main #section02 h2 {
        font-size: 50px;
    }
    .col_2 > * {
        width: calc(100% / 2);
    }
    main #section02.sec_02 {
        background-color: #fff;
        padding: 200px 15px;
    }
    span.text_indent {
        text-indent: 40px;
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    .page_width {
        padding: 0 40px;
    }
    main #section01 #pankuzu {
        font-size: 18px;
    }
    main #section01 p {
        padding-top: 65px;
    }
    main #section02.sec_02 {
        padding: 200px 0px 170px;
    }
    main #section02 h2 {
        font-size: 50px;
    }
    .content_head {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 50px;
    }
    .content_title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 40px;
        padding-bottom: 8px;
    }
    .desc,
    .desc_list {
        font-size: 16px;
        line-height: normal;
    }
    .col_2 > * {
        width: calc(100% / 2);
    }
    .entry_info_sec {
        font-size: 16px;
    }
    .info_head {
        margin-right: auto;
    }

}
