/*-------------------------------
base
---------------------------------*/
html{
  font-size: 62.5%;

}

body{
  height: 100%;
  background-size: cover;
  font-size: 14px;
position: relative;

  font-family: 'Noto sans JP' , sans-serif;
  color:#121212;
  background: #454a54;
  padding: 0;
  margin: 0;
  display: flex;
flex-flow: column;
min-height: 100vh;
background: url(../img/bg.jpg);
background-size: cover;
}
body.login{
  height: 100vh;
  background: url(../img/bg.jpg);
  background-size: cover;
}
body.register{
  height: 100vh;
  background: url(../img/bg.jpg);
  background-size: cover;
}
body.register footer{
  text-align: center;
}
body.register footer .inner{
  margin: auto;

}
body.register .btn{
  margin: auto;
}
body.login footer{
  text-align: center;
}
body.login footer .inner{
  margin: auto;

}
body.login .btn{
  margin: auto;
}

.pc_display {
 display: block;
}

.sp_display {
 display: none!important;
}
main{
   flex: 1;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
a{transition: 0.2s;
  text-decoration: none;
}
a:hover{
opacity: .8;}
ul{
  margin: 0;
      padding-inline-start: 0;
}
li{list-style: none;}
p{
  line-height: 1.8em;
  margin: 0;
}
ul li{
  box-sizing: border-box;
}
.sp-only{
  display: none;
}
*{box-sizing:border-box;}

.wrap{

  position: relative;
}
/*-------------------------------
header
---------------------------------*/
header{

  background: #fa8500;
  padding-bottom: 100px;
}
.header-inner{
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
  padding: 10px 0px ;
  display: flex;
  justify-content: space-between;
}
.header-inner .site-title{
  width:100px;
  margin: 0;
  display: flex;
  align-items: center;
}

.header_first{
  margin-right: auto;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_first p{
margin: 0 10px 0 0;
}
.header_active{
  background: #fff;
  border: 1px solid #e10202;
  color: #e10202;
  padding: 3px 10px;
display: flex;
justify-content: space-between;
align-items: center;   border-radius: 3px;
}
.header_active a{
   background: #e10202;
   color: #fff;
   padding: 3px;
   border-radius: 3px;
   font-size: 75%;
}
.header_info{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;

}
.header_info a{
    margin-left: 15px;
}
.header-inner .header-nav {
display: flex;
justify-content:flex-end;
align-items: center;
}
.header-inner .header-nav a{
    color: #fff;

}
.header-inner .header-nav a::before{
  top: 5px;
  margin: 0 5px 0 15px;
  position: relative;

}
.header-inner .header-nav a:first-child::before{
  content: url(../img/icons8-dashboard-20.png);
}
.header-inner .header-nav a:nth-child(2)::before{
  content: url(../img/he4.png);
}
.header-inner .header-nav a:nth-child(3)::before{
  content: url(../img/he5.png);
}
.header-inner .header-nav a:nth-child(4)::before{
  content: url(../img/he6.png);
}
.header-inner .header-nav a:nth-child(5)::before{
  content: url(../img/he8.png);
}
.header_second{
  display: flex;
  justify-content: flex-start;
}
.header_second div.inner{

}
/*
.header_second div.inner:first-child{
margin-right: 30px;
}
*/
.header_second div.inner:first-child .avatar_box{
width: 100px;
height: 100px;
border-radius: 100%;
border: 3px solid #dfdfdf;
overflow: hidden;
position: relative;
background: url(../img/avatar.jpg)no-repeat;
background-size: cover;
background-position: center;
}
.header_second div.inner h3{
margin: 5px 0;
}
.header_second div.inner .hss{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 80%;
      margin-bottom: 10px;
}
.header_second div.inner .hss span{
  color: #b56101;    margin-right: 15px;

}
.header_second div.inner .hss span:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image:url(../img/hss3.png);
  background-size: contain;
  vertical-align: middle;
      margin-right: 8px;

}
.header_second div.inner .hss span.active{

color:#fff;
}
.header_second div.inner .hss span.active:before{
  background-image:url(../img/hss1.png);
width: 18px;
height: 18px;
}


.header_second div.inner .title_cond{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 80%;
      margin-bottom: 10px;
}
.header_second div.inner .title_cond span{
  color: #9D9D9D;    margin-right: 15px;

}
.header_second div.inner .title_cond span:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image:url(../img/hss3.png);
  background-size: contain;
  vertical-align: middle;
      margin-right: 5px;

}
.header_second div.inner .title_cond span.__no_title:before{
  content: "□" !important;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image:none !important;
  background-size: contain;
  vertical-align: baseline;
      margin-right: 5px;

}
.header_second div.inner .title_cond span.hss2:before{
  content: "□";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image:none !important;
  background-size: contain;
  vertical-align: baseline;
      margin-right: 5px;

}
.header_second div.inner .title_cond span.active{

color:#fff;
}
.header_second div.inner .title_cond span.active:before{
  background-image:url(../img/hss1.png);
width: 18px;
height: 18px;
}

.header_second div.inner .hss a{
  background: #fff;
  font-size: 100%;
  color: #333;
  border-radius: 15px;
  padding: 5px 10px 5px 15px;margin-top: -5px;
}
.header_second div.inner .hss a:before{
content: "";
display: inline-block;
width: 14px;
height: 14px;
background-image:url(../img/hss4.png);
background-size: contain;
vertical-align: middle;
    margin-right: 8px;
  }

.header_second div.inner .hst {
  font-size: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
padding-left: 0;
}
.header_second div.inner .hst li{
    color: #fff;
}

.header_second div.inner .hst li{
  color: #b56101;
  margin: 0 5px;

}
.header_second div.inner .hst  span{
      color: #fff;
}
.header_second div.inner .hst li.active{
  color: #fff;
}
.header_second div.inner .hst li:before{
content: "";
display: inline-block;
width: 14px;
height: 14px;
background-image:url(../img/hss3.png);
background-size: contain;
vertical-align: middle;
    margin-right: 3px;
  }
