body {
    width: 100%;
    min-width: auto;
}
.pbAreaWrapper1 {
    width: 100% !important;
    margin: 0;
}
.theme-single-column .pbAreaWrapper1 {
    margin-top: 0;
}
img {
    max-width: 100%;
}
section {
    margin: 0;
}
.only-sp {
    display: none;
}
.featureHead {
    border-bottom: none;
    padding: 15px 5%;
    padding-top: 20px;
}
.wrapper {
    width: 870px;
    margin: 0 auto;
}
.featureHead * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    margin: 0;
}
.featureHead .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
}
.featureHead .wrapper .logo {
    width: 210px;
    padding-top: 4px;
    margin-left: 15px;
}
main {
    padding-top: 0px !important;
}
.bousai {
    color: #333;
}
.to-top-btn {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 60px;
    z-index: 10;
    transform: translateX(90px);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.bousai * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.to-top-btn img {
    width: 100%;
    display: block;
}
.bread-crumbs {
    background-color: #79bd28;
    padding: 3px 5%;
    word-break: break-all;
}
.bread-crumbs .bread-list {
    letter-spacing: 1px;
    color: white;
}
.bread-crumbs .bread-list li {
    display: inline-block;
    font-size: 12px;
    position: relative;
    font-family: "TsukuARdGothic-Regular";
}
.bread-crumbs .bread-list li a {
    color: white;
}
.bread-crumbs .bread-list li:not(:first-child) {
    margin-left: 20px;
}
.bread-crumbs .bread-list li:not(:first-child):before {
    content: ">";
    top: 40%;
    transform: translateY(-50%);
    left: -16px;
    position: absolute;
    color: white;
}
.supports-main-contents {
    background-color: #fffcdb;
    padding-bottom: 70px;
}
.supports-fv-title {
    text-align: center;
    color: #595757;
    font-weight: normal;
}
.supports-fv-title-inner {
    position: relative;
    display: inline-block;
    margin: 40px 0 30px;
}
.supports-fv-title-inner:before, .supports-fv-title-inner:after {
    content: "";
    position: absolute;
    left: -20px;
    border-radius: 10px;
    height: 80px;
    width: 2px;
    background-color: #eb6d8e;
    bottom: 10px;
    transform-origin: bottom;
    transform: rotate(-30deg) scaleY(0);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.supports-fv-title .lg {
    font-weight: bold;
    font-size: 32px;
    display: inline-block;
    opacity: 1;
    transition: all 0.5s 0.3s;
    margin-bottom: 30px;
    color: #333;
    line-height: 1.4;
}
.project_logo_pc {
    width: 599px;
}
.project_logo_sp {
    display: none;
}
.supports-fv-title .sm {
    color: #333;
    font-size: 20px;
    opacity: 1;
    transition: all 0.5s;
}
.br-sp {
    display: none;
}
.br-pc {
    display: block;
}
.supports-fv-title-inner:after {
    left: auto;
    right: -20px;
    transform: rotate(30deg) scaleY(0);
}
.supports-fv-illust {
    width: 584px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    transition: all 0.5s 0.6s;
    text-align: center;
}
.main-image {
    margin-top: 50px;
    margin-bottom: 70px;
}
.supports-about {
    padding-bottom: 30px;
    background-color: #fffcdb;
}
.supports-about-desc {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #595757;
    opacity: 1;
}
.supports-about .sp_ver {
    color: #333;
    padding: 0px 5.625vw;
    font-size: 18px;
    font-weight: normal;
}
.supports-about .supports-about-desc {
    margin-top: 0px;
    margin-bottom: 31px;
}
.supports-about-sentence {
    font-size: 14px;
}
.supports-about-desc .watch {
    margin-bottom: 55px;
}
.supports-about-desc .pink {
    background-color: #fff;
    padding: 10px 33px 11px 34px;
    border-radius: 50px;
    border: 2px solid #f6ac19;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    opacity: 1;
    transform: scale(0.8);
}

/* 参加方法 */
.join_cacth_wrap02 {
    border-radius: 10px;
    border: solid 2px #f6ac19;
    margin: 80px auto;
    padding: 40px 0;
    max-width: 800px;
}
.join_cacth_wrap02 p {
    text-align: center;
}
.join_cacth_wrap02 h2 {
    text-align: center;
    margin-bottom: 20px;
}
.join_cacth_wrap02 .join-top p {
    color: #333;
}
.join-title {
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.12em;
    color: #ed7402;
    background: linear-gradient(transparent 30%, #fad5b3);
}
.join_cacth_text1 {
    font-size: 18px;
    margin-bottom: 29px;
}
.join_cacth_text2 {
    font-size: 15px;
}
.btn-size {
    margin: 40px 0 0;
}
.join-btn {
    display: flex;
    justify-content: center;
}
.btn_left {
    position: relative;
    cursor: pointer;
    width: 253px;
    height: 56px;
    margin: 0;
    padding: 5% 0;
    margin-right: 60px;
}
.btn_left:hover img:nth-of-type(2) {
    opacity: 0;
}
.btn_left img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.btn_right {
    position: relative;
    cursor: pointer;
    width: 253px;
    height: 56px;
    margin: 0;
    padding: 5% 0;
}
.btn_right:hover img:nth-of-type(2) {
    opacity: 0;
}
.btn_right img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

/* 相談 */
.sec_contents_s {
    width: 700px;
    margin: 72px auto 10px;
}
.reception-title {
    text-align: center;
    color: #333333;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: normal;
}
.sec_item {
    background: #fff;
    border-radius: 1em;
    padding: 1.5em 1em;
    margin-bottom: 42px;
    box-shadow: 0 0 0 7px #f1f1f1;
    border: solid 1px #d3d3d3;
}
.sec_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sec_item .sec_item_ttl {
    text-align: center;
    width: 25%;
    font-weight: bold;
    color: #13b107;
    line-height: 1.5em;
    padding-right: 0.5em;
    font-size: 1.6em;
}
.sec_item_ttl2 {
    text-align: center;
    width: 25%;
    font-weight: bold;
    color: #13b107;
    line-height: 1.5em;
    padding-right: 0.5em;
    font-size: 1.6em;
}
.sec_item .sec_item_ttl:after {
    content: '';
    display: block;
    background: url(/library/bousai-gensai/donation/images/donation_tel_icon.svg) center no-repeat;
    width: 100%;
    height: auto;
    margin-top: 0.5em;
    padding-bottom: 30%;
}
.sec_item:nth-of-type(2) .sec_item_ttl:after {
    content: '';
    display: block;
    background: url(/library/bousai-gensai/donation/images/donation_shop_icon.svg) center no-repeat;
    width: 100%;
    height: auto;
    margin-top: 0.5em;
    padding-bottom: 30%;
}
.sec_item:nth-of-type(3) .sec_item_ttl2:after {
    content: '';
    display: block;
    background: url(/library/bousai-gensai/donation/images/operator_icon.png) center no-repeat;
    background-size: 55px 62px;
    width: 100%;
    height: 62px;
    margin-top: 0.5em;
}

.sec_contents_s .sec_item_txt_area {
    width: 95%;
    padding-left: 1em;
    border-left: 1px solid #d3d3d3;
}
.sec_contents_s .sec_item_txt_area .txt02 {
    line-height: 1.5em;
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
.sec_contents_s .sec_item_txt_area .sec_item_b {
    display: flex;
    align-items: center;
}
.sec_contents_s .sec_item_txt_area .sec_item_b_l {
    margin-right: 20px;
}
.sec_contents_s .sec_item_txt_area .sec_item_b_l .ttl {
    width: 85%;
    margin: 0 auto .5em auto;
}
.sec_contents_s .sec_item_txt_area .sec_item_b_r {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
    border-radius: 0.5em;
    height: 80px;
}
.sec_contents_s .sec_item_txt_area .sec_item_b_r .ttl {
    /* width: 10%; */
    background: #eee;
    color: #13b107;
    font-size: 14px;
    height: 100%;
    font-weight: bold;
    writing-mode: vertical-rl;
    padding: 5px;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}
.sec_contents_s .sec_item_txt_area .sec_item_b_r .txt {
    /* padding: 0 1em; */
    width: 100%;
    margin: auto;
    padding: 0;
}
.sec_item:nth-of-type(2) .sec_item_ttl {
    border-right: none;
}
.sec_contents_s .sec_item_txt_area .sec_item_txt_area_inr {
    margin-left: -2em;
    text-align: center;
}
.sec_contents_s .sec_cat02 {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    color: #75be5d;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 16px;
    margin-bottom: 0;
}
.sec_contents_s .sec_cat02::before, .sec_contents_s .sec_cat02::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #75be5d;
}
.sec_contents_s .sec_cat02::before {
    left: 0;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sec_contents_s .sec_cat02::after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.sec_contents_s .sec_item_txt_area .btn {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: .5em .5em .5em .5em;
}
.sec_item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.sec_item:nth-of-type(3) .sec_item_ttl2 {
    border-right: none;
}

/* 寄付予定額 */
.supports-guidance {
    background-color: #fffcdb;
    text-align: center;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guidance-text {
    font-size: 18px;
}
.supports-amount {
    background-color: #fffcdb;
    text-align: center;
    padding: 60px 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.supports-amount__head {
    font-size: 22px;
    text-align: center;
    color: #595757;
    letter-spacing: 2px;
}
.supports-amount__chara {
    width: 100px;
    margin-right: 36px;
    
}
.supports-amount__main {
    background-color: #fff;
    border: 3px solid #f6ac19;
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    width: 540px;
    margin-right: auto;
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px 40px;
}
.supports-amount__main-head {
    line-height: 1;
}
.supports-amount__main-head-lg {
    color: rgb(51, 51, 51);
    font-size: 22px;
    margin-top: 15px;
    font-size: 17px;
}
.supports-amount__main-head-sm {
    font-size: 14px;
    margin-top: 10px;
}
.supports-amount__main-num {
    font-size: 47px;
    line-height: 1;
    letter-spacing: 4px;
}
.supports-amount__main-num .sm {
    font-size: 50%;
}
.supports-amount-position{
    display: flex;
    flex-direction: column;
}
.day-position {
    display: block;
    text-align: right;
    max-width: 600px;
    margin-top: 10px!important;
    font-size: 16px;
}
.supports-amount__main.frame-area {
    max-width: 640px;
    width: 640px;
    justify-content: center;
    font-weight: bold;
}
.supports-amount__main.frame-area .supports-title {
    font-size: 24px;
    color: #009944;
}
.supports-amount__main.frame-area .supports-title span {
    display: block;
    margin-top: 10px;
}
.supports-amount__main.frame-area .supports-result {
    width: 400px;
    margin-top: 50px;
}
.supports-amount__main.frame-area .supports-txt-l {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
}
.supports-amount__main.frame-area .supports-result .supports-result_num {
    margin-bottom: 20px;
}

/* 災害に備えよう */
.bousai .kasaiArea {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background-color: #ebf5de;
}
.bousai .content_title {
    font-weight: 700;
    font-size: 39px;
    margin: 0 auto 10px;
    padding-top: 120px;
    text-align: center;
    color: #009944;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    position: relative;
}
.kasaiArea .content_title--sub {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #333;
}
.bousai .kasaiArea .kasaiSecurityPicto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 710px;
    margin: 0 auto 30px;
    letter-spacing: 0.2rem;
}
.bousai .kasaiArea .kasaiSecurityPictoItem {
    position: relative;
    width: 130px;
}
.bousai .kasaiArea .kasaiSecurityPictoItem p {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: auto;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.24;
    color: #094;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bousai .kasaiArea .text__l {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.55;
    color: #333;
    text-align: center;
}
.bousai .kasaiArea .kasai-image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 40px;
}
.bousai .kasaiArea .kasai-image-area .kasaiImages-renew {
    width: 150px;
}
.bousai .kasaiArea .kasai-image-area .kasaiImages01 {
    width: 404px;
    margin-left: 40px;
}
.bousai .kasaiArea .text__s {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.55;
    color: #333;
    text-align: center;
}
.join-btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
    margin-bottom: 90px !important;
}
.btn_left {
    position: relative;
    cursor: pointer;
    width: 253px;
    height: 56px;
    margin: 0;
    padding: 5% 0;
    margin-right: 60px;
}
.join-btn2 .btn_left img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.join-btn2 .btn_right img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.position {
    width: 960px;
    margin: 0 auto;
    padding-left: 31px;
}

@media (min-width: 801px) {
    body {
        min-width: 960px;
    }
}

@media only screen and (min-width: 768px) {
    .only-pc {
        display: block;
    }
    .reception-title::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(/library/bousai-gensai/donation/images/green_left.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    .reception-title::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(/library/bousai-gensai/donation/images/green_right.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

}
@media only screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }
    .br-pc {
        display: none;
    }
    .wrapper {
        width: 100%;
    }
    .featureHead {
        border: none;
    }
    .featureHead .wrapper {
        padding: 0 2.6%;
    }
    .featureHead .wrapper .logo {
        width: 36%;
        margin-left: 3.4%;
    }
    .to-top-btn {
        width: 50px;
        right: 10px;
    }
    .bread-crumbs .bread-list {
        width: 125%;
        transform: scale(0.85);
        transform-origin: left;
    }
    .bread-crumbs .bread-list li {
        font-size: 11px;
    }
    .bread-crumbs .bread-list li:not(:first-child) {
        margin-left: 15px;
    }
    .bread-crumbs .bread-list li:not(:first-child):before {
        left: -12px;
    }
    .supports-fv {
        padding: 0 5.625vw;
    }
    .supports-fv-title-inner {
        margin: 26px 0 0;
    }
    .supports-fv-title-inner:before, .supports-fv-title-inner:after {
        left: 26px;
        height: 95px;
        width: 1px;
    }
    .supports-fv-title .lg {
        font-size: 26px;
        letter-spacing: 3px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
    .project_logo_pc {
        display: none;
    }
    .project_logo_sp {
        width: 76vw;
        display: block;
        margin: 0px auto;
    }
    .supports-fv-title .sm {
        font-size: 17px;
        color: #333;
    }
    .br-sp {
        display: block;
    }
    .supports-fv-title-inner:after {
        right: 26px;
        transform: rotate(24deg) scaleY(0);
    }
    .supports-fv-illust {
        width: 74vw;
    }
    .supports-fv-illust .main-image {
        margin: 40px 0;
    }
    .supports-about {
        padding-bottom: 12px;
    }
    .supports-about .supports-about-desc {
        font-size: 16px;
    }
    .supports-about-sentence {
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
    }
    .supports-about-desc .pink {
        font-size: 15px;
        padding: 2px 10px;
        display: inline-block;
        transform: none;
        margin-bottom: 0;
    }
    .join_cacth_wrap02 {
        margin: 50px auto 60px;
        padding: 25px 10px 35px;
        width: 90%;
        border-radius: 5px;
    }
    .join-title {
        font-size: 26px;
    }
    .join_cacth_text1 {
        font-size: 16px;
    }
    .only-pc {
        display: none;
    }
    .join_cacth_text2 {
        letter-spacing: -.4px;
    }
    .btn-size {
        margin: 10px 0 0;
    }    
    .join-btn {
        display: flex;
        flex-direction: column;
    }
    .btn_left {
        margin: 20px auto 0;
        height: 74px;
    }
    .btn_right {
        margin: 20px auto 0;
        height: 74px;
    }
    .sec_contents {
        padding: 0 5.625vw;
    }
    .sec_contents_s {
        margin-top: 60px;
        width: 100%;
    }
    .reception-title {
        margin-bottom: 25px;
        text-align: center;
        font-size: 16px !important;
        font-weight: normal;
    }
    .boder-color {
        background: linear-gradient(transparent 60%, #ebf5de 60%);
    }
    .sec_contents_s .sec_cat02 {
        font-size: 18px;
    }
    .sec_item {
        padding: 1.5em 1em;
        box-shadow: 0 0 0 5px #f1f1f1;
    }
    .sec_item_inner {
        flex-direction: column;
    }
    .sec_item .sec_item_ttl {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d3d3d3;
        padding-right: 0;
        padding-bottom: 1em;
    }
    .sec_item_ttl2 {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d3d3d3;
        padding-right: 0;
        padding-bottom: 1em;
    }
    .sec_item:nth-of-type(3) .sec_item_ttl2 {
        border-right: none;
    }
    .sec_item .sec_item_ttl:after {
        padding-bottom: 15%;
    }
    .sec_item:nth-of-type(2) .sec_item_ttl:after {
        padding-bottom: 15%;
    }
    .sec_item:nth-of-type(3) .sec_item_ttl2:after {
        background-size: 17% 81%;
        height: 0px;
        padding-bottom: 25%;
    }
    .sec_contents_s .sec_item_txt_area {
        width: 100%;
        padding: 0.5em 0 0;
        border-left: none;
    }
    .sec_contents_s .sec_item_txt_area .sec_item_b {
        flex-direction: column;
    }
    .sec_contents_s .sec_item_txt_area .sec_item_b_l {
        margin-right: 0;
    }
    .sec_contents_s .sec_item_txt_area .sec_item_b_l .ttl {
        width: 70%;
    }
    .sec_contents_s .sec_item_txt_area .sec_item_b_l .txt {
        width: 100%;
        margin: 0 auto 1.5em auto;
        display: block;
    }
    .sec_contents_s .sec_item_txt_area .txt02 {
        margin-top: 16px;
    }
    .sec_contents_s .sec_item_txt_area .sec_item_b_r {
        width: 100%;
    }
    .sec_contents_s .sec_item_txt_area .sec_item_txt_area_inr {
        margin-left: 0;
    }
    .sec_contents_s .sec_item_txt_area .btn {
        width: 75%;
    }

    /* 寄付予定額 */
    .guidance-text {
        text-align: center;
    }
    .supports-amount {
        padding: 50px 0 40px;
        display: flex;
        flex-direction: column;
    }
    .supports-amount__head {
        font-size: 20px;
    }
    .supports-amount__chara {
        width: 75px;
        margin-right:0;
    }
    .supports-amount__main {
        display: block;
        margin-right: 0;
        border-radius: 12px;
        padding: 16px 100px;
        width: 100%;
    }
    .supports-amount__main-head {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .supports-amount__main-head-lg {
        font-size: 20px;
        margin-top:0px;
    }
    .supports-amount__main-head-sm {
        margin-left: 10px;
        font-size: 12px;
        margin-top: -2px;
    }
    .day-position {
        margin-left: 0;
        font-size: 14px;
    }
    .supports-amount__chara.pit-img {
        width: 60px;
    }
    .supports-guidance.contents-area {
    padding: 25px;
    }
    .supports-amount__main.frame-area {
    max-width: 324px;
    width: 324px;
    font-size: 13px;
    padding: 10px;
    }
    .supports-amount__main.frame-area .supports-amount__main-head {
    flex-direction: column;
    }
    .supports-amount__main.frame-area .supports-title {
        font-size: 18px;
    }
    .supports-amount__main.frame-area .supports-title span {
    display: block;
    margin-top: 10px;
    }
    .supports-amount__main.frame-area .supports-txt-l {
    font-size: 18px;
    }
    .supports-amount__main.frame-area .supports-result {
    width: 240px;
    margin-top: 30px;
    }
    .supports-amount__main.frame-area .supports-result {
    width: 240px;
    margin-top: 30px;
    }
    .supports-amount__main.frame-area .supports-result .supports-result_num {
    margin-bottom: 10px;
    }


    /* 災害に備えよう */
    .bousai .content_title, .bousai .content_title--border {
        font-size: 5.08vw;
        margin: 80px auto 0;
        padding: 0 10px;
        max-width: 94.66667%;
    }
    .kasaiArea .content_title--sub {
        font-size: 3.91vw;
        margin-bottom: 3.91vw;
    }
    .bousai .kasaiArea .kasaiSecurityPicto {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 76%;
        margin: 0 auto 7.6%;
        letter-spacing: 0.15rem;
    }
    .bousai .kasaiArea .kasaiSecurityPictoItem {
        width: 30.87719%;
        margin-bottom: 1.22807%;
    }
    .bousai .kasaiArea .kasaiSecurityPictoItem.m__r {
        margin-right: 3.68421%;
    }
    .bousai .kasaiArea .kasaiSecurityPictoItem p {
        top: 16.47727%;
        font-size: 1.65rem;
        line-height: 1.242;
    }
    .bousai .kasaiArea .text__l {
        font-size: 15px;
        width: 84%;
        margin: 0 auto;
        line-height: 1.857;
    }
    .bousai .kasaiArea .kasai-image-area {
        flex-direction: column;
        margin: 20px 0 0;
    }
    .bousai .kasaiArea .kasai-image-area .kasaiImages01 {
        margin: 30px auto;
        width: 300px;
    }
    .bousai .kasaiArea .text__s {
        width: 84%;
        margin: 0 auto;
        font-size: 1.3rem;
        line-height: 2;
    }
    .position {
        width: 90%;
        padding-left: 6px;
    }
}
@media only screen and (max-width: 450px) {
    .br-sp::before {
        content: "A";
        white-space: pre;
    }
}
@media (max-width: 414px) {
    .only-sp {
        display: block;
    }
}

/* 1回目の寄付 */
.first-donation {
    max-width: 920px;
    margin: auto;
}
.first-donation p {
    font-size: 18px;
    text-align: center;
    color: #333;
}
.first-donation .first-donation-box {
    background: #fadce1;
    padding: 20px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.first-donation .first-donation-box .first-donation-inner {
    background: #ffffff;
    border-radius: 8px;
    padding: 35px;
    padding-bottom: 20px;
    text-align: center;
    margin: auto;
}
.first-donation .first-donation-box .first-donation-inner p.title {
    color: #ea6176;
    font-size: 20px;
    margin-bottom: 22px;
}
.first-donation .first-donation-box .first-donation-inner .images-area {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 36px;
    margin-bottom: 22px;
}
.first-donation .first-donation-box .images-area p {
    font-size: 12px;
}
.first-donation .first-donation-box .first-donation-inner .images-area .images_text {
    width: 350px;
}
.first-donation .first-donation-box .first-donation-inner .note-text {
    font-size: 14px;
}
.first-donation .last-text {
    margin-top: 40px;
}
.first-donation .last-text p.top::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/library/bousai-gensai/donation/images/waiwai-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.first-donation .last-text p.top::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/library/bousai-gensai/donation/images/waiwai-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/* プロジェクト概要 */
.project-summary {
    max-width: 800px;
    margin: 80px auto 0;
}
.project-summary p {
    font-size: 18px;
    text-align: center;
    color: #333;
}
.project-summary .project-summary-box {
    background: #ffffff;
    border-radius: 10px;
    border: solid 2px #a9ca69;
}
.project-summary .project-summary-box .project-summary-inner {
    padding: 40px 0;
    text-align: center;
    margin: auto;
}
.project-summary .project-summary-box .project-summary-inner h2 {
    font-weight: normal;
    color: #036028;
    font-size: 28px;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 20px;
}
.project-summary .project-summary-box .project-summary-inner h2 span {
    background: linear-gradient(transparent 30%, #e5efd2);
}
.project-summary .project-summary-box .project-summary-inner .project-span {
    color: #036028;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
}
.project-summary .project-summary-box .project-summary-inner .note-text {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .first-donation {
        max-width: 750px;
    }
    .first-donation .first-donation-box .first-donation-inner {
        padding: 18px;
    }
    .first-donation .first-donation-box .first-donation-inner p.title {
        font-size: 4.4vw;
    }
    .first-donation p  {
        font-size: 15px;
    }
    .first-donation .first-donation-box .first-donation-inner .images-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .first-donation .first-donation-box .first-donation-inner .images-area .images_text {
        width: 95%;
    }
    .first-donation .first-donation-box .first-donation-inner .images-area .images_text:first-child {
        margin-bottom: 30px;
    }
    .first-donation .first-donation-box .first-donation-inner .note-text {
        font-size: 12px;
    }
    .first-donation .last-text {
        width: 90%;
        margin: auto;
        margin-top: 40px;
    }
    .first-donation .last-text p {
        font-size: 4.4vw;
    }
    .first-donation .last-text p.top::before {
        display: none;
    }
    .first-donation .last-text p.top::after {
        display: none;
    }
    .supports-main-contents {
        padding-bottom: 60px;
    }
    /* プロジェクト概要 */
    .project-summary {
        width: 90%;
        margin: 60px auto 0;
    }
    .project-summary p {
        font-size: 15px;
    }
    .project-summary .project-summary-box {
        border-radius: 5px;
    }
    .project-summary .project-summary-box .project-summary-inner {
        padding: 25px 10px 35px;
    }
    .project-summary .project-summary-box .project-summary-inner .project-span {
        font-size: 14px;
        margin: 26px 0;
    }
}

/* 70周年バナー */
.kyousai_banner {
    width: 710px;
    margin: auto;
    margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
    .kyousai_banner {
        width: 85%;
    }
}

.join-btn.join-btn2.btn-area {
    margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
    .join-btn.join-btn2.btn-area {
        margin-bottom: 60px !important;
    }
}
@media only screen and (min-width: 768px) {
    .join-btn.join-btn2.btn-area {
        padding-top: 20px;
    }
    .join-btn.join-btn2.btn-area .btn_left {
        height: 74px;
        padding: 0;
    }
    .join-btn.join-btn2.btn-area .btn_right {
        height: 74px;
        padding: 0;
    }
}