@charset "UTF-8";

/*
============================ index.css ===============================

  お問い合わせ
  [変更履歴]  2024/10/02  STF.Ishii     お問合せ改善対応(WPS-1774)

======================================================================
*/

.contentPanel {
  min-height: inherit;
}

.contentInner dl {
  margin: 5px 0 0;
  padding: 5px 14px;
  background-color: #E5F6F5;
  border: 1px solid #E5F6F5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgb(255,255,255);
}

.contentInner dl dt {
  margin-bottom: 3px;
  font-weight: bold;
}

.contentInner dl dd {
  line-height: 1.2;
}

.contentNotLogin {
  margin:0 5px 0 5px;
}

.contentNotLogin h5 {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #252525;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 8px;
}
.contentNotLogin p {
  font-size: 13px;
  font-weight: bold;
}

.contentNotLogin p.info {
  line-height: 20px;
  font-weight: normal;
  color: #606060;
}

.contentNotLogin .red {
  font-weight: bold;
  color: #ff0000;
}

.contentNotLogin .image {
  clear: both;
  font-size: 13px;
  font-weight: bold;
  float: left;
  margin: 16px 10px 10px;
}

.contentNotLogin .image img {
  width: 100%;
}

.contentNotLogin a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.contentNotLogin .contentSub {
  display: inline-block;
  margin: 0 0 10px;
}
