@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
body{
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'Meiryo',sans-serif;
    font-size: 1.8rem;
    background-color: #f0f0f0;
}
header{
    box-shadow: none;
}
header>div a{
    padding: 0;
}
main{
    box-shadow: none;
    max-width: 150rem;
    padding: 2rem 0 5rem;
}
.container{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
header>div{
		/*position: relative; jk-auveロゴ入れる際に*/
    max-width: 150rem;
    width: 150rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
header>div>div:first-child{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.input_info ul li{
    padding: 1rem;
    margin: 0;
}
.input_info ul{
    margin: 2rem 0 0;
}

div.container .news,
div.container .search_info{
    border: 0.15rem solid #f0f0f0;
    background-color: var(--back-color);
    border-radius: 0 1.5rem 0 0;
}
div.container .news>h2,
article.consent>h2,
div.container .search_info h2
{
    width: calc(100% - 2rem);
    position: relative;
    padding: 2rem 0 2rem 3rem;
    background-color: var(--main-color);
    border: none;
    color: var(--back-color);
    font-size: 3.0rem;
    letter-spacing: 0.5rem;
    font-weight: 600;
    border-radius: 0 1rem 0 0;
}
div.container .news::before,
div.container section.s_info::before
{
    content: " ";
    display: block;
    width: calc(100% - 2rem);
    height: 9rem;
    background: url(./icon/bg_dots.png);
    position: absolute;
    top: 0.8rem;
    left: 2rem;
}
div.container section.s_info.h2_none div.info.c_search
{
    margin-top: 0;
}
div.container section.s_info.h2_none::before{
    display: none;
}
div.consent article{
    background-color: var(--back-color);
    border: 0.15rem solid #f0f0f0;
    width: 49%;
    position: relative;
}
article.consent::before{
    content: " ";
    width: calc(100% - 2rem);
    height: 9rem;
    background: url(./icon/bg_dots.png);
    position: absolute;
    top: 0.8rem;
    left: 2rem;
}

div.container .news section{
    margin: 3rem 0;
}

article.news td:first-child{
    width: 15rem;
    padding-right: 0;
    vertical-align:top;
}
article.news td{
    word-break: break-word;
}
div.consent ul{
    list-style:none;
    margin: 5rem 2rem;
}
article.consent ul li:before{
    content: url(./icon/check.png);
    border:none;
    top: 0;
    left: 0;
}
article.consent form>div label{
    font-size: 2rem;
    letter-spacing: 0.5rem;
}


article.consent form>div.input_ckbox{
    margin: 0 3rem;
    padding: 2rem;
}
article.consent form>p{
    margin: 1.5rem 3rem;
    font-size: 100%;
}
article.consent .login_inputarea{
    margin: 2rem 3rem;
}
article.consent form div.input_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:1.5rem;
}
article.consent form div.input_box span{
    font-size: 100%;
    font-weight: bold;
}
article.consent form div.input_box.use_id_pass input{
    width:calc(100% - 10rem);
}
article.consent form div.input_box input{
    width:calc(100%);
    height: 4rem;
    cursor:auto;
}
article.consent form div.login_form{
    margin: 3rem 0 3rem;
    text-align: center;
}
article.consent form div.login_form a#on_click_id,
article.consent form div.login_form a#on_click_tel,
article.consent form div.login_form a#on_click_1,
#add_user_a,
div.info a#on_click,
div.info a#on_reset
{
    display: inline-block;
    text-align: center;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    background-color: var(--main-color);
    color: white;
    font-size: 2rem;
    height: auto;
    margin: 0;
    position: relative;
}
div.info>div a#on_reset{
    border: 2px solid var(--err-color);
    background-color: var(--err-color);
}
article.consent form div.login_form a#on_click_id:hover,
article.consent form div.login_form a#on_click_tel:hover,
article.consent form div.login_form a#on_click_1:hover,
#add_user_a:hover,
div.info a#on_click:hover
{
    color:var(--main-color);
    background-color:var(--back-color);
}
div.info a#on_click::before{
    content: "\f22c";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: calc(50% + -5.5rem);
    top: calc(50% - 1.5rem);
}
div.info a#on_reset:hover{
    color:var(--err-color);
    background-color:var(--back-color);
}
div.info a#on_reset::before{
    content: "\f057";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: calc(50% + -7.0rem);
    top: calc(50% - 1.5rem);
}

