html, body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #575757;
    line-height: 2em;
}

* {
    box-sizing: border-box;
}

.center {
    text-align: center;
}

h1 {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

h2 {
    font-size: 38px;
    color: #222;
    margin-bottom: 50px;
    line-height: 1.6em;
}

h3 {
    font-size: 32px;
    color: #222;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 1.4em;
}

p {
    font-size: 1.2rem;
    line-height: 1.8em;
}

ul {
    padding-left: 1.6rem;
    margin-top: 0px;
}

ul li {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.form {
    max-width: 900px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
/*
.form input {
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 8px 0 0 8px;
    border: 2px solid #4fc3f7;
    width: calc(100% - 120px);
}
*/
.form a {
    font-size: 18px;
    padding: 13px 0px;
    width: 120px;
    text-align: center;
    display: inline-block;
    border-radius: 0 8px 8px 0;
    border: 2px solid #4fc3f7;
    border-left: 0;
    background: #4fc3f7;
    color: #fff;
    font-weight: 500;
}

.form a:hover {
    cursor: pointer;
    opacity: 0.7;
}

input::placeholder {
    opacity: 0.5;
}

header {
    max-width: 1440px;
    padding: 20px 20px 20px;
    margin: auto;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

header .header-copy {
    font-size: 1.2rem;
}

header .header-btn {
    margin-left: auto;
    display: flex;
    column-gap: 15px;
}

header .header-btn a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FF6427;
    border: 2px solid #FF6427;
    text-decoration: none;
}

header .header-btn a:first-child {
    color: #fff;
    background: #FF6427;
}

footer {
    background: #d8dbe1;
    text-align: center;
    padding: 20px;
    font-size: 1rem;
}

article {
    max-width: 1440px;
    margin: auto;
    padding: 0 20px 100px;
}

.column3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.column3 .col {
    background: #F9F9F9;
    text-align: center;
    padding: 20px 20px 30px;
    width: 31%;
}

.column3 .col .title {
    color: #fff;
    background: #FEA700;
    font-size: 26px;
    font-weight: 600;
    padding: 12px;
    margin-bottom: 30px;
}

.column3 img {
    width: 130px;
}

.column3 p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 26px;
}

.column3 p span {
    color: #FF8A02;
    font-size: 1.2em;
}

.entry {
    margin-top: 100px;
}

.entry h2 {
    margin-bottom: 40px;
}

.entry .entry-box {
    margin: auto;
    max-width: 900px;
    padding: 10px 30px 30px;
    border: 8px solid #EEEEEE;
    border-radius: 10px;
}

.entry .rule {
    background: #EEEEEE;
    padding: 20px 30px;
    font-size: 16px;
}

.entry .rule p {
    margin-top: 0;
    text-align: center;
}

table.lottery {
    font-size: 30px;
    font-weight: 600;
    margin: 30px auto 40px;
}

table.lottery td {
    padding: 6px 10px;
    vertical-align: baseline;
}

table.lottery .x1 {
    color: #FEA700;
}

table.lottery .x3 {
    color: #FE9800;
}

table.lottery .x4 {
    color: #FE6B00;
}

table.lottery .x5 {
    color: #FF290C;
}

table.lottery .x1 span {
    font-size: 1.25em;
}

table.lottery .x3 span {
    font-size: 1.5em;
}

table.lottery .x4 span {
    font-size: 1.75em;
}

table.lottery .x5 span {
    font-size: 2em;
}

.lc_detail {
    margin-top: 110px;
    background: #F9F9F9;
    padding: 50px;
}

.lc_detail table {
    width: fit-content;
    border: none;
    margin: 20px auto auto;
    font-size: 18px;
    border-collapse: collapse;
}

.lc_detail table th {
    font-weight: 600;
    text-align: center;
    padding: 14px 15px;
    width: 8em;
    border-bottom: 1px solid #ccc;
}

.lc_detail table td {
    padding: 14px 15px;
    border-bottom: 1px solid #ccc;
}

.host {
    margin: 120px auto;
    max-width: 600px;
}

.host .img {
    margin-bottom: 20px;
}

.host .desc {
    font-size: 18px;
}

.lc-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    padding-top: 30px;
}

.lc-intro .img {
    width: 25%;
}

.lc-intro .desc {
    width: 70%;
    font-size: 18px;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    h1 {
        margin-top: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 1.4em;
    }
    p {
        font-size: 0.9rem;
    }
    ul li {
        font-size: 14px;
    }
    .sp-left {
        text-align: left;
    }
    /*
    form input {
        font-size: 18px;
        padding: 15px 20px;
        width: calc(100% - 80px);
    }
    */
    form a {
        font-size: 16px;
        padding: 14px 0px;
        width: 80px;
        border-radius: 0 8px 8px 0;
    }
    header {
        padding: 15px 20px 12px;
        column-gap: 10px;
    }
    header .header-logo img {
        width: 80px;
    }
    header .header-copy {
        display: none;
    }
    header .header-btn {
        column-gap: 10px;
    }
    header .header-btn a {
        display: inline-block;
        padding: 7px 15px;
    }
    article {
        max-width: 1440px;
        margin: auto;
        padding: 0 20px 100px;
    }
    .column3 {
        row-gap: 20px;
        margin-top: 40px;
    }
    .column3 .col {
        padding: 15px 15px 20px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .column3 .col .title {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 15px;
        width: 100%;
    }
    .column3 img {
        width: 60px;
        height: auto;
    }
    .column3 p {
        font-size: 18px;
        margin: 0;
        text-align: left;
        padding-left: 15px;
        width: calc(100% - 60px);
    }
    .entry {
        margin-top: 70px;
    }
    .entry h2 {
        margin-bottom: 30px;
    }
    .entry .entry-box {
        padding: 15px 15px;
        font-size: 16px;
        border: 4px solid #EEEEEE;
        border-radius: 8px;
    }
    .entry .rule {
        padding: 20px 15px;
        font-size: 14px;
    }
    table.lottery {
        font-size: 20px;
        margin: 30px auto 30px;
        width: 100%;
        line-height: 1em;;
    }
    table.lottery td {
        padding: 4px 0px;
        width: 100%;
        display: block;
        text-align: center;
    }
    table.lottery tr td:first-child {
        border-top: 1px solid #ccc;
        padding-top: 18px;
    }
    table.lottery tr td:last-child {
        padding-bottom: 18px;
    }
    table.lottery img {
        transform: rotate(90deg);
        height: 35px;
        width: 24px;
    }
    table.lottery .x1 span {
        font-size: 1.25em;
    }
    table.lottery .x3 span {
        font-size: 1.5em;
    }
    table.lottery .x4 span {
        font-size: 1.75em;
    }
    table.lottery .x5 span {
        font-size: 2em;
    }
    .lc_detail {
        margin-top: 60px;
        padding: 25px 20px;
    }
    .lc_detail b {
        font-size: 18px;
    }
    
    .lc_detail table {
        font-size: 16px;
    }
    
    .lc_detail table th {
        padding: 10px 0px 0;
        width: 100%;
        display: block;
        font-size: 15px;
        text-align: left;
        border-bottom: none;;
    }
    
    .lc_detail table td {
        padding: 6px 0px 10px;
        font-size: 15px;
        line-height: 1.6em;
        width: 100%;
        display: block;
    }
    
    .host {
        margin: 60px auto;
        max-width: 600px;
    }
    
    .host .img {
        margin-bottom: 20px;
    }
    
    .host .desc {
        font-size: 15px;
    }
    
    .lc-intro {
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .lc-intro .img {
        width: 40%;
        margin-bottom: 25px;
    }
    
    .lc-intro .desc {
        width: 100%;
        font-size: 15px;
    }
}