@charset "UTF-8";
	
/* =============================================
 reset
============================================= */
*,:after,:before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}
/* =============================================
 common
============================================= */
body{
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 1.5;
    color: #141417;
}
img{
    width: 100%;
    vertical-align: bottom;
}
ul{
    padding: 0;
}
ul,li{
    list-style: none;
}
section{
    padding: 40px 0;
}
.section-content{
    width:90%;
    max-width:1110px;
    margin:0 auto;
}
a{
    text-decoration: none;
    color: inherit;
}
.dn-sp{
    display:none !important;
}
.section-content{
    position: relative;
}
.section-ttl{
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.section-ttl span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eaf0fd;
    z-index: -1;
    font-size: 80px;
    letter-spacing: .06em;
}
.section-txt{
    font-size:1.1em;
    text-align: center;
    margin-bottom: 30px;
}
.wrapper_content a{
    text-decoration: none;
    color: inherit;
    display: block;
}
.db-tab{
    display: none;
}
a.section-btn{
    display: block;
    background: #ff6685;
    color: #fff;
    padding: .8em;
    width: 80%;
    max-width: 250px;
    text-align:center;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto;
}

/* コンテンツfadein */
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
.fade-in-up {
	transform: translate(0, 50px);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
@media screen and (min-width: 767px){
    .dn-sp{
        display:block;
    }
    .dn-pc{
        display: none;
    }
    .db-tab{
        display: block;
    }
    .section-ttl{
        font-size: 1.5em;
    }
}
.page-top{
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    transform: rotate(-90deg);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 2px;
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 1028px){
    .db-tab{
        display: none;
    }
    section{
        padding: 60px 0;
    }
    .section-ttl{
        font-size: 32px;
        margin-bottom: 80px;
    }
    .section-ttl span{
        font-size: 110px;
    }
    .section-txt{
        font-size: 20px;
        margin-bottom: 60px;
    }
    .dn-pc02{
        display: none !important;
    }
    a.section-btn{
        font-size: 20px;
        max-width: 320px;
        transition: .2s ease;
    }
    a.section-btn:hover{
        transform: scale(1.05);
    }
}
/* =============================================
 section-main
============================================= */
.section-main{
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/main.jpg')no-repeat;
    background-position: right 20% center;
    background-size: cover;
    padding: 60px 0 70px;
}
.main-content{
    background: rgba(255, 255, 255, 0.60);
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    padding: 50px 0;
    position: relative;
    display: none;
}
.main-content-company{
    width: 70%;
    margin: 0 auto 25px;
    max-width: 230px;
}
.main-txt{
    width: 90%;
    margin: 0 auto 30px;
}
.main-txt-sub{
    color: #0d86fd;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.main-content-tag{
    position: absolute;
    top: -40px;
    left: -20px;
    max-width: 300px;
}
a.main-btn{
    background: #ff6685;
    border-radius: 50px;
    padding: .5em 2em;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 1.2em;
    max-width: 430px;
    transition: .2s ease;
}
a.main-btn::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 20px;
    top: 45%;
    transform: rotate(-45deg);
}
a.main-btn span{
    font-size: 14px;
}
@media screen and (min-width: 768px){
    .section-main{
        padding-bottom: 80px;
    }
    .main-content{
        width: 60%;
        margin-right: auto;
    }
    .main-txt{
        width: 80%;
        max-width: 500px;
    }
    .main-content-tag{
        left: -30px;
    }
    a.main-btn{
        width: 80%;
    }
}
@media screen and (min-width: 1028px){
    .main-content{
        background: rgba(255, 255, 255, 0.4);
        padding: 80px 0;
    }
    .main-content-tag{
        max-width: 450px;
        top: -60px;
        left: -60px;
    }
    .main-content-company{
        max-width: 355px;
        margin-bottom: 35px;
    }
    .main-txt{
        margin-bottom: 50px;
    }
    .main-txt-sub{
        font-size: 20px;
    }
    a.main-btn{
        padding: .3em;
        font-size: 28px;
        bottom: -50px;
    }
    a.main-btn:hover{
        transform: translateX(-50%) scale(1.05);
    }
    a.main-btn span{
        font-size: 18px;
    }
    a.main-btn::before{
        width: 12px;
        height: 12px;
        right: 25px;
    }
}
/* =============================================
 section-lead
============================================= */
.section-lead{
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/lead-bg.jpg')no-repeat left/contain;
}
.lead-element{
    position: relative;
}
.lead-txt{
    line-height: 1.8;
    margin-bottom: 50px;
}
.lead-txt-main{
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .05em;
    line-height: 1.8;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.lead-txt-main::before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 8px;
    background: linear-gradient(to right, #0d86fd, #00befc);
    position: absolute;
    left: 45%;
    bottom: 0;
}
.lead-txt span.ft01{
    font-weight: bold;
    font-size: 110%;
}
.lead-txt span.ft02{
    font-weight: bold;
    font-size: 110%;
    color: #0d86fd;
}
.lead-img{
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    display: inline-block;
}
.lead-img.img01{
    width: 50%;
    position: relative;
    top: 30px;
    left: 0;
    z-index: 2;
}
.lead-img.img02{
    width: 40%;
    position: absolute;
    top: -30px;
    right: 0;
}
.lead-img.img03{
    width: 50%;
    position: absolute;
    bottom: -60px;
    right: 10px;
}
@media screen and (min-width: 768px){
    .lead-inner{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: stretch;
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
    .lead-element{
        max-width: calc(((100% / 12) * 7) - 10px);
        flex-basis: calc(((100% / 12) * 7) - 10px);
        margin: 0 5px 10px;
    }
    .lead-element.right{
        max-width: calc(((100% / 12) * 5) - 10px);
        flex-basis: calc(((100% / 12) * 5) - 10px);
        margin: 0 5px 10px;
    }
    .lead-img.img01{
        width: 90%;
        top: 80px;
    }
    .lead-img.img02{
        width: 60%;
        max-width: 330px;
        top: -100px;
    }
    .lead-img.img03{
        width: 70%;
        max-width: 480px;
        bottom: 20px;
        right: 10px;
    }
    .lead-txt-main{
        text-align: left;
    }
    .lead-txt-main::before{
        left: 0;
    }
    .section-lead{
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1028px){
    .lead-txt-main{
        font-size: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .lead-txt{
        font-size: 20px;
    }
    .lead-inner{
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .lead-element, .lead-element.right{
        max-width: calc(((100% / 12) * 6) - 30px);
        flex-basis: calc(((100% / 12) * 6) - 30px);
        margin: 0 15px 30px;
    }
    .lead-img.img02{
        top: -180px;
        right: -140px;
    }
    .lead-img.img03{
        bottom: 20px;
        right: -130px;
    }
}
/* =============================================
 section-info
============================================= */
.info-box{
    border: 5px solid #00befc;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto 50px;
    background: #f4faff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
}
.info-ttl{
    background: linear-gradient(to right, #0d86fd, #00befc);
    position: relative;
    border-radius: 10px 10px 0 0;
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
}
.info-ttl-coment{
    position: absolute;
    top: -65px;
    left: 0;
    width: 90px;
}
.info-ttl-item{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    padding: 1em 0;
}
.info-ttl-item::before, .info-ttl-item::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: 10px;
}
.info-ttl-item::before{
    left: -15px;
    transform: rotate(-30deg);
}
.info-ttl-item::after{
    right: -15px;
    transform: rotate(30deg);
}
.info-date{
    background: #0d86fd;
    border-radius: 50px;
    padding: .6em 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.info-date span.date-ttl{
    display: inline-block;
    border-radius: 30px;
    padding: .2em 1em;
    margin-bottom: 5px;
    color: #0d86fd;
    font-size: 80%;
    background: #fff;
}
.info-content{
    padding: 1.5em 1em 2em;
}
.info-content-element{
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.info-content-element.element01{
    margin-right: 40px;
}
.info-content-element.element02 span.info-content-element-txt{
    position: relative;
    top: 20px;
}
.info-content-element-tag{
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    white-space: nowrap;
    z-index: 0;
}
.info-content-element-txt{
    display: inline-block;
}
.info-content-element-tag::before{
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(to right, #0d86fd, #00befc);
    position: absolute;
    top: -8px;
    left: -4px;
    transform: rotate(45deg);
    z-index: -1;
}
.info-date-txt{
    color: #0d86fd;
    font-size: 14px;
    font-weight: bold;
}
span.date-sm7{
    font-size: 70%;
}
span.date-sm8{
    font-size: 80%;
}
span.caption{
    font-size: 12px;
    font-weight: normal;
}
span.ft-bg{
    font-size: 150%;
}
span.ft-bg02{
    font-size: 120%;
    text-decoration: underline;
}
.info-content-inner{
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (min-width: 767px){
    .section-info{
        padding-top: 20px;
    }
    .info-ttl-item::before{
        left: -30px;
    }
    .info-ttl-item::after{
        right: -30px;
    }
    .info-ttl-item{
        font-size: 20px;
    }
    .info-ttl-item::before, .info-ttl-item::after{
        bottom: 17px;
    }
    .info-date{
        font-size: 20px;
    }
    .info-date-txt{
        font-size: 1.1em;
    }
    .info-content-element{
        display: inline-block;
        margin-bottom: 50px;
    }
    .info-date span.date-ttl{
        margin-right: 15px;
    }
    .info-content{
        padding: 2.5em 3em ;
    }
    .info-ttl-coment{
        width: 110px;
    }
}
@media screen and (min-width: 1028px){
    .section-info{
        padding-top: 30px;
    }
    .info-box{
        max-width: 100%;
    }
    .info-content{
        padding: 50px 3em;
    }
    .info-content-inner{
        max-width: 790px;
    }
    .info-ttl-coment{
        width: 140px;
        left: 30px;
    }
    .info-ttl-item::before{
        left: -40px;
    }
    .info-ttl-item::after{
        right: -40px;
    }
    .info-ttl-item::before, .info-ttl-item::after{
        bottom: 30px;
        width: 3px;
        height: 40px;
    }
    .info-ttl-item{
        font-size: 30px;
    }
    .info-date{
        font-size: 30px;
    }
    .info-date-txt{
        font-size: 22px;
    }
    .info-content-element-tag{
        font-size: 20px;
        margin-right: 30px;
    }
    .info-content-element-tag::before{
        width: 50px;
        height: 50px;
        top: -9px;
        left: -5px;
    }
    .info-content-element-txt{
        font-size: 20px;
    }
    .element03 .info-content-element-txt{
        font-size: 27px;
    }
    .info-content-element{
        margin-bottom: 50px;
        margin-left: 20px;
    }
    .info-content-element-txt.ft-bg{
        font-size: 36px;
    }
}
/* =============================================
 section-service
============================================= */
.section-service{
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/service-bg.jpg') no-repeat top/contain;
    background-position-y:  20%;
}
.section-service .section-ttl{
    line-height: 1.5;
}
.service-txt{
    text-align: center;
    margin-bottom: 20px;
}
span.service-txt-ft{
    font-weight: bold;
    color: #0d86fd;
}
.service-img-wrapper{
    overflow: auto;
    margin-bottom: 50px;
}
.section-service .section-ttl::before{
    content: '';
    display: inline-block;
    width: 110%;
    height: 100px;
    position: absolute;
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/service-ttl-bg.png') no-repeat center/contain;
    top: 0;
    left: 48%;
    transform: translateX(-50%);
}
.service-img{
    width: 200%;
}
.service-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.service-element{
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px 25px;
    background: #F7FCFF;
    border-radius: 20px;
    box-shadow: 4px 4px 0px 0px #d9d9d9;
    padding: .5em .5em .7em;
    position: relative;
    box-sizing: border-box;
}
.service-element-num{
    position: absolute;
    top: -20px;
    left: 15px;
    font-size: 1.5em;
    color: #0d86fd;
    text-shadow: 2px 2px 0px #d9d9d9;
}
.service-element-txt{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.service-element-img{
    width: 150px;
    margin: 0 auto 10px;
}
.service-content{
    margin-bottom: 30px;
}
@media screen and (min-width: 767px){
    .service-element{
        max-width: calc(((100% / 12) * 3) - 10px);
        flex-basis: calc(((100% / 12) * 3) - 10px);
    }
    .service-img{
        width: 100%;
    }
    .section-service .section-ttl::before{
        width: 80%;
        max-width: 550px;
        top: -25px;
    }
}
@media screen and (min-width: 1028px){
    .service-inner{
        width: calc(100% + 30px);
        margin: 0 -5px;
    }
    .service-element{
        max-width: calc(((100% / 12) * 3) - 30px);
        flex-basis: calc(((100% / 12) * 3) - 30px);
        margin: 0 15px 25px;
    }
    .section-txt span.service-txt-ft{
        font-size: 20px;
    }
    .service-txt{
        font-size: 20px;
    }
    .service-element{
        padding: 20px 0;
    }
    .service-element-num{
        font-size: 36px;
        top: -25px;
        left: 20px;
    }
    .service-element-img{
        width: 170px;
    }
    .service-element-txt{
        font-size: 18px;
    }
    .service-img-wrapper{
        margin-bottom: 80px;
    }
    .section-service .section-ttl::before{
        max-width: 750px;
    }
}
/* =============================================
 section-effect
============================================= */
section.section-effect{
    padding-bottom: 0;
}
.effect-content.content01{
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/effect-bg.jpg')no-repeat left/cover;
    position: relative;
}
.effect-content.content02{
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/effect-bg02.jpg')no-repeat right/cover;
    margin-top: 40px;
    padding-bottom: 40px;
}
.effect-content.content01::after{
    content: '';
    display: inline-block;
    border: 50vw solid transparent;
    border-top: 50px solid #E5ECF2;
    position: absolute;
    bottom: calc(-50vw - 50px);
    left: 0;
}
.effect-txt{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    padding: 30px 0 20px;
}
.effect-txt span{
    color: #82a3d1;
    background: linear-gradient(rgba(255,255,255,0) 70%, #ff0 70%);
}
.content02 .effect-txt span{
    color: #0d86fd;
}
.effect-element{
    padding-bottom: 10px;
}
.effect-element-img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 30px auto 10px;
    border: 1px solid #efefef;
}
.content02 .effect-element-img{
    border-radius: 10px;
}
.effect-element-content-wrapper .effect-element-img{
    width: 110px;
    height: 110px;
}
.effect-element-content{
    text-align: center;
    padding-top: 20px;
}
.effect-element-ttl{
    background: #82a3d1;
    color: #fff;
    text-align: center;
    padding: .5em;
    font-size: 1.2em;
    font-weight: bold;
}
.content02 .effect-element-ttl{
    background: #0d86fd;
}
.effect-element-content-wrapper{
    width: 100%;
}
.effect-element-content-wrapper:nth-of-type(odd){
    margin-right: auto;
}
.effect-element-content-wrapper:nth-of-type(even){
    margin-left: auto;
}
@media screen and (min-width: 767px){
    .effect-txt{
        font-size: 1.5em;
        padding: 50px 0 30px;
    }
    .effect-inner{
        display: flex;
        justify-content: center;
    }
    .effect-element{
        width: calc(100% / 3);
    }
    .effect-element:not(:last-child) .effect-element-ttl{
        border-right: 2px solid #fff;
    }
    .effect-element:not(:last-child) .effect-element-content{
        border-right: 2px dotted #82a3d1;
        height: 94%;
    }
    .effect-element-content{
        padding: 1.5em 1em 0;
    }
    .effect-element-img{
        width: 170px;
        height: 170px;
    }
    .effect-element-content-wrapper .effect-element-img{
        width: 150px;
        height: 150px;
    }
    .effect-content.content02{
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 1028px){
    .effect-content.content02{
        padding-bottom: 80px;
    }
    .effect-element-img{
        width: 220px;
        height: 220px;
    }
    .effect-txt{
        font-size: 28px;
        padding: 80px 0 50px;
    }
    .effect-element-ttl{
        font-size: 24px;
    }
    .effect-element-content-wrapper{
        width: 70%;
    }
    .effect-element-txt{
        font-size: 18px;
    }
    .effect-content.content01::after{
        border-top: 80px solid #E5ECF2;
        bottom: calc(-50vw - 80px);
    }
    
}
/* =============================================
 section-flow
============================================= */
.section-flow{
    background: #f7fafd;
    padding: 60px;
}
.flow-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 10px);
    margin: 0 -5px;
}
.flow-element{
    max-width: calc(((100% / 12) * 6) - 10px);
    flex-basis: calc(((100% / 12) * 6) - 10px);
    margin: 0 5px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    padding-bottom: 15px;
    position: relative;
    background: #fff;
}
.flow-element-num{
    font-weight: bold;
    color: #fff;
    background: #0d86fd;
    padding: .4em;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 20px;
    border-radius: 5px 5px 0 0;
    line-height: 1;
}
.flow-element-txt{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
}
.flow-element:first-child .flow-element-txt{
    margin-bottom: 0;
}
.flow-element-img{
    width: 70px;
    margin: 0 auto;
}
.flow-txt{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #0d86fd;
    font-weight: bold;
    margin-bottom: 30px;
}
.flow-txt::before, .flow-txt::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: 0;
    background: #0d86fd;
}
.flow-txt::before{
    transform: rotate(-45deg);
    left: -20px;
}
.flow-txt::after{
    transform: rotate(45deg);
    right: -20px;
}
.flow-cotent{
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
    .section-flow{
        padding: 80px;
    }
    .flow-txt{
        font-size: 20px;
    }
    .flow-element-num{
        font-size: 26px;
        padding: .3em;
    }
    .flow-element{
        max-width: calc(((100% / 10) * 2) - 10px);
        flex-basis: calc(((100% / 10) * 2) - 10px);
        margin: 0 5px 10px;
    }
    .flow-element:not(:last-child)::before{
        content: '';
        display: inline-block;
        border: 10px solid transparent;
        border-left: 10px solid #1ea7e7;
        right: -20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .flow-cotent{
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1028px){
    .section-flow{
        padding: 110px 0 80px;
    }
    .flow-element:not(:last-child)::before{
        border: 20px solid transparent;
        border-left: 20px solid #1ea7e7;
        right: -40px;
    }
    .flow-txt{
        font-size: 26px;
        margin-bottom: 50px;
    }
    .flow-element-num{
        font-size: 32px;
        margin-bottom: 35px;
        padding: .5em;
    }
    .flow-element-txt{
        font-size: 20px;
    }
    .flow-txt::before, .flow-txt::after{
        height: 30px;
        bottom: 0;
    }
    .flow-txt::before{
        left: -30px;
    }
    .flow-txt::after{
        right: -30px;
    }
    .flow-inner{
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .flow-element{
        max-width: calc(((100% / 10) * 2) - 20px);
        flex-basis: calc(((100% / 10) * 2) - 20px);
        margin: 0 10px 15px;
        padding-bottom: 15px;
    }
    .flow-element-img{
        width: 95px;
    }
    .flow-cotent{
        margin-bottom: 60px;
    }
}

/* =============================================
 section-end
============================================= */
.section-end{
    background: url('https://sub.fukumi-ru.com/img/topic/doctormate/end-bg.jpg')no-repeat center/cover;
}
.end-txt{
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
}
.end-content{
    background: #fff;
    padding: 35px 0;
}
.end-content-txt{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.end-content-btns{
    text-align: center;
}
a.end-content-btn{
    display: inline-block;
    font-weight: bold;
    text-align: center;
    color: #3ccee0;
    border: 3px solid #3ccee0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: .5em;
    width: 80%;
    max-width: 250px;
    transition: .2s ease;
}
a.end-content-btn.login{
    color: #fff;
    border: 3px solid #3ccee0;
    background: #3ccee0;
    margin-top: 15px;
}
@media screen and (min-width: 768px){
    .end-txt{
        font-size: 20px;
    }
    a.end-content-btn.login{
        margin-left: 15px;
    }
    .end-content-txt{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1028px){
    .end-txt{
        font-size: 28px;
        margin-bottom: 50px;
    }
    .end-content{
        padding: 50px 0;
    }
    a.end-content-btn{
        font-size: 20px;
    }
    a.end-content-btn.login{
        margin-left: 30px;
    }
    .end-content-txt{
        font-size: 20px;
        margin-bottom: 40px;
    }
    a.end-content-btn:hover{
        transform: scale(1.05);
    }
}