@charset "utf-8";
/* CSS Document */
:root {
    --hzpink: #f643a2;
}

article#zoom {
    padding: 100px 20px 50px;
    width: 100%;
}
.sp {
    display: none;
}
.pc-bg {
    background: var(--hzpink);
}
.ios-bg {
    background: #51c9de;
}
.android-bg {
    background: #a0d732;
}
/*title ------------------------------- */
section#titles {
    width: 100%;
    max-width: 840px;
    padding: 0 20px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
section#titles h1 {
    position: relative;
    color: #0c2666;
    font-size: 38px;
    display: block;
    width: 100%;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 30px;
}
section#titles h1::before {
    content: '';
    width: 72px;
    height: 72px;
    background: url(/2025/images/howtozoom/title_before.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 12%;
    top: 20%;
}
section#titles h1::after {
    content: '';
    width: 90px;
    height: 102px;
    background: url(/2025/images/howtozoom/title_after.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4%;
    right: 10%;
}
.browser section#titles h1::before {
    left: 20%;
}
.browser section#titles h1::after {
    right: 17%;
}
section#titles span.caution{
    display:block;
    margin: auto;
    font-size: 18px;
    font-weight: 900;
    color: var(--hzpink);
    margin-bottom: 10px;
}
section#titles p {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #0c2666;
    line-height: 1.7;
    text-align: justify;
}
section#titles p a{
    text-decoration:underline;
    color:var(--hzpink);
}
section#titles p span {
    font-weight: 900;
    display: block;
    text-align: left;
    margin-top: 0.2em;
    color: var(--hzpink);
}
article.browser section#titles .text h2 {
    text-align: center;
    display: block;
}
article.browser section#titles .text h2::before {
    content: none;
}
article.browser section#titles .text {
    width: 100%;
}
article.browser section#titles .text p {
    padding-right: 0;
}
article.browser section#titles .text p span {
    display: block;
    font-size: 1em;
}
/* btn------------------------------*/
section.btn {
    padding: 0;
}
.btn nav {
    display: flex;
    justify-content: center;
    max-width: 860px;
    width: 86%;
    margin: auto;
}
.btn nav a {
    width: 32%;
    padding: 15px 0;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 2%;
    opacity: 0.45;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn nav a span {
    font-size: 20px;
    font-weight: bold;
}
.btn nav a::before {}
.btn nav a#btn_co::before {
    width: 34px;
    background: url(/2021/images/howtozoom/icon_pc.svg) no-repeat;
    background-size: contain;
}
.btn nav a:last-child {
    margin-right: 0
}
.btn nav a:hover {
    opacity: 0.7
}
.btn nav a.active {
    opacity: 1;
}
/* step------------------------------*/
section.step {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: none;
    background: #fff;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
}
section.step.computer {
    border: 4px solid var(--hzpink);
}
section.step.ios {
    border: 4px solid #51c9de;
}
section.step.android {
    border: 4px solid #a0d732;
}
section.step.browser {
    display: block;
    border: 4px solid #009dc8;
}
span.pink {
    color: var(--hzpink);
    font-weight: bold;
    font-size: 1em;
}
span.orange {
    color: #51c9de;
    font-weight: bold;
    font-size: 1em;
}
span.green {
    color: #a0d732;
    font-weight: bold;
    font-size: 1em;
}
span.blue {
    color: #009dc8;
    font-weight: bold;
    font-size: 1em;
}
span.red{
    color: var(--hzpink);
}
section.step.active {
    display: block;
}
.step span.note {
    display: block;
    margin-top: 5px;
}
/*.cat------------------------------------------*/
.step dl.cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    padding: 40px;
}
.step dl.cat dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0;
}
section.step.computer dl.cat {
    background: #feecf6
}
section.step.computer dl.cat dt {
    color: var(--hzpink);
    background: #fff;
}
section.step.ios dl.cat {
    background: #e5f7fa;
}
.step.ios dl.cat dt {
    color: #51c9de;
    background: #fff;
}
section.android dl.cat {
    background: #f1f9e0;
}
.step.android dl.cat dt {
    background: #fff;
    color: #a0d732;
}
.step.brouser dl.cat dt {
    color: #28AAE6;
    color: #28AAE6;
}
.step dl.cat dd {
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.6;
    padding-left: 20px;
    font-weight: 500;
}


