@charset "utf-8";

/* common */

html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
img,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
select,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav {
  padding: 0;
  margin: 0;
  border: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #10f;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.5s;
}

.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.Responsive {
  width: 100%;
  max-width: 830px;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }

  .u-pc {
    display: block;
  }
}

/* END: common */

/* override */

.tingle-modal-box {
  max-width: 730px;
}

/* END: override */

/* Header */

.Header-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px 0;
}

.Header-content__lnk {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}

.Header-content__lnk:last-child {
  text-align: right;
}

.Header-content__lnk img {
  max-width: 209px;
}

@media screen and (min-width: 568px) {
  .Header-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .Header-content {
    padding: 15px 0;
  }

  .Header-content__lnk {
    font-size: 18px;
  }

  .Header-content__lnk img {
    max-width: 319px;
  }
}

/* END: Header */

/* Main */

.Main__ttl {
  position: relative;
  margin: 35px 0;
  font-size: 28px;
  text-align: center;
}

.Main__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 20%;
  height: 3px;
  content: '';
  background-color: #91b827;
  border-radius: 25px;
  transform: translate(-50%, 15px);
}

.Main__ttl--light {
  background: linear-gradient(
    0deg,
    rgba(251, 255, 138, 1) 25%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0) 59%,
    rgba(255, 255, 255, 0) 100%
  );
}

.Main__ttl--highlight {
  color: #91b827;
}

.Main-list {
  max-width: 420px;
  padding: 0 10px;
  margin: 0 auto;
}

.Main-list__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 11px;
}

.Main-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '\00203b';
}

@media screen and (min-width: 768px) {
  .Main__ttl {
    font-size: 32px;
  }

  .Main-list {
    max-width: 742px;
  }

  .Main-list__item {
    font-size: 14px;
  }
}

/* END: Main */

/* Banner */

.Banner {
  padding-bottom: 31px;
  background-color: #f2fae3;
}

.Banner-content {
  padding: 19px 0 16px;
}

.Banner__img {
  margin: 0 -15px;
}

.Banner__img,
.Banner-content__img {
  text-align: center;
}

.Banner-content__txt {
  max-width: 161px;
  padding: 5px 12px;
  margin: 0 auto;
  font-size: 13px;
  border: 1px solid #333;
  border-radius: 20px;
}

.Banner__txt {
  padding: 5px 14px 17px;
  font-size: 10px;
  text-indent: -15px;
}

.Banner-btn {
  position: relative;
  display: block;
  max-width: 300px;
  padding: 18px 23px 18px 45px;
  margin: 15px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #f76901;
  border: 1px solid #f76901;
  border-radius: 8px;
  box-shadow: 0 5px 0 #c15607;
}

.Banner-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 26px;
  content: '';
  background: url(/agent/product/life/img/ico_phone.svg) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(20px, -50%);
}

.Banner-btn__ttl {
  position: absolute;
  top: -13px;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 230px;
  padding: 0 5px;
  font-size: 12px;
  color: #f76901;
  text-align: center;
  background: #fff;
  border: 1px solid #f76901;
  border-radius: 24px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}

.Banner-btn__ttl::before,
.Banner-btn__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  content: '';
  border: 5px solid transparent;
  transform: translateX(-50%);
}

.Banner-btn__ttl::before {
  bottom: -14px;
  border-top: 8px solid #f76901;
}

.Banner-btn__ttl::after {
  bottom: -10px;
  border-top: 8px solid #fff;
}

.Banner-btn:focus,
.Banner-btn:active,
.Banner-btn:hover {
  color: #f76901;
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s;
}

.Banner-btn:focus .Banner-btn__ttl,
.Banner-btn:active .Banner-btn__ttl,
.Banner-btn:hover .Banner-btn__ttl {
  color: #fff;
  background-color: #f76901;
  transition: all 0.5s;
}

