@charset "UTF-8";
:root {
  --color_pink: #da527a;
  --color_cblue: #315f7c;
  --color_orange: #e47c14;
  --color_lblue: #53a8e3;
  --color_green: #368439;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

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

.fw-700 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
.mt-00 {
  margin-top: 0;
}

.mt-05em {
  margin-top: 0.5em;
}

body {
  font-weight: 500;
}

p.stz {
  padding: 0;
  margin: 0;
}

/* コンテンツ */
.Teikiyokin__body {
  background-color: #fffeef;
}
@media (min-width: 768px) {
  .Teikiyokin__body {
    background-color: transparent;
    margin-top: 70px;
  }
}
.Teikiyokin__body .Main__content {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .Teikiyokin__body .Main__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.Teikiyokin__body .Main__content.moneyplan {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .Teikiyokin__body .Main__content.moneyplan .Teikiyokin__content {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .Teikiyokin__body .Teikiyokin__content {
    background-color: #fffeef;
    padding: 30px 30px 60px;
  }
}
.Teikiyokin__body .content1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.Main__content.moneyplan2 {
  padding-top: 50px;
}

.wide_container {
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wide_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wide_container.anc {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .wide_container.anc {
    margin-top: 0;
  }
}

.category_top_header {
  background-color: #fcf1f5;
  height: 135px;
  align-content: center;
  border-bottom: 3px var(--color_pink) solid;
}
@media (min-width: 768px) {
  .category_top_header {
    height: 220px;
  }
}
.category_top_header .h1_category_top {
  margin: 0;
  padding: 0;
}
.category_top_header .h1_category_top > * {
  vertical-align: middle;
}
.category_top_header .h1_category_top i {
  display: inline-block;
  width: 60px;
  aspect-ratio: 120/108;
  margin-right: 15px;
  background: url(../img/icn_corgi01.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .category_top_header .h1_category_top i {
    width: 100px;
    margin-right: 20px;
  }
}
.category_top_header .h1_category_top span {
  letter-spacing: 0.1em;
  font-size: 3.3rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .category_top_header .h1_category_top span {
    font-size: 5.5rem;
  }
}

.anchor_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .anchor_box {
    gap: 0 20px;
  }
}
.anchor_box > a {
  width: calc((100% - 15px) / 2);
  height: 85px;
  background-color: var(--color_pink);
  border-radius: 8px;
  align-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .anchor_box > a {
    width: calc((100% - 60px) / 4);
    border-radius: 0 0 15px 15px;
  }
  .anchor_box > a:after {
    content: "";
    display: block;
    width: 37px;
    height: 24px;
    position: absolute;
    background: url(../img/arrow_btn.webp) no-repeat center/contain;
    bottom: -12px;
    left: calc(50% - 18px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .anchor_box > a:hover:after {
    opacity: 1;
  }
}
.anchor_box > a > * {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.anchor_box > a > span {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .anchor_box > a > span {
    font-size: 1.6rem;
  }
}
.anchor_box > a > strong {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .anchor_box > a > strong {
    font-size: 2.2rem;
    margin-top: 8px;
  }
}

.h2_fuki {
  position: relative;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .h2_fuki {
    width: 460px;
    flex-grow: unset;
  }
}
.h2_fuki .fuki_txt {
  margin: 0;
  height: 50px;
  background-color: #fff;
  border: 1px var(--color_pink) solid;
  color: var(--color_pink);
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  align-content: center;
  position: relative;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .h2_fuki .fuki_txt {
    font-size: 3.8rem;
    height: 80px;
  }
}
.h2_fuki .fuki_txt:after, .h2_fuki .fuki_txt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color_pink);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (min-width: 768px) {
  .h2_fuki .fuki_txt:after, .h2_fuki .fuki_txt:before {
    width: 16px;
    height: 16px;
  }
}
.h2_fuki .fuki_txt:after {
  right: 2px;
  background-color: #fff;
}
.h2_fuki .shadow {
  display: block;
  position: absolute;
  background-color: var(--color_pink);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}
@media (min-width: 768px) {
  .h2_fuki .shadow {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
.h2_fuki .shadow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color_pink);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (min-width: 768px) {
  .h2_fuki .shadow:before {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 768px) {
  .h2_block {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 30px;
  }
}
.h2_block .h2_box {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .h2_block .h2_box {
    justify-content: flex-end;
  }
}
.h2_block .h2_box .h2_icn {
  width: 70px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .h2_block .h2_box .h2_icn {
    width: 106px;
  }
}
.h2_block .h2_box .h2_icn img {
  width: 100%;
  height: auto;
}
.h2_block .copy {
  font-size: 0.9rem;
  text-align: right;
  line-height: 1.1;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .h2_block .copy {
    font-size: 1.4rem;
    width: 300px;
    text-align: left;
    margin-bottom: -20px;
  }
}

.h3_fuki {
  position: relative;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .h3_fuki {
    width: 700px;
    flex-grow: unset;
  }
}
.h3_fuki .fuki_txt {
  margin: 0;
  height: 50px;
  background-color: #fff;
  border: 1px var(--color_lblue) solid;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  align-content: center;
  position: relative;
  border-radius: 8px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .h3_fuki .fuki_txt {
    font-size: 2rem;
    height: 80px;
  }
}
.h3_fuki .fuki_txt:after, .h3_fuki .fuki_txt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color_lblue);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (min-width: 768px) {
  .h3_fuki .fuki_txt:after, .h3_fuki .fuki_txt:before {
    width: 16px;
    height: 16px;
  }
}
.h3_fuki .fuki_txt:after {
  right: 2px;
  background-color: #fff;
}
.h3_fuki .fuki_txt strong {
  color: #c86214;
}

@media (min-width: 768px) {
  .h3_block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 30px;
  }
}
.h3_block .h3_box {
  display: flex;
  align-items: flex-end;
  gap: 0 15px;
}
@media (min-width: 768px) {
  .h3_block .h3_box {
    justify-content: flex-end;
    align-items: center;
    gap: 0 40px;
  }
}
.h3_block .h3_box .h3_icn {
  height: 70px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .h3_block .h3_box .h3_icn {
    height: 130px;
  }
}
.h3_block .h3_box .h3_icn img {
  height: 100%;
  width: auto;
}
.h3_block .star {
  display: block;
  width: 30px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (min-width: 768px) {
  .h3_block .star {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 46px;
  }
}
.h3_block .star img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .h3_block.reflect {
    flex-direction: row-reverse;
  }
}
.h3_block.reflect .h3_box {
  flex-direction: row-reverse;
}
.h3_block.reflect .star {
  margin-left: auto;
}
@media (min-width: 768px) {
  .h3_block.reflect .star {
    margin-left: 0;
  }
}
.h3_block.reflect .h3_fuki .fuki_txt:after, .h3_block.reflect .h3_fuki .fuki_txt:before {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  right: auto;
  left: 0;
}
.h3_block.reflect .h3_fuki .fuki_txt:after {
  left: 2px;
}
.h3_block.reflect .h3_fuki .fuki_txt strong {
  color: var(--color_lblue);
}

#sec01 {
  margin-top: 40px;
  background-color: #fffeef;
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec01 {
    margin-top: 80px;
    padding-bottom: 110px;
  }
}
#sec01:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #sec01:before {
    height: 75px;
  }
}
#sec01 > * {
  position: relative;
}
#sec01 .txt01 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  #sec01 .txt01 {
    font-size: 1.6rem;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
#sec01 .txt01 strong {
  color: var(--color_pink);
}
#sec01 .teiki_tokutyo {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
#sec01 .teiki_tokutyo > li .cont {
  line-height: 1.8;
  padding: 0;
  height: 190px;
  align-content: center;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo > li .cont {
    height: 230px;
    font-size: 1.6rem;
  }
}
#sec01 .teiki_tokutyo .ttl_top {
  height: 80px;
  background-color: var(--color_pink);
  position: relative;
  align-content: center;
  border-radius: 5px 5px 0 0;
  padding-left: 50px;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .ttl_top {
    height: 100px;
    padding-left: 80px;
  }
}
#sec01 .teiki_tokutyo .ttl_top .ttl_txt > * {
  display: block;
  color: #fff;
  text-align: center;
}
#sec01 .teiki_tokutyo .ttl_top .ttl_txt small {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .ttl_top .ttl_txt small {
    font-size: 1.6rem;
  }
}
#sec01 .teiki_tokutyo .ttl_top .ttl_txt strong {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .ttl_top .ttl_txt strong {
    font-size: 2.1rem;
  }
}
#sec01 .teiki_tokutyo .ttl_top .ttl {
  position: absolute;
  margin: 0;
  top: -1px;
  left: 30px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 0;
  align-content: center;
  clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .ttl_top .ttl {
    width: 60px;
    height: 77px;
    left: 20px;
  }
}
#sec01 .teiki_tokutyo .ttl_top .ttl > * {
  display: block;
}
#sec01 .teiki_tokutyo .ttl_top .ttl span {
  margin-right: 0;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .ttl_top .ttl span {
    font-size: 1.6rem;
  }
}
#sec01 .teiki_tokutyo .ttl_top .ttl strong {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .ttl_top .ttl strong {
    font-size: 3rem;
  }
}
#sec01 .teiki_tokutyo .btn {
  margin-top: 10px;
  display: block;
  position: relative;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  height: 60px;
  align-content: center;
  background-color: #db7814;
  cursor: pointer;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .btn {
    height: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
#sec01 .teiki_tokutyo .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0px -3px 0 rgba(156, 153, 153, 0.3);
  mix-blend-mode: multiply;
}
#sec01 .teiki_tokutyo .btn > * {
  display: block;
  text-align: center;
  color: #ffffff;
}
#sec01 .teiki_tokutyo .btn span {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .btn span {
    font-size: 1.6rem;
  }
}
#sec01 .teiki_tokutyo .btn strong {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec01 .teiki_tokutyo .btn strong {
    font-size: 2rem;
  }
}