article.consent form div.login_form a#on_click_id::before,
article.consent form div.login_form a#on_click_1::before,
article.consent form div.login_form a#on_click_tel::before{
    content: "\f14d";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: calc(50% + -7.5rem);
    top: calc(50% - 1.5rem);
}
article.consent form div.login_form a#on_click_1::before{
    left: calc(50% + -18.5rem);
}
div.info>div:first-child div{
    justify-content: space-around;
}

article.consent.jurisdiction table{
    margin: 5rem 2rem;
    width: calc(100% - 4rem);
}
article.consent.jurisdiction table th{
    font-size: 2.0rem;
}
article.consent.jurisdiction table td{
    font-size: 1.8rem;
}
article.consent.jurisdiction>div{
    font-size: 1.8rem;
}
div.info{
    margin: 0 auto;
    width: 98%;
}
div.info.c_search{
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}
div.info>div{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
div.info a#on_click, div.info a#on_reset{
    width: 48%;
}
div.info.c_info{
    border:0.1rem solid #e1e1e1;
    display: block;
}
div.info.c_info h3{
    font-size: 2.0rem;
    margin: 1.5rem 1.5rem 1.5rem 3.5rem ;
    position: relative;
}
div.info.c_info h3::before{
    content: url(./icon/card.png);
    position: absolute;
    left: -2.2rem;
    top: 0;
}

div.info.c_info img{
    width: 22rem;
    height: auto;
    margin: 0 1rem 2rem;
}
div.info.c_info ul{
    width: calc(100% - 24rem);
}
div.info.c_info ul li:first-child{
    margin-top: 0;
}
div.info ul li{
    list-style: none;
    margin-bottom: 0.5rem;
    margin-left: 2rem;
    position: relative;
}
div.info ul li::before{
    content: url(./icon/check.png);
    position: absolute;
    left: -2.2rem;
    top: 0;
}
div.info>div:nth-child(2) p{
    padding-top: 0;
    width: calc(100% - 20rem);
    font-size: 1.8rem;
    
}
div.info>div:nth-child(2){
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row-reverse;
}
section.search_body{
    margin: 4rem 0;
    position: relative;
}
section.search_body table{
    width: 98%;
    margin: 0 auto;
}
div.info.c_search p{
    text-align: left;
    margin: 1.5rem 0 ;
    font-size: 2rem;
    font-weight: 600;
}
div.info.c_search>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 3rem;
    flex-direction: row-reverse;
}
footer{
    background-color: var(--back-color);
    padding: 1.5rem 0;
}
footer>div{
    max-width: 150rem;
    width: 150rem;
    margin: 0 auto;
    text-align: center;
}
footer>div>p{

}

div.container .search_info.search_jurisdiction{
    margin-top: 2.0rem;
}
div.container .search_info.search_jurisdiction .s_info{
    position: relative;
}
div.container .search_info.search_jurisdiction table{
    margin: 5rem 2rem 2rem;
    width: calc(100% - 4rem);
}
div.container .search_info.search_jurisdiction table th{
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 12px 10px;
    text-align: center;
    font-size: 2.0rem;
}
div.container .search_info.search_jurisdiction table th:nth-child(2){
    border-right: 1px solid #666;
}
div.container .search_info.search_jurisdiction table td{
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-collapse: collapse;
    padding: 12px 10px;
    font-size: 1.8rem;
}
div.container .search_info.search_jurisdiction table td:nth-child(1){
    width: 35%;
    text-align: left;
}
div.container .search_info.search_jurisdiction table td:nth-child(2){
    width: 30%;
    text-align: left;
}
div.container .search_info.search_jurisdiction table td:nth-child(3){
    border-right: 1px solid #666;
    text-align: left;
}
div.container .search_info.search_jurisdiction>section>div{
    margin: 0rem 2rem 5rem;
}
article.consent.jurisdiction div.jurisdiction_div{
    margin: 5rem 2rem 2rem;
}
article.consent.jurisdiction>div{
    margin: 0 2rem 2rem;
}
#jurisdiction_t_div{
    margin: 0;
}