.Banner-btn:focus::before,
.Banner-btn:active::before,
.Banner-btn:hover::before {
  background: url(/agent/product/life/img/ico_phone_orange.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.Banner-btn:focus .Banner-btn__ttl::after,
.Banner-btn:active .Banner-btn__ttl::after,
.Banner-btn:hover .Banner-btn__ttl::after {
  opacity: 0;
}

.Banner-btn:focus .Banner-btn__ttl::before,
.Banner-btn:active .Banner-btn__ttl::before,
.Banner-btn:hover .Banner-btn__ttl::before {
  bottom: -13px;
  transition: all 0.5s;
}

@media screen and (min-width: 375px) {
  .Banner-btn {
    max-width: 330px;
  }
}

@media screen and (min-width: 568px) {
  .Banner-btn {
    max-width: 360px;
    padding: 20px 23px 20px 45px;
    font-size: 22px;
  }

  .Banner-btn::before {
    width: 21px;
    height: 29px;
  }

  .Banner-btn__ttl {
    top: -15px;
    max-width: 255px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .Banner {
    padding-bottom: 57px;
  }

  .Banner__txt {
    padding: 13px 0 27px;
    margin-left: 15px;
    font-size: 14px;
  }

  .Banner-content {
    padding: 31px 0;
  }

  .Banner-btn {
    max-width: 680px;
    padding: 24px 23px 24px 85px;
    margin: 35px auto 0;
    font-size: 45px;
  }

  .Banner-btn::before {
    width: 41px;
    height: 57px;
    transform: translate(40px, -50%);
  }

  .Banner-btn__ttl {
    top: -30px;
    max-width: 455px;
    padding: 2px 5px;
    font-size: 24px;
    font-weight: 500;
    border-width: 2px;
  }

  .Banner-btn__ttl::before,
  .Banner-btn__ttl::after {
    border: 12px solid transparent;
  }

  .Banner-btn__ttl::before {
    bottom: -28px;
    border-top: 16px solid #f76901;
  }

  .Banner-btn__ttl::after {
    bottom: -27px;
    border-top: 16px solid #fff;
  }

  .Banner-btn:focus .Banner-btn__ttl::before,
  .Banner-btn:active .Banner-btn__ttl::before,
  .Banner-btn:hover .Banner-btn__ttl::before {
    bottom: -30px;
  }
}

@media screen and (min-width: 769px) {
  .Banner__img {
    margin: 0;
  }
}

/* END: Banner */

/* Explain */

.Explain {
  display: none;
  flex-direction: column;
  padding-bottom: 30px;
  color: #333;
  text-align: center;
  background-color: #f2fae3;
}

.Explain__cap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
}

.Explain__cap--highlight {
  color: #8fa950;
}

.Explain__cap--no {
  margin-right: 5px;
  margin-bottom: -20px;
  font-size: 40px;
}

.Explain__ico {
  width: 48px;
  margin-bottom: -5px;
  margin-left: 7px;
}

.Explain__cap--underline {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #8fa950;
  text-decoration-skip-ink: none;
  text-underline-offset: 6px;
}

.Explain__ttl {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.Explain__desc {
  margin: 10px auto 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.Explain-note {
  width: fit-content;
  margin: 15px auto 0;
  font-size: 13px;
  text-align: left;
}

.Explain-note__item {
  position: relative;
  padding-left: 15px;
}

.Explain-note__item::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '※';
}

.Explain__player {
  width: 90%;
  height: 195px;
}

@media (min-width: 375px) {
  .Explain__player {
    height: 211px;
  }
}

@media (min-width: 768px) {
  .Explain {
    padding-bottom: 60px;
  }

  .Explain__player {
    width: 560px;
    height: 398px;
  }
}

/* END: Explain */

/* Point */

.Point-head {
  padding: 33px 0;
  background-color: #91b827;
}

.Point-head__ttl {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.Point-head__ttl--highlight {
  font-size: 25px;
  font-weight: bold;
  color: #f4f442;
}

.Point-head__ttl--num {
  font-size: 35px;
}

.Point-head-list-item {
  margin-bottom: 16px;
  overflow: hidden;
  background: #f5f8ef;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.Point-head-list-item-lnk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 82px;
  padding: 10px 20px;
  color: #333;
}

.Point-head-list-item-lnk:hover {
  opacity: 1;
}

.Point-head-list-item-lnk__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #91b827;
  border-radius: 50%;
}

.Point-head-list-item-lnk__desc {
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
}

.Point-head-list-item-lnk__desc--highlight {
  color: #92b729;
}

.Point-head-list-item-lnk::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 10px;
  content: '';
  background: url(/agent/product/life/img/ico_arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -50%);
}

.Point-head-list-item-lnk:hover .Point-head-list-item-lnk__desc {
  color: #333;
  transition: all 0.5s;
}

.Point-main {
  padding: 34px 0 47px;
  background-color: #f2fae3;
}

.Point-main-item {
  position: relative;
  padding: 60px 15px 0;
  margin-top: 85px;
  background: #fff;
  border: 2px solid #92b729;
  border-radius: 12px;
}

.Point-main-item:first-child {
  margin-top: 60px;
}

.Point-main-item__txt {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #91b827;
  border-radius: 50%;
  transform: translate(-50%, -50px);
}

.Point-main-item__txt--highlight {
  font-size: 39px;
  line-height: 0.8;
}

.Point-main-item__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.Point-main-item__ttl--highlight {
  color: #92b729;
}

.Point-main-item__img {
  margin: 18px 0 26px;
  text-align: center;
}

.Point-main-item__img img {
  margin: 0 auto;
}

.Point-main-item-msg {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  font-size: 10px;
}

.Point-main-item-msg__img {
  max-width: 75px;
}

.Point-main-item-msg__txt {
  position: relative;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  background: #e9f1d4;
  border-radius: 10px;
}

.Point-main-item-msg__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  border: 10px solid transparent;
  border-right: 20px solid #e9f1d4;
  transform: translate(-25px, -20%) rotate(-25deg);
}

.Point-main-item-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px;
  margin-top: 16px;
  background: #f5f8ef;
  border-radius: 6px;
}

