.outline .mvBlock {
  background-image: url(../images/mv.png);
}

table.table_basic {
  line-height: 1.5;
}

table.table_basic td {
  width: 80%;
}

@media (max-width: 767px) {
  table.table_basic td {
    display: block;
    width: 100%;
  }
}

table.table_basic th {
  width: 20%;
}

@media (max-width: 767px) {
  table.table_basic th {
    display: block;
    width: 100%;
  }
}

.green {
  color: #3CB371;
}

.blue {
  color: #6633CC;
}

.orange {
  color: #FF6633;
}

.right {
  margin-left: auto;
  width: 200px;
}

@media (max-width: 767px) {
  .right {
    width: 160px;
  }
}

span.hidden {
  visibility: hidden;
}

.th_right {
  text-align: right;
  display: inline-block;
  margin-left: 0.3em;
}

#gh_01 {
  text-align: center;
  margin-top: 15px;
}

#gh_01 img {
  max-width: 60%;
  padding: 0 15px 0;
}

@media (max-width: 767px) {
  #gh_01 img {
    max-width: 100%;
  }
}

#gh_02 {
  text-align: center;
  margin-top: 15px;
}

#gh_02 img {
  max-width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #gh_02 img {
    max-width: 100%;
  }
}

.outline .up_three {
  margin-top: 3em;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1rem;
}

.btn--blue,
a.btn--blue {
  color: white !important;
  background-color: #224697;
  text-decoration: none;
}

a.btn--blue {
  text-decoration: none !important;
}

.btn--blue:hover,
a.btn--blue:hover {
  color: white !important;
  background: #224697;
}

.btn--blue:visited,
a.btn--blue:visited {
  color: white !important;
  background: #224697;
  text-decoration: none;
}

.rtnButton {
  margin: 0 auto 0;
  text-align: center;
  display: inline;
}

@media (max-width: 767px) {
  .rtnButton {
    padding-bottom: 0;
  }
}

.mainContents ul.pageGN li.long {
  width: 260px;
}

.mainContents table.history th {
  width: auto;
  padding: 1em 0.5em 1em 0.5em;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .mainContents table.history th {
    text-align: left;
  }
}

.mainContents table.history td {
  width: auto;
}
/*# sourceMappingURL=style.css.map */