@charset "utf-8";

/*-------------------------------------------*/
/*  共通設定
/*-------------------------------------------*/
.afterCare {
    margin: 0 calc(50% ? 50vw);
    width: 100vw;
    color: #333;
    font-siz:e 18px;
    line-height: 1.8;
    text-align: center;
}
.afterCare * {
    box-sizing: border-box;
}
.afterCare .inner {
    width: 970px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.afterCare .bgRule {
    background-image: linear-gradient(#f5f5f5 1px, transparent 0),
                      linear-gradient(90deg, #f5f5f5 1px, transparent 0);
    background-size: 10px 10px;
}
.afterCare h3 {
    font-size: 50px;
    font-weight: bold;
}
.afterCare .labelGr {
    background: #3daea1;
    color: #fff;
    padding: 5px 0;
}
.afterCare .red {
    color: #ff0000;
}
.afterCare .orange {
    color: #ff6600;
}
.afterCare .bold {
    font-weight: bold;
}
.afterCare .marker {
    background: linear-gradient(transparent 60%, #fef17d 0%);
}

@media screen and (max-width:479px) {
    .afterCare {
        width: 100%;
        font-siz:e 15px;
        line-height: 1.4;
    }
    .afterCare .bgRule {
        background-size: 7px 7px;
    }
    .afterCare .inner {
        width: 90%;
        padding-bottom: 30px;
    }
    .afterCare h3 {
        font-size: 22px;
    }
    .afterCare .labelGr {
        padding: 8px 0;
    }
    .afterCare img {
        width: 100%;
    }
}


/*-------------------------------------------*/
/*  メインビジュアル
/*-------------------------------------------*/
.acMainVisual {
    background: #f1f1f1;
}
.acMainVisual .mainVisual_inner {
    background: #f1f1f1;
    background: url(/service/templates/img/aftercare/bg_main.png) no-repeat;
    background-size: auto auto;
    height: 560px;
    width: 970px;
    margin: 0 auto;
}
.acMainVisual .mainVisual_inner h2 {
    width: 680px;
}
.acMainVisual .mainVisual_inner .pointArea {
    width: 680px;
}
.acMainVisual .mainVisual_inner ul  {
    display: flex;
}

@media screen and (max-width:479px) {
    .acMainVisual .mainVisual_inner {
        background-size: cover;
        background-position: right bottom;
        width: 100%;
        height: auto;
    }
    .acMainVisual .mainVisual_inner h2 {
        width: 75%;
    }
    .acMainVisual .mainVisual_inner img {
        width: 100%;
    }
    .acMainVisual .mainVisual_inner .pointArea {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
}


/*-------------------------------------------*/
/*  サービス説明
/*-------------------------------------------*/
.acContents {
    padding-top: 80px;
}
.acContents h3 {
    font-size: 30px;
    color: #fff;
    background: #3daea1;
    border-radius: 30px;
    width: 75%;
    margin: 0 auto 50px;
}
.acContents h3 br {
    display: none;
}
.acContents h1 {
    font-size: 30px;
    color: #fff;
    background: #3daea1;
    border-radius: 30px;
    width: 75%;
    margin: 0 auto 50px;
}
.acContents h1 br {
    display: none;
}
.acContents p {
    font-size: 22px;
}
.acContents p.forSP {
    display: none;
}
.acContents span {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width:479px) {
    .acContents {
        padding-top: 30px;
    }
    .acContents h3 {
        font-size: 16px;
        border-radius: 35px;
        width: 100%;
        margin: 0 auto 15px;
        padding: 3px 0;
    }
    .acContents h3 br {
        display: block;
    }
   .acContents h1 {
        font-size: 16px;
        border-radius: 35px;
        width: 100%;
        margin: 0 auto 15px;
        padding: 3px 0;
    }
    .acContents h1 br {
        display: block;
    }
    .acContents span {
        font-size: 16px;
    }
    .acContents p {
        font-size: 16px;
    }
    .acContents p.forPC {
        display: none;
    }
    .acContents p.forSP {
        display: block;
    }
}


/*-------------------------------------------*/
/*  問題定義
/*-------------------------------------------*/
.acAnxiety .imgArea {
    background: #d5d6d0;
    background: -moz-linear-gradient(left,  #d5d6d0 1%, #eaece9 100%);
    background: -webkit-linear-gradient(left,  #d5d6d0 1%,#eaece9 100%);
    background: linear-gradient(to right,  #d5d6d0 1%,#eaece9 100%);
}
.acAnxiety h3 {
    color: #fff;
    background: #5c4d3f;
    padding: 5px 0;
    position: relative;
}
.acAnxiety h3 span {
    font-size: 44px;
}
.acAnxiety h3:after {
    content: '';
    border-top: 50px solid #5c4d3f;
    border-right: 75px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 75px solid transparent;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
}
.acDetail {
    position: relative;
}
.acDetail:before {
    content: '';
    border-top: 50px solid #ff9000;
    border-right: 75px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 75px solid transparent;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
}
.acDetail .inner {
    padding-top: 50px;
}
.acDetail .inner h4 {
    margin: 100px 0 50px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
}
.acDetail .inner h4 .fontS {
    font-size: 44px;
}
.acDetail .inner p {
    font-size: 22px;
    margin-bottom: 50px;
}
.acDetail .inner img {
    margin-bottom: 80px;
}

@media screen and (max-width:479px) {
    .acAnxiety h3 span {
        font-size: 20px;
    }
    .acAnxiety h3:after {
        border-top: 20px solid #5c4d3f;
        border-right: 25px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 25px solid transparent;
        top: 96%;
    }
    .acDetail:before {
        border-top: 30px solid #ff9000;
        border-right: 50px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 50px solid transparent;
        top: 20px;
    }
    .acDetail .inner h4 {
        margin: 10px 0 20px;
        font-size: 20px;
        line-height: 1.6;
    }
    .acDetail .inner h4 .fontS {
        font-size: 18px;
    }
    .acDetail .inner p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .acDetail .inner img {
        margin-bottom: 30px;
    }
}


/*-------------------------------------------*/
/*  3つの安心
/*-------------------------------------------*/
.acPoint {
    background-image: repeating-linear-gradient( 90deg, #c2f9ef 0px 10px, #c8faf1 10px 18px );
    padding-bottom: 80px;
}
.acPoint h3 {
    color: #444;
    text-shadow:1px 1px 0px #fff;
    padding: 50px 0 30px;
}
.acPoint h3 br {
    display: none;
}
.acPoint h3 .orange {
    color: #ff9000;
}
.acPoint h3 .fontS {
    font-size: 44px;
}
.acPoint h3 .fontL {
    font-size: 66px;
}
.acPoint .inner {
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
}
.acPoint li {
    display: flex;
    border-bottom: 1px dotted #999;
    text-align: left;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.acPoint li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.acPoint li img {
    margin-right: 30px;
}
.acPoint li p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
.acPoint li p .fontS {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    display: block;
}

@media screen and (max-width:479px) {
    .acPoint {
        padding-bottom: 30px;
    }
    .acPoint h3 {
        padding: 20px 0 10px;
    }
    .acPoint h3 br {
        display: block;
    }
    .acPoint h3 .fontS {
        font-size: 20px;
    }
    .acPoint h3 .fontL {
        font-size: 30px;
    }
    .acPoint .inner {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .acPoint li {
        display: block;
        text-align: left;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .acPoint li img {
        width: 75%;
        margin-right: 0;
        display: block;
        margin: 0 auto 15px;
        padding-right: 15px;
    }
    .acPoint li p {
        font-size: 16px;
        line-height: 1.4;
    }
    .acPoint li p br {
        display: none;
    }
    .acPoint li p .fontS {
        font-size: 12px;
    }
    .acPoint li p .annotation br {
        display: block;
    }
}


/*-------------------------------------------*/
/*  アフターケアプレミアムプラン
/*-------------------------------------------*/
.acPlan {
    background: #eaeaea;
}
.acPlan h4 {
    color: #ff8a00;
    font-size: 34px;
    font-weight: bold;
    margin: 50px 0 30px;
    position: relative;
}
.acPlan h4 br {
    display: none;
}
.acPlan h4 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 30px;
    padding: 0 20px;
    background-color: #eaeaea;
}
.acPlan h4::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ff8a00;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.acPlan .comparison {
    width: 910px;
    margin: 0 auto;
}
.acPlan .serviceDetail {
    width: 910px;
    margin: 0 auto;
}
.acPlan .serviceDetail_inner {
    background: #fff;
    font-size: 18px;
    text-align: left;
    padding: 50px;
}
.acPlan .serviceDetail_inner dt {
    font-size: 22px;
    font-weight: bold;
    color: #3daea1;
    border-bottom: 2px solid #3daea1;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.acPlan .serviceDetail_inner dt:before {
    content: '';
    background: url(/service/templates/img/aftercare/ico_checkmark.png) no-repeat;
    background-size: 23px 22px;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.acPlan .serviceDetail_inner dt span {
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 9px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    height: 25px;
}
.acPlan .serviceDetail_inner dd {
    margin-bottom: 25px;
}
.acPlan .serviceDetail_inner dd:last-child {
    margin-bottom: 0;
}
.acPlan .serviceDetail_inner dd .annotation {
    text-indent: -1em;
    margin-left: 1em;
    display: inline-block;
    color: #666;
}
.acPlan .serviceDetail_inner dd .annotation:before {
    content: '※';
}
.acPlan .serviceDetail_inner dd .linkArea {
    display: inline-block;
    margin: 5px 0 0 10px;
}
.acPlan .serviceDetail_inner dd .linkArea:before {
    content: '⇒ ';
}
.acPlan .serviceDetail_inner dd .linkArea a {
    text-decoration: underline;
    color: #2c82c9;
}
.acPlan .serviceDetail_inner dd .linkArea a:hover {
    text-decoration: none;
}

@media screen and (max-width:479px) {
    .acPlan h3 {
        font-size: 20px;
    }
    .acPlan .comparison,
    .acPlan .serviceDetail {
        width: 100%;
    }
    .acPlan h4 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .acPlan h4 br {
        display: block;
    }
    .acPlan h4 span {
        margin: 0;
        padding: 0;
    }
    .acPlan h4::before {
        content: none;
    }
    .acPlan .serviceDetail_inner {
        font-size: 16px;
        padding: 20px;
    }
    .acPlan .serviceDetail_inner dt {
        font-size: 18px;
        padding: 0 0 3px 22px;
        position: relative;
    }
    .acPlan .serviceDetail_inner dt:before {
        background-size: 18px 17px;
        width: 18px;
        height: 17px;
    }
    .acPlan .serviceDetail_inner dt span {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 12px;
        padding: 1px 7px;
        border-radius: 3px;
        margin: 0 0 4px 0;
        height: 20px;
    }
    .acPlan .serviceDetail_inner dd {
        margin-bottom: 20px;
    }
}


/*-------------------------------------------*/
/*  申し込み方法
/*-------------------------------------------*/
.acStep {
    border-bottom: 1px solid #e6e6e6;
}
.acStep h3 {
    font-size: 42px;
}
.acStep h3 br {
    display: none;
}
.acStep_inner {
    width: 770px;
    margin: 80px auto;
}
.acStep dl {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 70px;
    position: relative;
}
.acStep dl:nth-child(1),
.acStep dl:nth-child(6)  {
    margin-bottom: 0;
}
.acStep dt {
    color: #fff;
    background: #3daea1;
    border-radius: 8px 0 0 8px;
    padding: 12px 30px;
}
.acStep dd {
    width: 100%;
    background: #fff;
    border: 1px solid #3daea1;
    border-radius: 0 8px 8px 0;
    padding: 12px 0;
}
.acStep .boxArea {
    width: 74%;
    text-align: left;
    margin: 30px 0 30px 25%;
    font-size: 18px;
}
.boxArea .annotation {
    text-indent: -1em;
    padding-left: 1em;
}
.acStep .boxArea img {
    margin-top: 10px;
}
.acStep dl:after {
    content: '';
    position: absolute;
}
.acStep dl:first-child:after {
    content: '';
    background: url(/service/templates/img/aftercare/img_arrow_l.png) no-repeat;
    background-size: 60px 180px;
    width: 60px;
    height: 180px;
    left: 30px;
    top: 165%;
}
.acStep dl:nth-child(n+2):after {
    content: '';
    background: url(/service/templates/img/aftercare/img_arrow_s.png) no-repeat;
    background-size: 60px 30px;
    width: 60px;
    height: 30px;
    left: 30px;
    top: 130%;
}
.acStep dl:nth-child(6):after {
    top: 175%;
}
.acStep dl:last-child:after {
    content: none;
}

@media screen and (max-width:479px) {
    .acStep h3 {
        font-size: 22px;
    }
        .acStep h3 br {
        display: block;
    }
    .acStep_inner {
        width: 100%;
        margin: 30px auto;
    }
    .acStep dl {
        display: flex;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .acStep dl:first-child:after {
        content: none;
    }
    .acStep dl:nth-child(n+2):after {
        content: '';
        background: url(/service/templates/img/aftercare/img_arrow_s.png) no-repeat;
        background-size: 30px 15px;
        width: 30px;
        height: 15px;
        left: 0;
        top: 120%;
        right: 0;
        margin: 0 auto;
    }
    .acStep dl:nth-child(6):after {
        content: none;
    }
    .acStep dl:last-child:after {
        content: none;
    }
    .acStep .boxArea {
        width: 100%;
        text-align: left;
        margin: 15px 0px;
        font-size: 14px;
        position: relative;
        padding-bottom: 25px;
    }
    .acStep .boxArea:after {
        content: '';
        background: url(/service/templates/img/aftercare/img_arrow_s.png) no-repeat;
        background-size: 30px 15px;
        width: 30px;
        height: 15px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }
}


/*-------------------------------------------*/
/*  利用規約
/*-------------------------------------------*/
.acTerms {
    width: 770px;
    margin: 80px auto;
}
.acTerms h3 {
    background: #3daea1;
    color: #fff;
    font-size: 24px;
    border-radius: 8px 8px 0 0;
    padding: 10px 0;
}
.acTerms .acTerms_inner {
    border-right: 1px solid #3daea1;
    border-bottom: 1px solid #3daea1;
    border-left: 1px solid #3daea1;
    border-radius: 0 0 8px 8px;
    padding: 50px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 80px;
}
.acTerms .acTerms_inner dt {
    font-weight: bold;
    text-indent: -0.5em;
}
.acTerms .acTerms_inner dd {
    margin-bottom: 25px;
}
.acTerms .acTerms_inner dd:last-child {
    margin-bottom: 0;
}
.acTerms .acTerms_inner ul li {
    text-indent: -1em;
    margin-left: 1em;
}
.acTerms .acTerms_inner .listTypeA li:before {
    content: '※';
}
.acTerms .acTerms_inner .listTypeB li:before {
    content: '・';
}

@media screen and (max-width:479px) {
    .acTerms {
        width: 100%;
        margin: 30px auto;
    }
    .acTerms h3 {
        font-size: 18px;
        border-radius: 6px 6px 0 0;
        padding: 6px 0;
    }
    .acTerms .acTerms_inner {
        border-radius: 0 0 8px 8px;
        padding: 20px 15px;
        font-size: 12px;
        margin-bottom: 30px;
    }
}


/*-------------------------------------------*/
/*  ボタン
/*-------------------------------------------*/
.btnArea a {
    display: block;
    width: 550px;
    border: 2px solid #dc6b00;
    border-radius: 12px;
    background: #ffa03c;
    background: -moz-linear-gradient(top,  #ffa03c 0%, #ffa03c 50%, #ff7c00 51%, #ff7c00 93%, #ff7c00 100%);
    background: -webkit-linear-gradient(top,  #ffa03c 0%,#ffa03c 50%,#ff7c00 51%,#ff7c00 93%,#ff7c00 100%);
    background: linear-gradient(to bottom,  #ffa03c 0%,#ffa03c 50%,#ff7c00 51%,#ff7c00 93%,#ff7c00 100%);
    box-shadow:0px 0px 3px 1px #fff inset;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 38px;
}
.btnArea a:hover{
    opacity: 0.7;
    transition: all 300ms ease;
}
.btnArea a span {
    position: relative;
}
.btnArea a span:before,
.btnArea a span:after {
    content: '';
    width:27px;
    height: 29px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btnArea a span:before {
    background: url(/service/templates/img/aftercare/ico_arrow_r.png) no-repeat;
    background-size: 27px 29px;
    left: -50px;
}
.btnArea a span:after {
    background: url(/service/templates/img/aftercare/ico_arrow_l.png) no-repeat;
    background-size: 27px 29px;
    right: -50px;
}

@media screen and (max-width:479px) {
    .btnArea a {
        display: block;
        width: 98%;
        border: 1px solid #dc6b00;
        border-radius: 10px;
        padding: 15px 0;
        font-size: 22px;
    }
    .btnArea a span:before, .btnArea a span:after {
        width: 15px;
        height: 16px;
    }
    .btnArea a span:before {
        background-size: 15px 16px;
        left: -20px;
    }
    .btnArea a span:after {
        background-size: 15px 16px;
        right: -20px;
    }
}


/*-------------------------------------------*/
/*  フローティングボタン
/*-------------------------------------------*/
#acFloting {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 10px 3px;
}
#acFloting p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
}
#acFloting a {
    border: 1px solid #dc6b00;
    border-radius: 4px;
    background: #ffa03c;
    background: -moz-linear-gradient(top,  #ffa03c 0%, #ffa03c 50%, #ff7c00 51%, #ff7c00 93%, #ff7c00 100%);
    background: -webkit-linear-gradient(top,  #ffa03c 0%,#ffa03c 50%,#ff7c00 51%,#ff7c00 93%,#ff7c00 100%);
    background: linear-gradient(to bottom,  #ffa03c 0%,#ffa03c 50%,#ff7c00 51%,#ff7c00 93%,#ff7c00 100%);
    box-shadow:0px 0px 3px 1px #fff inset;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
    display: block;
    font-size: 14px;
}
#acFloting a:hover {
    opacity: 0.7;
    transition: all 300ms ease;
}

@media screen and (max-width:479px) {
    #acFloting {
        display: none;
    }
}