

/*


 */
 
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * 全体
 *ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */			

body{
  background: #f5f5f5;
}


body{
  font-family:"Century Gothic", sans-serif;
}



body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* スクロールバーの形を設定する */
body::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
body::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: royalblue;
}



a{
  text-decoration:none;
  color:royalblue;
}


@media screen and (min-width: 640px) {
  .drawer-icon img{
display:none;
  }

}





.題名Feee{
  color:#666;
  font-size:50px;
  font-weight:bold;
  position: absolute;
  top: 50%;
  left: 30%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.サインアップ{
  background-color:#666;
  height:700px;
  width: 500px;
  position: absolute;
  top: 50%;
  right:50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  border-radius:10px;
   box-shadow: 0px 5px 15px 0px gray;
}


.flash {
  padding: 10px 0;
  color: white;
  background:royalblue;
  text-align: center;
  position: fixed;
  top: 0%;
  left:0%;
  z-index: 1001;
  width: 100%;
  height: 1%;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
}
.flash p{
  position: relative;
  top:-19px;
}

.alert {
  padding: 10px 0;
  color: white;
  background:orangered;
  text-align: center;
  position: fixed;
  top: 0%;
  left:0%;
  z-index: 1001;
  width: 100%;
  height: 1%;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
}
.alert p{
  position: relative;
  top:-19px;
}


#error_explanation {
  padding: 10px 0;
  color: #333;
  background:yellow;
  text-align: center;
  position: fixed;
  top: 0%;
  left:0%;
  z-index: 200;
  width: 100%;
  height: 1%;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
}
#error_explanation p.message{
position: relative;
top:-19px;
}








.横スクロール{
    position: absolute;
    bottom: -10px;
    left:5%;
    font-size: 15px;
    font-weight: bold;
    animation: flash 1.5s linear infinite;
    color:red;
}
@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * サブメニュー
 *ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */			
.サブメニュー{
  background-color:#555;
  height:100%;
  width: 250px;
  position: fixed;
  top:0px;
  left:0px;
  color:white;
  font-size: 16px;
  padding-left: 20px;
  z-index:1000;
}

.サブメニューアイコン{
  height:20px;
  width:20px;
  padding-right: 10px;
  position: relative;
  top:3px;
}
.サブメニュー｜ログイン名{
  padding-bottom:50px;
  padding-left: 10px;
  font-size: 18px;
}


.サブメニュー a {
  display: block;
  text-decoration: none;
  color: white;
  margin: 0px 0px;
  padding: 10px 0px 10px 10px;
  position: relative;
  top:-20px;
}

/* 選択されたリンクに対するスタイル */
.サブメニュー a.active {
  background-color: royalblue;
}
.sabuactiv{
  padding-top: 10px;
}


.サブメニュー｜container {
  position:absolute;
    left:30%;
    top:90px;
  margin-bottom: 50px;
}

.サブメニュー｜circle {
  position: absolute;
  top: 12.5px;
  left: 12.5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #808080;
}

.サブメニュー｜item {
  position: absolute;
  top: 30px;
  left:30px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:royalblue;
  transform: translateX(-100px);
  animation: circle-move-anim 10s linear infinite;
  /* for text */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #FFF;
}

