.con_intro, .con_flow {
  width: 90%;
  max-width: 1360px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_intro, .con_flow {
    width: 91.66667%;
  }
}

.con_intro {
  margin-bottom: 3%;
}
.con_intro .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    text-align: left;
  }
}

.con_flow h3 {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  border-bottom: 1px solid #B2A690;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_flow h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow h3 {
    font-size: 118%;
  }
}
.con_flow h3 span {
  font-family: "Josefin Sans", sans-serif;
  color: #42B1DF;
  font-weight: 300;
  font-size: 140%;
  padding-right: 0.3em;
}
.con_flow .box_flow {
  position: relative;
  margin-bottom: 2%;
  background: #F7F7F7;
  padding: 3% 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_flow .box_flow {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow {
    margin-bottom: 5%;
  }
}
.con_flow .box_flow .st {
  font-family: "Noto Serif JP", serif;
  font-size: 124%;
  line-height: 2em;
  color: #9c7938;
  position: relative;
}
.con_flow .box_flow .st:before {
  content: '';
  width: 20px;
  height: 2px;
  background: #9c7938;
  position: absolute;
}
.con_flow .box_flow .box_txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_flow .box_flow .box_txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .box_txt {
    margin-bottom: 10px;
  }
}
.con_flow .box_flow .con_brand {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_flow .box_flow .con_brand {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .con_brand {
    margin-bottom: 10px;
  }
}
.con_flow .box_flow .con_brand .sst {
  font-family: "Noto Serif JP", serif;
  font-size: 112%;
  margin-bottom: 0.2em;
}
.con_flow .box_flow .con_brand .sst span {
  font-family: "Josefin Sans", sans-serif;
  color: #9c7938;
}
.con_flow .box_flow .con_brand ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .con_brand ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.con_flow .box_flow .con_brand ul li {
  width: 18.38235%;
  border: 1px solid #4b8690;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .con_brand ul li {
    width: 49%;
    float: left;
    margin-bottom: 0.5em;
  }
}
.con_flow .box_flow .con_brand ul li a img {
  width: 100%;
}
.con_flow .box_flow .con_brand ul li:not(:last-child) {
  margin-right: 0.5%;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .con_brand ul li:not(:last-child) {
    margin-right: 0;
  }
}
.con_flow .box_flow .wrp_contact {
  display: flex;
  justify-content: space-between;
  padding: 2% 2% 0;
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact {
    display: block;
  }
}
.con_flow .box_flow .wrp_contact .box_email {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact .box_email {
    width: 100%;
    margin-bottom: 2%;
  }
}
.con_flow .box_flow .wrp_contact .box_email a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5% 9%;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: #949494;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact .box_email a {
    padding: 6.7% 7%;
  }
}
.con_flow .box_flow .wrp_contact .box_email a:after {
  content: "";
  width: 15px;
  height: 9px;
  background: url("../images/common/ic_btn_w.png") no-repeat center right;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_flow .box_flow .wrp_contact .box_email a:hover:after, .con_flow .box_flow .wrp_contact .box_email a:focus:after {
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact .box_email a .wrp_ic img {
    width: 70%;
  }
}
.con_flow .box_flow .wrp_contact .box_tel {
  display: flex;
  align-items: center;
  padding: 2.5% 8%;
  background: #949494;
  width: 48%;
}
@media only screen and (min-width: 768px) {
  .con_flow .box_flow .wrp_contact .box_tel {
    padding: 1.5% 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact .box_tel {
    width: 100%;
    padding: 4% 8%;
  }
}
.con_flow .box_flow .wrp_contact .box_tel .wrp_ic {
  width: 13%;
  margin-right: 7%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_flow .box_flow .wrp_contact .box_tel .wrp_ic {
    width: 13%;
    margin-right: 17%;
  }
}
.con_flow .box_flow .wrp_contact .box_tel .box_contact {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact .box_tel .box_contact {
    width: 80%;
  }
}
.con_flow .box_flow .wrp_contact .box_tel .box_contact .txt {
  margin-bottom: 3%;
}
.con_flow .box_flow .wrp_contact .box_tel .box_contact .number {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 112%;
}
.con_flow .box_flow .wrp_contact .box_tel .box_contact .number .tel {
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_flow .box_flow .wrp_contact .box_tel .box_contact .number a {
    color: #fff;
    text-decoration: none;
    font-size: 150%;
  }
}
.con_flow .ic_arrow {
  text-align: center;
  font-size: 220%;
  color: #4b8690;
  line-height: 0;
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .con_flow .ic_arrow {
    font-size: 150%;
  }
}
