@charset "utf-8";

#fv {
    background: url(../images/scene00_img_sp.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

h1 {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: scene00 2s ease 0.5s forwards;
}

@keyframes scene00 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#scene01 {
    height: 100%;
}

#scene01_img {
    height: 100%;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
    animation: scene01 0.4s linear 3.5s forwards;
}

@keyframes scene01 {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

#scene01_img img {
    display: block;
    height: 100%;
    object-fit: contain;
    transform: translate3d(100%, 0, 0);
    animation: scene01_img 0.4s linear 3.5s forwards;
}

@keyframes scene01_img {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

#fv_tablet {
    width: 80%;
    max-width: 550px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    animation: scene01_tablet 3s ease-in-out 4.3s forwards;
}

@keyframes scene01_tablet {
    0% {
        transform: scale3d(0, 0, 1);
        opacity: 0;
    }

    15% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    20% {
        transform: scale3d(0.95, 0.95, 1);
        opacity: 1;
    }

    25% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    50% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }

    65% {
        transform: translate3d(0, -40%, 0) scale3d(1, 1, 1);
        opacity: 1;
    }

    100% {
        transform: translate3d(0, -40%, 0) scale3d(1, 1, 1);
        opacity: 1;
    }
}

#scene01_img::after {
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    animation: scene02_bg 0.7s ease-in-out 5.2s forwards;
}

@keyframes scene02_bg {
    0% {
        transform: scale3d(0, 0, 0);
        opacity: 0;
    }

    100% {
        transform: scale3d(50, 50, 1);
        opacity: 0.85;
    }
}

#scene02_copy {
    width: 90%;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    opacity: 0;
    animation: scene02_copy 1s ease 7s forwards;
}

@keyframes scene02_copy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#campaign {
    width: 92%;
    max-width: 1200px;
    margin: 1.2rem auto;
    padding: 1rem 0.6rem;
    border: 2px solid #f572a1;
    border-radius: 10px;
    background-color: #fafafa;
}

#campaign p {
    display: inline-block;
    padding-left: 24px;
    line-height: 1.6;
    vertical-align: middle;
    position: relative;
}

#campaign p::before,
#campaign p::after {
    content: "";
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

#campaign p::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f572a1;
}

#campaign p::after {
    left: 5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#about {
    width: 92%;
    margin: 2.3rem auto 3rem;
}

#about h2 {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    position: relative;
}

#about .circle {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    border-radius: 10px;
    background-color: #fff334;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}

#about .line-through {
    position: relative;
}

#about .line-through::before {
    content: "";
    position: absolute;
    border-top: 3px double #f33f78;
    width: 100%;
    top: 40%;
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #fff334 60%);
    font-weight: bold;
}

#about .marker_yellow {
    display: table;
    margin: 0 auto;
    font-size: 1.6rem;
}

#about img {
    margin: 1.2rem auto 1rem;
    opacity: 0.9;
}

#about p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

#about .txt-pink {
    display: block;
    color: #f572a1;
    font-size: 1.02em;
}

#features {
    padding: 1rem 0 3rem;
    background-color: #fff1fa;
    position: relative;
}

#features::before {
    content: "";
    width: 90%;
    max-width: 960px;
    height: 16px;
    margin: auto;
    background: url(../common/images/colorful_circle.png) center no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
}

#sun {
    width: 80px;
    margin: 0rem auto 1rem;
}

#features h2 {
    color: #f572a1;
    font-size: 1.75rem;
    text-align: center;
}

#features .box {
    width: 92%;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem 1rem;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

#features h3 {
    color: #f572a1;
    font-size: 1.5rem;
    text-align: center;
}

#features .number {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    border-radius: 5px;
    background-color: #f572a1;
    color: #fff;
    font-size: 1.75rem;
    text-align: center;
    line-height: 50px;
}

#features h3 .sub-tit {
    display: block;
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.8em;
}

#features .asterisk {
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.8em;
    vertical-align: top;
}

#img_tablet_light {
    width: 50%;
    margin: 1.5rem auto 0;
}

#features .flex-box {
    margin: 1.5rem auto 0;
}

#features .flex-box>div {
    width: 100%;
}