@keyframes circle-move-anim {
  0% {
    transform: rotate(0deg) translateX(-25px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(-25px) rotate(-360deg);
  }
}


@keyframes arc-move-anim-1 {
  0% {
    transform: rotate(0deg) translateX(-25px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(-25px) rotate(-360deg);
  }
}


@keyframes arc-move-anim-2 {
  0% {
    transform: rotate(0deg) translateX(-25px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(-25px) rotate(-360deg);
  }
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * コンテンツ
 *ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */		

.コンテンツ1,.コンテンツ3{
  background-color:white;
  width: 1080px;
  position: absolute;
  top: 10px;
  left:310px;
  border-radius:10px;
  box-shadow: 1px 3px 3px lightgray;
  display: flex;
 z-index: 1;
}
.コンテンツ2, .コンテンツ4{
  background-color:white;
  width: 1080px;
  position: absolute;
  left:310px;
  border-radius:10px;
  box-shadow: 1px 3px 3px lightgray;
  overflow-x: clip;
  overflow-y: scroll;
   z-index: 1;
}
.コンテンツ2-内部{
  margin: 0px;
  background-color: none;
  border-radius:10px;
  padding-bottom: 100px;
}
.コンテンツ3-内部{
  padding-left:20px;
}




/* スクロールバー */
/* スクロールバーの幅と高さを設定する */
.コンテンツ2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.コンテンツ4::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* スクロールバーの形を設定する */
.コンテンツ2::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.コンテンツ4::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.コンテンツ2::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: royalblue;
}

.コンテンツ4::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: royalblue;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * index
 *ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */		

 #search-button,#search-button2,#search-button3,#search-button4{
  font-size:11px;
 }

 
.index-item-題名{
  height: 15px;
  width: 100%;
  padding-left:30px;
  display: table;
  font-size: 11px;
  background-color:lightgray;
  color:black;
  position: sticky;
  top: 0px;

}
.index-item{
  padding:5px 0px 5px 30px;
  display: table;
  border-bottom: 1px lightgray solid;
  width: 100%;
}

.index-item p{
display: inline-block;
margin:0 0 -10% 0;
font-size: 13px;
}

.index-id{
  display: inline-block;
  text-align: left;
  width: 50px;
}

.index-duplicate{
  display: inline-block;
  text-align: left;
  width:40px;
  position:relative;
right:13px;
}
.index-duplicate .index-id-詳細2{
position:relative;
left:4px;
}

.index-id-詳細{
  background-color: royalblue;
  color:white;
  padding: 5px;
  border-radius: 5px;
  font-size:12px;
}
.index-id-詳細2{
  background-color: lightgray;
  color:#333;
  padding: 5px;
  border-radius: 5px;
  font-size:12px;
}
.index-id｜usershow{
  width: 80px;
}
.index-id2{
  display: inline-block;
  text-align: left;
  width: 50px;
}
.index-pt ,.index-pt-その他費用{
  display: inline-block;
  text-align: left;
  width: 200px;
}
.index-date{
  display: inline-block;
  text-align: left;
  width: 120px;
}
.index-name{
  display: inline-block;
  text-align: left;
  width: 200px;
}
.index-service{
  display: inline-block;
  text-align: left;
  width: 200px;
}
.index-name｜usershow{
  width: 180px;
}

.index-lot{
  display: inline-block;
  text-align: left;
  width: 80px;
}
.index-￥{
  display: inline-block;
  text-align: left;
  width: 120px;
}
.index-email{
  display: inline-block;
  text-align: left;
  width: 180px;
}
.index-address{
  display: inline-block;
  text-align: left;
  width: 250px;
}
.index-target{
  display: inline-block;
  text-align: left;
  width: 80px;
}
.index-percent{
  display: inline-block;
  text-align: left;
  width: 120px;
}
.index-memo{
  display: inline-block;
  text-align: left;
  width: 220px;
}
.index-checkbox{
  display: inline-block;
  text-align: left;
  width: 40px;
}

.modal-open2{
  color:royalblue;
  cursor: pointer;
}

.index-発行 a{
  color:white;
  background-color: royalblue;
  padding: 5px;
  border-radius: 5px;
}



.search-container｜上位店 input{
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  border-bottom:2px #666 solid!important;
  border-radius: 0px!important;
  margin-bottom: 3px;
}

.search-container｜上位店 input[type="text"]:focus {
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  border-bottom:2px #666 solid!important;
  border-radius: 0px!important;
  outline: 0;
}


.box {
    color: white;
    font-weight: normal;
    text-align: center;
    line-height: 102px;
    background-color: #666;
    border-bottom: 4px solid #c21500;
    border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
    border-image-slice: 11;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 1px 3px 3px lightgray;
    height: 100px;
    width: 200px;
    position: relative;
    top: 50%;
    left: 10%;
    margin:0% 2% 0% 3%;
    transform: translate(-50%, -50%);
}

.box1{
  background-color: royalblue !important;
  color:white !important;
}




.users-index-item {
  padding:25px 0px 0px 30px;
  display: table;
  width: 100%;
}
.users-index-item p{
  line-height:0px;
}

.user-name{
  display: inline-block;
  text-align: left;
  width: 150px;
}
.user-email{
  display: inline-block;
  text-align: left;
  width: 200px;
}



/* 代理店登録　*/
.form-container{
  position: absolute;
  left: 25px;
  margin-top:3px;
}
.form-heading{
  height: 30px;
  width: 100%;
  background-color:#666;
  color:white;
  height: 40px;
  position:absolute;
  top: 0px;
  border-radius: 10px 10px 0px 0px;

}
.form-heading p{
  padding-left: 30px;
  font-size: 15px;
  position:relative;
  top: -8px;
}

.form{
  position: relative;
  top: 35px;
}
.form p{
  margin-bottom:3px;
  font-size: 13px;
}

.form-input{
  display: inline-block;
  text-align: left;
  margin-bottom:2px;
}
.form-input input{
  font-size:16px !important;
}

.form-input p{
  font-size: 12px;
  margin-bottom: 3px;
}

.form-input-address {
  width:250px;
    margin-right: 10px;
}
.form-input-address input{
  width:250px !important;
}

.form-input-memo{
  width:200px;
}
.form-input-memo input{
  width:180px !important;
}

.form-input input{
  height: 30px;
  width: 120px;
  border-radius: 10px;
  font-size:13px;
  border:1px royalblue solid;
}

.form-input textarea{
  height: 400px;
  width: 300px;
  border-radius: 10px;
  font-size:15px;
  font-weight:normal ;
  border:1px royalblue solid;
}




.必須 input ,.必須 select ,.必須 textarea{
  background-color:#c9daf8;
}

.入力必須欄 {
  background-color: #c9daf8;
        color:blue;
        font-weight:600;
        border-radius:10px;
        border:1px royalblue solid;
        padding:5px;
        text-align: center;
        position:relative;
        top:-2px;
}




select:focus  ,input:focus ,textarea:focus{
background-color:cyan;
}

.form-input input:focus {
  height: 30px ;
  width: 120px;
  border-radius: 10px;
  font-size:13px;
  border:1px royalblue solid;
  outline: 0;
}




.form-input-lot{
  padding-left: 250px;
  padding-right:15px;
}
.form-input-lot input{
  width:60px !important;
}
.form-input-lot p{
  position: relative;
  top:10px;
  left: 10px;
}

.form-input-grossprofit{
  padding-left: 265px;
  padding-right: 0px;
}

.form-input-￥ input{
  width: 100px;
}

.form-input-feemenu{
  margin-right: 0px;
}
.form-input-target{
  margin-left: 10px;
}

.form-input-percent{
  margin-left: 20px;
  margin-right: 30px;
}


.form-input select{
  height: 30px;
  width: 120px;
  border-radius: 10px;
  font-size:13px;
    border:1px royalblue solid;
}
.form-input select:focus{
  height: 30px;
  width: 120px !important;
  border-radius: 10px;
  font-size:13px;
    border:1px royalblue solid;
      outline: 0;
}

.form-output{
  display: inline-block;
  text-align: left;
  height: 30px;
  width: 120px;
  border-radius: 10px;
  font-size:13px;
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  border-bottom:1px #666 solid!important;
  border-radius:10px 10px 0 0;
  background-color: lightgray;
  position: relative;
  top:1px;
}




.form-input-target>.form-output{
  width: 50px !important;
}
.form-input-percent>.form-output{
  width: 50px !important;
}





.form-output output{
  display: inline-block;
  font-size:13px;
  position: relative;
  right: 10%;
  top:-20%;
}


.form-input-menu{
  padding-right:20px;
  display: inline-block;
}
.form-input-menu p{
  position: relative;
  right: 30px;
}

.form-input-menu select{
  width: 150px;
}
.form-input-menu select:focus{
  width: 150px !important;
  outline: 0;
}


.form-input-submit{

}
/* メニュー登録*/
.form-input-select{
  display: inline-block;
  text-align: left;
  width: 100px;
}

.form-select input{
  height: 30px;
  width: 120px;
  border-radius: 10px;
  font-size:13px;
}
.form-input-select select{
  width:100% !important;
  height: 30px !important;
}






.question{
  background:black;
  color:white;
  padding: 5px 8px 5px 8px;
  margin-left: 5px;
  line-height: 1.5em;  /* 文字が上下中央にくるように工夫 */
  text-align: center;  /* 文字が左右中央にくるように工夫 */
  border-radius: 50%;  /* 円形に変更 */
  cursor: pointer;
  font-size:10px;
}

.ques000{
  margin-top:-40px;
}
.ques00{
position: relative;
left:200px;
background-color: gray;
}

.ques01{
  position: relative;
  top:-460px;
}
.ques02{
  position: relative;
  top:-438px;
}

 .ques03{
   position: relative;
   top:-390px;
}
 .ques04{
   position: relative;
   top:-368px;
 }
 .ques05{
   position: relative;
   top:-346px;
 }
 .ques06{
   position: relative;
   top:-324px;
 }
 .ques07{
   cursor: pointer;
   position: relative;
   top:10px;
 }

 .メニューbtn{
   display: block;
     width: 300px;
     padding: 15px 0;
     margin: auto;
   background-color:white;
     border:3px royalblue solid;
     color: royalblue;
     text-decoration: none;
     text-align: center;
     border-radius: 10px;
 }




::placeholder{
  color:gray;
}







/* サインアップ*/
.サインアップ>.container{
  position: absolute;
  top: 200px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.users-form{
  position: relative;
  top: 50px;
  right: 0%;
}
.form-body{
  color:white;
  font-size: 18px;
}
.form-body p{
  margin-bottom:3px;
}
.form-body input{
  height: 40px;
  width: 100%;
  border-radius: 10px;
  border: none;
  font-size:18px;
}

input[type=submit]  {
  position: relative;
  background: royalblue;
  color:white;
  position: relative;
  left:120px;
  width: 120px;
}



.form-input-submit｜services｜edit input[type=submit]  {
  position: relative;
  top: 30px;
  left:10px;
}

.fee｜送信{
  float: left;
  position: absolute;
  top:260px;
  left:600px;
}

.form-input-submit｜fees｜index1 input {
  position: relative;
  left:-50px;
}

.form-input-submit｜fees｜index2 input{
  background-color: lightblue;
  color:red;
  font-weight: bold;

}


.form-input-submit｜agency｜show input[type=submit]  {
  position: relative;
  top: 0px;
  left:80px;
}


/* 削除ボタン*/
.button_to{
display: inline-block;
text-align: left;
width: 70px;
}
.button_to button{
display: inline-block;
text-align: left;
 background: rgba(0,157,255,0) !important;
color:#666;
}

.form-input｜削除{
    position: absolute;
    top: 38px !important;
    right:-210px !important;
    border-radius: 10px;
    font-weight: normal !important;
    font-size:14px !important;
}
.form-input｜削除｜agency｜show{
  position: absolute;
  top: 208px !important;
}
.form-input｜削除｜fees{
  position: relative;
  left:300px !important;
  top:0px !important;
}




.form-output output{
  width: 150px;
  margin: 10px;
  margin-left: 21% !important;
  margin-right: 150% !important;
}





/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
 * 削除モーダル
 *ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */		

/*モーダルを開くボタン*/
.modal-open{
  position: absolute;
  top:30px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  font-weight: bold;
  color: #fff;
  background: #000;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,70%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  cursor: pointer;
  border: 1px #333 solid;
  width:180px;
  padding: 10px;
  text-align: center;
  position: absolute;
  left:250px !important;
  top:63px !important;
}
.modal-yes{
  position: absolute;
  left:100px !important;
  top:50px !important;
}
.modal-content button {
  cursor: pointer;
  border: 1px crimson solid;
  background: crimson !important;
  color:white;
  width:182px;
  padding: 10px;
  text-align: center;
}
.modal-content #isseisakujo {
  cursor: pointer;
  border: 1px crimson solid;
  background: crimson !important;
  color:white;
  width:182px;
  padding: 10px;
  text-align: center;
  position: relative;
  top:15px;
  left:-60px;
}

/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  height: 100px;
  text-align: left;
  padding: 30px;
z-index: 100 !important;
}
@media screen and (max-width: 640px) {


/* index */

.コンテンツ1（agencies）{
  position:absolute;
  top:80px;
  left:2%;
  width:96%;
  height:1000px;
}



.コンテンツ2（agencies）{
  position:absolute;
  top:1100px;
  left:2%;
  width:96%;

}



/* show */


.コンテンツ2-詳細（agencies）{
  position:absolute;
  top:1000px;
  left:2%;
  width:96%;
    height:250px;
}
.agency-サービス-メニュー{
  position:relative;
  top:30px;
  left:-1%;
width:96%;
}
.agency-サービス-メニュー>.form-input-menu select{
width:110px;
}


.form-input-submit｜agency｜show{
  position: relative;
  top:70px;
  right:70px;
}

.form-input｜削除｜agency｜show{
  position: relative;
  top:38px !important;
}


.index-支払い明細{
  position: fixed;
  top:950px;
}






.コンテンツ3-詳細（agencies）{
  position:absolute;
  top:1280px;
  left:2%;
  width:96%;
    height:250px;
}










/* generate.pdf */
.コンテンツ1（agencies-payment）{
  position:absolute;
  top:80px !important;
  left:2%;
  width:96%;
  height: 150px;
}

.コンテンツ4（agencies-payment）{
  position:absolute!important;
  top:80px !important;
  left:100% !important;
  width:auto !important;
}


.コンテンツ2（agencies-payment）{
  position:absolute!important;
  top:250px !important;
  left:2% !important;
  width:96% !important;
}

.コンテンツ3（agencies-payment）{
  position:absolute!important;
  top:420px !important;
  left:2% !important;
  width:96% !important;
}

.payment-年月選択-submit{
  position: relative;
  left:230px !important;
}





}



.コンテンツ1（agencies）{
  height:300px;
  position: absolute;
  top: 10px;
   z-index: 100;
}

.コンテンツ2（agencies）{
  height:55%;
  position: absolute;
  top: 320px;
    z-index: 1;
}

/* SHOW */

.コンテンツ2-詳細（agencies）{
  height:150px;
  position: absolute;
  top: 320px;
  z-index: 1;
}

.コンテンツ3-詳細（agencies）{
  height:220px;
  position: absolute;
  top: 480px;
  overflow-x: scroll;
    z-index: 1;
}


/* SHOW */
.コンテンツ3-内部（agencies）{
  margin: 0px;
  background-color: none;
  border-radius:10px;
  padding-bottom: 100px;
  height: 200px;
    z-index: 1;
}
.コンテンツ3-内部2{
    height: 10%;
  background-color: red;
}
.index-支払い明細{
	text-align: center;
	text-decoration: none;
	width: 120px;
	padding: 5px;
	font-weight: bold;
	border: 2px solid royalblue;
  background-color: royalblue;
	color: white;
	transition: 0.5s;
  position: fixed;
  top:690px;
  z-index: 1;
}

.index-支払い明細 a:visited{
	color: white;
}
.index-支払い明細 a{
  color: white;
  text-decoration: none;
}


.index-item-題名（agencies）,.index-item（agencies）{
width:4300px;
}




.agency-サービス-メニュー{
  height: 160px;
  width: 360px;
  overflow-y: scroll;
  border: 2px royalblue solid;
  text-align: center;
  position: absolute;
  top:30px;
  right: -300px;
}



/* スクロールバー */
/* スクロールバーの幅と高さを設定する */
.agency-サービス-メニュー::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* スクロールバーの形を設定する */
.agency-サービス-メニュー::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.agency-サービス-メニュー::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: royalblue;
}