#sec02 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec02 {
    padding-bottom: 100px;
  }
}
#sec02 .h2_sec02 {
  margin: 0;
  padding: 30px 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #sec02 .h2_sec02 {
    padding: 100px 0 60px;
  }
}
#sec02 .lineup_anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  #sec02 .lineup_anchor {
    gap: 50px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec02 .lineup_anchor > a {
  width: calc((100% - 15px) / 2);
  height: 120px;
  position: relative;
  display: block;
  text-align: center;
  align-content: center;
}
@media (min-width: 768px) {
  #sec02 .lineup_anchor > a {
    width: calc((100% - 100px) / 3);
    height: 200px;
  }
}
#sec02 .lineup_anchor > a > * {
  font-size: 1.3rem;
  display: block;
  position: relative;
  color: var(--color_cblue);
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .lineup_anchor > a > * {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
#sec02 .lineup_anchor > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background-color: #daeefc;
  -webkit-filter: blur(2.5px) drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
          filter: blur(2.5px) drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
}
#sec02 .lineup_anchor > a:after {
  content: "";
  display: block;
  width: 37px;
  height: 24px;
  position: absolute;
  background: url(../img/arrow_btn.webp) no-repeat center/contain;
  bottom: 20px;
  left: calc(50% - 18px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#sec02 .lineup_anchor > a:hover:after {
  opacity: 1;
}
#sec02 .btn {
  margin-top: 10px;
  display: block;
  position: relative;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  height: 60px;
  align-content: center;
  background-color: var(--color_pink);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  #sec02 .btn {
    height: 75px;
    margin-top: 50px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec02 .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0px -3px 0 rgba(156, 153, 153, 0.3);
  mix-blend-mode: multiply;
}
#sec02 .btn > * {
  display: block;
  text-align: center;
  color: #ffffff;
}
#sec02 .btn strong {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .btn strong {
    font-size: 2.4rem;
  }
}
#sec02 .btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 768px) {
  #sec02 .btn:after {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 13px;
  }
}
#sec02 .lineup_box {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  #sec02 .lineup_box {
    gap: 80px;
    margin-top: 80px;
    padding: 0 20px;
    justify-content: center;
  }
}
#sec02 .lineup_box > a {
  display: block;
  height: 260px;
  background-color: #f7e4cf;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a {
    width: calc((100% - 80px) / 2);
    height: 400px;
  }
}
#sec02 .lineup_box > a .lineup_ttl {
  height: 60px;
  display: block;
  background-color: #8a7055;
  margin-right: -10px;
  clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0 0);
  position: relative;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_ttl {
    margin-right: -25px;
    clip-path: polygon(calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%, 0 0);
    height: 90px;
    padding-right: 45px;
  }
}
#sec02 .lineup_box > a .lineup_ttl i {
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  -webkit-filter: drop-shadow(1px 0 0 #ffffff);
          filter: drop-shadow(1px 0 0 #ffffff);
  top: 0;
  right: 10px;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_ttl i {
    width: 25px;
    right: 25px;
  }
}
#sec02 .lineup_box > a .lineup_ttl i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #8a7055;
}
#sec02 .lineup_box > a .lineup_ttl > * {
  position: relative;
}
#sec02 .lineup_box > a .lineup_ttl .lineup_ttl_txt {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  flex-grow: 1;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_ttl .lineup_ttl_txt {
    font-size: 2.2rem;
  }
}
#sec02 .lineup_box > a .lineup_ttl .lineup_icn {
  display: flex;
  gap: 0 7px;
  align-items: center;
}
#sec02 .lineup_box > a .lineup_ttl .lineup_icn > * {
  flex-shrink: 0;
  background-color: #fff;
  width: 65px;
  height: 25px;
  font-size: 1.4rem;
  text-align: center;
  align-content: center;
  border-radius: 1000px;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_ttl .lineup_icn > * {
    width: 100px;
    height: 40px;
    font-size: 2.2rem;
  }
}
#sec02 .lineup_box > a .lineup_ttl .lineup_icn > *.shop {
  color: var(--color_cblue);
  border-color: var(--color_cblue);
}
#sec02 .lineup_box > a .lineup_ttl .lineup_icn > *.app {
  color: var(--color_pink);
  border-color: var(--color_pink);
}
#sec02 .lineup_box > a .lineup_cont {
  height: 200px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont {
    height: 310px;
    padding: 30px;
  }
}
#sec02 .lineup_box > a .lineup_cont .point > * {
  display: block;
  font-weight: 700;
}
#sec02 .lineup_box > a .lineup_cont .point strong {
  font-size: 1.8rem;
  color: #c86214;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont .point strong {
    font-size: 2.8rem;
  }
}
#sec02 .lineup_box > a .lineup_cont .point span {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont .point span {
    font-size: 1.8rem;
  }
}
#sec02 .lineup_box > a .lineup_cont .naiyou {
  display: flex;
  gap: 0 10px;
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl {
  width: calc((100% - 20px) / 3);
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont .naiyou > dl {
    font-size: 1.8rem;
  }
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl small {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont .naiyou > dl small {
    font-size: 1.4rem;
  }
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl > * {
  align-content: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl > dt {
  height: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont .naiyou > dl > dt {
    height: 30px;
  }
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl > dd {
  height: 50px;
  background-color: #fff;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .lineup_cont .naiyou > dl > dd {
    height: 80px;
  }
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(1) {
  border-color: var(--color_orange);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(1) > dt {
  background-color: var(--color_orange);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(1) > dd {
  color: var(--color_orange);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(2) {
  border-color: var(--color_lblue);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(2) > dt {
  background-color: var(--color_lblue);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(2) > dd {
  color: var(--color_lblue);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(3) {
  border-color: var(--color_pink);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(3) > dt {
  background-color: var(--color_pink);
}
#sec02 .lineup_box > a .lineup_cont .naiyou > dl:nth-of-type(3) > dd {
  color: var(--color_pink);
}
#sec02 .lineup_box > a .lineup_cont .note-list-v2 {
  margin-top: 0;
  font-weight: 400;
}
#sec02 .lineup_box > a .click {
  position: absolute;
  width: 50px;
  height: 20px;
  font-size: 1.2rem;
  color: var(--color_lblue);
  border: 1px var(--color_lblue) solid;
  background-color: rgb(211, 236, 245);
  top: -10px;
  right: 0;
  border-radius: 1000px;
  text-align: center;
  align-content: center;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .click {
    width: 75px;
    height: 35px;
    font-size: 1.8rem;
    top: -18px;
    right: -25px;
  }
}
#sec02 .lineup_box > a .click:after, #sec02 .lineup_box > a .click:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--color_lblue);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (min-width: 768px) {
  #sec02 .lineup_box > a .click:after, #sec02 .lineup_box > a .click:before {
    width: 10px;
    height: 10px;
  }
}
#sec02 .lineup_box > a .click:after {
  bottom: 2px;
  -webkit-transform: translate(calc(-50% + 1px), 100%);
          transform: translate(calc(-50% + 1px), 100%);
  background-color: rgb(211, 236, 245);
}

#sec03 {
  background-color: #e0f2f8;
  background-image: url(../img/cloud.webp);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50px;
}
@media (min-width: 768px) {
  #sec03 {
    padding-top: 100px;
  }
}
#sec03 .sub_ttl {
  width: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec03 .sub_ttl {
    width: 220px;
  }
}
#sec03 .sub_ttl img {
  width: 100%;
  height: auto;
}
#sec03 .h2_sec03 {
  font-size: 2.3rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  #sec03 .h2_sec03 {
    font-size: 3.6rem;
    margin-top: 50px;
  }
}
#sec03 .h2_sec03 strong {
  font-weight: 700;
}
#sec03 .h2_sec03 .big01 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  #sec03 .h2_sec03 .big01 {
    font-size: 4.6rem;
  }
}
#sec03 .h2_sec03 .big02 {
  font-size: 3.6rem;
  color: var(--color_pink);
}
@media (min-width: 768px) {
  #sec03 .h2_sec03 .big02 {
    font-size: 5.6rem;
  }
}
#sec03 .icn_corgi05 {
  text-align: center;
  position: relative;
  margin-top: 12px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #sec03 .icn_corgi05 {
    padding-bottom: 94px;
  }
}
#sec03 .icn_corgi05 picture {
  position: relative;
  z-index: 2;
}
#sec03 .icn_corgi05 img {
  width: 28.2666666667vw;
}
@media (min-width: 768px) {
  #sec03 .icn_corgi05 img {
    width: 164px;
  }
}
#sec03 .icn_corgi05:before {
  position: absolute;
  content: "";
  width: 274.4vw;
  height: 81.6vw;
  background-color: #e3f9e4;
  border: 2px solid #368439;
  border-radius: 50%;
  top: 8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  #sec03 .icn_corgi05:before {
    width: max(109.7222222222vw, 1580px);
    height: max(32.6388888889vw, 470px);
    top: 45px;
  }
}
#sec03 .h2_sec03_02 {
  width: 97.8666666667vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #sec03 .h2_sec03_02 {
    width: 948px;
  }
}
#sec03 .bg {
  position: relative;
  z-index: 3;
  background-color: #e3f9e4;
  padding-bottom: 50px;
  border-bottom: 2px solid #368439;
}
@media (min-width: 768px) {
  #sec03 .bg {
    padding-bottom: 120px;
    background-color: transparent;
  }
  #sec03 .bg > * {
    position: relative;
  }
  #sec03 .bg:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 26px;
    bottom: 0;
    background-color: #e3f9e4;
  }
}
#sec03 .wide_container {
  margin-top: -10.1333333333vw;
  position: relative;
  z-index: 2;
  padding-left: 5.4666666667vw;
  padding-right: 5.4666666667vw;
}
@media (min-width: 768px) {
  #sec03 .wide_container {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -90px;
    max-width: 1170px;
  }
}
#sec03 .wide_container .plan_box {
  background-color: #faefe4;
  border: 7px solid #8a7055;
  padding: 6.4vw 4.5vw 83.46vw;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_box {
    border-width: 20px;
    padding: 100px 70px 210px;
    border-radius: 10px;
  }
}
#sec03 .wide_container .plan_box .txt01 {
  margin-top: 18px;
  text-align: center;
  font-size: min(1.3rem, 3.4666666667vw);
  color: #333333;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_box .txt01 {
    margin-top: 45px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
