@charset "UTF-8";
/*------------------------ブラウザによるデフォルトのmarginとpaddingの差異を無くすために、ユニバーサルセレクタを利用--------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------BODY設定  Font-size→ 1em=16px / 0.938em=15px / 0.875em=14px / 0.813em=13px / 0.75em=12px /1.063em=17px / 1.125em=18px / 1.188em=19px / 1.25em=20px / 1.313em=21px--------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #555555;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: red;
}

#wrapper {
  width: 100vw;
}

#contents {
  width: 100vw;
  padding: 50px 0;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.pagenatearea {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.kensakubox {
  width: 100%;
  display: flex;
  align-items: center;
}

.text_r {
  text-align: right;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.kintou {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.calender {
  width: 15%;
  height: 50px;
}

.calenderarea {
  display: flex;
  align-items: center;
}

.form-check {
  margin-left: 20px;
}

.statusicon {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #fff;
}

/********************ナビ設定 start**************************/
.navbar {
  width: 100vw;
  height: 50px;
  background: #333333;
}

.gnav {
  display: flex;
  height: 50px;
  margin: 0 auto;
  width: 1200px;
}

.gnav > li { /*親階層のみ幅を25%にする*/
  width: 25%;
}

.gnav li {
  list-style: none;
  position: relative;
}

.gnav li a {
  background: #333333;
  color: #fff;
  display: block;
  height: 42px;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.gnav li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1000;
}

.gnav li li a {
  border-top: 1px solid #eee;
}

.gnav li:hover > ul > li {
  height: 42px;
  overflow: visible;
}

div.fixed-box-yoko-tate {
  width: 1200px;
  height: 600px;
  background: #fff;
  overflow: auto;
}

table.yoko-tate {
  width: 2500px;
}

table.yoko-tate .fixed01 table.yoko-tate .fixed03 {
  width: 350px !important;
  background-color: #FFFFFF;
}

table.yoko-tate th, table.yoko-tate td {
  width: 150px;
  height: 50px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #333;
}

table.yoko-tate .fixed01,
table.yoko-tate .fixed03,
table.yoko-tate .fixed02 {
  position: sticky;
  top: 0;
  left: 0;
}

table.yoko-tate .fixed01:before,
table.yoko-tate .fixed03:before,
table.yoko-tate .fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

table.yoko-tate .fixed01 {
  z-index: 50;
  width: 300px;
  background: #4e99f4;
  color: #fff;
}

table.yoko-tate .fixed02 {
  z-index: 1;
}

table.yoko-tate .fixed03 {
  z-index: 10;
}

table.yoko-tate tr:nth-child(even) {
  background: #bfedfc;
}

table.yoko-tate tr:nth-child(odd) {
  background: #e6f5fe;
}

table.yoko-tate tr:nth-child(even) .fixed03 {
  background: #bfedfc;
}

table.yoko-tate tr:nth-child(odd) .fixed03 {
  background: #e6f5fe;
}

.backanalyze {
  background-color: #faab50;
}

/********************ナビ設定　end **************************/
#loginarea {
  display: flex;
  width: 980px;
  margin: 0 auto;
}

.leftarea {
  width: 50% !important;
}

.rightarea {
  width: 50%;
  border-left: solid 1px #333333;
  padding-left: 50px;
}

.pagearea {
  width: 700px;
  margin: 0 auto;
  margin-top: 50px;
}

h1 {
  font-size: 30px;
}

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

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb175 {
  margin-bottom: 175px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pr80 {
  padding-right: 80px;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

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