@charset "UTF-8";

ul.tag-lists_bottom, ul.tag-lists_top {
  padding-left: 0 !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝色設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.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-color: #f5ce00;
}

.page-type1 {
  display: block;
  text-align: center;
  font-family: "新ゴ DB";
  font-size: 12px;
  padding: 0.4em 0;
  border: none;
  color: #ffffff;
  background-color: #0ABAB5;
}
.text-type1 {
  color: #0ABAB5;
}

.page-type2 {
  display: block;
  text-align: center;
  font-family: "新ゴ DB";
  font-size: 12px;
  padding: 0.4em 0;
  border: none;
  color: #ffffff;
  background-color: #FBB03B;
}
.text-type2 {
  color: #FBB03B;
}

.page-type3 {
  display: block;
  text-align: center;
  font-family: "新ゴ DB";
  font-size: 12px;
  padding: 0.4em 0;
  border: none;
  color: #ffffff;
  background-color: #d7520b;
}
.text-type3 {
  color: #d7520b;
}
.pagetype {
  border-radius: 5px;
  padding: 0.4em 0.8em;
  border: none;
  margin-right: 1em;
  width: 11em;
  text-align: center;
}

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

h1 img {
  vertical-align: middle;
}

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

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

button {
  cursor: pointer;
}

li {
  list-style: none;
  /* display: inline; */
}

.event-none{
  pointer-events: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝色設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.bc-gray {
  background-color: #aaaaaa;
}
.bg-gray-300 {
  background-color: #CCCCCC;
}

.bg-yellow-light {
  background-color: #FFFEF6;
}
.bg-yellow-300 {
  background-color: #F5CE00;
}
.bg-yellow-400 {
  background-color: #FFDD2B;
}
.bg-red {
  background-color: #FF0000;
}

.bc-gray2 {
  background-color: #ebeaea;
}

.bc-gray3 {
  background-color: #585858;
}

.bc-gray4 {
  background-color: #242424;
}

.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;
}

.bc-red {
  background-color: #FF0000;
}

.bc1 {
  background-color: #d3fafc;
}

.bc2 {
  background-color: #a3a3a3;
  border: solid 5px rgba(0, 0, 0, 0);
}

.bc2:hover {
  background-color: #6e6e6e;
  border: solid 5px #444444;
}

.bc3 {
  background-color: #f5ce00;
}

.bc4 {
  background-color: rgba(0, 0, 0, 0);
}

.bc5 {
  background-color: #383838;
}

.color-red {
  color: #ff0000 !important;
}

.color-blue {
  color: #0000EE;
}

.color-gray {
  color: #888888;
}

.color-white, .text-white {
  color: #FFFFFF;
}

.color-keep {
  color: #ee6b14;
}

.color1 {
  /*メニューのバージョン表示*/
  color: rgb(41, 95, 209)
}

.color4 {
  color: #0000FF;
}

.color5 {
  /*モーダル内のバツボタン*/
  border: solid 0px;
  color: #c9352a;
  cursor: pointer;
}

.color5:hover {
  color: #f14d42;
}

.color6 {
  /*応募管理サイド、アナリティクス*/
  color: #7d92bb;
}

.color7 {
  /*応募管理サイド、ホーム・サインアウト、ウィンドウの採用見込み*/
  color: #a7a7a7;
}

.color8 {
  color: #7a7a7a;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝位置、表示設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.resize-none {
  resize: none;
}

.d-none {
  display: none;
}

