@charset "UTF-8";
body {
  background-color: #F3B0CD;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.pc {
  display: none;
}

.sp {
  display: inline;
}

/* ボタンのスタイル ----------------------------------------------- */
.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e4007f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
  background-color: #be0068;
  transition: all 0.5s;
}

.bike {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.bike .bike-pic {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 1000;
}
.bike .bike-pic img {
  width: 120px;
  height: auto;
}

a {
  transition: all 0.5s;
}

.a_home {
  text-decoration: none;
  color: #e4007f;
}

.a_home:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #F3B0CD;
  border-radius: 3px;
}

.header-top {
  height: 3%;
  min-height: 40px;
  background: #F3B0CD;
  color: #e4007f;
  padding-top: 10px;
}

.footer {
  background: #e4007f;
  height: 60px;
  color: white;
  font-size: 1rem;
  padding: 1rem;
  margin-top: 3rem;
}

span.b {
  font-size: larger;
  font-weight: bold;
}

.top {
  background: #e4007f;
  padding-top: 1.5rem;
}

.box {
  background: white;
  border-radius: 15px;
}

.margin1 {
  margin: 1.5rem 0;
}

.margin2 {
  margin-bottom: 40px;
}

.catch {
  margin-top: 1.5rem;
}

.manifest h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e4007f;
  margin-bottom: 1rem;
}
.manifest .dog {
  width: 40%;
  height: auto;
  max-width: 180px;
  margin: 0.5rem 0 0 0.5rem;
  border-radius: 15px;
}

.profile {
  background-color: #e4007f;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: 0;
}

.box2 {
  background-color: #e4007f;
  color: white;
}
.box2 h3 {
  font-size: 1.15rem;
}

.myprofile .box3 {
  background: linear-gradient(0deg, #ef7db6, #e4007f);
  padding: 2rem 1rem;
}
.myprofile .box3 img {
  border-radius: 15px;
}
.myprofile .title {
  font-size: 1.2rem;
  color: white;
}

.line {
  background-image: url(../img/line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 8px;
}

.question-heading {
  margin: 0;
}
.question-heading__q {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-right: 0.5rem;
}
.question-heading__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
}
.question-heading__text strong {
  color: #e60012;
}
@media (max-width: 767.98px) {
  .question-heading__q {
    font-size: 3rem;
  }
  .question-heading__text {
    font-size: 1.2rem;
  }
}

.box_q {
  margin: 1.5rem 5rem;
}
@media (max-width: 767.98px) {
  .box_q {
    margin: 1.5rem 1rem;
  }
}

.p_bgred {
  background: #c20909;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
}

.result-box {
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
  border: 1px solid #e60012;
  border-radius: 8px;
  padding: 6px 10px 8px;
  color: #333;
  font-weight: 700;
}
.result-box__title {
  color: #e60012;
  font-size: 1rem;
  line-height: 1.3;
}
.result-box__number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  border-bottom: 1px solid #e60012;
  padding-bottom: 2px;
  line-height: 1;
}
.result-box__number span {
  font-size: 0.9rem;
}
.result-box__number strong {
  color: #be0068;
  font-size: 1.8rem;
  line-height: 1;
}
.result-box__description {
  padding-top: 4px;
  font-size: 0.75em;
  line-height: 1.4;
}