.Point-main-item-stage__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 10px 8px;
  font-size: 11px;
  font-weight: bold;
  background: #ffd7ba;
  border-radius: 6px;
}

.Point-main-item-stage-desc {
  flex: 1;
  padding-left: 5px;
  font-size: 11px;
  font-weight: bold;
}

.Point-main-item-stage-desc__ttl--highlight {
  font-size: 13px;
  color: #87ab25;
}

.Point-main-item-stage-desc__note {
  font-size: 10px;
}

.Point-main-item-stage .Point-main-item__img {
  width: 100%;
}

.Point-main-item__lnk {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: 15px auto 25px;
  font-size: 10px;
  font-weight: 500;
  color: #333;
  border: 1px solid #8fb130;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.Point-main-item__lnk::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #8fb130;
  border-bottom: 0;
  border-left: 0;
  transform: translate(-15px, -50%) rotate(45deg);
}

.Point-main-item__lnk:hover {
  color: #333;
}

.Point-main-item__note {
  margin-top: 15px;
  font-size: 12px;
  text-align: left;
}

.Point-main-item__note--small {
  padding-left: 15px;
  margin: 10px auto -12px;
  font-size: 11px;
  text-indent: -15px;
}

.Point-main-item__img .Point-main-item__note--small {
  max-width: 500px;
  margin: 10px auto 0;
}

@media screen and (min-width: 414px) {
  .Point-main-item {
    padding: 77px 25px 0;
  }

  .Point-main-item__txt {
    width: 93px;
    height: 93px;
    font-size: 12px;
  }

  .Point-main-item__txt--highlight {
    font-size: 49px;
  }

  .Point-main-item__ttl {
    font-size: 22px;
  }

  .Point-main-item__img {
    margin: 28px 0 36px;
  }

  .Point-main-item-msg__txt,
  .Point-main-item__lnk {
    font-size: 13px;
  }

  .Point-main-item-stage-desc {
    font-size: 14px;
  }

  .Point-main-item-stage-desc__ttl--highlight {
    font-size: 16px;
  }

  .Point-main-item-stage__mark {
    width: 69px;
    height: 69px;
    font-size: 14px;
  }
}

