@charset "UTF-8";


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Noto Sans Japanese, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
    background: #ffffff;
    color: #000;
    -webkit-text-size-adjust: 100%;
}

body {
    max-width: 640px;
    margin: 0 auto;
}

input,
textarea {
    font-family: ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: top;
}

a {
    transition-duration: .3s;
    color: #444;
    text-decoration: none;
}

a:hover {
    opacity: .7;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
    width: 80%;
}

.logo_header {
    background: #ffffff;
    box-shadow: 0 6px 14px -7px rgba(0, 0, 0, 0.5);
    padding-right: 8px;
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    z-index:10;
}

.logo_header>img {
    width: 26%;
    margin: 0;
}

.logo_header>a {
    width: 46%;
    margin: 0;
}

.cta_animation{
    animation: pulse 3s infinite ease-in-out, shine 2.5s infinite ease-in-out;
    top:84%;
}

/* 拡大縮小アニメーション（穏やかなテンポ） */
@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1.0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1875);
        /* 穏やかに少しだけ拡大 */
    }
}

@keyframes pulse_absolute {

    0%,
    100% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1875);
        /* 穏やかに少しだけ拡大 */
    }
}

/* 光るアニメーション（より強く） */
@keyframes shine {
    0% {
        filter: brightness(1);
    }

    40% {
        filter: brightness(2);
        /* 強めに光る */
    }

    60% {
        filter: brightness(1.8);
        /* 少し残光感を出す */
    }

    100% {
        filter: brightness(1);
    }
}

.btn {
    position: absolute;
    right: 2%;
    width: 40%;
    height: auto;
    top: 15%;
}


.btn_bottom {
    padding-bottom: 10%;
}

div.a_teller {
    background-color: #d6f7f7;
    padding-bottom: 4%;
    margin: 0 2.5% 7% 2.5%;
    text-align: initial;
}

div.a_teller img {
    width: 93%;
}

div.voc {
    background-color: white;
    width: 95%;
    margin: 10px auto;
}

div.voc>p {
    text-align: justify;
    font-size: 1.3em;
    padding: 2% 4%;
}

div.voc>p:first-child {
    font-size: 1.7em;
}

div.voc span {
    color: #ffe71e;
}

/*ユニークCSS*/
.free_ten_min {
    font-size: 1.3rem;
    border-radius: 3px;
    font-weight: bold;
    padding: 0.1em 1em;
    color: #cc0033;
    width: fit-content;
    background-color: #ffcce6;
}

div.prf_img {
    display: flex;
    padding: 4% 0;
}

div.prf {
    font-size: 1.5rem;
    padding: 0 2.5% 0 4%;
}

p.divination {
    font-size: 1.2rem;
    color: #12756b;

}

div.prf p.divination span {
    color: #033e38;
    font-size: 1.5rem;
}

div.prf p span {
    font-size: 2.5rem;
    color: #033e38;
}

div.a_teller img {
    width: 29%;
    margin: auto 0 auto 2.5%;
    border-radius: 61%;
}



a.registered {
    text-align: center;
    text-decoration: revert;
    display: block;
    color: revert;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.btn_orange {
    margin-bottom: 1rem;
}
















#birthY,
#birthM {
    margin-right: 10px;
}

input[type="password"] {
    width: 90%;
}




footer.global {
    background: #d4f6f5;
    color: #000000;
    padding-top: 4%
}

footer.global a {
    color: #000000;
}

footer.global p {
    color: #000000;
}

footer .privacy {
    text-align: center;
    padding: 30px 10px 10px 10px;
}

footer.global .copyright {
    font-size: 1pc;
    text-align: center;
    padding: .8em 0;
    line-height: 25px;
}

.txtCenter {
    text-align: center;
}

#footnavContainer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #ccc;
}

#footnav {
    width: 40pc;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 10px;
}

#footnav a {
    margin: 0 10px;
}