@charset 'UTF-8';
/*下層共通*/

.contents-all-wrap {
    padding-top: 4rem;
}
@media (max-width: 768px) {
    .contents-all-wrap {
        padding-top: 3rem;
    }
}

h3 {
    font-size: 1.618rem;
}

.col2row, .col3row {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.col2row .col-md-4 h3 {
    color: #e9495e;
    font-size: 1.618rem;
}

.container-cover-grayback {
    background: #FFF url("/common/img/gray_bk.jpg");
    background-size: 250px auto;
}

.dia-bk * {
    /*color: #FFF;*/
}

.col3row h4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

div.h-34-cover {
    margin-top: 0.5em;
}

div.h-34-cover:before {
    content: 'ー';
    position: absolute;
    font-weight: bold;
    left: 12px;
    top: -1em;
    font-size: 2rem;
    color: #e9495e;
}

.container-cover-grayback div.h-34-cover:before {
    /*color: #FFF;*/
}

h3, h3:before {
    color: #e9495e;
}

h3 {
    padding-top: 0.5em;
}
ul{padding-bottom: 1em;}
ul ul{
    padding-left: 1em;
}

/*btn*/
.red-btn-in-white{
    margin-bottom: 1em;
    color: #FFF;
    background-color: #e9495e;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    border-radius: 50px;
shadowColor: "#e9e9e9", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e9e9e9", borderRadius:50;
}
.red-btn-in-white:hover{
    color: #FFF;
}
.red-line-btn-in-white{
    margin-bottom: 1em;
    color: #e9495e;
    background-color: #FFF;
    border:1px solid #e9495e;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    border-radius: 50px;
shadowColor: "#e9e9e9", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e9e9e9", borderRadius:50;
}

/*下層共通*/

#price_cansel{
    width: 100%;
}

#price_cansel tr,#price_cansel th,#price_cansel td{
    border: 1px solid #e9495e;
}
#price_cansel th,#price_cansel td{
    padding: 1em;
}

.step-cover{
    padding: 1em 0;
    border-bottom: 1px solid #e9495e !important;
}
div.step-cover:first-child{
    padding-top: 1em !important;
    border-top: 1px solid #e9495e !important;
}
.step-cover h4,.step-cover h5{
    color: #e9495e;
}
.step-cover em{
    font-weight: bold;
}
@media (min-width: 769px) {
    .nav.nav-tabs{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        height: 41px !important;
    }
}

@media (max-width: 768px) {
    #price_cansel th,#price_cansel td{
        font-size: 80% !important;
    }
}

/*ジャンボトロン共通*/
.jumbotron {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
}

.jumbotron span {
    text-decoration: none;
    color: #FFF;
    font-size: 2em;
    border-bottom: none;
    font-weight: bold;
}

.jumbotron .container-inner {

}

.jumbotron .btn, .jumbotron .btn:active {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #e9495e;
    border-color: #e9495e;
}

.jumbotron a, .jumbotron a:link, .jumbotron a:hover, .jumbotron a:active, .jumbotron a:visited {
    color: #FFF !important;
}

@media (min-width: 769px) {
    .jumbotron {
        min-height: 550px;
    }

}
@media (max-width: 768px) {
    .jumbotron {
        background-position: center right;
    }
}
/*ジャンボトロン共通ここまで*/
.jumbotron {
    background-image: url(/common/img/guide/step_key.jpg);
}

.white{
    color: #fff;
}
.max-wid{
    width: 100%
}
.mauto-wrap{
    margin: auto;
}
.step-txt a{
    text-decoration: underline;
}
.step-border{
    border:1px solid #f7a7af;
}
.step-border h5{
    margin-top: 1rem;
}
.cansel-yoyaku{
    padding: 1em;
    position: relative;
}
.cansel-yoyaku-ab{
    position: absolute;top:
        -200px;left: 0;
}
.pt-1em{
    padding-top: 1em;
}
.font-11{
    font-size: 11px;
}