section.browser dl.cat {
    background: #e5f5f9;
}
.step.browser dl.cat dt {
    background: #fff;
    color: #009dc8;
}
/*.box------------------------------------------*/
.step .box {
    margin: 0;
    padding: 0 40px 50px;
}
.step .box:last-child {
    margin: 0;
}
.step .box .aic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.step .box .aic .circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #fff;
    z-index: 5;
}
.step.computer .box .aic .circle {
    background: var(--hzpink);
}
.step.ios .box .aic .circle {
    background: #51c9de;
}
.step.android .box .aic .circle {
    background: #a0d732;
}
.step.browser .box .aic .circle {
    background: #009dc8;
}
.step .box .aic .circle span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: Oswald;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}
.step #box03.box .aic .circle span {
    font-size: 20px;
}
.step .box .aic .circle span b{
    font-size: 250%;
    font-family: Oswald;
    font-weight: 600;
}
.step .box .aic h2 {
    font-size: 25px;
    font-weight: bold;
    width: 91%;
    border-bottom: 1px solid #ccc;
    height: 40px;
    padding: 0 0 0 25px;
    position: absolute;
    left: 9%;
}
.step.computer .box .aic h2 {
    border-color: #F05A8C;
}
.step.ios .box .aic h2 {
    border-color: #51c9de;
}
.step.android .box .aic h2 {
    border-color: #69D24B;
}
.step.browser .box .aic h2 {
    border-color: #28AAE6;
}
/*.content------------------------------------------*/
.step .box .content {
    width: 100%;
    padding-left: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step .content .text {
    width: 53%;
}
.step.ios .content .text, .step.android .content .text {
    width: 60%
}
.step .content p.read {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
}
.step .content .text p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}
.step .content .text p:last-of-type {
    margin-bottom: 0;
}
.step .content .text p a {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.step .content .text p a:hover {
    opacity: 0.7;
}
.step.computer .content .text p a {
    color: var(--hzpink);
}
.step.ios .content .text p a {
    color: #51c9de;
}
.step.android .content .text p a {
    color: #a0d732;
}
.content .text p b {
    font-size: 1.4em;
}
.step .content > figure, .step .content div.images {
    width: 43%;
    margin-top: 5px;
}
.step .content div.images figure {
    width: 100%;
    margin-bottom: 20px;
}
.step .content div.images figure:last-child {
    margin-bottom: 0;
}
.step .content figure img {
    border: solid 1px #999;
    width: 100%;
    margin-bottom: 5px;
}
.step .content figure img.noborder{
    border:none;
}
.step .content figure figcaption {
    font-size: 13px;
    margin-bottom: 0;
}
/*override ios and android page*/
.step.ios .content > figure, .step.ios .content div.images, .step.android .content figure, .step.android .content div.images {
    width: 35%;
}
.step.ios .box.ios01 {
    margin-bottom: -46px;
}
.step.android .box.and01{
    margin-bottom: -59px;
}
.step.android .box.and02{
     margin-bottom: -80px;
}
.step.ios .box.ios01 figure, .step.android .and01 figure , .step.android .and02 figure{
    position: relative;
    top: -90px;
}
/*override browser page*/
.step.browser .content .text.text01{
    width: 100%;
}
.step.browser .content div.images figure {
    margin-bottom:30px;
}

.step.browser .content .text.text03 p {
    margin: 0;
}
.step.browser .content .text.text03 ul li {
    font-size: 16px;
    margin: 0 0 0.2em;
    line-height: 1.6;
}
.step.browser .content .text.text03 ul li a {
    text-decoration: underline;
    color: #28AAE6;
    font-size: 1em;
}

/* bnr ----------------------------- */
#pc_bnr {
    background: rgb(230 245 210);
    padding: 20px 20px;
    min-height: 100px;
}
#bnr nav {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#bnr nav a:nth-child(odd) {
    margin-right: 4%;
}
#bnr nav a {
    display: block;
    width: 48%;
    margin: 20px 0;
}
#bnr nav a img {
    width: 100%;
}
@media screen and (min-width: 768px) {
    section#titles p a:hover{
        opacity:0.8;
    }
}