#sec03 .wide_container .plan_img01 .box01 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .box01 {
    margin-left: 0;
    margin-right: 0;
  }
}
#sec03 .wide_container .plan_img01 .box02 {
  width: 100%;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .box02 {
    width: 526px;
  }
}
#sec03 .wide_container .plan_img01 .box02 .d-md-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sec03 .wide_container .plan_img01 .box01, #sec03 .wide_container .plan_img01 .box02_01, #sec03 .wide_container .plan_img01 .box02_02 {
  width: 36.8vw;
  border: 2px solid #cb4961;
  background-color: #ffffff;
  color: #cb4961;
  font-size: min(2rem, 5.6vw);
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .box01, #sec03 .wide_container .plan_img01 .box02_01, #sec03 .wide_container .plan_img01 .box02_02 {
    width: 250px;
    border-width: 4px;
    font-size: 3.8rem;
    border-radius: 10px;
  }
}
#sec03 .wide_container .plan_img01 .box02_01 {
  width: 48%;
  color: #368439;
  border-color: #368439;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .box02_01 {
    width: 250px;
  }
}
#sec03 .wide_container .plan_img01 .box02_02 {
  width: 48%;
  color: #315f7c;
  border-color: #315f7c;
  letter-spacing: -0.2em;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .box02_02 {
    width: 250px;
  }
}
#sec03 .wide_container .plan_img01 .plus {
  position: relative;
  width: 100%;
  height: 11.0666666667vw;
  display: block;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .plus {
    width: 136px;
    height: auto;
  }
}
#sec03 .wide_container .plan_img01 .plus:before, #sec03 .wide_container .plan_img01 .plus:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background-color: #cb4961;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img01 .plus:before, #sec03 .wide_container .plan_img01 .plus:after {
    width: 45px;
    height: 6px;
    border-width: 4px;
  }
}
#sec03 .wide_container .plan_img01 .plus:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
#sec03 .wide_container .plan_img02 {
  width: 78.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec03 .wide_container .plan_img02 {
    width: 808px;
  }
}
#sec03 .wide_container .point_list {
  position: absolute;
  width: 82vw;
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 2.6vw;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-76.4vw);
          transform: translateX(-50%) translateY(-76.4vw);
}
@media (min-width: 768px) {
  #sec03 .wide_container .point_list {
    width: 1000px;
    gap: 30px;
    flex-wrap: nowrap;
    -webkit-transform: translateX(-50%) translateY(-183px);
            transform: translateX(-50%) translateY(-183px);
  }
}
#sec03 .wide_container .point_list .corgi06 {
  width: calc((100% - 2.6vw) / 2);
  text-align: center;
  align-content: end;
}
@media (min-width: 768px) {
  #sec03 .wide_container .point_list .corgi06 {
    width: calc((100% - 90px) / 4);
  }
}
#sec03 .wide_container .point_list .corgi06 img {
  width: min(32.266vw, 121px);
}
@media (min-width: 768px) {
  #sec03 .wide_container .point_list .corgi06 img {
    width: 186px;
  }
}
#sec03 .wide_container .point_list .circle_item {
  width: calc((100% - 2.6vw) / 2);
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: block;
  align-content: center;
}
@media (min-width: 768px) {
  #sec03 .wide_container .point_list .circle_item {
    width: calc((100% - 90px) / 4);
  }
}
#sec03 .wide_container .point_list .circle_item img {
  width: min(16.333vw, 121px);
}
@media (min-width: 768px) {
  #sec03 .wide_container .point_list .circle_item img {
    width: 110px;
  }
}
#sec03 .wide_container .point_list .circle_item p {
  font-weight: 700;
  color: #333333;
  font-size: min(3.066vw, 2.3rem);
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #sec03 .wide_container .point_list .circle_item p {
    font-size: 1.8rem;
  }
}
#sec03 .wide_container .btn {
  width: 100%;
  height: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-content: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  background-color: #368439;
  position: relative;
}
@media (min-width: 768px) {
  #sec03 .wide_container .btn {
    margin-top: 100px;
    width: 500px;
    height: 75px;
    border-radius: 10px;
  }
}
#sec03 .wide_container .btn strong {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #sec03 .wide_container .btn strong {
    font-size: 2.4rem;
  }
}
#sec03 .wide_container .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0px -3px 0px 0px rgba(156, 153, 153, 0.35);
}
@media (min-width: 768px) {
  #sec03 .wide_container .btn:before {
    border-radius: 10px;
  }
}
#sec03 .wide_container .btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
@media (min-width: 768px) {
  #sec03 .wide_container .btn:after {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
  }
}

