@charset "utf-8";

/*
========== CSS of CONTENTS ==========

Created:
Modified:

1:base
2:header
3:contents
4:footer
5:others

========== /CSS of CONTENTS ==========
*/

/* 1:base
   --------------------------------------------- */
html {
    font-size: 62.5%;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
section,
div,
p,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style-type: none;
}
a {
    color: #0080c6;
}

@media (min-width: 768px) {
    .modImgOver:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        zoom: 1;
    }
}

body {
    margin: 0;
    background: #fff;
    text-align: left;
    font-size: 1.4rem;
    font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
        メイリオ, sans-serif;
    color: #484848;
}

.is-sp {
    display: block;
}
.is-pc {
    display: none;
}
img {
    width: 100%;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .is-sp {
        display: none;
    }
    .is-pc {
        display: block;
    }
    img {
        width: auto;
        vertical-align: top;
    }
}

.taC {
    text-align: center;
}

.with_indent {
    padding-left: 1em;
    text-indent: -1em;
    list-style-position: inside;
}

/* 3-1:mv
   --------------------------------------------- */
@media (min-width: 768px) {
    .mv {
        min-width: 1000px;
        margin-bottom: 30px;
        background: url(../images/pc/mv_bg.png) no-repeat center top;
    }
    .mv_ttl {
        width: 1000px;
        margin: 0 auto;
        padding-top: 40px;
    }
}

/* 3-2:follow
   --------------------------------------------- */
.follow {
    position: relative;
    z-index: 999;
}
.follow_btn > a {
    display: block;
    width: 16.88vw;
    position: fixed;
    top: 46.88vw;
    right: 0;
}
@media (min-width: 768px) {
    .follow {
        width: 1280px;
        min-width: 1280px;
        margin: 0 auto;
    }
    .follow_btn > a {
        width: 176px;
        top: 40px;
        right: calc((100% / 2) - 640px);
    }
    /*.follow_btn {
    position:fixed;
    top: 10px;
    width:1280px;
  }
  .follow_btn > a {
    display:block;
    width: 176px;
    float:right;
    margin-right: 10px;
  }*/
}

/* 3-3:join
   --------------------------------------------- */
.join {
    position: relative;
    z-index: 2;
    margin: 0 20px -5vw;
}
.join.pattern02 {
    margin-bottom: 20px;
}
.join_txt01 {
    margin-bottom: 20px;
}
.join_btn {
    margin-bottom: 8px;
    text-align: center;
}
.join_btn > a {
    display: block;
    padding: 12px 0;
    background-color: #e86d78;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
}
.join_txt02 {
    text-align: center;
    font-size: 1rem;
    color: #231815;
}
@media (min-width: 768px) {
    .join {
        max-width: 1280px;
        min-width: 1000px;
        margin: 0 auto;
    }
    .join.pattern02 {
        margin-bottom: 30px;
    }
    .join_txt01 {
        width: 583px;
        margin: 0 auto 25px;
    }
    .join_btn {
        width: 400px;
        margin: 0 auto 15px;
    }
    .join_btn > a {
        padding: 15px 0;
        border-radius: 50px;
        font-size: 20px;
    }
    .join_txt02 {
        font-size: 12px;
    }
}

/* 3-4:sec01
   --------------------------------------------- */
.sec01 {
    background-color: #fff0f1;
}
.sec01_ttl {
    margin-bottom: 15px;
}
.sec01 > div {
    margin: 0 10px;
}
.sec01_txt {
    padding-bottom: 15px;
    font-size: 1.6rem;
    color: #333;
}
.sec01_txt > p:first-child {
    margin-bottom: 30px;
}
.sec01_txt > p:nth-child(2) {
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .sec01 {
        position: relative;
        max-width: 1280px;
        min-width: 1000px;
        margin: -25px auto 0;
        padding: 50px 0 70px;
        background-image: url(../images/pc/sec01_bg01.png),
            url(../images/pc/sec01_bg02.png);
        background-size: 1280px 246px, 1280px 246px;
        background-position: top center, bottom center;
        background-repeat: no-repeat no-repeat;
    }
    .sec01_ttl {
        width: 464px;
        margin: 0 auto 25px;
    }
    .sec01_txt {
        width: 640px;
        margin: 0 auto 25px;
        font-size: 20px;
    }
}

/* 3-5:sec02
   --------------------------------------------- */