#features .bar {
    margin-bottom: 0.8rem;
    padding: 0.5rem 0;
    border-radius: 30px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
}

#features .bar::after {
    content: "";
    margin: auto;
    position: absolute;
    top: -4px;
    right: 20px;
    bottom: 0;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    transition: all .2s;
}

#features .bar.active::after {
    top: 0;
    transform: rotate(-45deg);
}

#chishiki .bar {
    background-color: #7bc058;
}

#suryo .bar {
    background-color: #6eb9e7;
}

#kotoba .bar {
    background-color: #ed7cae;
}

#kioku .bar {
    background-color: #ee7c61;
}

#shiko .bar {
    background-color: #f9bc3c;
}

#features .list-type {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f5f5f5;
    border-radius: 10px;
    transition: all .2s;
}

#features .list-type.list-active {
    display: flex;
}

#features .list-type li {
    width: 50%;
    font-size: 0.8rem;
}

#features .notes {
    color: #999;
    font-size: 0.85rem;
}

#features .block-2>div:nth-child(2) {
    margin-top: 2rem;
}

#features h4 {
    margin: 1.5rem auto 1rem;
    font-size: 1.15rem;
    text-align: center;
}

#features h4 .sub-tit {
    display: block;
    margin-bottom: 0.2rem;
    color: #f572a1;
    font-size: 0.77em;
}

#features .box .p-next {
    margin-top: 1rem;
}

#process {
    padding: 2.5rem 0 2rem;
    position: relative;
}

#process::after,
#voice::after,
#support::after {
    content: "";
    width: 100%;
    height: 5px;
    margin: auto;
    background: url(../common/images/colorful_line.png) center repeat-x;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
}

#family {
    width: 100px;
    margin: 0rem auto 1rem;
}

#process h2,
#voice h2,
#price h2,
#qa h2 {
    margin-bottom: 0.5rem;
    color: #f572a1;
    font-size: 1.75rem;
    text-align: center;
}

#process .flex-box>div {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    background-color: #f5f5f5;
}

#process .flex-box img {
    max-width: 90%;
    margin: 0 auto 1rem;
    border-radius: 10px;
}

#process h3 {
    margin-bottom: 1rem;
    text-align: center;
}

#process h3 span {
    color: #f572a1;
    font-size: 0.9em;
}

#process p {
    font-size: 0.93rem;
}

#voice,
#price,
#qa {
    padding: 3rem 0 2rem;
    position: relative;
}

#voice .flex-box {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

#voice .flex-box>div {
    width: 100%;
}

#voice .flex-box img {
    width: 100px;
    margin: 1rem auto 0;
}

#voice .comment {
    margin: 1rem auto;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    background-color: #fff1fa;
}

#voice .txt-red {
    /* color: #eb4537; */
    color: #f33f78;
    font-weight: bold;
}

#voice h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
}

#voice .comment p {
    font-size: 0.93rem;
}

#price .flex-box>div {
    width: 100%;
}

#price .img-box {
    width: 75% !important;
    margin: 1rem auto;
}

.price-box {
    width: 92% !important;
    margin: 0.5rem auto;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    background-color: #fff1fa;
}

.price-box ul {
    margin-bottom: 1.5rem;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 2px dotted #f572a1;
    list-style: none;
}

.price-box li {
    font-size: 1.13rem;
    line-height: 1.6;
    position: relative;
}

.price-box li:first-child,
.price-box li:nth-child(2) {
    font-weight: bold;
}

.price-box li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 0.4rem;
    border-radius: 50%;
    background-color: #f572a1;
    vertical-align: middle;
}

.price-box .tit-monthly,
.price-box .price-monthly {
    font-size: 1.15rem;
    font-weight: bold;
}

.price-box .price-monthly {
    font-size: 1.5rem;
}

.price-box .tit-first {
    margin-right: 0.5em;
}

