﻿@charset "UTF-8";

html {
    font-size: 1em;
}

body {
    margin: 0 auto;
    padding: 0;
    background: #f9f9f9;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic" YuGothic, "Yu Gothic", "Arial";
    font-size: 1rem;
    color: #666666;
    text-align: center;
    line-height: 1.3;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.7rem;
    color: #666666;
}
h3 {
    font-size: 1.5rem;
    color: #666666;
}

ul {
    padding: 0;
    list-style: none;
}

li {
    padding-top: 1rem;
}

p {
    text-align: center;
}

section {
    text-align: center;
    position: relative;
    margin: auto;
    padding: 0 1.4rem 2.6rem;
}

.header {
    border-top: 8px solid #bd0434;
    height: 5.4em;
    width: 100%;
    padding: 0.4rem auto;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header div {
    margin-left: 0.8rem;
}

.header img {
    max-height: 6rem;
    padding-top: 12px;
}

.text-d {
    color: #bd0434;
}
.auth {
    padding: 0 4%;
    width: 75%;
}
.auth ul {
    text-align: justify;
    text-justify: distribute-all-lines;
}
.auth ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
}
.auth ul li {
    display: inline-block;
    text-align: center;
    color: #9b9b9b;
}
.auth img {
    width: ;
}

.sub-title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.5px;
   /*  border-bottom: 2px solid #e5e5e5; */
    margin-bottom: 16px;
}

.auth-button {
    width: 90%;
    margin: 0 auto;
}

.d-account-others a {
    color: #4a90e2;
    font-size: 1.25rem;
    text-decoration: none;
}

.footer {
    background: #d6d6d6;
    color: #333333;
    padding: 2rem;
}

.footer-sticky {
    background: #d6d6d6;
    color: #333333;
    padding: 2rem;
    position: fixed;
    bottom: 0px;
    width: 90%;
}

.footer p {
    font-size: 0.85rem;
}

.disclaimer {
    margin: 0 auto 2rem;
    height: 15rem;
    background-color: #ffffff;
    text-align: left;
    font-size: 1.2rem;
    padding: 0.5rem;
    overflow-y: scroll;
    overflow-x: hidden;
}
.disclaimer p {
    font-size: 1.2rem;
}
.message {
    width: 96%;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.7;
    letter-spacing: 1px;
}
.contact-section{
    font-weight: bold;
}
.message p {
    text-align: left;
    padding-top: 8px;
}
.userGuide {
    text-align: left;
    vertical-align: top;
    color: #cc0033;
    padding-bottom: 12px;
}
.detailLink {
    color: blue;
    font-weight: bold;
    display: block;
    text-align: center;
}
::-webkit-scrollbar {
    width: 1.2rem;
}
::-webkit-scrollbar-track {
    background: #f3f3f3;
}
::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 1.2rem;
    box-shadow: inset 0 0 0 2px #f3f3f3;
}

.accordion-btn {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 1.7rem;
    padding: 1rem 0;
}
a.accordion-btn:hover {
    opacity: 0.8;
}
.accordion-btn span {
    margin: 1rem;
}

.accordion-btn-open {
    background: #4a90e2;
}
.accordion-btn-open:after {
    content: "expand_more";
    font-family: "Material Icons";
    padding-right: 1rem;
    right: 0;
    position: absolute;
    color: #fff;
    top: 1rem;
    font-size: 2rem;
    font-weight: normal;
}
.accordion-btn-close {
    background: #2f65a5;
}
.accordion-btn-close:after {
    content: "expand_less";
    font-family: "Material Icons";
    padding-right: 1rem;
    right: 0;
    position: absolute;
    color: #fff;
    top: 1rem;
    font-size: 2rem;
    font-weight: normal;
}

.accordion-guide {
    background: #eff6ff;
    margin: 1rem 0;
}
.accordion-guide p {
    margin: 2rem;
    color: #4a4a4a;
    font-size: 1.2rem;
}
.accordion-guide img {
    width: 65.6%;
    margin-bottom: 2rem;
}

img.service-guide {
    margin: 4% 0;
}

@media screen and (max-width: 549px) {
    html {
        font-size: 3vw;
    }

    .wrapper {
        height: 100%;
    }
}