#sec04 {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  #sec04 {
    padding: 120px 0 0;
  }
}
#sec04:before {
  content: "";
  display: block;
  width: 100%;
  top: 140px;
  bottom: 0;
  background-color: #d3ecf5;
  position: absolute;
}
@media (min-width: 768px) {
  #sec04:before {
    content: none;
  }
}
#sec04 > * {
  position: relative;
}
#sec04 .container {
  max-width: 1200px;
}
#sec04 .h2_sec04 {
  -webkit-filter: drop-shadow(1px -1px 0 var(--color_cblue)) drop-shadow(-1px -1px 0 var(--color_cblue)) drop-shadow(-1px 1px 0 var(--color_cblue)) drop-shadow(1px 1px 0 var(--color_cblue));
          filter: drop-shadow(1px -1px 0 var(--color_cblue)) drop-shadow(-1px -1px 0 var(--color_cblue)) drop-shadow(-1px 1px 0 var(--color_cblue)) drop-shadow(1px 1px 0 var(--color_cblue));
  position: relative;
}
#sec04 .h2_sec04 span {
  display: block;
  padding: 15px 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--color_cblue);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  clip-path: polygon(0 0%, 100% 0, calc(100% - 18px) 50%, 100% 100%, 0 100%, 18px 50%);
  position: relative;
}
@media (min-width: 768px) {
  #sec04 .h2_sec04 span {
    width: 840px;
    font-size: 3.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec04 .sec04_box {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #sec04 .sec04_box {
    background-color: #d3ecf5;
    margin-top: -65px;
    padding: 105px 0 80px;
  }
}
#sec04 .btn {
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-content: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  background-color: var(--color_cblue);
  position: relative;
}
@media (min-width: 768px) {
  #sec04 .btn {
    width: 800px;
    height: 75px;
    border-radius: 10px;
  }
}
#sec04 .btn strong {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #sec04 .btn strong {
    font-size: 2.4rem;
  }
}
#sec04 .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0px -3px 0px 0px rgba(156, 153, 153, 0.35);
}
@media (min-width: 768px) {
  #sec04 .btn:before {
    border-radius: 10px;
  }
}
#sec04 .btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
@media (min-width: 768px) {
  #sec04 .btn:after {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
#sec04 .txt {
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  #sec04 .txt {
    font-size: 2.4rem;
  }
}
#sec04 .txt a {
  color: var(--color_cblue);
  text-decoration: underline;
}

