@charset 'utf-8';

/* - .campaign-main-content
 ------------------------------------------------------------ */

.campaign-main-content .contents > p > b {
    font-weight: bold;
    color: #f16e51;
}
.campaign-main-content .contents a:hover,
.campaign-main-content .about-hapa a:hover {
    text-decoration: underline;
}
.campaign-main-content .contents a.btn:hover {
    text-decoration: none;
}

.campaign-main-content .rewrite {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1em;
    font-size: 14px;
}
.rewrite .fl-container {
    display: -webkit-flex;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.rewrite .fl-container a {
    font-size: inherit;
    margin: 1em .5em .5em;
    max-width: 300px;
    width: 90%;
}

/* - header
 ------------------------------------------------------------ */

.campaign-main-content .headline {
    position: relative;
    margin: 0 auto 2em;
    /* background-image: url(../images/main.jpg); */
    /* min-height: 350px; */
    /* background-repeat: no-repeat; */
    width: 100%;
    /* background-size: cover; */
}
.campaign-main-content .headline:hover {
    opacity: .9;
}
#rewrite-request-button {
    font-size: inherit;
    position: absolute;
    right: 0;
    bottom: -1em;
    left: 0;
    max-width: 300px;
    margin: auto;
}


/* - contents
 ------------------------------------------------------------ */
.campaign-main-content .contents {
}
.campaign-main-content .contents .rewrite-tutor {
    font-weight: normal;
    line-height: 1.2em;
    margin: 2em 0 1em;
}
.campaign-main-content .contents {
    border: 2px solid #ddd;
    background: #fff;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}
.campaign-main-content .contents .expl h2 {
    font-size: 1.5em;
    margin: 0 0 .5em;
}
.campaign-main-content .contents .expl h3:not(.option-title) {
    font-size: 1.2em;
    margin: 0 auto 1em;
    border-bottom: 1px dotted #bbb;
    padding: 0 0 1em;
}
.campaign-main-content .contents .expl h4 {
    font-size: 1.1em;
    line-height: 3.6;
    text-align: center;
}
.campaign-main-content .contents .expl p {
    font-size: 1em;
    line-height: 1.6;
}
.campaign-main-content .option .inner {
    padding: 10px;
    border: 1px solid #ccc;
}

.campaign-main-content .option-title {
    font-size: 20px;
    display: block;
    width: 90%;
    margin: 7px auto;
    padding: 5px;
    color: #fff;
    border-radius: 18px;
    background-color: #12c3b9;
    text-align: center;
}
.campaign-main-content .option:first-of-type .option-title {
    background-color: #628ac7;
}
.campaign-main-content .option:nth-of-type(2) .option-title {
    background-color: #6ec322;
}
.campaign-main-content .option-text {
    font-size: 18px;
    line-height: 1.4em;
    margin: .5em 0;
    text-align: center;
}
.campaign-main-content .option-text b {
    font-size: 25px;
}
.campaign-main-content .option:first-of-type .option-text {
    color: #628ac7;
}
.campaign-main-content .option:nth-of-type(2) .option-text {
    color: #6ec322;
}

.campaign-main-content .sample {
    width: 100%;
    border-top: 1px dotted #bbb;
    margin: 1em auto;
    padding: 2em 0 0 0;
}
.campaign-main-content .sample p {
    font-size: .8em;
    line-height: 1.2;
    margin: 1em 0 0 0;
    color: #777;
}

.sample-img {
    width: 200px;
    padding: 1em;
    border: 1px solid #dedede;
}

.rewrite-tutor {margin: 2em 0;max-width: 880px;width: 100%;margin: 0 auto;}
.rewrite-tutor h3 {margin: 2em .5em 1em;}
.rewrite-tutor-list {
    margin: 1em 0;
    align-items: flex-start;
    flex-wrap: wrap;
    /*
    justify-content: flex-start;
    */
    justify-content: center;
}
.rewrite-tutor-list .tutor-item {
    display: block;
    padding: 1em;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
}
.rewrite-tutor-list .tutor-item-inner {
    /* padding: 10px; */
}
.rewrite-tutor-list .tutor-image img {
    width: 120px;
    height: 120px;
}
.rewrite-tutor-list .tutor-name {
    font-size: 15px;
    font-weight: bold;
    margin: .5em 0;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
}

.campaign-main-content .btn-wrapper {
    display: flex;
    margin: 2em;
}
.campaign-main-content .btn-wrapper .btn {
    margin: 0 5px;
}

/* - footer
 ------------------------------------------------------------ */

.campaign-main-content .hapa a {
    font-weight: bold;
    margin: 1em 0 .5em;
}
.campaign-main-content .hapa h2 {
    line-height: 1.2;
    margin: .5em 0 .8em;
    border-bottom: 1px dotted #bbb;
    padding: 0 0 1em;
}
.campaign-main-content .hapa p {
    font-size: 1.05em;
    line-height: 1.7;
    margin: 1em 0;
}
.campaign-main-content .hapa p:lang(ja) {
}
.campaign-main-content .hapa {
    position: relative;
    border-top: 1px solid #dedede;
    background-color: #fff;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    margin: 2em auto 0;
}

.top20 {
    float: left;
    width: 320px;
    margin: 0 1em 1em 0;
    padding: .5em;
    border: 1px solid #ccc;
    /* background-color: #fff; */
}



/* - social
 ------------------------------------------------------------ */

.twitter-share-button {
    width: 74px!important;
}

#socialIcon {
    min-width: 350px;
    max-width: 400px;
    margin: 20px auto;
    padding: 14px 20px 10px 0;
    text-align: center;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

#socialIcon .twitter-share-button {
    display: inline-block;
}

#socialIcon .fb-like {
    position: relative;
    top: -6px;
    display: inline-block;;
}

/* - ## x >= 540px
 ------------------------------------------------------------ */

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


/* - ## x >= 569px / 35.5625em sm
 ------------------------------------------------------------ */

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


/* - ## x >= 769px / 48.0625em md
 ------------------------------------------------------------ */

@media screen and (min-width:769px) {
    .rewrite-tutor h3 {
        text-align: center;
        font-size: 1.3em;
    }
    .campaign-main-content .hapa {
        padding: 4em;
    }
    .campaign-main-content .hapa h2 {
        text-align: center;
        font-size: 1.55em;
    }
    .campaign-main-content .expl h2, .campaign-main-content .expl h3 {
        text-align: center;
    }
    .campaign-main-content .contents .expl p {
        font-size: 1.15em;
        padding: 1em;
    }
    .campaign-main-content .contents {
        padding: 4em;
    }
}


/* - ## x >= 800
 ------------------------------------------------------------ */

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


/* - ## x >= 1025px / 64.0625em lg
 ------------------------------------------------------------ */

@media screen and (min-width:1025px) {
    .campaign-main-content .contents .expl p {
        font-size: 1.2em;
        line-height: 1.6;
    }
}


/* - ## x >= 1281px / 80.0625em
 ------------------------------------------------------------ */

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