/* payment */
.コンテンツ1（agencies-payment）{
  height:150px;
  width: 300px;
  position: fixed;
  top: 10px;
    flex-direction: column;
}

.コンテンツ4（agencies-payment）{
  height:auto;
  width: 720px;
  position: absolute;
  top: 10px;
  left: 640px ;
  border-radius: 0px ;
  padding: 20px;
  font-size: 14px;
  background:white;
   box-shadow: 1px 3px 3px lightgray;
   border: 1px black solid;
}

.コンテンツ4-内部（payment）{
  margin-top: 120px;
}

.コンテンツ2（agencies-payment）{
  height:150px;
  width: 300px;
  position: fixed;
  top: 170px;
}
.コンテンツ3（agencies-payment）{
  height:430px;
  width: 300px;
  position: fixed;
  top: 335px;
}

.index-item-題名（agencies-payment）{
  width: 690px !important;
}
.index-item（agencies-payment）{
  width: 690px !important;
  height: auto;
}
.index-item（agencies-payment） p{
  font-size:10px;
}



.payment-年月選択 select{
  font-size:20px;
  position: relative;
  left:20px;
  top:75px;
}

.payment-年月選択{
  position:relative;
  top:-5px;
}
#document-title{
 outline:none;
 border-bottom:2px solid #333;
 border-top:none;
 border-right:none;
 border-left:none;
 font-size:13px;
 position:relative;
 top:82px;
}




