@charset "UTF-8";
/**
 * レスポンシブのブレイクポイント設定
 */
/*
COLORS
================================================ */
:root {
  --pink: #F279A2;
  --blue: #1B6EB1;
  --sky-blue: #56ADF0;
  --orange: #ED794D;
  --green: #008B80;
  --yellow: #FFDC5A;
  --light-blue: #F2FAFF;
  --light-green: #E4E8E5;
  --light-grey: #F7F7F7;
  --placeholder: #9B9B9B;
  --grey: #ddd;
  --navy: #2E3180;
  --black: #333;
  --white: #fff;
  --gradation-orange: linear-gradient(180deg, #EA8863, #CC5223);
  --gradation-orange_hover: linear-gradient(180deg, #ea7b52, #cd4510);
  --gradation-blue: linear-gradient(180deg, #1C96CE, #1F67AF);
  --gradation-blue_hover: linear-gradient(180deg, #0b8fcc, #0154a7);
  --compare-pink: #FDF0F5;
  --compare-blue: #EDF7FF;
}

/*
すご団信
================================================ */
#danshin {
  padding-bottom: 40px;
  /* ===== タブ ===== */
  /* ===== HL plan table ===== */
}
#danshin .service-tit {
  text-align: center;
  margin: 0 auto 20px auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
}
@media (width < 769px) {
  #danshin .service-tit {
    font-size: 5vw;
  }
}
#danshin .service-tit span {
  font-size: 16px;
}
#danshin .service-tit strong {
  color: var(--blue);
}
@media (width < 769px) {
  #danshin .service-tit {
    max-width: 90%;
    margin: 5% auto;
  }
}
#danshin .service-tit img {
  display: block;
}
@media (769px <= width) {
  #danshin .service-tit img {
    max-width: 400px;
  }
}
@media (width < 769px) {
  #danshin .service-tit img {
    max-width: 90%;
  }
}
#danshin h1 {
  text-align: center;
  margin: 10px auto 40px;
}
@media (769px <= width) {
  #danshin h1 {
    max-width: 320px;
  }
}
@media (width < 769px) {
  #danshin h1 {
    max-width: 90%;
  }
}
#danshin .about {
  margin: 40px auto;
}
@media (769px <= width) {
  #danshin .about {
    max-width: 540px;
  }
}
@media (width < 769px) {
  #danshin .about {
    max-width: 90%;
  }
}
#danshin .hoken-box {
  border: 1px solid var(--yellow);
  line-height: 1.6;
  margin: 30px auto;
}
@media (769px <= width) {
  #danshin .hoken-box {
    width: 590px;
    font-size: 14px;
  }
}
@media (width < 769px) {
  #danshin .hoken-box {
    max-width: 90%;
    font-size: 3.8vw;
  }
}
#danshin .hoken-box .hoken-header {
  background: var(--yellow);
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
}
#danshin .hoken-box .hoken-body {
  background: var(--white);
  padding: 16px 28px;
}
#danshin .hoken-box .hoken-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#danshin .hoken-box .hoken-body li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 6px;
  color: var(--light-gray);
}
#danshin .hoken-box .hoken-body li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
#danshin .hoken-box .hoken-body strong {
  color: var(--black);
  font-weight: bold;
}
#danshin .arrow {
  width: 63px;
  margin: 0 auto;
}
#danshin .arrow img {
  max-width: 100% !important;
}
#danshin .zero {
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
}
@media (769px <= width) {
  #danshin .zero {
    font-size: 26px;
  }
}
@media (width < 769px) {
  #danshin .zero {
    font-size: 5vw;
  }
}
#danshin .zero strong {
  color: var(--orange);
}
@media (769px <= width) {
  #danshin .zero strong {
    font-size: 40px;
  }
}
@media (width < 769px) {
  #danshin .zero strong {
    font-size: 8vw;
  }
}
#danshin .zero span {
  color: var(--orange);
  font-size: 29px;
}
#danshin .danshin-wrap {
  margin: 40px 0;
  background: var(--light-blue);
  padding: 40px 0;
  text-align: center;
}
#danshin .danshin-wrap .features_tit {
  font-size: 30px;
  color: var(--blue);
  font-weight: bold;
  line-height: 180%;
  margin: 10px auto;
}
#danshin .danshin-wrap .features_tit p {
  font-size: 16px;
  color: var(--black);
}
#danshin .danshin-wrap .hosho-boxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 10px auto;
  justify-content: center;
  -webkit-align-items: center;
  line-height: 1.4;
}
#danshin .danshin-wrap .hosho-boxes .hosho-item {
  min-width: 210px;
  min-height: 70px;
  padding: 10px 18px;
  border: 2px solid var(--blue);
  border-radius: 4px;
  background: var(--white);
  color: var(--black);
  box-sizing: border-box;
  text-align: center;
}
#danshin .danshin-wrap .hosho-boxes .hosho-item.middle {
  line-height: 42px;
}
#danshin .danshin-wrap .hosho-boxes .hosho-item .em {
  color: var(--blue);
  font-weight: bold;
}
#danshin .danshin-wrap .fifty {
  text-align: center;
  margin: 0 auto 30px;
  font-weight: bold;
}
@media (769px <= width) {
  #danshin .danshin-wrap .fifty {
    font-size: 35px;
  }
}
@media (width < 769px) {
  #danshin .danshin-wrap .fifty {
    font-size: 5vw;
  }
}
#danshin .danshin-wrap .fifty strong {
  color: var(--orange);
}
@media (769px <= width) {
  #danshin .danshin-wrap .fifty strong {
    font-size: 58px;
  }
}
@media (width < 769px) {
  #danshin .danshin-wrap .fifty strong {
    font-size: 8vw;
  }
}
#danshin .danshin-wrap .fifty span {
  color: var(--orange);
  font-size: 35px;
}
#danshin .danshin-wrap .graph {
  margin: 30px auto;
}
@media (769px <= width) {
  #danshin .danshin-wrap .graph {
    width: 450px;
  }
}
@media (width < 769px) {
  #danshin .danshin-wrap .graph {
    width: 90%;
  }
}
#danshin .danshin-wrap .features_wrap {
  margin: 40px auto;
  display: inline;
}
#danshin .danshin-wrap .features_wrap > div {
  margin: 10px auto;
  background: var(--white);
  min-height: auto;
}
@media (769px <= width) {
  #danshin .danshin-wrap .features_wrap > div {
    width: 600px;
  }
}
@media (width < 769px) {
  #danshin .danshin-wrap .features_wrap > div {
    width: 90%;
  }
}
#danshin .danshin-wrap .features_wrap > div .orange {
  text-align: center;
  color: var(--orange);
  font-size: 20px;
  font-weight: bold;
}
#danshin .danshin-wrap .features_wrap > div .orange span {
  font-size: 14px;
}
#danshin .danshin-wrap .features_wrap > div img {
  max-width: 200px;
  margin: 10px auto;
}
#danshin .danshin-wrap .features_wrap > div .disease-list {
  width: auto;
  min-height: auto;
  background: none;
  max-width: 405px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  padding: 8px 0;
}
#danshin .danshin-wrap .features_wrap > div .disease-list__item {
  width: 100%;
  min-height: auto;
  background-color: var(--light-blue);
  border-radius: 6px;
  padding: 10px 4px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: bold;
  margin: 0 auto;
}
#danshin .danshin-wrap .features_wrap > div .disease-list__item:last-child {
  font-size: 14px;
}
#danshin .tabs {
  margin-inline: auto;
}
@media (769px <= width) {
  #danshin .tabs {
    max-width: 600px;
  }
}
@media (width < 769px) {
  #danshin .tabs {
    width: 100%;
  }
}
#danshin .tabs input[name=tab__item] {
  display: none;
}
#danshin .tabs .note {
  text-align: left;
}
@media (769px <= width) {
  #danshin .tabs .note {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (width < 769px) {
  #danshin .tabs .note {
    margin: 4vw auto 8vw;
    font-size: 2.667vw;
    line-height: 1.7;
  }
}
#danshin .tab__item {
  background-color: var(--grey);
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media (769px <= width) {
  #danshin .tab__item {
    width: calc(50% - 10px);
    height: 50px;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
  }
}
@media (width < 769px) {
  #danshin .tab__item {
    width: calc(50% - 1.333vw);
    height: 13.333vw;
    line-height: 13.333vw;
    font-size: 3.2vw;
    border-radius: 2.133vw 2.133vw 0 0;
  }
}
@media (769px <= width) {
  #danshin .tab__item span {
    font-size: 2.4rem;
  }
}
@media (width < 769px) {
  #danshin .tab__item span {
    font-size: 4.8vw;
  }
}
@media (769px <= width) {
  #danshin .tab__item--fifty_over {
    margin-left: 20px;
  }
}
@media (width < 769px) {
  #danshin .tab__item--fifty_over {
    margin-left: 2.667vw;
  }
}
#danshin .tab__content {
  display: none;
  clear: both;
  font-weight: 600;
  overflow: hidden;
}
@media (769px <= width) {
  #danshin .tab__content {
    margin-bottom: 80px;
    padding: 20px 0 0;
    border-top: 4px solid var(--blue);
  }
}
@media (width < 769px) {
  #danshin .tab__content {
    padding: 5.333vw 0 0;
    font-size: 3.733vw;
    border-top: 1.067vw solid var(--blue);
  }
}
#danshin .tab__content .tab__text {
  text-align: center;
}
#danshin .tab__content .tab__text + .tab__text {
  margin-top: 0.5em;
}
#danshin .tab__content .tab__text.emphasis {
  margin-bottom: 1em;
  color: var(--blue);
}
#danshin .tab__content .l-type {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
@media (769px <= width) {
  #danshin .tab__content .l-type {
    gap: 120px;
  }
}
@media (width < 769px) {
  #danshin .tab__content .l-type {
    gap: 10.667vw;
  }
}
#danshin .tab__content .type {
  text-align: center;
}
@media (width < 769px) {
  #danshin .tab__content .type {
    font-size: 3.733vw;
  }
}
#danshin .tab__content .rate {
  color: var(--orange);
  line-height: 1;
  font-weight: 700;
  background: var(--orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (769px <= width) {
  #danshin .tab__content .rate {
    font-size: 2.5rem;
  }
  #danshin .tab__content .rate span {
    font-size: 6.5rem;
  }
}
@media (width < 769px) {
  #danshin .tab__content .rate span {
    font-size: 8.533vw;
  }
}
#danshin .tab__content .ttl__note {
  font-weight: normal;
  text-align: center;
}
@media (769px <= width) {
  #danshin .tab__content .ttl__note {
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
}
@media (width < 769px) {
  #danshin .tab__content .ttl__note {
    margin-bottom: 2.667vw;
    font-size: 3.733vw;
  }
}
#danshin #fifty_under:checked ~ #fifty_under_content,
#danshin #fifty_over:checked ~ #fifty_over_content {
  display: block;
}
#danshin .tabs input:checked + .tab__item {
  background-color: var(--yellow);
}
#danshin .hl-plan {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#danshin .hl-plan:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  box-sizing: border-box;
  border: 2px solid var(--blue);
  width: 50%;
  height: 100%;
  content: "";
}
#danshin .hl-plan._3col:after {
  width: 66.6666666667%;
}
#danshin .hl-plan._3col th {
  background: linear-gradient(to right, var(--grey) 0%, var(--light-blue) 100%);
}
#danshin .hl-plan._3col td {
  width: 33.3333333333%;
}
#danshin .hl-plan._3col .hl-plan_name-unit {
  background-color: var(--light-grey);
}
#danshin .hl-plan._flat35 {
  margin: 0;
}
#danshin .hl-plan._flat35:after {
  content: none;
}
#danshin .hl-plan._flat35 td:nth-of-type(2) {
  background-color: var(--light-blue);
}
#danshin .hl-plan tr {
  position: relative;
}
#danshin .hl-plan th {
  background: linear-gradient(to right, var(--grey) 0%, rgba(237, 247, 252, 0.5) 100%);
}
#danshin .hl-plan th span {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 4px;
  background-color: var(--blue);
  padding: 8px 8px 9px;
  width: calc(100% - 8px);
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#danshin .hl-plan td {
  position: relative;
  vertical-align: top;
  background-color: var(--light-grey);
  padding: 16px;
  width: 50%;
  text-align: center;
}
#danshin .hl-plan td._center {
  vertical-align: middle;
}
#danshin .hl-plan td:nth-of-type(2) {
  background: var(--white);
}
#danshin .hl-plan td:nth-of-type(3) {
  background-color: var(--light-blue);
}
#danshin .hl-plan_table {
  position: relative;
}
#danshin .hl-plan_name-unit {
  padding-top: 24px !important;
}
#danshin .hl-plan_icon {
  display: flex;
  position: absolute;
  top: -13px;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 100px;
  background-color: var(--blue);
  width: 94px;
  height: 26px;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.6;
}
#danshin .hl-plan_name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#danshin .hl-plan_name._flat35kaitori, #danshin .hl-plan_name._flat35hosho {
  position: relative;
  padding-top: 56px;
}
#danshin .hl-plan_name._flat35kaitori:before, #danshin .hl-plan_name._flat35hosho:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  content: "";
}
#danshin .hl-plan_name._flat35kaitori:before {
  background-image: url("/contents/cdn-img/lineup/home-loan/icon_kaitori_light.svg");
}
#danshin .hl-plan_name._flat35hosho:before {
  background-image: url("/contents/cdn-img/lineup/home-loan/icon_hosho_light.svg");
}
#danshin .hl-plan_name-sub {
  display: block;
  font-size: 1.4rem;
}
#danshin .hl-plan_name-item {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#danshin .hl-plan_name-item span {
  font-size: 1.9rem;
}
#danshin .hl-plan_lead {
  margin-top: 8px;
  color: var(--placeholder);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Roboto";
  text-align: left;
}
#danshin .hl-plan_extra {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
#danshin .hl-plan_extra._per {
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Roboto";
  letter-spacing: 0.15em;
}
#danshin .hl-plan_extra._per span {
  color: var(--orange);
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Roboto";
  letter-spacing: 0.15em;
}
#danshin .hl-plan_extra._per span span {
  font-size: 3.2rem;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