#sec05 {
  padding: 50px 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  #sec05 {
    padding: 120px 0 120px;
  }
}
#sec05 > * {
  position: relative;
}
#sec05:before {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  top: 26.6666666667vw;
  background-color: #fff1f5;
  position: absolute;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #sec05:before {
    top: 200px;
  }
}
#sec05 .h2_sec05 {
  margin: 0;
  padding: 0;
  margin-left: -1.2%;
  margin-right: -1.2%;
}
@media (min-width: 768px) {
  #sec05 .h2_sec05 {
    width: 898px;
    margin: 0 auto;
  }
}
#sec05 .h2_sec05 picture,
#sec05 .h2_sec05 img {
  display: block;
  width: 100%;
}
#sec05 .reason .reason_ttl {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #sec05 .reason .reason_ttl {
    margin-top: 60px;
  }
}
#sec05 .reason .reason_ttl picture {
  display: block;
  width: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #sec05 .reason .reason_ttl picture {
    width: 120px;
  }
}
#sec05 .reason .reason_ttl picture img {
  display: block;
  width: 100%;
}
#sec05 .reason .reason_ttl span {
  font-size: 1.7rem;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #sec05 .reason .reason_ttl span {
    font-size: 2.6rem;
    margin-top: 15px;
  }
}
#sec05 .reason .white {
  background-color: #ffffff;
  border-width: 5px;
  border-radius: 10px;
  border-style: solid;
  padding: 0 15px 40px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #sec05 .reason .white {
    margin-top: 30px;
    padding-bottom: 80px;
  }
}
#sec05 .reason .h3_sec05 {
  margin: 0;
  padding: 0;
  text-align: center;
}
#sec05 .reason .h3_sec05 span {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0.2em 1em;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #sec05 .reason .h3_sec05 span {
    font-size: 5rem;
    padding: 0.2em 0.8em;
  }
}
#sec05 .reason .h3_sec05 span > * {
  vertical-align: middle;
}
#sec05 .reason .h3_sec05 span small {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec05 .reason .h3_sec05 span small {
    font-size: 3rem;
  }
}
#sec05 .reason .bdr {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.4;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  #sec05 .reason .bdr {
    font-size: 2.6rem;
  }
}
#sec05 .reason .bdr span {
  background: linear-gradient(transparent 60%, #fff844 60%);
}
#sec05 .reason .app_box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box {
    display: flex;
    gap: 0 70px;
    justify-content: center;
  }
}
#sec05 .reason .app_box picture {
  display: block;
  width: 58.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box picture {
    width: 320px;
    margin: 0;
  }
}
#sec05 .reason .app_box picture img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box .dekiru {
    width: 520px;
  }
}
#sec05 .reason .app_box .dekiru > dl > dt {
  background-color: #53a8e3;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  padding: 0.5em;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box .dekiru > dl > dt {
    font-size: 2.4rem;
  }
}
#sec05 .reason .app_box .dekiru > dl > dt small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box .dekiru > dl > dt small {
    font-size: 1.8rem;
  }
}
#sec05 .reason .app_box .dekiru > dl > dd {
  margin: 0;
  padding: 20px 15px;
  background-color: #e0f2f8;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box .dekiru > dl > dd {
    padding: 25px;
  }
}
#sec05 .reason .app_box .dekiru > dl > dd li {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box .dekiru > dl > dd li {
    font-size: 1.8rem;
  }
}
#sec05 .reason .app_box .dekiru > dl > dd li.red {
  color: #ca0025;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #sec05 .reason .app_box .dekiru > dl > dd li.red {
    font-size: 2.2rem;
  }
}
#sec05 .reason .content850 {
  max-width: 850px;
  margin: 0 auto;
}
#sec05 .reason .point_box {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #sec05 .reason .point_box {
    display: flex;
    justify-content: center;
    gap: 0 10px;
  }
}
#sec05 .reason .point_box .grn {
  color: var(--color_green);
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #sec05 .reason .point_box .grn {
    font-size: 2.2rem;
    height: 70px;
    align-content: center;
  }
}
@media (min-width: 768px) {
  #sec05 .reason .point_box .zandaka {
    width: 560px;
  }
}
#sec05 .reason .point_box .zandaka picture,
#sec05 .reason .point_box .zandaka img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #sec05 .reason .point_box .ureshi {
    width: 530px;
  }
}
#sec05 .reason .point_box .tokuten {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  #sec05 .reason .point_box .tokuten {
    height: 350px;
    gap: 25px 0;
  }
}
#sec05 .reason .point_box .tokuten > li {
  border-radius: 10px;
  margin: 0;
  padding: 0;
  background-color: #eef9fc;
  color: var(--color_cblue);
  font-weight: 700;
  text-align: center;
  align-content: center;
  font-size: 2.3rem;
  height: 65px;
}
@media (min-width: 768px) {
  #sec05 .reason .point_box .tokuten > li {
    height: 100px;
    font-size: 3.5rem;
  }
}
#sec05 .reason.type01 .reason_ttl span {
  color: var(--color_pink);
}
#sec05 .reason.type01 .white {
  border-color: var(--color_pink);
}
#sec05 .reason.type01 .white .teiki_btnbox {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #sec05 .reason.type01 .white .teiki_btnbox {
    margin-top: 90px;
  }
}
#sec05 .reason.type01 .white .teiki_btnbox > li .btn {
  margin: 0;
  height: 60px;
}
@media (min-width: 768px) {
  #sec05 .reason.type01 .white .teiki_btnbox > li .btn {
    height: 85px;
  }
}
#sec05 .reason.type01 .white .teiki_btnbox > li .btn > *:nth-child(1) {
  display: inline-block;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  white-space: nowrap;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  #sec05 .reason.type01 .white .teiki_btnbox > li .btn > *:nth-child(1) {
    margin: 0;
  }
}
#sec05 .reason.type01 .white .teiki_btnbox > li.sakusei .btn {
  background-color: #8a7055;
}
#sec05 .reason.type01 .white .teiki_btnbox > li.sakusei .btn > *:nth-child(1) {
  color: var(--color_cblue);
  border-color: var(--color_cblue);
}
#sec05 .reason.type01 .white .teiki_btnbox > li.sakusei .btn > *:nth-child(1):before {
  background-color: var(--color_cblue);
}
#sec05 .reason.type01 .white .teiki_btnbox > li.kensaku .btn {
  background-color: var(--color_orange);
}
#sec05 .reason.type01 .white .teiki_btnbox > li.kensaku .btn > *:nth-child(1) {
  color: var(--color_pink);
  border-color: var(--color_pink);
}
#sec05 .reason.type01 .white .teiki_btnbox > li.kensaku .btn > *:nth-child(1):before {
  background-color: var(--color_pink);
}
#sec05 .reason.type01 .h3_sec05 span {
  background-color: var(--color_pink);
}
#sec05 .reason.type02 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sec05 .reason.type02 {
    margin-top: 80px;
  }
}
#sec05 .reason.type02 .reason_ttl span {
  color: var(--color_green);
}
#sec05 .reason.type02 .white {
  border-color: var(--color_green);
}
#sec05 .reason.type02 .white .teiki_btnbox {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #sec05 .reason.type02 .white .teiki_btnbox {
    margin-top: 90px;
  }
}
#sec05 .reason.type02 .white .teiki_btnbox > li .btn {
  margin: 0;
  height: 70px;
}
@media (min-width: 768px) {
  #sec05 .reason.type02 .white .teiki_btnbox > li .btn {
    height: 85px;
  }
}
#sec05 .reason.type02 .white .teiki_btnbox > li .btn > *:nth-child(1) {
  display: inline-block;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  white-space: nowrap;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  #sec05 .reason.type02 .white .teiki_btnbox > li .btn > *:nth-child(1) {
    margin: 0;
  }
}
#sec05 .reason.type02 .white .teiki_btnbox > li.sakusei .btn {
  background-color: var(--color_lblue);
}
#sec05 .reason.type02 .white .teiki_btnbox > li.sakusei .btn > *:nth-child(1) {
  color: var(--color_cblue);
  border-color: var(--color_cblue);
}
#sec05 .reason.type02 .white .teiki_btnbox > li.sakusei .btn > *:nth-child(1):before {
  background-color: var(--color_cblue);
}
#sec05 .reason.type02 .h3_sec05 span {
  background-color: var(--color_green);
}