.payment-年月選択 .payment-年月選択-submit{
  font-size:15px;
  position: relative;
  top:50px;
  left:220px;
  margin-left: -90px;
  background-color: orange;
  border:none;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
  width:70px;
}

.payment-年月選択-submit:hover{
background-color: #333;
}

.tax_option{
  position: relative;
  top:55px;
  left: 15px;
  font-size:12px;
  margin-bottom: -110px;
}
#generate-pdf-form{
  position: relative;
  top:-13px;
}




.payment-メール送信ボタン a{
  background-color: royalblue;
  padding:10px 30px 10px 30px;
 color:white;
 position: relative;
 left:80px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.payment-メール送信ボタン a:hover{
  background-color: #333;
}


.payment-題名{
  font-size: 22px;
  position: absolute;
  left: 40%;
  top:30px;
}
.payment-支払い総額{
  font-size: 15px;
  border:1px black solid ;
  width:45%;
  text-align: center;
  padding: 10px;
  position: absolute;
  top:250px;
  left:50%;
  transform: translate(-50%, -50%);
}
.payment-パートナー{
  position: relative;
  top:50px;
  left:20px;
}
.payment-ユーザー{
  position: absolute;
  top:115px;
  right:50px;
}
.payment-発行年月日{
  position: absolute;
  top:20px;
  right:30px;
}

.payment-年月-pdf{
  position: relative;
  top:83px;
  left:35px;
  font-size: 15px;
}


.payment-address1{
  width: 300px;
  position: relative;
  top:0px;
  left:0px;
  font-size:12px;
}
.payment-address2{
  width: 250px;
  font-size:12px;
}

.payment-invoice{
  font-size:12px;
}
.payment-ダウンロード結果{
  position: relative;
  top:60px;
  padding-left: 30px;
  font-size: 18px;
}
.payment-ダウンロードボタン{
  background-color: royalblue;
  padding:10px 30px 10px 30px;
 color:white;
 position: relative;
 top:65px;
 left:10px;
 height: 25px;
 box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
 border-radius: 5px;
}
.payment-ダウンロードボタン:hover{
    background-color: #333;
}


.payment-pdf-メール{
  position: relative;
  top:50px;
  padding-left: 15px;
  font-size:14px;
}
.form-input-pdfmail{
  margin-bottom: -40px;
}

.form-input-pdfmail-項目{
  position: relative;
  left:50px;
  top:-40px;
}
.form-input-pdfmail-内容{
  border: 1px black solid;
  width:170px;
  padding: 5px;
}

.form-input-pdfmail-内容2{
  border: 1px black solid;
  width:170px;
  height: 130px;
  padding: 5px;
  overflow:scroll;
}
.form-input-pdfmail-内容2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* スクロールバーの形を設定する */
.form-input-pdfmail-内容2::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
/* スクロールバーの色を設定する */
.form-input-pdfmail-内容2::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: royalblue;
}

.form-input-pdfmail-編集{
  position: absolute;
  left:190px;
  top:-8px;
}

.payment-date{
  width:90px;
}
.payment-name{
  width:140px;
}
.payment-service{
  width:130px;
}
.payment-￥{
  width:70px;
}


.payment-税内訳-container{
display: flex;
}
.payment-税内訳1{
  position: relative;
  left:580px;
  font-size:10px;
  line-height: 11px;
}
.payment-税内訳2{
  position: relative;
  left:340px;
  top:120px;
  border: 1px gray solid;
  width: 200px;
  padding: 5px 5px 5px 15px;
  font-size:9px;
  line-height: 9px;
}

.payment-振込先{
  position: relative;
  top:-32px;
  left:5px;
  border: 1px gray solid;
  width: 400px;
  padding: 15px 10px 15px 30px;
  font-size:11px;
  height: 100px;
}

.payment-振込先 p{
  width: 200px;
}


.口座番号口座名義{
  position: relative;
  top:-82px;
  left:200px;
}
@media screen and (max-width: 640px) {

  body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  /* スクロールバーの形を設定する */
  body::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
  }
  /* スクロールバーの色を設定する */
  body::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: royalblue;
  }

  .ques000{
  position: relative;
  top:-23px;
}



