@charset "utf-8";

/* override */

.u-pc {
  display: none;
}

.u-sp {
  display: block;
}

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

  .u-sp {
    display: none;
  }
}

/* common */

html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  color: #333;
}

body {
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  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;
  line-height: 1.4;
  vertical-align: baseline;
  border: 0;
}

figure,
p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  font-size: 0;
  vertical-align: bottom;
}

a:hover,
a:link,
a:visited {
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style-type: none;
}

.Responsive {
  padding: 0 15px;
  margin: 0 auto;
}

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

/* END: common */

/* Header */
.Header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.Header-wrapper__logo {
  flex: 1;
  margin-right: 30px;
}

.Header-wrapper-contact {
  flex: 2;
}

.Header-wrapper-contact__img {
  margin-left: auto;
}

.Header-wrapper-contact__txt {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .Header-wrapper__logo {
    flex: 1.2;
    margin-right: 10px;
  }

  .Header-wrapper-contact {
    flex: 1;
  }

  .Header-wrapper-contact__img {
    margin: auto;
  }

  .Header-wrapper-plan,
  .Header-wrapper-plan:link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 256px;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    background-color: #f9681b;
    border-radius: 99px;
    box-shadow: rgb(201 86 24) 0 3px 1px 1px;
  }

  .Header-wrapper-plan img {
    max-width: 30px;
    margin-right: 15px;
  }

  .Header-wrapper-plan__txt {
    font-size: 21px;
    color: #fff;
    white-space: nowrap;
  }
}

/* END: Header */

/* Hero */

