@media print, screen and (min-width: 768px) {
  .complete {
    margin: 30px 0 0; } }
@media screen and (max-width: 767px) {
  .complete {
    margin: 25px 0 0; } }
@media print, screen and (min-width: 768px) {
  .complete_inner {
    width: 1160px;
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .complete_inner {
    padding: 0 10px; } }
.complete_heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }
  @media print, screen and (min-width: 768px) {
    .complete_heading {
      font-size: 3.6rem; } }
  @media screen and (max-width: 767px) {
    .complete_heading {
      font-size: 2.4rem; } }
.complete_unit {
  margin: 10px 0 0;
  border: solid 1px #ccc;
  border-radius: 3px; }
  @media print, screen and (min-width: 768px) {
    .complete_unit {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .complete_unit {
      padding: 10px; } }
.complete_message {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500; }
  @media print, screen and (min-width: 768px) {
    .complete_message {
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    .complete_message {
      font-size: 1.4rem; } }
.complete_number {
  text-align: center;
  color: #C00;
  font-weight: bold;
  line-height: 1.2; }
  @media print, screen and (min-width: 768px) {
    .complete_number {
      margin: 15px 0 0;
      font-size: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .complete_number {
      margin: 10px 0 0;
      font-size: 1.8rem; } }
  .complete_number dl {
    border: solid 1px #C00;
    border-radius: 3px; }
    @media print, screen and (min-width: 768px) {
      .complete_number dl {
        display: inline-block;
        padding: 5px 15px 3px; } }
    @media screen and (max-width: 767px) {
      .complete_number dl {
        display: block;
        padding: 10px 10px 8px; } }
    .complete_number dl dt, .complete_number dl dd {
      display: inline-block; }
.complete_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 15px 0 0;
  background: #AAB2BD;
  border-radius: 3px;
  color: #fff;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .complete_button {
      width: 140px;
      margin: 20px auto 25px; } }
  @media screen and (max-width: 767px) {
    .complete_button {
      width: 100%;
      margin: 20px 0; } }
  .complete_button:after {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
  @media print, screen and (min-width: 768px) {
    .complete_button:hover {
      opacity: .8; } }
.complete_list {
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.8; }
  @media print, screen and (min-width: 768px) {
    .complete_list {
      padding: 5px 5px 5px 1.5em; } }
  @media screen and (max-width: 767px) {
    .complete_list {
      padding: 10px 10px 10px 1.5em; } }
  .complete_list-gray {
    background: #F5F5F5;
    border: solid 1px #CCC;
    border-radius: 3px; }
  @media print, screen and (min-width: 768px) {
    .complete_list + .complete_list {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .complete_list + .complete_list {
      margin-top: 10px; } }
.complete_item:before {
  content: '・'; }
.complete_item a {
  color: #003490; }
  @media print, screen and (min-width: 768px) {
    .complete_item a:hover {
      color: #48c0eb; } }
.complete_item .complete_list {
  padding: 0 0 0 1em; }
.complete_def {
  display: flex;
  padding: 10px 0;
  border-bottom: solid 1px #ccc; }
.complete_term {
  width: 105px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .complete_term {
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .complete_term {
      margin-right: 20px; } }
.complete_description {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.8; }
.complete_text {
  margin: 15px 0 5px;
  padding-left: 0.5em;
  font-size: 1.4rem; }
  .complete_text-bold {
    font-weight: bold; }