.breathcare p {
    font-size: 14px;
}


.mv-area {
    padding: 15px 14px;
    background-image: url("/mobile/cp/breathcare/images/mv-bg_sp.png");
    background-size: cover;
}

.mv-sp-content{
    display: flex;
    flex-wrap: wrap;
}

.mv-area .hdg-lv1 {
    width: 100%;
    margin-bottom: 20px;
}

.mv-area .mv-text-block {
    width: 70%;
}
.mv-area .mv-item-block._sp {
    width: 30%;
    margin-bottom: 20px;
}

.mv-area .mv-item-block._pc {
    width: 30%;
    display: none;
}

.mv-area .mv-btn._sp {
    width: 100%;
}

.list-note {
    list-style: none;
    margin-top: 20px;
}

.list-note >li {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 10px;
    position: relative;
}

.list-note >li + li {
    margin-top: 2px;
}

.list-note >li::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

.btn-wrap {
    margin-top: 25px;
    display: flex;
}

.primary-btn {
    height: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 55px;
    border: 3px solid #e65497;
    border-radius: 10px;
    box-shadow: 3px 3px #d6d6d6;
    font-size: 14px;
    color: #e65497;
    font-weight: bold;
    text-decoration: none;
}

.primary-btn::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/mobile/cp/breathcare/images/icon-btn-01.png");
    background-size: cover;
    margin-right: 10px;
}
.primary-btn:link,.primary-btn:visited {
    color: #e65497;
    text-decoration: none;
}
.primary-btn:hover, .primary-btn:visited:hover {
    color: #e65497;
    opacity: 0.8;
    text-decoration: none;
}

.hdg-lv2 {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.breathcare .container {
    padding: 0 15px;
}


.hdg-lv2::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #e65497;
    position: absolute;
    bottom: 0;
}

.step-list {
    list-style: none;
}

.step-list > li{
    margin-left: 0;
}

.step-list > li + li{
    margin-top: 40px;
    position: relative;
}

.step-list > li + li::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #c1c1c1 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}

.step-list p {
margin-bottom: 0;
}

.step-list p.main-text {
    font-size: 16px;
    font-weight: bold;
}
.step-list p.main-text span {
    font-size: 24px;
    color: #e4007f;
}

.step-list-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-list-inner .text-wrap  {
    flex: 1;
}


.step-list-inner::before {
    content: '';
    display: block;
    margin-right: 20px;

}

.step-list-inner._icon01::before {
    width: 50px;
    height: 45px;
    background-image: url("/mobile/cp/breathcare/images/icon-01.png");
    background-size: cover;
}
.step-list-inner._icon02::before {
    width: 50px;
    height: 50px;
    background-image: url("/mobile/cp/breathcare/images/icon-02.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.step-list-inner._icon03::before {
    width: 50px;
    height: 50px;
    background-image: url("/mobile/cp/breathcare/images/icon-03.png");
    background-size: cover;
}


.btn-wrap._balloon {
    padding-bottom: 50px;
    position: relative;
    display: flex;
}

.btn-wrap._balloon .text-balloon {
    display: block;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 32px;
    min-width: 210px;
    padding: 5px 12px;
    border-radius: 30px;
    background-color: #00a0e9;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.btn-wrap._balloon .text-balloon::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #009fe9 transparent;
    top: 0;
    left: 50%;
    transform: translate(-50%,-10px);
}

.col2-block {
    display: flex;
}

.col2-block .img-col{
    width: 42%;
}

.col2-block > *:first-child {
    margin-right: 20px;
}

.content-block {
    padding: 40px 0;
}

.bg-box {
    background-color: #e1f4fa;
    padding: 15px 20px;
}
.bg-box p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

.anchor-text {
    font-size: 14px;
}

.anchor-text a,.anchor-text a:link,.anchor-text a:visited {
    color: #2b2b2b;
    position: relative;
}

.anchor-text a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #2b2b2b;
    border-bottom: 2px solid #2b2b2b;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-75%) rotate(45deg);
}

.sub-text.anchor-text a::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
}

.sns-link-block p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.bnr-list {
    list-style: none;
}

.bnr-list img{
    width: 100%;
}

.bnr-list > li {
    margin-left: 0;
}
.bnr-list > li + li{
    margin-top: 20px;
}

.text-link, .text-link:link, .text-link:visited {
    color: #2b2b2b;
    position: relative;
    font-size: 12px;
    padding-right: 12px;
}

.text-link::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
}

.text-link[target="_blank"]::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -2px;
    bottom: 3px;
    background-color: #000000;
    box-sizing: border-box;
}
.text-link[target="_blank"]::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    position: absolute;
    right: -5px;
    top: 2px;
    transform: rotate(0);
    box-sizing: border-box;
}

.sns-link-list {
    display: flex;
    justify-content: center;
    list-style: none;
}

.sns-link-list li {
    padding: 0 8px;
    margin-left: 0;
}

.sns-link-list li a{
    display: block;
    max-width: 50px;
}
.sns-link-list li img{
    width: 100%;
}