@media screen and (max-width: 1000px) {
    article#zoom {
        padding: 120px 2vw 5vw;
    }
    /*title ------------------------------- */
    section#titles {
        padding: 0 2vw;
        margin: 0 auto 5vw;
    }
    section#titles .text p {
        margin: 0 0 0;
        font-size: 1.6vw;
    }
    section#titles .text p span {
        font-size: 1em;
    }
    /* btn------------------------------*/
    .btn nav a {
        padding: 1.5vw 0;
    }
    .btn nav a span {
        font-size: 2vw;
    }
    .btn nav a#btn_co::before {
        width: 3.4vw;
    }
    /* step------------------------------*/
    section.step {
        border-radius: 2.5vw;
        padding: 0 0 6vw;
    }
    .step span.note {
        display: block;
        margin-top: 0.5vw;
    }
    /*.cat------------------------------------------*/
    .step dl.cat {
        margin-bottom: 3vw;
    }
    .step dl.cat dt {
        width: 9vw;
        height: 9vw;
    }
    .step dl.cat dd {
        width: calc(100% - 9vw);
        font-size: 1.4vw;
        padding-left: 2vw;
    }
    /*.box------------------------------------------*/
    .step .box {
        margin: 0 0 5.4vw;
    }
    .step .box .aic .circle {
        width: 9vw;
        height: 9vw;
    }
    .step .box .aic .circle span {
        font-size: 1.5vw;
    }
    .step .box .aic h2 {
        font-size: 2.5vw;
        width: calc(100% - 9vw);
        height: 4vw;
        padding: 0 0 0 2.5vw;
        position: relative;
        left: -5px;
    }
    /*.content------------------------------------------*/
    .step .content p.read {
        font-size: 1.6vw;
        margin-bottom: 2vw;
    }
    .step .content .text p {
        font-size: 1.6vw;
        margin-bottom: 1.5vw;
    }
    .step .content .text p:last-of-type {
        margin-bottom: 0;
    }
    .step .content .text p a {
        font-size: 1.8vw;
    }
    .step .content .text p span.note {
        font-size: 1.4vw;
    }
    .step .content > figure, .step .content div.images {
        margin-top: 0.5vw;
    }
    .step .content div.images figure {
        margin-bottom: 2vw;
    }
    .step .content figure img {
        margin-bottom: 0.5vw;
    }
    .step .content figure figcaption {
        font-size: 1.3vw;
    }
    /*override ios and android page*/
    .step.ios .box.ios01, .step.android .box.and01 {
        margin-bottom: -5vw;
    }
    .step.android .box.and03 {
        margin-bottom: -8vw;
    }
    .step.ios .box.ios01 figure, .step.android .and01 figure, .step.android .and03 figure {
        position: relative;
        top: -9vw;
    }
    section.step.browser dl.cat dd span {
        font-size: 1.8vw;
    }
    .step #box03.box .aic .circle span {
        font-size: 2vw;
    }
    .step.browser .content .text.text03 ul li {
        font-size: 1.6vw;
        margin: 0.5em 0;
    }
    #pc_bnr {
        padding: 4vw 2vw;
        min-height: 10vw;
    }
    #bnr nav a {
        margin-bottom: 4vw;
    }
    
} /*@media screen and (max-width: 1000px)*/
@media screen and (max-width: 767px) {
    nav.breadcrumbs {
        flex-wrap: wrap;
    }
    nav.breadcrumbs a {
        margin-bottom: 1vw
    }
    .sp {
        display: block;
    }


    article#zoom {
        padding: 26vw 0 5vw;
    }
    /*title ------------------------------- */
    section#titles {
        width: 100%;
        padding: 0 4vw;
        margin: 0 auto 5vw;
    }
    section#titles h1 {
        border-bottom: none;
        font-size: 7vw;
        padding-bottom: 20vw;
        margin-bottom: 4vw;
    }
    section#titles span.caution{
        font-size: 4vw;
        margin-top:2vw;
        margin-bottom: 1vw;
    }
    section#titles p {
        font-size: 3.2vw;
        margin-bottom: 2vw;
        padding-right: 0;
    }
    section#titles p span {
        text-align: justify;
    }
    section#titles h1::before,
    .browser section#titles h1::before{
        width: 14vw;
        height: 16vw;
        left: 29%;
        top: unset;
        bottom: 0;
    }
    
    section#titles h1::after,
    .browser section#titles h1::after{
        width: 16vw;
        height: 19vw;
        top: unset;
        bottom: -2vw;
        right: 30%;
    }
    
    /* btn------------------------------*/
    section.btn {
        padding: 0;
    }
    .btn nav {
        width: 90%
    }
    .btn nav a {
        justify-content: center;
        align-items: center;
        padding: 3vw 0;
        font-weight: bold;
        opacity: 0.5;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .btn nav a span {
        font-size: 3.6vw;
        text-align: center;
    }
    .btn nav a::before {
        width: 4.5vw;
        height: 6vw;
        /* margin-right: 0; */
        background-position: center;
    }
    .btn nav a#btn_co::before {
        width: 7vw;
    }
    .btn nav a#btn_an::before {
        position: relative;
        right: -1vw;
    }
    .btn nav a:last-child {
        margin-right: 0;
    }
    /* step------------------------------*/
    section.step {
        border-radius: 4vw;
        padding: 0 0 6vw;
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-radius: 0;
    }
    .step span.note {
        margin-top: 1vw;
        font-size: 3vw;
        line-height: 1.4;
    }
    /*.cat------------------------------------------*/
    .step dl.cat {
        margin-bottom: 6vw;
        flex-wrap: wrap;
        padding: 6vw 5vw;
    }
    .step dl.cat dt {
        width: 100%;
        height: unset;
        margin: 0;
        border-radius: 0;
        border: none !important;
        display: block;
        margin-bottom: 2vw;
        text-align: left;
        font-size: 4vw;
        text-indent: -0.5em;
    }
    section.step.computer dl.cat dt, .step.ios dl.cat dt, .step.android dl.cat dt, .step.browser dl.cat dt {
        background: none;
    }
    .step dl.cat dt::before {
        content: '【';
        font-size: 4vw;
    }
    .step dl.cat dt::after {
        content: '】';
        font-size: 4vw;
    }
    .step dl.cat dd {
        width: 100%;
        font-size: 3.2vw;
        line-height: 1.6;
        padding-left: 0;
    }
    .step dl.cat dd span.note {
        margin-top: 2vw
    }
    /*.box------------------------------------------*/
    .step .box {
        margin: 0;
        padding: 0 5vw 6vw;
    }
    .step .box:last-child {
        margin: 0;
        padding-bottom: 0;
    }
    .step .box .aic {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2vw;
        position: relative;
    }
    .step .box .aic .circle {
        width: 15vw;
        height: 15vw;
    }
    .step .box .aic .circle span {
        width: 15vw;
        font-size: 2.5vw;
        position: relative;
        top: -0.5vw;
    }
    .step .box .aic .circle span big {
        line-height: 1;
    }
    .step .box .aic h2 {
        width: 77vw;
        margin: 0;
        height: auto;
        padding-bottom: 2vw;
        padding-left: 4vw;
        position: absolute;
        left: 13vw;
        font-size: 5.6vw;
    }
    /*.content------------------------------------------*/
    .step .box .content {
        padding-left: 0;
    }
    .step .content .text {
        width: 100%;
    }
    .step.ios .content .text, .step.android .content .text {
        width: 100%
    }
    .step .content p.read {
        font-size: 3.4vw;
        margin-bottom: 2vw;
    }
    .step .content .text p {
        font-size: 3.4vw;
        margin-bottom: 3vw;
    }
    .step .content .text p:last-of-type {
        margin-bottom: 3vw;
    }
    .step .content .text p a {
        font-size: 4.5vw;
    }
    .step .content .text p a:hover {
        opacity: 0.7;
    }
    .step .content .text p span.note {
        font-size: 3vw;
        line-height: 1.6;
    }
    .step .content .text p span.note a.browser_link {
        font-size: 3.4vw;
    }
    .step .content .text p span.note.lineheightadd {
        line-height: 1.5;
    }
    .step .content figure {
        width: 90%;
        margin: 0 auto 3vw;
    }
    .step .content figure img {
        width: 100%;
        margin-bottom: 0;
    }
    .step .content figure figcaption {
        font-size: 2.8vw;
        margin-bottom: 0;
        display: none;
    }
    /*override ios and android page*/
    .step.ios .content > figure, .step.ios .content div.images, .step.android .content figure, .step.android .content div.images {
        width: 90%;
    }
    .step.ios .box.ios01, .step.android .box.and01 {
        margin-bottom: 0;
    }
    .step.android .box.and02 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .step.ios .box.ios01 figure, .step.android .and01 figure, .step.android .and02 figure {
        position: relative;
        top: 0;
        margin-top: 2vw;
        margin-bottom: 4vw;
    }
    .step.android .and03 figure {
        margin-top: 0;
        margin-bottom: 0;
    }
    .browser section#titles .text p {
        font-size: 3.4vw;
        margin-bottom: 2vw;
        padding-right: 0;
        text-align: justify;
    }
    .browser section#titles .text p span {
        display: block;
        text-align: left;
        font-size: 0.9em;
    }
    section.step.browser dl.cat dd span {
        font-size: 3.2vw;
    }
    .step #box03.box .aic .circle span {
        font-size: 4vw;
    }
    .step.browser .content .text.text03 ul li {
        font-size: 3.4vw;
        margin: 0.5em 0;
        line-height: 1.6;
    }
    .step.browser #box03 .content  div.images {
        width: 100%;
        margin-top: 4vw;
    }
    .step.browser #box03 .content  div.images figure{
        width:90%;
    }
    #pc_bnr {
        display: none;
    }
    #sp_bnr {
        display: block;
        width: 100%;
        z-index: 1000;
        padding: 0;
        margin-bottom: 0;
        position: sticky;
        bottom: 14vw;
        z-index: 400;
    }
    #sp_bnr a img {
        width: 100%;
    }
    body.bnr footer {
        padding-bottom: 10vw;
    }
    #sp_bnr #bnr_close {
        width: 6vw;
        height: 6vw;
        display: block;
        background: #666;
        border-radius: 50%;
        position: absolute;
        top: -22vw;
        right: 0;
        border: solid 1px #fff;
        z-index: 1001;
    }
    #sp_bnr #bnr_close::before, #sp_bnr #bnr_close::after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: calc(50% - 1px);
        transform: rotate(45deg);
    }
    #sp_bnr #bnr_close::after {
        transform: rotate(-45deg);
    }
    body.bnr #pagetop{
        bottom:36vw
    }
}