/* CSS Document */
#partner {
  margin-bottom: 100px;
}
#partner .wrap.inn {
  padding-bottom: 80px;
}
#partner .txt01 {
  text-align: center;
  margin: 55px 0;
  line-height: 40px;
}
#partner .ttl_h2 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #006CC9;
  position: relative;
  margin-bottom: 40px;
}
#partner .ttl_h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
#partner .ttl_h2 span::after {
  content: "";
  height: 19px;
  background-color: rgba(0, 108, 201, 0.1);
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#partner .block02 {
  padding-bottom: 45px;
  margin-bottom: 70px;
  border-bottom: 1px solid #006cc9;
}
#partner .block02 ul {
  margin-bottom: 45px;
}
#partner .block02 ul li {
  font-size: 1.6rem;
  font-weight: bold;
}
#partner .block02 ul li:not(:last-child) {
  margin-bottom: 15px;
}
#partner .block02 ul li span {
  font-size: 2rem;
  display: inline-block;
  width: 48px;
  line-height: 48px;
  border: 1px solid #006cc9;
  border-radius: 50%;
  font-weight: 500;
  text-align: center;
  color: #006cc9;
  margin: 0 50px;
  position: relative;
}
#partner .block02 ul li span::before {
  content: "";
  width: 25px;
  height: 1px;
  background: #006cc9;
  position: absolute;
  top: 50%;
  right: -25px;
}
#partner .block02 > .img {
  margin-bottom: 30px;
  font-size: 0;
}
#partner .block02 > .flx {
  display: flex;
  justify-content: center;
}
#partner .block02 > .flx > .box {
  width: 50%;
}
#partner .block02 > .flx > .box:nth-child(1) {
  padding: 10px 30px 20px 0;
}
#partner .block02 > .flx > .box:nth-child(2) {
  padding: 10px 0 20px 30px;
  border-left: 1px solid #dce0eb;
}
#partner .block02 > .flx > .box h3 {
  color: #006cc9;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
#partner .block02 > .flx > .box p {
  font-size: 1.4rem;
  font-weight: bold;
}
#partner .block03 .case:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #dce0eb;
}
#partner .block03 .case .flx {
  display: flex;
  margin-bottom: 35px;
}
#partner .block03 .case .flx .img {
  width: 420px;
  margin-right: 20px;
}
#partner .block03 .case .flx .txt {
  width: calc(100% - 440px);
}
#partner .block03 .case .flx .txt h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 15px 0 25px;
}
#partner .block03 .case .flx .txt h3 span {
  display: inline-block;
  padding-right: 45px;
  position: relative;
}
#partner .block03 .case .flx .txt h3 span::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #2b67b1;
  position: absolute;
  top: 13px;
  right: 0;
}
#partner .block03 .case .flx .txt p {
  line-height: 2;
}
#partner .block03 .coment {
  position: relative;
  padding-left: 105px;
}
#partner .block03 .coment .img {
  position: absolute;
  left: 0;
  top: 0;
}
#partner .block03 .coment h3 {
  font-size: 1.6rem;
  color: #2b67b1;
  font-weight: bold;
  margin-bottom: 10px;
}
#partner .block03 .coment p {
  font-size: 1.4rem;
  line-height: 1.7;
}

#p_form {
  margin: 100px 0;
}
#p_form h2 {
  color: #2b67b1;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#p_form p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

