@charset "UTF-8";


@media all and (min-width: 640px) {
.new-contents-header {
    background: #f6f6f6;
    text-align: center;
    padding: 35px 0;
}
.new-contents-header .new-title-page {
    font-size: 30px;
    color: #001141;
    letter-spacing: 4px;
}
.raiten-img{
    text-align: center;
    margin-bottom: 25px;
}
.new-bread-section {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 60px;
}
.raiten-new-tit {
    text-align: center;
    font-size: 24px;
    color: #333;
    position: relative;
    margin-bottom: 40px;
}
.raiten-new-tit span {
    position: relative;
    background: white;
    padding: 0 20px;
    z-index: 5;
    letter-spacing: 4px;
}
.short-line:before {
    content: "";
    display: block;
    border-top: 3px solid #eee;
    width: 70%;
    height: 1px;
    position: absolute;
    top: 49%;
    left: 50%;
    margin-left: -35%;
    z-index: 1;
}
.long-line:before {
    content: "";
    display: block;
    border-top: 3px solid #eee;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 49%;
    left: 35%;
    margin-left: -35%;
    z-index: 1;
}

.new-contents-header .new-title-page span {
    font-size: 14px;
    color: #bf3244;
    display: block;
    letter-spacing: normal;
    font-style: italic;
}
.raiten-point-box .raiten-point-box__cap {
    font-size: 14px;
    font-style: italic;
    color: #b1945a;
    margin-bottom: 10px;
}

.raiten-new-section {
    display: flex;
    text-align: center;
    padding-bottom: 60px;
}
.raiten-point-box {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
}
.new-contents-block {
    width: 1000px;
    margin: 0 auto;
}
.voice-archive__head {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
}
.voice-archive__tit {
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 22px;
    padding: 28px 40px 10px;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 auto 30px;
}

.voice-archive__tit:before {
    border-right: none!important;
    left: 0;
}
.voice-archive__tit:after {
    border-left: none!important;
    right: 0;
}
.voice-archive__tit:before, .voice-archive__tit:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 84px;
    border: 1px solid #717681;
    top: 0;
}
.voice-archive__tit .sub {
    font-size: 14px;
    color: #8d9bb5;
    letter-spacing: 0;
}
.sp-only{
    display: none;
}
.pc-only{
    display: block;
}
.sp-none{
    display: none;
}

.request-message {
    text-align: center;
}
.request-message p:not(:last-child) {
    margin-bottom: 15px;
}


}

@media all and (max-width: 640px) {
.new-contents-header .new-title-page{
    letter-spacing: 2px;

}
.new-contents-block{
    width: 100%;
    }
.raiten-new-tit {
    margin-bottom: 60px;
}
.raiten-new-tit span{
    color:#333;
}
.raiten-new-tit:before{
    top:100%;
    border-top: 3px solid #fff;
}
.voice-archive__tit .sub {
    display: none;
}

.sp-only{
    display: block;
}
.pc-only{
    display: none;
}

.raiten-point-box {
    position: relative;
}
.point-img-sp{
    float: left;
    width: 30%;
    text-align: center;
    max-width: 77px;
    position: absolute;
    right: 74%;
}
.point-txt-sp{
    width: 70%;
    height: 80%;
    float: right;
    
}
.point-txt-sp:not(:last-child) {
    margin-bottom: 30px;
}
.point-txt-sp:last-child {
    margin-bottom: 20px;
}
.raiten-txt{
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}
.raiten-img{
    text-align: center;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.about-title {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 35px;
}
.counseling-title{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
}
.about-title span {
    padding: 10px;
    border: 3px solid #eee;
    letter-spacing: 0;
}
.counseling-title span{
     padding: 10px 2px;
    border: 3px solid #eee;
    letter-spacing: 0;
}
.service-btn a {
    font-size: 250%;
    width: 310px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 21px;
    display: block;
    background: #b60005;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 13px;
}
.service-btn {
    background: #fff;
    padding-bottom: 15px;
    clear: both;
    position: relative;
}
.tel-icon {
    background: url("/img/form/thanks/ico_tel.png") no-repeat;
    line-height: 2;
    content: "";
    position: absolute;
    font-style: normal;
    left: 17px;
    top: 96%;
    width: 30px;
    height: 60px;
    margin-top: -1.5em;
}
.btn-small-txt{
    font-size: 10px;
    position: absolute;
    top: -3%;
    right: 27%;
    padding: 7px 0 0;
}
.request-message {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px
}
.request-message p {
    margin-bottom: 15px;
}


}