/*****************************************************************************
CSS only for /phs/oshirase/221215/
*****************************************************************************/

/* .Notice
-----------------------------------------*/
.Notice {
  margin-bottom: 100px;
}

.Notice--red{
  color: #d8002e;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Notice {
    margin: 0 10px 60px;
  }
}

.Notice .Offset{
  margin-bottom: 0;
}

.Notice__sec:not(:first-child) {
  margin-top: 70px;
}
.Notice__img {
  margin: 30px 0 35px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Notice__img {
    text-align: center;
  }
}
.Notice__img img {
  max-width: 100%;
  height: auto;
}
.Notice__wrapper p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.Notice__list {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.Notice__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.Notice__wrapper > *:last-child {
  margin-bottom: 0;
}

/* .labelTitle
-----------------------------------------*/
.labelTitle {
  font-size: 24px;
  line-height: 1.5;
  margin: 32px 0 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .labelTitle {
    font-size: 18px;
  }
}
.labelTitle span{
  display: inline-block;
  font-size: 16px;
  padding: 20px;
  color: #E6E6E6;
  background-color: #000;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .labelTitle span{
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
  }
}

/* .TblData
-----------------------------------------*/
.TblData table {
  font-size: 16px;
  width: 100%;
  border: 1px solid #CCC;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData table {
    font-size: 14px;
  }
}
.TblData th {
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  background-color: #EEE;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 12px 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData th {
    width: 30%;
    padding: 12px 5px;
  }
}
.TblData td {
  line-height: 1.3;
  vertical-align: middle;
  width: 70%;
  border-bottom: 1px solid #CCC;
  padding: 12px 21px 12px 10px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData td {
    width: 70%;
    padding: 12px 10px;
  }
}

.TblData td p{
  margin-bottom: 15px;
}
.TblData td p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData td p{
    font-size: 14px;
  }
}