.photo-card {
  margin: 0;
}
.photo-card img {
  display: block;
  width: 100%;
  height: auto;
}
.photo-card figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.four-points {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #c20909;
  border-radius: 8px;
}
.four-points__title {
  margin: 0;
  padding: 10px;
  background-color: #c20909;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.four-points__item {
  height: 100%;
  padding: 8px 8px 10px;
  text-align: center;
}
.four-points__icon {
  height: 80x;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-points__icon img {
  width: auto;
  height: 80px;
  max-width: 80px;
}
.four-points__heading {
  margin: 0 0 3px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}
.four-points__text {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.four-points__item--life .four-points__heading {
  color: #c9152b;
}
.four-points__item--safety .four-points__heading {
  color: #16549b;
}
.four-points__item--environment .four-points__heading {
  color: #23733d;
}
.four-points__item--finance .four-points__heading {
  color: #c9152b;
}
@media (max-width: 767.98px) {
  .four-points__title {
    font-size: 1rem;
  }
  .four-points__item {
    padding: 10px 6px;
  }
  .four-points__icon {
    height: 42px;
  }
  .four-points__icon img {
    height: 42px;
  }
  .four-points__heading {
    font-size: 0.85rem;
  }
  .four-points__text {
    font-size: 0.72rem;
  }
}

.four-points_budget {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #be0068;
  border-radius: 8px;
}
.four-points_budget__item {
  height: 100%;
  padding: 8px 8px 10px;
  text-align: center;
}
.four-points_budget__icon {
  height: 80x;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.four-points_budget__icon img {
  width: auto;
  height: 80px;
  max-width: 80px;
}
.four-points_budget__heading {
  margin: 0 0 3px;
  color: #e60012;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}
.four-points_budget__text {
  margin: 0;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .four-points_budget__title {
    font-size: 1rem;
  }
  .four-points_budget__item {
    padding: 10px 6px;
  }
  .four-points_budget__icon {
    height: 42px;
  }
  .four-points_budget__icon img {
    height: 42px;
  }
  .four-points_budget__heading {
    font-size: 0.85rem;
  }
  .four-points_budget__text {
    font-size: 0.72rem;
  }
}

.title_qa {
  color: red;
  text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}
.title_qa span {
  color: #333;
}

.question-heading02 {
  margin: 0;
}
.question-heading02__q {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-right: 0.5rem;
}
.question-heading02__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
}
.question-heading02__text strong {
  color: #e60012;
}
@media (max-width: 767.98px) {
  .question-heading02__q {
    font-size: 3rem;
  }
  .question-heading02__text {
    font-size: 1.2rem;
  }
}

.qa-card {
  background-color: white;
  border: 2px solid #be0068;
  border-radius: 16px;
  height: 100%;
  color: #333;
  /* A. およびリストのスタイル */
}
.qa-card .qa-body .a-symbol {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  color: #333;
  flex-shrink: 0;
}
.qa-card .qa-body .a-list li {
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1rem;
}
.qa-card .qa-body .a-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.qa-card {
  /* 下部の赤文字キャッチコピー */
}
.qa-card .qa-footer {
  color: #e60012;
  line-height: 1.5;
  font-size: 1.1rem;
}

/* 6番目の「これからの重点テーマ」用カード */
.theme-card .theme-title {
  color: #e60012;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
}
.theme-card .theme-list {
  padding-left: 1rem;
}
.theme-card .theme-list li {
  margin-bottom: 0.75rem;
}
.theme-card .theme-list li:last-child {
  margin-bottom: 0;
}
.theme-card .theme-list .icon-wrap {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.theme-card .theme-list .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-card .theme-list .theme-text {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.origin-card {
  background-color: white;
  border: 2px solid #be0068;
  border-radius: 16px;
}
.origin-card .origin-label {
  display: inline-block;
  width: 80%;
  background-color: #c20909;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.35rem 1.25rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.origin-card .origin-label span {
  font-size: 1.3rem;
}
.origin-card .origin-body {
  line-height: 1.7;
}
.origin-card .origin-subbox {
  border: 2px solid #c20909;
  border-radius: 16px;
  margin: 0 auto;
  width: 90%;
}
.origin-card .origin-subbox .subbox-badge {
  background-color: #c20909;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.25rem 1.75rem;
  border-radius: 50px;
  white-space: nowrap;
}
.origin-card .origin-subbox .highlight-text {
  color: red;
  font-size: 1.3rem;
}

.custom-list-wrap .heading-col {
  width: 4rem;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.6;
}
.custom-list-wrap .content-col ul li {
  font-size: 20px;
  line-height: 1.6;
}

.balloon-btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 90%;
  background: white;
  border-radius: 15px;
}

.balloon-btm:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid white;
}

.balloon-top-s {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: white;
  border-radius: 15px;
}

.balloon-top-s:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}

.balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 600px;
  background: white;
  border-radius: 15px;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 70%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}

.balloon-r_btm {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: white;
  border-radius: 15px;
}

.balloon-r_btm:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid white;
}