@media screen and (min-width: 430px) {
  .Point-main-item-stage {
    padding: 15px;
  }

  .Point-main-item-stage-desc {
    padding-left: 15px;
  }

  .Point-main-item-stage__mark,
  .Point-main-item-stage-desc {
    font-size: 14px;
  }

  .Point-main-item-stage-desc__ttl--highlight {
    font-size: 16px;
  }

  .Point-main-item-stage-desc__note {
    font-size: 11px;
  }

  .Point-main-item__note {
    font-size: 15px;
  }

  .Point-main-item__note--small {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .Point-head {
    padding: 42px 0 39px;
  }

  .Point-head__ttl {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1;
  }

  .Point-head__ttl--highlight {
    font-size: 45px;
  }

  .Point-head__ttl--num {
    font-size: 71px;
  }

  .Point-head-list-item {
    border-radius: 12px;
  }

  .Point-head-list-item-lnk {
    min-height: 145px;
    padding: 11px 40px;
  }

  .Point-head-list-item-lnk:hover {
    background-color: #fff;
    opacity: 0.7;
  }

  .Point-head-list-item-lnk__txt {
    flex-direction: column;
    width: 95px;
    height: 95px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
  }

  .Point-head-list-item-lnk__txt--highlight {
    font-size: 48px;
    line-height: 45px;
  }

  .Point-head-list-item-lnk__desc {
    padding-left: 40px;
    font-size: 32px;
    line-height: 1.35;
  }

  .Point-head-list-item-lnk::after {
    right: 40px;
    width: 35px;
    height: 18px;
  }

  .Point-main-item {
    padding: 67px 35px 0;
    margin-top: 104px;
  }

  .Point-main-item-msg {
    max-width: 520px;
  }

  .Point-main-item__img {
    margin: 45px 0;
  }

  .Point-main-item-msg__img {
    max-width: 122px;
  }

  .Point-main-item-msg__txt {
    padding: 9px 16px 10px 25px;
    font-size: 19px;
    line-height: 1.2;
  }

  .Point-main-item__lnk {
    font-size: 20px;
  }

  .Point-main-item__lnk::after {
    width: 12px;
    height: 12px;
  }

  .Point-main-item:first-child {
    margin-top: 93px;
  }

  .Point-main-item__txt {
    width: 114px;
    height: 114px;
    font-size: 14px;
    transform: translate(-50%, -70px);
  }

  .Point-main-item__txt--highlight {
    font-size: 55px;
  }

  .Point-main-item__ttl {
    font-size: 35px;
  }

  .Point-main-item-stage {
    padding: 23px 22px;
    margin-bottom: 20px;
  }

  .Point-main-item-stage-desc {
    padding-left: 22px;
    font-size: 22px;
    line-height: 1.4;
  }

  .Point-main-item .Point-main-item-stage:nth-child(2) {
    margin-bottom: 24px;
  }

  .Point-main-item-stage-desc__ttl--highlight {
    font-size: 25px;
  }

  .Point-main-item-stage-desc__note {
    font-size: 14px;
  }

  .Point-main-item-stage__mark {
    width: 92px;
    height: 92px;
    font-size: 23px;
  }

  .Point-main-item__note {
    font-size: 19px;
  }

  .Point-main-item__note--small {
    font-size: 14px;
  }
}

/* END: Point */

/* Btn-plan */

.Btn-plan {
  width: 100%;
  max-width: 360px;
  padding-bottom: 5px;
  margin: 36px auto 0;
}

.Float .Btn-plan {
  margin: 12px auto;
}

.Float .Btn-plan-lnk {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-height: 50px;
  font-size: 20px;
}

.Btn-plan-lnk {
  position: relative;
  display: block;
  padding: 15px 22px 15px 17%;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #f76901;
  border: 1px solid #f76901;
  border-radius: 6px;
  box-shadow: 0 3px 0 #c15607;
}

.Btn-plan-lnk::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: translate(-15px, -50%) rotate(45deg);
}

.Btn-plan-lnk__txt {
  position: absolute;
  top: 50%;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 13px;
  color: #f76901;
  background: #fff;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.Btn-plan-lnk:focus,
.Btn-plan-lnk:active,
.Btn-plan-lnk:hover {
  color: #f76901;
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
}

.Btn-plan-lnk:focus::after,
.Btn-plan-lnk:active::after,
.Btn-plan-lnk:hover::after {
  border-color: #f76901;
  transition: all 0.5s;
}

.Btn-plan-lnk:focus .Btn-plan-lnk__txt,
.Btn-plan-lnk:active .Btn-plan-lnk__txt,
.Btn-plan-lnk:hover .Btn-plan-lnk__txt {
  color: #fff;
  background-color: #f76901;
  transition: all 0.5s;
}

.Btn-plan__ttl {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #f76901;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .Btn-plan__ttl {
    font-size: 13px;
  }
}

