em {
    font-style: normal;
}

body {
    line-height: normal;
}

@media only screen and (max-width: 640px) {
    .br-pc {
        display: none;
    }
}

.br-sp {
    display: none;
}

@media only screen and (max-width: 640px) {
    .br-sp {
        display: block;
    }
}

.main {
    line-height: 1;
}

.section {
    padding: 6px 0 70px;
    position: relative;
    border-top: 3px solid #be8844;
}

@media only screen and (max-width: 640px) {
    .section {
        padding-bottom: 0;
        border-top-width: 1px;
    }
}

.section::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    height: 6px;
    background: #be8844;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    .section::before {
        top: 2px;
        height: 3px;
    }
}

.section::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #FFF;
    z-index: 1;
}

@media only screen and (max-width: 640px) {
    .section::after {
        height: 1px;
    }
}

.section:first-of-type {
    border: none;
}

.section:first-of-type::before {
    content: none;
}

.section:first-of-type::after {
    content: none;
}

.section--cash {
    background: url(../images/bg_cash.png) no-repeat center;
    background-size: cover;
}

.section--cash::after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 640px) {
    .section--cash {
        background: url(../images/bg_cash-sp.png) no-repeat left top;
    }
}

.section--report {
    background: url(../images/bg_top_report.jpg) no-repeat center;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .section--report {
        background: url(../images/bg_top_report-sp.jpg) no-repeat center;
    }
}

.section--support {
    background: #faf9f6;
}

.section__inner {
    width: 1010px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    padding: 60px 10px 0;
}

@media only screen and (max-width: 640px) {
    .section__inner {
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .section__inner {
        padding: 20px 0 0;
    }
}

.section__inner--cash {
    padding-top: 150px;
}

@media only screen and (max-width: 640px) {
    .section__inner--cash {
        padding: 20px 0;
    }
}

.section__header {
    text-align: center;
}

.section__header__head {
    margin-top: 5px;
    font-size: 36px;
    color: #e4007f;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .section__header__head {
        font-size: 18px;
    }
}

.section__header--cash {
    float: left;
}

@media only screen and (max-width: 640px) {
    .section__header--cash {
        float: none;
    }
}

.section__header__en {
    text-align: center;
}

.section__header__en img {
    line-height: 1;
}

@media only screen and (max-width: 640px) {
    .section__header__en {
        margin: auto;
    }

    .section__header__en img {
        width: 100%;
    }

    .section__header__en--char {
        width: 59px;
    }

    .section__header__en--cash {
        width: 55px;
    }

    .section__header__en--report {
        width: 79px;
    }

    .section__header__en--faq {
        width: 26px;
    }

    .section__header__en--support {
        width: 100px;
    }
}

.section__contents {
    margin-top: 60px;
}

@media only screen and (max-width: 640px) {
    .section__contents {
        margin-top: 20px;
    }

    .section__startAction {
        background-color: #f9f8f4;
        padding: 15px 0 30px;
        margin-top: 30px;
    }
}

.visual {
    padding: 100px 0 135px;
    background: #fff url(../images/top_visual.png) center -10px no-repeat;
    font-size: 0;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .visual {
        min-height: 0;
        padding: 35px 25px 5px;
        background: no-repeat #fff url(../images/top_visual-sp.jpg) center bottom;
        background-size: 100% auto;
    }
}

@media screen and (min-width: 460px) {
    .visual {
        background-position: center top;
    }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .visual {
        background-position: center 20%;
    }
}

.visual__catch {
    margin: -0.25em 0 29.5px;
    color: #e4007f;
    font-size: 42px;
    line-height: 1.5;
}

@media only screen and (max-width: 640px) {
    .visual__catch {
        font-size: 16px;
        text-align: center;
        margin: 0 -25px 20px;
        position: relative;
        top: -10px;
    }

    .visual__catch br {
        display: block;
    }
}

.visual__desc {
    margin: -0.3em 0 60px;
    font-size: 20px;
    line-height: 1.6;
}

.visual__desc__emphasis {
    color: #e4007f;
    font-size: 28px;
}

