@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.page_ttl {
  background: url(../img/service/insurance/page_ttl.png) center top/cover no-repeat;
}

/* -----------------------------------------------------
	common
----------------------------------------------------- */
.sec {
  padding: min(5.29801vw,80px) 0 0;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 11.71875vw 0 0;
  }
}

.sec_ttl {
  font-size: min(1.12583vw,17px);
  border-left: 3px solid #67C467;
  padding-left: min(1.3245vw,20px);
  margin-bottom: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 4.29688vw;
    border-left: 0.78125vw solid #67C467;
    padding-left: 2.60417vw;
    margin-bottom: 3.90625vw;
  }
}

.sec_text {
  font-weight: 400;
  margin-bottom: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .sec_text {
    font-size: 3.64583vw;
    margin-bottom: 2.60417vw;
  }
}

.link_in_page {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: min(1.3245vw,20px);
  padding: min(1.98675vw,30px) 0 min(1.0596vw,16px);
}

@media screen and (max-width: 768px) {
  .link_in_page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.60417vw;
    padding: 3.38542vw 0;
  }
}

.link_in_page li {
  width: calc(100% / 4);
}

@media screen and (max-width: 768px) {
  .link_in_page li {
    width: 100%;
  }
}

.link_in_page li a {
  display: block;
  padding: 0 0 min(0.2649vw,4px) min(0.92715vw,14px);
  line-height: 1.4;
  border-bottom: 2px solid #67C467;
  position: relative;
}

@media screen and (max-width: 768px) {
  .link_in_page li a {
    padding: 0 0 0 3.125vw;
    line-height: 10.41667vw;
    border-bottom: 0.52083vw solid #67C467;
  }
}

.link_in_page li a::after {
  content: '';
  display: block;
  width: min(0.66225vw,10px);
  height: min(0.66225vw,10px);
  border-top: solid 2px #67C467;
  border-right: solid 2px #67C467;
  position: absolute;
  right: min(0.5298vw,8px);
  bottom: min(0.7947vw,12px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .link_in_page li a::after {
    width: 2.34375vw;
    height: 2.34375vw;
    border-top: solid 0.52083vw #67C467;
    border-right: solid 0.52083vw #67C467;
    top: 50%;
    right: 2.60417vw;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
    bottom: auto;
  }
}

/* -----------------------------------------------------
	strengths
----------------------------------------------------- */
.strengths .point_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  gap: min(1.3245vw,20px);
  padding: min(1.3245vw,20px) 0 0;
}

@media screen and (max-width: 768px) {
  .strengths .point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13.02083vw;
    padding: 10.41667vw 0 0;
  }
}

