html {
    scroll-behavior: smooth;
}

/* base */

.d-block {
    display: block;
}

.img-ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.w60p {
    width: 60%;
}


/*  */

.header-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-order nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.header-order header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#contents-header {
    background-image: url("../images/top_1.jpg"),
        url("../images/top_0.jpg");
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    display: block;
    position: relative;
    width: 100%;
    height: 22rem;

    background-position: center left, center center;
}

#contents-header h1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    margin: 0;
    color: #424142;
    font-size: 2.5rem;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: "Noto Sans Japanese-m";
    width: 36%;
}

#item-name span {
    display: block;
    text-align: justify;

    text-align-last: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#contents-nav {
    display: block;
    position: relative;
    height: 6rem;
    color: #ffffff;

    background-color: #00b1a9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

#contents-nav .contents-nav-menu {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 2rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans Japanese-r";
}

#contents-nav .contents-nav-menu #contents-nav-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    color: #ffffff;
    text-decoration: none;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#contents-nav .contents-nav-menu #contents-nav-menu-button:active {
    background-color: rgba(255, 255, 255, .3);
}

#contents-nav .contents-nav-menu #contents-nav-menu-button .fa-angle-down {
    display: none;
}

#contents-nav .contents-nav-menu.open a .fa-angle-down {
    display: inline-block;
}

#contents-nav .contents-nav-menu.open a .fa-angle-up {
    display: none;
}

#contents-nav.open dl {
    display: block;

    margin-top: 0rem;
    opacity: 1;
    pointer-events: all;
}

#contents-nav dl {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    right: 0;
    color: #ffffff;

    pointer-events: none;
    margin-top: -3rem;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans Japanese-r";
    background-color: #00b1a9;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

#contents-nav dl dt {
    display: none;
}

#contents-nav dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    font-size: 2rem;
}

#contents-nav dl dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2rem;
    color: #ffffff;
    text-decoration: none;

    border-top: solid .1rem #00dad0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* #contents-nav dl dd a span {
    display: block;
    width: 100%;
} */

#contents-nav dl dd a i {
    display: none;
}

#contents-body {
    width: 90%;
    margin: 0 auto;
    color: #757575;

    max-width: 90%;
}

#contents-body h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem 0 2rem 0rem;
    font-size: 2.1rem;

    font-family: "Noto Sans Japanese-sb";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
}

#contents-body h3 .icon {
    width: 4rem;
}

#contents-body h3 .text {
    margin-left: 1rem;
}

.txt-small{
    font-size: 12px;
}

.item-title {
    position: relative;
    color: #00b1a9;
    font-size: 1.8rem;

    font-family: "Noto Sans Japanese-sb";
    border-left: solid .6rem #00b1a9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1rem;
}

.item-wrapper {
    width: auto;
}

.app-icon {
    display: block;
    text-align: center;
}

.app-icon img {
    width: 22.5rem;
    height: 22.5rem;
    margin: 4rem 0 2rem 0;
}

.app-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.app-container .app-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.app-container .app-type .ios {
    text-align: center;
}

.app-container .app-type .ios a {
    display: inline-block;
}

.app-container .app-type .ios a img {
    width: auto;
    height: 6.6rem;
}

.app-container .app-type .android {
    text-align: center;
}

.app-container .app-type .android a {
    display: inline-block;
}

.app-container .app-type .android a img {
    width: auto;
    height: 6.6rem;
}

.app-container .caption {
    font-size: 1.5rem;
    text-align: center;

    font-family: "Noto Sans Japanese-r";
    margin-bottom: 2.1rem;
}

.dash-box {
    padding: .8rem;

    border-style: Dashed;
    border-color: #757575;
    border-color: #757575;
    border-width: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans Japanese-r";
}

.dash-box p {
    font-size: 2rem;

    margin-bottom: .8rem;
}

.dash-box ul {
    font-size: 1.4rem;
}

.dash-box ul li {
    background-image: url("/support/app/homelink/common/images/list-style.png");
    background-repeat: no-repeat;

    line-height: 102%;
    padding-left: 2rem;
    min-height: 1.6rem;
    margin-bottom: .6rem;
}

.item-dash-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    font-size: 1.3rem;

    border-style: dashed;
    border-color: #757575;
    border-color: #757575;
    border-width: .2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans Japanese-r";
}