.price-box .tit-monthly {
    width: 4em;
    margin-right: 0.5em;
    margin-bottom: 0.8rem;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    background-color: #f572a1;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.price-box .price-first,
.price-box .price-monthly {
    width: calc(100% - 6.5em);
}

.price-box .price-first span,
.price-box .price-monthly span {
    font-size: 0.85rem;
    font-weight: normal;
}

.fukidashi {
    margin-top: 0.3rem;
    padding: 0.5rem;
    border: 2px solid #f572a1;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.fukidashi::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0px 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent #f572a1 transparent;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
}

.fukidashi .txt-pink {
    color: #f572a1;
    font-weight: bold;
}

.notes-box {
    width: 92%;
    max-width: 1200px;
    margin: 2rem auto 1rem;
}

.notes-box p {
    color: #777;
    font-size: 0.9rem;
}

#support {
    padding: 3rem 0;
    background-color: #f5f5f5;
    position: relative;
}

#support h2 {
    color: #4dbbec;
    font-size: 1.5rem;
    text-align: center;
}

#support .box {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1rem 0 1rem;
    border: 3px solid #4dbbec;
    border-top: 10px solid #4dbbec;
    background-color: #fff;
}

.box-innner {
    margin: 1rem auto 2rem;
}

.box-innner img {
    margin: 0 auto 1rem;
}

#support01 {
    width: 49px;
}

#support02 {
    width: 72px;
}

#support03 {
    width: 74px;
}

#support04 {
    width: 83px;
}

#support05 {
    width: 314px;
}

#support h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.25rem;
}

#support .txt-blue {
    margin-right: 0.5em;
    color: #4dbbec;
}

#support .gray-box {
    margin: 1rem auto;
    padding: 1rem;
    background-color: #f5f5f5;
}

#support .gray-box p {
    font-weight: bold;
}

.box-innner>p:nth-of-type(2) {
    margin-top: 1rem;
}

.box-innner .flex-box p {
    width: 100%;
    margin-bottom: 0.8rem;
    padding: 0.8rem;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-size: 0.95rem;
}

#qa dl {
    width: 92%;
    max-width: 1200px;
    margin: 1rem auto;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
    background-color: #fff;
}

#qa dt {
    padding: 1rem 2.5rem 1rem 1rem;
    color: #555;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

#qa dt::before,
#qa dt::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    margin: auto;
    background-color: #f572a1;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    transition: all .2s;
}

#qa dt::after {
    transform: rotate(90deg);
}

#qa dt.active::after {
    background-color: rgba(255, 255, 255, 0);
}

#qa dl .txt-pink {
    margin-right: 0.5rem;
    color: #f572a1;
}

#qa dd {
    display: none;
    padding: 1rem 1rem 1.3rem;
    border-top: 1px solid #ccc;
    color: #555;
    transition: all .2s;
}

#qa dd.qa-active {
    display: block;
}

.hikaku {
    width: 92%;
    max-width: 900px;
    margin: 0 auto 3rem;
    border-radius: 10px;
}

.hikaku h2 {
    margin-bottom: 1rem;
    color: #f572a1;
    font-size: 1.5rem;
    text-align: center;
}

.hikaku h2 span {
    display: table;
    margin: 0 auto 1rem;
    padding: 6px 30px 3px;
    border-radius: 30px;
    background-color: #fff334;
    color: #333;
    font-size: 0.8em;
    position: relative;
}

.hikaku h2 span::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px 7px 0px 7px;
    border-style: solid;
    border-color: #fff334 transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
}

.hikaku table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f572a1;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}

.hikaku thead {
    background-color: #f572a1;
    color: #fff;
}

.hikaku thead th {
    border-right: 1px solid #fff;
}

.hikaku thead th:last-child {
    border-right: 0;
}

.hikaku tbody tr {
    border-bottom: 1px solid #f572a1;
}

.hikaku tbody tr:last-of-type {
    border-bottom: 0;
}

.hikaku tbody td {
    border-left: 1px solid #f572a1;
}

.hikaku th,
.hikaku td {
    padding: 0.3rem;
    text-align: center;
}

.hikaku .txt-s {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
}