#danshin .hl-plan_guarantee._2col {
  position: relative;
  padding-top: 50px !important;
}
#danshin .hl-plan_guarantee._2col .hl-plan_guarantee-title {
  margin-top: 0;
}
#danshin .hl-plan_guarantee._2col .hl-plan_guarantee-text {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
  width: 200%;
}
#danshin .hl-plan_guarantee-text {
  color: var(--placeholder);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
}
#danshin .hl-plan_guarantee-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.4rem;
}
#danshin .hl-plan_guarantee-title._large {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 0.6;
}
#danshin .hl-plan_guarantee-title span {
  font-size: 1.6rem;
}
#danshin .hl-plan_guarantee-title span._per {
  color: var(--orange);
  font-weight: 700;
  font-family: "Roboto";
}
#danshin .hl-plan_guarantee-title span._per span {
  font-size: 3.2rem;
}
#danshin .hl-plan_check-unit {
  padding-bottom: 34px !important;
}
#danshin .hl-plan_check-unit._1col {
  position: relative;
}
#danshin .hl-plan_check-unit._1col .hl-plan_check_text {
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
  width: 100%;
}
#danshin .hl-plan_check-unit._2col {
  position: relative;
}
#danshin .hl-plan_check-unit._2col .hl-plan_check_text {
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
  width: 200%;
}
#danshin .hl-plan_check {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#danshin .hl-plan_check span {
  position: relative;
  padding-left: 28px;
}
#danshin .hl-plan_check span:before {
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url("../img/service/danshin/icon_check.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 17px;
  content: "";
}
#danshin .hl-plan_check_text {
  color: var(--placeholder);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Roboto";
}
#danshin .hl-plan_check-list {
  margin: 0 auto;
  width: 100%;
  max-width: 182px;
}
#danshin .hl-plan_check-item {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: left;
}
#danshin .hl-plan_check-item + .hl-plan_check-item {
  margin-top: 8px;
}
#danshin .hl-plan_check-item:before {
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url("../img/service/danshin/icon_check.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 13px;
  content: "";
}
#danshin .hl-plan_check-item._orange {
  color: var(--orange);
}
#danshin .hl-plan_td._col2 {
  position: static;
  padding-bottom: 80px;
}
#danshin .hl-plan_td .hl-list_unit {
  text-align: left;
}
#danshin .hl-plan_full {
  background: linear-gradient(to right, var(--grey) 0%, var(--grey) 50%, var(--light-blue) 50%, var(--light-blue) 100%);
  padding-top: 0 !important;
}
#danshin .hl-plan_text {
  text-align: left;
}
#danshin .hl-plan_text._center {
  text-align: center;
}
#danshin .hl-plan_text span {
  font-weight: 700;
}
#danshin .hl-plan_button {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 209px;
}