@media screen and (min-width: 430px) {
  .Btn-plan-lnk {
    margin: 0;
    font-size: 26px;
  }

  .Btn-plan-lnk__txt {
    left: 5%;
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .Btn-plan-lnk::after {
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-bottom: 0;
    border-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .Btn-plan {
    max-width: 680px;
  }

  .Float .Btn-plan {
    max-width: 560px;
    margin: 12px auto;
  }

  .Float .Btn-plan-lnk {
    max-height: 65px;
    font-size: 28px;
  }

  .Float .Btn-plan-lnk__txt {
    width: 46px;
    height: 46px;
    font-size: 14px;
  }

  .Btn-plan-lnk {
    padding-right: 37px;
    font-size: 46px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 5px 0 #c15607;
  }

  .Btn-plan-lnk__txt {
    left: 5%;
    width: 80px;
    height: 80px;
    font-size: 29px;
    font-weight: 500;
  }

  .Btn-plan-lnk::after {
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    border-bottom: 0;
    border-left: 0;
    transform: translate(-25px, -50%) rotate(45deg);
  }

  .Btn-plan__ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* END: Btn-plan */

/* Insurance */

.Insurance {
  padding: 35px 0 0;
  background-color: #fff;
}

.Insurance-partner {
  width: auto;
  max-width: 380px;
  margin: 0 10px;
  border: 1px solid #f76901;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.Insurance-partner__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  background: url(/agent/product/life/img/insurance_bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 12px 12px 0 0;
}

.Insurance-partner-content__txt {
  padding: 10px;
  font-size: 13px;
}

.Insurance-partner-content__lnk {
  display: block;
  padding: 10px;
  margin-top: 10px;
  color: #096fc8;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

@media screen and (min-width: 414px) {
  .Insurance-partner {
    width: 100%;
    margin: 0 auto;
  }

  .Insurance-partner__ttl {
    height: 110px;
    font-size: 18px;
  }

  .Insurance-partner-content__txt {
    padding: 15px;
    font-size: 15px;
  }

  .Insurance-partner-content__lnk {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .Insurance-partner {
    max-width: 620px;
  }

  .Insurance-partner__ttl {
    height: 180px;
    font-size: 25px;
  }

  .Insurance-partner-content__txt {
    padding: 20px;
    font-size: 19px;
  }

  .Insurance-partner-content__lnk {
    max-width: 380px;
    margin: 10px auto 35px;
    font-size: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  }
}

/* END: Insurance */

/* Product */

.Product {
  padding: 35px 0;
}

.Product-content__ttl {
  position: relative;
  z-index: 1 /* root: Product-content__ttl::after */;
  padding: 10px 5px;
  margin: 0 -15px 60px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #92b729;
}

.Product-content__ttl::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  content: '';
  background: url(/agent/product/life/img/ico_arrow_top.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, 8vw);
}

.Product-content-item {
  position: relative;
  margin-bottom: 8px;
}

.Product-content-item__ttl {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #f76901;
  text-align: center;
}

.Product-content-item--cancer .Product-content-item__ttl {
  color: #f93828;
}

.Product-content-item__img {
  display: block;
  text-align: center;
}

.Product-content-item__img img {
  margin: 0 auto;
}

@media screen and (min-width: 568px) {
  .Product-content__ttl {
    margin-bottom: 73px;
  }
}

@media screen and (min-width: 768px) {
  .Product-content {
    padding-bottom: 30px;
    border: 2px solid #92b729;
  }

  .Product-content__ttl {
    padding: 35px 5px 0;
    margin: 0 0 93px;
    font-size: 33px;
  }

  .Product-content__ttl::after {
    transform: translate(0, 56px);
  }

  .Product-content-item {
    padding: 0 15px;
  }

  .Product-content-item__ttl {
    font-size: 21px;
  }
}

/* END: Product */

/* Application */

.Application {
  padding: 35px 0;
  background: #f8f8f8;
}

.Application__ttl {
  margin: 0 0 35px;
  font-size: 28px;
  text-align: center;
}

.Application-content {
  padding: 0 15px;
  counter-reset: section;
}

.Application-content-item {
  position: relative;
  max-width: 316px;
  margin: 0 auto 30px;
  text-align: center;
}

.Application-content-item:last-child {
  margin-bottom: 0;
}

.Application-content-item::before,
.Application-content-item::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  content: '';
}

.Application-content-item::before {
  border: 28px solid transparent;
  border-top: 28px solid #c6c6c6;
  transform: translate(50%, 100%);
}

.Application-content-item::after {
  border: 28px solid transparent;
  border-top: 28px solid #fff;
  transform: translate(50%, 94%);
}

.Application-content-item:last-child::before,
.Application-content-item:last-child::after {
  content: none;
}

.Application-content-item__head {
  position: relative;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #8fb130;
  border-radius: 6px 6px 0 0;
}

.Application-content-item:first-child .Application-content-item__head {
  background: #566a1d;
}

.Application-content-item__head::before,
.Application-content-item__head::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  transform: translate(20px, -50%);
}

.Application-content-item__head::before {
  background-color: #fff;
  border-radius: 50%;
}

.Application-content-item__head::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8fb130;
  content: counter(section);
  counter-increment: section;
}

.Application-content-item:first-child .Application-content-item__head::after {
  color: #566a1d;
}

.Application-content-item-main {
  padding: 20px 10px;
  background: #fff;
  border: 2px solid #c6c6c6;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.Application-content-item-main__ttl {
  margin: 15px 0;
  font-size: 17px;
  font-weight: bold;
}

.Application-content-item-main__txt {
  font-size: 14px;
}

.Application-content-item-main__note {
  position: relative;
  padding: 10px 10px 10px 30px;
  margin-top: 15px;
  font-size: 11px;
  text-align: left;
  background: #fff4f6;
  border: 1px solid #f03;
  border-radius: 3px;
}

.Application-content-item-main__note::before {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(/agent/product/life/img/ico_warrning.svg) no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .Application-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
  }

  .Application-content-item {
    width: 31%;
    max-width: 255px;
    max-height: 350px;
  }

  .Application-content-item::before,
  .Application-content-item::after {
    right: 0;
    bottom: 50%;
    z-index: 1 /* root: Application-content-item */;
    transform: translate(0, 75%) rotate(-90deg);
  }

  .Application-content-item::before {
    transform: translate(55px, 75%) rotate(-90deg);
  }

  .Application-content-item::after {
    transform: translate(52px, 75%) rotate(-90deg);
  }

  .Application-content-item__head {
    font-size: 19px;
  }

  .Application-content-item__head::before,
  .Application-content-item__head::after {
    transform: translate(15px, -50%);
  }

  .Application-content-item-main {
    height: 100%;
  }

  .Application-content-item-main__ttl {
    font-size: 22px;
  }

  .Application-content-item-main__txt {
    font-size: 17px;
  }

  .Application-content-item-main__note {
    font-size: 12px;
  }

  .Application-content-item-main__img img {
    width: 68px;
    height: 55px;
  }
}