.header_second div.inner .hst li.active:before{
background-image:url(../img/hss2.png);

}
/* フッター */
.login footer{
  position: absolute;
  bottom:0;  color: #fff;

}
.register footer{
  position: absolute;
  bottom:0;  color: #fff;

}
footer{  width: 100%;
  background: #000;
  font-size: 12px;
  color: #fff;

}
footer a{
  color: #fff;
}
footer .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
footer .inner{
padding: 15px 0;
}
footer .inner ul{
  display: flex;
  justify-content: flex-end;
}
footer .inner ul li{
position: relative;
}
footer .inner ul li a{
     padding: 0 10px;
     display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
footer .inner ul li::before{
  content: "";
display: block;
height: 1em;
border-left: 1px solid #999;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
footer .inner ul li:first-child::before{
display: none;
}

/* ログインページ */
.login_box{
  text-align: center;
font-size: 120%;
  /* width: 40%; */
   min-width: 600px;

   background: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 box-shadow: 0px 2px 5px rgba(0,0,0,.25);
 padding: 30px 15px;
 border-radius: 10px;
 overflow-y: scroll;
}
.login_box .logo{
  margin-bottom: 10px;
}
.login_box p.logtext{
  margin: 0 AUTO 10px;
  color: #999;
}
.login_box form {
  display: block;
      width: 100%;
      padding: 0px 1em;
  }
  .login_box input {
     display: block;
     margin: auto auto;
     width: 80%;
     margin-bottom: 2em;
     padding: 1em  1em .5em;
     border: none;
     border-bottom: 1px solid #eaeaea;
     padding-bottom: 1.25em;
     color: #757575;
   }
.twologin{
  display: flex;
  justify-content: space-between;
  margin: auto;        width: 80%;
}

.login_box .twologin  input{
  padding: 1em 1em 0.5em 1em
}

   .cp_iptxt{
     position: relative;
     width: 80%;
     margin: auto;
 }
    .cp_iptxt h4 {
        margin: 30px 15px 20px;
        margin-top: 30px;
        margin-right: 15px;
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 100%;
        border-left: 3px solid #fa8500;
        border-left-width: 3px;
        border-left-style: solid;
        border-left-color: rgb(250, 133, 0);
        padding-left: 10px;
        line-height: 1em;
        text-align: left;
        color: #626567;
    }
    .cp_iptxt p {
        margin: 30px 15px 20px;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 20px;
        margin-left: 0;
        font-size: 80%;
        text-align: left;
        color: #626567;
        display: block;
    }
    .cp_iptxt label {
        font-size: 80%;
        text-align: center;
        color: #626567;
        display: flex;
        gap: 0.5em !important;
    }
    .cp_iptxt  .check-label {
        margin-left: 10px;
        font-size: 80%;
        text-align: left;
        color: #626567;
        display: flex;
    }
 .twologin  .cp_iptxt{
   flex-basis: 48%;
        width: 100%;
 }
   .cp_iptxt i {
   	position: absolute;
   	top: 3px;
   	left: 0;
   	padding: 9px 2px;
   	transition: 0.3s;

    color: #999;
   }
   .loginback{
     font-size: 70%;
     margin: 5px auto 0;
   }
      .loginback a{
        color: #999;
        text-decoration: underline;
      }
   .login_box input {
       display: block;
       margin: auto auto;
       width: 100%;
       margin-bottom: 2em;
       padding: 1em 1em 0.5em 2.4em;
       border: none;
       border-bottom: 1px solid #eaeaea;
       padding-bottom: 1.25em;
       color: #999;
   }
   .login_box select {
       display: block;
       margin: auto auto;
       width: 100%;
       margin-bottom: 2em;
       padding: 1em 1em 0.5em 2.4em;
       border: none;
       border-bottom: 1px solid #eaeaea;
       padding-bottom: 1.25em;
       color: #999;
   }


.login_box .logo{
  margin-bottom: 10px;
}
.login_box .logincheck{
  justify-content:center!important;
  margin-bottom: 15px;
}
.login_box .logincheck .cb_inner{

  width: 100%;
  align-content: center;
  justify-content: center;
}
.login_box .logincheck .cb_inner .checkbox{
  max-width: 30px;
      padding: 0;
      margin: 0;
  }
.btn{
  transition: .2s;
  font-weight: bold;
      border: none;
      display: flex;

white-space: nowrap;
align-items: center;
}
.btn i{
  margin-right: 10px;

}
.btn svg{
  max-width: 20px;
  width: 18px;
  margin-right: 5px;

}
.btn:hover{
  opacity: 0.8;
}


.login_box .bluebtn{
width: 80%;
}
.bluebtn{  border-radius: 5px;
  padding: 12px 20px;
  background:       linear-gradient(45deg, #fb8e13, #fca43f);
  flex-direction: column;
      display: flex;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  font-size: 100%;
      border: none;

}
.bluewakubtn{  border-radius: 50px;
  padding: 6px 20px;
  background:  #fff;
  border:2px solid #2160d3;
align-items: center;
      display: flex;
  color: #2160d3;
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 15px;

}
.bluewakubtn i{
  margin-right: 5px;
}
.right{
  margin-left: auto;

}
.bbtn{  border-radius: 5px;
  padding: 8px 20px ;
  background: #333;

  color: #fff;
  font-weight: bold;
  border-radius: 5px;
      border: none;
      display: table;
      cursor: pointer;
}

.bbtn i{
  margin-right: 10px;
}
.yellowbtn{  border-radius: 5px;
  padding: 8px 20px;
  background: #c29702;

  color: #fff;
  font-weight: bold;
  border-radius: 5px;
      border: none;
}
.closebtn{  border-radius: 30px;
  padding: 5px 20px;
  background: #fff;
display: table;
  color: #121212;
  font-weight: bold;
      border: 2px solid #121212;
      cursor: pointer;
      margin-bottom: 30px;

}
.redbtn{  border-radius: 5px;
  padding: 8px 20px;
  background: #cb5552;

  color: #fff;
  font-weight: bold;
  border-radius: 5px;
      border: none;
}
.graybtn{  border-radius: 5px;
  padding: 8px 20px;
background: linear-gradient(#eeeeed, #d8d9d9);

  color: #121212;
  font-weight: bold;
  border-radius: 5px;
      border: 1px solid #aaaaaa;

      cursor: pointer;
}

.fillnone{
  fill:none;

}
.fillwhite{
  fill:#fff;

}




/* ダッシュボード＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
main{
  margin-bottom: 60px;
}
main.marginup{
margin-top: -60px;
}

.wrap{

width: 1200px;
margin: 0 auto;}


/* mainここから */

.breadcrumbs{
  font-size: 75%;
  margin-bottom: 10px;
  display: flex;
  color: #fff;
  justify-content: flex-start;

}

.breadcrumbs span{
  margin: 2px;
  color:#fff;
}
.breadcrumbs a span {
  color: #fff;
  text-decoration: underline;
}
.under_title{
  font-size: 200%;
  font-weight: bold;
  color: #fff;
}
.main_under.mb0{
  padding-bottom: 0!important;
}
.mb0{
  margin-bottom: 0 !important;
}
.mb60{
  margin-bottom: 50px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mr20{
  margin-right: 20px !important;
}

.red-bold {
        color: red;
        font-weight: bold;
}

/* ダッシュボード */
h2.title{
  color: #fff;
  font-size: 180%;
  letter-spacing: .1em;
  padding-left: 2.3em;
  position: relative;
}

h2.title:before{
content: "";
display: block;
height: 46px;
width: 46px;
position: absolute;
left: 0;
bottom: -2px;
margin: auto;
}
h2.title.a:before{
  background: url(../img/dhha.png)no-repeat;
  background-repeat: no-repeat;

}
h2.title.b:before{
  background: url(../img/dhhb.png)no-repeat;
  background-repeat: no-repeat;
}
h2.title.c:before{
  background: url(../img/dhhc.png)no-repeat;
  background-repeat: no-repeat;
}
h2.title.d:before{
  background: url(../img/dhhd.png)no-repeat;
  background-repeat: no-repeat;
}


.dash_first{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}
.dash_first .hss span.active {
    color: #b56101 !important;
}

.dash_first .title_cond span.active {
    color: #fa8500 !important;
}
.dash_first .title_cond span.hss2 {
    color: #fa8500 !important;
}
.apply_buttons{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .apply_buttons {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      align-items: center;
}
}

.dash_first > .inner{
  flex-basis: 68%;
  background: #fff;
  border-radius: 5px;
  padding: 30px 30px 20px;
}
.dash_first  > .inner.first{
  flex-basis: 30%;

}
 h3.midashi{
  margin: 0 0 30px;
  font-size: 135%;
  border-left: 3px solid #fa8500;
  padding-left: 10px;
  line-height: 1em;
}
.dash_first  > .inner .db_news{
  margin-bottom: 20px;
}
.dash_first  > .inner.first dl{
display: flex;justify-content: flex-start;
}
.dash_first  > .inner.first dl dt{
    flex-basis: 36%;
    font-weight: bold;
}
.dash_first  > .inner.first dl dd{
flex-basis: 62%;
margin:  0;
}
.dash_first >  .inner.second{

}
.dash_first >  .inner.second a{
    background: #fa8500;
    font-size: 100%;
    color: #333;
    border-radius: 20px;
    padding: 10px 15px 10px 15px;
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .dash_first >  .inner.second a{
      margin-bottom: 10px;
}
}

.dash_first >  .inner.second a:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image:url(../img/hss4.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}
.dash_first >  .inner.second .sb,.sb{
  display: flex;
  justify-content: space-between;
}

.dash_first  > .inner.second .sf,.sf{
flex-basis: 15%;
display: flex;
justify-content: space-between;
}
.dash_first  > .inner.second .sf .v-line,.sf .v-line{
  border-left: 2px solid #ccc;
  height: 70%;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  position: relative;
}
.dash_first  > .inner.second .sf> .inner,.sf> .inner{
  text-align: center;
}
.dash_first  > .inner.second .sf> .inner p,.sf> .inner p{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 120%;

}
.dash_first  > .inner.second .sl{
  flex-basis: 80%;
}
.dash_first  > .inner.second .sl table{
width: 100%;
}
.dash_first  > .inner.second .sl table tr{
text-align: center;
}
.dash_first  > .inner.second .sl table tr:nth-child(2n){
  background: #eee;
}
.dash_first  > .inner.second .sl table th{
  font-weight: bold;

}
.dash_first  > .inner.second .sl table td{
  width: 25%;
padding: 5px 0;
}
.dash_first  > .inner.second .sl table td:first-child{
  font-weight: bold;
}


/* twoblock */
div.twoblock{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;

}
div.twoblock>.inner{
  flex-basis: 48%;

}
div.twoblock.first>.inner .block{
min-height: 590px;
}
div.twoblock>.inner .block{
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  /* padding-bottom: 15px; */
  min-height: 330px;
}
div.twoblock>.inner .block ul{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.m0{
  margin-bottom: 0!important;
}
.m10{
  margin-bottom: 17px;
}
.m30{
  margin-bottom: 30px!important;
}
div.twoblock>.inner .block ul li{
  flex-basis: 31%;
  margin-right: 3%;
  text-align: center;
}
div.twoblock>.inner .block ul li:last-child{
  margin-right: 0;
}
div.twoblock>.inner .block ul li a{
  font-weight: bold;
color: #333;

}div.twoblock>.inner .block ul li a img{
  margin-bottom: 10px;
}
div.twoblock>.inner .block ul li p{
line-height: 1.2em;
}

.dbtwo{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dbfour{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dbfour .inner{
  text-align: center;
}
.dbfour .inner a p{
   line-height: 1.2em;
}
.dbfour .inner a img{
  margin-bottom: 10px;
}
.dbfour .inner a{
  color: #333;
  font-weight: bold;
}

/* 下層 */

.main_under{
background: #fff;
border-radius: 5px;
padding: 30px;
}
.main_under.nowhite{
  background: none;
  padding: 0 ;
}
.main_under.nowhite  .twoblock > .inner > .block{
  padding: 30px;
}
 .basictable.second dt,.basictable.second  dd{
flex-basis: 50%;;
}
.tab_menu{
  display: flex;
  justify-content: flex-start;
margin-bottom: 50px;
}
.tab_menu.whites{
padding: 30px;
background: #fff;
border-radius: 5px;}
.tab_menu li{

}

.tab_menu li a{
  border-right: 1px solid #ddd;
      text-align: center;
      color: #333;
      background: #f3f3f3;
      padding: 15px;
      width: 180px;
      display: block;
  }
.tab_menu li:last-child a{
  border: none;
}
.tab_menu li a.active{
background: linear-gradient(45deg, #fb8e13, #fca43f);
color: #fff;
}

.orange_border_box{
  border: 1px solid #fa8500;
  padding: 20px;
  width: 65%;
  margin-bottom: 30px;

}
 .red{
  color: #c80101;  font-weight: bold;
}
.orange_border_box p{
  margin-bottom: 20px;
}
h4.orange_title{
  color: #fa8500;
  font-size: 135%;
  margin: 0 0 10px;
}


/* アカウント情報 */
.titlebtn{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  }
.titlebtn h3{
  margin-right: 20px;
}
.basictable{

}
  .basictable textarea{
      -webkit-appearance: none;
      outline: 0;
      position: relative;
      display: block;
      padding: .7em 1em;
      border: 1px solid #cccccc;
      border-radius: 3px;
      width: 100%;
      font-size: 14px;
      font-family: 'Noto sans JP' , sans-serif;
  }
  .basictable input[type=file]::file-selector-button {
      background-color: #fff;
      color: #000;
      border: 0px;
      border-right: 1px solid #e5e5e5;
      padding: 10px 15px;
      margin-right: 20px;
      transition: .5s;
  }

  .basictable input[type=file]::file-selector-button:hover {
      background-color: #eee;
      border: 0px;
      border-right: 1px solid #e5e5e5;
  }
  .basictable .form-attach {
      display: block;
      width: 100%;
      border: 1px solid #e5e5e5;
      border-radius: 3px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
.basictable dl{
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
align-items: center;
}
.basictable dl  span{
font-size: 80%;}
.basictable dt{
  padding: 5px;
  flex-basis: 25%;
  font-weight: bold;
}
.basictable dd{
  padding: 5px;
  flex-basis: 75%;
}
div.twoblock.under>.inner .block {
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    padding-bottom: 15px;
    min-height: auto;
}
.accountinfo ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.accountinfo ul li{
  flex-basis: 48%;
  margin-bottom: 20px;

}
.accountinfo ul li a{
  width: 100%;
  border-radius: 10px;
  padding: 10px 15px;
  color:#fff;
background: #333333;
display: flex;justify-content: flex-start;
align-items: center;
}
.accountinfo ul li a p{
  padding: 0 20px;
}
.accountinfo.oriental ul li{
  flex-basis: 23%;


}
.accountinfo.oriental ul li a{
font-size: 88%;
}
.accountinfo.oriental ul li>p{
  margin-top: 10px;
  font-size: 80%;
}
.accountmark{
  color:#999;
background: #dedddb;
border-radius: 5px;
display: table;
margin: 15px auto;
padding: 5px 15px;
}
.accountmark i{
  margin-right: 10px;
}
.accountmark.active{
  background: #02b98d;
  color: #fff;
}
.accountmark.reject{
  background: #dc3545;
  color: #fff;
}
.accountmark.unapprove{
  background: #FFBD73;
  color: #fff;
}


.commission{
background: #f3f3f3;
padding: 20px;
position: relative;
margin: 60px 0;
display: table;
}
.commission h3{
  position: absolute;
  top: -30px;
  left: 0px;
  background: #ffba6c;
  color: #333;
  font-size: 18px;
  padding: 2px 5px;

}
.commission h4{
  margin-bottom: 10px;
  color: #fa8500;
  font-size: 120%;
}
.commission .whitebox{
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;min-width: 450px;
}
.commission .whitebox tr{
display: flex;margin-bottom: 10px;
justify-content: flex-start;}

.commission .whitebox th{
  flex-basis: 28%;
  margin-right: 10px;
}

/* アコーディオン */


.acbtn{  border-radius: 5px;
  padding: 8px 20px 8px 40px;
  background: #333;
transition: .5s;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
      border: none;
      display: table;
      cursor: pointer;
      position: relative;

}
.btn_label:after{
    position: absolute;
    left: 15px;
    top: 13px;

    content: '\f103'; /* 追記したコード */
   font-family: 'Font Awesome 6 Free'; /* 追記したコード */
   font-weight: 600; /* 追記したコード */

   color: #fff;

}

.btn_check:checked + .btn_label:after{
  content: '\f102';
}
.btn_check{
    display: none;
}
.btn_label{
padding: 0;    margin-bottom: 20px;
    position: relative;

}
.btn_content{margin-bottom: 30px;
  overflow: hidden;
  margin-top: 0px;
height: 0;
    display: block;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}


.btn_check:checked + .btn_label + .btn_content{
  margin-top: 20px;
  left: 0;
height: auto;
  opacity: 1;
  padding: 0px;
  visibility: visible;
}
.qa_box{
  padding-bottom: 30px;
}

.qbox{    padding: 10px 5px;
border-bottom: 1px solid #999;
overflow: hidden;}
.acd-check{
    display: none;
}
.acd-label{

    color: #333;
    display: block;
    font-size: 140%;
    padding: 10px;
    position: relative;
    font-weight: bold;
}
.acd-label b{
  background: #fa8500;
      border-radius: 50%;
      color: #fff;
      font-size: 100%;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
      margin-right: 20px;
  }
.acd-label:after{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

    content: '\f0ab'; /* 追記したコード */
   font-family: 'Font Awesome 6 Free'; /* 追記したコード */
   font-weight: 600; /* 追記したコード */
   font-size: 22px;
   color: #fa8500;

}
.acd-content{
  margin-top: 0px;
  margin-left: 25px;
    border: 1px solid #fa8500;
    display: block;
background: #f3f3f3;
height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
    position: relative;
}
.acd-content b{
  font-size: 20px;
      position: absolute;
      top: -23px;
      left: -17px;
      background: #fff;
      border: 1px solid #fa8500;
      border-radius: 50%;
      color: #fa8500;

      margin-right: 20px;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
            margin-right: 20px;
          }
.acd-check:checked + .acd-label:after{
    content: '\f062';
}
.acd-check:checked + .acd-label + .acd-content{
    margin-top: 40px;
height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}






.acdd-check{
    display: none;
}
.acdd-label{

    color: #333;
    display: block;
    font-size: 140%;
    padding: 10px;
    position: relative;
    font-weight: bold;
}
.acdd-label ul{
  display: flex;
  justify-content: flex-start;
}
.acdd-label ul li{
  font-size: 100%;
  margin-right: 20px;
}
.acdd-label ul li:last-child{
  margin-right: 0;
}

.acdd-label:after{
    position: absolute;
    right: 15px;
    top: 10px;

    content: '\f0ab'; /* 追記したコード */
   font-family: 'Font Awesome 6 Free'; /* 追記したコード */
   font-weight: 600; /* 追記したコード */
   font-size: 22px;
   color: #fa8500;

}
.acdd-content{
    margin-top: 0px;


    display: block;
    background: #f3f3f3;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    transition: .5s;
    visibility: hidden;
    position: relative;
}
.acdd-content p{
    line-height: 1.8em;
    margin: 0;
    overflow: scroll;
}

.acdd-check:checked + .acdd-label:after{
    content: '\f062';
}
.acdd-check:checked + .acdd-label + .acdd-content{
    margin-top: 0px;
height: auto;
    opacity: 1;
    padding: 20px;
    visibility: visible;
}


/* ページナビ */

nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	margin: 0.5em 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	margin-top: 0em;
	padding: 0 0.5em;
}
	.cp_navi .cp_pagenum.prev,	.cp_navi .cp_pagenum.next {
font-size: 200%;
color: #aaa;
  }
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 40px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #fa8500;
	border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #fa8500;
	background-color: transparent;
	border-radius: 50%;
}

.grounpmidashi{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 65%;
margin-bottom: 60px;

}
.grounpmidashi li{
flex-basis: 23%;
margin-right: 2%;
margin-bottom: 10px;
}
.grounpmidashi li a{
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 5px;
  color: #fa8500;
  border: 2px solid #fa8500;
  padding: 8px ;
}
.grounpmidashi li a i{
  margin-right: 5px;
}
#one,#two,#three,#four,#five,#six,#seven{
  /* margin-top: -80px;
  padding-top: 80px; */
}
@media only screen and (max-width: 960px) {
	.cp_navi .cp_pagination {
		margin-top: 25px;
		padding: 0 10px;
	}
	.cp_navi .cp_pagenum {
	font-size: 0.8em;
	line-height: 25px;
	width: 45px;
	height: 25px;
	margin: auto .1em;
	border-radius: 0.3em;
}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 25px 0 0;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}
@media only screen and (min-width: 120px) and (max-width: 767px) {



  .acd-check:checked + .acd-label + .acd-content {
    margin-top: 20px;margin-bottom: 10px;
  }
  .mb60{
    margin-bottom: 30px !important;
  }
  .tab_menu.whites{
  padding: 15px;
  background: #fff;
  border-radius: 5px;}
  .grounpmidashi{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;

  }
  .grounpmidashi li{
  flex-basis: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  }
    .grounpmidashi li:nth-child(2n){
      margin-right: 0;
    }
  .grounpmidashi li a{
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #fa8500;
    border: 2px solid #fa8500;
    padding: 8px ;
  }

  .scrolltable{overflow-x: scroll!important;

  }
  .main_under.nowhite{
    padding: 0;
  }
  .shinseibox .inner:last-child {
padding: 15px;
}
  .qa_box {
      padding-bottom: 0px;
  }
.acd-label {
  display: flex;
      font-size: 120%;
  }
  .acd-label span{
    width: 75%;
  }
    .acd-label b {
      margin-right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      text-align: center;
  }
    div.twoblock>.inner:first-child{
    margin-bottom: 30px;
  }
  label.bbtn{
    display: block;
    text-align: center;
  }
    label.bbtn .acbtn{
      display: block;
    }
    .btn_label {
      margin-bottom: 10px;
    }
    .btn_check:checked + .btn_label + .btn_content{
      margin-top: 0;
    }
  nav.cp_navi {
    margin: 0em 0;
  }
  .qbox {
      padding: 5px 5px;
      border-bottom: 1px solid #999;
  }
  h2.title{
    font-size: 150%;
  }
  h2.title:before{
    height: 35px;
    width: 35px;
  }
  h2.title.a:before,  h2.title.b:before,  h2.title.c:before,  h2.title.d:before{
    background-size:100%;
  }
  .header_second div.inner .hss span{
    margin-right: 15px;
  }
div.twoblock.under>.inner .block{
  padding: 0;
  }
  .shinseibox .shinsei_blk .blk:last-child{
  padding-bottom: 30px!important;
}
  div.twoblock>.inner.mb {
margin-bottom: 30px;
  }

.main_under {
  padding: 20px;
  }  .acdd-label ul {
    display: block;
    width: 90%;
  }
  .acdd-label:after {
    position: absolute;
    right: 5px;
    top: 45%;}
    .acdd-label ul li{
      font-size: 80%;
    }
  .acdd-label ul li:first-child{
    font-size: 70%;
  }
  .commission .whitebox tr {
    display: block;
  }
    .commission .whitebox tr td{
      width: 100%;display: block;
    }
.orange_border_box.mb0{
  margin-bottom: 0!important;
  }
   .main_under.mb0{
    padding-bottom: 15px!important;
  }
	.cp_navi .cp_pagenum {
	display: none;
	border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum:nth-of-type(2) {
	position: relative;
	padding-right: 20px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 25px;
	content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding: 0 5px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.5em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}





/* フォームデザイン */
.forming{
width: 100%;
margin-bottom: 60px;
}
.forming tr{
  padding: 10px 0;
align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.forming tr th{

flex-basis: 50%;
text-align: left;
}
.forming tr td{
  text-align: left;

}
.forming label{
  margin-right: 10px;
}
.forming input,.forming textarea{
  padding: .7em 1em;
  border:1px solid #cccccc;
border-radius: 3px;
width: 100%;}

.t_block{
display: flex;
justify-content:flex-start;

flex-wrap: wrap;
}
.t_block .inner{margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;

 }
 .t_block .check_block{
   margin-bottom: 20px;
 }
 .t_block .inner span{margin-left: 5px;}
 .t_block .mlauto{
   margin-left: auto;
  }
.form_date{
  position: relative;
}
.form_date::before {
    -webkit-font-smoothing: antialiased;
    color: rgb(133, 140, 144);
    display: inline-block;
    content: '\f073';



      font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 9px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    text-indent: 0px;
    top: 10px;
}
.forming .form_date input{
  padding-left: 2em;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #4772b3;
    background: #4772b3;
    color: #fff;
}

.check_block,.cb_inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 7px;
  }
.check_block b{
  font-weight: bold;
  margin-right: 10px;
}
input.checkbox{
  margin-right: 8px;
}
.header_info i{
  margin: 3px 5px 0 0;
      font-size: 15px;
      color: #fff;
  }
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  position: relative;
  display: block;
  padding: .7em 1em;
  border:1px solid #cccccc;
  border-radius: 3px;
  padding-right: 4em;
  width:100%;
}


/* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(to left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {

  position: relative;
  cursor: pointer;
  width: 90px;
}

.sel::before {
  position: absolute;
  content: '\f063';
  font-family: 'FontAwesome';
  font-size: 0.8em;
  color: #FFF;
  right: 10px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-size:1em;
  color: #fff;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 1em;
  color: #838e95;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
/*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



.selectdiv select{

}
.selectdiv {
  position: relative;

}
.selectdiv:after {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #999;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0.5em;
  top: 5px;
  padding: 0 5px 4px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

.scrolltable{overflow-x: scroll;

}

.scrolltable table{
  max-width: 100%;

  font-size: 13px;

  border-collapse: collapse;
border-spacing: 0;
white-space: nowrap;
  border:1px solid #ddd;
  margin-bottom: 30px;
}
.scrolltable input{
  padding: .5em .5em;
  border:1px solid #cccccc;
border-radius: 3px;
}
.scrolltable table{
  margin-bottom: 30px;
  width: 50%;
}
.scrolltable table tr{
background: #f0eded;

}
.scrolltable table tr:first-child{
  background: #fa8500;
  border-top: none;
}
.scrolltable table tr:nth-child(2n){
  background: #ffffff;
}
.sctollwhite table tr{
  background: #ffffff;
}
.scrolltable table tr th{
  color: #fff;
padding: 7px 20px ;

}
.scrolltable table tr th.gray{
  background: #787878;
}
.scrolltable table tr th i{
  margin-right: 5px;
}
.scrolltable table tr td{
padding: 7px 20px ;
border-right: 1px solid #ddd;
}
.scrolltable table tr th.text-start{
text-align: left;
}
.scrolltable.pass table tr td{
color:#2160d3;
font-weight: bold;
}
.scrolltable.pass table tr td.fail{
    color:#e10202;
}
.scrolltable table tr td span.red{
  color:#cb5552;

}
.scrolltable table tr td span.blue{
  color:#4772b3;
}
.scrolltable table tr td.tdcenter{
  text-align: center;
}
.scrolltable table tr td.tdright{
  text-align: right;
}
.scrolltable table tr td span{
  margin-left: 5px;
  display: inline-block;
}
.scrolltable table tr td:last-child,.scrolltable table tr th:last-child{
  border-right: none;
}
.scrolltable table .btn{
  padding: 5px 12px;
}

.flexstart{
  display: flex;justify-content: flex-start;
  margin-bottom: 30px;
}
.flexstart >div{
  margin-right: 20px;
}


/* グラフ */


/*------------------------------------
  bar graph
------------------------------------*/
#bar-graph{
  position: relative;
  padding-left: 1em;
  height: 85%;
}
#bar-graph .label-vertical{
  text-align: right;
      position: absolute;
      left: 0px;
      top: -25px;
      height: 100%;
  }
#bar-graph .label-vertical .label{
  font-size: 90%;
}
#bar-graph .label-vertical .label:nth-child(1){
  position: absolute;    right: 0;
  top:0%;
}
#bar-graph .label-vertical .label:nth-child(1){
  position: absolute;    right: 0;
  top:5%;
}
#bar-graph .label-vertical .label:nth-child(2){
  position: absolute;    right: 0;
  top: 27%;
}
#bar-graph .label-vertical .label:nth-child(3){
  position: absolute;    right: 0;
  top: 48%;
}
#bar-graph .label-vertical .label:nth-child(4){
  position: absolute;    right: 0;
  top: 68%;
}

