
/* CONTACT ********************************************************************/

a{
    text-decoration: none;
}

.p-globalNav__link a{
  color: #fff !important;
  text-decoration: none;
}




/*
FORM
--------------------------------------------------- */
p{
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  p{
    font-size: 12px;
  }
}


.space10{
    clear: both;
    height: 10px;
}
.space20{
    clear: both;
    height: 20px;
}
.space30{
    clear: both;
    height: 30px;
}
.space50{
    clear: both;
    height: 50px;
}
.form-inner{
    background-color: #f5f5f5;
    padding: 3rem 15px;
    margin-top: 2rem;
    border-radius: 5px;
}


/*
ステップバー
--------------------------------------------------- */
.stepBar {
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}


.stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 16px;
    padding: 15px 0;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 54px;
}


.stepBar .step h3 {
    margin:  0;
    line-height: 1;
    /*font-size: 1.3rem;*/
}
.stepBar .step p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}
.stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -8px;
    display: block;
    content: '';
    background-color: #fff;
    border-left: 4px solid #eee;
    width: 17px;
    height: 27px;
}

.stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
}
.stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.stepBar .step.current {
    background-color: #15304c;
}

.stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #15304c;
}
.stepBar .step.current h3,.stepBar .step.current p{
    color: #FFF;
}
.stepBar.step2 .step {
    width: 50%;
}
.stepBar.step3 .step {
    width: 33.333%;
}
.stepBar.step4 .step {
    width: 25%;
}
.stepBar.step5 .step {
    width: 20%;
}

@media screen and (max-width: 767px) {

    .stepBar .step h3{
        font-size: 16px;
    }

    .stepBar .step{
        height: 44px;
        padding: 15px 30px 15px 15px;
    }

    .stepBar .step:before, .stepBar .step:after{
        height:22px;
    }

    .form-horizontal .form-group{
        text-align: left;
    }

    .form-horizontal .form-group label.control-label {
        margin-bottom: 5px;
        margin-top: 10px;
    }
}

/**** END ステップバー ****/


.col-form-label{
    text-align: right;
}
.form-group{
  margin-bottom: 30px;
}
.form-control-static{
    background-color: #fff;
    height: auto;
}
input::placeholder,textarea::placeholder{
    color: #ccc;
}


@media screen and (max-width: 768px) {
    .col-form-label{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 575px) {
    .col-form-label{
        text-align: left;
    }
    input::placeholder,textarea::placeholder{
        font-size: 0.75em;
    }
    .invalid-feedback{
      font-size: 0.75em;
    }
    .form-group {
      margin-bottom: 15px;
    }
    .mail-group1{
      margin-bottom: 0;
    }
    .mail-group2 label{
      min-height: 0;
    }
}


/*
ボタン
--------------------------------------------------- */
.btn-lg{
    padding: 0.75rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
}

/*
バッジ
--------------------------------------------------- */
.bg-warning{
  background-color: #E8760F !important;
}

/*
バッジ
--------------------------------------------------- */
a{
  color: inherit !important;
}