.Hero {
  padding-top: 30px;
  background-image: url(/agent/product/disability/img/hero_img_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Hero-wrapper-info-disability__txt {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.Hero-wrapper-info-disability__img {
  text-align: center;
}

.Hero-wrapper-info-disability__img img {
  max-width: 100%;
  object-fit: contain;
  max-height: 111px;
}

.Hero-wrapper-info-list {
  display: flex;
  margin-top: 60%;
  margin-bottom: 30px;
}

.Hero-wrapper-info-list-item {
  width: 30%;
  height: 0;
  padding-top: 10%;
  padding-bottom: 20%;
  margin-right: 3%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  color: #3159b7;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.Hero-wrapper-info-list-item__txt span {
  background: linear-gradient(
    180deg,
    rgba(255, 237, 95, 0) 40%,
    rgba(255, 237, 95, 1) 40%
  );
}

.Hero-wrapper-info-list-item__txt span::before {
  content: '';
}

.Hero-wrapper-info-list-item__txt--long {
  margin-top: -8px;
}

.Hero-wrapper-info-list-item:last-child {
  margin-right: 0;
}

.Hero-wrapper-info__note {
  padding: 15px 0;
  font-size: 12px;
  text-align: left;
}

.Hero-wrapper__img img:first-child {
  max-height: 105px;
}

@media screen and (min-width: 360px) {
  .Hero-wrapper-info-list-item {
    font-size: 12px;
  }
}

@media screen and (min-width: 576px) {
  .Hero-wrapper-info-list-item {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .Hero {
    padding-top: 54px;
    background-image: url(/agent/product/disability/img/hero_img_bg_pc.png);
  }

  .Hero-wrapper-info-disability__img {
    margin-bottom: 45px;
    text-align: left;
  }

  .Hero-wrapper-info-disability__img img {
    max-width: 100%;
  }

  .Hero-wrapper-info-disability__txt {
    font-size: 31px;
    text-align: left;
  }

  .Hero-wapper {
    display: flex;
  }

  .Hero-wrapper-info-list {
    margin: 25px 0;
  }

  .Hero-wrapper-info-disability {
    display: flex;
    flex-direction: column-reverse;
  }

  .Hero-wrapper-info-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 154px;
    padding: 0;
    font-size: 16px;
  }

  .Hero-wrapper__img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 465px;
  }
}

@media screen and (min-width: 769px) {
  .Hero-wrapper__img img:first-child {
    max-height: unset;
  }
}

/* END: Hero */

/* Example */
.Example {
  padding: 10px 0;
  color: #fff;
  background-color: #1d59be;
}

.Example-wrapper-ttl {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}

.Example-wrapper-list {
  display: flex;
  margin-bottom: 10px;
}

.Example-wrapper-list-item {
  flex: 1;
  margin: 0 5px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
}

.Example-wrapper-list-item__ttl {
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  background-color: #1faed9;
}

.Example-wrapper-list-item__ttl--women {
  background-color: #df2f87;
}

.Example-wrapper-list-item__txt {
  padding: 10px 0;
  font-size: 20px;
  color: #f9681b;
  text-align: center;
  background-color: #fff;
}

.Example-wrapper-list-item__txt span {
  font-size: 150%;
  font-weight: bold;
}

.Example-wrapper__txt {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .Example {
    padding: 13px 0;
  }

  .Example-wrapper {
    position: relative;
    padding-left: 70px;
  }

  .Example-wrapper-ttl {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 170px;
    padding: 5px;
    margin-bottom: 0;
    background: #3159b7;
    border: 1px solid #fff;
  }

  .Example-wrapper-ttl::before {
    position: absolute;
    top: -3px;
    left: 100%;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 87px 0 87px 20px;
  }

  .Example-wrapper-ttl::after {
    position: absolute;
    top: -2px;
    left: 98%;
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #3159b7;
    border-style: solid;
    border-width: 87px 0 87px 20px;
  }

  .Example-wrapper-list-item {
    display: flex;
    margin-right: 16px;
    border-width: 2px;
  }

  .Example-wrapper-list-item:last-child {
    margin-right: 0;
  }

  .Example-wrapper-list-item__ttl {
    flex: 1;
    font-size: 32px;
  }

  .Example-wrapper-list-item__txt {
    flex: 4;
    font-size: 36px;
  }

  .Example-wrapper__txt {
    font-size: 22px;
    text-align: left;
  }
}

/* END: Example */

/* About */
.About {
  padding-top: 15px;
  background-color: #f4f9fd;
}

.About-wrapper-content__txt {
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .About {
    padding-top: 100px;
  }

  .About-wrapper {
    display: flex;
  }

  .About-wrapper-content__txt {
    font-size: 24px;
  }

  .About-wrapper__img {
    flex: 1.5;
  }

  .About-wrapper__img img {
    margin-left: auto;
  }

  .About-wrapper-content {
    flex: 1;
  }
}

/* END: About */

/* Introduce */

.Introduce-ttl {
  position: relative;
  z-index: 1; /* root: .Introduce-content */
  padding: 0 0 15px;
  background-color: #b2c7cd;
}

.Introduce-ttl::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  border-color: #b2c7cd transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  transform: translate(-50%, 0);
}

.Introduce-ttl__img {
  position: relative;
  top: -30px;
  left: 50%;
  max-width: 80%;
  margin: 0 auto;
  transform: translate(-50%, 0);
}

.Introduce-ttl__txt {
  margin-top: -30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.Introduce-content {
  position: relative;
  padding: 35px 0 15px;
  font-size: 14px;
  text-align: center;
  background-color: #fbffee;
}

.Introduce-content::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  border-color: #fbffee transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0;
  transform: translate(-50%, 0);
}

.Introduce-content__ttl {
  padding: 10px 0;
  font-size: 14px;
  color: #3f5d26;
  background-color: #fff;
  border-top: 2px solid #465c2d;
  border-bottom: 2px solid #465c2d;
}

.Introduce-content__ttl span {
  font-size: 120%;
  font-weight: bold;
  color: #9ac33f;
}

.Introduce-content-body {
  padding: 20px 0;
}

.Introduce-content-body__img {
  margin-bottom: 20px;
  text-align: center;
}

.Introduce-content-body__img-sp {
  max-width: 80%;
}

.Introduce-content-body__img figcaption {
  margin-top: 10px;
  font-size: 12px;
}

.Introduce-content-body__txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.Introduce-footer {
  padding: 25px 0;
  background-color: #1d59be;
}

.Introduce-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.Introduce-footer-wrapper__img {
  max-width: 30%;
}

.Introduce-footer-wrapper__txt {
  font-size: 14px;
  color: #fff;
}

.Introduce-footer-wrapper__txt span {
  font-size: 150%;
  color: #ffed5f;
}

@media screen and (min-width: 576px) {
  .Introduce-ttl__img {
    max-width: 50%;
  }

  .Introduce-footer-wrapper__img img {
    max-height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .Introduce-ttl {
    padding-bottom: 40px;
  }

  .Introduce-ttl::after {
    border-width: 30px 30px 0;
  }

  .Introduce-ttl__img {
    top: -150px;
  }

  .Introduce-ttl__txt {
    margin-top: -150px;
    font-size: 35px;
  }

  .Introduce-content {
    padding: 100px 0 0;
  }

  .Introduce-content__ttl {
    padding: 22px 0;
    font-size: 35px;
  }

  .Introduce-content-body {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 45px 0 100px;
  }

  .Introduce-content-body__txt {
    flex: 1;
    font-size: 30px;
    line-height: 42px;
    text-align: left;
  }

  .Introduce-content-body__img {
    flex: 1.3;
    text-align: right;
  }

  .Introduce-content-body__img-sp {
    max-width: 100%;
  }

  .Introduce-content::before {
    border-width: 30px 30px 0;
  }

  .Introduce-content-body__img figcaption {
    font-size: 16px;
  }

  .Introduce-footer {
    padding-bottom: 0;
  }

  .Introduce-footer-wrapper {
    padding: 0 20px 45px;
  }

  .Introduce-footer-wrapper__txt {
    font-size: 35px;
  }

  .Introduce-footer-wrapper__img img {
    max-height: inherit;
    margin-bottom: -30px;
  }
}

/* END: Introduce */

/* Plan */
.Plan {
  padding: 20px 0;
  background-color: #fbffed;
}

.Plan-btn {
  margin-bottom: 20px;
}

.Plan-btn-ttl {
  margin-bottom: 15px;
  text-align: center;
}

.Plan-btn-ttl__txt {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #f9681b;
}

.Plan-btn-ttl__txt::before,
.Plan-btn-ttl__txt::after {
  position: absolute;
  width: 10px;
  height: 20px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
}

.Plan-btn-ttl__txt::before {
  left: -10px;
  background-image: url(/agent/product/disability/img/plan_ico_before.png);
}

.Plan-btn-ttl__txt::after {
  right: -10px;
  background-image: url(/agent/product/disability/img/plan_ico_after.png);
}

.Plan-btn-link,
.Plan-btn-link:link,
.Plan-btn-link:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 8%;
  color: #fff;
  text-decoration: none;
  background-color: #f9681b;
  border-radius: 5px;
  box-shadow: rgb(201 86 24) 0 3px 1px 1px;
}

.Plan-btn-link__img {
  max-width: 15%;
  margin-right: 15px;
}

.Plan-btn-link__txt {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.Plan-wrapper__img img {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .Plan {
    padding: 72px 0;
    background-color: #fff;
  }

  .Plan-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .Plan-btn {
    flex: 1.5;
    max-width: 628px;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .Plan-btn--fixed {
    flex: none;
    width: 628px;
  }

  .Plan-btn-ttl__txt {
    font-size: 26px;
    font-weight: bold;
  }

  .Plan-btn-ttl__txt::before,
  .Plan-btn-ttl__txt::after {
    content: none;
  }

  .Plan-wrapper__img {
    flex: 1;
  }

  .Plan-btn-link {
    border-radius: 10px;
    box-shadow: rgb(201 86 24) 0 6px 0 0;
  }

  .Plan-btn-link__txt {
    font-size: 41px;
  }
}

/* END: Plan */

/* Feature */
.Feature {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #f4f9fd;
  border-top: 2px solid #1d59be;
}

.Feature-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.Feature-ttl-mark {
  flex: 1;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  background-image: url(/agent/product/disability/img/feature_img_mark.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.Feature-ttl-mark__txt {
  font-size: 14px;
}

.Feature-ttl-mark__num {
  display: block;
  font-size: 30px;
}

.Feature-ttl__txt {
  flex: 4;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #1d59be;
}

.Feature-flow {
  padding: 20px 10px;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #b2c7ce;
  border-radius: 5px;
}

.Feature-flow__ttl {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
}

.Feature-flow-list-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dotted #707070;
}

.Feature-flow-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.Feature-flow-list-item__ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.Feature-flow-list-item__txt {
  margin-bottom: 10px;
  font-size: 14px;
}

.Feature-flow-list-item__txt--around-img {
  padding-right: 30%;
}

.Feature-flow-list-item__txt span {
  color: #db0000;
}

.Feature-flow-list-item img {
  position: absolute;
  top: 10px;
  right: 0;
  max-width: 25%;
  max-height: 90px;
}

.Feature-flow-list-item__txt--note {
  position: relative;
  padding-left: 20px;
  color: #fc0000;
}

.Feature-flow-list-item__txt--note::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  background-image: url(/agent/product/disability/img/info_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.Feature-item {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #1d59be;
  border-radius: 5px;
}

.Feature-item--return {
  position: relative;
  margin-top: 80px;
}

.Feature-item__note {
  position: absolute;
  top: -30px;
  right: 0;
  padding-left: 15px;
  font-size: 8px;
}

.Feature-item__note::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '\00203b';
}

.Feature-item-attention {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  font-size: 8px;
  font-weight: bold;
  background-color: #ffed5f;
  border: 1px solid #0e5db2;
  border-radius: 25px;
}

.Feature-item-attention::before {
  position: absolute;
  top: 21px;
  left: 65px;
  content: '';
  border-color: #0e5db2 transparent;
  border-style: solid;
  border-width: 18px 0 0 18px;
}

.Feature-item-attention::after {
  position: absolute;
  top: 20px;
  left: 65px;
  content: '';
  border-color: #ffed5f transparent;
  border-style: solid;
  border-width: 17px 0 0 17px;
}

.Feature-item__ttl {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #1d59be;
  border-radius: 3px 3px 0 0;
}

.Feature-item--return .Feature-item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Feature-item__ttl--mark {
  padding: 3px 5px;
  margin-left: 25px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #fff;
  border-radius: 5px;
}

.Feature-item-body {
  padding: 20px 10px;
}

.Feature-item-body__ttl {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #1d59be;
  text-align: center;
}

.Feature-item-body__ttl--benefit {
  color: #f9681b;
}

.Feature-item-body__txt {
  margin-bottom: 15px;
  font-size: 14px;
}

.Feature-item-body__img {
  margin-bottom: 15px;
  text-align: center;
}

.Feature-item-body__txt--bold {
  font-weight: bold;
  color: #416985;
  text-align: center;
}

.Feature-note {
  position: relative;
  padding-left: 25%;
  margin-bottom: 20px;
}

.Feature-note__img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; /* root: .Feature-note-content */
  width: 28%;
  text-align: right;
}

.Feature-note__img img {
  max-height: 115px;
}

.Feature-note-content {
  position: relative;
  min-height: 115px;
  padding: 10px 10px 20px;
  background-color: #fff;
  border: 1px solid #b2c7ce;
  border-radius: 5px;
}

.Feature-note-content::before {
  position: absolute;
  top: 51px;
  left: -20px;
  content: '';
  border-color: #b2c7ce transparent;
  border-style: solid;
  border-width: 0 0 20px 20px;
}

.Feature-note-content::after {
  position: absolute;
  top: 50px;
  left: -18px;
  content: '';
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 0 20px 20px;
}

.Feature-note-content__txt {
  font-size: 12px;
}

.Feature-note-content__txt--highlight {
  color: #db0000;
}

.Feature-example {
  padding: 15px;
  border: 1px solid #1d59be;
  border-radius: 5px;
}

.Feature-example__ttl {
  padding-bottom: 10px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
}

.Feature-example__txt {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.Feature-example__txt .num {
  margin-left: 5px;
  font-size: 200%;
  color: #416985;
}

.Feature-example__txt--highlight {
  color: #416985;
}

.Feature-example-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}

.Feature-example-list-item {
  flex: 1;
  margin: 3px;
  text-align: center;
  border: 1px solid #1d59be;
  border-radius: 5px;
}

.Feature-example-list-item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  min-height: 50px;
  padding: 10px 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1d59be;
}

.Feature-example-list-item-body {
  padding: 10px;
}

.Feature-example-list-item-body__txt {
  font-size: 14px;
}

.Feature-example-list-item-body__txt span {
  display: inline-block;
}

.Feature-example-list-item-body__txt .num {
  font-size: 150%;
  font-weight: bold;
  color: #416985;
}

.Feature-example-list-item-body__txt--highlight {
  color: #416985;
}

.Feature-example__note {
  font-size: 14px;
  text-align: center;
}

.Feature__txt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.Feature-item-body-box {
  padding: 15px 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #f4f9fd;
  border: 1px solid #0e5db2;
}

.Feature-item-body-box__txt {
  font-size: 15px;
  font-weight: bold;
}

.Feature-item-body-box__txt span {
  font-size: 200%;
  line-height: 1;
}

.Feature-item-body-box__sub {
  font-size: 13px;
}

.Feature-check {
  padding: 15px;
  background-color: #faf8f8;
  border: 1px solid #a2a2a2;
  border-radius: 5px;
}

.Feature-check__ttl {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #db0000;
}

.Feature-check__ttl::after,
.Feature-check__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

.Feature-check__ttl::before {
  width: 20px;
  height: 20px;
  background: #db0000;
  border-radius: 50%;
}

.Feature-check__ttl::after {
  width: 8px;
  height: 10px;
  margin: 4px 0 0 6px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(37deg);
}

.Feature-check__item {
  margin-top: 20px;
  margin-bottom: 10px;
}

.Feature-check__item--content {
  position: relative;
  padding-left: 15px;
  margin-top: 0;
}

.Feature-check__item--content::before {
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 25px;
  line-height: 1;
  content: '.';
}

.Feature-guarantee {
  padding: 0 20px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 5px;
}

.Feature-guarantee-ttl {
  margin-left: -10px;
}

.Feature-guarantee-ttl__txt {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  margin-bottom: 20px;
  margin-left: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #1d59be;
}

.Feature-guarantee-ttl__txt::after {
  position: absolute;
  top: 0;
  right: -1px;
  content: '';
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 21px 12px 21px 0;
}

.Feature-guarantee-box {
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #85aab5;
}

.Feature-guarantee-box:last-child {
  margin-bottom: 0;
}

.Feature-guarantee-box__ttl {
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #f4f9fd;
  border-bottom: 1px solid #85aab5;
}

.Feature-guarantee-box-body {
  padding: 10px 20px 20px;
}

.Feature-guarantee-box-body__img {
  margin-top: 40px;
}

.Feature-guarantee-box-body__txt span {
  color: #db0000;
}

.Feature-guarantee-term {
  margin-bottom: 20px;
}

.Feature-guarantee-term__ttl {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.Feature-guarantee-term-list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 20px;
}

.Feature-guarantee-term-list__item {
  width: calc(50% - 10px);
  padding: 5px 10px;
  margin: 5px;
  color: #416985;
  text-align: center;
  border: 1px solid #85aab5;
  border-radius: 5px;
}

.Feature-guarantee-term-list__item span {
  font-size: 200%;
  font-weight: bold;
}

.Feature-guarantee-term__txt {
  font-size: 12px;
  text-align: center;
}

.Feature-guarantee__ttl-example {
  padding-bottom: 5px;
  font-weight: bold;
  color: #416985;
  border-bottom: 1px dashed #416985;
}

.Feature-guarantee-advice {
  position: relative;
  padding-right: 20%;
  margin-top: 30px;
}

.Feature-guarantee-advice-content {
  position: relative;
  min-height: 94px;
  padding: 20px 15px 15px;
  margin-right: 10px;
  background-color: #fcfded;
  border: 1px solid #bfbfbf;
}

.Feature-guarantee-advice-content::before,
.Feature-guarantee-advice-content::after {
  position: absolute;
  content: '';
}

.Feature-guarantee-advice-content::before {
  top: 50px;
  right: -16px;
  border-color: #bfbfbf transparent;
  border-style: solid;
  border-width: 16px 16px 0 0;
  transform: skewY(55deg);
}

.Feature-guarantee-advice-content::after {
  top: 49px;
  right: -14px;
  border-color: #fcfded transparent;
  border-style: solid;
  border-width: 14px 16px 0 0;
  transform: skewY(55deg);
}

.Feature-guarantee-advice-content__age {
  position: absolute;
  top: -15px;
  left: -10px;
  padding: 5px 10px;
  color: #416985;
  background: #fff;
  border: 1px solid #416985;
  border-radius: 99px;
}

.Feature-guarantee-advice-content__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}

.Feature-guarantee-advice-content__img img {
  max-height: 115px;
}

.Feature-guarantee__txt {
  margin-bottom: 20px;
}

.Feature-guarantee-item {
  margin-bottom: 15px;
  border: 1px solid #c5c5c5;
}

.Feature-guarantee-item__ttl {
  padding: 10px;
  background-color: #f4f9fd;
  border-bottom: 1px solid #c5c5c5;
}

.Feature-guarantee-item__ttl--gray {
  background-color: #eee;
}

.Feature-guarantee-item-content {
  padding: 15px;
  line-height: 1.6;
}

.Feature-receive-item-content-list {
  padding-left: 20px;
}

.Feature-receive-item-content-list__item {
  list-style-type: disc;
}

.Feature-guarantee-item-content__link {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-top: 20px;
  color: #0c4ace;
  text-indent: -10px;
}

.Feature-guarantee-item-content__link::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 7px 2px 0;
  content: '';
  border-color: transparent transparent transparent #04c;
  border-style: solid;
  border-width: 4px 0 4px 6px;
}