#bar-graph .label-vertical .label:nth-child(5){
  position: absolute;    right: 0;
  top: 88%;
}
#bar-graph .label-vertical .label:nth-child(6){
  position: absolute;    right: 0;
  top: calc(100% + 15px);
}

#bar-graph .holdata {
  text-align: center;
      position: absolute;
      left: 0px;
      bottom: -25px;
      width: 100%;
}

#bar-graph  .holdata span:nth-child(1){
  position: absolute;
  left: 10%;
  bottom:0%;
}
#bar-graph  .holdata span:nth-child(2){
  position: absolute;
  left: 30%;
  bottom:0%;
}
#bar-graph  .holdata span:nth-child(3){
  position: absolute;
  left: 48%;
  bottom:0%;
}
#bar-graph  .holdata span:nth-child(4){
  position: absolute;
  left: 67%;
  bottom:0%;
}
#bar-graph  .holdata span:nth-child(5){
  position: absolute;
  left: 87%;
  bottom:0%;
}

.bar_graph_outer{
  padding-left: 4em;
}
.c-title{
  font-size: 80%;
  text-align: right;
}
.graphbar{
  position: absolute;
    height: 100%;
width: 350px;
color: #eee;
}
.graphbar hr{
  position: absolute;
      top: 20%;
      width: 100%;
      height: 1px;
      background-color: #eee;
      border: none;
  }