.sec02 {
    margin-bottom: 15px;
    background-color: #fff;
}
.sec02_ttl {
    margin-bottom: 25px;
}
.sec02 > div {
    padding: 0 10px;
}
.sec02_txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: #333;
}
.sec02_list {
    padding: 20px 10px 30px;
    background-color: #fff4e6;
    border-radius: 0 0 25px 25px;
}
.sec02_list > li:not(:last-child) {
    margin-bottom: 30px;
}
.sec02_list > li > dl > dt {
    margin-bottom: 10px;
}
.sec02_list > li > dl > dd {
    line-height: 1.7;
    font-size: 1.6rem;
    color: #333;
}
.sec02_list > li > dl > dd > p:not(:first-child) {
    margin-top: 15px;
}
.sec02_list > li > dl > dd > small {
    display: block;
    margin-top: 15px;
    line-height: 1.2;
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .sec02 {
        position: relative;
        z-index: 2;
        max-width: 1280px;
        min-width: 1000px;
        margin: 0 auto;
        padding: 20px 0 70px;
        background-color: transparent;
    }
    .sec02_ttl {
        width: 366px;
        margin: 0 auto 25px;
    }
    .sec02_txt {
        width: 640px;
        margin: 0 auto 25px;
        font-size: 20px;
    }
    .sec02_sttl {
        width: 640px;
        margin: 0 auto;
    }
    .sec02_list {
        width: 640px;
        margin: 0 auto;
        padding: 20px 20px 40px;
        border-radius: 0 0 20px 20px;
    }
    .sec02_list > li > dl > dd {
        font-size: 20px;
    }
    .sec02_list > li > dl > dd > small {
        font-size: 16px;
    }
}

/* 3-6:sec03
   --------------------------------------------- */
.sec03 {
    background-color: #fff;
}
.sec03_ttl {
}
.sec03 > div {
    padding: 0 10px;
    background-color: #e2e9fb;
}
.sec03_list {
    padding-bottom: 25px;
}
.sec03_list > li {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
}
.sec03_list > li:not(:last-child) {
    margin-bottom: 25px;
}
.sec03_list > li > dl > dt {
    margin-bottom: 10px;
}
.sec03_list > li > dl > dd {
    line-height: 1.7;
    font-size: 1.6rem;
    color: #333;
}
.sec03_list > li > dl > dd > p:not(:first-child) {
    margin-top: 15px;
}
.sec03_list > li > dl > dd > small {
    display: block;
    margin-top: 15px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
    font-size: 1.1rem;
}
.sec03_list > li > dl > dd > small:last-child {
    margin-top: 5px;
}
@media (min-width: 768px) {
    .sec03 {
        position: relative;
        max-width: 1280px;
        min-width: 1000px;
        margin: -90px auto 0;
        padding: 30px 0 120px;
        background-color: transparent;
        background-image: url(../images/pc/sec03_bg01.png),
            url(../images/pc/sec03_bg02.png);
        background-size: 1280px 246px, 1280px 246px;
        background-position: top center, bottom center;
        background-repeat: no-repeat no-repeat;
    }
    .sec03_ttl {
        width: 146px;
        margin: 0 auto 25px;
    }
    .sec03_list {
        width: 640px;
        margin: 0 auto;
    }
    .sec03_list > li {
        padding: 25px 20px 30px;
    }
    .sec03_list > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .sec03_list > li > dl > dd {
        font-size: 20px;
    }
    .sec03_list > li > dl > dd > small {
        font-size: 16px;
    }
}

/* 3-7:message
   --------------------------------------------- */
@media (min-width: 768px) {
    .message {
        position: relative;
        max-width: 1280px;
        min-width: 1000px;
        margin: -75px auto 0;
        text-align: center;
    }
}

/* 3-8:summary
   --------------------------------------------- */
.summary_txt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}
.summary_inner {
    height: 300px;
    margin: 0 20px 30px 20px;
    padding: 15px 10px;
    border: 1px #e8e8e8 solid;
    border-radius: 7px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
    word-break: break-all;
}
/*スクロールバーの横幅指定*/
.summary_inner::-webkit-scrollbar {
    width: 12px;
}
/*スクロールバーの背景色・角丸指定*/
.summary_inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.summary_inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #999;
}
.summary_inner > h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
}
.summary_inner_txt01 {
    margin-bottom: 20px;
}
.summary_inner > p,
.summary_inner > ul {
    font-size: 1rem;
}
.summary_inner > ul > li:not(:first-child) {
    margin-top: 20px;
}
.summary_inner > ul > li > h4 {
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: bold;
}
.summary01 .summary_inner > ul > li > ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.summary02 .summary_inner > h3 + p {
    margin-bottom: 15px;
}
.summary_inner_txt02 {
    margin-top: 20px;
}
.summary_inner_txt03 {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .summary {
        max-width: 1280px;
        min-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }
    .summary.summary01 {
        margin: -130px auto 0;
    }
    .summary_ttl {
        margin-bottom: 15px;
    }
    .summary_txt {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .summary_inner {
        width: 1000px;
        height: 330px;
        margin: 0 auto 40px;
        padding: 25px;
    }
    .summary_inner > h3 {
        font-size: 22px;
    }
    .summary_inner > p,
    .summary_inner > ul {
        font-size: 14px;
    }
    .summary_inner > ul > li > h4 {
        font-size: 14px;
    }
}

/* 4:footer
   --------------------------------------------- */
footer {
    min-width: auto;
    padding: 15px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    margin-top: 30px;
}

.footerPageTop {
    display: block;
    padding-top: 12px;
    margin-bottom: 8px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    position: relative;
}

.footerPageTop::before {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    border-bottom: 6px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
}

footer small {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    footer {
        min-width: 1000px;
        padding: 15px 0 40px;
        background: #fff;
        text-align: center;
        color: #999;
    }

    .footerPageTop {
        display: none;
    }

    footer small {
        font-size: 12px;
    }
}
