@charset "UTF-8";
/* ==================================================
	分解搬送
================================================== */
#wrapper .page_body .sectionRow {
  display: flex;
  justify-content: space-between;
}
#wrapper .page_body .sectionRow .page_layout_inner {
  margin-bottom: 15px;
}
#wrapper .page_body .caution li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#wrapper .page_body .trans_title {
  font-weight: 700;
}
#wrapper .page_body .trans_value {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #00a7ab;
}
@media screen and (min-width: 768px), print {
  #wrapper .page_body section[id] {
    margin-bottom: 100px;
  }
  #wrapper .page_body .sectionRow section {
    flex: 0 0 46%;
  }
  #wrapper .page_body .trans_text:not(:last-child) {
    margin-bottom: 30px;
  }
  #wrapper .page_body .trans_title {
    margin-bottom: 3px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  #wrapper .page_body .trans_value {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
  #wrapper .page_body .trans_value:not(:last-child) {
    margin-bottom: 30px;
  }
  #wrapper .page_body .trans_value span {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #wrapper .page_body .trans_value .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .page_body section[id] {
    margin-bottom: 25px;
  }
  #wrapper .page_body .sectionRow {
    display: block;
  }
  #wrapper .page_body .trans_text:not(:last-child) {
    margin-bottom: 20px;
  }
  #wrapper .page_body .trans_title {
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #wrapper .page_body .trans_value {
    margin-bottom: 10px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.24;
  }
  #wrapper .page_body .trans_value span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #wrapper .page_body .trans_value .small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#nextAttachment dl {
  margin: 1em auto;
}
#nextAttachment dt {
  font-weight: bold;
}