.サインアップ{
  position:absolute;
  top:450px !important;
  left:50% !important;
  width:96% !important;
}
.サインアップ input{
  width:90% !important;
}


.container{
  padding: 15px;
}
.flash,.alert,#error_explanation{
  z-index: 2000 !important;
}

.題名Feee{
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.サブメニュー{
    z-index: 1001;
    overflow-y: scroll;
  }

.メニューヘッダーsp{
  background-color:#666;
  position: fixed !important;
  top:0px !important;
  left: 0px !important;
  width: 100%;
  height: 50px;
  z-index: 1000;
}


body{
  overflow-y: scroll !important;
  height: auto;
}


input[type=submit]  {
  position: relative;
  top:10px;
  left:0px;
}

.form-input｜削除{
  position: absolute;
  top:220px !important;
  left:200px;
}

.form-input select{
  background-color:white;
}



.サブメニュー空白{
  height: 30px;
}
.サブメニュー｜container{
  pointer-events: relative;
  top:120px;
}



/*モーダルを閉じるボタンの指定*/
.modal-content button{
  width:115px !important;
}
.modal-close{
  position: absolute;
  left: 160px !important;
  width: 85px !important;
}





/* ハンバーガーメニュー */
.menu-checkbox {
  display: none;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0; /* 右から左に変更 */
  height: 100%;
  width: 200px;
  transform: translateX(-150%); /* 右から左に変更 */
  transition: all 0.5s ease-in-out 0s;
  background-color: #3584BB;
  z-index: 1020;
}

.drawer-menu-list {
  margin-top: 100px;
}

.drawer-menu-item-link {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

.drawer-icon {
  cursor: pointer;
  position: fixed;
  top: 7px;
  left: 15px; /* 左から右に変更 */
  justify-content: center;
  align-items: center;
  z-index: 1030;
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: '';
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 3px;
  background-color: #3584bb;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
}

.drawer-icon span::after {
  top: 12px;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #3584bb;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.drawer-icon img{
  width: 80px;
  height:40px;
  object-fit: cover; 
  position:relative;
  top:-2px;
  }
  



.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:black;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1015;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.5;
}








}


.form-edit{
  padding-top: 1.5%;
  padding-left: 30px;
}

.edit-index-ginko{
    width: 100px;
    margin-left: 28% !important;
}

.form-input-ginko p{
    margin-left: 28% !important;
    width: 100px;
}

.form-input-show p{
    margin-bottom: 2% !important;
    width: 100px;
}

.edit-input-lot,.edit-input-addrevenue{
  padding-left: 35px;
}

.edit-input-target{
  width: 80px;
}
.edit-input-feemenu{
  margin-right: 130px;
}


.edit-index-item p{
    margin-bottom: 1px;
    padding-top: 2%;
}


.form-input-target-edit>.form-output{
  width: 50px !important;
}
.form-input-percent-edit>.form-output{
  width: 50px !important;
}



/* 編集　*/
.edit-index-item{
    padding:25px 0px 0px 30px;
    display: table;
    width:1000px;
  }
  .edit-index-item p{
  display: inline-block;
  margin:0 0 -10% 0;
  font-size: 13px;
  }
  .edit-index>input{
    display: inline-block;
    text-align: left;
  border:1px solid #333;
  padding: 8px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  }
  .edit-index-id{
    display: inline-block;
    text-align: left;
    width: 30px;
  }
  .edit-index-pt{
    display: inline-block;
    text-align: left;
    width: 150px;
    font-size: 20px!important;
  }
  .edit-index-name{
    display: inline-block;
    text-align: left;
    width: 150px;
  }
  .edit-index-email{
    display: inline-block;
    text-align: left;
    width: 200px;
  }
  .edit-index-address{
    display: inline-block;
    text-align: left;
    width: 250px;
  }
  .edit-index-memo input{
    display: inline-block;
    text-align: left;
    width: 210px;
  }
  .edit-index-ginko{
    width: 150px;
    margin-left: 25% !important;
  }

  .edit-index-kinyukikan>input{
    width: 150px;
    margin: 10px;
    margin-left: 21% !important;
    margin-right: 150% !important;
  }

  .編集ボタン,.保存ボタン{
    display: inline-block;
    text-align: left;
    position: absolute;
    right: 50px;
  }

  .削除ボタン{
    display: inline-block;
    text-align: left;
    position: absolute !important;
      right: 50px !important;
    top: 50px !important;
  }




/* 編集 output　*/
@media screen and (max-width: 640px) {


/* index */


.コンテンツ1（fees）{
  position:absolute;
  top:80px !important;
  left:2%;
  width:96%;
  height:1180px !important;
}

.コンテンツ2（fees）{
  position:absolute;
  top:1280px!important;
  left:2%;
  width:96%;
  height:300px;
  overflow-x: scroll;
}
.index-item-題名（menus）{
  width: 2000px !important;
}
.index-item（menus）{
  width: 2000px !important;
}

.form-input-submit｜fees｜index1{
  position:absolute ;
  top:820px;
  right:370px;
}

.feecheckbox{
  position:relative;
  top:-0px !important;
  left:20px;
}



/* edit */

.form-input-submit｜fees｜index{
  position:absolute ;
  top:800px;
  right:200px;
}

.form-input｜削除｜fees{
  position:absolute ;
  top:810px !important;
  left:-150px !important;
}



}



.form-output-percent output{
  width: 50px;
}

.search-container input::placeholder {
 font-size: 10px;
}


.form-heading（fees） p{
  position: relative;
  left: -220%;
  color:#333;
  font-size: 20px;
  text-align: left;
}

.form（fees）{
  margin-top: 0px;
}
.コンテンツ1（fees）{
  height:350px;
  position: absolute;
  top: 10px;
}
.form-container（fees）{
  position: relative;
  top:-10px;
}
.form-container（fees）｜編集{
  position: relative;
  top:25px;
}

.コンテンツ2（fees）{
  height:380px;
  position: absolute;
  top: 370px;
  overflow-x: scroll;
}

.コンテンツ2-内部（fees）{
  height: 230px !important;
    overflow-y: scroll;
}


.index-item（fees）{
  width:4300px;
}
.index-item-題名（fees）{
  width:4300px;
}


.index-item（fees） p{
display: inline-block;
margin:0 0 -10% 0;
font-size: 13px;
}

