@charset "UTF-8";
/*
Theme Name:
Theme URI:
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

a {
    display: block;
    text-decoration: none;
}

img {
    display: block;
    position: relative;
}


li {
    list-style: none;
}

main {
    position: relative;
}

input,
button,
textarea {
    border: none;
}

section,
footer {
    position: relative;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .1em;
    word-break: break-all;
    line-height: 1.8em;
}

.c {
    text-align: center;
}

p.after {
    margin-top: 1em;
}

.flexbox-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jus-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jus-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jus-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jus-ad {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jus-bn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.al-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.al-e {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

    .pc {
        display: block;
    }
    .pc-in {
        display: inline-block;
    }

    .sp {
        display: none;
    }

    .flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .b {
        font-size: 1.1em;
    }



    .w10 {
        width: 10%;
    }

    .w20 {
        width: 20%;
    }

    .w30 {
        width: 30%;
    }

    .w35 {
        width: 35%;
    }

    .w40 {
        width: 40%;
    }

    .w45 {
        width: 45%;
    }

    .w50 {
        width: 50%;
    }

    .w60 {
        width: 60%;
    }

    .w70 {
        width: 70%;
    }

    .w80 {
        width: 80%;
    }

    .w90 {
        width: 90%;
    }

    .w100 {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .pc,
    .pc-in {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .flexbox-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    p {
        font-size: 15px;
        font-weight: 200;
        letter-spacing: 0;
        line-height: 1.8em;
    }
}