.bnr-area {
    margin-top: 40px;
}

.bnr-list > li a {
    display: block;
}

img._pc, br._pc {
    display: none;
}

.pc-only-content {
    display: none;
}

.flex-block {
    flex: 1;
}

.min-only {
    display: none;
}

@media screen and (max-width: 390px) {
    .primary-btn._flex-item span{
        flex: 1;
    }

    .min-only {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    body {
        min-width: 980px!important;
    }

    .breathcare .container {
        box-sizing: border-box;
    }
    .breathcare p {
        font-size: 18px;
    }
    .breathcare p.pc-fs16 {
        font-size: 16px;
    }
    .breathcare p.pc-fs18 {
        font-size: 18px;
    }

    .pc-only-content {
        display: block;
    }

    .sp-only-content {
        display: none;
    }

    img._pc, br._pc {
        display: block;
    }
    img._sp, br._sp {
        display: none;
    }

    section.bg-white {
        margin-top: 0;
    }

    .mv-area {
        background-image: url("/mobile/cp/breathcare/images/mv-bg.png");
        background-color: #FFFFFF;
        padding-right: 0;
    }

    .mv-area-inner {
        max-width: 1080px;
        margin: 0 auto;
    }

    .mv-item-block._sp {
        display: none;
    }

    .mv-sp-content {
        width: 55%;
        flex-direction: column;
    }

    .hdg-lv1 img {
        width: 100%;
    }

    .mv-area .mv-item-block._pc {
        display: block;
        width: 45%;
        background-image: url('/mobile/cp/breathcare/images/hdg-img-01.png');
        background-repeat: no-repeat;
        background-position: -65px -40px;
        background-size: cover;
    }

    .mv-area-inner {
        display: flex;
    }


    .step-list {
        display: flex;
    }

    .step-list > li {
        width: 33.333%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .step-list > li + li {
        margin: 0;
    }

    .step-list > li + li::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #c1c1c1;
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .step-list-inner {
        height: 100%;
        box-sizing: border-box;
        border: 3px solid #dbdbdb;
        border-radius: 10px;
        padding: 20px 15px;
        flex-direction: column;
        justify-content: space-between;
    }

    .step-list-inner::before {
        margin: 0 auto 15px;
    }
    .text-wrap p {
        text-align: center;
    }
    .sub-text {
        font-size: 14px;
    }
    .sub-text.text-link {
        text-align: center;
        font-size: 14px;
    }

    .step-list-inner .text-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: auto;
        width: 100%;
    }

    .primary-btn {
        max-width: 620px;
        min-height: 80px;
        margin: 0 auto;
        font-size: 24px;
        box-shadow: 4px 4px #d6d6d6;
        padding: 0 5px;
    }

    .primary-btn:hover, .primary-btn:visited:hover {
        color: #FFFFFF;
        background: #e65497;
        opacity: 1;
    }

    .primary-btn:hover::before {
        background-image: url("/mobile/cp/breathcare/images/icon-01_h.png");
    }

    .step-list p.main-text {
        font-size: 18px;
    }
    .step-list p.main-text span {
        font-size: 23px;
    }
    .hdg-lv2 {
        font-size: 30px;
    }

    .btn-wrap._balloon {
        padding-bottom: 60px;
    }

    .btn-wrap._balloon .text-balloon{
        font-size: 18px;
        min-width: 240px;
        min-height: 40px;
    }
    .btn-wrap._balloon .text-balloon::before {
        border-width: 0 10px 14px 10px;
    }

    .flex-block .primary-btn {
        max-width: 540px;
    }
    .primary-btn._left {
        margin-left: 0;
        margin-right: auto;
    }

    .col2-block .img-col {
        width: auto;
    }

    .pc-col2 {
        display: flex;
    }
    .pc-col2 img {
        width: 100%;
    }
    .pc-col2 .item-img {
        width: 40%;
        box-sizing: border-box;
    }
    .pc-col2 > *:first-child {
        margin-right: 40px;
    }

    .pc-col2 .scene-img {
        text-align: center;
        margin-bottom: 25px;
    }
    .pc-col2 .scene-img img{
        max-width: 485px;
    }

    .item-wrap._scene {
        width: 60%;
    }

    .item-wrap._scene p {
        margin-bottom: 0;
    }
    .bg-box p {
        font-size: 19px;
    }
    .btn-wrap {
        margin-top: 40px;
    }

    .pc-both-end {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sns-link-block p {
        font-size: 19px;
    }

    .sns-link-block {
        margin-top: 60px;
    }

    .sns-link-list li a {
        max-width: 60px;
    }

    .main-text.pc-nls {
        letter-spacing: -3px;
    }
    .main-text.pc-nls span {
        letter-spacing: -2px;
    }
}

a:hover, a:visited:hover {
    opacity: 0.8;
    color: inherit;
}

.bnr-area .link-boxw .link-box:hover {
    border: none!important;
}
.bnr-area .link-boxw .link-box:hover .link-boxi {
    margin: 0;
}