@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: 450px;
    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: 100%;
}

.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: cta_animation 2.5s infinite ease-in-out;
    top: 77%;;
    left: 50%;
}

.cta_animation.absolute {
    animation: cta_animation_absolute 2.5s infinite ease-in-out;
    top: 79%;;
    left: 50%;
}


@keyframes cta_animation_absolute {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        filter: brightness(1);

    }

    50% {
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1.4);

    }
}

@keyframes cta_animation {

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

    50% {
        transform: scale(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%;
}


.btn_orange {

    color: #ffffff;
    width: 75%;
    height: 5rem;
    margin: 20px auto 1rem;

    background: linear-gradient(to bottom, #ffb76b 0%, #ff9c3f 100%);
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    
    font-size: 18pt;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    text-shadow: 0px -1px -1px #88540b;

}





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;
}

.fix{
    font-size:10px;
    color:#ffffff;
    padding:2px 6px 2px 4px;
    text-align: center;
	vertical-align: middle;
    height:13px;
    background-color:rgba(255,102,0,1);
    border-radius: 3px;
	margin:2px 2px 2px;
}



form{
  text-align: initial;
}

.reg3bradio {
    padding: 10px 40px 10px 0px;
    margin-top: 10px;
}

.reg_flow {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 5px;
}

.reg_flow tr td {
    width: 25%;
    border-right: 1px solid #a87c5c;
}

.blue {
    background-color: #FFFFFF;
}

.reg_form {
    width: 94%;
    margin: 10px auto;
    padding: 5px 2%;
}

.bgOrange {
    background: #e0f8c9;
    border: #bdeb9b solid 1px;
}

.title {
    clear: both;
    color: #6dc22f;
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
}

.mt {
    font-size: 1.7rem;
    margin-top: 10px;
}

input[type="text"] {
    font-size: 1.7rem;
    border: 1px solid #a9a9a9;
    height: 20px;
    width: 40%;
    border-radius: 4px;
    font-size: 1.2rem;
}

input[type="date"] {
    font-size: 1.7rem;
    border: 1px solid #a9a9a9;
    height: 3.4rem;
    display: block;
    border-radius: 4px;
}

input[type="password"] {
    border: 1px solid #a9a9a9;
    height: 3.4rem;
    width: 70%;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 1.7rem;
}

input[type="checkbox"] {
    border: 1px solid #a9a9a9;
    height: 25px;
    border-radius: 4px;
}

input[type="radio"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.5em;
}

textarea {
    border: 1px solid #a9a9a9;
    min-height: 100px;
    min-width: 95%;
    border-radius: 4px;
}

.fix {
    font-size: 1.2rem;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    background-color: rgba(255, 102, 0, 1);
    border-radius: 3px;
    margin: 2px 2px 2px;
}

.copyright {
    font-size: 0.7rem;
    text-align: center;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e8e8), color-stop(100%, #e0dede));
    background: -webkit-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: -o-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: -ms-linear-gradient(top, #e9e8e8 0%, #e0dede 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%, #e0dede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#e0dede', GradientType=0);
}

input:focus {
    border: solid 1px #888888;
}

select {
    /*-webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;*/
    height: 3.4rem;
    font-size: 1.7rem;
    width: 92%;
    padding-left: 10px;
    text-align: center;
    border: 1px solid #a9a9a9;
    border-radius: 4px;
}
#birthY select, #birthM select, #birthD select {
    width: 86%!important;
}
.reg3bradio {
    font-size: 1.6rem;;
}

.reg_tel_title {
    width: 88%;
    margin: 0 auto;
    background-color: #63C5C6;
    color: #ffffff;
    font-size: 1.6rem;;
    font-weight: bold;
    padding: 10px 3%;
}

.pp_txt a {
    color: #0036d3;
    text-decoration: underline;
}

#birthY, #birthM, #birthD {
    width: 30%;
    float: left;
    font-size: 1.6rem;;
}
.thanx_msg {
    color: #ffbbdb;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.reg_tyui {
    color: #898989;
    font-size: 13px;
    padding-bottom: 3px;
    padding-top: 10px;
}

.reg_bn {
    height: 30px;
    line-height: 30px;
    color: #898989;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0 5px;
    border-top: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .9);
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
}


/*修正*/

#name1, #ruby1, #nickname,#e_mail {
    border: 1px solid #a9a9a9;
    height: 3.4rem;
    width: 90%;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 1.7rem;
}

#modal_back {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 4000;
    top: 0;
    display: none;
    padding-bottom: 10px;
}

.modal_frame {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    /*height:80%;*/
    top: 8%;
    /*margin-left:3%;*/
    left: 3%;
    padding: 5px 2%;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 7000;
    display: none;
    overflow: scroll;
    text-align: left;
}

.modal_frame2 {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    /*height:80%;*/
    top: 8%;
    /*margin-left:3%;*/
    left: 3%;
    padding: 5px 2%;
    margin-bottom: 10px;
    border-radius: 5px;
    z-index: 7000;
    display: none;
    overflow: scroll;
    text-align: left;
}

.closeBtn {
    /*height:40px;*/
    width: 80%;
    margin: 0 auto;
    color: #898989;
    font-size: 1.1rem;;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .9);
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2', GradientType=0);
}

.closeBtn2 {
    background-color: #a9a9a9;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    width: 20%;
    text-align: center;
}

.pp_title {
    font-weight: bold;
    font-size: 1.1rem;;
    margin-top: 10px;
    border-bottom: 1px solid #a9a9a9;
    color: #696969;
    text-align: center;
}

#pp, #kiyaku {
    text-decoration: underline;
    color: #0036d3;
}

.pp_area {
    width: 90%;
    height: 60px;
    margin: 10px auto;
    padding:1rem;
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    overflow: scroll;
    white-space: pre-wrap; 
}

.pp_area textarea {
    border: none;
    height: 40px;
    font-size: 1.1rem;;
}

.pp_txt {
    font-size: 1.1rem;
}