.strengths .point_list_wrap {
  width: calc(100% / 3);
  background: rgba(241, 241, 241, 0.5);
  border-radius: min(0.39735vw,6px);
  padding: min(1.0596vw,16px) min(1.98675vw,30px) min(1.98675vw,30px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap {
    width: 100%;
    border-radius: 1.5625vw;
    padding: 4.42708vw 5.20833vw 7.8125vw;
  }
}

.strengths .point_list_wrap::before {
  content: '';
  display: block;
  width: min(9.00662vw,136px);
  height: min(8.87417vw,134px);
  background: url(../img/service/insurance/point_img01.png) right top/contain no-repeat;
  position: absolute;
  top: min(-0.7947vw,-12px);
  right: min(-0.39735vw,-6px);
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap::before {
    width: 35.41667vw;
    height: 34.89583vw;
    top: -7.8125vw;
    right: 0;
  }
}

.strengths .point_list_wrap:nth-child(2)::before {
  width: min(6.42384vw,97px);
  height: min(9.66887vw,146px);
  background: url(../img/service/insurance/point_img02.png) right top/contain no-repeat;
  top: min(-1.5894vw,-24px);
  right: 0;
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap:nth-child(2)::before {
    width: 25.26042vw;
    height: 38.02083vw;
    top: -7.8125vw;
    right: 1.30208vw;
  }
}

.strengths .point_list_wrap:nth-child(3)::before {
  width: min(10.5298vw,159px);
  height: min(8.87417vw,134px);
  background: url(../img/service/insurance/point_img03.png) right top/contain no-repeat;
  top: min(-0.7947vw,-12px);
  right: min(-0.92715vw,-14px);
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap:nth-child(3)::before {
    width: 41.40625vw;
    height: 34.89583vw;
    top: -4.42708vw;
    right: -3.38542vw;
  }
}

.strengths .point_list_wrap_num {
  color: #67C467;
  font-size: min(1.98675vw,30px);
  margin-bottom: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap_num {
    font-size: 7.29167vw;
    margin-bottom: 1.30208vw;
  }
}

.strengths .point_list_wrap_num span {
  font-size: min(0.92715vw,14px);
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap_num span {
    font-size: 3.64583vw;
  }
}

.strengths .point_list_wrap_ttl {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  font-size: min(0.99338vw,15px);
  margin-bottom: min(1.3245vw,20px);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap_ttl {
    font-size: 3.90625vw;
    margin-bottom: 3.125vw;
  }
}

.strengths .point_list_wrap_text {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap_text {
    font-size: 3.64583vw;
  }
}

.strengths .point_list_wrap_text span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap_text span {
    font-size: 4.29688vw;
  }
}

.strengths .point_list_wrap_text + p {
  margin-top: min(0.66225vw,10px);
}

@media screen and (max-width: 768px) {
  .strengths .point_list_wrap_text + p {
    margin-top: 5.20833vw;
  }
}

/* -----------------------------------------------------
	consider
----------------------------------------------------- */
.consider_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  gap: min(1.5894vw,24px);
}

@media screen and (max-width: 768px) {
  .consider_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.8125vw;
  }
}

.consider_list_wrap {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  width: calc(100% / 2);
  border-radius: min(0.66225vw,10px);
  border: 1px solid #67C467;
  padding: min(1.98675vw,30px) min(1.98675vw,30px) min(6.22517vw,94px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .consider_list_wrap {
    display: block;
    border: 0.39063vw solid #67C467;
    width: 100%;
    border-radius: 2.60417vw;
    padding: 5.20833vw 5.20833vw 7.8125vw;
  }
}

.consider_list_wrap_info {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .consider_list_wrap_info {
    width: 100%;
  }
}

.consider_list_wrap_img {
  width: 35%;
  padding: 0 min(0.66225vw,10px) 0 0;
}

@media screen and (max-width: 768px) {
  .consider_list_wrap_img {
    width: 47.39583vw;
    padding: 0 0;
    margin: 5.20833vw auto;
  }
}

.consider_list_wrap a {
  display: inline-block;
  color: #fff;
  padding: 0 min(1.5894vw,24px);
  line-height: min(2.64901vw,40px);
  border-radius: min(0.39735vw,6px);
  background: #67C467;
  position: absolute;
  bottom: min(2.11921vw,32px);
}

@media screen and (max-width: 768px) {
  .consider_list_wrap a {
    position: static;
    display: block;
    text-align: center;
    padding: 0 0;
    line-height: 10.41667vw;
    border-radius: 1.30208vw;
    font-size: 3.90625vw;
    width: 47.39583vw;
    margin: 0 auto;
  }
}

.consider_list_wrap_ttl {
  font-size: min(1.12583vw,17px);
  margin-bottom: min(0.99338vw,15px);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .consider_list_wrap_ttl {
    text-align: center;
    font-size: 4.42708vw;
    margin-bottom: 3.90625vw;
  }
}

.consider_list_wrap_text {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .consider_list_wrap_text {
    text-align: center;
    font-size: 3.64583vw;
  }
}

.consider_list_wrap_text span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .consider_list_wrap_text span {
    font-size: 4.29688vw;
  }
}

.consider_list_wrap_text + p {
  margin-top: min(0.99338vw,15px);
}