.form-input-submit（fees）{
  position: absolute;
  top: 1% !important;
  left: 100%;

}
.スクロール→{
  position: fixed;
  top: 10px ;
  left: 10px;
}


.form-input-lot input{
  width: 60px;
  margin: 10px;
  margin-left: 21% !important;
  margin-right: 150% !important;
}

#menuPercentCheckbox {
  /* チェックボックスの幅と高さを設定します */
  width: 20px; /* 幅を変更 */
  height: 20px; /* 高さを変更 */
  /* その他のスタイルを追加できます（例: 背景色、ボーダー、余白など） */
  position:relative;
  left:0px;
  top:5px;
}
.feecheckbox{
  position:relative;
  left:-55px;
  top:5px;
}


.agency-サービス-メニュー-fees{
  display: flex;
  flex-direction: column; /* 縦に並べる */
  height: 170px;
  width: 250px;
  overflow-x: auto;
  overflow-y: scroll;
  border: 1px lightgray solid;
  position: absolute;
  top:90px;
}
.agency-サービス-メニュー-content-fees{
  position: absolute;
  left:5px;
}

.service-menu-group {
  display: flex;
  flex-direction: row; /* 横に並べる */
  padding-right: 110px;
}
.service-menu-group p{
  font-size:10px;
}

.form-output-agency-サービス-メニュー-fees{
  width: 120px;
  font-size:15px;
}





/* contenteditable =trueにする｜パーセント */
.contenteditable-editable{
  background-color: white; /* contenteditable が有効なときの背景色 */
  border: 1px black solid;
  width: 40px !important;
  padding: 5px;
  border-radius: 10px;
  position: relative;
  right: 15px!important;
  top:-3px;
}



.form-input-percent {
  font-size: 10px
}

.form-input-percent label{
  position: relative;
  right: 130px;
  top:30px;
}
@media screen and (max-width: 640px) {


/* index */

.コンテンツ1（menus）{
  position:absolute;
  top:80px !important;
  left:2%;
  width:96%;
  height:330px !important;
}

.コンテンツ2（menus）{
  position:absolute;
  top:430px!important;
  left:2%;
  width:96%;
  height:300px;
  overflow-x: scroll;
}
.index-item-題名（menus）{
  width: 1100px !important;
}
.index-item（menus）{
  width: 1100px !important;
}


.コンテンツ1（menus）>.form-heading input{
  width: 120px;
}


/* edit */

.form-input-submit｜menus｜edit{
  position: relative;
  top:50px;
}



}




.コンテンツ1（menus）{
  height:120px;
  position: absolute;
  top: 10px;
}


.コンテンツ2（menus）{
  height:80%;
  position: absolute;
  top: 140px;
}
@media screen and (max-width: 640px) {

.index-item-題名（services）,.index-item（services）{
  width:2000px;
}
/* index */

.コンテンツ1（services）{
  position:absolute;
  top:80px !important;
  left:2%;
  width:96%;
  height:330px !important;
}

.コンテンツ2（services）{
  position:absolute;
  top:430px!important;
  left:2%;
  width:96%;
  height:300px;
  overflow-x: scroll;
}
.index-item-題名（agencies）{
  width: 1100px !important;
}
.index-item（agencies）{
  width: 1100px !important;
}



.コンテンツ3（services）{
  position:absolute;
  top:720px!important;
  left:2%;
  width:96%;
  height:300px !important;
}


.コンテンツ4（services）{
  position:absolute;
  top:1040px!important;
  left:2%;
  width:96%;
    overflow-x: scroll;
}

.index-item-題名（othercosts）,.index-item（othercosts）{
  width: 1100px !important;
}



/* edit */

.form-input-submit｜services｜edit{
  position:relative;
  top:-20px;
}

.form-input-submit｜othercosts｜edit{
  position:relative;
  top:110px !important;
  right:130px;
}


}



/* サービス登録*/
.コンテンツ1（services）{
  height:120px;
  position: absolute;
  top: 10px;
}

.コンテンツ2（services）{
  height:230px;
  position: absolute;
  top: 140px;
}

.コンテンツ3（services）{
  height:120px;
  position: absolute;
  top: 380px;


}
.コンテンツ4（services）{
  height:230px;
  position: absolute;
  top: 510px;
}



.show-output{
  display: inline-block;
  text-align: left;
  height: 30px;
  width: 120px;
  border-radius: 10px;
  font-size:13px;
  border:1px #333 solid;
  position: relative;
  top:1px;
  padding-top: 11px;
}




/* show　*/
.column {
    display: flex;
    flex-direction: column;
  }
  .column p{
    margin-bottom: 1px;
  }



  .show-index{
    border-radius: 10px;
   }
   .show-index-menu{
    width: 130%;
   }


  .show-index-item{
    padding:25px 0px 0px 30px;
    display: table;
    width:1000px;
  }
  .show-index-item p{
  display: inline-block;
  margin:0 0 -10% 0;
  font-size: 13px;
  }
  .index-item-show{
    display: inline-block;
    margin:50px 0px -10% 0;
    font-size: 13px;
  }
  .show-index {
    display: inline-block;
    text-align: left;
  border:1px solid #333;
  padding: 5px;
  margin-right: 1px !important;
  margin-bottom: 10px !important;
  }

  .show-index-id{
    width: 30px;
    position: relative;
    top:20px;
  }

  .show-index-pt{
    width: 150px;
  }
  .show-index-name{
    width: 150px;
  }
  .show-index-email{
    width: 150px;
  }
  .show-index-address{
    width: 180px;
  }
  .show-index-invoicenumber{
    width: 10px;
  }
  .show-index-menu{
    width: 150px !important;
    margin-left: 20% !important;
  }


  .show-index-ginko{
    width: 100px;
    margin-left: 28% !important;
  }
  .show-index-memo{
    width: 200px;
    margin-left: 0% !important;
  }
  .show-index-kinyukikan{
    width: 100px;
    margin-left: 28% !important;
  }
  .form-input-menu p{
    margin-left: 20%;
    width: 100px;
  }
  .form-input-ginko p{
    margin-left: 20% !important;
    width: 150px;
  }

  .編集ボタン,.保存ボタン{
    display: inline-block;
    text-align: left;
    position: absolute;
    right: 15%;
    margin-left: 3% !important;
    margin-right: 40px !important;
  }

  .削除ボタン{
    display: inline-block;
    text-align: left;
    position: absolute !important;
    top: 50px !important;
  }