.item-dash-box .dash-box-icon {
    min-width: 2rem;
    max-width: 2rem;
}

.item-dash-box .dash-box-body {
    display: block;
    margin: .3rem 0 0 .3rem;
    text-align: justify;

    text-justify: inter-ideograph;
}

hr {
    border: solid .1rem #00b1a9;
}

.item-caption {
    color: #757575;
    font-size: 1.5rem;

    min-height: 6rem;
    margin-bottom: 2rem;
}

.item-caption ol {
    position: relative;
    margin: 0;
    padding: 0;
}

.item-caption ol li {
    padding-left: 2rem;
    list-style: none;
    list-style-position: outside;
}

.item-caption ol li span {
    position: absolute;

    margin-left: -2rem;
}

.help-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4rem;
    margin: 4rem 0 3rem 0;
    color: #ffffff;
    font-size: 2.4rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Sans Japanese-r";
    background-color: #00b1a9;
    border-radius: 1.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .85rem;
}

.custom-icon-list {
    position: relative;
}

.custom-icon-list .list-item {
    padding-left: 2rem;
    list-style: none;
    list-style-position: outside;
}

.custom-icon-list .list-item .list-icon {
    position: absolute;

    margin-left: -2rem;
}

.radius-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: auto;
    padding: 0 .85rem;
    border: solid .15rem #00b1a9;
    color: #00b1a9;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primary-color {
    color: #00b1a9;
}

.annotate-color {
    color: #e73a72;
}

.filled-radius-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.3rem;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filled-radius-title .fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.3rem;
    padding: 0 1rem;
    color: #ffffff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00b1a9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.8rem;
}

.filled-radius-title .fill.wide {
    padding: 0 2rem;
}

.filled-radius-title .no-fill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.3rem;
    color: #00b1a9;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bubble-annotate-base {
    display: inline-block;
    position: relative;
}

.arrow_box {
    background: #ffffff;
    position: absolute;
    width: 12.0rem;
    height: 6.0rem;
    padding: 1.0rem;
    top: -4.5rem;
    left: 3rem;
    border: .2rem solid #757575;
    color: #757575;
    font-size: 1.2rem;
    text-align: center;

    line-height: 160%;
    border-radius: 1.0rem;
    -webkit-border-radius: 1.0rem;
    -moz-border-radius: 1.0rem;
}

.arrow_box:after,
.arrow_box:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 65%;
    right: 100%;
    border: solid transparent;
    content: "";

    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 0;
    border-bottom-width: .9rem;
    border-left-width: 2.7rem;
    border-right-width: 1.7rem;
    margin-top: -.05rem;
    border-right-color: #ffffff;
}

.arrow_box:before {
    border-color: rgba(117, 117, 117, 0);
    border-top-width: 0;
    border-bottom-width: 1.2rem;
    border-left-width: 2.2rem;
    border-right-width: 2.2rem;
    margin-top: -.2rem;
    margin-right: .2rem;
    border-right-color: #757575;
}

.item.ml30.w35 {
    max-width: 100%;
}

.item-wrapper .item .img-wrapper.auto-height {
    height: auto;
}

.item-wrapper .item .img-wrapper.auto-height img {
    position: unset;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
}

