@charset "utf-8";
/* CSS */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Product Sans', "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
}

h1 {
    font-size: 33px;
    color: #0e2143;
    font-weight: 500;
}

h2 {
    font-size: 25px;
    color: #cf1300;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 40px auto 30px auto;
}

input {
    font-size: 16px;
    padding: 6px;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input[name="email"] {
    width: 386px;
    height: 44px;
    border-radius: 2px;
    border: 2px #0c5f37 solid;
    background-color: #fff;
}

/*ヘッダ*/

/* headBG_fade */
@keyframes head-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.head_bg {
    width: 100%;
    height: 450px;
    background: url(../images/img_top_sp.png) center center / cover no-repeat;
    margin: 0 auto;
}

/* title_fade */
@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(80px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.head_title {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    margin: 0 auto;
}

.head_logo {
    width: 100%;
    height: 73px;
    padding: 37px 0 0 0;
    margin: 0 auto;
}

.headimg_sp {
    display: none;
}

.catch {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 30px auto;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #0E2143;
}

.catch span {
    font-size: 18px;
    font-weight: bold;
}

/* title_fade */
@keyframes point-fadein {
    from {
        opacity: 0;
        transform: translateX(-250px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.point {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #ECBA42;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0E2143;
}

.item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

.item_base01 {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-image: url(../images/img_illust01_sp.svg);
    background-repeat: no-repeat;
}

.item_base02 {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-image: url(../images/img_illust02_sp.svg);
    background-repeat: no-repeat;
}

.item_text {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #0E2143;
}

.returnfee {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.returnfee_head {
    margin: 0 auto;
    text-align: center;
}

.returnfee_title {
    display: inline-block;
    margin: 50px auto 20px auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353E59;
    border-bottom: 1px solid #D2397B;
    padding-bottom: 10px;
}

.rf_item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: column;
}

.rf_item .detail {
    width: 100%;
}

.rf_item .title {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background-color: #353E59;
}


.rf_item .fee th {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #353E59;
    width: 300px;
}

.rf_item .fee td {
    text-align: right;
    width: 170px;
    font-family: 'Ropa Sans', sans-serif;
    color: #D2397B;
    font-size: 29px;
}


.rf_item .itemimage {
    width: 100%;
    margin: 20px auto;
}

.rf_text01 {
    margin: 0 auto 50px auto;
    font-size: 15px;
    text-align: center;
}

.rf_text02 {
    margin: 30px auto 60px auto;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #353E59;
}


.rf_text02 strong {
    font-size: 34px;
    color: #D2397B;
}

.exchange {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.exchange img {
    width: 60%;
    margin-bottom: 20px;
}

.ex_txt {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    color: #0E2143;
}

.rent {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 60px auto;
    padding: 30px;
    text-align: center;
}

.rent_title {
    display: inline-block;
    margin: 50px auto 50px auto;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353E59;
    border-bottom: 1px solid #D2397B;
    padding-bottom: 10px;
}

.re_item {
    display: flex;
    flex-direction: column;
}

.re_furniture {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.re_electricapp {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.rent img {
    width: 100%;
}

.target {
    width: 90%;
    height: auto;
    margin: 0 auto 80px auto;
    border: 6px solid #434850;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #1E7EAB;
    text-align: center;
}

.terms {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 100px;
    line-height: 30px;
}

.terms .title {
    font-size: 18px;
    font-weight: bold;
    color: #0E2143;
    text-align: center;
    margin-bottom: 30px;
}

.terms .text02 {
    font-size: 15px;
}

.terms .text02 span {
    font-size: 18px;
    font-weight: bold;
    color: #0E2143;
}

/*参加方法*/
.btn_base {
    text-align: center;
}

.button {
    background-color: #1E7EAB;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 40px;
    text-decoration: none;
    margin: 20px auto;
    margin-bottom: 30px;
}

.button:hover {
    background-color: #4BA7C6;
    color: #ffffff;
}

.button:active {
    position: relative;
    top: 1px;
}

iframe {
    border: 1px solid black;
    width: 100%;
}

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/*フッタ*/

.foot_logo {
    width: 100%;
    margin: 80px auto 80px auto;
    text-align: center;
}

/* responsiv */
@media screen and (max-width: 480px) {
    .item_text {
        display: none
    }

    .r_sp {
        display: none;
    }

}