/* Header */
.sp_show { display: none !important; }

.drawer .drawer-hamburger { width: 65px !important; height: 65px !important; padding: 0px 17px 7px 17px !important; outline: none; top: 11px; }
.drawer .drawer-hamburger { background: rgba(0, 0, 0, 0); padding: 0px 18px 3px !important; width: 60px; height: 60px; -webkit-box-sizing: border-box; box-sizing: border-box; right: 5px !important; }
.drawer-open.drawer .drawer-hamburger-icon { background-color: transparent !important; }
/* .drawer { overflow: hidden; } */
.drawer .drawer-nav { 
    opacity: 0 !important;
    height: 100vh !important;
    display: table;
    text-align: center;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0, #111), to(#222)); */
    /* background: -webkit-linear-gradient(left, #111 0, #222 100%); */
    /* background: -o-linear-gradient(left, #111 0, #222 100%); */
    /* background: linear-gradient(to right, #111 0, #222 100%); */
    background-color: #000;
    top: 90px !important;
    left: -100% !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.drawer .drawer-close .drawer-nav { opacity: 0 !important; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.drawer .drawer-open .drawer-nav { opacity: 1 !important; left: 0 !important; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; height: calc(100% + 90px) !important; }
/* .drawer .drawer-nav .drawer-menu { padding-top: 90px; } */
.drawer .drawer-nav .drawer-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 90px;
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0, #111), to(#222)); */
    /* background: -webkit-linear-gradient(left, #111 0, #222 100%); */
    /* background: -o-linear-gradient(left, #111 0, #222 100%); */
    /* background: linear-gradient(to right, #111 0, #222 100%); */
    background-color: #FAF9F7;
}

.top .pcHd.active { top: 0; }
.top .pcHd.fixed { position: fixed; top: 0; z-index: 100; background-color: #FFFFFF; width: 100%; }
.top .pcHd.bgOn { background-color: #0009; }
/* .top .pcHd { top: -100px; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; } */
.top .pcHd { top: 0px; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; position: fixed; z-index: 100; }
#topcontrol { z-index: 10000; }
#topcontrol a img { width: 60px; }
.hdLogo { position: fixed; top: 0; left: 0; width: 100%; height: 90px; padding: 7px 0 5px 20px; z-index: 9999; background-color: #000;  }
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:after, .drawer .drawer-hamburger-icon:before { background: #FFFFFF; }
.top .drawer .drawer-hamburger-icon, .top .drawer .drawer-hamburger-icon:after, .top .drawer .drawer-hamburger-icon:before { -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
.hdLogo .logo-header img { width: 300px; padding-top: 21px; }
@media screen and (max-width: 950px){
    /* .sp_show { display: block !important; } */
    /* .pc_show { display: none !important; } */
    .page-container { margin-top: 90px; }
}

/* Main Text Animations*/
@keyframes openclose1 {
    0% { width: 0px; }
    100% { width: 291px; }
}
@keyframes openclose2 {
    0% { width: 0px; }
    100% { width: 802px; }
}

/* Limit Line */
.text-limit3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /* number of lines to show */ line-clamp: 3; -webkit-box-orient: vertical; }
.text-limit2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ line-clamp: 2; -webkit-box-orient: vertical; }
.text-limit1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; /* number of lines to show */ line-clamp: 1; -webkit-box-orient: vertical; }

input[type=submit] { background-image: linear-gradient(to right, #E5E9ED 0% , #062B4F 100% ); border: none; color: white; padding: 18px 115px; text-decoration: none; cursor: pointer; font-family: "Noto Sans JP"; font-weight: 700; }

/* Style The Dropdown Button */
.dropbtn { border: none; cursor: pointer; }
.dropbtn i { padding-left: 5px; font-size: 20px; }
.btn-dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: absolute; background-color: #0009; min-width: 180px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; padding-bottom: 15px; }
.dropdown-content a { color: #FFFFFF; padding: 3px 5px; text-decoration: none; display: block; }
.dropdown-content a:hover { color: #707070; }
.btn-dropdown:hover .dropdown-content { display: block; }
/* .btn-dropdown:hover .dropbtn { background-color: #3e8e41; } */

/* Style Common Buttons */
/* .btn-lg-rd { width: 285px; height: 60px; border-radius: 30px; }
.btn-md-rd { width: 224px; height: 50px; border-radius: 25px; }
.btn-md-rd p { color: #FFFFFF; }
.btn-grey { background-color: #707070; display: flex; align-items: center; justify-content: center; }
.btn-grad { background: linear-gradient(90deg, rgba(21,178,165,1) 0%, rgba(21,178,165,1) 50%, rgba(255,200,67,1) 125%); display: flex; align-items: center; justify-content: center; }
.btn-grad-spec { background: linear-gradient(90deg, rgba(21,178,165,1) 0%, rgba(21,178,165,1) 50%, rgba(255,200,67,1) 125%); display: flex; align-items: center; justify-content: center; position: relative; }
.btn-grad-spec p { color: #FFFFFF; }
.btn-white { background-color: #FFFFFF; border: 1px solid #15B2A5; display: flex; align-items: center; justify-content: center; }
.btn-yel { background-color: #FFC843; display: flex; align-items: center; justify-content: center; }
.btn-spec { background-color: #FFFFFF; border: 1px solid #15B2A5; display: flex; align-items: center; position: relative; }
.btn-spec p { color: #15B2A5; padding-left: 55px; }
.btn-spec::after { content: ''; position: absolute; width: 160px; height: 1px; background: linear-gradient(90deg, rgba(21,178,165,1) 0%, rgba(255,200,67,1) 100%); top: 50%; right: -60px; }
.btn-grad-spec::after {  content: ''; position: absolute; width: 160px; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(21,178,165,1) 100%); top: 50%; right: -60px; } */

/* Radio button */
/* .btn-answer { float: left; margin: 0 5px 0 0; width: 137px; height: 60px; position: relative; }
.btn-answer label,.btn-answer input { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.btn-answer input[type="radio"] { opacity: 0.011; z-index: 100; }
.btn-answer input[type="radio"] + label { border: 3px solid #C4C4C4; border-radius: 30px; }
.btn-answer input[type="radio"] + label p { color: #C4C4C4; }
.btn-answer input[type="radio"]:checked + label { background: #15B2A5; border: 3px solid #C4C4C4; border-radius: 30px; }
.btn-answer input[type="radio"]:checked + label p { color: #FFFFFF; }
.btn-answer label { cursor: pointer; z-index: 90; }
.btn-answer .btn { padding: 12px 0px; } */

/* Beautiful Text Shadow */
/* .txt-sdw-01 { color: #fff; font-size: 5em; text-shadow: 0px 2px 0px #b2a98f, 0px 4px 3px rgb(0 0 0 / 15%), 0px 8px 1px rgb(0 0 0 / 10%); } */

.deactive { background-color: #707070; }

.wp-pagenavi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
    color: #FFFFFF;
    border-color: #007BD0 !important;
    background-color: #007BD0;
}

.wp-pagenavi span {
    color: #707070;
    background-color: #FFFFFF;
    border: 1px solid #007BD0;
}

.wp-pagenavi a:hover {
    background-color: #FFFFFF;
    color: #707070;
}

.pagination { justify-content: center; margin-bottom: 50px; } 

.thanks-msg { text-align: center; padding: 80px 20px; font-size: 20px; }

/* Page Loader */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000;
    z-index: 1000;
    text-align: center;
}
.lds-roller {
    display: inline-block;
    position: relative;
    top: 48%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(41, 165, 250, 1);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
