.com_1_1_text {
  padding: 30px;
  background: #13182c;
}
.com_1_2_text {
  padding: 30px;
  background: #13182c;
}
.com_1_g {
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  color: #596395;
  letter-spacing: inherit;
  font-weight: 500;
}
.com_1_p1 {
  font-size: 24px;
  color: #FFF;
}
.com_1_p2 {
  font-size: 13px;
  color: #FFF;
  line-height: 2;
}
.com_1_p2 p {
  margin-top: 18px;
}
.com_1_p2 .M {
  font-size: 120%;
}
.com_1_2_yamamoto {
  width: 60%;
  max-width: 214px;
  margin-left: auto;
}
@media screen and (min-width: 860px) {
  .com_1 {
    max-width: 1200px;
    margin: 0 auto;
  }
  .com_1_1_img {
    width: 41.6666666667%;
    max-width: 498px;
  }
  .com_1_1_text {
    width: 58.3333333333%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .com_1_2_img {
    width: 41.6666666667%;
    margin-left: auto;
    max-width: 498px;
  }
  .com_1_2_text {
    width: 58.3333333333%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.outline {
  color: #FFF;
}
.outline_text {
  padding: 30px;
}
.outline_dl {
  margin-top: 30px;
}
.outline_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 10px;
}
.outline_dt {
  width: 25%;
}
.outline_dd {
  width: 75%;
}
.outline_pdf {
  display: block;
  width: 70%;
  max-width: 350px;
  height: 50px;
  background: #958e60;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin: 30px auto 0;
}
.outline_map {
  width: 100%;
  height: 340px;
  padding: 20px;
}
.outline_map_frame {
  width: 100%;
}
@media screen and (min-width: 860px) {
  .outline {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .outline_img {
    width: 41.6666666667%;
    max-width: 498px;
  }
  .outline_content {
    width: 58.3333333333%;
    padding: 50px;
  }
  .outline_item {
    margin-top: 20px;
  }
}