@media screen and (max-width: 640px) {

.コンテンツ1（mypage）{
  position:absolute;
  top:80px;
  left:2%;
  width:96%;
}

.コンテンツ2（mypage）{
  position:absolute!important;
  top:300px !important;
  left:2% !important;
  width:96% !important;
}


.コンテンツ3（mypage）{
  position:absolute !important;
  top:850px !important;
  left:10px !important;
  width:96% !important;
}

.コンテンツ1 {
    display: flex;
    flex-wrap: wrap;
  }

  .box {
    height:70px;
    width: 120px; /* 半分の幅に設定 */
    margin: 5px  30px 5px 5px; /* 上下のマージンを追加 */
    position:relative;
    top:45px;
    left:100px;
    line-height: 80px; /* テキストを上に移動 */
    font-size: 15px;
  }


.bar-graph-wrap{
  width: 150px !important;
}
.indicator{
  padding: 5px 15px 5px 15px;
  margin: 3px;
  width: 100px;
}




.コンテンツ1（users）{
  height: 900px !important;
}







.コンテンツ1（owner）{
  position:absolute;
  top:80px;
  left:2%;
  width:77% !important;
}

.コンテンツ2（owner）{
  position:absolute!important;
  top:570px !important;
  left:2% !important;
  width:96% !important;
}

.index-item-題名（owner）,.index-item（owner）{
  width: 1100px !important;
}



/* users/show ================================ */
.ranking-content {
    border:0.5px #666 solid;
    height:200px;
}

.ranking-circle{
    width:100%;
    height:40%;
}
.ranking-circle .item{
  position: absolute;
  top: 12%;
  left:53% !important;
  text-align:center;
  width:130px;
}
.ranking-circle .見出し{
  position: absolute;
  top: 15%;
  left: 18%;
text-align: center;
}

.ranking-name{
      width:100%;
      height:60%;
}

.company{
  display:flex;
  padding: 3px;
}
.company-name{
  font-size:13px;
  width:60%;
}
.company-feee{
  font-size:12px;
    width:40%;
    text-align:right;
    padding-top: 8px;
}

.chart {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 57%;
  left: 110%;
  margin: -225px 0 0 -225px;
}
.ranking-circle .item{
  position: absolute;
  top: 18%;
  left:57%;
  z-index:2;
  background-color: white;
  border-radius:8px;
  padding: 2px;
}


.コンテンツ4（mypage）{
  height: 25px;
  width:74% !important;
  position:absolute;
  top: 745px;
  left: 2%;
  padding: 30px 0px 30px 80px;
  line-height:25px;
}

.doughnutSummaryTitle {
  position:relative;
  top: 25px;
}


/* users/new, users/edit ================================ */

.form-input-メール本文{
  position: relative;
  top:100px;
  margin-bottom: 100px;
}

.form-input-affiliate{
  position:relative;
  top:-330px;
  right:120px;
}








}



/* users/ログイン/登録 ================================ */
.ログインsubmit input{
  width:100%;
  position:relative;
  left:0px;
  font-size:15px;
}


/* users/index ================================ */

.コンテンツ2（users）{
  height:20%;
  position: absolute;
  top: 40px;
  width: 36%;
}

.コンテンツ4（users）{
  height:43%;
  position: absolute;
  top: 73%;
  width: 36%;
}

.支払い通知書{
  position: absolute;
  bottom: 0%;
  left:35%;
}


.form-heading-登録 p{
  position: relative;
  top:-5px;
  left:0%;
  color:white;
  font-size: 16px;
  width: 200px;
}


.users-heading {
  font-weight: 300;
  margin: 60px 0 20px;
  font-size: 48px;
  color: #bcc8d4;
}

.users-index-item {
  padding: 20px 30px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 2px 6px #c1ced7;
  display: table;
  width: 100%;
}


.user-left img {
  width: 50px;
  height: 50px;
  border-radius: 40%;
  box-shadow: 0 2px 6px #c1ced7;
  object-fit: cover;
}

.user-name a {
  font-weight: 600;
}

.user-name a:hover {
  color: #3ecdc6;
}

.user-left {
  float: left;
  width: 10%;
}

.user-right {
  width: 90%;
  padding-left: 25px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  position:relative;
  top:20px;
}

/* users/show ================================ */

.ranking-content {
    border:0.5px #666 solid;
    height:200px;
    float:left;
    height:100%;
}

.ranking-circle{
    width:40%;
}
.ranking-circle .item{
  position: absolute;
  top: 52%;
  left:11.5%;
  text-align:center;
  width:120px;
    font-size:18px;
}
.ranking-circle .見出し{
  position: absolute;
  top: 15%;
  left: 18%;
text-align: center;
}

.ranking-name{
      width:60%;
      padding: 10px;
}

.company{
  display:flex;
  padding: 10px;
}
.company-name{
  font-size:14px;
  width:60%;
}
.company-name .位{
  font-size:20px;
  margin-right:2.5px;
}
.company-feee{
  font-size:13px;
    width:40%;
    text-align:right;
    padding-top: 8px;
}


.carousel__viewport{
  overflow: hidden;
}



@import url(//fonts.googleapis.com/css?family=Oswald:400);

.chart {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 83%;
  left: 40%;
  margin: -225px 0 0 -225px;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
  &::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(0,0,0,.7);
      line-height: 0;
  }
}
.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #333;
  text-align: center;
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 12px;
  letter-spacing: .06em;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 15px;
  display:none;
}
.chart path:hover { opacity: 0.65; }






.コンテンツ1（mypage）{
height: 200px;
}

.コンテンツ2（mypage）{
  background-color:white;
  border-radius:10px;
  box-shadow: 1px 3px 3px lightgray;
  height: 400px;
  width: 440px;
  position: absolute;
  top: 230px;
  left: 310px ;
  overflow-y:scroll;
  overflow-x:hidden;
  padding-top: 40.2px;
}
.form-heading｜マイページ1{
  margin-top: -40.2px;
  margin-left: -30px;
}


.コンテンツ2（mypage）::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* スクロールバーの形を設定する */
.コンテンツ2（mypage）::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
/* スクロールバーの色を設定する */
.コンテンツ2（mypage）::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: royalblue;
}

