/*
Theme Name: NEW SOERTE
Author: Infinite Points Co., Ltd.
Author URI: https://www.infinite-points.co.jp
Description: SOERTE Theme
Requires PHP: 5.6
Version: 1.1
*/
html {
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
    font-size: 16px;
}
.main_wrapper, .maxwidth {
    max-width: 640px;
    width:100%;
    margin:0 auto;
    position: relative;
}
.main_wrapper {
    padding-bottom: 100px;
    overflow: hidden;
}
.phonemenu {
    position: fixed;
    width:100%;
    height: 80px;
    bottom: 0;
    background: #f5f6f6;
    z-index: 9999;
}
.phonemenu  .maxwidth {
    
    left: 0;
    bottom:0;
    position: absolute;
    padding-bottom: 20px;
}
.nav {
    background-color: #eeefef;
    padding-top: 102px;   

    
}
.logout {
    width:44px;
    height:44px;
    display: inline-flex;
}
.topbar {
     background-color: rgba(238,239,239,0.75);
    display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        padding-top: 40px;
        position: fixed;
        width: 100%; 
        top:0;
            max-width: 640px;
        z-index: 99999;
        backdrop-filter: blur(5px);
}
.logo {
    width:200px;
    display: inline-flex;
}
.menu {
    width:44px;
    display: inline-flex;
}
.searchbar {
    padding: 20px;
}
.searchbar input {
    background-color: #e3e3e4;
    padding:10px;
    border-radius: 5px;
    width:100%;
}
.idno {
    display: block;
    font-weight: bold;
    color:#838383;
}
.idno2 {
    display: block;
    font-weight: bold;
    color:#838383;
    font-size: 24px;
}
.accountbar {
    padding: 20px;
    display: flex;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.myaccount {
    width: 100%;
    display: block;
}
.myaccount img {
    display: block;
}
.content {
    padding:20px;
}
.flex-content {
    height: 50vh;
    display: flex;
    align-items: center;
}
.mySwiper  {
    padding-bottom: 30px;
}
.swiper-pagination-bullet-active {
    background: #a5a5a6;
}
.newswrap ul {
    color:#838383;
}
.date {
    font-weight: bold;
}
.newswrap {
    margin-top: 20px;
}

.newswrap ul li {
    
    position: relative;
    padding: 5px 0;
    padding-left: 100px;
}
.newswrap ul li .date {
    position: absolute;
    left:0;
    top:5px;
}
.morenews {
    display: block;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.mainbannerwrap {
    margin-top: 20px;
}
.morenews img {
    width:100%;
}
.soertebanners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    margin-top: 40px;
}
.categorieswrap {
    padding-left: 20px;
    margin-top: 40px;
}
.cat_ttl img {
    height: 20px;
}
.cat_ttl {
    margin-bottom: 10px;
}
.mySwiper2 p {
    word-break: break-all;
}
.catwrap {
    margin-bottom: 30px;
}

.phonemenu .maxwidth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: auto;
    width: max-content;
    position: relative;
    
    bottom: -15px;
}
.scroller {
    overflow-x: scroll;
    padding-bottom: 15px;
}
.mySwiper2-scroll {
    position: relative;
    width: max-content;
    display: flex;
}
.mySwiper2-scroll > div {
    width: 150px;
    margin-right: 15px;
}
.phonemenu .maxwidth a {
    width:20vw;
    text-align: center;
    display: inline-block;
}
.phonemenu .maxwidth a img {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.login .topbar {
    justify-content: center;
}
.closebtn {
    display: block;
    width:28px;
    height:28px;
    position: absolute;
    top:20px;
    right:20px;
}
.login {
    background-color: #eeefef;
    height: 100vh;
}
.logintext {
    text-align: center;
    margin-bottom: 40px;
}
fieldset img {
    height: 16px;
}
input.username, input.password {
    padding: 15px;
    border: 1px solid #838383;
    background-color: #FFF;
    width: 100%;
    border-radius: 10px;
    font-size: 24px;
}
.div_text { 
    margin-bottom: 20px;
}
fieldset label {
    padding-left: 10px;
    padding-left: 10px;
    margin-bottom: 2px;
    display: block;
}
.formgroup label img {
    height:16px;
}
input.buttonsaa {
    height: 50px;
    background: #2a408d;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 20px;
}
input.buttons {
    background: url(images/login-submit.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    /* text-indent: -99999999px; */
    /* padding: 20px; */
    height: 70px;
    border: 0;
    margin: 0;
    outline: 0;
    border-radius: 20px;
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
button {
    margin-top: 20px;
}
button img {
    width:100%;
}
input.buttons:focus {
    outline: none;
}
.login .content {
    margin-top: 50px;
}
.notice, .forgot {
    margin-top: 40px;
    text-align: center;
    display: block;
}
.notice img, .forgot img  {
    height: 16px;
}
.forgot img  {
    height: 16px;
}
.login .phonemenu {
    display: none;
}

.backbtn {
    position: fixed;
    right: 0;
    top: 222px;
    width: 80px;
    z-index: 99;
}
.cat_main_ttl {
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.cat_main_ttl img {
    height:100px;
}

.category .content {
    margin-top: 20px;
}
.catthumbwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.catthumbwrap p {
    line-height: 1.2;
    font-size: 14px;
}
.catthumbwrap a {
    display: block;
    position: relative;
    padding: 4px 8px;
}

.mySwiper2-scroll  .swiper-slide  p {
    word-wrap: break-word;
    line-height: 1.2;
    font-size: 13px;

}
::placeholder {
   
    opacity: 0.5; /* Firefox */
  }
.pdftag {
    position: absolute;
    z-index: 9;
    width:50px;
    height: 20px;
    background: url(images/tag.png) center center no-repeat;
    background-size: contain;
    right: 10px;
    top: 10px;
}
.catthumbwrap-detail img {
    width:100%;

}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    -webkit-overflow-scrolling: auto;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.loginform {
    max-width: 400px;
    margin: 0 auto;
}




.menu-container {
    width:100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    top:0;
    right:-100vw;
    background-color:  rgba(23,63,146,0.86);
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 120px;
    box-sizing: border-box;
    webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
     overflow:auto;
     backdrop-filter: blur(5px);
}
.menu-container > div {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.menu-container > div:last-child {
    margin-top: 40px;
}
.menu-container a {
    display: block; 
    border-top:2px solid rgba(255,255,255,0.6);
    border-bottom:2px solid rgba(255,255,255,0.6);
    padding:20px 0;
}
.menu-container img {
    width: 88%;
}
.menu-container.open {
    transform: translateX(-100vw);
    webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
     z-index: 9999999;
     
}
.main-container.content-term {
    padding:40px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background-color: #fff;
}

.menu {
    width:44px;
    height:34px;
    background: url(images/menu.png) center center no-repeat;
    background-size:contain;
    right: 25px;
    
   
    z-index: 99999;
    cursor: pointer;
display:block;
 
}
.menu.open {
    background: url(images/close.png) center center no-repeat;
    background-size:contain;
    position: fixed;
    z-index: 99999999;
        margin-bottom: -40px;
    margin-right: -8px;
}
.nav.open {
    z-index: 9999999999;
    position: fixed;
}
.nav.open .mybar, .nav.open .searchbar, .nav.open .accountbar {
    display: none;
}
.nav.open  .topbar {
    background-color: transparent;
}
.nav.open  .topbar .logout, .nav.open  .topbar .logo {
    display: none;
}

@media (min-width: 640px) {
    .phonemenu {
        left:0;
        height: 100px;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border: solid 1px;
}
