@charset "utf-8";

main figure img {
  display: block;
  margin: 0 auto;
}

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

/* ===  === */
@media screen and (min-width: 768px){
  .fBox figure {
    width: 290px;
  }
  .fBox > div {
    flex: 1;
    margin-left: 24px;
  }
}
@media not all and (min-width: 768px){
  .fBox > div {
    margin-top: 12px;
  }
}

/* === link list === */
.link__list01 li a {
  color: #7e0017;
  transition: all 0.3s ease;
}
.link__list01 li a:hover {
    opacity: 0.7;
}

/* === title === */
.tit {
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
}
.tit::before {
  content: "●";
  display: inline-block;
  color: #FF7C80;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .tit {
    font-size: calc(18 / 16 * 1rem);
    margin-bottom: 8px;
  }
  .tit::before {
    font-size: 0.8rem;
    margin-right: 5px;
    padding-top: 4px;
  }
}
@media not all and (min-width: 768px){
  .tit {
    font-size: calc(15 / 16 * 1rem);
    margin-bottom: 4px;
  }
  .tit::before {
    font-size: 0.6rem;
    margin-right: 5px;
    padding-top: 4px;
  }
}

/* ========================================
 * リスト設定
 * ======================================== */
ul.disc02 li {
  margin: 0 0 2px 0;
  margin-left: 5px;
}
ul.disc02 li:before {
  content: "・";
}
dl.fl dt {
  float: left;
}
dl.fl dt:after {
  content: "…";
}

.imageBlock {
  margin: 10px 0;
  text-align: center;
}

.bgBlue {
  background-color: #1d8acb;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  word-break: keep-all;
}

/* ========================================
 * マージン設定
 * ======================================== */
.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml10 {
  margin-left: 15px !important;
}

.fSmall02 {
  font-size: 85%;
}
.attention01 {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

/* ========================================
 * テーブル設定
 * ======================================== */
.fl {
  float: left;
}
.fr {
  float: right;
}
.type01 th {
  background-color: #939598;
  font-weight: 500;
  color: #fff;
  padding: 8px;
  border-left: #fff 5px solid;
}
.type01 tr:first-child th:first-child {
  border-left: none;
}
.type01 th.join-left {
  border-left: none;
  border-bottom: #fff 5px solid;
}
.type01 tbody tr {
  border-bottom: #000 1px solid;
}
.type01 td {
  padding: 8px;
}
@media not all and (min-width: 768px){
  table.type01 th,
  table.type01 td {
    font-size: calc(12 / 16 * 1rem);
  }
  .type01 th {
    padding: 8px 4px;
    border-left: #fff 3px solid;
  }
  .type01 th.join-left {
    border-bottom: #fff 3px solid;
  }
}
/* === table === */
table.type02 th,
table.type02 td {
  font-weight: normal;
  border: 2px solid #d1d1d1;
  vertical-align: middle;
  text-align: center;
}
table.type02 thead tr:first-child th {
  color: #fff;
  background-color: #939598;
}
table.type02 th {
  color: #231815;
  background-color: #efece7;
}
table.type02 .left {
  text-align: left;
}
@media screen and (min-width: 768px){
  table.type02 th,
  table.type02 td {
    padding: 10px;
  }
  .cell--skill {
    width: 10%;
  }
  .cell--skill_small {
    width: 9%;
  }
}
@media not all and (min-width: 768px){
  table.type02 th,
  table.type02 td {
    padding: 4px 2px;
    font-size: 0.5rem;
    border: 1px solid #d1d1d1;
    letter-spacing: -0.1px;
  }
}

/* reportList */
.report__list {
  padding: 12px 16px;
  border: 1px solid #ddd;
  margin: 8px 0;
}
.report__list li::marker {
  content: "・";
}
.report__list li {
  list-style: none;
  list-style-position: outside;
  margin: 0.8rem;
}