@media screen and (min-width: 768px) {
    .header-order {
        display: block;
    }

    #contents-header {
        background-size: contain, cover;
        background-repeat: no-repeat, no-repeat;
        height: 33.3rem;

        background-position: center left, top center;
    }

    #contents-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 9.2rem;
        color: #ffffff;

        background-color: #00b1a9;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #contents-nav .for-mobile {
        display: none;
    }

    #contents-nav dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: unset;
        width: 90%;
        margin: 0 auto;

        opacity: 1;
        pointer-events: all;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Noto Sans Japanese-r";
    }

    #contents-nav dl dt {
        display: block;
        font-size: 2rem;
    }

    #contents-nav dl dd {
        display: block;
        height: 4.8rem;
    }

    #contents-nav dl dd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 18rem;
        height: 100%;
        padding: 0 2.2rem;
        border: solid .1rem #ffffff;
        color: #ffffff;
        font-size: 1.6rem;
        text-decoration: none;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 2.4rem / 2.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 2rem;
        -webkit-transition: all 200ms 0s ease;
        transition: all 200ms 0s ease;
    }

    #contents-nav dl dd a:hover {
        color: #00b1a9;

        background-color: #ffffff;
    }

    #contents-nav dl dd a i {
        position: absolute;
        right: 1.4rem;
    }

    #contents-body {
        width: 90%;
        margin: 0 auto;

        max-width: 115.2rem;
    }

    #contents-body h3 {
        margin: 6rem 0 4rem 0;
        font-size: 2.5rem;
    }

    .item-title {
        font-size: 2.4rem;

        padding-left: 1rem;
    }

    .app-info {
        display: block;
        width: 100%;
    }

    .app-info>div {
        width: 50%;
    }

    .app-icon img {
        width: 15.5rem;
        height: 15.5rem;
        margin: 8rem 0 4rem 0;
    }

    .app-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 42.4rem;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .app-container .app-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .app-container .app-type .ios a {
        display: inline-block;
    }

    .app-container .app-type .ios a img {
        width: auto;
        height: 6.6rem;
    }

    .app-container .app-type .android a {
        display: inline-block;
    }

    .app-container .app-type .android a img {
        width: auto;
        height: 6.6rem;
    }

    .app-container .caption {
        font-size: 1.7rem;

        margin-bottom: 2.1rem;
    }

    .item.ml30.w35 {
        max-width: 35rem;
    }

    .pt100 {
        padding-top: 100px;
    }

    .item-wrapper .item h5.thin-14 {
        font-size: 1.4rem;
    }

    .thin-13 {
        font-size: 1.3rem;
    }

    .item-wrapper .item .img-wrapper.small {
        width: 16rem;
        height: 27.7rem;
    }

    .item-wrapper .item.w240 {
        width: 24rem;

        max-width: 24;
        min-width: 24rem;
        margin-left: 0rem;
    }
}

@media screen and (min-width: 1024px) {
    #contents-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 9.2rem;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #contents-nav dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: unset;
        width: 90%;
    }

    #contents-nav dl dt {
        display: block;
        font-size: 2rem;
    }

    #contents-nav dl dd {
        display: block;
        height: 4.8rem;
    }

    #contents-nav dl dd a {
        position: relative;
        width: 17rem;
        padding: 0 2.2rem;
        font-size: 1.8rem;

        border-radius: 2.4rem / 2.4rem;
        margin-left: 2.5rem;
        -webkit-transition: all 200ms 0s ease;
        transition: all 200ms 0s ease;
    }

    #contents-nav dl dd a:hover {
        color: #00b1a9;

        background-color: #ffffff;
    }

    #contents-nav dl dd a i {
        position: absolute;
        right: 1.4rem;
    }

    .radius-title {
        height: 3rem;
    }
}

@media screen and (min-width: 1366px) {
    html {
        scroll-behavior: smooth;
    }

    #contents-header h2 {
        margin-left: 15%;
        width: 18%;
    }

    #contents-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 9.2rem;
        color: #ffffff;

        background-color: #00b1a9;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #contents-nav dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin: 0 auto;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Noto Sans Japanese-r";
    }

    #contents-nav dl dt {
        display: block;
        font-size: 3rem;
    }

    #contents-nav dl dd {
        height: 4.8rem;
    }

    #contents-nav dl dd a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 21rem;
        height: 100%;
        padding: 0 2.2rem;
        border: solid .1rem #ffffff;
        color: #ffffff;
        font-size: 1.8rem;
        text-decoration: none;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 2.4rem / 2.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 3rem;
        -webkit-transition: all 200ms 0s ease;
        transition: all 200ms 0s ease;
    }

    #contents-nav dl dd a:hover {
        color: #00b1a9;

        background-color: #ffffff;
    }

    #contents-nav dl dd a i {
        position: absolute;
        right: 1.4rem;
    }
}

.over-ride-justify.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.ico-img {
    display: inline-block;
    padding: 10px 0 0;
}

.ico-img img {
    width: 40px;
    height: 40px;
    vertical-align: middle;

    padding-right: 5px;
}

.icon-middle {
    vertical-align: middle;
}

.img-full {
    width: 100% !important;
    height: auto !important;
}

.bg-white {
    color: #00b1a9 !important;

    background-color: #ffffff !important;
}

.h20 {
    height: 20rem !important;
}