.コンテンツ4（mypage）{
  background-color:white;
  border-radius:10px;
  box-shadow: 1px 3px 3px lightgray;
  height: 25px;
  width: 320px;
  position: absolute;
  top: 677px;
  left: 310px ;
  padding: 30px 0px 30px 120px;
  display: flex;
  line-height:25px;
}
.コンテンツ4-1 , .コンテンツ4-2 span{
  font-size:15px;
}
.コンテンツ4-2{
  font-size:30px;
  margin-left:20px;
  margin-right:10px;
}

.コンテンツ3（mypage）{
  background-color:white;
  border-radius:10px;
  box-shadow: 1px 3px 3px lightgray;
  height: 500px;
  width: 600px;
  position: absolute;
  top: 230px;
  left: 790px;
  flex-direction: column;
  padding-top: 30px;
  overflow: hidden;
}

.form-heading｜マイページ{
  background-color:#666;
  height: 40px;
}
.form-heading｜マイページ p{
  position:relative;
  top: -6px;
}


.index-item｜マイページ,.index-題名｜マイページ{
width:410px !important;
}
.index-題名｜マイページ{
  margin-bottom: 5px;
  }


.user-show {
  text-align: center;
}

.user {
  margin-bottom: 20px;
}

.user img {
  width: 80px;
  height: 80px;
  border-radius: 40%;
  box-shadow: 0 2px 6px #c1ced7;
  margin: 20px 0 10px;
  object-fit: cover;
}

.user h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.user p {
  font-size: 13px;
  margin-bottom: 15px;
}

.user a {
  color: #8899a6;
  text-decoration: underline;
  font-weight: 200;
}

.user span {
  color: #afb6bf;
  font-weight: 200;
  padding: 0 6px 0 8px;
}

.user-tabs {
  margin-top: 40px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0 2px 6px #c1ced7;
}

.user-tabs li {
  float: left;
}

.user-tabs li.active {
  border-bottom: 2px solid #3ecdc6;
}

.user-tabs li.active a {
  color: #57575f;
}

.user-tabs a {
  display: inline-block;
  padding: 16px 30px;
  color: #afb6bf;
}

/* users/new, users/edit ================================ */
.users-form input {
  margin-bottom: 15px;
}


.form-input-支払日 select{
width: 70px !important;
}
.form-input-支払日 select:hover{
width: 70px !important;
}
.form-input-支払日 select:focus{
width: 70px !important;
}


.form-input-支払日2 select{
width: 50px !important;
margin-right: 5px;
}
.form-input-支払日2 select:hover{
width: 50px !important;
}
.form-input-支払日2 select:focus{
width: 50px !important;
}


.form-input-メール本文{
  position: relative;
  top:-68px;
}

.form-input-affiliate{
  position:relative;
  top:100px;
  right:685px;
}





/* ダッシュボード ================================ */
.コンテンツ1（owner）{
  position: absolute;
  top: 10px;
  width: 1010px;
  padding: 25px 20px 25px 50px;
  display: table;
}

.コンテンツ2（owner）{
  height:380px;
  position: absolute;
  top: 370px;
  overflow-x: scroll;
}







/* カルーセル ================================ */
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}


.carousel * {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

.carousel *::-webkit-scrollbar {
  width: 0;
  height: 8px;
}

.carousel *::-webkit-scrollbar-track {
  background: transparent;
}

.carousel *::-webkit-scrollbar-thumb {
  background-color: #666;
    border-radius: 10px;
  border: none;
}

.carousel * {
  -ms-overflow-style: none;
}

.carousel ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  top:10px;
  perspective: 100px;
  height: 390px;
  border-bottom: 1px #666 solid;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {

}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
    display:none;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;

    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
  position: relative;
  top:30px;
}

.carousel__navigation-item span{
  position: relative;
  top:5px;
}



.carousel__navigation-button {
  display: inline-block;
  width: 100px;
  height:40px;
  background-color: #666;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 10px;
  font-size: 15px;
  transition: transform 0.1s;
  color:white;
  position: relative;
}




.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 35%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left:0px;
  width: 16px;
  height: 20px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}



.carousel::after,
.carousel__next {
  right: 0px;
  width: 16px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color:#666;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}




.indicator{
  padding: 10px 30px 10px 30px;
  margin: 5px;
  width: 200px;
  background:lightgray;
  color:black;
  border-radius: 10px;
}
  .indicator.active {
    background:#666;
    color:white;
  }

.carousel__indicators{
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  text-align: center;
}


/* 横グラフ ================================ */
#bar-graph{
    position: absolute;
    left:120px;
}
.bar-graph-wrap {
  position: relative;
    top:-100px;
  height:320px;
border-left:1px black solid;
  overflow: hidden;
  width: 400px;
}
.bar-graph-wrap2 {
  position: relative;
    top:-120px;
}



.bar-graph-wrap .graph {
  height: 25px;
  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 1s forwards;
          animation: graphAnim 1s forwards;
}
.bar-graph-wrap .graph span {
  font-size: 14px;
  color: black;
}
@media screen and (max-width: 750px) {
  .bar-graph-wrap .graph span {
    font-size: 12px;
  }
}

.graph-number{
  font-size:14px;
}

.graph-name-ranking{
  background:lightgray;
  color:black;
  padding-left: 10px;
  padding-right: 10px;
   width: fit-content;
  margin-bottom:40.5px;
    font-size:13px;
}



.graph-ranking{
  position: relative;
  right:60px !important;
}

.graph-name{
  font-size:14px;
  position: relative;
  right:80px;
}
.graph-name1{
  position: relative;
  top:8px;
}
.graph-name2{
  position: relative;
  top:47px;
}
.graph-name3{
  position: relative;
  top:87px;
}
.graph-name4{
  position: relative;
  top:127px;
}
.graph-name5{
  position: relative;
  top:167px;
}


.bar-graph-wrap .graph.graph-1 {
  position: absolute;
  top:20px;
  background:#ffb6c1 ;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.bar-graph-wrap .graph.graph-2 {
  position: absolute;
  top:80px;
  background:#fbd366;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.bar-graph-wrap .graph.graph-3 {
  position: absolute;
  top:140px;
  background:#6cd2d8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.bar-graph-wrap .graph.graph-4 {
  position: absolute;
  top:200px;
  background: lightgray;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.bar-graph-wrap .graph.graph-5 {
  position: absolute;
  top:260px;
  background: lightgray;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}


@-webkit-keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