.balloon-l_top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 500px;
  background: white;
  border-radius: 15px;
}

.balloon-l_top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 18%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid white;
}

.balloon-btm p,
.balloon-top-s p,
.balloon-top p,
.balloon-r_btm p,
.balloon-l_top p {
  margin: 0;
  padding: 1rem;
}
.balloon-btm p span,
.balloon-top-s p span,
.balloon-top p span,
.balloon-r_btm p span,
.balloon-l_top p span {
  color: #e4007f;
  font-weight: bold;
}

.box_mp {
  width: 90%;
  color: #e4007f;
  padding: 1.8rem;
  margin: 1.5rem 0 2.5rem 0;
  background: white;
  border-radius: 15px;
  border: #e4007f solid 2px;
  font-size: 1.2rem;
}

.img_mp1 {
  width: 70%;
  height: auto;
}

.img_mp2 {
  width: 70%;
  height: auto;
}

.img_mp3 {
  width: 70%;
  max-width: 260px;
  height: auto;
}

.img_mp4 {
  width: 70%;
  max-width: 410px;
  height: auto;
}

.img_mp5 {
  width: 40%;
  height: auto;
}

.tel {
  background: #e4007f;
  color: white;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.a_number {
  color: white;
  text-decoration: none;
}

.a_number:hover {
  color: #F3B0CD;
}

.sns {
  background: white;
  padding: 3rem 2rem;
}

.signature {
  width: 60%;
  max-width: 250px;
  height: auto;
}

.icon_home {
  display: inline-block;
  padding-right: 0.2rem;
}

.icon-sns {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 60px;
}

@media (min-width: 576px) {
  .manifest .dog {
    width: 120px;
    height: auto;
    margin: 0.5rem 0 0 0.5rem;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .catch {
    margin-top: 0;
  }
  .profile {
    font-size: 1.4rem;
  }
  .manifest .dog {
    width: 140px;
    height: auto;
    margin: 0.5rem 0 0 0.5rem;
    border-radius: 15px;
  }
  .balloon-btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 90%;
    background: white;
    border-radius: 15px;
  }
  .balloon-btm:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid white;
  }
  .balloon-top-s {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 480px;
    background: white;
    border-radius: 15px;
  }
  .balloon-top-s:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 90%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
  }
  .balloon-r_btm {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    width: 460px;
    background: white;
    border-radius: 15px;
  }
  .balloon-r_btm:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 475px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid white;
  }
  .balloon-l_top {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 50%;
    background: white;
    border-radius: 15px;
    max-height: 200px;
  }
  .balloon-l_top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid white;
  }
  .box_mp {
    width: 70%;
    max-width: 600px;
  }
  .img_mp_icon {
    width: 180px;
    height: auto;
  }
  .img_mp1 {
    width: 25%;
    height: auto;
  }
  .img_mp2 {
    width: 30%;
    height: auto;
  }
  .img_mp3 {
    width: 100%;
    height: auto;
  }
  .img_mp4 {
    width: 30%;
    height: auto;
  }
  .img_mp5 {
    width: 30%;
    height: auto;
    height: auto;
  }
  .signature {
    width: 30%;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .manifest .dog {
    width: 180px;
    height: auto;
    margin: 0.5rem 0 0 0.5rem;
    border-radius: 15px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
  .manifest h2 {
    font-size: 1.4rem;
  }
  .box_mp {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style2026.css.map */