.graphbar hr:nth-child(2){
  top: 40%;
}
.graphbar hr:nth-child(3){
  top: 60%;
}
.graphbar hr:nth-child(4){
  top:80%;
}
.graphbar hr:nth-child(5){
  top:100%;
}
.bar-graph-wrap {
  position: relative;
  -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
  box-shadow: none;
  overflow: hidden;
  border: 1px solid #ccc;
}
.bar-graph-wrap .graph {
  height: 50px;
  position: absolute;
  left: 0;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-animation: graphAnim 2.5s forwards;
          animation: graphAnim 2.5s forwards;
}
.bar-graph-wrap.vertical {
  height: 100%;
  margin: 0 auto;
width: 350px;
}


.bar-graph-wrap.vertical .graph {
  width: 50px;
  bottom: 0;
  border-radius: 4px 4px 0 0;
  animation: graphAnim02 3s forwards;
  flex-direction: column;
}


.bar-graph-wrap .graph span {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .bar-graph-wrap .graph span {
    font-size: 12px;
  }
}

.bar-graph-wrap.vertical .graph {

}
.bar-graph-wrap .graph.one {
  left: 3%;
  height: 88%;
  top: auto;
  background: #fb9827;
      transform: translateX(-50%);
}
.bar-graph-wrap .graph.two {
  left: 23%;
  height: 65%;
  top: auto;
  background: #fb9827;
      transform: translateX(-50%);

}
.bar-graph-wrap .graph.three {
  left: 43%;
  height: 27%;
  top: auto;
  background: #fb9827;
      transform: translateX(-50%);

}
.bar-graph-wrap .graph.four {
  left: 63%;
  height: 37%;
  top: auto;
  background: #fb9827;
      transform: translateX(-50%);

}
.bar-graph-wrap .graph.five {
  left: 83%;
  height: 57%;
  top: auto;
  background: #fb9827;
      transform: translateX(-50%);

}

