@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.adobe.com/fonts/source-han-sans-japanese);


* {
  margin: 0px;
  padding: 0px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝タグ設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
img {
  vertical-align: top;
}

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

input:focus,select:focus {
  outline: solid 3px rgba(150, 248, 255, 0.6);
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝色設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bc-gray {
  background-color: #aaaaaa;
}
.bc-gray2 {
  background-color: #eceaea;
}
.bc-keep {
  background-color: rgba(231, 173, 86, 0.7);
}
.bc-keep:hover {
  background-color: rgba(231, 173, 86, 0.5);
}
.bc-keep-lift {
  background-color: #ffe3d3;
}
.bc-keep-lift:hover {
  background-color: #fcd4bf;
}
.bc-white {
  background-color: #FFFFFF;
}
.bc1 {
  background-color: #d3fafc;
}
.bc2 {
  background-color: #ffefe6;
}
.bc2:hover {
  background-color: #fcd5bf;
}
.bc3 {
  background: linear-gradient(to top, #fcd1b8 0%, #FFF 90%);
}

.color-red {
  color: #ff0000;
}
.color-blue {
  color: #0000EE;
}
.color-gray {
  color: #888888;
}
.color-white {
  color: #FFFFFF;
}
.color-keep {
  color: #ee6b14;
}

.color4 {
  color: #0000FF;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝位置、表示設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.d-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}

.flex-i-center {
  align-items: center;
}
.flex-i-start {
  align-items: flex-start;
}

.over-hidden {
  overflow: hidden;
}
.over-x-hidden {
  overflow-x: hidden;
}
.over-y-hidden {
  overflow-y: hidden;
}
.over-visible {
  overflow: visible;
}
.over-y-auto {
  overflow-y: auto;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝幅設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.w10 {
  width: 10%;
}
.w10plus15 {
  width: calc(10% + 15px);
}
.w18px {
  width: 18px;
}
.wc20 {
  width: calc(20% - 60px);
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.w100-20 {
  width: calc(100% - 20px);
}
.w100-25 {
  width: calc(100% - 25px);
}
.w100-200 {
  width: calc(100% - 200px);
}
.w60px {
  width: 60px;
}
.w120px {
  width: 120px;
}
.w180px {
  width: 180px;
}
.w200px {
  width: 200px;
}
.w300px {
  width: 300px;
}
.w320px {
  width: 320px;
}
.w100vw {
  width: 100vw;
}


.h40px {
  height: 40px;
}
.h50px {
  height: 50px;
}
.h60px {
  height: 60px;
}
.h100px {
  height: 100px;
}
.h180px {
  height: 180px;
}
.h200px {
  height: 200px;
}
.h300px {
  height: 300px;
}
.h20vh {
  height: 20vh;
}
.h40vh {
  height: 40vh;
}
.h45vh {
  height: 45vh;
}
.h50vh {
  height: 50vh;
}
.h60vh {
  height: 60vh;
}
.h90vh {
  height: 90vh;
}
.h100 {
  height: 100vh;
}
.h100-85 {
  height: calc(100vh - 85px);
}
.h100-130 {
  height: calc(100vh - 130px);
}
.h100-180 {
  height: calc(100vh - 180px);
}
.h100-200 {
  height: calc(100vh - 200px);
}
.h100-220 {
  height: calc(100vh - 220px);
}
.h100-250 {
  height: calc(100vh - 250px);
}
.h25p {
  height: 25%;
}
.h30p {
  height: 30%;
}
.h40p {
  height: 40%;
}
.h40vh {
  height: 40vh;
}
.h50vh {
  height: 50vh;
}
.h60p {
  height: 60%;
}
.h70p {
  height: 70%;
}
.h80p {
  height: 80%;
}
.min-h80p {
  min-height: 80%;
}
.h90p {
  height: 90%;
}
.h100p {
  height: 100%;
}
.minh100p {
  min-height: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フォントサイズ設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fbold {
  font-weight: bold;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f15 {
  font-size: 15px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f25 {
  font-size: 25px;
}
.f30 {
  font-size: 30px;
}
.f35 {
  font-size: 35px;
}
.f38 {
  font-size: 38px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝パディング設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.pad0 {
  padding: 0px;
}
.pad2 {
  padding: 2px;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.pad20 {
  padding: 20px;
}
.pad25 {
  padding: 25px;
}
.pad30 {
  padding: 30px;
}
.pad35 {
  padding: 35px;
}
.pt2 {
  padding-top: 2px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb100 {
  padding-bottom: 100px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝マージン設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mauto {
  margin: auto;
}
.max-mauto {
  margin-left: max(30px,auto);
}
.mag0 {
  margin: 0px;
}
.mag2 {
  margin: 2px;
}
.mag5 {
  margin: 5px;
}
.mag7 {
  margin: 7px;
}
.mag10 {
  margin: 10px;
}
.mag15 {
  margin: 15px;
}
.mag20 {
  margin: 20px;
}
.mag30 {
  margin: 30px;
}
.mt-45 {
  margin-top: -45px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml40p {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml100 {
  margin-left: 100px;
}
.ml154 {
  margin-left: 154px;
}
.ml165 {
  margin-left: 165px;
}
.mr10 {
  margin-right: 10px;
}
.mr10p {
  margin-right: 10%;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr20p {
  margin-right: 20%;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr40p {
  margin-right: 40%;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ライン設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.line1 {
  border: solid 1px #333333;
}
.line2 {
  border: solid 1px #9b9a9a;
}
.line3 {
  border: solid 1px #ff8686;
}
.line4 {
  border: solid 1px #0000FF;
}
.line5 {
  /*デザインメモのテキストエリア*/
  border: solid 1px #4e4e4e;
}
.line5:focus {
  /*デザインメモのテキストエリア*/
  border: solid 1px #8664ff;
  outline: solid 1px rgba(74, 142, 243, 0.3);
}
.uline1 {
  border-bottom: solid 1px #333333;
}
.uline2 {
  border-bottom: solid 3px #333333;
}
.uline4 {
  border-bottom: solid 1px #0000FF;
}
.uline5 {
  border: 4px solid #c21500;
  border-image: linear-gradient(to right, #c21500 0%, #ffc500 100%);
  border-image-slice: 1;
}
.r-line1 {
  border-right: solid 1px #333333;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝その他設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pointer {
  cursor: pointer;
}

.modal,.modal2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.8);
}

.radius2 {
  border-radius: 2px;
}
.radius5 {
  border-radius: 5px;
}
.radius15 {
  border-radius: 15px;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.position0 {
  /*ログイン後ヘッダー部ログアウトボタン*/
  left: 0;
  top: 0;
}
.position1 {
  /*ログイン後ヘッダー部ログアウトボタン*/
  right: 50px;
  top: 30px;
}
.position2 {
  right: 170px;
  top: 40px;
}
.position3 {
  /*ログイン後ヘッダー部メニューユーザー登録*/
  left: 20px;
  top: 40px;
}
.position4 {
  top: 0;
  right: 0px;
}
.position5 {
  /*上のページネーション*/
  top: -2px;
  left: 15%;
}
.position6 {
  /*サンプルモーダルのキープユーザー名*/
  top: 0;
  right: 0px;
}
.position7 {
  /*マイキープ検索ボックス*/
  top: 0;
  left: 50%;
}
.position8 {
  /*サンプルモーダルのキープ年月日*/
  top: 38px;
  right: 0px;
}
.position9 {
  /*サンプルモーダルのキープ日数*/
  top: 76px;
  right: 0px;
}

.opasity0 {
  opacity: 0;
}
.opasity03 {
  opacity: 0.3;
}

.clickimg {
  width: 100%;
  min-height: 100%;
}
.clickimg:hover {
  opacity: 0.6;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝固有クラス＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.menu {
  color: #1f58f5;
  /* border-bottom: solid 1px #1f58f5; */
  background: linear-gradient(to top, #85f4f8 -50%, #FFF 30%);
  /* border-bottom: 4px solid #c21500;
  border-image: linear-gradient(to right, #0095c2 0%, #134ece 100%);
  border-image-slice: 1; */
  font-weight: bolder;
  cursor: pointer;
}
.menu a {
  text-decoration: none;
  color: #1f58f5;
}
.menu a:hover {
  text-decoration: none;
  background: linear-gradient(to top, #85f4f8 -50%, #FFF 80%);
  color: #1f58f5;
}

.confirm {
  /*これにする確認ボタン*/
  cursor: pointer;
  border: solid 1px #333333;
  color: #000000;
  opacity: 1;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝hover設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.make-this:hover,.logout:hover {
  background-color: #F5F5F5;
}

.clear-button:hover,.sample-close:hover {
  background-color: #F1F1F1;
}

.main-title:hover {
  background: linear-gradient(to top, #f8e785 10%, #FFF 30%);
}

.pageMove:hover {
  font-size: 15px;
}