.hcTit{
    color: #4d4d4d;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 3px #ae4154 solid;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0px auto 30px auto;
}
@media (max-width: 575.98px) {
  .hcTit{
      font-size: 1.5rem;
  }
}
/*-------------------------------------------*/
.schedule{
    position: relative;
    width: 100%;
    max-width: 980px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ae4154 solid;
    margin: 0 auto;
    padding: 0 20px;
}
.schedule span{
    width: 90px;
    height: 90px;
    background-color: #b3b3b3;
    border-radius: 50%;
    color: #fff;
    display: block;
}
.schedule span h6{
    font-size: 3rem;
    display: block;
    text-align: center;
    line-height: 1.5rem;
    margin-top: 20px;
}
.schedule span p{
    font-size: .8rem;
    display: block;
    text-align: center;
}
@media (max-width: 575.98px) {
    .schedule{
        height: 100px;
    }
    .schedule span{
        width: 45px;
        height: 45px;
    }
    .schedule span h6{
        font-size: 2rem;
    }
    .schedule span p{
        display: none;
    }
	.schedule span h6{
		margin-top: 10px;
	}
}
.scheduleBar{
    position: absolute;
    z-index: -1;
    border: 6px #b3b3b3 solid;
    width: calc(100% - 40px);
}
.scheduleBarLine2{
    position: absolute;
    border: 6px #ae4154 solid;
    width: calc(30% - 40px);
    top: -5px;
}
.scheduleBarLine3{
    position: absolute;
    border: 6px #ae4154 solid;
    width: calc(55% - 40px);
    top: -5px;
}
.scheduleBarLine4{
    position: absolute;
    border: 6px #ae4154 solid;
    width: calc(75% - 40px);
    top: -5px;
}
.scheduleBarLine5{
    position: absolute;
    border: 6px #ae4154 solid;
    width: calc(100% - 40px);
    top: -5px;
}
/*-------------------------------------------*/
.scTit{
    font-size: 2rem;
    color: #ae4154;
    text-align: center;
    margin: 30px ;
}
.scTit2{
    font-size: 2rem;
    color: #ae4154;
    text-align: center;
    margin: 10px ;
    display: block;
}
.scSubtit{
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.scSubtit input{
    border: 1px #ae4154 solid;
    border-radius: 3px;
    height: 30px;
    color: #4d4d4d;
    font-size: 1rem;
    padding: 0 10px;
}
.sctext{
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}
.csClick{
    position: relative;
    width: 100%;
    max-width: 980px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px #ae4154 solid;
    margin: 50px auto 0 auto;
    padding-top: 50px;
}
.csClick2{
    display: block;
    height: auto;
}
.csClick button{
    padding: 10px 30px;
    background-color: #999999;
    color: #fff;
    margin: 10px;
    border-radius: 3px;
}
@media (max-width: 575.98px) {
    .csClick button{
        padding: 10px 20px;
    }
}

.scPhoto{
    max-width: 400px;
    margin: 0 auto;
}
.scPhoto2{
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .scPhoto{
        max-width: 200px;
        margin: 0 auto;
    }
}
.single{
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #e6e6e6;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 20px auto;
    border-radius: 6px;
}
.single2{
    max-width: 800px;
}
.single input[type="radio"] {
    display: none;
}
.single input[type="radio"] + label {
    display: inline-block;
    background-color: #999999;
    cursor: pointer;
    padding: 7px 30px;
    color: #fff;
    border-radius: 3px;
}
.single input[type="radio"]:checked + label {
background-color: #ae4154;
color: #fff;
}
.result{
    max-width: 600px;
    height: auto;
    background-color: #e6e6e6;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.result h5{
    color: #ae4154;
    position: relative;
}
.result h5 span{
    font-size: 5rem;
}
.result h5 i{
    font-size: .7rem!important;
    position: absolute;
    bottom: 30px;
}
.resultB{
    font-size: 2rem;
    color: #fff;
    background-color: #ae4154;
    padding: 10px 50px;
    display: inline-block;
    border-radius: 12px;
}
.resultB i{
    font-size: .9rem;
    margin: 0 6px;
}
@media (max-width: 575.98px) {
    .resultB{
        font-size: 1.3rem;
    }
}
.mailM{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .mailM{
        display: block;
    }
}
.mailSpace{
    width: 100%;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.mailSpace input{
    background-color: #e6e6e6;
    width: 100%;
    height: 40px;
    color: #4d4d4d;
    font-size: 1rem;
    padding: 0 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.mailSpace textarea{
    background-color: #e6e6e6;
    border: 0;
    width: 100%;
    height: 230px;
    padding: 10px;
    border-radius: 3px;
}
.mailbox{
    width: 100%;
}
@media (max-width: 575.98px) {
    .mailSpace{
        display: block;
    }
    
}

/*-------------------------------------------*/
.red{
    background-color: #ae4154!important;
}
.tRed{
    color: #ae4154!important;
}
.mt{
    margin-top: 30px;
}
i{
    font-style: normal;
}