@media screen and (max-width: 768px) {
  .consider_list_wrap_text + p {
    text-align: left;
    margin-top: 5.20833vw;
  }
}

/* -----------------------------------------------------
	flow
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 0.26042vw;
  }
}

.flow .step {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  padding: min(0.66225vw,10px) 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .flow .step {
    display: block;
    padding: 2.60417vw 0 0;
  }
}

.flow .step li {
  width: calc(100% / 5);
  text-align: center;
  background: #67C467;
  padding: min(0.86093vw,13px) 0 min(1.98675vw,20px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow .step li {
    width: 100%;
    padding: 1.30208vw 0 0;
  }
  .flow .step li:last-of-type {
    padding: 5.72917vw 0 5.20833vw;
  }
}

.flow .step li:nth-of-type(even) {
  background: #168935;
}

.flow .step li:nth-of-type(even)::after {
  border-left: min(1.5894vw,24px) solid #67C467;
}

@media screen and (max-width: 768px) {
  .flow .step li:nth-of-type(even)::after {
    border-left: 50vw solid transparent;
    border-top: 6vw solid #67C467;
  }
}

.flow .step li.middle p {
  margin-right: min(-1.5894vw,-24px);
}

@media screen and (max-width: 768px) {
  .flow .step li.middle p {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .flow .step li + li {
    padding: 5.72917vw 0 0;
  }
}

.flow .step li + li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: min(1.5894vw,24px) solid #168935;
  border-top: min(4.96689vw,75px) solid transparent;
  border-bottom: min(4.96689vw,75px) solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .flow .step li + li::after {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 6vw solid #168935;
    border-bottom: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.flow .step li p {
  color: #fff;
}

.flow .step li p.num {
  font-size: min(1.98675vw,30px);
}

@media screen and (max-width: 768px) {
  .flow .step li p.num {
    font-size: 7.55208vw;
  }
}

.flow .step li p.num span {
  font-size: min(0.86093vw,13px);
}

@media screen and (max-width: 768px) {
  .flow .step li p.num span {
    font-size: 3.38542vw;
  }
}

.flow .step li p.text {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  align-items: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .flow .step li p.text {
    font-size: 3.90625vw;
  }
}

/* -----------------------------------------------------
	information
----------------------------------------------------- */
.information_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  gap: min(1.3245vw,20px);
}

@media screen and (max-width: 768px) {
  .information_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.42708vw;
  }
}

.information_list_wrap {
  width: calc(100% / 3);
  background: rgba(241, 241, 241, 0.5);
  border-radius: min(0.39735vw,6px);
  text-align: center;
  padding: min(2.64901vw,40px) 0 min(1.98675vw,30px);
}

@media screen and (max-width: 768px) {
  .information_list_wrap {
    width: 100%;
    border-radius: 1.5625vw;
    padding: 7.8125vw 0;
  }
}

.information_list_wrap_logo {
  width: 62%;
  margin: 0 auto min(1.5894vw,24px);
}

@media screen and (max-width: 768px) {
  .information_list_wrap_logo {
    width: 70%;
    margin: 0 auto 3.90625vw;
  }
}

@media screen and (max-width: 768px) {
  .information_list_wrap p.ttl {
    font-size: 3.90625vw;
  }
}

.information_list_wrap p.tel a {
  display: inline-block;
  font-size: min(1.19205vw,18px);
  padding-left: min(1.72185vw,26px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .information_list_wrap p.tel a {
    font-size: 4.6875vw;
    padding-left: 6.51042vw;
  }
}

.information_list_wrap p.tel a::before {
  content: '';
  display: block;
  width: min(1.45695vw,22px);
  height: min(1.45695vw,22px);
  background: url(../img/service/common/tel_icon.png) center top/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .information_list_wrap p.tel a::before {
    width: 5.20833vw;
    height: 5.20833vw;
  }
}

.information_list_wrap p.text {
  font-size: min(0.86093vw,13px);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .information_list_wrap p.text {
    font-size: 3.38542vw;
  }
}

/* -----------------------------------------------------
	contact
----------------------------------------------------- */
.contact {
  margin-top: min(4.10596vw,62px);
  padding-bottom: min(2.64901vw,40px);
  border-top: 1px solid rgba(103, 196, 103, 0.5);
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 10.41667vw;
    border-top: 0.26042vw solid rgba(103, 196, 103, 0.5);
    padding-bottom: 3.90625vw;
  }
}