.Feature-guarantee-item-notice {
  padding: 10px;
  background-color: #eee;
}

.Feature-guarantee-item-notice__ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #c5c5c5;
}

.Feature-guarantee-item-notice-order {
  counter-reset: my-counter;
}

.Feature-guarantee-item-notice-order__unit {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.Feature-guarantee-item-notice-order__unit::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #707070;
  border-radius: 50%;
}

.Feature-guarantee-item-notice__txt {
  margin-bottom: 10px;
}

.Feature-guarantee-item-notice-order__txt span {
  color: #db0000;
}

.Feature-guarantee-item-notice-order__txt--regard {
  position: relative;
  padding-left: 20px;
}

.Feature-guarantee-item-notice-order__txt--regard::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\00203b';
}

.Feature-guarantee-item-notice__note {
  position: relative;
  padding-left: 20px;
  color: #fc0000;
}

.Feature-guarantee-item-notice__note::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  background-image: url(/agent/product/disability/img/info_ico.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.Feature-flow-list-item-note {
  counter-reset: my-counter;
}

.Feature-flow-list-item-note li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.Feature-flow-list-item-note li::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #707070;
  border-radius: 50%;
}

@media screen and (min-width: 375px) {
  .Feature-example-list-item__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }

  .Feature-note__img {
    left: -11px;
  }
}