@media only screen and (max-width: 640px) {
    .visual__desc__emphasis {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    .visual__desc {
        font-size: 10px;
    }
}

.visual__action {
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .visual .visual__action {
        display: none;
    }
}

.visual__policy {
    margin-top: 12px;
    color: #737271;
    font-size: 11px;
}

@media only screen and (max-width: 640px) {
    .visual .visual__policy {
        display: none;
    }
}

.visual__policy__link {
    display: inline-block;
    margin-right: 50px;
}

.visual__policy__text {
    display: inline-block;
}

.visual__policy__item {
    padding-bottom: 1px;
    border-bottom: 2px solid #cecece;
}

@media only screen and (max-width: 640px) {
    .visual__policy__link {
        display: block;
        margin-right: 0px;
    }

    .visual__policy__text {
        display: block;
        margin: 10px;
    }
}

.visual__img--sp {
    width: 100%;
}

.charaMain__item {
    margin-top: 6px;
    position: relative;
    font-size: 0;
}

@media only screen and (max-width: 640px) {
    .charaMain__item {
        margin-top: 15px;
    }
}

.charaMain__item:first-child {
    margin-top: 0;
}

.charaMain__detail {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    margin-right: 50px;
}

@media only screen and (max-width: 640px) {
    .charaMain__detail {
        display: block;
        width: auto;
        margin-right: 0;
    }
}

.charaMain__head {
    font-size: 20px;
    color: #be8844;
    position: relative;
    padding-left: 50px;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .charaMain__head {
        font-size: 12px;
        text-align: center;
        padding-left: 0;
    }
}

.charaMain__head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 640px) {
    .charaMain__head::before {
        content: none;
    }
}

.charaMain__head--first::before {
    background: url(../images/icon_char_01.png) no-repeat center;
}

.charaMain__head--second::before {
    background: url(../images/icon_char_02.png) no-repeat left top;
}

.charaMain__head--third::before {
    background: url(../images/icon_char_03.png) no-repeat left top;
}

.charaMain__text {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.5;
}

@media only screen and (max-width: 640px) {
    .charaMain__text {
        display: table;
        margin: 10px auto 0;
        font-size: 10px;
        text-align: center;
    }
}

.charaMain__link {
    margin-top: 25px;
}

@media only screen and (max-width: 640px) {
    .charaMain__link {
        margin-top: 5px;
        text-align: center;
    }
}

.charaMain__img {
    display: inline-block;
    vertical-align: middle;
    width: 490px;
    margin-left: auto;
}

@media only screen and (max-width: 640px) {
    .charaMain__img {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
}

.charaMain__img img {
    width: 100%;
    height: auto;
    display: block;
}

.charaOther {
    position: relative;
    margin-top: 80px;
}

@media only screen and (max-width: 640px) {
    .charaOther {
        margin-top: 20px;
    }
}

.charaOther__header {
    position: relative;
}

.charaOther__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -499px;
    width: 998px;
    height: 8px;
    background: url(../images/bg_char_other.png) no-repeat center;
}

@media only screen and (max-width: 640px) {
    .charaOther__header::before {
        height: 4px;
        background: url(../images/bg_char_other-sp.png) no-repeat center;
        background-size: 295px 4px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: auto;
        margin-left: 0;
        left: 0;
        right: 0;
    }
}

.charaOther__heading {
    position: relative;
    top: -7px;
    font-size: 24px;
    color: #be8844;
    text-align: center;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .charaOther__heading {
        top: auto;
        font-size: 18px;
    }
}

.charaOther__list {
    font-size: 0;
    text-align: center;
    margin-top: 70px;
}

@media only screen and (max-width: 640px) {
    .charaOther__list {
        margin-top: 20px;
        text-align: left;
        font-size: 0;
    }

    .charaOther__list::after {
        content: "";
        display: table;
        clear: both;
    }
}

.charaOther__item {
    display: inline-block;
    vertical-align: top;
    width: 252px;
    position: relative;
    padding-bottom: 30px;
}

.charaOther__item:nth-child(2) {
    margin: 0 58px;
}