.d-flex, .flex {
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

.block {
  display: block;
}

.flex-1 {
  flex: 1 1 0%;
}

.d-flexi {
  display: flex !important;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block
}

.fixed {
  position: fixed;
}

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

.flex-column {
  flex-direction: column;
}

.no-wrap {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.order4 {
  order: 4;
}

.order5 {
  order: 5;
}

.flex-j-center {
  justify-content: center;
}

.flex-j-start {
  justify-content: flex-start;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-end {
  justify-content: flex-end;
}

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

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

.flex-i-end {
  align-items: flex-end;
}

.flex-i-stretch {
  align-items: stretch;
}

.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);
}

.w18 {
  width: 18%;
}

.w20 {
  width: 20%;
}

.w22 {
  width: 22%;
}
.w28 {
  width: 28%;
}
.w30 {
  width: 30%;
}
.w30i {
  width: 30% !important;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}
.w40i {
  width: 40% !important;
}
.w41 {
  width: 41%;
}
.w45 {
  width: 45%;
}

.w47 {
  width: 47%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}
.w50i {
  width: 50% !important;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}
.w100i {
  width: 100% !important;
}

.w100-20 {
  width: calc(100% - 20px);
}

.w100-25 {
  width: calc(100% - 25px);
}

.w100-200 {
  width: calc(100% - 200px);
}

.w100-250 {
  width: calc(100% - 250px);
}

.w15pxi {
  width: 15px !important;
}

.w20px {
  width: 20px;
}

.w30px {
  width: 30px;
}

.w40px {
  width: 40px;
}

.w50px {
  width: 50px;
}

.w60px {
  width: 60px;
}

.w70px {
  width: 70px;
}

.w80px {
  width: 80px;
}

.w100px {
  width: 100px;
}

.w120px {
  width: 120px;
}

.w150px {
  width: 150px;
}

.w160px {
  width: 160px;
}

.w180px {
  width: 180px;
}

.w200px {
  width: 200px;
}

.w250px {
  width: 250px;
}

.w300px {
  width: 300px;
}

.w320px {
  width: 320px;
}
.w350px {
  width: 350px;
}

.w360px {
  width: 360px;
}

.w400px {
  width: 400px;
}

.w500px {
  width: 500px;
}

.w700px {
  width: 700px;
}

.w850px {
  width: 850px;
}

.w1000px {
  width: 1000px;
}

.w30vw {
  width: 30vw;
}

.w40vw {
  width: 40vw;
}

.w50vw {
  width: 50vw;
}

.w60vw {
  width: 60vw;
}

.w100vw {
  width: 100vw;
}

.m-w80p {
  max-width: 80%;
}
.max-w100 {
  max-width: 100%;
}

.m-w180px {
  max-width: 180px;
}

.m-w300px {
  max-width: 300px;
}

.m-w350px {
  max-width: 350px;
}

.m-w400px {
  max-width: 400px;
}

.m-w600px {
  max-width: 600px;
}

.m-w700px {
  max-width: 700px;
}

.m-w800px {
  max-width: 800px;
}

.m-w850px {
  max-width: 850px;
}

.m-w900px {
  max-width: 900px;
}

.m-w950px {
  max-width: 950px;
}

.m-w1000px {
  max-width: 1000px;
}

.m-w1200px {
  max-width: 1200px;
}

.m-w1300px {
  max-width: 1300px;
}

.m-w1400px {
  max-width: 1400px;
}

.m-w1500px {
  max-width: 1500px;
}

.m-w1600px {
  max-width: 1600px;
}

.m-w1700px {
  max-width: 1700px;
}

.min-w120px {
  min-width: 120px;
}

.min-w150px {
  min-width: 150px;
}

.min-w170px {
  min-width: 170px;
}

.min-w200px {
  min-width: 200px;
}

.min-w250px {
  min-width: 250px;
}

.min-w350px {
  min-width: 350px;
}

.min-w700px {
  min-width: 700px;
}

.hauto {
  height: auto;
}

.h2px {
  height: 2px;
}

.h10px {
  height: 10px;
}

.h20px {
  height: 20px;
}

.h30px {
  height: 30px;
}
.h32px {
  height: 32px;
}

.h40px {
  height: 40px;
}

.h44px {
  height: 44px;
}

.h50px {
  height: 50px;
}

.h60px {
  height: 60px;
}

.h70px {
  height: 70px;
}

.h80px {
  height: 80px;
}

.h100px {
  height: 100px;
}

.h120px {
  height: 120px;
}

.h140px {
  height: 140px;
}

.h160px {
  height: 160px;
}

.h180px {
  height: 180px;
}

.h200px {
  height: 200px;
}

.h240px {
  height: 240px;
}

.h250px {
  height: 250px;
}

.h270px {
  height: 270px;
}

.h300px {
  height: 300px;
}

.h760px {
  height: 760px;
}

.h800px {
  height: 800px;
}

.h20vh {
  height: 20vh;
}

.h40vh {
  height: 40vh;
}

.h45vh {
  height: 45vh;
}

.h50vh {
  height: 50vh;
}

.h60vh {
  height: 60vh;
}

.h70vh {
  height: 70vh;
}

.h90vh {
  height: 90vh;
}

.h100 {
  height: 100vh;
}

.h100-53 {
  height: calc(100vh - 53px);
}

.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);
}

.h100-400 {
  height: calc(100vh - 400px);
}

.h25p {
  height: 25%;
}

.h30p {
  height: 30%;
}

.h40p {
  height: 40%;
}

.h50p {
  height: 50%;
}

.h40vh {
  height: 40vh;
}

.h50vh {
  height: 50vh;
}

.h80vh {
  height: 80vh;
}

.h60p {
  height: 60%;
}

.h70p {
  height: 70%;
}

.h80p {
  height: 80%;
}

.min-h80p {
  min-height: 80%;
}

.h90p {
  height: 90%;
}

.h100p {
  height: 100%;
}

.h100p-14 {
  height: calc(100% - 14px);
}

.h100p-50 {
  height: calc(100% - 50px);
}

.h100p-120 {
  height: calc(100% - 120px);
}

.h100p-140 {
  height: calc(100% - 140px);
}

.h100p-250 {
  height: calc(100% - 250px);
}

.minh250px {
  min-height: 250px;
}

.minh100p {
  min-height: 100%;
}

.min-h400px {
  min-height: 400px;
}