#search_date{
    display: none;
}
#search_date.enabled{
    display: block;
    position: absolute;
    top: -3.2rem;
    right: 2rem;
    font-size: 2.0rem;
}
#search_date.enabled p{
    font-weight: 600;
}
#search_date.enabled p>span{
    font-weight: normal;
}

@media print{
    .search_body div.info.c_search,
    div.container .search_info.search_jurisdiction{
        display: none;
    }
    section.search_body{
        margin-bottom: 1.5rem;
    }
    main{
        padding-bottom: 2rem;
    }
}




/*============
nav
=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: var(--back-color);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: var(--back-color);
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  
@media screen and (max-width: 1500px) {
    header>div,footer>div{
        max-width: 100%;
        width: 100%;
    }
}

div.u_add{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}
div.u_add>a{
    padding: 0.5rem 2rem;
    border: 1px solid #666;
    border-radius: 1.5rem;
}

div.container .news.reg_user section{
    padding: 0 2rem;
}
div.container .news.reg_user section h1{
    font-size: 3rem;
}
div#reg_div{
    width: 98%;
    height: 50rem;
    overflow: auto;
    background: var(--back-color);
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 1rem auto;
}
div#reg_div h2{
    margin: 1rem 0;
}
div#reg_div ol{
    margin-left: 2rem;
}
div#reg_div li,div#reg_div ol,div#reg_div p{
    font-size: 1.5rem;
}
div.container .news.reg_user .input_ckbox{
    display: flex;
    margin: 2rem 0;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: #dcdcdc;
    padding: 1.5rem 0;
}
div.container .news.reg_user .input_ckbox input,
div.container .news.reg_user .input_ckbox label{
    margin: 0;
    cursor: pointer;
}
div.container .news.reg_user .input_ckbox input{
    margin-bottom: 0;
    margin-right: 1rem;
    width: 2.0rem;
    height: 2.0rem;
}
div.container .news.reg_user .a_add_user{
    display: flex;
    justify-content: center;
}
div.input_box.foregot_u{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2rem 0;
}
div.input_box.foregot_u>input{
    max-width: 30rem;
    margin: 0 0 0 1.5rem;
}
button.forgot_btn,button.add_edit_btn{
    display: inline-block;
    text-align: center;
    border: 2px solid var(--main-color);
    border-radius: 8px;
    background-color: var(--main-color);
    color: white;
    font-size: 1.5rem;
    height: auto;
    margin: 0;
    position: relative;
    padding: 0 5rem;
    margin-left: 2rem;
}
button.forgot_btn:hover,button.add_edit_btn:hover{
    background-color: white;
    color: var(--main-color);
}
.forgot_result{
    color: var(--err-color);
    font-weight: bold;
    margin: 1rem 0;
}
#newpass{
    padding: 1rem 5rem;
    display: inline-block;
    background-color: #ddd;
    font-weight: bold;
    margin: 2rem 0;
}
.tra_add_edit fieldset>div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2rem;
}
.tra_add_edit fieldset>div:first-child{
    margin: 0;
}
.tra_add_edit fieldset>div>input{
    margin: 0;
}
.tra_add_edit div.btnsubmit {
    margin: 0 0 5rem;
    text-align: center;
}
.tra_add_edit div.btnsubmit button.add_edit_btn{
    margin: 0;
}
.tra_add_edit fieldset>div>label{
    min-width: 15rem;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
}
.tra_add_edit fieldset>div.error-message{
    color: var(--err-color);
    font-weight: bold;
    margin: 0 0 1.5rem 1.5rem;
}
.tra_add_edit fieldset>div>input[readonly="readonly"]{
    background-color: #ddd;
}
.tra_add_edit .ua_req{

}
.tra_add_edit .ua_req::after{
    content: "*";
    color: var(--err-color);
    padding: 0 1rem 0 0;
    font-weight: bold;
    font-size: 2.5rem;
    height: 3rem;
}