.contact_ttl {
  text-align: center;
  font-size: min(1.5894vw,24px);
  margin-bottom: min(2.64901vw,40px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact_ttl {
    font-size: 4.94792vw;
    margin-bottom: 6.51042vw;
  }
}

.contact_ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(28.21192vw,426px);
  height: min(4.76821vw,69px);
  background: url(../img/service/insurance/text_bg.png) center top/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .contact_ttl::before {
    width: 78.64583vw;
    height: 12.76042vw;
  }
}

.contact_text {
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .contact_text {
    font-size: 3.64583vw;
  }
}

.contact_text + p {
  margin-top: min(1.3245vw,20px);
  /*
      &:nth-last-child(3) {
        margin-top: unquote("min(3.97351vw,60px)");
        @include mq() {
          margin-top: vw(90);
        }
      }
      */
}

@media screen and (max-width: 768px) {
  .contact_text + p {
    margin-top: 5.46875vw;
  }
}

.contact_link {
  display: block;
  color: #fff;
  text-align: center;
  font-size: min(1.12583vw,17px);
  width: min(24.83444vw,375px);
  line-height: min(3.97351vw,60px);
  margin: min(1.5894vw,24px) auto min(3.97351vw,60px);
  background: #67C467;
  border-radius: min(0.39735vw,6px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact_link {
    font-size: 3.90625vw;
    width: 100%;
    line-height: 11.71875vw;
    margin: 5.98958vw 0 11.71875vw;
    border-radius: 1.5625vw;
  }
}

.contact_link::after {
  content: '';
  display: block;
  width: min(0.7947vw,12px);
  height: min(0.7947vw,12px);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: min(1.98675vw,30px);
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .contact_link::after {
    width: 2.34375vw;
    height: 2.34375vw;
    border-top: solid 0.52083vw #fff;
    border-right: solid 0.52083vw #fff;
    right: 5.20833vw;
  }
}

.contact_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  justify-content: center;
  gap: min(6.62252vw,100px);
  margin: min(0.66225vw,10px) 0 0;
}

@media screen and (max-width: 768px) {
  .contact_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8.59375vw;
    margin: 5.20833vw 0 0;
  }
}

.contact_list_wrap p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contact_list_wrap p {
    text-align: center;
  }
}

.contact_list_wrap p.ttl {
  font-size: min(1.12583vw,17px);
}

@media screen and (max-width: 768px) {
  .contact_list_wrap p.ttl {
    font-size: 4.16667vw;
  }
}

.contact_list_wrap p.tel {
  line-height: 1.4;
}

.contact_list_wrap p.tel a {
  display: inline-block;
  color: #67C467;
  font-size: min(2.51656vw,38px);
  padding-left: min(2.38411vw,36px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact_list_wrap p.tel a {
    font-size: 8.33333vw;
    padding-left: 7.8125vw;
  }
}

.contact_list_wrap p.tel a::before {
  content: '';
  display: block;
  width: min(1.98675vw,30px);
  height: min(1.98675vw,30px);
  background: url(../img/service/common/lower_tel_icon.png) center top/cover no-repeat;
  position: absolute;
  top: 50%;
  left: -0.1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .contact_list_wrap p.tel a::before {
    left: -1.30208vw;
    width: 7.29167vw;
    height: 7.29167vw;
  }
}

.contact_list_wrap p.text {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .contact_list_wrap p.text {
    font-size: 3.64583vw;
  }
}
