@charset "utf-8";

/*------------------------------------------------------------
  index
------------------------------------------------------------*/
.comLink {
  text-align: right;
}

.headLine03 {
  font-size: 1.6rem;
  padding: 11px 0;
  margin: 0 0 0 -13px;
}

/*------------------------------------------------------------
  メインエリア
------------------------------------------------------------*/

/* 上段領域 */
.materials-area {
  margin-bottom: -3px;
  display: flex;
  justify-content: space-between;
}

.materials-area .left-box {
  flex: 1;
}

.materials-area .right-box {
  margin: 30px 0 0 35px;
  width: 230px;
}


/* ページ概要 */
.overview {
  padding: 5px 30px 5px;
  text-align: center;
  color: #fff;
  background-color: #334075;
}

.overview p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.42;
}

/*------------------------------------------------------------
  プロダクト関連情報
------------------------------------------------------------*/

.product-overview {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}


/* グラフ描画領域 */
.product-overview .graph-area {
  margin: -6px 12px 0 0;
  padding: 18px 18px 17px;
  border: 1px solid #707070;
  flex: 1;
  background-color: #f2f2f2;
  box-sizing: border-box;
  min-width: 500px;
}

/* プロダクト整備状況 エラー*/
#prod-err {
  color: red;
  text-align: center;
}

/* グラフツールチップ設定 */
.prd-tooltip {
  position: absolute;
  text-align: left;
  width: auto;
  height: auto;
  padding: 10px;
  font: 1rem;
  border: solid 2px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  visibility: hidden;
}


.product-overview .graph-area .innerBox {
  margin: 0 auto;
  max-width: 355px;
}

.minor {
  color: #707070;
}

/* グラフUI領域 */
.graph-ui {
  flex: 1;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
}


.graph-ui p {
  margin-left: 5px;
  margin-right: 5px;
  /*font-size: 0.9rem;*/
  line-height: 2;
}


.graph-ui .btmBox {
  padding: 16px 17px 0;
  display: flex;
  justify-content: space-between;
}

.graph-ui .comBtn {
  height: 21px;
  width: 59px;
  font-size: 1rem;
  border-radius: 8px;
  background-color: gold;
  margin-left: 10px;
}



/*------------------------------------------------------------
  ユーザアカウント
------------------------------------------------------------*/
.loginUl {
  margin-left: 10px;
  margin-bottom: 32px;
}

.loginUl li {
  margin: 0 0 27px;
  position: relative;
}

.loginUl li:last-child {
  margin-bottom: 0;
}

.loginUl a {
  margin: 0 auto;
  height: 39px;
}

.loginUl .comment {
  width: 100%;
  font-size: 0.9rem;
  top: -17px;
  left: 0;
  text-align: center;
}

.loginUl button {
  width: 189px;
  /*margin: 0 auto;*/
  font-size: 1.4rem;
  font-weight: bold;
}

/*------------------------------------------------------------
  サイト概要
------------------------------------------------------------*/
.about-site {
  padding: 23px 18px 4px;
  border: 1px solid #2D334A;
}

.about-site .headline01 {
  margin-bottom: 8px;
  font-size: 1.4rem;
  border-width: 4px;
}

.about-site p {
  margin: 0;
  line-height: 1.45;
}

.about-site a:hover {
  text-decoration: underline;
}

.about-site .comLink {
  margin-top: 3px;
}



/*------------------------------------------------------------
  お知らせ
------------------------------------------------------------*/
.news-area {
  /*max-width: calc(100% - 400px);*/
  width: 100%;
  min-width: 400px;
}


/*
.news-headline a:hover {
  text-decoration: underline;
}
*/

.news-list {
  font-size: 1.1rem;
}

.news-list li {
  margin-bottom: 10px;
}

.news-column {
  display: flex;
}

.news-date {
  margin-top: 2px;
  padding-left: 5px;
  min-width: 100px;
  width: 100px;
  font-size: 1.0rem;
  color: #272343;

}

.news-label {
  margin: -4px 14px 0 0;
  padding: 4px 3px 6px;
  min-width: 140px;
  width: 140px;
  text-align: center;
  border: solid 1px;
}

.news-title {
  margin-bottom: -2px;
  display: flex;
  text-decoration: underline;
  align-items: flex-start;
  justify-content: space-between;
  letter-spacing: 0;
}

p.link {
  text-align: center;
}