/*シニア割*/
.inner-contents {
    max-width: 940px !important;
    padding: 15px 60px;
    margin: 0 auto !important;
}
.color-primary {
    color: #D9161B !important;
}
.color-marker {
    font-weight: bold;
    background: linear-gradient(transparent 1.1em, #F5D200 1.1em, #F5D200 1.35em, transparent 1.35em);
}
.price_zero {
    font-size: 20px !important;
    color: #D9161B !important;
}
    .fs-20-sp {
        font-size: 20px !important;
    }
.box-orange {
    border-radius: 32px;
    border: 2px solid #e93817;
    background: #fff;
    -webkit-box-shadow: 3px 3px 0px 0px #e93817;
    box-shadow: 3px 3px 0px 0px #e93817;
    margin: 15px auto;
    max-width: 600px;
    padding: 16px;
    text-align: center!important;
}
.col-100-sp {
        width: 100% !important;
    }
.ico-or {
    position: relative;
    background: #e93817;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 5px auto;
}
.text-balloon {
    width: 100%;
    position: relative;
    background: #fff2f0;
    border-radius: 32px;
    padding: 8px 0px;
    margin-bottom: 15px;
}
.box-sm {
    border-radius: 8px;
    background: #f2f2f2;
    width: 94%;
    margin: auto;
}
.text-balloon:before {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: #ffece9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mb-md {
        margin-bottom: 5px !important;
    }
.fs-24 {
        font-size: 24px !important;
    }
.fs-16 {
        font-size: 16px !important;
    }
.fs-14 {
        font-size: 14px !important;
    }
p {
    margin: 0;
}
.row.row-cs-lg>.col, .row.row-cs-lg>[class^="col-"], .row.row-cs-lg>[class*=" col-"] {
        margin: 16px 8px 0;
    }
.p-sm {
        padding: 8px !important;
    }
.fw-bold {
    font-weight: bold;
}
img {
    width: 55%;
}

.absolute-40 {
    margin-top: 10px;
}
.grey_bg {
    background-color: #F2F2F2;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    margin-top: 5px;
}
.box-width {
    width: 46% !important;
}

@media screen and (max-width: 500px) {
body{
    padding: 0px;
}
.inner-contents {
    padding: 16px 16px 20px 16px;
}
    .row {
    margin-right: -27px !important;
    margin-left: -27px !important;
}
h2, .h2 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 20px !important;
}
img {
    width: 75%;
}
.box-width {
    width: 48% !important;
}
.box-orange {
    border-radius: 32px;
    border: 2px solid #e93817;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0px 0px #e93817;
    box-shadow: 1px 1px 0px 0px #e93817;
    margin: 15px auto;
    width: 88%;
}
.grey_bg {
    width: 84%;
}
.fs-16 {
        font-size: 15px !important;
    }
.fs-14 {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 400px) {
.box-orange {
    padding: 16px 12px;
    width: 92%;
}

.grey_bg {
    font-size: 13px;
}

body.mobile_step_modal #newMainArea_1 h2 {
    font-size: 17px !important;
}
.fs-16 {
     font-size: 13px !important;
    }
}