.m-h300px {
  max-height: 300px;
}

.m-h500px {
  max-height: 500px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フォントサイズ設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.fbold {
  font-weight: bold;
}

.fweight3 {
  font-weight: 300;
}

.fweight4 {
  font-weight: 400;
}

.fweight7 {
  font-weight: 700;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}
.f12i {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}
.f14i {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}
.f16i {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px;
}
.f18i {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px;
}

.f20i {
  font-size: 20px !important;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 30px;
}
.f30i {
  font-size: 30px !important;
}

.f35 {
  font-size: 35px;
}

.f38 {
  font-size: 38px;
}

.f45 {
  font-size: 45px;
}

.f60 {
  font-size: 60px;
}

.f80 {
  font-size: 80px;
}
.rf1vw {
  font-size: 1vw;
}
.f2vw {
  font-size: 2vw;
}
.f3vw {
  font-size: 3vw;
}

.l-height90 {
  line-height: 90%;
}

.l-height100 {
  line-height: 100%;
}

.l-height120 {
  line-height: 120%;
}
.l-height140 {
  line-height: 140%;
}

.l-height150 {
  line-height: 150%;
}


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

.pad0 {
  padding: 0px;
}

.pad2 {
  padding: 2px;
}

.pad5 {
  padding: 5px;
}

.pad7 {
  padding: 7px;
}

.pad2-4 {
  padding: 2px 4px;
}

.pad2-10 {
  padding: 2px 10px;
}

.pad0-100 {
  padding: 0px 100px;
}

.pad5-10 {
  padding: 5px 10px;
}
.pad5-20 {
  padding: 5px 20px;
}

.pad10-30 {
  padding: 10px 30px;
}

.pad10-50 {
  padding: 10px 50px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.pad25 {
  padding: 25px;
}

.pad30 {
  padding: 30px;
}

.pad35 {
  padding: 35px;
}

.pad60 {
  padding: 60px;
}

.padx10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padx20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padx25 {
  padding-left: 25px;
  padding-right: 25px;
}

.padx60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pady7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pady10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pady20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pady30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad0-20 {
  padding: 0 20px;
}

.pad5-20 {
  padding: 5 20px;
}

.pad10-20 {
  padding: 10px 20px;
}

.pad30-20 {
  padding: 30px 20px;
}

.pad20-10 {
  padding: 20px 10px;
}
.pad20-30 {
  padding: 20px 30px;
}

.pt-50 {
  padding-top: -50px;
}

.pt2 {
  padding-top: 2px;
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.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;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pl0i {
  padding-left: 0 !important;
}

.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;
}

.pl80 {
  padding-left: 80px;
}

.pl280 {
  padding-left: 280px;
}

.pla1 {
  padding-left: clamp(0px, 10%, 150px);
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.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;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝マージン設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mauto {
  margin: 0 auto;
}

.myauto {
  margin-top: auto;
  margin-bottom: 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;
}

.magx15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-15 {
  margin-top: -15px;
}

.mt2 {
  margin-top: 2px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.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;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

.ml-100 {
  margin-left: -100px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml30i {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml40p {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml100 {
  margin-left: 100px;
}

.ml154 {
  margin-left: 154px;
}

.ml165 {
  margin-left: 165px;
}

.mr-150 {
  margin-right: -150px;
}

.mr-100 {
  margin-right: -100px;
}

.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.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;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb20i {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ライン設定＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.line1 {
  border: solid 1px #333333;
}

.line2 {
  border-top:none;
  border-bottom:solid 1px #aaaaaa;
}

.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);
}

.line6 {
  border: solid 2px #000000;
}

.line7 {
  border-top: solid 2px #927b3c;
  border-left: solid 2px #927b3c;
  border-right: solid 2px #927b3c;
  border-bottom: solid 2px #927b3c;
}

.line7-2 {
  border-left: solid 2px #927b3c;
  border-right: solid 2px #927b3c;
  border-bottom: solid 2px #927b3c;
}

.line8 {
  border: solid 1px #8f8f8f;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.line8_1 {
  border-top: solid 1px #8f8f8f;
  border-bottom: solid 1px #8f8f8f;
}

.line8_2 {
  border: solid 1px #8f8f8f;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.uline1 {
  border-bottom: solid 1px #333333;
}

.uline2 {
  border-bottom: solid 3px #333333;
}

.uline3 {
  border-bottom: solid 3px #6ac2fd;
}

.uline4 {
  border-bottom: solid 1px #a6d7f8;
}

.uline5 {
  border-bottom: solid 1px #aaaaaa;
}

.uline6 {
  /*応募管理サイドメニュー*/
  border-bottom: solid 1px #57678a;
}

.tline6 {
  /*応募管理サイドメニュー*/
  border-top: solid 1px #57678a;
}

.r-line1 {
  border-right: solid 1px #333333;
}

.tline1 {
  border-top: solid 1px #333333;
}

.border-none {
  border: solid 0;
}

/*影*/
.shadow1 {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1), -2px -2px 3px 0 rgba(0, 0, 0, 0.2);
}

.shadow2 {
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.shadow3 {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}

.border-custome {
  border: solid 1px;
}
.bg-gray-200 {
  background-color: #EEEEEE;
}
.bg-yellow {
  background-color: #F5CE00;
}
.bg-red {
  background-color: #FF0000;
}
.border-yellow {
  border: solid 1px #F5CE00;
}
.border-l-8-yellow {
  border-left: solid 8px #F5CE00;
}
.border-stone-700 {
  border: solid 1px #333333;
}
.border-gray-100 {
  border: solid 1px #D5E1E8;
}
.border-gray-300 {
  border: solid 1px #CCCCCC;
}

.text-yellow {
  color: #F5CE00;
}

.text-gray-300 {
  color: #CCCCCC;
}

.text-lightblue {
  color: #2DABF7;
}
.text-stone {
  color: #333333;
}

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

.underline {
  text-decoration: underline;
}

.cursor-default {
  cursor: default;
}

.menu {
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, 0);
  user-select: none;
}

.menu-hover {
  border: solid 1px #ddd;
  background-color: rgba(255, 255, 255, 0.2)
}

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

.radius2 {
  border-radius: 2px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius22 {
  border-radius: 22px;
}

.radius30 {
  border-radius: 30px;
}

.radius50p {
  border-radius: 50%;
}

.radius100p {
  border-radius: 100%;
}

.clip1 {
  clip-path: polygon(0% 100%, 0% 0%, 90% 0%, 100% 100%);
}

.clip2 {
  clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 100% 100%);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.position0 {
  /*ログイン後ヘッダー部ログアウトボタン*/
  left: 0;
  top: 0;
}

.position1 {
  right: 30px;
  bottom: 20px;
}

.position2 {
  /*編集ブロックの編集ボタン*/
  top: 10px;
  right: 10px;
}

/* .position3 {
  top: 50px;
  right: 10px;
} */

.position4 {
  /*モーダル内バツボタン*/
  top: 10px;
  right: 15px;
}
.position1 {
  /*ｐｃ画面１*/
  left: 8.5%;
  top: 42%;
}
.size1 {
  width: 33%;
  height: 47.5%;
  z-index: 20;
}
.position2 {
  left: 26.8%;
  top: 4%;
}
.size2 {
  width: 46.3%;
  height: 60%;
  z-index: 10;
}
.position3 {
  /*ｐｃ画面３*/
  right: 20.5%;
  bottom: 6.5%;
}
.size3 {
  width: 9.1%;
  height: 42.5%;
  z-index: 15;
}
.position1 {
  /*ｐｃ画面１*/
  left: 49.3%;
  top: 40.3%;
}
.size1 {
  width: 28.2%;
  height: 44.8%;
  z-index: 20;
}
.position2 {
  left: 6%;
  top: 11.8%;
}
.size2 {
  width: 36.4%;
  height: 49.8%;
  z-index: 10;
}
.position3 {
  /*ｐｃ画面３*/
  right: 4.57%;
  bottom: 14.5%;
}
.size3 {
  width: 9%;
  height: 40%;
  z-index: 15;
}

.z-m10 {
  z-index: -10;
}

.z-2 {
  z-index: 2;
}

.z-5 {
  z-index: 5;
}

.z-100 {
  z-index: 100;
}

.z-150 {
  z-index: 150;
}

.z-300 {
  z-index: 300;
}

.z-301 {
  z-index: 301;
}

.z-350 {
  z-index: 350;
}

.button0 {
  border: solid 0px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.button1 {
  border: solid 0px;
  background-color: #afafaf;
  color: #FFF;
  font-size: 30px;
  font-weight: bolder;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.button1:hover {
  background-color: #686868;
}

/* .button2 {
  border: solid 1px #aaaaaa;
  border-radius: 5px;
  background-color: rgba(160,30,100,0.3);
  color: #FFF;
  font-size: 15px;
  font-weight: normal;
  padding: 3px 10px; 
  cursor: pointer;
}
.button2:hover {
  background-color: rgba(160,30,100,0.5);
} */

.fileSelectButton {
  cursor: default;
  padding: 2px 10px;
  border-bottom: solid 1px #22272b;
  color: #22272b;
}
.fileSelectButton:hover {
  background-color: #E3E3E3;
  border-color: #888888;
  color: #888888;
  font-weight: bold;
}

.opacity0 {
  opacity: 0;
}

.opacity03 {
  opacity: 0.3;
}

.wfrsns:hover {
  opacity: 0.3;
}

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

.clickimg:hover {
  opacity: 0.6;
}


.charm18_prev {
  width: 90px;
  height: 90px;
  background-color: #FFFFFF;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.charm18_next {
  width: 90px;
  height: 90px;
  background-color: #FFFFFF;
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

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

  .charm18_prev,
  .charm18_next {
    display: none;
  }
}



.menu-icon {
  display: inline-block;
  cursor: move;
  width: 20px;
  height: 15px;
  background-color: #888;
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: 3px;
}

.menu-icon::after {
  bottom: 3px;
}

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

#newPassword::placeholder {
  color: #ccc;
}

#imageListBody .deleteButton {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: #60d2cf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 4px 1px;
  cursor: pointer;
}

#installContainer input {
  margin-top: 30px;
  padding: 10px 41px;
  width: 100%;
  background: rgb(255 255 255 / 92%);
  background-image: url('/img/icon_lock.png');
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 14px;
  border: 2px solid #967148;
  border-radius: 22px;
  font-size: 15px;
  line-height: 1.2;
}

#execInstallButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 44px;
  background: #967148;
  border: none;
  border-radius: 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: 0.2s;
  cursor: pointer;
  outline: none;
}

/*----------------------------------------------------------------------
.analytics
------------------------------------------------------------------------*/
.analytics_wrap {
  width: 40%;
}


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

.block {
  cursor: default;
}

.block:hover {
  background-color: #fcd5ce;
}

.reviva_block {
  cursor: default;
}

.reviva_block:hover {
  background-color: #fcd5ce;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝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%);
}





.hover-bg-gray:hover {
  background-color: #e5e5e5;
}


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


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝アニメーーしょん＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.modal-fade {
  animation-name: fadeIn;
  animation-duration: 0.2s;
  /* animation-delay: 1s; */
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.3s;
  /* animation-delay: 1s; */
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}


.image_hide {
  animation-name: imageFadeOut;
  animation-duration: 0.5s;
  /* animation-delay: 1s; */
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes imageFadeOut {
  from {
    opacity: 1;
    transform: translate(0px, 0);
  }

  to {
    opacity: 0;
    transform: translate(0, -10px);
  }
}

.image_show {
  animation-name: imageFadeIn;
  animation-duration: 0.5s;
  /* animation-delay: 1s; */
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes imageFadeIn {
  from {
    opacity: 0;
    transform: translate(0, -10px);
  }

  to {
    opacity: 1;
    transform: translate(0px, 0);
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝レスポンシブ用＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.rw30-60-90 {
  width: 30%;
}

.rw30-95-95 {
  width: 30%;
}

.rw35-100-100 {
  width: 35%;
}

.rw50-50-90 {
  width: 50%;
}

.rw50-50-100 {
  width: 50%;
}

.rw20-45-45 {
  width: 20%;
}

.rw22-35-45 {
  width: 22%;
}

.rw22-95-95 {
  width: 22%;
}

.rw32-95-95 {
  width: 32%;
}

.rw50-95-95 {
  width: 50%;
}

.rw55-95-95 {
  width: 55%;
}

.rw50-70-70 {
  width: 50%;
}

.rw50-70-85 {
  width: 50%;
}

.rw60-80-95 {
  width: 60%;
}

.rw60-100-100 {
  width: 60%;
}

.rw65-80-90 {
  width: 65%;
}

.rw65-95-95 {
  width: 65%;
}

.rw75-75-95 {
  width: 75%;
}

.rw80-60-90 {
  width: 80%;
}

.rw40-95-95 {
  width: 40%;
}

.rw45-95-95 {
  width: 45%;
}

.rw45-100-100 {
  width: 45%;
}

.rw47-47-95 {
  width: 47%;
}

.rw47-95-95 {
  width: 47%;
}

.rw50-100-100 {
  width: 50%;
}

.rh65p {
  height: 65%;
}

.f30-20-16 {
  font-size: 30px;
}

.f20-18-16 {
  font-size: 20px;
}

.pad30-15-15 {
  padding: 30px;
}

.tab-center {
  text-align: center;
}

.pc-center {
  text-align: center;
}

.pc-flex {
  display: flex;
}
.pc-flex2 {
  display: flex;
}
/*=====================================================================================================================*/
/*===========================================ホムペタ販売サイト用ブレークポイント=========================================*/
@media screen and (max-width:1200px) {
  .pc-flex2 {
    display: initial;
  }
  .tab2-w100 {
    width: 100%;
  }
  .tab2-block {
    display: block;
  }
  .tab2-inline {
    display: inline;
  }
  .rf1vw {
    font-size: 1.5vw;
  }
  .tab2-flex {
    display: flex;
  }

  .tab2-absolute {
    position: absolute;
  }
  .tab2-position1 {
    right: 0;
    bottom: 0;
  }

  .tab2-mt0 {
    margin-top: 0px;
  }
  .tab2-mt30 {
    margin-top: 30px;
  }
  .tab2-mr15 {
    margin-right: 15px;
  }

  .tab2-pb16 {
    padding-bottom: 16px;
  }

  .tab2-h93px {
    height: 93px;
  }

  .tab2-uline1 {
    border-bottom:solid 1px #aaaaaa;
  }
  .tab2-mt50 {
    margin-top: 50px;
  }

  .tab2-flex-right {
    flex-direction: column;
    align-items: flex-end;
  }

  .tab-mtm30 {
    margin-top: -30px;
  }
  .tab-mtm40 {
    margin-top: -40px;
  }
}

.hompeta-show {
  display: none;
}

@media screen and (max-width:991px) {
  .hompeta-show {
    display: initial;
  }
  .hp-position1 {
    top: -50px;
    right: 0px;

  }
  .tab991-flex {
    display: flex;
  }
  .tab991-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width:959px) {
  .rf1vw {
    font-size: 2vw;
  }
}

.pc-none {
  display: none;
}
.pc-none-i {
  display: none !important;
}

.pc-absolute {
  position: absolute;
}

.tab-absolute {
  position: absolute;
}

.tab-flex {
  display: flex;
}

.tab-none {
  display: none;
}

.tab-none-flex {
  display: none;
}

.transform3 {
  transform: translate(-150px, 0);
  white-space: nowrap;
}

.transform2 {
  transform: translate(0, 0);
  margin-right: -150px;
  white-space: nowrap;
}


@media screen and (max-width: 991px) {
  .tab-nonei {
    display: none !important;
  }
}

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

  /* 959px以下に適用されるCSS（タブレット用） */
  .tab-w80 {
    width: 80%;
  }

  .tab-w90 {
    width: 90%;
  }

  .tab-w100 {
    width: 100%;
  }

  .rw30-60-90 {
    width: 60%;
  }

  .rw30-95-95 {
    width: 95%;
  }

  .rw35-100-100 {
    width: 100%;
  }

  .rw50-50-90 {
    width: 50%;
  }

  .rw50-50-100 {
    width: 50%;
  }

  .rw20-45-45 {
    width: 45%;
  }

  .rw22-35-45 {
    width: 35%;
  }

  .rw22-95-95 {
    width: 95%;
  }

  .rw32-95-95 {
    width: 95%;
  }

  .rw40-95-95 {
    width: 95%;
  }

  .rw45-95-95 {
    width: 95%;
  }

  .rw50-95-95 {
    width: 95%;
  }

  .rw55-95-95 {
    width: 95%;
  }

  .rw50-70-70 {
    width: 70%;
  }

  .rw50-70-85 {
    width: 70%;
  }

  .rw60-80-95 {
    width: 80%;
  }

  .rw60-100-100 {
    width: 100%;
  }

  .rw65-80-90 {
    width: 80%;
  }

  .rw65-95-95 {
    width: 95%;
  }

  .rw75-75-95 {
    width: 75%;
  }

  .rw80-60-90 {
    width: 60%;
  }

  .rw45-100-100 {
    width: 100%;
  }

  .rw47-47-95 {
    width: 47%;
  }

  .rw47-95-95 {
    width: 95%;
  }

  .rw50-100-100 {
    width: 100%;
  }

  .rh65p {
    height: 40%;
  }

  .f30-20-16 {
    font-size: 20px;
  }

  .f20-18-16 {
    font-size: 18px;
  }





  .tab-pad30 {
    padding: 30px;
  }

  .tab-pt30 {
    padding-top: 30px;
  }

  .tab-padx0 {
    padding-left: 0;
    padding-right: 0;
  }


  .tab-mt-20 {
    margin-top: -20px;
  }

  .tab-mr0 {
    margin-right: 0;
  }

  .tab-mauto {
    margin: auto;
  }

  .tab-mt20 {
    margin-top: 20px;
  }

  .tab-mt70 {
    margin-top: 70px;
  }

  .tab-mb30 {
    margin-bottom: 30px;
  }

  .tab-text-center {
    text-align: center;
  }

  .pad30-15-15 {
    padding: 15px;
  }

  .tab-center {
    text-align: center;
  }

  .tab-h70p {
    height: 70%;
  }

  .tab-h100p {
    height: 100%;
  }

  .pc-center {
    text-align: left;
  }

  .pc-flex {
    display: block;
  }

  .pc-none {
    display: initial;
  }
  .pc-none-i {
    display: initial !important;
  }

  .pc-absolute {
    position: relative;
  }

  .tab-absolute {
    position: absolute;
  }

  .absolute-tabonly {
    position: absolute;
  }

  .tab-flex {
    display: flex;
  }

  .position11 {
    /*応募管理ページ選択*/
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .pc-only {
    display: none;
  }

  .tab-none {
    display: none;
  }

  .tab-none-flex {
    display: none;
  }

  .tab-3vw {
    font-size: 3vw;
  }

  .transform3 {
    transform: translate(50px, -30px);
    white-space: normal;
  }

  .transform2 {
    transform: translate(-50px, -30px);
    white-space: normal;
    margin-right: 0;
  }

  .transform4 {
    transform: translate(-150px, 0px);
  }

  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    cursor: pointer;
  }

  .bar {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
  }

  .hamburger-menu.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .side-menu {
    top: 0;
    right: -80%;
    transition: right 0.3s ease;
  }

  .side-menu.open {
    right: 0;
    /* サイドメニューを画面内に表示する */
  }

  .h100svh {
    height: 100svh;
  }

}

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

  /* 767px以下に適用されるCSS（スマホ用） */
  .rw30-60-90 {
    width: 90%;
  }

  .rw30-95-95 {
    width: 95%;
  }

  .rw35-100-100 {
    width: 100%;
  }

  .rw50-50-90 {
    width: 90%;
  }

  .rw50-50-100 {
    width: 100%;
  }

  .rw20-45-45 {
    width: 45%;
  }

  .rw22-35-45 {
    width: 45%;
  }

  .rw22-95-95 {
    width: 95%;
  }

  .rw32-95-95 {
    width: 95%;
  }

  .rw40-95-95 {
    width: 95%;
  }

  .rw45-95-95 {
    width: 95%;
  }

  .rw50-95-95 {
    width: 95%;
  }

  .rw55-95-95 {
    width: 95%;
  }

  .rw50-70-70 {
    width: 70%;
  }

  .rw50-70-85 {
    width: 85%;
  }

  .rw60-80-95 {
    width: 95%;
  }

  .rw60-100-100 {
    width: 100%;
  }

  .rw65-80-90 {
    width: 90%;
  }

  .rw65-95-95 {
    width: 95%;
  }

  .rw75-75-95 {
    width: 95%;
  }

  .rw80-60-90 {
    width: 90%;
  }

  .rw45-100-100 {
    width: 100%;
  }

  .rw47-47-95 {
    width: 80%;
  }

  .rw47-95-95 {
    width: 95%;
  }

  .rw50-100-100 {
    width: 100%;
  }

  .sp-w50px {
    width: 50px;
  }
  .sp-w80px {
    width: 80px;
  }

  .sp-w90px {
    width: 90px;
  }

  .sp-w100px {
    width: 100px;
  }

  .sp-w150px {
    width: 150px;
  }

  .sp-w180px {
    width: 180px;
  }

  .sp-w20 {
    width: 22% !important;
  }
  .sp-w49 {
    width: 49%;
  }

  .sp-w90 {
    width: 90%;
  }

  .sp-w100 {
    width: 100%;
  }

  .rh65p {
    height: 40%;
  }

  .f30-20-16 {
    font-size: 16px;
  }

  .sp-f9-i {
    font-size: 9px !important;
  }
  .sp-f10 {
    font-size: 10px;
  }
  .f20-18-16 {
    font-size: 16px;
  }
  .order-by, .disp-number {
    font-size: 10px !important;
    padding: 5px !important;
  }
  
  .rf1vw {
    font-size: 2.5vw;
  }

  .sp-bc-white {
    background-color: #FFF;
  }

  .tab-mauto {
    margin: auto;
  }

  .tab-mt20 {
    margin-top: 20px;
  }

  .tab-mt70 {
    margin-top: 70px;
  }

  .tab-mb30 {
    margin-bottom: 30px;
  }

  .sp-mt-20 {
    margin-top: -20px;
  }

  .sp-mt0 {
    margin-top: 0px;
  }

  .sp-mt5 {
    margin-top: 5px;
  }

  .sp-mt10 {
    margin-top: 10px;
  }

  .sp-mt20 {
    margin-top: 20px;
  }

  .sp-ml10 {
    margin-left: 10px;
  }

  .sp-ml15 {
    margin-left: 15px;
  }

  .sp-mr10 {
    margin-right: 10px;
  }

  .sp-mr15 {
    margin-right: 15px;
  }

  .sp-px15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sp-pt30 {
    padding-top: 30px;
  }

  .sp-pb30 {
    padding-bottom: 30px;
  }

  .sp-pb80 {
    padding-bottom: 80px;
  }

  .sp-pb100 {
    padding-bottom: 100px;
  }

  .pad30-15-15 {
    padding: 15px;
  }

  .sp-m-h200px {
    max-height: 200px;
  }

  .sp-m-h250px {
    max-height: 250px;
  }

  .sp-h35px {
    height: 35px;
  }
  .sp-h70px {
    height: 70px;
  }
  .sp-h80px {
    height: 80px;
  }
  .sp-h93px {
    height: 93px;
  }

  .sp-h70vm {
    height: calc(70vh - 50px);
  }

  .sp-h95p {
    height: 95%;
  }

  .sp-h100p {
    height: 100%;
  }

  .tab-center {
    text-align: left;
  }

  .pc-center {
    text-align: left;
  }

  .pc-flex {
    display: block;
  }

  .pc-absolute {
    position: relative;
  }

  .tab-absolute {
    position: static;
  }

  .sp-absolute {
    position: absolute;
  }

  .sp-mauto {
    margin: auto;
  }

  .sp-position9 {
    top: -30px;
    right: -10px;
  }

  .tab-flex {
    display: block;
  }

  .sp-flex-column {
    flex-direction: column;
  }
  .sp-flex-wrap {
    flex-wrap: wrap;
  }

  .sp-text-left {
    text-align: left;
  }

  .transform3 {
    transform: translate(0, 0);
    width: 90%;
    margin-right: 0;
    margin-top: -30px;
    white-space: normal;
  }

  .transform2 {
    transform: translate(0, 0);
    width: 90%;
    margin-right: 0px;
    margin-top: -30px;
    white-space: normal;
  }
  .sp-flex {
    display: flex;
  }
  .sp-flex-j-between {
    justify-content: flex-start;
  }

  .sp-flex-i-start {
    align-items: flex-start;
  }
  .sp-inline {
    display: inline;
  }

  .sp-top80 {
    top: 80px;
  }

  .sp-top100 {
    top: 100px;
  }

  .pc-only {
    display: none;
  }

  .tab-none {
    display: initial;
  }

  .tab-none-flex {
    display: flex;
  }

  .sp-none {
    display: none;
  }

  .sp-none-i {
    display: none !important;
  }

  .sp-none2 {
    display: none;
  }

  .sp-2t5vw {
    font-size: 2.5vw;
  }

  .sp-3vw {
    font-size: 3vw;
  }

  .sp-f11i {
    font-size: 11px !important;
  }
  .sp-f12i {
    font-size: 12px !important;
  }
  .sp-f13i {
    font-size: 13px !important;
  }
  .sp-f14 {
    font-size: 14px !important;
  }
  .sp-f14i {
    font-size: 14px !important;
  }
  .sp-f15i {
    font-size: 15px !important;
  }
  .sp-f16i {
    font-size: 16px !important;
  }
  .sp-f25i {
    font-size: 25px !important;
  }

  .sp-radius0 {
    border-radius: 0px;
  }
  .sp-radius10 {
    border-radius: 10px;
  }

  .sp-tradius10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sp-w88 {
    width: 88%;
  }

  .sp-padx0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-padx30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .maintext {
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  .sp-mt-30 {
    margin-top: -30px;
  }

  .sp-mt0 {
    margin-top: 0px;
  }

  .sp-mt2 {
    margin-top: 2px;
  }

  .sp-mt5 {
    margin-top: 5px;
  }

  .sp-mt7 {
    margin-top: 7px;
  }

  .sp-mt8 {
    margin-top: 8px;
  }

  .sp-mt10 {
    margin-top: 10px;
  }

  .sp-mt15 {
    margin-top: 15px;
  }

  .sp-mt20 {
    margin-top: 20px;
  }

  .sp-mt30 {
    margin-top: 30px;
  }

  .sp-mt50 {
    margin-top: 50px;
  }

  .sp-mt180 {
    margin-top: 180px;
  }

  .sp-ml0 {
    margin-left: 0;
  }

  .sp-mr0 {
    margin-right: 0;
  }

  .sp-mb0 {
    margin-bottom: 0;
  }

  .sp-mb5 {
    margin-bottom: 5px;
  }

  .sp-mb10 {
    margin-bottom: 10px;
  }

  .sp-mb15 {
    margin-bottom: 15px;
  }

  .sp-mb20 {
    margin-bottom: 20px;
  }

  .sp-mb30 {
    margin-bottom: 30px;
  }

  .sp-pt0 {
    padding-top: 0px;
  }

  .sp-pt10 {
    padding-top: 10px;
  }

  .sp-pt15 {
    padding-top: 15px;
  }

  .sp-pt20 {
    padding-top: 20px;
  }

  .sp-pb0 {
    padding-bottom: 0px;
  }

  .sp-pb30 {
    padding-bottom: 30px;
  }

  .sp-pb40 {
    padding-bottom: 40px;
  }

  .sp-pl40 {
    padding-left: 40px;
  }

  .sp-w85 {
    width: 85%;
  }

  .sp-w100 {
    width: 100%;
  }

  .sp-h90px {
    height: 90px;
  }

  .sp-lh90 {
    line-height: 90%;
  }

  .min-h0 {
    min-height: 0;
  }

  .line6 {
    border: solid 0.5px #000000;
  }

}


@media screen and (max-width: 767px) {
  .charm18_prev {
    width: 60px;
    height: 60px;
    top: 20%;
  }

  .charm18_next {
    width: 60px;
    height: 60px;
    top: 20%;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.ec-off1Grid__cell {
    font-family: "新ゴ DB";
}

/*新ゴ*/
.font-u {
    font-family: "新ゴ U";
}
.font-u-i {
    font-family: "新ゴ U" !important;
}
.font-db {
    font-family: "新ゴ DB";
}
.font-db-i {
    font-family: "新ゴ DB" !important;
}

html body form input, html body form select, html body form textarea {
    font-family: "新ゴ DB" !important;
}