@media screen and (min-width:768px) {
    #fv {
        height: 850px;
    }

    h1 {
        width: 85%;
        max-width: 745px;
    }

    @keyframes scene01_tablet {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }

        15% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        20% {
            transform: scale3d(0.95, 0.95, 1);
            opacity: 1;
        }

        25% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        50% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        65% {
            transform: translate3d(0, -47%, 0) scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            transform: translate3d(0, -47%, 0) scale3d(1, 1, 1);
            opacity: 1;
        }
    }

    #scene02_copy {
        max-width: 780px;
        bottom: 25px;
    }

    #campaign {
        margin: 2.5rem auto;
    }

    #about h2 {
        display: table;
        margin: 0 auto;
        padding-left: 90px;
    }

    #about .circle {
        width: 90px;
        height: 90px;
        margin: auto;
        border-radius: 50%;
        line-height: 90px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-10px);
    }

    #about .marker_yellow {
        font-size: 2rem;
    }

    #about img {
        max-width: 375px;
    }

    #about p {
        font-size: 1.5rem;
    }

    #features {
        margin-top: 5rem;
        padding: 3rem 0 4rem;
    }

    #features::before {
        width: 100%;
        height: 32px;
        top: -32px;
    }

    #features .box {
        padding: 2rem;
    }

    #features .flex-box {
        margin: 2.5rem auto 0;
    }

    #features .block-2 {
        justify-content: space-between;
        align-items: flex-start;
    }

    #features .block-2>div {
        width: 47% !important;
    }

    #features .block-2>div:nth-child(2) {
        margin-top: 0;
    }

    #process {
        padding: 3rem 0 4.5rem;
    }

    #process .flex-box {
        width: 92%;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
    }

    #process .flex-box>div {
        width: 48%;
        margin: 2rem 0 0;
    }

    #voice,
    #price,
    #qa {
        padding: 4.5rem 0 3.5rem;
    }

    #process::after,
    #voice::after,
    #support::after {
        height: 10px;
        bottom: -10px;
    }

    .price-box li {
        font-size: 1.25rem;
    }

    /* .price-box .tit-monthly,
    .price-box .price-monthly {
        font-size: 1.25rem;
    } */

    .notes-box {
        margin: 3rem auto 1rem;
    }

    #support {
        padding: 4.5rem 0;
    }

    #support .box {
        padding: 2rem 2rem 0 2rem;
    }

    .hikaku {
        margin: 0 auto 4rem;
    }
}

@media screen and (min-width:900px) {

    #fv {
        height: 950px;
    }

}