@keyframes graphAnim02 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}



.statusgraph{
    padding-left: 3em;
}
.verticalgraph{
  position: relative;

}
.verticalgraph .label-ver{
  position: absolute;

      height: 100%;

}
.verticalgraph .label-ver .label{
  right: 5px;
  font-weight: bold;
  color: #2160d3;position: absolute;
  top: 25%;
}
.verticalgraph .label-ver .label:last-child{
    color: #e10202;
    bottom: 25%;
    top: auto;
}
.verticalgraph .label-hor{
  position: absolute;
  display: flex;
  text-align: center;
  left: -33px;
  bottom: -25px;
  width: 120%;
}
.verticalgraph .label-hor .label{
  flex-basis:20%;
}
.hol_wrap{
    height: 120px;
    margin: 0 auto;
    width: 350px;
    position: relative;
        overflow: hidden;
        border: 1px solid #ccc;
    }

    .hol_wrap .graph {
        width: 50px;
        bottom: 0;
        border-radius: 4px 4px 0 0;
        animation: graphAnim02 3s forwards;
        flex-direction: column-reverse;
    }

.verticalgraph .graphbar{


}
.verticalgraph .graphbar hr{
position: absolute;
top: -7px;
    height: 100%;
width:1px;
background-color: #ccc;
left: 20%;
}
.verticalgraph .graphbar hr:nth-child(2){
  left: 40%;
}
.verticalgraph .graphbar hr:nth-child(3){
  left: 60%;
}
.verticalgraph .graphbar hr:nth-child(4){
  left: 80%;
}

