img[src$=".svg"] {
  width: 100%;
}
.icon-span {
  width: 23px;
}
/*** color ***/
/*** others ***/
.main {
  width: 100%;
}
.container {
  padding-right: 4px;
  padding-left: 4px;
}
.btn {
  border-width: 0px;
  border-style: None;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: none;
}
.btn:focus {
  background-color: #ffffff;
}
.btn:hover {
  background-color: #ffffff;
}
.icon-login {
  width: 24px;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
}
/*** カードアイテム基本レイアウト情報 ***/
div.card-item {
  position: relative;
  min-height: 112px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div.item-header {
  min-height: 58px;
  padding: 16px 12px 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #ff80ab;
  color: #ffffff;
}
label.item-header-text {
  font-weight: 400;
  font-size: 1.3em;
  vertical-align: middle;
}
div.item-body {
  padding: 28px 16px;
}
div.item-body span {
  overflow: visible !important;
  word-wrap: break-word;
}
/*** ログイン用カードレイアウト指定 ***/
#login-card {
  max-width: 430px;
  width: 97%;
  min-height: 360px;
  margin: 0 auto;
  margin-top: 60px;
}
.res-div {
  width: 244px;
  float: left;
  overflow: hidden;
}
.login-part {
  padding-top: 20px;
  overflow: hidden;
}
.login-label {
  display: block;
  width: 100px;
  margin-top: 2px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.login-input {
  display: block;
  min-width: 200px;
  max-width: 300px;
  margin-left: 0px;
  margin-bottom: 20px;
  float: left;
}
.login-txt {
  border-top-style: None;
  border-top-width: 0px;
  border-left-style: None;
  border-left-width: 0px;
  border-right-style: None;
  border-right-width: 0px;
  border-bottom: thin #aaaaaa solid;
}
.help-btn {
  margin-left: 8px;
  border-width: 0px;
  border-style: None;
  padding: 1px 5px;
  float: left;
}
#btn-wrapper {
  text-align: center;
}
.login-btn {
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
}
.login-btn :hover {
  background-color: #ffffff;
}
.login-btn > * :active {
  background-color: #e6e6e6;
}
.login-btn > span {
  display: inline-block;
  vertical-align: middle;
}
.alert {
  margin-bottom: 5px;
  padding: 0 auto;
}
.topics-list {
  max-width: 900px;
  width: 100%;
  margin: 30px auto auto auto;
}
.topics-list .topics-list-header {
  margin-bottom: 5px;
}
.topics-list .topics-list-header .topics-list-header-title {
  padding: 5px 0 5px 10px;
  width: 80%;
  background-color: #ff80ab;
  color: #FFF;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.topics-list .topics-list-body {
  display: flex;
  padding: 7px;
  margin-top: 2px;
  text-align: left;
}
.topics-list .topics-list-body .topics-list-body-1 {
  flex: 2;
  min-width: 125px;
}
.topics-list .topics-list-body .topics-list-body-1 .topics-list-body-icon {
  color: #a0a0a0;
  font-size: 1px;
}
.topics-list .topics-list-body .topics-list-body-1 .topics-list-body-displayed-datetime {
  font-size: 1em;
}
.topics-list .topics-list-body .topics-list-body-2 {
  flex: 8;
}
.topics-list .topics-list-body .topics-list-body-2 a {
  color: #0000FF;
}
.topics-list .topics-list-body .topics-list-body-2 .topics-list-body-contents {
  font-size: 1em;
}
.animation-02 {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#area-md-help .md-header h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}
#area-md-help .md-header .material-icons {
  font-size: 36px;
  color: #ffeb3c;
  position: relative;
  z-index: 1;
}
#area-md-help .md-header .material-icons::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #2b2b2b;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 4px;
  z-index: -1;
}
#area-md-help .md-header #title-help {
  font-size: 22px;
  display: inline-block;
  -webkit-transform: translate(5px, -9px);
  transform: translate(5px, -9px);
}
#area-md-help .md-body {
  padding-bottom: 50px;
}
#area-md-help .md-footer #btn-md-help-ok {
  float: right;
}
.area-md {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  padding: 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.area-md .card-md {
  width: 100%;
  max-width: 640px;
  min-height: 300px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  position: relative;
  top: 25%;
  z-index: 31;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.area-md .card-md .md-header {
  width: 100%;
  padding: 8px 24px 0px;
}
.area-md .card-md .md-body {
  width: 100%;
  padding: 20px 20px 12px;
}
.area-md .card-md .scroll-body {
  max-height: 260px;
  position: relative;
}
.area-md .card-md .md-footer {
  width: 100%;
  padding: 8px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.area-md .card-md .md-footer .btn {
  padding: 6px 12px 4px 12px;
}
.area-md[data-show="F"] {
  display: none;
}
.area-md[data-show="T"] {
  opacity: 1;
  display: block;
}
.area-md[data-show="T"] .card-md {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 460px) {
  .login-label {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: left;
  }
  .res-div {
    width: 100%;
  }
  .login-input {
    min-width: 0px;
    max-width: 500px;
    width: calc(100% - 44px);
  }
  .help-btn {
    margin-left: 4px;
  }
  div.item-body {
    padding: 28px 11px;
  }
}