@media only screen and (max-width: 640px) {
    .charaOther__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 25px 20px;
    }

    .charaOther__item:nth-child(2) {
        margin: 0;
    }

    .charaOther__item:nth-child(3) {
        float: none;
        clear: left;
        margin: auto;
        padding-top: 15px;
    }
}

.charaOther__img img {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .charaOther__img {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.charaOther__title {
    font-size: 18px;
    color: #be8844;
    margin-top: 25px;
    line-height: 1.4;
}

@media only screen and (max-width: 640px) {
    .charaOther__title {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 12px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.charaOther__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    min-height: 4.8em;
}

@media only screen and (max-width: 640px) {
    .charaOther__text {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        font-size: 10px;
        min-height: 6.4em;
        text-align: center;
    }
}

.charaOther__link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 640px) {
    .charaOther__link {
        text-align: center;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.cashDescription {
    margin-top: 30px;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .cashDescription {
        margin-top: 15px;
    }
}

.cashDescription__em {
    font-size: 20px;
    color: #e4007f;
}

@media only screen and (max-width: 640px) {
    .cashDescription__em {
        font-size: 12px;
        text-align: center;
    }
}

.cashDescription__text {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 640px) {
    .cashDescription__text {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
    }
}

.cashDescription__link {
    margin-top: 15px;
}

@media only screen and (max-width: 640px) {
    .cashDescription__link {
        margin-top: 10px;
        text-align: center;
    }
}

.startAction {
    width: 400px;
    margin: 0 auto
}

@media only screen and (max-width: 640px) {
    .startAction {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

.startMailAction {
    margin: 70px auto 0;
}

@media only screen and (max-width: 640px) {
    .startMailAction {
        margin: 0px auto;
        padding-top: 15px
    }
}

.startAction__text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    color: #e4007f;
}

.startAction__btn {
    margin-top: 10px;
}

.policy {
    max-width: 400px;
    color: #737271;
    font-size: 11px;
    margin: 12px auto 0
}

.policy__link {
    display: inline-block;
    margin-right: 50px;
}

.policy__text {
    display: inline-block;
}

.policy__item {
    padding-bottom: 1px;
    border-bottom: 2px solid #cecece;
}

@media only screen and (max-width: 640px) {
    .policy {
        text-align: center;
    }

    .policy__link {
        display: block;
        margin-right: 0px;
    }

    .policy__text {
        display: block;
        margin: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .cashTable {
        margin: 15px 0 0;
        padding: 0 35px;
    }
}

.cashTable__table {
    margin-left: auto;
    border: 2px solid #be8844;
}

@media only screen and (max-width: 640px) {
    .cashTable__table {
        margin: 0;
        width: 100%;
    }
}

.cashTable__head {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #be8844;
    vertical-align: middle;
    padding: 10px 25px;
    line-height: 1.5;
    border-top: 2px solid #FFF;
}

@media only screen and (max-width: 640px) {
    .cashTable__head {
        font-size: 10px;
    }
}

tr:first-of-type .cashTable__head {
    border-top: 2px solid #be8844;
}

.cashTable__head--main {
    font-size: 18px;
    font-weight: bold;
    padding: 70px 25px;
}

@media only screen and (max-width: 640px) {
    .cashTable__head--main {
        font-size: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .cashTable__head {
        padding: 5px 8px;
    }
}

.cashTable__text {
    font-size: 20px;
    color: #be8844;
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #be8844;
    background: #fff;
    padding: 10px 50px;
}

@media only screen and (max-width: 640px) {
    .cashTable__text {
        padding: 5px 20px;
        font-size: 10px;
    }
}

.cashTable__text--main {
    color: #e4007f;
}

@media only screen and (max-width: 640px) {
    .cashTable__text--main {
        padding: 20px;
    }
}

.cashTable__text__tax {
    font-size: 14px;
}

@media only screen and (max-width: 640px) {
    .cashTable__text__tax {
        font-size: 10px;
    }
}

.cashTable__text__tax--main {
    font-size: 29px;
    vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
    .cashTable__text__tax--main {
        font-size: 14px;
    }
}

.cashTable__text__tax--large {
    display: inline-block;
    width: 54px;
    height: 83px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/cash_number_0.png) no-repeat center;
}

@media only screen and (max-width: 640px) {
    .cashTable__text__tax--large {
        width: 27px;
        height: 42px;
        background-size: 27px 42px;
    }
}

@media only screen and (max-width: 640px) {
    .faq {
        padding-left: 35px;
        padding-right: 35px;
    }
}

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

@media only screen and (max-width: 640px) {
    .faq__list {
        display: block;
    }
}

.faq__list > li {
    margin-top: 10px;
    background: url(../images/bg_faq_box.png) no-repeat left top;
}

@media only screen and (max-width: 640px) {
    .faq__list > li {
        display: table;
        margin: 5px auto 0;
        background-size: cover;
    }
}

.faq__list > li:nth-child(-n+2) {
    display: table;
    margin: 5px auto 0;
}

.faq__list > li:nth-child(even) {
    margin-left: 10px;
}

@media only screen and (max-width: 640px) {
    .faq__list > li:nth-child(even) {
        display: table;
        margin: 5px auto 0;
    }
}

.faq__list > li > a {
    color: #be8844;
    width: 490px;
    height: 90px;
    display: block;
    font-size: 19px;
    box-sizing: border-box;
    padding-left: 80px;
    line-height: 90px;
    background: url(../images/icon_faq_list.png) no-repeat 38px center;
}

.faq__list > li > a:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media only screen and (max-width: 640px) {
    .faq__list > li > a {
        width: 245px;
        height: 45px;
        padding-left: 35px;
        font-size: 11px;
        line-height: 45px;
        position: relative;
        background: none;
    }

    .faq__list > li > a::after {
        content: "";
        width: 17px;
        height: 17px;
        background: url(../images/icon_faq_list.png) no-repeat;
        background-size: 17px 17px;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.reports__list {
    display: table;
    margin: auto;
}

.reports__item {
    margin-right: 130px;
    float: left;
    width: 360px;
}

@media only screen and (max-width: 640px) {
    .reports__item {
        float: none;
        margin-bottom: 25px;
        margin-right: 0;
        width: auto;
        padding-left: 70px;
        padding-right: 70px;
    }
}

.reports__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.reports__img {
    width: 360px;
    height: 360px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #EE5555;
}

@media only screen and (max-width: 640px) {
    .reports__img {
        width: auto;
        height: auto;
    }
}

.reports__img > img {
    display: block;
    width: 100%;
    height: auto;
}

.reports__comment {
    margin-top: 30px;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .reports__comment {
        padding: 10px;
    }
}

.reports__comment::before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.reports__text {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}

@media only screen and (max-width: 640px) {
    .reports__text {
        font-size: 10px;
    }
}

.reports__profile {
    display: table;
    margin: 15px auto 0;
}

@media only screen and (max-width: 640px) {
    .reports__profile {
        text-align: center;
        margin-top: 5px;
    }
}

.reports__name {
    display: inline-block;
    font-size: 14px;
    margin-right: 1em;
}

.reports__name:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 640px) {
    .reports__name {
        display: block;
        font-size: 10px;
        margin-right: 0;
        margin-top: 5px;
    }

    .reports__name:first-child {
        margin-top: 0;
    }
}

.reports__name--man {
    color: #4994ee;
}

.reports__name--woman {
    color: #e4007f;
}

.reports__detail {
    margin-top: 15px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .reports__detail {
        margin-top: 10px;
    }
}

.detailLink {
    display: inline-block;
}

.detailLink > a {
    position: relative;
    font-size: 14px;
    display: block;
    color: #737271;
    padding-left: 25px;
}

.detailLink > a:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media only screen and (max-width: 640px) {
    .detailLink > a {
        font-size: 10px;
        padding-left: 15px;
    }
}

.detailLink > a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid #9d9c9a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 640px) {
    .detailLink > a::before {
        width: 10px;
        height: 10px;
        border: 1px solid #9d9c9a;
    }
}

.detailLink > a::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border: 2px solid transparent;
    border-top-color: #9d9c9a;
    border-right-color: #9d9c9a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    left: 4px;
    top: 50%;
}

@media only screen and (max-width: 640px) {
    .detailLink > a::after {
        width: 2px;
        height: 2px;
        border-width: 1px;
        left: 2px;
    }
}

.support {
    margin-top: 30px;
}

.support__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

@media only screen and (max-width: 640px) {
    .support__list {
        display: block;
        letter-spacing: -.4em;
    }
}

.support__item {
    width: 250px;
    position: relative;
    padding-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .support__item {
        width: 50%;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        box-sizing: border-box;
        padding-bottom: 15px;
    }

    .support__item:nth-child(3) {
        display: block;
        margin: 15px auto 0;
    }
}

.support__img > img {
    display: block;
}

@media only screen and (max-width: 640px) {
    .support__img > img {
        width: 100px;
        height: auto;
        margin: auto;
    }
}

.support__summary {
    margin-top: 20px;
}

@media only screen and (max-width: 640px) {
    .support__summary {
        margin-top: 5px;
    }
}

.support__title {
    text-align: center;
}

.support__title img {
    height: auto;
}

@media only screen and (max-width: 640px) {
    .support__title--en img {
        width: 60px;
    }

    .support__title--counter img {
        width: 101px;
    }

    .support__title--party img {
        width: 93px;
    }
}

.support__description {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .support__description {
        margin-top: 10px;
        font-size: 10px;
    }
}

.support__link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.btn {
    display: inline-block;
    text-align: center;
}

.btn--full {
    display: block;
}

.btn--action {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
}

.btn--action:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media only screen and (max-width: 640px) {
    .btn--action {
        padding: 16px 15px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 5px;
    }
}

.btn--action--mail {
    padding: 16px 25px;
}

.btn--action--facebook {
    padding: 10px 25px;
}

@media only screen and (max-width: 320px) {
    .btn--action--mail {
        padding: 16px 0;
    }

    .btn--action--facebook {
        padding: 10px 0;
    }
}

.btn__notes {
    font-size: 16px;
    font-weight: bold;
}

.btn__notes--appeal {
    font-size: 18px;
}

@media only screen and (max-width: 640px) {
    .btn__notes {
        font-size: 12px;
    }
}

.btn__text {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    color: #FFF;
}

@media only screen and (max-width: 640px) {
    .btn__text {
        font-size: 10px;
        margin-top: 5px;
    }
}

.btn__text--appeal {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .btn__text--appeal {
        font-size: 15px;
    }
}

.btn__text:first-of-type {
    margin-top: 0;
}

.btn--appeal {
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.btn--appeal:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media only screen and (max-width: 640px) {
    .btn--appeal {
        padding: 10px 15px;
        font-weight: bold;
        border-radius: 5px;
    }
}

.btn--pink {
    background-color: #e4007f;
}

.btn--facebookBlue {
    background-color: #4c649d;
}

.btn--appeal--mail {
    width: 400px;
    padding: 18px 0px;
}

.btn--appeal--facebook {
    width: 400px;
    padding: 9px 0 12px;
}

@media only screen and (max-width: 640px) {
    .btn--appeal--mail {
        width: 340px;
    }

    .btn--appeal--facebook {
        width: 340px;
        padding: 9px 0 12px;
    }
}

@media only screen and (max-width: 320px) {
    .btn--appeal--mail {
        width: 290px;
    }

    .btn--appeal--facebook {
        width: 290px;
        padding: 9px 0 12px;
    }
}

.btn--group--sp {
    display: none;
}

@media only screen and (max-width: 640px) {
    .btn--group--sp {
        display: block;
        padding: 15px;
        background-color: #f9f8f4;
        text-align: center;
    }
}

.announce {
    font-size: 14px;
    padding: 10px;
    border: 2px solid #e4007f;
    display: table;
    margin: 30px auto 0;
    background: #FFF;
    text-align: center;
    line-height: 1.4;
}

.announce__time {
    font-weight: bold;
    margin-top: 10px;
    color: #e4007f;
}

.announce__text--notes {
    margin-top: 5px;
    font-size: 10px;
}

@media only screen and (max-width: 640px) {
    .announce {
        font-size: 12px;
        border: 2px solid #e4007f;
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .announce__time {
        margin-top: 5px;
    }
}