@media screen and (min-width: 576px) {
  .Feature-example-list-item-body__txt .num {
    margin-left: 20px;
  }

  .Feature-flow-list-item-note,
  .Feature-flow-list-item__txt {
    padding-right: 20%;
  }

  .Feature-flow-list-item-note .Feature-flow-list-item__txt,
  .Feature-flow-list-item__txt--note {
    padding-right: 0;
  }
}

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

  .Feature-ttl {
    margin-bottom: 63px;
  }

  .Feature-ttl-mark {
    max-width: 121px;
    height: 156px;
  }

  .Feature-ttl-mark__txt {
    font-size: 32px;
  }

  .Feature-ttl-mark__num {
    font-size: 77px;
    line-height: 1;
  }

  .Feature-ttl__txt {
    padding-left: 30px;
    font-size: 36px;
  }

  .Feature-flow {
    max-width: 925px;
    padding: 50px 80px;
    margin: 0 auto 72px;
    border-radius: 49px;
  }

  .Feature-flow__ttl {
    font-size: 26px;
  }

  .Feature-flow-list-item {
    min-height: 200px;
    padding: 30px 188px 30px 0;
  }

  .Feature-flow-list-item--short {
    min-height: inherit;
  }

  .Feature-flow-list-item:last-child {
    padding-right: 0;
  }

  .Feature-flow-list-item__ttl {
    font-size: 23px;
  }

  .Feature-flow-list-item__txt {
    padding: 0;
    font-size: 16px;
  }

  .Feature-flow-list-item img {
    top: 30px;
    max-width: inherit;
    max-height: inherit;
  }

  .Feature-flow-list-item__txt--note {
    padding-left: 30px;
  }

  .Feature-item {
    border-radius: 15px;
  }

  .Feature-item--return {
    width: 100%;
  }

  .Feature-item-body {
    padding: 35px 55px;
  }

  .Feature-item-attention {
    left: 5px;
    padding: 5px 30px;
    font-size: 14px;
  }

  .Feature-item-attention::before {
    top: 48px;
    left: 156px;
  }

  .Feature-item-attention::after {
    top: 45px;
    left: 155px;
  }

  .Feature-item__ttl {
    margin-bottom: 0;
    font-size: 28px;
    border-radius: 13px 13px 0 0;
  }

  .Feature-item__ttl--mark {
    font-size: 18px;
  }

  .Feature-item__note {
    font-size: 14px;
  }

  .Feature-item-body__txt {
    font-size: 16px;
  }

  .Feature-item-body__ttl {
    margin-bottom: 50px;
    font-size: 30px;
  }

  .Feature-note {
    max-width: 725px;
    padding-left: 250px;
    margin: 80px auto 115px;
  }

  .Feature-note__img {
    bottom: -80px;
    left: 30px;
    width: auto;
  }

  .Feature-note__img img {
    max-height: inherit;
  }

  .Feature-note-content {
    padding: 18px 18px 18px 40px;
    border-radius: 28px;
  }

  .Feature-note-content__txt {
    font-size: 20px;
  }

  .Feature-note-content::before {
    top: 30px;
    left: -40px;
    border-width: 0 0 30px 40px;
  }

  .Feature-note-content::after {
    position: absolute;
    top: 29px;
    left: -37px;
    content: '';
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 0 30px 40px;
  }

  .Feature-example {
    max-width: 765px;
    padding: 20px 40px;
    margin: auto;
    border-radius: 10px;
  }

  .Feature-example__ttl {
    max-width: 80%;
    padding-bottom: 20px;
    font-size: 27px;
  }

  .Feature-example__txt {
    font-size: 22px;
  }

  .Feature-example-list-item {
    margin: 0 13px;
  }

  .Feature-example-list-item__ttl {
    font-size: 19px;
  }

  .Feature-example-list-item-body__txt {
    font-size: 18px;
  }

  .Feature-example__note {
    font-size: 16px;
  }

  .Feature__txt {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .Feature-list {
    display: flex;
    flex-wrap: wrap;
  }

  .Feature-item--horizontal {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .Feature-item--horizontal-mr0 {
    margin-right: 0;
  }

  .Feature-item--horizontal .Feature-item-body {
    padding: 17px 25px 30px;
  }

  .Feature-item-body__ttl--benefit {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .Feature-item-body-box {
    min-height: 98px;
  }

  .Feature-item-body-box__txt {
    font-size: 22px;
  }

  .Feature-item-body-box__sub {
    font-size: 14px;
  }

  .Feature-item-body-content {
    display: flex;
    align-items: center;
  }

  .Feature-item-body-content .Feature-item-body-box {
    width: 45%;
    min-width: 310px;
  }

  .Feature-item-body-content .Feature-item-body__txt {
    width: 55%;
    padding-left: 30px;
  }

  .Feature-check {
    padding: 30px;
    border-radius: 15px;
  }

  .Feature-check__item {
    font-size: 16px;
  }

  .Feature-guarantee-ttl__txt {
    padding-right: 60px;
    margin-bottom: 45px;
    font-size: 30px;
  }

  .Feature-guarantee-ttl__txt::after {
    border-width: 31px 18px 31px 0;
  }

  .Feature-guarantee-wrapper {
    display: flex;
  }

  .Feature-guarantee-box {
    width: 50%;
    margin-bottom: 0;
  }

  .Feature-guarantee-box:first-child {
    border-right: 0;
  }

  .Feature-guarantee-box__ttl {
    font-size: 26px;
  }

  .Feature-guarantee-box-body__txt {
    font-size: 16px;
  }

  .Feature-guarantee-term {
    margin-bottom: 40px;
  }

  .Feature-guarantee-term__ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .Feature-guarantee-term-list {
    max-width: 560px;
    margin: 0 auto 30px;
    border-radius: 5px;
  }

  .Feature-guarantee-term-list__item {
    width: calc(25% - 10px);
    font-size: 18px;
  }

  .Feature-guarantee-term-list__item span {
    font-size: 40px;
  }

  .Feature-guarantee-term__txt {
    font-size: 16px;
  }

  .Feature-guarantee__ttl-example {
    max-width: 655px;
    padding-bottom: 20px;
    margin: auto;
    font-size: 24px;
  }

  .Feature-guarantee-example {
    display: flex;
    max-width: 655px;
    margin: 0 auto 90px;
  }

  .Feature-guarantee-advice {
    padding-right: 95px;
    margin-right: 30px;
  }

  .Feature-guarantee-advice:last-child {
    margin-right: 0;
  }

  .Feature-guarantee-advice-content__img {
    top: 0;
    right: 20px;
    bottom: inherit;
    width: inherit;
  }

  .Feature-guarantee-advice-content__img img {
    max-height: inherit;
  }

  .Feature-guarantee-advice-content::before {
    top: 100%;
    right: 30px;
    border-color: #bfbfbf transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    transform: inherit;
  }

  .Feature-guarantee-advice-content::after {
    top: 97%;
    right: 31px;
    border-color: #fcfded transparent;
    border-style: solid;
    border-width: 22px 0 0 22px;
    transform: inherit;
  }

  .Feature-guarantee-advice-content__age {
    left: 0;
    padding: 5px 15px;
    font-size: 16px;
  }

  .Feature-guarantee__txt {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .Feature-guarantee-item {
    display: flex;
    margin-bottom: 0;
    font-size: 16px;
    border-bottom: none;
  }

  .Feature-guarantee-item:last-child {
    border-bottom: 1px solid #c5c5c5;
  }

  .Feature-guarantee-item__ttl {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    max-width: 273px;
    text-align: center;
    border-right: 1px solid #c5c5c5;
    border-bottom: none;
  }

  .Feature-guarantee-item--mt {
    margin-top: 25px;
  }

  .Feature-guarantee-item--border {
    border-bottom: 1px solid #c5c5c5;
  }

  .Feature-guarantee-item-content {
    flex: 2.5;
    max-width: 700px;
  }

  .Feature-guarantee-item-notice {
    margin-top: 20px;
  }
}

@media screen and (min-width: 920px) {
  .Feature-item-attention {
    left: 70px;
  }
}

@media screen and (min-width: 1024px) {
  .Feature-item-attention {
    left: 135px;
  }
}

/* END: Feature */

/* Footer */
.Footer {
  padding: 30px 0 20px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.Footer-row-company {
  margin-bottom: 30px;
}

.Footer-row-company__prefix {
  margin-bottom: 15px;
}

.Footer-row-company__name {
  margin-bottom: 15px;
  font-size: 18px;
}

.Footer__contact {
  margin-bottom: 20px;
}

.Footer-row-rt {
  margin-bottom: 10px;
  text-align: center;
}

.Footer-row-rt__txt {
  display: inline-block;
  padding: 5px;
  border: 1px solid #000;
}

.Footer-row__copyright {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .Footer-row {
    display: flex;
  }

  .Footer-row-company {
    flex: 2;
  }

  .Footer-row-company__prefix {
    font-size: 20px;
  }

  .Footer-row-company__name {
    font-size: 32px;
  }

  .Footer-row-company__address {
    font-size: 18px;
  }

  .Footer__sepa {
    margin-right: -100%;
    margin-left: -100%;
  }

  .Footer-row--bottom {
    flex-direction: row-reverse;
    padding-top: 20px;
  }

  .Footer-row__copyright {
    flex: 1;
    font-size: 16px;
    text-align: left;
  }

  .Footer-row-rt {
    margin-bottom: 0;
  }

  .Footer-row-rt__txt {
    font-size: 16px;
  }
}

/* END: Footer */

/* Float-plan */

.Float-plan {
  position: fixed;
  top: inherit;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.Float-plan__btn {
  position: relative;
  display: block;
  width: 97%;
  max-width: 880px;
  padding: 0;
  margin: 1%;
  overflow: hidden;
  cursor: pointer;
  background: url(/agent/product/disability/img/plan_btn_sp.png?_rev=001) top
    center / auto no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.Float-plan__btn::before {
  display: block;
  padding-top: 19.6%;
  content: '';
}

@media screen and (min-width: 600px) {
  .Float-plan__btn {
    width: 98%;
    margin: 16px auto;
    background: url(/agent/product/disability/img/plan_btn_pc.png?_rev=001) top
      center / 100% no-repeat;
    border-radius: 0;
  }

  .Float-plan__btn::before {
    padding-top: 14%;
  }
}

@media screen and (min-width: 1024px) {
  .Float-plan {
    top: 0;
    bottom: inherit;
  }

  .Float-plan__btn {
    margin: 15px auto;
    background-size: contain;
  }

  .Float-plan__btn::before {
    padding-top: 13.64%;
  }
}

/* END: Float-plan */

/* 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 */
