@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */


.corporate-customers-wrap {
  max-width: 1124px;
  margin: 0 auto;
  width: 90%;
}
.corporate-text {
  text-align: center;
  margin: 55px 0 90px 0;
}
.corporate-customers-title {
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  margin-bottom: 55px;
  font-weight: bold;
}
.corporate-customers-flex {
  display: flex;
  width: 100%;
}
.corporate-heading {
  font-size: 30px;
  font-weight: normal;
}
.corresponding-text {
  font-family: "MFW-PShinGoPr6N-DeBold";
}
.corporate-inner-wrap {
  display: flex;
  align-items: center;
}
.corporate-content-text {
  margin-left: 5%;
  width: 100%;
}
.corporate-customers-flex {
  width: 100%;
  margin-bottom: 110px;
}
.corporate-inner-text {
  margin: 20px 0 30px 0;
  font-size: 14px;
}
.corresponding-insurance {
  background-color: #F79029;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  margin-right: 2%;
  font-size: 13px;
}
.various-insurance {
  width: 88%;
}
.corporate-contact-method {
  background-color: rgba(134,204,84,26%);
}
.contact-method-subheading {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
  font-family: "MFW-PShinGoPr6N-DeBold";
}
.contact-method-flex {
  display: flex;
  justify-content: space-around;
}
.method-flex-wrap {
  display: flex;
  font-size: 14px;
  width: 100%;
}
.content-annotation {
  margin-bottom: 60px;
}
.contact-method-inner-wrap {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.method-text-margin {
  margin-left: 2%;
}
.method-text-margin a {
  border-bottom: 1px solid;
}
.method-tell {
  margin-bottom: 5px;
}
.pc-none {
  display: none;
}

.corporate-customers-image{
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .content-annotation {
  line-height: 1.8;
}

  .corporate-customers-flex {
    display: block;
    margin-bottom: 30px;
  }
  .corporate-customers-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .corporate-text {
    margin: 30px 0 30px 0;
    font-size: 17px;
  }
  .corporate-customers-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .corporate-customers-image {
    width: 100%;
  }
  .corporate-customers-image img {
    width: 100%;
  }
  .corporate-content-text {
    margin-left: 0;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .contact-method-flex {
    display: block;
  }
 
  .method-text-margin-sp {
    padding-bottom: 30px;
  }
  .contact-method-flex {
    width: 90%;
    margin: 0 auto;
  }

 .method-text-margin {
    margin-left: 0;
  }
  
  .various-insurance {
    width: 80%;
    font-size: 17px;
  }
  .corresponding-insurance {
    width: 60px;
    height: 60px;
    font-size: 11px;
    padding-top: 18px;
    line-height: 1.2;
  }
  .corporate-inner-text {
    margin: 20px 0 10px 0;
    font-size:16px;
    line-height: 1.8;
  }
  .contact-method-inner-wrap {
    padding-right: 20px;
  }
  .corporate-heading {
    margin-bottom: 10px;
  }
  .corporate--omepage-inquiry {
    margin-right: 4%;
      min-width: 45px;
  text-align: center;
}
  }
  .test {
    margin-right: 4%;
  }
  .corporate--omepage-inquiry img {
    margin:0;
    padding:0;
  }
}