@media screen and (min-width:1024px) {

    #fv {
        height: 560px;
        background: url(../images/scene00_img.jpg) center no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    h1 {
        width: 834px;
        height: 72px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: none;
        opacity: 0;
        animation: scene00 2s ease 0.5s forwards;
    }

    @keyframes scene00 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #scene01_img {
        overflow: hidden;
        transform: translate3d(-100%, 0, 0);
        animation: scene01 0.3s linear 3.5s forwards;
    }

    @keyframes scene01 {
        0% {
            transform: translate3d(-100%, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    #scene01_img img {
        display: block;
        transform: translate3d(100%, 0, 0);
        animation: scene01_img 0.3s linear 3.5s forwards;
    }

    @keyframes scene01_img {
        0% {
            transform: translate3d(100%, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    #fv_tablet {
        width: 470px;
        /* height: 398px; */
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scale3d(0, 0, 0);
        opacity: 0;
        animation: scene01_tablet 3s ease-in-out 4.3s forwards;
    }

    @keyframes scene01_tablet {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }

        15% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        20% {
            transform: scale3d(0.95, 0.95, 1);
            opacity: 1;
        }

        25% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        50% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        85% {
            transform: translate3d(-57%, 0, 0) scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            transform: translate3d(-57%, 0, 0) scale3d(1, 1, 1);
            opacity: 1;
        }
    }

    #scene01_img::after {
        display: block;
        content: "";
        width: 100px;
        height: 100px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        background-color: #fff;
        transform: scale3d(0, 0, 0);
        opacity: 0;
        animation: scene02_bg 0.7s ease-in-out 5.2s forwards;
    }

    @keyframes scene02_bg {
        0% {
            transform: scale3d(0, 0, 0);
            opacity: 0;
        }

        100% {
            transform: scale3d(50, 50, 1);
            opacity: 0.85;
        }
    }

    #scene02_copy {
        width: 500px;
        /* height: 336px; */
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(47%);
        opacity: 0;
        animation: scene02_copy 1s ease 7s forwards;
    }

    @keyframes scene02_copy {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #campaign {
        margin: 2rem auto;
        padding: 1.3rem 2rem;
        border-radius: 40px;
    }

    #about {
        max-width: 1200px;
        margin: 5.5rem auto;
        position: relative;
    }

    #about::before,
    #about::after {
        content: "";
        width: 267px;
        height: 267px;
        margin: auto;
        background-size: 267px 267px;
        position: absolute;
        top: 0;
        bottom: 0;
        opacity: 0.9;
        z-index: -1;
    }

    #about::before {
        background: url(../images/kid01.png) no-repeat;
        left: 0;
    }

    #about::after {
        background: url(../images/baby01.png) no-repeat;
        right: 0;
    }

    #about h2 {
        font-size: 1.55rem;
    }

    #about .circle {
        font-size: 1.9rem;
    }

    #about .marker_yellow {
        font-size: 2.5rem;
    }

    #about img {
        display: none;
    }

    #about p {
        margin: 2rem auto;
        font-size: 1.9rem;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF, 0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
    }

    #features::before {
        height: 32px;
    }

    #sun {
        width: 96px;
    }

    #features .box {
        margin: 2rem auto 2.5rem;
        padding: 3rem 2rem;
    }

    #features h3 {
        font-size: 1.75rem;
    }

    #img_tablet_light {
        width: 188px;
    }

    #features .flex-box {
        max-width: 1000px;
        margin: 2rem auto 0;
        justify-content: space-between;
    }

    #features .flex-box>div {
        width: 19%;
    }

    #features .bar {
        pointer-events: none;
    }

    #features .bar::after {
        display: none;
    }

    #features .list-type {
        display: block;
        min-height: 24rem
    }

    #features .list-type li {
        width: 100%;
    }

    .block-1>p {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    #features .notes {
        margin: 0 auto;
        text-align: right;
    }

    #process h2,
    #voice h2,
    #price h2,
    #qa h2 {
        margin-bottom: 3rem;
    }

    #process::after {
        height: 10px;
        bottom: -10px;
    }

    #process .flex-box>div {
        width: 24%;
        margin-top: 0;
    }

    #process .flex-box img {
        max-width: 250px;
    }

    #voice .flex-box {
        justify-content: space-between;
    }

    #voice .flex-box>div {
        width: 24%;
    }

    #voice .flex-box img {
        margin: 0 auto;
    }

    #voice .comment {
        min-height: 19rem;
    }

    #price .flex-box>div {
        margin: 0;
    }

    #price>.flex-box {
        justify-content: center;
    }

    #price .img-box {
        width: 370px !important;
    }

    .price-box {
        width: 370px !important;
        margin-left: 2rem !important;
        padding: 1.5rem;
    }

    .price-box li {
        font-size: 1rem;
    }

    .price-box li {
        font-size: 1rem;
    }

    .notes-box {
        max-width: 770px;
    }

    .notes-box p {
        font-size: 0.8rem;
    }

    .box-innner {
        max-width: 1000px;
    }

    #support h2 {
        margin-bottom: 2rem;
    }

    #support h3 {
        text-align: center;
    }

    .box-innner {
        margin: 1rem auto 3rem;
    }

    .box-innner img {
        margin: 0 auto 1.5rem;
    }

    .box-innner .flex-box {
        justify-content: space-between;
    }

    .box-innner .flex-box p {
        width: 49%;
    }

    #qa dl {
        margin: 1rem auto 1.2rem;
    }

    #qa dt {
        padding: 1rem 3.5rem 1rem 2rem;
    }

    #qa dt::before,
    #qa dt::after {
        right: 2rem;
    }

    #qa dd {
        padding: 1rem 2rem 1.3rem;
    }

}

@media screen and (min-width:1300px) {

    #fv_tablet {
        width: 550px;
    }

    #scene02_copy {
        width: 626px;
    }
}

@media screen and (min-width:1401px) {

    #fv {
        height: 700px;
    }

    #fv_tablet {
        width: 550px;
    }

    #scene02_copy {
        width: 626px;
    }
}