.mw_wp_form {
  background: #edf4fa;
  padding: 60px 100px 100px;
}
.mw_wp_form dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mw_wp_form dl dt:not(:last-child):not(:nth-last-child(2)), .mw_wp_form dl dd:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 30px;
}
.mw_wp_form dl dt {
  width: 150px;
  padding: 15px 20px 15px 0;
  font-size: 1.8rem;
  color: #2b67b1;
  font-weight: bold;
}
.mw_wp_form dl dd {
  width: calc(100% - 170px);
  font-size: 1.6rem;
}
.mw_wp_form dl input[type=text], .mw_wp_form dl input[type=email], .mw_wp_form dl textarea {
  padding: 25px;
  font-size: 1.6rem;
  border: 0;
  width: 100%;
}
.mw_wp_form button {
  min-width: 540px;
  display: block;
  margin: 0 auto 20px;
  background: #006cc9;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px 0;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}
.mw_wp_form button:hover {
  opacity: 0.7;
}
.mw_wp_form input[type=submit] {
  min-width: 540px;
  display: block;
  margin: 0 auto;
  background: #006cc9;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px 0;
  border-radius: 6px;
  cursor: pointer;
}
.mw_wp_form input[type=submit]:hover {
  opacity: 0.7;
}

.btn_area {
  padding: 73px 0 0;
}
.btn_area .btn {
  width: 400px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  height: 80px;
  margin: auto;
  display: block;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006CC9;
  color: #fff;
}

/*------------------------------ tab sp ------------------------------*/
@media screen and (max-width: 767px) {
  .cnt_area .wrap.inn {
    padding: 10vw 5% 0;
  }
  #partner {
    margin-bottom: 50px;
  }
  #partner .wrap.inn {
    padding-bottom: 40px;
  }
  #partner .txt01 {
    text-align: left;
    margin: 55px 0;
    line-height: 1.5;
  }
  #partner .ttl_h2 {
    margin-bottom: 35px;
  }
  #partner .block02 {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
  #partner .block02 ul {
    margin-bottom: 35px;
  }
  #partner .block02 ul li {
    position: relative;
    padding-left: 70px;
    min-height: 42px;
    display: flex;
    align-items: center;
  }
  #partner .block02 ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  #partner .block02 ul li span {
    width: 35px;
    line-height: 35px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
  }
  #partner .block02 ul li span::before {
    width: 20px;
    right: -20px;
  }
  #partner .block02 > .img {
    margin-bottom: 20px;
  }
  #partner .block02 > .img img {
    content: url("../images/partner/partner_01_sp.jpg");
  }
  #partner .block02 > .flx {
    display: block;
  }
  #partner .block02 > .flx > .box {
    width: 100%;
  }
  #partner .block02 > .flx > .box:nth-child(1) {
    padding: 0 0 20px;
    border-bottom: 1px solid #dce0eb;
    margin-bottom: 20px;
  }
  #partner .block02 > .flx > .box:nth-child(2) {
    padding: 0;
    border: 0;
  }
  #partner .block02 > .flx > .box h3 {
    margin-bottom: 10px;
  }
  #partner .block03 .case:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
  #partner .block03 .case .flx {
    display: block;
    margin-bottom: 30px;
  }
  #partner .block03 .case .flx .img {
    width: 100%;
    margin-right: 0;
  }
  #partner .block03 .case .flx .txt {
    width: 100%;
  }
  #partner .block03 .case .flx .txt h3 {
    margin: 25px 0 15px;
  }
  #partner .block03 .case .flx .txt p {
    line-height: 1.5;
  }
  #partner .block03 .coment {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #partner .block03 .coment .img {
    position: static;
    width: 84px;
    margin-right: 20px;
  }
  #partner .block03 .coment h3 {
    margin-bottom: 0px;
    width: calc(100% - 104px);
  }
  #partner .block03 .coment p {
    width: 100%;
    margin-top: 20px;
  }
  #p_form {
    margin: 50px 0;
    padding: 0 15px;
  }
  #p_form h2 {
    font-size: 6vw;
  }
  #p_form p {
    font-size: 1.6rem;
    margin-bottom: 60px;
    text-align: left;
  }
  .mw_wp_form {
    background: #edf4fa;
    padding: 25px 15px 35px;
  }
  .mw_wp_form dl {
    display: block;
    margin-bottom: 0;
  }
  .mw_wp_form dl dt, .mw_wp_form dl dd {
    display: block;
  }
  .mw_wp_form dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 15px !important;
  }
  .mw_wp_form dl dd {
    width: 100%;
    margin-bottom: 25px !important;
  }
  .mw_wp_form dl dd:last-child {
    margin-bottom: 30px !important;
  }
  .mw_wp_form dl input[type=text], .mw_wp_form dl input[type=email], .mw_wp_form dl textarea {
    padding: 20px;
  }
  .mw_wp_form button, .mw_wp_form input[type=submit] {
    padding: 20px 0;
    width: 100%;
    min-width: inherit;
  }
  .btn_area {
    padding: 10vw 0 0;
  }
  .btn_area .btn {
    width: 400px;
    max-width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    height: 80px;
    margin: auto;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #006CC9;
    color: #fff;
  }
}