.hol_wrap {

}
.hol_wrap hr{
  position: absolute;
  top: 25%;
  left: 0;
  width: 20%;
  height: 3px;
border: none;
  background: #2160d3;
  box-shadow: 0px 3px 5px #2160d3;
}
.hol_wrap hr:nth-child(2){
    left: 20%;
}
.hol_wrap hr:nth-child(3){
    left: 40%;
}
.hol_wrap hr:nth-child(4){
    left: 60%;
}
.hol_wrap hr:nth-child(5){
    left: 80%;
}
.hol_wrap hr.false{
  top: auto;
  bottom: 25%;
    background: #e10202;
  box-shadow: 0px 3px 5px #e10202;
}
@media only screen and (max-width: 767px) {
  .sel__placeholder {
    display: block;
    font-size: 0.8em;
  }
  .sel__box__options{
    font-size: 0.8em;
  }
.sel::before{
        font-size: 0.8em;
  }
  .header_info a.first{
    margin-left: 3px;
  }

  #bar-graph  .holdata span:nth-child(1){
    position: absolute;
    left: 6%;
    bottom:0%;
  }
  #bar-graph  .holdata span:nth-child(2){
    position: absolute;
    left: 26%;
    bottom:0%;
  }
  #bar-graph  .holdata span:nth-child(3){
    position: absolute;
    left: 46%;
    bottom:0%;
  }
  #bar-graph  .holdata span:nth-child(4){
    position: absolute;
    left: 66%;
    bottom:0%;
  }
  #bar-graph  .holdata span:nth-child(5){
    position: absolute;
    left: 86%;
    bottom:0%;
  }
    .forming {
      margin-bottom: 30px;
    }
  .forming tr {
display: block;
}
  .forming tr th{
width: 100%;
display: block;
}
.forming tr td {
    text-align: left;
    max-width: 100%;
}
}



/* もー＾ダルウィンドウ */
.fe{
justify-content: flex-end;
}
.fc{
justify-content: center;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 00px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
}
.modal h3{
background: #63ab51;
color: #fff;
font-size: 20px;
margin: 0;
padding: 10px ;
text-align: center;
}
.modal h3 i{
  color: #fff;
  margin-right: 10px;
}
.modal h3 a{
float: right;
}
.modal_inner{
  padding: 30px 30px 10px;
}
/* .modal table{
  min-width: 100%;
} */

/* アコーディオン */
#acMenu dt{
  font-weight: bold;
  display: table;
  margin: 0 0 30px;
  border: 2px solid #63ab51;
  background: #fff;
  padding: 5px 20px;
  text-align: center;
  /* margin-left: auto; */
  border-radius: 30px;
  color: #63ab51;
  transition: .3s;
  cursor: pointer
}
#acMenu dt i{
  margin-right: 5px;
}
#acMenu dd{
display:none;
}


/* 申請ページ */
.shinseibox{

}

