/* あんしんシステム
-----------------------------------------------------------------------*/
.anshin-system {
  text-align: center;
  color: #022a48
}
.anshin-system_bg {
  background-color: #efbbc7;
  padding: 100px 0 1px 0;
  margin-bottom: 100px
}
.anshin-system img {
  width: 100%;
  height: auto
}
.anshin-system section {
  max-width: 750px
}
.as_title {
  text-align: center;
  padding: 0 20px 0 20px
}
.as_title img {
  max-width: 612px;
  width: 100%;
  height: auto;
  margin-bottom: 60px
}
.as_copy {
  font-size: 21px;
  text-align: center;
  padding: 0 20px 30px 20px;
}
.anshin-system .bubble {
  border-radius: 15px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0
}
@media screen and (max-width: 750px) {
  .anshin-system_bg {
    padding: 60px 0 1px 0;
    margin-bottom: 60px
  }
  .anshin-system br {
    display: none;
    margin: 0px;
    padding: 0px
  }
  .as_title img {
    margin-bottom: 30px;
    padding: 0 20px
  }
  .as_copy {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    padding: 0 40px 30px 40px;
  }
  .anshin-system .bubble {
    border-radius: 10px;
    margin: 10px 0
  }
}
/*--ブロック01--------------------------*/
.anshin-system .as_block01 {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin: 0 0 100px 0
}
.anshin-system .as_block01 .bubble {
  background-color: #fff;
  position: relative;
  padding: 20px 40px;
  margin-left: 20px;
  font-size: 27px;
}
.anshin-system .as_block01 .bubble::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -35px;
  border-style: solid;
  border-width: 15px 45px 15px 0;
  transform: rotate(15deg);
  border-color: transparent #FFFFFF transparent transparent;
}
@media screen and (max-width: 750px) {
  .anshin-system .as_block01 {
    grid-template-columns: 90px 1fr;
    margin: 0 0 50px 0
  }
  .anshin-system .as_block01 .bubble {
    padding: 20px 20px;
    margin-left: 20px;
    font-size: 16px;
  }
  .anshin-system .as_block01 .bubble::before {
    top: auto;
    bottom: 70px;
    left: -25px;
  }
}
/*--ブロック02--------------------------*/
.anshin-system .as_block02 {
  background-color: #FFFFFF;
  margin-bottom: 120px;
  padding: 40px 20px 20px 20px;
  border-radius: 15px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
}
.anshin-system .as_block02 .title img {
  width: 585px;
  margin: -100px 0 50px 0
}
/*吹き出し01*/
.anshin-system .as_block02_01 {
  display: grid;
  grid-template-columns: 140px 1fr;
  margin-bottom: 0px;
  align-items: flex-end
}
.anshin-system .as_block02_01 img {
  margin-bottom: 30px
}
.anshin-system .as_block02_01 .bubble {
  background-color: #022a48;
  color: #FFFFFF;
  position: relative;
  padding: 20px 30px;
  border-radius: 15px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.8em
}
.anshin-system .as_block02_01 .bubble::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -30px;
  border-style: solid;
  border-width: 15px 45px 15px 0;
  transform: rotate(15deg);
  border-color: transparent #022a48 transparent transparent;
}
/*吹き出し02*/
.anshin-system .as_block02_02 {
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: flex-end
}
.anshin-system .as_block02_02 img {
  margin-bottom: 30px
}
.anshin-system .as_block02_02 .bubble {
  position: relative;
  background: #fff;
  border: 2px solid #00223d;
  border-radius: 15px;
  padding: 20px;
  margin-right: 30px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 1.8em
}
.anshin-system .as_block02_02 .bubble::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 25px solid #fff;
  transform: skewY(-20deg);
  z-index: 1;
}
.anshin-system .as_block02_02 .bubble::before {
  content: "";
  position: absolute;
  top: 31px;
  right: -29px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 29px solid #00223d;
  transform: skewY(-20deg);
  z-index: 0;
}
.anshin-system .as_block02_03 img {
  max-width: 723px;
}
@media screen and (max-width: 750px) {
  .anshin-system .as_block02 {
    margin-bottom: 50px;
  }
  .anshin-system .as_block02 .title img {
    margin: -70px 0 20px 0
  }
  /*吹き出し01*/
  .anshin-system .as_block02_01 {
    grid-template-columns: 80px 1fr;
  }
  .anshin-system .as_block02_01 img {
    margin-bottom: 10px
  }
  .anshin-system .as_block02_01 .bubble {
    padding: 10px 15px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }
  .anshin-system .as_block02_01 .bubble::before {
    top: auto;
    bottom: 35px;
    left: -20px;
    z-index: -1
  }
  /*吹き出し02*/
  .anshin-system .as_block02_02 {
    grid-template-columns: 1fr 70px;
  }
  .anshin-system .as_block02_02 img {
    margin-bottom: 10px
  }
  .anshin-system .as_block02_02 .bubble {
    padding: 10px 15px;
    margin-right: 20px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.6em
  }
  .anshin-system .as_block02_02 .bubble::after {
    top: auto;
    bottom: 35px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #fff;
    transform: skewY(-20deg);
    z-index: 1;
  }
  .anshin-system .as_block02_02 .bubble::before {
    top: auto;
    bottom: 33px;
    right: -21px;
    border-top: 11px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 21px solid #00223d;
    transform: skewY(-20deg);
    z-index: 0;
  }
}
/*--ブロック03--------------------------*/
.anshin-system .as_block03 {
  background-color: #FFFFFF;
  margin-bottom: 80px;
  padding: 40px 20px 20px 20px;
  border-radius: 15px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
}
.anshin-system .as_block03 .title img {
  width: 585px;
  margin: -100px 0 50px 0
}
/*吹き出し01*/
.anshin-system .as_block03_01 {
  display: grid;
  grid-template-columns: 250px 1fr;
  margin-bottom: 0px;
  align-items: flex-end
}
.anshin-system .as_block03_01 img {
  margin-bottom: 30px
}
.anshin-system .as_block03_01 .bubble {
  background-color: #022a48;
  color: #FFFFFF;
  position: relative;
  padding: 20px 30px;
  border-radius: 10px;
  margin-left: 40px;
  font-size: 20px;
  line-height: 1.8em
}
.anshin-system .as_block03_01 .bubble::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -30px;
  border-style: solid;
  border-width: 15px 45px 15px 0;
  transform: rotate(15deg);
  border-color: transparent #022a48 transparent transparent;
}
/*吹き出し02*/
.anshin-system .as_block03_02 {
  display: grid;
  grid-template-columns: 1fr 170px;
  align-items: flex-end
}
.anshin-system .as_block03_02 img {
  margin-bottom: 30px
}
.anshin-system .as_block03_02 .bubble {
  position: relative;
  background: #fff;
  border: 2px solid #00223d;
  border-radius: 15px;
  padding: 20px;
  margin-right: 30px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 1.8em
}
.anshin-system .as_block03_02 .bubble::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -25px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 25px solid #fff;
  transform: skewY(-20deg);
  z-index: 1;
}
.anshin-system .as_block03_02 .bubble::before {
  content: "";
  position: absolute;
  top: 31px;
  right: -29px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 29px solid #00223d;
  transform: skewY(-20deg);
  z-index: 0;
}
.anshin-system .as_block03_03 img {
  max-width: 723px;
}
@media screen and (max-width: 750px) {
  .anshin-system .as_block03 {
    margin-bottom: 50px;
  }
  .anshin-system .as_block03 .title img {
    margin: -70px 0 20px 0
  }
  /*吹き出し01*/
  .anshin-system .as_block03_01 {
    grid-template-columns: 90px 1fr;
  }
  .anshin-system .as_block03_01 img {
    margin-bottom: 10px
  }
  .anshin-system .as_block03_01 .bubble {
    padding: 10px 15px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.6em;
  }
  .anshin-system .as_block03_01 .bubble::before {
    top: auto;
    bottom: 35px;
    left: -20px;
    z-index: -1
  }
  /*吹き出し02*/
  .anshin-system .as_block03_02 {
    grid-template-columns: 1fr 70px;
  }
  .anshin-system .as_block03_02 img {
    margin-bottom: 10px
  }
  .anshin-system .as_block03_02 .bubble {
    padding: 10px 15px;
    margin-right: 20px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.6em
  }
  .anshin-system .as_block03_02 .bubble::after {
    top: auto;
    bottom: 35px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #fff;
    transform: skewY(-20deg);
    z-index: 1;
  }
  .anshin-system .as_block03_02 .bubble::before {
    top: auto;
    bottom: 33px;
    right: -21px;
    border-top: 11px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 21px solid #00223d;
    transform: skewY(-20deg);
    z-index: 0;
  }
}
/*----------*/
.anshin-system .as_block04 {
  margin-bottom: 70px
}
.anshin-system .as_block04 h4 {
  font-size: 34px;
  margin-bottom: 20px
}
.anshin-system .as_block04 img {
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .anshin-system .as_block04 {
    margin-bottom: 40px
  }
  .anshin-system .as_block04 h4 {
    font-size: 18px;
    margin-bottom: 20px
  }
  .anshin-system .as_block04 img {
    padding: 0 30px
  }
}