/* END: Application */

/* Reason */

.Reason {
  padding: 0 10px;
  background: #fff;
}

.Reason-content {
  max-width: 640px;
  margin: 0 auto;
}

.Reason-content__msg {
  position: relative;
  max-width: 301px;
  padding: 8px;
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #87ab25;
  border-radius: 8px;
}

.Reason-content__msg::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: '';
  border: 10px solid transparent;
  border-top: 12px solid #87ab25;
  transform: translate(-50%, 21px);
}

.Reason__caption {
  padding-top: 25px;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0;
}

.Reason__caption--highlight {
  color: #8fb130;
}

.Reason__amount {
  width: fit-content;
  padding: 5px 0 10px;
  margin: 20px auto 0;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1.5px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.Reason__amount--highlight {
  color: #8fb130;
}

.Reason__amount--highlight strong {
  font-size: 150%;
}

.Reason__img {
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 414px) {
  .Reason__caption {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.5px;
  }

  .Reason__amount {
    padding: 0 0 10px;
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.Reason__img img {
  margin: 0 auto;
}

.Reason-more {
  position: relative;
  width: 95%;
  margin: 30px auto 27px;
  text-align: center;
  border-top: 1px solid #87ab25;
}

.Reason-more__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 134px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  background: #fefae6;
  border: 1px solid #87ab25;
  border-radius: 32px;
  transform: translate(-50%, -50%);
}

.Reason-more__txt::before,
.Reason-more__txt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
}

.Reason-more__txt::before {
  border: 6px solid transparent;
  border-top: 10px solid #87ab25;
  transform: translate(-50%, 100%);
}

.Reason-more__txt::after {
  border: 6px solid transparent;
  border-top: 10px solid #fefae6;
  transform: translate(-50%, 90%);
}

.Reason-save {
  padding: 0 0 35px;
  text-align: center;
}

.Reason-save__ttl {
  display: inline-block;
  margin: 0 auto 15px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  background: linear-gradient(
    0deg,
    rgba(244, 244, 66, 1) 25%,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0) 100%
  );
}

