@charset "UTF-8";

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

p {
    font-size: 22px;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #333;
    padding: 30px;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.banner {
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner_top {
    max-width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
}


.contentsCenter {
    text-align: center;
}

.contentsRight {
    text-align: right;
}

.contentsLeft {
    text-align: left;
}

ul {
    list-style-type: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.icm {
    margin: 10px auto;
    width: 800px;
    padding: 30px;
}

.ic {
    margin: auto;
    padding-bottom: 30px;
}

.fsb {
    font-size: 120%;
}

.fsb2 {
    font-size: 200%;
}

.e1 {
    color: #ED1E79;
}

.e2 {
    color: #ff0d4b;
    background: #ffff00;
    font-size: 150%;
}

.e3 {
    background: #ffff00;
}

.e4 {
    font-size: 60%;
}

/* ヘッダー
******************************************************************************/

.header {
    width: 100vw;
    height: 763px;
    background-image: url(../img/header.jpg);
    background-position: center;

}


/* コンテンツ
******************************************************************************/

.contentWrapper {
    width: 900px;
    margin: auto;
    line-height: 0;
    background: none;
    margin-top: 0px;
    padding-bottom: 50px;
}

.contentWrapper2 {
    width: 100vw;
    margin: auto;
    line-height: 0;
    background: #E6E6E6;
    margin-top: 0px;
    padding-bottom: 50px;
}


.btn {
    position: relative;
    top: 530px;
    left: 100px;
    width: 400px;
}

.box_top {
    margin-top: 50px;
}

.box {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box .box-title {
    font-size: 25px;
    background: none;
    padding: 20px;
    text-align: left;
    color: #29ABE2;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.box p {
    padding: 15px 20px;
    margin: 0;
}

.fas {
    padding-right: 10px;
    font-size: 35px;
}


h3 {
    text-align: center;
    line-height: 1.3;
    font-size: 35px;
    color: #666;
    position: relative;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 50px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

h3:before {
    content: '';
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(57, 181, 74), #29ABE2);
    border-radius: 2px;
}

.profile {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-top: 20px;
    background: #ccc;
}


/* リスト
******************************************************************************/

.listw {
    width: 700px;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.list {
    counter-reset: chapter;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.list li {
    margin-bottom: 15px;
    border-radius: 10px;
    padding-bottom: 15px;
    font-size: 12px;
    border-bottom: 1px dashed #cde2e8;
}

.list li:before {
    content: counter(chapter) " 日目";
    counter-increment: chapter;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 50px;
    background: #30b0d8;
    color: #fff;
    font-size: 12px;
    text-align: center;
}



/* フッター
******************************************************************************/

footer {
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}

footer p {
    color: #666;
    font-size: 20px;
}


.privacypolicy {
    margin: auto;
    max-width: 100%;
    width: 640px;
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #333;
    padding: 0 20px 20px;
    margin-bottom: 1em;
}

.privacypolicy .head {
    font-weight: bold;
    padding: 15px 0 10px;
    border-bottom: 1px dashed #b3b3b3;
}

.privacypolicy .body {
    height: 40px;
    overflow-y: scroll;
    line-height: 1.5;
    text-align: left;
    text-align: center;
}

.disabled p {
    font-size: 12px;
    padding: 5px;
}


/* レスポンシブ
******************************************************************************/

/*1000px以下*/

@media only screen and (max-width: 1000px) {
    header img {
        width: 1000px;
        height: 1080px;
        object-fit: cover;
    }

    .brRes {
        display: none;
    }

    .contentWrapper p {
        font-size: 130%;
    }

    h3 {
        font-size: 55px;
    }



}



/* ボタンアニメーション
******************************************************************************/

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 2s linear infinite;
    animation: pulsate-fwd 2s linear infinite;
    width: 500px;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-1-20 17:47:55
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