#sec06 {
  padding: 50px 0 50px;
}
@media (min-width: 768px) {
  #sec06 {
    padding: 120px 0 120px;
  }
}
#sec06 .h2_sec06 {
  margin: 0;
  padding: 0;
  color: var(--color_pink);
  border: 1px var(--color_pink) solid;
  border-radius: 1000px;
  text-align: center;
  height: 65px;
  align-content: center;
  position: relative;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  #sec06 .h2_sec06 {
    font-size: 3.8rem;
    width: 600px;
    margin: 0 auto;
  }
}
#sec06 .h2_sec06 small {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #sec06 .h2_sec06 small {
    font-size: 3rem;
  }
}
#sec06 .h2_sec06 > * {
  position: relative;
}
#sec06 .h2_sec06:after, #sec06 .h2_sec06:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--color_pink);
}
#sec06 .h2_sec06:after {
  background-color: #fff;
  bottom: 2px;
}
#sec06 .pic {
  display: block;
  width: 112px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  #sec06 .pic {
    width: 173px;
    margin-top: 30px;
  }
}
#sec06 .pic img {
  width: 100%;
  display: block;
}
#sec06 .bnr {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 15px 0;
}
@media (min-width: 768px) {
  #sec06 .bnr {
    flex-direction: row;
    justify-content: center;
    gap: 0 40px;
    margin-top: 40px;
  }
}
#sec06 .bnr > li {
  padding: 0;
  margin: 0;
  background-color: #e2dfe0;
  padding: 0 15px 15px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #sec06 .bnr > li {
    padding: 0 30px 30px;
  }
}
#sec06 .bnr > li > a {
  display: block;
}
#sec06 .bnr > li > a img {
  display: block;
  width: 100%;
}
#sec06 .icn {
  display: flex;
  justify-content: flex-end;
  gap: 0 8px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #sec06 .icn {
    padding: 20px 0;
  }
}
#sec06 .icn > * {
  background-color: #ffffff;
  border-radius: 1000px;
  width: 5em;
  padding: 0.2em 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  #sec06 .icn > * {
    font-size: 2.2rem;
  }
}
#sec06 .icn > *.shop {
  color: var(--color_cblue);
}
#sec06 .icn > *.app {
  color: var(--color_pink);
}

#lineup01 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #lineup01 {
    margin-top: 100px;
  }
}

#lineup02 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #lineup02 {
    margin-top: 100px;
  }
}

#lineup03 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #lineup03 {
    margin-top: 100px;
  }
}

#lineup04 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #lineup04 {
    margin-top: 100px;
  }
}

#lineup05 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #lineup05 {
    margin-top: 100px;
  }
}

.rightfixedblock {
  position: fixed;
  right: 0;
  bottom: 130px;
  z-index: 5;
}
@media (min-width: 768px) {
  .rightfixedblock {
    bottom: auto;
    top: 450px;
  }
}
.rightfixedblock > a {
  display: flex;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  width: 150px;
  height: 50px;
  padding: 8px;
  align-items: center;
  gap: 0 10px;
  border-radius: 10px 0 0 10px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .rightfixedblock > a {
    font-size: 1.6rem;
    width: 220px;
    height: 80px;
  }
}
.rightfixedblock > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
  box-shadow: inset 0px -3px 0 rgba(156, 153, 153, 0.3);
  mix-blend-mode: multiply;
}
.rightfixedblock > a:nth-child(1) {
  background-color: var(--color_pink);
}
.rightfixedblock > a:nth-child(1) > i {
  background: url(../img/icn_corgi11.svg) no-repeat center/contain;
}
.rightfixedblock > a:nth-child(2) {
  margin-top: 15px;
  background-color: var(--color_lblue);
}
.rightfixedblock > a:nth-child(2) > i {
  background: url(../img/icn_corgi12.svg) no-repeat center/contain;
}
.rightfixedblock > a > i {
  width: 40px;
  height: 45px;
}
@media (min-width: 768px) {
  .rightfixedblock > a > i {
    width: 50px;
    height: 55px;
  }
}

.top_modal2 .modal2_ttl .txt {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top_modal2 .modal2_ttl .txt {
    font-size: 2.6rem;
  }
}
.top_modal2 .osusume {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .top_modal2 .osusume {
    width: calc((100% - 30px) / 2);
  }
}
.top_modal2 .osusume span {
  display: block;
  text-align: center;
  color: var(--color_pink);
  font-weight: 700;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .top_modal2 .osusume span {
    font-size: 1.8rem;
  }
}
.top_modal2 .teiki_btnbox {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .top_modal2 .teiki_btnbox {
    margin-top: 40px;
  }
}
.top_modal2 .teiki_btnbox > li .btn {
  margin: 0;
  height: 60px;
}
@media (min-width: 768px) {
  .top_modal2 .teiki_btnbox > li .btn {
    height: 85px;
  }
}
.top_modal2 .teiki_btnbox > li .btn > *:nth-child(1) {
  display: inline-block;
  width: 240px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  white-space: nowrap;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .top_modal2 .teiki_btnbox > li .btn > *:nth-child(1) {
    margin: 0;
    width: 310px;
  }
}

.modal_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .modal_ttl {
    font-size: 2.8rem;
  }
}