.Reason-save__ttl--highlight {
  color: #87ab25;
}

.Reason-save__ttl--num {
  font-size: 25px;
}

.Reason-save .Main-list {
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 414px) {
  .Reason-save__ttl {
    font-size: 21px;
    letter-spacing: 0;
  }

  .Reason-save__ttl--num {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) {
  .Reason-content__msg {
    max-width: 640px;
    font-size: 28px;
  }

  .Reason-content__txt {
    font-size: 19px;
  }

  .Reason-more {
    width: 85%;
  }

  .Reason-more__txt {
    width: 207px;
    font-size: 18px;
  }

  .Reason-more__txt::after {
    transform: translate(-50%, 85%);
  }

  .Reason-save {
    max-width: 85%;
    margin: 0 auto;
  }

  .Reason-save__ttl {
    font-size: 30px;
  }

  .Reason-save__ttl--num {
    font-size: 46px;
  }

  .Reason-save .Main-list {
    max-width: 528px;
    margin: 0 auto;
  }
}

/* END: Reason */

/* Rated */

.Rated {
  padding: 35px 0 20px;
  text-align: center;
  background-color: #f2fae3;
}

.Rated__ttl {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.Rated__ttl::before,
.Rated__ttl::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 80%;
  content: '';
  background: #333;
}

.Rated__ttl::before {
  left: 0;
  transform: translate(0, -50%) rotate(-25deg);
}

.Rated__ttl::after {
  right: 0;
  transform: translate(0, -50%) rotate(25deg);
}

.Rated-list-item {
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}

.Rated-list-item__ttl {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}

.Rated-list-item__ttl--small {
  font-size: 12px;
}

.Rated-list-item__ttl--highlight {
  color: #8db54b;
}

.Rated-list-item__ttl--num {
  font-size: 30px;
  line-height: 1;
}

.Rated-list-item__note {
  font-size: 10px;
  text-align: center;
}

.Rated-list-item-content {
  margin-top: 25px;
}

.Rated-list-item__txt {
  flex: 1;
  font-size: 13px;
  text-align: left;
}

.Rated__img {
  margin-bottom: 15px;
  text-align: center;
}

.Rated__img img {
  margin: 0 auto;
}

@media screen and (min-width: 375px) {
  .Rated__ttl {
    padding: 0 18px;
    font-size: 20px;
  }

  .Rated-list-item__ttl {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .Rated__ttl {
    padding: 0 30px;
    font-size: 30px;
  }

  .Rated-list {
    display: flex;
    justify-content: space-between;
    max-width: 640px;
    margin: 10px auto;
  }

  .Rated-list-item {
    width: 100%;
    max-width: 310px;
  }

  .Rated-list-item__ttl {
    font-size: 27px;
  }

  .Rated-list-item__ttl--small {
    font-size: 16px;
  }

  .Rated-list-item__ttl--num {
    font-size: 38px;
  }

  .Rated-list--support .Rated-list-item {
    max-width: 100%;
    padding: 35px 35px 20px;
  }

  .Rated-list-item-content {
    display: flex;
    align-items: center;
  }

  .Rated-list--support .Rated__img {
    width: 100%;
    max-width: 174px;
    margin: 0 15px 0 0;
  }

  .Rated-list-item__txt {
    width: auto;
    font-size: 16px;
  }
}

/* END: Rated */

/* Example */

.Example {
  padding: 32px 0 45px;
  margin-top: 45px;
  background-color: #f2f2f2;
}

.Example-box {
  padding: 27px 20px 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.Example-box + .Example-box {
  margin-top: 24px;
}

.Example-box__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.Example-box__ttl img {
  margin-right: 11px;
}

.Example-box__txt {
  margin-bottom: 5px;
  font-size: 16px;
}

.Example-box-content {
  margin-top: 15px;
}

.Example-box-content__ttl {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
}

.Example-box-content-list {
  padding-left: 20px;
  font-size: 16px;
  list-style: disc;
}

.Example-box-content-list__item {
  margin-top: 5px;
}

.Example-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 46px;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border: 1px solid #81e0c3;
  border-radius: 23px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}

.Example-box__btn:hover {
  color: #333;
}

.Example-box__btn img {
  margin-right: 9px;
}

@media screen and (min-width: 768px) {
  .Example {
    padding: 40px 0 48px;
    margin-top: 50px;
  }

  .Example-box {
    padding: 24px 30px 35px;
  }

  .Example-box__ttl {
    font-size: 24px;
  }

  .Example-box__ttl img {
    width: 30px;
    height: 30px;
  }

  .Example-box__btn {
    max-width: 454px;
    height: 56px;
    font-size: 26px;
    border-radius: 32px;
  }
}

/* END: Example */

/* Footer */

.Footer {
  padding: 30px 0 10px;
  margin-bottom: 79px;
  background-color: #92b729;
}

.Footer-content-box {
  padding: 20px 24px 25px;
  margin-bottom: 17px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}

.Footer-content-box__ttl {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.Footer-content-box__phone {
  display: block;
  margin-bottom: 16px;
}

.Footer-content-box__note {
  display: block;
  font-size: 10px;
  color: #777;
  text-align: left;
}

.Footer-content-box__company {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.Footer-content-box__address {
  font-size: 11px;
}

.Footer-policy {
  margin-bottom: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.Footer-policy__num {
  display: block;
  margin-bottom: 20px;
}

.Footer-policy-list {
  display: flex;
  justify-content: center;
}

.Footer-policy-list-item {
  position: relative;
  padding: 0 16px;
  line-height: 1;
}

.Footer-policy-list-item:first-child {
  padding: 0 16px 0 0;
}

.Footer-policy-list-item + .Footer-policy-list-item {
  border-left: 1px solid #fff;
}

.Footer-policy-list-item__lnk,
.Footer-policy-list-item__lnk:hover,
.Footer-policy-list-item__lnk:focus {
  color: #fff;
}

.Footer__cr {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 414px) {
  .Footer-content-box__ttl {
    font-size: 20px;
  }

  .Footer-content-box__company {
    font-size: 24px;
  }

  .Footer-content-box__address {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .Footer {
    padding: 40px 0 60px;
    margin-bottom: 94px;
  }

  .Footer-content {
    display: flex;
    justify-content: space-between;
  }

  .Footer-content-box {
    width: calc(50% - 10px);
    margin-bottom: 26px;
  }

  .Footer-content-box__phone {
    pointer-events: none;
  }

  .Footer-content-box__company {
    font-size: 22px;
  }

  .Footer-content-box__note {
    font-size: 11px;
  }

  .Footer-content-box__address {
    font-size: 12px;
  }

  .Footer-policy {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1;
  }

  .Footer-policy__num {
    margin: 0;
  }

  .Footer__cr {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .Footer-content-box__note {
    font-size: 12px;
  }

  .Footer-content-box__address {
    font-size: 13px;
  }
}

/* END: Footer */

/* Float */

.Float {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* root: body */
  background: #fff;
  box-shadow: 0 0 10px 2px #999;
  transition: transform 0.3s ease-in-out 0s;
  transform: translateY(110%);
}

.Float--visible {
  transform: translateY(0);
}

/* END: Float */

/* SMCC */

.SMCC-header-content__lnk img {
  max-width: 242px;
  height: auto;
}

.SMCC-header-content__txt {
  padding-bottom: 8px;
  font-size: 11px;
}

.SMCC-description {
  max-width: 330px;
  margin: 28px auto 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .SMCC-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .SMCC-header-content__lnk {
    font-size: 18px;
  }

  .SMCC-header-content__lnk img {
    max-width: 319px;
  }

  .SMCC-header-content__txt {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .SMCC-description {
    max-width: 570px;
    font-size: 16px;
  }
}

/* END: SMCC */