.imgbox{
  width: 100%;
  margin-bottom: 30px;
}
.imgbox img{
  margin: 0 auto;
}
.shinseibox
{
margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shinseibox .inner{
  min-height: 100px;
}
.shinseibox .inner:last-child{
  padding: 30px; background: #f3f3f3;
  flex-basis: 85%;
}
.shinseibox .orange{flex-basis: 15%;
  background: #fa8500;
  color: #fff;
  padding: 40px 0px;
  text-align: center;
}

.shinseibox .shinsei_blk{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0!important;
}
.shinseibox .shinsei_blk p.space{
  margin: 0 10px;
}
.shinseibox .shinsei_blk .blk{font-weight: bold;
display: flex;
justify-content: flex-start;margin-right: 20px;
margin-bottom: 20px;

align-items: center;}
  .shinseibox .shinsei_blk .blk:last-child{
    /* margin-left: auto;
    margin-right: 0; */

    margin-right: 0;
  }
    .shinseibox .shinsei_blk .blk i{
      margin-right: 5px;
    }
  .shinseibox .shinsei_blk .blk span{
    margin-right: 10px;
  }
.shinseibox .shinsei_blk .blk input{
border: 1px solid #ccc;
padding: 8px 10px;
}
.rightalign {
    margin-left: auto;
text-align: right;
}

/* サークルグラフ */
.shinseibox.hosyu{
  width: 76.5%;
  margin-bottom: 30px;

}
.shinseibox.hosyu .shinsei_blk{
    border: 1px solid #ccc;
}
.circlebox{
height: 270px;
width: 270px;
position: relative;
margin-bottom: 30px;

}
.circlebox .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.circlebox .inner img{
  display: block;
      margin: 0 auto 10px;
  }
.circlebox .inner small{
  font-size: 110%;
  margin-bottom: 10px;display: block;
}
.circlebox .inner b{display: flex;
  align-items: baseline;justify-content: center;
  font-size: 250%;    line-height: 1em;

  }
.circlebox .inner .bld{display: flex;
  align-items: baseline;justify-content: center;
  font-size: 110%;    line-height: 1em;

  }
.circlebox .inner b span{
font-size: 60%;
}
.circlebox.orange{
background: url(../img/circle_orange.png)no-repeat;
background-size: contain;
}
.circlebox.green{
background: url(../img/circle_green.png)no-repeat;
background-size: contain;
}
.circlebox.blue{
background: url(../img/circle_blue.png)no-repeat;
background-size: contain;
}
.circlebox.gray{
background: url(../img/circle_gray.png)no-repeat;
background-size: contain;
}

.taikai_midashi{
  margin-bottom: 30px;
}
.taikai_midashi span{
  color: #fa8500;
font-size: 135%;
font-weight: bold;

}
.taikai_box{
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 30px;

}
.taikai_box .inner{
  display: block;
  margin-bottom: 15px;
}
.taikai_box label{
    font-weight: bold;
}

/* 日付サーチ */
.search-form {
    padding: 8px 10px;
    border: 1px solid #ccc;
    width: 220px; max-width: 100%;

    display: flex;  justify-content: center;  align-items: center;

    background: #FFF;
    margin-bottom: 30px;
}
.search-input {
    border: none;  background: none;  outline: none;
    width: 180px;

    color: #333;
}
.search-button {
    border: none;  background: none;  outline: none;
    color: #999;  font-weight: 900;  font-family: "Font Awesome 6 Free";

    transition: color 0.3s ease 0s;
}
.search-button:hover {
    color: #333;
}

 /* 紹介報酬 */

.shokai_box{
  width: 800px;
  border-radius:15px;
  background: #fcc9c9;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.shokai_box .inner{
  flex-basis: 50%;
  text-align: center;
  padding: 30px 0;
}
.shokai_box .inner:last-child{
  background: #c5d9fe;
}
.shokai_box .inner small{
  display: block;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.shokai_box .inner i{
  margin-right: 5px;
font-size: 170%;
}
.shokai_box .inner b{
  font-size: 200%;
}
.shokai_box .inner b span{
  font-size: 60%;
}
.sbbox{
  width: 300px;
      padding: 20px 30px;
      background: #eee;
      border-radius: 20px;
      margin-bottom: 60px;
  }
.sbbox .sf {
    flex-basis: 100%;
  }


  .passbox{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
    .passbox .inner{
      margin-right: 30px;
    }
  .passbox .status{
    font-weight: bold;
    text-align: center;
  }
    .passbox .status p{
      margin-bottom: 10px;
    }

@media screen and (max-width: 767px) {
  .pc_display {
display: none!important;
}

.sp_display {
display: block!important;
}
.wrap{
width: 90%;
font-size: 100%;
}

footer .wrap {
    display: block;
    text-align: center;
  }
  footer .inner {
    padding: 10px 0;
}
  footer .inner:first-child{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer .inner ul{
    flex-wrap: wrap;
  }
  footer .inner ul li {
    flex-basis: 50%;
  }
  footer .inner ul li:nth-child(3)::before{
display: none;
}

.login_box {
min-width: 88%;
}
@media screen and (max-width: 767px) {
  .login_box {
      width: 40%;
}
}

.cp_iptxt {
    position: relative;
    width: 100%;
}
.login_box .bluebtn {
    width: 100%;
}
.login_box input{
  margin-bottom: 1em;
}
#navArea{
  width: 100%;
      position: relative;
      margin: 0 auto;
}
/*============
.toggle_btn
=============*/
.toggle_btn {
 display: block;
 position: absolute;
 top: 10px;
     right: 10px;
 width: 50px;
 height: 50px;
 transition: all .5s;
 cursor: pointer;
 z-index: 3;

 background: #434343;

}


.toggle_btn span {
 display: block;
 position: absolute;
 left: 0;
 width: 23px;
 height: 2px;
 background-color: #fff;
 border-radius: 4px;
 transition: all .5s;
}

.toggle_btn span:nth-child(1) {
 top: 23px;
 left: 13px;
}

.toggle_btn span:nth-child(2) {
 top: 31px;
 left: 13px;
}

.toggle_btn span:nth-child(3) {
 bottom: 33px;
 left: 13px;
}

.open .toggle_btn span {
 background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
 -webkit-transform: translateY(-3px) rotate(-315deg);
 transform: translateY(2px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
 opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
 -webkit-transform: translateY(6px) rotate(315deg);
 transform: translateY(10px) rotate(315deg);
}


  header nav {

   position: fixed;
   top: 0;
   right: -300px;
   bottom: 0;
   width: 100%;
   background: #333;
   overflow-x: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   transition: all .5s;
   z-index: 3;
   opacity: 0;
   align-items: center;
   visibility: hidden;
       padding-top: 100px;
  }

  header .open nav {
   right: 0;
   opacity: 1;
   visibility: visible;
  }

  header nav .inner {
   width: 100%;
   padding-left: 10%;
   padding-right: 10%;
  }

  header nav ul.menu {

   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   display: -ms-flex;

   -ms-flex-wrap: wrap;

   flex-wrap: wrap;
   justify-content: flex-start;
   flex-wrap: wrap;
  }

  header nav ul.menu > li {
   flex-basis: 50%;
   margin-bottom: 30px;
  }

  header nav ul.menu > li > a {
   /* background: #ffffff; */
   color: #fff;
   /* padding: 8px 26px; */
   margin-right: 10px;
   display: block;
    margin-bottom: 5px;


   /* position: relative; */
   -webkit-transition: 0.2s;
   transition: 0.2s;
   font-weight: 600;
   text-decoration: none;
     text-align: left;
   font-weight: bold;
   font-size: 120%;
   }

  header nav ul.menu > li a:hover {
   opacity: .8;
   color: #ff6969;
  }

  header nav ul.menu > li >  ul{
margin-left: 5px;
    }
    header nav ul.menu > li >  ul > li{

      }
      header nav ul.menu > li > ul > li > a{
color: #ddd;
        }
    #navArea{
  align-items: center;
  display: flex!important;
      margin-bottom: 25px;
}

.header_info {
  margin-top: 10px;
  margin-left: auto;
  margin-right: 80px;
}
.navhead{
  display: contents;
}
#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;
}
.drawerMenu__foot {
    position: static;
    right: auto;
    bottom: auto;
    font-size: 13px;
    line-height: 1;
    opacity: 0.4;
    margin: 0 auto 30px;
    padding: 0 10%;
}

.drawerMenu__copyright {
 display: inline-block;width: 100%;
 margin-right: 1rem;color: #ccc;
}

.drawerMenu__privacy {
 display: inline-block;
 text-decoration: underline;  color: #ccc;
}
.drawerMenu__privacy{

}
.navlogo {
margin-left: 10px;
}
.navlogo img {
  margin-top: 10px;
  width: 100px;
  margin-bottom: 10px;

}
header {
    padding-bottom: 70px;
}
.header_second div.inner .hss span:before {
      margin-right: 5px;
}
.header_second div.inner:first-child .avatar_box {
    width: 80px;
    height: 80px;
  }
  .header_second div.inner:first-child {
  margin-right: 0;}
  .header_second >div.inner:first-child {
      margin-right: 15px;
  }
.header_first {
  color: #fff;
  margin-left: 0;
}
.header_active{
  font-size: 90%;
}
.header_second div.inner .hss{
  font-size: 90%;
}
.header_second div.inner .hss a{
  margin-left: 10px;
}
.header_second div.inner .hst {
    font-size: 90%;
  }
.dash_first {
    display: block;
  }
.dash_first > .inner {
  margin-bottom: 30px;

    padding: 20px 20px 15px;

}
.dash_first > .inner.second .sb {
    display: block;
margin-bottom: 15px;
  }
  div.twoblock {
      display: flex;
    }
      div.twoblock
{
  display: block;
  }
  .main_under.nowhite .twoblock > .inner > .block {
    padding: 20px;
}
  .right {
        margin-left: auto;
        margin-right: auto;
    }

    h3.midashi {
    margin: 0 0 15px;
    font-size: 130%;
  }
  .dash_first > .inner.second .sf{
margin-bottom: 20px;
justify-content: center;
  }
  .dash_first > .inner.second .sf .v-line {
      border-left: 2px solid #ccc;
      height: 60px;
      left: 0;
      top: 100px;
      transform: translateY(-50%);
      position: relative;
      margin: 0 25px;
  }
div.twoblock>.inner .block {
  padding: 20px;
}
div.twoblock.first>.inner{
  margin-bottom: 30px;
}

div.twoblock.first>.inner .block {
    min-height: auto;

}
div.twoblock>.inner .block ul{
  margin-bottom: 15px;
}
.dbtwo {
    /* display: block; */
  }
.dbtwo .inner{
  margin-bottom: 15px;
  flex-basis: 48%;
}
.dbfour .inner {
    flex-basis: 24%;
  }
div.twoblock>.inner .block {

    padding: 20px;
    min-height: auto;
}
.dbfour{
  margin-bottom: 0;
}
main.marginup {
    margin-top: -30px;
}
.second_under{
  text-align: center;
  margin: auto;
      width: 100%;
}
.tab_menu{
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tab_menu{
  border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tab_menu li {
    flex-basis: 50%;
}
.tab_menu li a {
width: auto;
border-bottom: 1px solid #ddd;
font-size: 13px;
}
.tab_menu li:last-child a{
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.orange_border_box {
    border: 1px solid #fa8500;
    padding: 15px;
    width: 100%;
  }

.titlebtn h3.midashi {
    margin: 0 25px  15px 0;
    font-size: 130%;
}
.basictable dl {
    display: block;
  }
  .basictable dt {
  font-weight: bold;}

  .basictable dd {
    margin-left: 0;
  }
  .accountinfo ul {
      display: block;
    }
.accountinfo ul li a {
  justify-content: space-between;
}
.accountinfo ul li a img{
max-width: 13%;
}
.accountinfo ul li a img:last-child{
  width: 15px;
}
.accountinfo ul li a p{
padding: 0;
}
.twologin{
      width: 100%;
}
.commission .whitebox{
min-width: auto;
}

.acd-label{
  padding: 10px 0;
}
.acd-label:after{
  right: 5px;

}
.acd-content{
  margin-left: 15px;
}
.titlebtn{
  display: block;
}
.titlebtn.files{
  display: flex;
}
.shinseibox {
    display: block;
  }
.shinseibox .orange{
  padding: 10px ;
}
.shinseibox .inner {
    min-height: auto;
}
.shinseibox .shinsei_blk {
    display: block;
  }
  .shinseibox .shinsei_blk .blk {
margin-bottom: 20px;
      display: block;
}

.shinseibox .shinsei_blk .blk input {
width: 100%;}
.shinseibox.hosyu {
    width: 100%;
  }
.shinseibox .shinsei_blk .blk{
  margin-right: 0;
}
/*.shinseibox .shinsei_blk .dateblk input{
  width: 90px!important;
}*/
.shinseibox .shinsei_blk .dateblk span{
flex-basis: 100%;
}
.shinseibox .shinsei_blk p.space{
  margin:0 10px;
}

.shinseibox .shinsei_blk .dateblk{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.shokai_box {
    width: 100%;
    flex-direction: column;

  }
  .shokai_box .inner{
    width: 100%;
  }

  .flexstart {
    display: block;
    justify-content: flex-start;    margin-bottom: 0px;
}

.bar_graph_outer {
    padding-left: 20px;
    height: 300px;margin-bottom: 30px;
}
.graphbar {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #eee;
}
.bar-graph-wrap.vertical {
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
#bar-graph .label-vertical .label {
    font-size: 80%;
}
.flexstart >div {
    margin-right: 0px;
}
.circlebox{
  margin-right: auto!important;
margin: auto;
margin-bottom: 30px;
}
.text-navy {
  color: #333;
}
#bar-graph {

    padding-left: 0em;
  }
/*
  .bar-graph-wrap .graph.one {
    left: 1.5%;
    height: 88%;
    top: auto;
    background: #fb9827;

  }
  .bar-graph-wrap .graph.two {
    left: 21.5%;
    height: 65%;
    top: auto;
    background: #fb9827;

  }
  .bar-graph-wrap .graph.three {
    left: 41.5%;
    height: 27%;
    top: auto;
    background: #fb9827;

  }
  .bar-graph-wrap .graph.four {
    left: 61.5%;
    height: 37%;
    top: auto;
    background: #fb9827;

  }
  .bar-graph-wrap .graph.five {
    left: 81.5%;
    height: 57%;
    top: auto;
    background: #fb9827;

  } */
  .bar-graph-wrap.vertical .graph {
      width: 15%;
    }
    .passbox {
        display: block;      margin-bottom: 45px;
      }
      .passbox .inner {
    margin-right: 0px;
}
    .hol_wrap {
        width: 100%;
        }
        .statusgraph{

        }

.acbtn2{
  padding: 8px;
  text-align: center;
}

          .btn_label2:after{
              position: absolute;
              left: 15px;
              top: 13px;

              content: '\f103'; /* 追記したコード */
             font-family: 'Font Awesome 6 Free'; /* 追記したコード */
             font-weight: 600; /* 追記したコード */

             color: #fff;

          }

          .btn_check2:checked + .btn_label2:after{
            content: '\f102';
          }
          .btn_check2{
              display: none!important;
          }
          .btn_label2{
          padding: 0;    margin-bottom: 20px;
              position: relative;

          }
          .btn_content2{margin-bottom: 30px;
            overflow: hidden;
            margin-top: 0px;
          height: 0;
              display: block;
              opacity: 0;
              transition: .5s;
              visibility: hidden;
          }


          .btn_check2:checked + .btn_label2 + .btn_content2{
            margin-top: 20px;
            left: 0;
          height: auto;
            opacity: 1;
            padding: 0px;
            visibility: visible;
          }




}

@media screen and (max-width: 479px) {

}