.modal_pic {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .modal_pic {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.modal_pic img {
  width: 100%;
  height: auto;
}

.modal_note {
  display: flex;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .modal_note {
    font-size: 2rem;
  }
}
.modal_note > *:nth-child(1) {
  flex-shrink: 0;
}
.modal_note > *:nth-child(2) {
  flex-grow: 1;
}

/* 下層パーツ */
.teiki_ttl {
  display: flex;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px var(--color_pink) solid;
  border-radius: 5px;
  height: 90px;
  gap: 0 20px;
  align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.teiki_ttl .items {
  margin: 0;
  padding: 0;
  width: 65px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media (min-width: 768px) {
  .teiki_ttl .items {
    flex-direction: row;
    width: 210px;
    gap: 0 10px;
    justify-content: flex-end;
  }
}
.teiki_ttl .items li {
  list-style: none;
  width: 65px;
  height: 26px;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .teiki_ttl .items li {
    width: 100px;
    height: 40px;
    font-size: 2.2rem;
  }
}
.teiki_ttl .items li.shop {
  background-color: var(--color_cblue);
}
.teiki_ttl .items li.app {
  background-color: var(--color_pink);
}
.teiki_ttl .h1_teiki {
  flex-grow: 1;
}
.teiki_ttl.jiyu {
  height: 150px;
}
@media (min-width: 768px) {
  .teiki_ttl.cosmos .items {
    width: 100px;
  }
}
.teiki_ttl.cosmos .h1_teiki {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .teiki_ttl.cosmos .h1_teiki {
    font-size: 3.8rem;
  }
}

.h1_teiki {
  color: var(--color_pink);
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .h1_teiki {
    font-size: 3.8rem;
  }
}
.h1_teiki span {
  display: inline-block;
}

.idt01 {
  padding-left: 2em;
  text-indent: -1em;
}

.list_disc {
  list-style: disc outside;
  margin: 0;
  padding-left: 1.5em;
}

.table_inner01 {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 1px;
  background-color: #ddd;
}
@media (min-width: 768px) {
  .table_inner01 {
    grid-template-columns: 50% 1fr;
  }
}
.table_inner01 > dt {
  background-color: #fff2f6;
  margin: 0;
  padding: 0.6em 0.8em;
}
.table_inner01 > dd {
  background-color: #fff;
  margin: 0;
  padding: 0.6em 0.8em;
}
.table_inner01 > dd .list-wrap {
  margin-top: 0;
}
@media (min-width: 768px) {
  .table_inner01 > *:nth-child(2) {
    order: 3;
  }
  .table_inner01 > *:nth-child(3) {
    order: 2;
  }
  .table_inner01 > *:nth-child(4) {
    order: 4;
  }
}

.teiki_btnbox {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  gap: 45px 0;
}
@media (min-width: 768px) {
  .teiki_btnbox {
    flex-direction: row;
    gap: 0 30px;
    margin-top: 80px;
    justify-content: center;
  }
}
.teiki_btnbox > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .teiki_btnbox > li {
    width: calc((100% - 30px) / 2);
  }
}
.teiki_btnbox > li.club .btn, .teiki_btnbox > li.sakusei .btn {
  background-color: var(--color_orange);
}
.teiki_btnbox > li.club .btn > *:nth-child(1), .teiki_btnbox > li.sakusei .btn > *:nth-child(1) {
  color: var(--color_pink);
  border: 1px var(--color_pink) solid;
}
.teiki_btnbox > li.club .btn > *:nth-child(1):before, .teiki_btnbox > li.sakusei .btn > *:nth-child(1):before {
  background-color: var(--color_pink);
}
.teiki_btnbox > li.club .txt_link a, .teiki_btnbox > li.sakusei .txt_link a {
  color: var(--color_orange);
}
.teiki_btnbox > li.club .btn {
  margin-left: 0;
  margin-right: 0;
}
.teiki_btnbox > li.club .btn > *:nth-of-type(1) {
  width: 100%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  margin-left: 0;
  margin-right: 0;
}
.teiki_btnbox > li.club ~ .kensaku .btn {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .teiki_btnbox > li.club ~ .kensaku .btn {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.teiki_btnbox > li.club ~ .kensaku .btn > *:nth-of-type(1) {
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .teiki_btnbox > li.club ~ .kensaku .btn > *:nth-of-type(1) {
    left: -15px;
    right: -15px;
  }
}
.teiki_btnbox > li.kensaku .btn {
  background-color: var(--color_lblue);
}
.teiki_btnbox > li.kensaku .btn > *:nth-child(1) {
  color: var(--color_cblue);
  border: 1px var(--color_cblue) solid;
}
.teiki_btnbox > li.kensaku .btn > *:nth-child(1):before {
  background-color: var(--color_cblue);
}
.teiki_btnbox > li.kensaku .txt_link a {
  color: var(--color_lblue);
}
.teiki_btnbox > li .btn {
  display: block;
  position: relative;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  height: 80px;
  align-content: center;
}
@media (min-width: 768px) {
  .teiki_btnbox > li .btn {
    height: 90px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.teiki_btnbox > li .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0px -3px 0 rgba(156, 153, 153, 0.3);
  mix-blend-mode: multiply;
}
.teiki_btnbox > li .btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
@media (min-width: 768px) {
  .teiki_btnbox > li .btn:after {
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.teiki_btnbox > li .btn > * {
  display: block;
}
.teiki_btnbox > li .btn > *:nth-child(1) {
  font-size: 1.2rem;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: -15px;
  right: -15px;
  padding: 5px 0;
  text-align: center;
  border-radius: 1000px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-weight: 700;
}
@media (min-width: 768px) {
  .teiki_btnbox > li .btn > *:nth-child(1) {
    font-size: 1.6rem;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.teiki_btnbox > li .btn > *:nth-child(1):after, .teiki_btnbox > li .btn > *:nth-child(1):before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.teiki_btnbox > li .btn > *:nth-child(1):after {
  bottom: 2px;
}
.teiki_btnbox > li .btn > *:nth-child(2) {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .teiki_btnbox > li .btn > *:nth-child(2) {
    font-size: 2.2rem;
  }
}
.teiki_btnbox > li .txt_link {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .teiki_btnbox > li .txt_link {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.teiki_tokutyo {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 25px 0;
}
@media (min-width: 768px) {
  .teiki_tokutyo {
    flex-direction: row;
    justify-content: center;
    gap: 0 30px;
  }
}
.teiki_tokutyo > li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .teiki_tokutyo > li {
    width: calc((100% - 60px) / 3);
  }
}
.teiki_tokutyo > li .ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color_pink);
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px var(--color_pink) solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 15px 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .teiki_tokutyo > li .ttl {
    font-size: 2.1rem;
    width: 140px;
    padding: 20px 0;
  }
}
.teiki_tokutyo > li .ttl > * {
  vertical-align: middle;
  line-height: 1;
}
.teiki_tokutyo > li .ttl span {
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}
.teiki_tokutyo > li .ttl strong {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .teiki_tokutyo > li .ttl strong {
    font-size: 3.5rem;
  }
}
.teiki_tokutyo > li .images {
  height: 75px;
  display: block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .teiki_tokutyo > li .images {
    margin-top: 25px;
    height: 100px;
  }
}
.teiki_tokutyo > li .images img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.teiki_tokutyo > li .cont {
  font-size: 1.3rem;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .teiki_tokutyo > li .cont {
    font-size: 1.8rem;
    padding: 25px 0;
  }
}
.teiki_tokutyo > li .cont .add {
  margin-top: 1em;
  display: block;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .teiki_tokutyo > li .cont .add {
    font-size: 1.6rem;
  }
}
.teiki_tokutyo > li .cont .linkright {
  text-align: right;
  padding-right: 15px;
}
.teiki_tokutyo > li .cont .linkright a {
  color: #53a8e3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(1) {
    width: auto;
    flex-grow: 1;
    display: flex;
  }
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(1) .left {
    width: 300px;
    flex-shrink: 0;
  }
}
.teiki_tokutyo.welcome > li:nth-of-type(1) .right {
  border-top: 1px var(--color_pink) solid;
  margin: 0 15px 15px;
  padding-top: 15px;
}
.teiki_tokutyo.welcome > li:nth-of-type(1) .right .table [class*=__cell] {
  padding: 0;
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(1) .right {
    border-top: none;
    margin: 30px 30px 30px 0;
    padding-top: 0;
    padding-left: 30px;
    border-left: 1px var(--color_pink) solid;
  }
}
.teiki_tokutyo.welcome > li:nth-of-type(1) .right .ttl_normal {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(1) .right .ttl_normal {
    font-size: 1.6rem;
  }
}
.teiki_tokutyo.welcome > li:nth-of-type(1) .right .list_disc {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(1) .right .list_disc {
    font-size: 1.6rem;
  }
}
.teiki_tokutyo.welcome > li:nth-of-type(1) .right .table__body {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(1) .right .table__body {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .teiki_tokutyo.welcome > li:nth-of-type(2) {
    width: 277px;
    flex-shrink: 0;
  }
}

.teiki_mdl_btn {
  margin-top: 10px;
  display: block;
  position: relative;
  border-radius: 5px;
  margin-left: 70px;
  margin-right: 70px;
  height: 26px;
  align-content: center;
  background-color: var(--color_pink);
  cursor: pointer;
}
@media (min-width: 768px) {
  .teiki_mdl_btn {
    height: 40px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.teiki_mdl_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: inset 0px -3px 0 rgba(156, 153, 153, 0.3);
  mix-blend-mode: multiply;
}
.teiki_mdl_btn > * {
  display: block;
  text-align: center;
  color: #ffffff;
}
.teiki_mdl_btn span {
  font-weight: 700;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .teiki_mdl_btn span {
    font-size: 2rem;
  }
}

.indList {
  display: flex;
  gap: 0 0.5em;
}
.indList > * {
  margin: 0;
  padding: 0;
}
.indList > *:nth-of-type(1) {
  flex-shrink: 0;
}

.whitebase {
  background-color: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .whitebase {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.whitebase.select {
  margin-top: 50px;
}
.whitebase .whitebase_container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.whitebase .anchor_list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media (min-width: 768px) {
  .whitebase .anchor_list {
    flex-direction: row;
    justify-content: center;
    gap: 0 30px;
  }
}
.whitebase .anchor_list > * {
  width: 100%;
  height: 108px;
  text-align: center;
  align-content: center;
  font-size: 2.1rem;
  color: var(--color_pink);
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .whitebase .anchor_list > * {
    width: 350px;
    height: 136px;
    font-size: 2.8rem;
  }
}
.whitebase .h2_under {
  padding-bottom: 25px;
}
.whitebase:has(#plan03) {
  padding-bottom: 25px;
}
.whitebase .attention-box {
  margin-top: 0;
}
.whitebase:has(.attention-box) {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .whitebase:has(.attention-box) {
    padding-left: 0;
    padding-right: 0;
  }
}
.whitebase:has(.attention-box) .attention-box {
  padding: 20px;
}
@media (min-width: 768px) {
  .whitebase:has(.attention-box) .attention-box {
    padding: 28px;
  }
}

.money_picbox {
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .money_picbox {
    padding: 30px 0;
  }
}
.money_picbox:before, .money_picbox:after {
  content: "";
  width: 15px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .money_picbox:before, .money_picbox:after {
    content: none;
  }
}
.money_picbox:before {
  left: -15px;
}
.money_picbox:after {
  right: -18px;
}
.money_picbox p {
  margin: 0;
  font-size: 1.1rem;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .money_picbox p {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .money_picbox p.note {
    text-align: center;
    width: 500px;
  }
}
.money_picbox .money_ttl {
  color: var(--color_pink);
  font-size: 1.9rem;
  margin: 0;
  font-weight: 700;
  border-bottom: 2px var(--color_pink) solid;
}
@media (min-width: 768px) {
  .money_picbox .money_ttl {
    font-size: 2.6rem;
  }
}
.money_picbox .money_txt {
  font-size: 1.2rem;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .money_picbox .money_txt {
    font-size: 1.8rem;
  }
}

.tab-money02 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767.98px) {
  .note-list-v2.em2 > li {
    padding-left: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .note-list-v2.em2 > li {
    padding-left: 2em;
  }
}
.moneyplan_tablettl {
  font-size: 1.6rem;
  color: #315f7c;
  font-weight: 700;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}
@media (min-width: 768px) {
  .moneyplan_tablettl {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    font-size: 2.4rem;
  }
}

/* 既存CSS調整 */
.tab-v2 .tab-v2__button {
  color: var(--color_cblue);
  font-weight: 700;
  border-color: var(--color_cblue);
}

@media (min-width: 768px) {
  .tab-v2__list > li:not(.is-current) .tab-v2__button:hover {
    border-color: var(--color_cblue);
    background-color: var(--color_cblue);
    color: #fff;
  }
}
.heading1__subtitle {
  margin-bottom: 10px;
}

.link-list__type--pdf:after {
  background-image: url(../img/icn_pdf.svg);
}

.table [class*=__cell].nopadding {
  padding: 0;
}

@media (min-width: 768px) {
  [class^=table__w--].w-md-20 {
    width: 20% !important;
  }
  [class^=table__w--].w-md-80 {
    width: 80% !important;
  }
}

.description-list + .description-list {
  margin-top: 1em;
}

body.modal-open {
  overflow: hidden;
}

#modal-overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
#modal-overlay.active {
  pointer-events: all;
  visibility: visible;
  transition: all 0.5s ease;
  opacity: 1;
}

.modal-base {
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal-base.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.modalBox {
  width: 80%;
  max-width: 900px;
  max-height: 80%;
  padding: 40px 20px 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modalBox {
    padding: 60px 30px 50px;
  }
}
.modal-close-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal-close-inner:after, .modal-close-inner:before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: calc(50% - 1px);
  left: 10%;
}
.modal-close-inner:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close-inner:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-close-outer {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #ffffff;
}
.modal-close-outer:after, .modal-close-outer:before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: calc(50% - 1px);
  left: 10%;
}
.modal-close-outer:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close-outer:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal_btn {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: blue;
  line-height: 1;
  color: #ffffff;
  padding: 0.5em 10px;
  border-radius: 1000px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) {
  .modal_btn {
    width: 150px;
  }
}/*# sourceMappingURL=style.css.map */