.bukken_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto 80px;
}
@media (max-width: 880px) {
  .bukken_btn {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.bukken_btn li {
  width: 32%;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background-color: #888;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.bukken_btn li.tsurumi.on, .bukken_btn li.tsurumi:hover {
  background: #a49173;
}
.bukken_btn li.jyoto.on, .bukken_btn li.jyoto:hover {
  background: #325685;
}
.bukken_btn li.moroguchi.on, .bukken_btn li.moroguchi:hover {
  background: #a43e56;
}
@media (max-width: 640px) {
  .bukken_btn li {
    width: 32.5%;
    padding: 10px 2px;
    font-size: 3vw;
    line-height: 1.2;
  }
}

.tsurumi_wrap h2 {
  background: #a49173;
}

.jyoto_wrap h2 {
  background: #325685;
}

.moroguchi_wrap h2 {
  background: #a43e56;
}

h2 {
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 880px) {
  h2 {
    font-size: 4vw;
  }
}

.outline_data {
  position: relative;
  overflow: hidden;
}

.data_wrap {
  width: 100%;
  height: 100%;
  display: none;
}
.data_wrap.active {
  display: block;
}
.data_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

table {
  width: 100%;
  margin-bottom: 50px;
}
table th,
table td {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 640px) {
  table th,
  table td {
    display: list-item;
    padding: 0;
    font-size: 1.3rem;
  }
}
table th {
  width: 23%;
  padding: 20px 20px 20px 0;
}
@media (max-width: 640px) {
  table th {
    width: 100%;
    padding: 10px 0 0;
    border-bottom: none;
  }
}
@media (max-width: 640px) {
  table td {
    padding: 0 0 10px;
  }
}
table.sche {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  table.sche {
    margin-top: 10px;
  }
}
table.sche th,
table.sche td {
  padding: 5px 0;
  border-bottom: none;
}
@media (max-width: 640px) {
  table.sche th {
    padding: 5px;
    background-color: #eee;
  }
}
table.sche .cap {
  margin-top: 0;
  font-size: 1.3rem;
}

.outlineYokoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media (max-width: 880px) {
  .outlineYokoku {
    display: block;
    padding: 0;
  }
}
.outlineYokoku dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 3px 10px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  border: 1px solid #aaaaaa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media (max-width: 880px) {
  .outlineYokoku dt {
    width: 100%;
    padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.outlineYokoku dd {
  width: calc(100% - 150px);
}
@media (max-width: 880px) {
  .outlineYokoku dd {
    width: 100%;
  }
}