@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
th,
td,
button,
a,
span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
ol,
ul {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
address {
  font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
  font-size: 1rem;
  font-size: 10px;
  height: 100%;
}
body {
  color: #4f403a;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fffdf8;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
img {
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
table,
tbody,
thead,
tr,
th,
td {
  position: static;
}

.container {
  width: 1080px;
  margin: 0 auto;
}
.mt_60 {
  margin-top: 60px !important;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 0.76923vw;
  }
}
@media only screen and (max-width: 600px) {
  .wrapper {
    overflow: hidden;
  }
  img {
    width: 100%;
  }
  html {
    font-size: 2.6667vw;
  }
  .mt_35 {
    margin-top: 35px !important;
  }
  .container {
    width: 100%;
  }
}

/*font
----------------------------------------*/
.marugo {
  font-family: "Zen Maru Gothic", serif;
}
.en {
  font-family: "Roboto", sans-serif;
}

.red_text {
  color: #e10e0e;
}

.big_txt {
  font-size: 20px;
}

.blue_txt {
  color: #094198;
}

.fw_bold {
  font-weight: bold;
}
.bg_red {
  background-color: #f84245 !important;
}
.bg_yellow {
  background-color: #ee8d06 !important;
}
.bg_green {
  background-color: #14c57e !important;
}
.z_100 {
  z-index: 100;
}
/* img
----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

/*header
----------------------------------------*/
.header {
  z-index: 1000;
  background-color: #fff;
  color: #094198;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 4px 4px -4px #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.header_logo {
  width: 65%;
}
.header_logo a {
  display: inline-block;
  vertical-align: middle;
}
.header_logo img {
  width: 28.4rem;
  display: block;
}
.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav_links {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.nav_item {
  display: flex;
  position: relative;
  padding: 20px 0 15px;
  z-index: 100;
}
.hover_menu {
  display: none;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
  pointer-events: none;
}

.w_240 {
  width: 220px !important;
}

.hover_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hover_menu li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  color: #1280c5;
}

/* .hover_menu li:last-child {
  border-bottom: none;
} */

.nav_item:hover .hover_menu,
.hover_menu:hover {
  display: block;
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

.hover_menu li:hover {
  background-color: #f0f0f0; /* Add a hover effect to the list items */
}
.nav_item img {
  object-fit: contain;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .header {
    padding: 1.5rem;
  }
  .header_content {
    width: 75%;
  }
  .header_logo,
  .nav_links {
    width: 50%;
  }
  .header_logo img {
    width: 35.4rem;
  }
}

@media only screen and (max-width: 600px) {
  .header {
    padding: 0;
  }
  .header_content {
    display: block;
    width: 100%;
  }
  .header_logo {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
  }
  .header_logo a {
    width: 16.9rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 410px) {
  .accordion-content_3 li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  .accordion-content_3 li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 345px) {
  .accordion-content_3 li {
    font-size: 14px;
  }
}

/* バーガメニュー */
.hamburger_icon {
  display: none;
}
.hidden {
  display: none;
}
@media only screen and (max-width: 600px) {
  .nav_links.mobile {
    display: none; /* 初期は非表示 */
  }

  .hamburger {
    display: block;
    width: 22px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 17px;
  }
  .hamburger.active {
    height: 15px;
  }
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #094198;
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  .hamburger span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }
  .hamburger span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    top: 96%;
  }
  .nav_links.mobile.active {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav_item {
    background-color: #ebf4ff;
    border: 1px solid #094198;
    padding: 15px;
  }
  .nav_item:first-child {
    border-bottom: none;
  }
  .nav_item img {
    width: 25px;
  }
  .menu {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .menu.active {
    display: block;
  }
  .close_button_area {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
  }
  .close_button_area p {
    margin: 0 auto;
    padding: 5px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    width: 50%;
    text-align: center;
    border-radius: 30px;
  }
}

/*mainv
----------------------------------------*/
main {
  padding-top: 80px;
  background-image: url("../img/background_image.png"); /* フォールバック */
  background-image: url("../img/background_image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_img_none {
  background-image: none;
}
.mainv {
  margin-bottom: 1.5rem;
}
.mainv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 51.6rem;
  background: url(../img/mainv_bg.png) left top / 13.6rem auto;
}
.mainv_ttl {
  padding-top: 4.7rem;
  margin-bottom: -0.95rem;
}
.mainv_ttl p {
  text-align: center;
}
.mainv_ttl p::before,
.mainv_ttl p::after {
  content: "";
  display: inline-block;
  width: 10.8rem;
  height: 0.8rem;
  box-sizing: border-box;
  border-bottom: 0.3rem solid #184193;
  border-top: 0.1rem solid #184193;
  vertical-align: 1.1rem;
  margin: 0 1.5rem;
}
.mainv_ttl p img {
  width: 19.2rem;
  display: inline-block;
}
.mainv_ttl h1 {
  text-align: center;
  margin-top: 0.3rem;
}
.mainv_ttl h1 > span {
  display: flex;
  justify-content: center;
}
.mainv_ttl h1 > span:nth-child(1) {
  z-index: 1;
  margin-bottom: -0.9rem;
}
.mainv_ttl h1 > span:nth-child(1) > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  background: #e35959;
  color: #fff;
  font-size: 3.2rem;
  padding: 0 0 0.7rem 0.2rem;
  text-align: center;
  margin: 0 -0.47rem;
}
.mainv_ttl h1 > span:nth-child(2) > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 50%;
  background: #fff;
  color: #184193;
  font-size: 6.1rem;
  padding: 0 0 0.8rem;
  text-align: center;
  margin: 0 -1rem;
}
.mainv_form figure {
  position: absolute;
  width: 70%;
  right: 1%;
  z-index: 10;
  top: -35%;
}
.mainv_form_inner {
  padding: 5.5% 7%;
  background-image: url("../img/form_background.png");
  background-image: url("../img/form_background.webp");
  background-size: 100%;
  margin-top: 85px;
  border-radius: 1rem;
}
.mainv_form_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.9rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.9rem;
  background: #fff;
  width: 92.5%;
}
.mainv_form_type {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mainv_form_type li {
  width: 24.5%;
}
.input_img {
  width: 3rem;
  height: 3.7rem;
  display: inline-block;
}
.cat_img {
  width: 4rem;
}
.bird_img {
  width: 3.6rem;
  height: 3.4rem;
}
.other_img {
  width: 3rem;
  height: 3rem;
}
.mainv_form_type li:nth-child(1) {
  margin-left: 0;
}
.mainv_form_type li input[type="radio"] {
  display: none;
}
.mainv_form_type li input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 1rem;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 13px 17px 13px 27px;
  cursor: pointer;
  height: 70px;
  gap: 15px;
}
.mainv_form_type li input[type="radio"]:checked + label {
  background: #ebf4ff;
  border: 2px solid #094198;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.mainv_form_type li input[type="radio"] + label span {
  font-size: 16px;
  font-weight: 500;
  color: #094198;
  margin-left: 10px;
}
.mainv_form_type li input[type="radio"]:checked + label span {
  color: #094198;
}
.mainv_form dl {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}
.mainv_form dl dt {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding-right: 1.2rem;
  color: #000;
}
.mainv_form dl dt:nth-of-type(2) {
  font-size: 22px;
  margin-left: 3rem;
  padding-right: 0.9rem;
  color: #000;
}
.mainv_form dl dd {
  width: 49%;
}
.mainv_form dl dd:nth-of-type(2) {
  width: 24%;
}
.mainv_form dl dd select {
  appearance: none;
  border: 1px solid #d0d0d0;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
  border-radius: 1rem;
  font-size: 2rem;
  font-family: inherit;
  color: #000;
  padding: 2.55rem 2rem;
  width: 100%;
}
.mainv_form_inner button {
  appearance: none;
  width: 60%;
  display: block;
  margin: 20px auto 0;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #e10e0e;
  border: 0;
  font-weight: bold;
  border-radius: 3.6rem;
  padding: 12px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.mainv_form_inner button::after {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/mainv_search_icon.png) no-repeat left top / 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  margin: auto 0;
}
.mainv_form_note {
  text-align: center;
  font-size: 16px;
  margin-top: 1.5rem;
  color: #000;
}
@media (hover: hover) {
  .mainv_form_inner .mainv_form_inner button:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1024px) {
  .mainv_form figure {
    top: -38%;
  }
  .mainv_form_inner {
    margin-top: 130px;
  }
  .mt_35 {
    margin-top: 40px;
  }
  .mainv_form_inner button::after {
    right: 10%;
  }
}
@media only screen and (min-width: 977px) and (max-width: 1023px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 912px) and (max-width: 976px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 912px) and (max-width: 912px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 854px) and (max-width: 912px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 853px) and (max-width: 853px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 821px) and (max-width: 852px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 820px) {
  .mainv_form_type li input[type="radio"] + label {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .mainv_form figure {
    /* 幅が768pxのときに適用するスタイル */
    width: 80%;
    top: -40% !important;
  }
  .mainv_form_inner {
    margin-top: 150px !important;
  }
  .mainv_form_inner:last-of-type {
    margin-top: 150px !important;
  }
  .input_img {
    width: 2rem;
    height: auto;
  }
  .mainv_form_inner button::after {
    width: 2rem !important;
    top: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .top_main {
    padding-top: 65px !important;
  }
  .mainv {
    margin-bottom: 2rem;
  }
  .mainv::before {
    height: 54.7rem;
  }
  .mainv_ttl {
    padding-top: 0;
    margin-bottom: -0.37rem;
    margin-top: 20px;
  }
  .mainv_ttl p::before,
  .mainv_ttl p::after {
    width: 7.9rem;
    height: 0.6rem;
    vertical-align: 0.4rem;
    margin: 0 1.2rem;
  }
  .mainv_img {
    width: 80%;
    margin: 0 auto;
  }
  .mainv_ttl p img {
    width: 11.9rem;
  }
  .mainv_ttl h1 {
    margin-top: 0.2rem;
  }
  .mainv_ttl h1 > span:nth-child(1) {
    margin-bottom: -0.6rem;
  }
  .mainv_ttl h1 > span:nth-child(1) > span {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 2rem;
    padding: 0 0 0.1rem 0.2rem;
    margin: 0 -0.3rem;
  }
  .mainv_ttl h1 > span:nth-child(2) > span {
    width: 6.3rem;
    height: 6.3rem;
    font-size: 3.5rem;
    padding: 0.2rem 0.2rem 0.6rem 0;
    margin: 0 -0.88rem;
  }
  .mainv_ttl h1 > span:nth-child(2) > span > span {
    z-index: 10;
  }
  .mainv_form figure {
    width: 90%;
    left: 1.3rem;
    top: -11.5%;
  }
  .mainv_form_inner {
    width: 100%;
    margin: 80px auto 0;
    padding: 15px;
  }
  .mainv_form_inner::before {
    top: 15px;
    bottom: 15px;
  }
  .mainv_form_inner form {
    width: 91.6%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .mainv_form_type {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mainv_form_type li {
    width: calc(50% - 10px);
    margin-bottom: 0.7rem;
    margin-left: 0;
  }
  .mainv_form_type li input[type="radio"]:checked + label {
    justify-content: center;
  }
  .text_container {
    display: flex;
    flex-direction: column;
    font-size: 13px;
  }
  .mainv_form_type li input[type="radio"] + label {
    overflow: hidden;
    padding: 1.1rem 1.3rem 1.3rem 0.5rem;
    justify-content: center;
  }
  .mainv_form_type li input[type="radio"] + label::before {
    left: 7.6rem;
  }
  .mainv_form_type li input[type="radio"][id="cat"] + label::before {
    width: 3rem;
    height: 3.7rem;
    left: 7.6rem;
  }
  .mainv_form_type li input[type="radio"][id="bird"] + label::before {
    width: 3rem;
    height: 3.7rem;
    left: 7.6rem;
  }
  .mainv_form_type li input[type="radio"][id="others"] + label::before {
    width: 3rem;
    height: 3.7rem;
    left: 7.6rem;
  }
  .mainv_form dl {
    display: block;
    margin-top: 0.6rem;
  }
  .mainv_form dl dt {
    padding-right: 0;
    margin-bottom: 0.4rem;
    font-size: 16px;
  }
  .mainv_form dl dt:nth-of-type(2) {
    font-size: 16px;
    margin: 1rem 0 0.4rem;
    padding-right: 0;
  }
  .mainv_form dl dd {
    width: 100%;
  }
  .mainv_form dl dd:nth-of-type(2) {
    width: 100%;
  }
  .mainv_form dl dd select {
    font-size: 1.3rem;
    padding: 1.55rem 1.8rem;
    width: 100%;
  }
  .mainv_form dl dd select[name="type02"] {
    width: 100%;
  }
  .mainv_form_inner button {
    width: calc(100% + 0.6rem);
    margin: 2rem -0.3rem 0;
    font-size: 16px;
    border-radius: 2.9rem;
    padding: 15px;
    height: auto;
  }
  .mainv_form_inner button::after {
    width: 3rem;
    height: 3rem;
    background: url(../img/mainv_search_icon_sp.png) no-repeat left top / 100%
      auto;
    right: 1.5rem;
  }
  .mainv_form_note {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media only screen and (min-width: 540px) and (max-width: 540px) {
  .mainv_form figure {
    top: -14.5%;
  }
  .mainv_form_inner {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 476px) and (max-width: 539px) {
  .mainv_form figure {
    top: -13.5%;
  }
  .mainv_form_inner {
    margin: 100px auto 0;
  }
}
@media only screen and (min-width: 455px) and (max-width: 475px) {
  .mainv_form figure {
    top: -13%;
  }
}
@media only screen and (max-width: 399px) {
  .mainv_form figure {
    top: -10.5%;
  }
}
@media only screen and (max-width: 399px) {
  .mainv_form figure {
    top: -10.5%;
  }
}

@media screen and (max-width: 345px) {
  .mainv_form figure {
    top: -10%;
  }
}

/*banner
----------------------------------------*/
.banner {
  margin: 60px auto 40px;
  width: 100%;
}

.arrow_prev,
.arrow_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.arrow_prev:hover,
.arrow_next:hover {
  cursor: pointer;
}

.arrow_prev {
  left: 6px;
}

.arrow_next {
  right: 6px;
}

.banner_slider {
  justify-content: center;
}

.banner_item1,
.banner_item2 {
  width: 90%;
  margin: 0 auto;
}

.banner_item1 img {
  margin: 0 auto;
}

.swiper-pagination {
  position: relative; /* 位置調整 */
  bottom: -20px; /* 画像の下に20pxスペースを確保 */
  text-align: center; /* ページネーションを中央揃え */
}

.exotic_banner_text {
  font-size: 16px;
}

.banner_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto;
  gap: 40px;
}

.banner_flex_article {
  width: calc((100% - 80px) / 3);
  text-wrap-mode: nowrap;
}
.banner_flex_link {
  width: 100%;
}
.banner_flex_link img {
  width: 100%;
  height: 100%;
}
.text_center {
  text-align: center !important;
}
.article_img {
  position: absolute;
}
.banner_icon1 {
  bottom: 1.5%;
  width: 23%;
}
.banner_icon2 {
  bottom: 1.5%;
  left: 23%;
  width: 15%;
}
.banner_icon3 {
  bottom: 0%;
  left: -2%;
  width: 30%;
}
.banner_icon4 {
  top: 3%;
  right: 1%;
  width: 23%;
}
.banner_icon5 {
  bottom: 0;
  left: -2%;
  width: 45%;
}
.swiper-slide {
  width: 90%; /* 各スライドの幅をコンテナの90%に設定 */
  height: auto;
  /* margin: 0 auto; */
}
.swiper-wrapper {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner_item1 img {
    width: 90%;
    height: 100%;
  }
  .white_box p {
    font-size: 16px;
  }
  .banner_flex_link {
    font-size: 10px;
  }
  .arrow_next {
    right: -6px;
  }
  .arrow_prev {
    left: -6px;
  }
}
@media only screen and (max-width: 600px) {
  .banner {
    width: 92.3%;
    margin: 30px auto;
  }
  .banner_item {
    padding: 0;
    margin-right: 0;
    width: 78%;
  }
  .banner_item1 img {
    width: 73%;
  }
  .arrow_prev {
    left: 0;
  }
  .arrow_next {
    right: 0;
  }
  .arrow_prev,
  .arrow_next {
    width: 26px;
  }
  .banner_flex {
    flex-direction: column;
    width: 92.3%;
    gap: 10px;
    margin: 20px auto 0;
  }
  .banner_flex_article {
    width: 100%;
  }
  .banner_flex_link img {
    width: 100%;
    aspect-ratio: 59/24;
  }
  .banner_icon2 {
    left: 25%;
  }
  .white_box p {
    font-size: 1.75rem;
  }
}

/*faq_btn
----------------------------------------*/
.faq_btn {
  margin: 0 0 3.8rem;
}
.faq_btn a {
  display: block;
  width: 36.5rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 2.1rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 1rem 1rem 1rem 1.5rem;
}
.faq_btn a::before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 2.5rem;
  background: url(../img/icon_faq.svg) no-repeat left top / 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.7rem;
  margin: auto 0;
}
.faq_btn a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.7rem;
  margin: auto 0;
}
@media only screen and (max-width: 600px) {
  .faq_btn {
    margin: 0 0 3rem;
  }
  .faq_btn a {
    width: 33.5rem;
    padding: 1rem 1rem 0.8rem 1.2rem;
  }
  .faq_btn a::before {
    left: 2.5rem;
  }
  .faq_btn a::after {
    right: 3rem;
  }
}

/*compare
----------------------------------------*/
#compare,
#cp_banner {
  padding-top: 80px;
  margin-top: -80px;
}
.compare {
  margin-bottom: 7.2rem;
  overflow: hidden;
}
.content_title {
  width: 100%;
  margin: 0 auto 20px;
  background-color: #ebf4ff;
  color: #094198;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.9rem 1rem 1rem;
  line-height: 1.2;
}
.compare_condition {
  width: 100%;
  margin-bottom: 20px;
}
.compare_condition_box {
  background-image: url("../img/white_box.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 20px 20px;
  height: 15vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #094198;
  font-size: 30px;
  font-weight: bold;
}
.compare_condition_box img {
  width: 4.6%;
}
.compare_condition_box span {
  font-size: 3rem;
  font-weight: bold;
}
.compare_condition_type02 {
  margin-left: 30px;
  margin-right: 45px;
}
.compare_tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.compare_tab_btn {
  width: 49%;
}
.compare_tab_btn + .compare_tab_btn {
  margin-left: 2%;
}
.compare_tab_btn a {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #094198;
  font-size: 27px;
  letter-spacing: 0.1em;
  border: 1px solid #d9d9d9;
  padding: 1.7rem 1rem 1.5rem;
  border: 1px solid #094198;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare_tab_btn a img {
  margin-right: 10px;
}
.compare_tab_btn.current a {
  background: #094198;
  border-color: #094198;
  color: #fff;
  font-weight: bold;
}
.compare_tab_btn.current a[href="#compare01"],
.compare_tab_btn.current a[href="#compare02"] {
  padding: 2.2rem 1rem 2rem;
  font-size: 30px;
}
.blue_border {
  border: 3px solid #094198;
  height: 435px;
  /* width: 100%; */
  position: absolute;
  top: 105px;
  z-index: 99;
  border-radius: 1rem;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.insurance_company_border {
  border: 3px solid #094198;
  height: 53px;
  /* width: 100%; */
  position: absolute;
  top: 925px;
  z-index: 99;
  border-radius: 1rem;
  pointer-events: none;
}
.compare_list {
  width: 110rem;
  margin: 20px auto 0;
  overflow: visible;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.compare_list::after {
  content: "";
  display: block;
  clear: both;
}
.compare_list_heading {
  width: 220px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #ebf4ff;
  border-right: 1px solid #d9d9d9;
}
.list_group {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
}
.list_group::-webkit-scrollbar {
  width: 0px; /* スクロールバーの幅を0にする */
  height: 0px; /* 横スクロールバーの高さも0にする */
}
.heading_item {
  font-size: 16px;
  font-weight: bold;
  color: #094198;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
}
.heading_item_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading_item_flex div {
  background-color: #fff;
}
.heading_item img,
.tooltip_area img {
  display: block;
  position: relative;
  width: 15px;
  margin-left: 5px;
}

.tooltip {
  visibility: hidden;
  background-color: #fdf6e3; /* 薄い黄色の背景 */
  color: black;
  text-align: left;
  padding: 10px;
  position: absolute;
  bottom: 55px; /* ツールチップの位置を調整 */
  left: 150px;
  z-index: 1;
  width: 250px; /* 吹き出しの幅を調整 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* 影をつける */
  font-size: 14px;
  font-weight: normal;
}
.tooltip1 {
  visibility: hidden;
  background-color: #fdf6e3 !important; /* 薄い黄色の背景 */
  color: black;
  text-align: left;
  padding: 10px;
  position: absolute;
  bottom: 55px; /* ツールチップの位置を調整 */
  left: 60px;
  z-index: 1;
  width: 250px; /* 吹き出しの幅を調整 */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* 影をつける */
  font-size: 14px;
  font-weight: normal;
}
.heading_item img:hover + .tooltip,
.tooltip_area img:hover + .tooltip1,
.heading_item img:focus + .tooltip,
.tooltip_area img:focus + .tooltip1 {
  visibility: visible;
}
.w_33 {
  width: 33%;
}
.w_67 {
  width: 67%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.w_67 p {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w_67 .tooltip_area {
  height: 50%;
  display: flex;
  align-items: center;
}
.heading_item:last-child {
  border-bottom: none;
}
.compare_list_slider {
  width: 80%;
  width: 110rem;
  margin: 0 auto;
}
.compare_list .swiper-prev,
.compare_list .swiper-next {
  appearance: none;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  border: 0;
  /* overflow: hidden; */
  text-indent: -99rem;
  position: absolute;
  top: 0;
  right: calc(50% - 63rem);
  cursor: pointer;
  z-index: 1100;
  /* opacity: 0; */
  transition: opacity 0.5s;
}
.compare_list .swiper-prev {
  left: calc(50% - 63rem);
  right: auto;
}
.compare_list .swiper-next {
  transform: scale(-1, 1);
}
.show.compare_list .swiper-prev,
.show.compare_list .swiper-next {
  opacity: 1;
}
.compare_list.fixed .swiper-prev,
.compare_list.fixed .swiper-next {
  position: fixed;
  top: 40%;
}
.compare_list.bottom .swiper-prev,
.compare_list.bottom .swiper-next {
  top: auto;
  bottom: 0;
  display: none !important;
}
.compare_list .swiper-prev::before,
.compare_list .swiper-next::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background-image: url(../img/compare_arrow_icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.compare_list .swiper-button-disabled {
  display: none !important;
}
.compare_list_item {
  text-align: center;
  width: 22.5%;
  background: #fff;
  color: #333;
  float: left;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d9d9;
}
.compare_list_item:last-of-type {
  margin-right: 10%;
}
.compare_list_item.swiper-slide-visible {
  opacity: 1;
}
.compare_list_item h3 {
  line-height: 1.15;
  letter-spacing: 0.05em;
  min-height: 3.5rem;
  font-size: 11px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.sub-company {
  font-size: 8px;
}
.compare_list_price {
  margin-bottom: 1.6rem;
}
.compare_list_price dt {
  background: #184193;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.1rem;
  margin-bottom: 1rem;
}
.compare_list_price dd {
  color: #d80000;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.compare_list_price dd span {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.compare_list_btn {
  padding: 10px;
}
.compare_list_btn:last-child {
  margin-top: 2rem;
}
.compare_list_btn a {
  display: block;
  background: #e10e0e;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  border-radius: 2.6rem;
  padding: 1.1rem 1rem;
  margin-top: 5px;
}
.compare_list h4 {
  background: #e0f5fd;
  border-radius: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.1rem;
}
.plan_container.ds_flex {
  height: 55%;
  font-size: 15px;
}
.compare_list h5 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.15;
  min-height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.2rem 0 0.6rem;
}
.compare_list_ratio {
  background: #f8f8f8;
  color: #d80000;
  padding: 0.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.8rem;
}
.compare_list_ratio span {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
.compare_list_data {
  margin-bottom: 2rem;
}
.compare_list_item[data-type01="犬"] .compare_list_data:nth-last-of-type(2),
.compare_list_item[data-type01="猫"] .compare_list_data:nth-last-of-type(2) {
  margin-bottom: 3.5rem;
}
.compare_list_data dt {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.compare_list_data dd {
  color: #d80000;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.compare_list_data dd span {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
.compare_note {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.pet_flex {
  width: 100%;
}
.flex_part1 {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px 10px 0px;
  height: 100%;
  justify-content: flex-end;
}
.flex_part1 img {
  margin: 0 auto;
  width: 60%;
}
.price_area {
  font-size: 20px;
  background-color: #ffecec;
}
.price_area p {
  padding: 10px;
}
.price_area p:first-child {
  text-indent: 1rem;
}
.feature_description {
  height: 100%;
}
.feature_description p {
  height: 50%;
  text-align: left;
  background-color: #ffecec;
  color: #603813;
  text-align: left;
  font-weight: normal;
  padding: 5px;
  display: flex;
  align-items: center;
}
.guaranteed_percentage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
}
.guaranteed_percentage p {
  font-size: 22px;
  width: 40%;
  margin-right: 20px;
}
.guaranteed_percentage img {
  width: 25%;
}
.plan_part_contents a {
  display: block;
  background: #e10e0e;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 2.6rem;
  padding: 0.7rem 1rem;
  margin-top: 5px;
}
.plancontainer p {
  font-size: 16px;
  padding: 10px;
}
.plan_part_contents {
  font-size: 16px;
  padding: 10px;
}
.h_100 {
  height: 100%;
}
.list_item_13,
.list_item_11 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_item_9,
.list_item_1,
.list_item_14 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_item_13,
.heading13 {
  overflow: hidden; /* はみ出さないように指定 */
}
.list_item_2,
.list_item_3,
.list_item_4,
.list_item_6,
.list_item_7,
.list_item_8,
.list_item_9,
.list_item_10,
.list_item_11,
.list_item_12,
.list_item_13,
.list_item_14 {
  border-bottom: 1px dotted #d9d9d9;
}
.heading1,
.list_item_1,
.heading3,
.list_item_3 {
  height: 105px;
}
.heading2,
.list_item_2,
.heading15,
.list_item_15 {
  height: 135px;
}
.heading4,
.list_item_4 {
  height: 125px;
}
.heading5,
.list_item_5 {
  height: 80px;
}
.heading6,
.list_item_6,
.heading7,
.list_item_7,
.heading8,
.list_item_8,
.heading12,
.list_item_12 {
  height: 90px;
}
.heading9,
.list_item_9 {
  height: 60px;
}
.heading10,
.list_item_10,
.heading13,
.list_item_13,
.heading14,
.list_item_14 {
  height: 45px;
}
.heading11,
.list_item_11 {
  height: 70px;
}
.heading2,
.heading3,
.heading4,
.heading6,
.heading7,
.heading8,
.heading9,
.heading10,
.heading11,
.heading12,
.heading13,
.heading14,
.heading15 {
  border-bottom: 1px dotted #d9d9d9;
}
.heading16,
.list_item_16 {
  height: 50px;
}
.heading16 {
  background-color: #ebf4ff;
  color: #094198;
}
.bb_dot {
  border-bottom: 1px dotted #d9d9d9;
}
.small_logo {
  width: 50% !important;
}
@media only screen and (min-width: 601px) {
  .img_center {
    display: flex;
    align-items: center;
    height: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .compare_condition_box {
    height: 10vh;
  }
  .compare_condition {
    width: 100%;
    margin: 0 auto;
  }
  .compare_tab {
    width: 100%;
    margin: 0 auto;
  }
  .compare_list {
    max-width: none;
    width: 100%;
  }
  .compare_tab_btn a {
    font-size: 24px;
  }
  .compare_tab_btn.current a[href="#compare01"],
  .compare_tab_btn.current a[href="#compare02"] {
    font-size: 24px;
  }
  .plan_part_contents,
  .plan_part_contents a {
    font-size: 1.5rem;
  }
  .compare_list_btn {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .guaranteed_percentage {
    padding: 10px;
  }
  .guaranteed_percentage p {
    font-size: 15px;
  }
  .feature_description {
    height: 100%;
  }
  .feature_description p {
    height: 50%;
  }
  .compare_list .swiper-prev {
    left: calc(50% - 57rem);
  }
  .compare_list .swiper-next {
    right: calc(50% - 57rem);
  }
  .plan_container.ds_flex {
    font-size: 10px;
  }
  .price_area {
    font-size: 15px;
  }
  .price_area p {
    padding: 10px 10px 25px;
  }
  .plancontainer p {
    font-size: 12px;
  }
  .plan_part_contents.h_100.p_0 {
    /* 特定のスタイルを記述 */
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .compare {
    margin-bottom: 4rem;
  }
  .content_title {
    width: auto;
    font-size: 25px;
    border-radius: 0;
    padding: 1.6rem 1rem 1.5rem;
  }
  .compare .content_title {
    margin-bottom: 0;
  }
  .compare h2::before {
    width: 3.7rem;
    height: 3.4rem;
    vertical-align: -0.9rem;
    margin: 0 1.3rem 0 0;
  }
  .compare_condition {
    width: 92.3vw;
    height: calc(92.3vw / 5.14);
    padding: 0 5px;
    margin: -20px auto 20%;
    font-size: 1.3rem;
  }
  .compare_condition_box {
    background-size: 100% 48%;
    padding-bottom: 7%;
    font-size: 16px;
    height: 20vh;
  }
  .compare_condition_box img {
    width: 10%;
  }
  .compare_condition_box span {
    font-size: 16px;
  }
  .compare_condition_type02 {
    margin-left: 3%;
    margin-right: 12%;
  }
  .compare_tab {
    width: 92.3%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .compare_tab_btn {
    width: 49%;
  }
  .compare_tab_btn + .compare_tab_btn {
    margin-left: 0;
  }
  .compare_tab_btn a {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    padding: 5px 15px 5px;
  }
  .compare_tab_btn a[href="#compare01"] {
    padding: 5px 15px 5px;
  }
  .compare_tab_btn.current a[href="#compare01"] {
    padding: 10px 15px 10px;
    font-size: 16px;
  }
  .compare_tab_btn a img {
    width: 25px;
  }
  .compare_tab_btn.current a[href="#compare02"] {
    padding: 10px 15px 10px;
    font-size: 16px;
  }
  .compare_tab_btn a::after {
    width: 2.1rem;
    height: 2rem;
    margin-left: 0;
    position: absolute;
    top: 0;
    bottom: 0.1rem;
    right: 0.8rem;
    margin: auto 0;
  }
  .compare_tab_btn a[href="#compare01"]::after {
    width: 1.6rem;
    height: 2.1rem;
    right: 2rem;
    top: 0.4rem;
  }
  .compare_list {
    max-width: none;
    margin-top: 0;
    flex-direction: column;
  }
  .compare_list_slider {
    width: 92.3%;
    max-width: none;
    flex-direction: column;
  }
  .compare_list .swiper-prev,
  .compare_list .swiper-next {
    width: 2.5rem;
    height: 8rem;
    border-radius: 0;
    right: calc(50% - 18.7rem);
  }
  .compare_list .swiper-prev {
    right: auto;
    left: calc(50% - 18.8rem);
  }
  .compare_list_item {
    width: 92.3%;
    margin: 20px auto;
    padding: 0;
    opacity: 1;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }

  .compare_list_item:last-of-type {
    margin: 20px auto;
  }
  .img_center {
    width: 30%;
  }
  .flex_part1 img {
    width: 100%;
  }
  .compare_list_item h3 {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    min-height: 3.6rem;
    color: #000;
    padding: 0;
    width: 65%;
    padding-left: 5%;
  }
  .sub-company {
    font-size: 12px;
  }
  .compare_list_price {
    margin-bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
  }
  .price_title,
  .price_kinds {
    width: 25%;
  }
  .price_kinds p:first-child,
  .price_detail p:first-child {
    border-bottom: 1px dotted #d9d9d9;
  }
  .price_title {
    background-color: #ebf4ff;
    padding: 42px 18px;
  }
  .price_kinds {
    background-color: #fff;
  }
  .price_kinds p {
    padding: 14px;
  }
  .price_detail {
    width: 50%;
  }
  .price_detail p {
    padding: 14px;
  }
  .compare_list_price dt {
    margin-bottom: 0.3rem;
  }
  .compare_list_price dd {
    font-size: 1.3rem;
  }
  .compare_list_price dd span {
    font-size: 2.2rem;
  }
  .compare_list_price p {
    font-size: 16px;
    font-weight: bold;
    color: #094198;
  }
  .compare_list_price span {
    margin-left: 20px;
  }
  .compare_list_btn {
    display: block;
    padding: 0;
    margin: 0;
  }
  .compare_list_btn p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .compare_list_btn p:last-child {
    margin-bottom: 0;
  }
  .compare_list_btn:last-child {
    margin-top: 0.8rem;
  }
  .compare_list_btn a {
    letter-spacing: 0;
    border-radius: 6.5rem;
    padding: 0.9rem 1rem 0.9rem 0.5rem;
    border-bottom: 1px solid #e10e0e;
    font-size: 16px;
    font-weight: bold;
  }
  .compensation_ratio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42%;
    padding: 10px 5px;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.25),
      /* 左側の影 */ 4px 0 4px rgba(0, 0, 0, 0.25),
      /* 右側の影 */ 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
  }
  .compensation_ratio .fd_column {
    display: flex;
  }
  .compensation_ratio .fd_column p {
    color: #094198;
    font-size: 16px;
    font-weight: bold;
  }
  .compensation_ratio .fd_column p:last-child {
    font-size: 25px;
    color: #e10e0e;
  }
  .compensation_ratio img {
    width: 35%;
    margin-left: 10px;
  }
  .ds_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .compare_list h5 {
    font-size: 1.2rem;
    min-height: 2.8rem;
    margin: 1.1rem -0.5rem 1.3rem;
  }
  .compare_list_ratio {
    font-size: 1.3rem;
    padding: 0.4rem 0 0.8rem;
    margin-bottom: 1.2rem;
  }
  .compare_list_ratio span {
    font-size: 1.9rem;
  }
  .compare_list_data {
    margin-bottom: 2rem;
  }
  .compare_note {
    font-size: 1rem;
    bottom: -1.5rem;
  }
  .pet_flex {
    display: flex;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    /* border-bottom: 1px solid #d9d9d9; */
    justify-content: space-between;
  }
  .flex_part1 {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .flex_part1 figure {
    width: 25%;
  }
  .flex_part1 figure img {
    width: 100%;
  }
  .flex_part2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43%;
    background-color: #fff;
    border-radius: 5%;
    box-shadow: 0px 4px 4px -5px #000000;
  }
  .flex_part2 p {
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    color: #094198;
  }
  .flex_part2 img {
    width: 32%;
  }
  .feature_section {
    display: flex;
    background-color: #ebf4ff;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
  }

  .feature_section p {
    width: 80px;
    text-align: center;
    margin: 0;
    padding: 15px;
    font-weight: bold;
    width: 26%;
    color: #094198;
    font-size: 16px;
  }

  .feature_description {
    background-color: #ffebcd;
    flex-grow: 1;
    width: 80%;
    border-left: 1px dotted #d9d9d9;
  }
  .feature_description p {
    width: 100%;
    text-align: left;
    font-weight: normal;
    color: #4e2d0f;
  }
  .plan_container {
    width: 100%;
    font-family: Arial, sans-serif;
    height: auto;
  }

  .header_row {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .data_row {
    display: flex;
    /* border-bottom: 1px solid #d9d9d9; */
  }
  .header_row,
  .data_row:last-child {
    border-right: none;
  }

  .header_cell,
  .data_cell {
    flex: 1;
    padding: 10px;
    text-align: center;
  }

  .header_cell {
    background-color: #ebf4ff;
    color: #094198;
    font-weight: bold;
    border-right: 1px dotted #d9d9d9;
  }
  .header_cell:last-child {
    border-right: none;
  }
  .data_cell {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    border-right: 1px dotted #d9d9d9;
  }
  .data_cell:last-child {
    flex-direction: row;
    border-right: none;
    justify-content: center;
  }
  .data_cell p:first-child {
    font-weight: bold;
  }
  .data_cell:last-child {
    font-weight: bold;
  }
  .plan_part_table {
    width: 100%;
  }
  .plan_part_header,
  .plan_part_contents {
    font-size: 16px;
  }
  .plan_part_contents {
    border-bottom: none;
  }
  .border_bottom_none {
    border-bottom: none !important;
  }
  .tooltip-trigger {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #003a8c;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
  }
  .tooltip2 {
    display: none;
    position: absolute;
    background-color: #fffbeb;
    color: #000;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 100;
    top: -250%; /* 親要素のすぐ下に表示 */
    right: 0;
    width: 200px;
  }
  .tooltip2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fdf6e3;
  }
  .positon_edit {
    top: -35%;
  }
  .positon_edit::before {
    left: 80%;
  }
  .positon_edit2 {
    top: -150%;
  }
  .positon_edit2::before {
    left: 70%;
  }
  .positon_edit3 {
    left: 5%;
  }
  .positon_edit3::before {
    left: 35%;
  }
  .plan_part_header {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 5px;
    font-weight: bold;
    color: #094198;
    background-color: #ebf4ff;
  }
  .plan_part_header.bb_dot {
    border-top: none;
  }
  .plan_part_contents {
    padding: 15px;
  }
  .plan_part_table_flex {
    display: flex;
    width: 100%;
  }
  .plan_part_flex_contents {
    width: 50%;
  }
  .plan_part_flex_contents .plan_part_header,
  .plan_part_flex_contents .plan_part_contents {
    border-right: 1px dotted #d9d9d9;
  }
  .plan_part_flex_contents .plan_part_header {
    background-color: #fff;
  }
  .plan_part_contents a {
    display: block;
    background: #e10e0e;
    color: #fff;
    letter-spacing: 0;
    border-radius: 6.5rem;
    padding: 0.9rem 1rem 0.9rem 0.5rem;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  .br_none {
    border-right: none !important;
  }
  .bb_none {
    border-bottom: none !important;
  }
  .w_50 {
    width: 50%;
  }
  .w_100 {
    width: 100%;
    font-size: 16px;
  }
  .blue_border {
    display: none;
  }
  .insurance_company_border {
    display: none;
  }
  .list_group {
    flex-direction: column;
    width: 100%;
  }
  .list_item_2,
  .list_item_3,
  .list_item_6,
  .list_item_7,
  .list_item_8,
  .list_item_9,
  .list_item_10,
  .list_item_11,
  .list_item_12,
  .list_item_13,
  .list_item_14 {
    border-bottom: none;
  }
  .list_item_1,
  .list_item_2,
  .list_item_3,
  .list_item_4,
  .list_item_5,
  .list_item_6,
  .list_item_7,
  .list_item_8,
  .list_item_9,
  .list_item_10,
  .list_item_11,
  .list_item_12,
  .list_item_13,
  .list_item_14,
  .list_item_15,
  .heading1,
  .heading2,
  .heading3,
  .heading4,
  .heading5,
  .heading6,
  .heading7,
  .heading8,
  .heading9,
  .heading10,
  .heading11,
  .heading12,
  .heading13,
  .heading14,
  .heading15 {
    height: auto;
  }
  .list_item_13,
  .list_item_11 {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .compare_condition {
    margin-bottom: 15%;
  }
}
@media only screen and (max-width: 350px) {
  .compare_condition {
    margin-bottom: 25%;
  }
}
#section1,
#section1-2,
#section1-3,
#section2,
#section3,
#section4,
#section5,
#section2-1,
#section2-2 {
  padding-top: 80px;
  margin-top: -80px;
}

#section1-1,
#section1-1-a,
#section1-1-b,
#section1-2-a,
#section1-2-b {
  padding-top: 60px;
  margin-top: -60px;
}

.anchor-offset {
  display: block;
  height: 80px;
  margin-top: -80px;
  pointer-events: none; /* ← これでクリック不可領域にしない */
  visibility: hidden;
}
/* insurance_guide */
#article-elementary {
  padding-top: 80px;
  margin-top: -80px;
}
.insurance_guide {
  margin-bottom: 60px;
}
.article_area {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.l_toc {
  margin: 0 auto 60px;
  box-shadow: 0px 4px 4px -5px #000000;
  background-color: #fff;
  padding: 25px 40px 35px;
}
.l_toc_title {
  color: #094198;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.l_toc ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  color: #094198;
  font-size: 18px;
  text-align: left;
}
.l_toc_li {
  line-height: 3;
  border-bottom: 1px solid #094198;
}
.l_toc_flex {
  display: flex;
  align-items: center;
  line-height: normal;
  padding: 10px;
}
.li_part1,
.li_part2 {
  width: 45%;
}
.li_part2_2 {
  width: 47%;
}
.article_contents {
  color: #094198;
  text-align: left;
}
.article_content_part {
  margin-bottom: 80px;
}
.article_content_part:last-child {
  margin-bottom: 35px;
}
.article_contents h2 {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #094198;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.article_contents_flex {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.article_contents_flex_text {
  width: 50%;
  font-size: 16px;
}
.article_contents_flex_text p {
  line-height: 2;
  margin-bottom: 25px;
}
.article_contents_flex_text p:last-child {
  margin-bottom: 0;
}
.article_contents_flex_img {
  width: 45%;
}
.article_content_point_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}
.button-container {
  display: flex;
  align-items: center;
  background-color: #eaf3ff; /* 右側の薄い青色 */
  border-radius: 8px; /* 角の丸み */
  overflow: hidden;
  width: 30%; /* ボタン全体の幅を調整 */
  height: 80px; /* ボタンの高さを調整 */
}

.number-section {
  background-color: #003a8c; /* 左側の濃い青色 */
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* 数字部分の高さをボタン全体に合わせる */
  width: 25%;
}

.text-section {
  color: #003a8c; /* テキストの濃い青色 */
  font-size: 16px;
  text-align: left;
  padding-left: 15px;
  line-height: 1.5;
  width: 75%;
  font-weight: bold;
}
.number_3 {
  font-size: 16px;
  line-height: 2;
}
.article_contents_flex_text1 {
  width: 49%;
  border-radius: 10px;
}
.article_contents_flex_column {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}
.ta_center {
  text-align: center;
  padding: 10px;
  background-color: #094198;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.ml_1 {
  margin-left: 1%;
}
.bg_aquablue {
  background-color: #ebf4ff;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: bold;
}
.number4 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
.number5 h3 {
  font-size: 22px;
  font-weight: bold;
}
.number5 p,
.number6 p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.number5 p:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
.article_author_area {
  width: 100%;
}
.article_author_area_other {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.author_title {
  font-size: 20px !important;
  font-weight: bold;
  color: #094198;
  padding-left: 20px;
  border-left: 3px solid #094198;
  margin-bottom: 0 !important;
}
.author_info {
  width: 100%;
  border: 1px solid #094198;
  margin-top: 20px;
  padding: 15px 20px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.author_flex_sp {
  width: 15%;
}
.author_info_title {
  margin-left: 25px;
  font-size: 20px;
  color: #000;
}
.author_name {
  font-weight: bold;
  margin-bottom: 20px !important;
  color: #000;
  font-size: 20px !important;
  line-height: 2;
}
.author_workplace {
  font-size: 14px !important;
  font-weight: normal;
  margin-bottom: 5px !important;
  line-height: normal !important;
}
.author_info_title a {
  color: #094198;
}
.author_text {
  font-size: 16px;
  margin-bottom: 10px !important;
  line-height: normal !important;
}
.author_link {
  font-size: 16px;
}
.article_features_text {
  text-align: center;
  width: 48%;
}
.article_features_text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.article_features_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
}
.article_contents_flex_text_box {
  padding: 40px 15px;
  font-weight: bold;
  border-radius: 1rem;
  width: 49%;
}
.bg_blue {
  background-color: #ebf4ff;
}
.bg_light_red {
  background-color: #ffecec;
}
.publicate_date_area {
  text-align: right;
  margin-top: -15px;
  margin-bottom: 60px;
}
.publicate_date_area p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #8b581e;
}
.publicate_date_area p img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.publicate_date_area p img:last-child {
  margin-left: 15px;
}
.article_p {
  color: #094198;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .article_contents {
    width: 100%;
    margin: 0 auto;
  }
  .article_author_area {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .article_area {
    width: 92.3%;
    margin: 0 auto 20px;
  }
  .article_author_area {
    width: 92.3%;
    margin: 0 auto;
  }
  .author_info {
    flex-direction: column;
    padding: 20px;
  }
  .author_flex_sp {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    gap: 25px;
  }
  .author_flex_sp img {
    width: 30%;
    margin-bottom: 15px;
  }
  .author_name {
    margin-bottom: 0;
    font-size: 22px;
  }
  .author_info_title {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }
  .l_toc {
    padding: 20px 15px 30px;
  }
  .l_toc_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .l_toc ul {
    flex-direction: column;
    font-size: clamp(12px, 3.5vw, 16px);
  }
  .li_part1,
  .li_part2,
  .li_part2_2 {
    width: 100%;
  }
  .article_content_part {
    margin-bottom: 50px;
  }
  .article_contents h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .article_contents_flex {
    flex-direction: column-reverse;
  }
  .article_contents_flex_text,
  .article_contents_flex_img {
    width: 100%;
  }
  .article_content_point_flex {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .button-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .button-container:last-child {
    margin-bottom: 0;
  }
  .fd_column {
    flex-direction: column;
  }
  .article_contents_flex_text1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .ta_center {
    font-size: 16px;
  }
  .bg_aquablue {
    padding: 15px 30px;
    font-size: 16px;
  }
  .number5 h3 {
    font-size: 18px;
  }
  .number5 p {
    margin-bottom: 30px;
  }
  .accordion-content {
    height: 38vh; /* 初期状態での高さ */
    overflow: hidden; /* 溢れたコンテンツを隠す */
    transition: height 0.5s ease; /* スムーズなアニメーション */
  }

  .accordion-content.expanded {
    height: auto; /* 全体を表示 */
    transition: height 0.5s ease; /* スムーズなアニメーション */
  }

  .accordion-button {
    width: 100%;
    text-align: center;
    background-color: #ebf4ff;
    border: 1px solid #094198;
    color: #094198;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: -5px -29px 6px rgba(255, 255, 255, 0.7);
    overflow: hidden;
  }

  .accordion-button.active {
    background-color: #005bb5; /* 開いている状態のスタイル */
  }

  .accordion-content_2 {
    height: 80vh; /* 初期状態での高さ */
    overflow: hidden; /* 溢れたコンテンツを隠す */
    transition: height 0.5s ease; /* スムーズなアニメーション */
    margin-top: 35px;
  }
  .accordion-content_2:first-of-type {
    margin-top: 20px;
  }
  .accordion-content_2.expanded {
    height: auto; /* 全体を表示 */
    transition: height 0.5s ease; /* スムーズなアニメーション */
  }
  .footprint_separator {
    width: 92.3%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .accordion-button_2 {
    width: 92.3%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #8b581e;
    font-weight: bold;
    color: #8b581e;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: -5px -29px 6px rgba(255, 255, 255, 0.7);
    overflow: visible;
    margin-bottom: 20px;
  }

  .accordion-button_2.active {
    background-color: #005bb5; /* 開いている状態のスタイル */
  }
  .accordion-content_3 {
    height: 0; /* 初期状態での高さ */
    overflow: hidden; /* 溢れたコンテンツを隠す */
    transition: max-height 0.5s ease; /* スムーズなアニメーション */
    border-right: 1px solid #094198;
    border-left: 1px solid #094198;
  }
  .accordion-content_3:last-child {
    border-bottom: 1px solid #094198;
  }
  .accordion-content_3 li {
    padding: 10px 43px;
    margin: 0 auto;
    border-bottom: 1px solid #094198;
  }
  .accordion-content_3 li:first-child {
    border-top: 1px solid #094198;
  }
  .accordion-content_3 li:last-child {
    border-bottom: none;
  }
  .accordion-content_3.expanded {
    height: auto; /* 全体を表示 */
  }
  .position_right {
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
  }
  .accordion-triger.expanded .position_right {
    transform: rotate(180deg);
  }
  .accordion-button_3 {
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    right: 15px;
    border: none;
    background: transparent;
    width: 20px;
  }
  .accordion-button_3 img {
    transition: transform 0.3s ease; /* 画像の回転にのみアニメーションを適用 */
  }

  .accordion-button_3.active-button img {
    transform: rotate(180deg); /* クリック時に画像を180度回転させる */
  }
  .accordion-button_3.active-button {
    position: absolute;
    top: 15%;
    z-index: 100;
    transform: translateY(-50%);
    right: 15px;
    border: none;
    background: transparent;
    width: 20px;
  }
  .active-button {
    box-shadow: none;
  }

  .compensation {
    font-size: 10px;
  }

  .insurance_guide {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .accordion-button_3.active-button {
    top: 20%;
  }
  .compare_list_btn p {
    margin-bottom: 5px;
  }
  .compare_list_btn p:last-child {
    margin-bottom: 0;
  }
  .article_features_text {
    width: 100%;
  }
  .article_features_text {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .article_contents_flex_text_box {
    padding: 40px 0;
    width: 50%;
  }
  .publicate_date_area {
    width: 92.3%;
    margin: -10px auto 30px;
  }
  .publicate_date_area p {
    font-size: 14px;
  }
  .publicate_date_area p img {
    width: 14px;
  }
  .mb_40 {
    margin-bottom: 20px !important;
  }
}
/*faq
----------------------------------------*/
#faq,
#qa-new,
#qa-reconsider {
  padding-top: 80px;
  margin-top: -80px;
}

.faq {
  color: #333;
}
.faq_list {
  width: 100%;
}
.faq_list li {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 3rem;
  border: 2px solid #094198;
}
.faq_list li + li {
  margin-top: 1rem;
}
.faq h4 {
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: bold;
  line-height: 2;
  padding: 0.9rem 0 1.3rem 8.4rem;
  cursor: pointer;
  transition: opacity 0.3s;
  padding-left: 15%;
}
.faq h4.open {
  margin-bottom: 15px;
}
.faq h4::before,
.faq h4::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq h4::after {
  width: 0.2rem;
  height: 1.6rem;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq h4.open::after {
  display: none;
}
.compensation {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  background: #094198;
  border-radius: 5%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_q {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #deedff;
  color: #094198;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  text-align: center;
  line-height: 6rem;
}
.faq_a {
  border-top: 1px solid #000;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 1.7rem 0 2.2rem 8.4rem;
  display: none;
  padding-left: 15%;
}
.faq_a .faq_link {
  text-decoration: underline;
}
.faq_a::before {
  content: "A";
  display: block;
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  padding-left: 0.2rem;
  border-radius: 50%;
  background-color: #ffecec;
  color: #b62e2e;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 6rem;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
.to_top {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.faq_note {
  width: 99.8rem;
  margin: 30px auto 0;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.faq_note li {
  margin-left: 1em;
  text-indent: -1em;
}
.ml_none {
  padding-left: 8.4rem !important;
}
.ml_none .faq_q {
  left: 0;
}
.ml_none.faq_a::before {
  left: 0;
}
@media (hover: hover) {
  .faq h4:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 1024px) {
  .faq_list {
    width: 100%;
    margin: 0 auto;
  }
  .faq h4 {
    padding-right: 2.5rem;
    padding-left: 17%;
  }
  .faq_q {
    left: 9%;
  }
}
@media only screen and (min-width: 650px) and (max-width: 768px) {
  .compensation {
    left: -108px !important;
  }
}
@media only screen and (min-width: 540px) and (max-width: 649px) {
  .compensation {
    left: -85px !important;
  }
}
@media only screen and (min-width: 450px) and (max-width: 539px) {
  .compensation {
    left: -75px !important;
  }
}
@media only screen and (max-width: 600px) {
  .faq {
    padding-top: 1rem;
  }
  .content_title h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .faq h2::before {
    margin: 0 auto 1.9rem;
  }
  .faq_list {
    margin: 0 auto 0;
    width: 92.3%;
  }
  .faq_list li {
    padding: 10px 15px;
  }
  .faq h4 {
    font-size: 1.4rem;
    line-height: 1.45;
    min-height: 4.1rem;
    display: flex;
    align-items: center;
    padding: 0 2.5rem 0 3rem;
    margin-left: 20%;
  }
  .ml_none {
    padding-left: 0 !important;
  }
  .faq_q {
    width: 3.7rem;
    height: 3.7rem;
    top: 50%;
    left: -18px;
    font-size: 1.6rem;
    line-height: 3.7rem;
  }
  .ml_none .faq_q {
    left: -25%;
  }
  .ml_none.faq_a {
    padding-left: 21% !important;
  }
  .faq_a {
    font-size: 1.4rem;
    line-height: 1.45;
    padding: 1.7rem 0 1rem 4.9rem;
    margin-top: 0.5rem;
  }
  .faq_a::before {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 1.6rem;
    line-height: 3.7rem;
    left: 0;
  }
  .faq_note {
    margin: 20px auto 0;
    font-size: 1rem;
    line-height: 1.7;
    width: 92.3%;
  }
  .compensation {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 9.6px;
    left: -67px;
  }
  .tabs {
    width: 92.3%;
  }
  .to_top {
    width: 92.3%;
    margin: 20px auto 0;
  }
}

.plan {
  display: none;
}

/*footer
----------------------------------------*/
.footer_bnr {
  width: 14.2rem;
  position: fixed;
  right: 3rem;
  bottom: 10%;
  z-index: 1500;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .footer_bnr {
    right: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .footer_bnr {
    width: 9rem;
    right: 1rem;
    bottom: 1rem;
  }
  .img1 {
    margin-bottom: 15px;
  }
}

/*footer
----------------------------------------*/
.footer {
  margin-top: 5.5rem;
  padding-bottom: 2.2rem;
  background-color: #fff;
  min-width: 1080px;
  width: 100%;
}
.footer_number {
  background-color: #333;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.54;
  letter-spacing: 0.05em;
  padding: 2rem 2rem 2rem 8rem;
}
.footer_number ul {
  width: 79rem;
  margin: 0 auto;
  columns: 2;
}
.footer_link {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin: 20px 0 20px;
}
.footer_link li {
  display: flex;
  align-items: center;
}
.footer_link li img {
  margin-right: 5px;
}
.footer_link li + li {
  margin-left: 4.95rem;
}
.footer h2 {
  width: 30.3rem;
  margin: 0 auto;
}
.footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  display: block;
  color: #ccc;
  margin-top: 2.1rem;
}
@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 3.8rem;
    padding-bottom: 2rem;
    min-width: 100%;
  }
  .footer_number {
    padding: 3rem 1.5rem 2.9rem;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
  .footer_number ul {
    width: auto;
    columns: auto;
  }
  .footer_link {
    display: block;
    font-size: 1.2rem;
    margin: 1.1rem 2rem 3.4rem;
  }
  .footer_link li {
    border-bottom: 1px solid #e6e6e6;
  }
  .footer_link li a {
    display: block;
    padding: 0.95rem 0 0.95rem 0.4rem;
  }
  .footer_link li img {
    width: 20px;
  }
  .footer_link li + li {
    margin-left: 0;
  }
  .footer h2 {
    width: 23.6rem;
  }
  .footer .copyright {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  width: 100%;
  z-index: 100;
}

.tab_button {
  padding: 1.7rem 1rem 1.5rem;
  background-color: #fff;
  color: #094198;
  border: none;
  cursor: pointer;
  width: 49%;
  font-size: 27px;
  border: 1px solid #094198;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_button img {
  margin-right: 10px;
}
.tab_button.active {
  background-color: #094198;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  padding: 2.2rem 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_content {
  scroll-margin-top: 100px;
  display: none;
}

.tab_content.active {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tabs {
    width: 100%;
    margin: 0 auto 20px;
  }
  .tab_button {
    font-size: 24px;
  }
  .tab_button.active {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .tabs {
    width: 92.3%;
    margin: 0 auto 20px;
  }
  .tab_button {
    font-size: 16px;
    padding: 5px 15px 5px;
  }
  .tab_button.active {
    font-size: 16px;
    padding: 10px 15px 5px;
  }
  .tab_button img {
    width: 25px;
    margin-right: 5px;
  }
  .h_100 {
    height: auto;
  }
}
.footprints1,
.footprints2,
.footprints3,
.footprints4,
.footprints5,
.footprints6,
.footprints7,
.footprints8,
.footprints9,
.footprints10 {
  position: absolute;
}
.footprints1 {
  top: 200px;
  left: -160px;
}
.footprints2 {
  top: 500px;
  right: -200px;
}
.footprints3 {
  top: 1000px;
  left: -300px;
}
.footprints4 {
  top: 1700px;
  right: -200px;
}
.footprints5 {
  top: 2500px;
  left: -300px;
}
.footprints6 {
  top: 3100px;
  right: -200px;
}
.footprints7 {
  top: 4600px;
  right: -200px;
}
.footprints8 {
  bottom: 3500px;
  left: -300px;
}
.footprints9 {
  bottom: 2500px;
  left: -300px;
}
.footprints10 {
  bottom: 900px;
  right: -200px;
}

@media only screen and (max-width: 1024px) {
  .footprints1,
  .footprints2,
  .footprints3,
  .footprints4,
  .footprints5,
  .footprints6,
  .footprints7,
  .footprints8,
  .footprints9,
  .footprints10 {
    display: none;
  }
}

.to_top_link {
  width: 50%;
  margin: 70px auto 0;
  text-align: center;
  font-size: 16px;
}

.to_top_link a {
  display: flex;
  width: 100%;
  border: 1px solid #8b581e;
  padding: 20px;
  border-radius: 35px;
  color: #8b581e;
  box-shadow: 0px 10px 5px -5px #777777;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.to_top_link img {
  width: 18px;
}

.note {
  /* font-size: 14px; */
  color: #000;
  text-align: left;
}
.article_banner_flex {
  margin-bottom: 100px;
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.banner_note {
  color: #094198;
  line-height: 3;
  text-align: left;
}
.small_text {
  font-size: 14px !important;
  margin-top: 30px !important;
}

.align_left {
  text-align: left;
}

.no_wrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .note {
    margin-bottom: 10px;
  }
  .article_banner_flex {
    width: 100%;
    margin: 0 auto 80px;
    flex-direction: column;
  }
  .to_top_link {
    width: 92.3%;
    margin: 35px auto 0;
  }
  .remarks {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .p_0 {
    padding: 0 !important;
  }
  .p_10 {
    padding: 10px 10px 10px;
  }
}

@media screen and (min-width: 769px) {
  .fpc_size,
  .pshoken_size {
    width: 60% !important;
    height: auto !important;
  }
  .tokiomarine_size {
    width: 55% !important;
    height: auto !important;
  }
  .sbiiiki_size,
  .sbiprizm_size,
  .rakuten_size{
    width: 85% !important;
    height: auto !important;
  }
  .littlefamily_size,
  .nipponpet_size {
    width: 75% !important;
    height: auto !important;
  }
  .ipet_size {
    width: 60% !important;
    height: auto !important;
  }
  .four-digit {
    text-indent: 1rem;
  }
  .three-digit {
    text-indent: 3rem !important;
  }
}

@media (orientation: landscape) and (max-width: 1000px) {
  .container {
    width: 100%;
  }

  header {
    width: 100%;
  }

  .footer {
    min-width: 100%;
  }
}

/* 選び方記事 */
.beginning_text {
  font-size: 16px;
}

.beginning_text p {
  margin-bottom: 20px;
}

.beginning_text p:last-child {
  margin-bottom: 70px;
}

.no_flex_text {
  margin-top: 40px;
}

.strong_text {
  font-weight: bold;
}

.toc-sub {
  flex-direction: column;
  margin-left: 30px !important;
}

.pet_toc_title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 70px;
}

.pet_container {
  padding: 20px 40px;
  margin: 20px auto 70px;
  background-color: #ebf4ff;
}

.pet-categories,
.point-categories {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.point-categories {
  gap: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 49%;
}

/* .left-column {
  position: absolute;
  left: 40px;
  top: 23px;
}

.right-column {
  position: absolute;
  right: 43px;
  top: 23px;
} */

.category-item {
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  border: 3px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.category-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #094198;
}

.point-link {
  padding: 5px 20px;
}

.pet-icon {
  width: 20.5px;
  height: 20px;
  margin-right: 23.5px;
}

.pet-name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #094198;
  letter-spacing: 0;
}

.point-name {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #094198;
  letter-spacing: 0;
  margin: 0 auto;
}

.article_contents_flex_text h4 {
  font-size: 22px;
  font-weight: bold;
}

.pet_section {
  margin-bottom: 60px !important;
}

.small_animal {
  text-align: left !important;
  margin-bottom: 35px;
}

.text_blue {
  color: #094198;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  .l_toc_a {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .indent_title {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }

  .pet_container {
    padding: 20px;
  }

  .pet-categories,
  .point-categories {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .left-column {
    margin-bottom: 11px;
  }

  .pet_toc_title {
    font-size: 20px;
    text-align: left;
  }

  .article_contents_flex_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
}

/* ランキング */
@font-face {
  font-family: "Rounded Mplus 1c"; /* 任意のファミリ名 */
  src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf")
    /* style.css から見た相対パス */ format("truetype");
  font-weight: 800; /* ExtraBold は 800 を使うのが一般的 */
  font-style: normal;
  font-display: swap;
}

.ranking_area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ranking-container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff2d2;
  border-radius: 10px;
  padding: 0;
  position: relative;
  height: 190px;
}

/* タイトル */
.ranking-title {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.485;
  color: #094198;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 315px;
  height: 52px;
}

/* ランキングアイテムのコンテナ */
.ranking-items {
  position: absolute;
  top: 64px;
  left: 55px;
  right: 45px;
  height: 110px;
  display: flex;
  gap: 40px;
}

/* 各ランキングアイテム */
.ranking-item {
  width: 33%;
  height: auto;
  position: relative;
}

/* ランクバナー（メインの白い部分） */
.rank-banner {
  width: 100%;
  height: 85px;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

/* ランク番号エリア */
.rank-number {
  position: relative;
  width: 50px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rank-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  object-fit: contain;
}

.rank-text {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  color: #094198;
  text-align: center;
  width: 100%;
}

/* 1位の特別スタイル */
.rank-1 .rank-text {
  font-size: 20px;
  line-height: 1.21;
}

/* 会社ロゴエリア */
.company-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.logo {
  object-fit: contain;
}

.rank_sbi {
  width: 85%;
}

.rank_ps {
  width: 70%;
}

.rank_fpc {
  width: 65%;
}

/* アクションバナー（赤い詳細・お申込み部分） */
.action-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background-color: #e10e0e;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.21;
  color: #ffffff;
  text-align: center;
}

/* デスクトップ・モバイル表示切替 */
.mobile-text {
  display: none;
}

.desktop-text {
  display: inline;
}

.ranking_note {
  text-align: right;
  color: #747474;
}

/* レスポンシブデザイン - モバイル */
@media (max-width: 768px) {
  .ranking_area {
    width: 92.3%;
    margin: 30px auto;
  }
  .ranking-container {
    height: 240px;
    margin: 0 auto;
  }

  .ranking-title {
    font-size: 22px;
    width: 198px;
    height: 33px;
    top: 5px;
  }

  .ranking-items {
    position: static;
    padding: 42px 7px 0;
    flex-direction: column;
    gap: 6px;
    height: auto;
  }

  .ranking-item {
    width: 100%;
    height: 58px;
    display: flex;
    position: relative;
  }

  .rank-banner {
    width: 346px;
    height: 58px;
    border-radius: 5px;
    padding: 8px 12px;
    flex: 1;
  }

  .rank-number {
    width: 32px;
    height: 58px;
    margin-top: 10px;
  }

  .rank-icon {
    width: 32px;
    height: 26px;
  }

  .rank-text {
    font-size: 16px;
    line-height: 1.21;
    bottom: 8px;
  }

  .rank-1 .rank-text {
    font-size: 16px;
    line-height: 1.21;
    text-align: center;
  }

  .company-logo {
    flex: 1;
    margin-right: 80px;
  }

  .rank_sbi {
    width: 75%;
  }

  .rank_ps {
    width: 45%;
  }

  .rank_fpc {
    width: 55%;
  }

  .action-banner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 80px;
    height: 58px;
    border-radius: 0 5px 5px 0;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
  }

  .action-text {
    font-size: 15px;
    line-height: 1.21;
    text-align: center;
  }

  .mobile-text {
    display: inline;
  }

  .desktop-text {
    display: none;
  }
}

@media (max-width: 399px) {
  .rank_ps {
    width: 55%;
  }
}

.article_flex_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}

.article_flex_img img {
  width: calc((100% - 70px) / 3);
}

.color_black {
  color: #333;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

@media (max-width: 600px) {
  .mb_20 {
    margin-bottom: 20px !important;
  }

  .heatstroke_img_sp {
    margin-bottom: 30px;
  }
}

.to_top_banner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.to_top_banner a {
  display: block;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .to_top_banner {
    width: 100%;
  }

  .to_top_banner a {
    width: 92.3%;
  }
}

.article_anchor {
  text-decoration: underline;
  font-size: 16px;
}

#section2-1-5,
#section2-2-5 {
  margin-bottom: 30px !important;
}

.animal-details-accordion {
  height: 90px;
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 40px;
}

/* accordion-toggle-btn の共通スタイル */
.accordion-toggle-container {
  width: 100%;
  box-shadow: -5px -29px 6px rgba(255, 255, 255, 0.7);
}

.accordion-toggle-btn {
  width: 50%;
  text-align: center;
  background-color: #ebf4ff;
  border: 1px solid #094198;
  color: #094198;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
}

/* 閉じるボタンだけ色を変えたいなら追加のクラスを用意 */
.accordion-toggle-btn--close {
  background: #ebf4ff;
}

/* 非表示を制御するユーティリティクラス */
.is-hidden {
  display: none;
}

@media (max-width: 600px) {
  .animal-details-accordion {
    padding: 0 20px;
  }

  .accordion-toggle-btn {
    width: 100%;
  }
  .affiriated_area {
    margin-top: 80px;
  }
}

.affiriated_area h3 {
  font-size: 20px;
  color: #094198;
  text-align: center;
}

.affiliated_site {
  justify-content: center !important;
  margin-top: 30px;
}

.affiliated_site img {
  border: 1px solid black;
  height: auto;
}

.affiliate-label {
  padding: 5px 0;
  bottom: -10px;
}

@media (max-width: 600px) {
  .affiriated_area h3 {
    font-size: 22px;
  }

  .affiliate-label {
    font-size: 14px;
  }
}

@media (max-width: 399px) {
  .affiriated_area h3 {
    font-size: 1.8rem;
  }
}
.article_subtitle {
  color: #094198;
  background-color: #deedff;
  padding: 10px;
  width: 100%;
  font-size: 25px;
  margin-bottom: 40px;
}

.middle_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sub_title {
  font-size: 18px;
  font-weight: bold;
}

.sub_title_small {
  font-size: 16px;
}

.aricle_ul {
  margin-bottom: 40px;
}

.article_center_img {
  margin: 0 auto 40px;
}

.mb_60 {
  margin-bottom: 60px;
}

.symptoms {
  font-size: 22px;
  color: #094198;
  margin-bottom: 20px;
}

.content_subtitle {
  font-size: 30px;
}

.sbi_cat {
  width: calc((100% - 80px) / 2) !important;
}

.cat_fip_indent {
  font-size: 16px;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

@media (max-width: 600px) {
  .article_subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .symptoms {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sbi_cat {
    width: 100% !important;
  }

  .content_subtitle {
    font-size: 16px;
  }

  .middle_title {
    font-size: 18px;
  }

  .to_top_text {
    width: 92.3%;
    margin: 0 auto;
  }

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

/* ペットコラムページのスタイル */
/* .pet-column-section {
  padding: 50px 0;
  margin: 60px 0;
} */

.pet-column-title {
  font-size: 45px;
  font-weight: bold;
  color: #094198;
  text-align: center;
  margin-bottom: 20px;
}

.pet-column-description {
  font-size: 16px;
  color: #094198;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
  margin-top: 40px;
}

.pet-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.pet-section-header {
  grid-column: span 3;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #094198;
}

.pet-section-badge {
  background: #e10e0e;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 25px;
  font-weight: bold;
  margin-right: 20px;
  width: 100px;
  text-align: center;
}

.pet-new-badge {
  background: #e10e0e;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
}

.pet-section-title {
  font-size: 30px;
  font-weight: bold;
  color: #094198;
  margin: 0;
}

.pet-article-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: transform 0.3s ease;
  /* height: 345px; */
}

.pet-article-card:hover {
  transform: translateY(-2px);
}

.pet-article-image {
  height: 200px;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}

.pet-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-article-content {
  padding: 20px;
}

.pet-article-title {
  font-size: 20px;
  font-weight: bold;
  color: #094198;
  line-height: 1.3;
  margin-bottom: 15px;
}

.pet-article-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 0;
  position: absolute;
  top: 105px;
}

.pet-more-button-area {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

#more-button-container {
  width: 500px;
  margin: 0 auto;
}

.pet-more-button {
  display: block;
  background: white;
  color: #094198;
  border: 1px solid #094198;
  padding: 20px 60px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  width: 100%;
}

.pet-more-button:hover {
  background: #094198;
  color: white;
}

.article_graph_text {
  text-align: right;
  font-size: 14px !important;
}

/* スマートフォン対応 */
@media only screen and (max-width: 600px) {
  .pet-column-section {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }

  .pet-column-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pet-column-description {
    font-size: 16px;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }

  .pet-articles-grid {
    display: block;
    padding: 0 15px;
    gap: 20px;
  }

  .pet-section-header {
    margin-bottom: 15px;
    align-items: flex-start;
    gap: 10px;
  }

  .pet-section-badge {
    padding: 5px 10px;
    font-size: 14px;
    margin-right: 0;
    width: 65px;
    min-width: auto;
  }

  .pet-new-badge {
    padding: 2px 5px;
    width: 50%;
    font-size: 14px;
  }

  .pet-section-title {
    font-size: 20px;
  }

  .pet-section-divider {
    margin-bottom: 20px;
  }

  .pet-article-card {
    margin-bottom: 20px;
    border-radius: 6.5px;
    display: flex;
    box-shadow: none;
    height: 100px;
  }

  .pet-article-image {
    height: auto;
    object-fit: contain;
    width: 33%;
  }

  .pet-article-content {
    padding: 10px;
    width: 100%;
  }

  .pet-article-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .pet-article-date {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    top: auto;
  }

  .pet-more-button-area,
  #more-button-container {
    width: 92.3%;
    margin: 30px auto 0;
  }

  .pet-more-button {
    padding: 10px;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
  }

  .article_graph_text {
    text-align: left;
  }
}

.title_img {
  padding: 0 !important;
}

.point_area {
  margin: 30px auto 60px;
}

.flex_column {
  flex-direction: column;
}

.category_box {
  width: 500px;
  margin: 0 auto;
}

.naby_box span,
.green_box span,
.brown_box span {
  font-size: 25px;
  padding: 20px 40px;
  text-align: left !important;
  line-height: 1;
  margin: 0;
}

.naby_box {
  border-color: #094198;
  background-color: #ebf4ff;
  color: #094198;
}

.green_box {
  border-color: #149243;
  color: #149243;
  background-color: #ebf0eb !important;
}

.green_box span {
  color: #149243;
}

.brown_box {
  border-color: #8b581e;
  color: #8b581e;
  background-color: #fff8f0;
}

.brown_box span {
  color: #8b581e;
}

.blue_btn,
.white_btn {
  width: 470px;
  padding: 20px;
}

.blue_btn span,
.white_btn span {
  font-size: 25px;
}

.blue_btn {
  background-color: #094198;
  border-color: #094198;
}

.blue_btn span {
  color: #fff;
}

.blue_btn:hover {
  background-color: #fff;
  border-color: #094198;
  transform: none;
  box-shadow: none;
}

.blue_btn:hover span {
  color: #094198;
}

.white_btn {
  background-color: #fff;
  border-color: #094198;
}

.white_btn span {
  color: #094198;
}

.white_btn:hover {
  background-color: #094198;
  transform: none;
  box-shadow: none;
}

.white_btn:hover span {
  color: #fff;
}

.choose_area {
  margin-bottom: 50px;
}

.choose_flex {
  justify-content: center;
  gap: 15px;
}

.product_flex {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.product_img {
  width: 180px;
  height: auto;
  display: block;
}

.product_text {
  /* 子要素のmargin折りたたみを防ぎ、内部も縦中央に */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left; /* 任意：横中央 */
  gap: 4px; /* 見出しと段落の間隔に */
}

/* 見出し/段落のデフォルトmarginをリセット */
.product_text h6,
.product_text p {
  margin: 0;
  line-height: 1.4; /* お好みで */
}

/* #section1-1,
#section1-2,
#section1-3 {
  overflow: hidden;
  height: 300px;
  transition: height 0.3s ease;
} */

.accordion-area {
  margin-bottom: 100px;
  text-align: center;
}

.recruitment_number {
  font-size: 1.1rem;
  line-height: 1.54;
  letter-spacing: 0.05em;
  margin: 40px auto 0;
}

.recruitment_number ul {
  width: 100%;
  margin: 0 auto;
  columns: 2;
}

.product-insurance-table {
  display: flex;
  border-top: none;
  overflow: hidden;
  font-family: sans-serif;
  margin-bottom: 15px;
}

/* カラム全体 */
.product-column {
  flex: 1;
}

.product-column a {
  background-color: #fff;
}

.product-column:first-child {
  border-left: none;
}

/* カラムヘッダー */
.product-column-header {
  background-color: #e6f1fb;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  width: 50%;
  border-top-left-radius: 15px; /* 左上 */
  border-top-right-radius: 15px; /* 右上 */
  /* 下は角丸なし */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bb_gray {
  border-bottom: 1px solid #ddd;
}

.br_gray {
  border-right: 1px solid #ddd;
}

/* 各行 */
.product-row {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  gap: 30px;
}

.product-logo {
  width: 150px;
  height: 70px;
  display: flex;
  align-items: center;
}

.product-logo img {
  width: 100%; /* ロゴサイズは適宜調整 */
  height: auto;
}

.product-text {
  font-size: 16px;
  color: #094198;
}

.product-text strong {
  font-size: 20px;
  font-weight: bold;
  color: #094198;
}

.marine_company_name {
  font-size: 12px;
}

.product-note {
  font-size: 14px !important;
}

.navy_title {
  border: 3px solid #094198;
}

.green_title {
  color: #149243;
  background-color: #ebf0eb;
  border: 3px solid #3fa56e;
}

.brown_title {
  color: #8b581e;
  background-color: #fff8f0;
  border: 3px solid #8b581e;
}

.one-column {
  flex: 50%;
}

/* 全体 */
.product-compare {
  margin-bottom: 35px;
}

/* 見出し（左上のタブ風） */
.product-left-header {
  display: inline-block;
  background: #ebf4ff;
  padding: 10px 16px;
  border-radius: 12px 12px 0 0; /* 左上・右上のみ角丸 */
  font-weight: bold;
  font-size: 20px;
  color: #094198;
  width: 30%;
}

/* 2カラムのグリッド：左カラム=ボックス、右カラム=矢印+金額 */
.product-grid {
  display: grid;
  grid-template-columns: minmax(360px, 50%) 1fr; /* 左6:右4くらいの比率（調整OK） */
  column-gap: 20px;
  row-gap: 0;
  align-items: stretch; /* 同じ行の左右を同じ高さに */
}

/* 左の行（リンク全体を横並び＆上下中央） */
.product-left-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  text-decoration: none;
  color: inherit;

  /* 左ボックスの枠線表現（上下左右） */
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* 1つ目の左行は上枠＋角丸、最後の左行は下枠＋角丸 */
.product-left-row:nth-of-type(1) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product-left-row:nth-of-type(2) {
  /* 左行が2つの場合の例。行数が増えるなら最終要素に合わせて調整 */
  border-bottom: 1px solid #ddd;
}

/* ロゴとテキスト */
.product-logo img {
  width: 96px;
  height: auto;
  display: block;
}

/* 右の行（矢印＋価格）も横並び＆上下中央に */
.product-right-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0; /* 右側は枠なし、上下の余白だけ */
}

/* 価格テキスト */
.product-price {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-weight: bold;
  color: #094198;
  font-size: 20px;
}

.footnote {
  display: inline;
  font-size: 0.7em; /* 本文より小さくする */
  vertical-align: super; /* 上付きにする（supでもOK） */
  line-height: 1;
}

/* スマホで縦並び */
@media screen and (max-width: 600px) {
  .product-insurance-table {
    flex-direction: column;
  }
  .product-column {
    border-left: none;
  }
  .product-column:first-child {
    border-top: none;
  }
}

@media only screen and (max-width: 600px) {
  .title_img {
    width: 92.3%;
  }

  .product_flex {
    gap: 15px;
    /* justify-content: center; */
  }

  .product_img {
    width: 120px;
  }

  .recruitment_number {
    width: 100%;
  }

  .recruitment_number ul {
    columns: 1;
    font-size: 1rem;
  }

  .text-fluid {
    font-size: clamp(20px, 5vw, 25px) !important;
  }

  .text-fluid-h2 {
    font-size: clamp(18px, 5vw, 22px) !important;
  }

  .text-fluid-btn {
    font-size: clamp(14px, 5vw, 20px) !important;
  }

  .category_box {
    width: 100%;
  }

  .naby_box span,
  .green_box span,
  .brown_box span {
    padding: 20px 0;
  }

  .blue_btn,
  .white_btn {
    width: 100%;
  }

  .product-column:first-child {
    margin-bottom: 30px;
  }

  .product-row {
    flex-direction: column;
    border-right: 1px solid #ddd;
    gap: 10px;
  }

  .product-logo {
    width: 70%;
    height: auto;
  }

  .product-logo img {
    width: 100%;
  }

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

  .marine_company_name {
    font-size: 16px;
  }

  .sp_margin_none {
    margin-bottom: 0 !important;
  }

  .product-grid {
    display: flex;
    flex-direction: column;
  }

  .product-left-row {
    flex-direction: column;
  }

  .down_arrow {
    width: 50px;
    height: auto;
  }

  .product-price {
    font-size: clamp(16px, 4vw, 20px);
    margin-bottom: 0 !important;
  }

  .product-left-header {
    width: 100%;
    text-align: center;
  }

  .no_wrap_text {
    gap: 0;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: clamp(16px, 4vw, 20px);
  }
}

/* パンくずリスト
----------------------------------------*/
.breadcrumb {
  margin-top: 70px;
  padding: 12px 0;
}

.breadcrumb_content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  font-size: 1.3rem;
  color: #666;
}

.breadcrumb_item {
  display: flex;
  align-items: center;
}

.breadcrumb_item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb_item a:hover {
  color: #ff6b35;
  text-decoration: underline;
}

.breadcrumb_separator {
  margin: 0 8px;
  color: #999;
  font-size: 1.2rem;
}

.breadcrumb_item:last-child {
  color: #333;
  font-weight: 500;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {
  .breadcrumb {
    padding: 10px 0;
  }

  .breadcrumb_content {
    padding: 0 15px;
  }

  .breadcrumb_list {
    font-size: 1.2rem;
  }

  .breadcrumb_separator {
    margin: 0 6px;
  }
}

/* CPページ */
.cp_main {
  padding-top: 65px !important;
}

.cp_mv {
  width: 90%;
  margin: 0 auto;
}

.application-section {
  margin: 80px auto 40px;
}

.application-box {
  border: 3px solid #5b2c00;
  border-radius: 10px;
  padding: 60px 100px 40px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.application-title {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.application-title img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
}

.application-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.application-steps li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 25px;
}

.application-steps li:last-child {
  margin-bottom: 0;
}

.step-icon {
  width: 40px;
  height: 40px;
}

.step-icon img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* or 'cover' depending on design */
}

.step-icon span {
  position: absolute;
  font-weight: bold;
  top: 9px;
  left: 19px;
  font-size: 15px;
}

.application-steps p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}

.cp_cta {
  text-align: center; /* 必要なら中央寄せ */
}

.cp_cta a {
  display: inline-block; /* ← ブロックにしないことがポイント */
}

.cp_cta img {
  display: block; /* 画像下の余白対策 */
  max-width: 750px;
  height: auto;
}

.product-section {
  margin: 80px auto 40px;
  background: #fff;
}

/* 上部タイトル部分（背景画像を使用） */
.product-heading {
  background: url(../img/heading_bg.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 18px 0;
  position: absolute;
  width: 100%;
  top: -38px;
}

.product-heading h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

/* 対象商品のテーブル */
.cp_product-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #603912;
  border-top: none;
  background-color: #fff;
}

.cp_product-table tr {
  border-top: 2px solid #603912;
  height: 172px;
}

.cp_product-table td {
  padding: 20px 15px;
  vertical-align: middle;
}

/* 保険会社側 */
/* .cp_company:first-child,
.cp_product:first-child {
  padding-top: 40px;
} */

.cp_company {
  width: 50%;
  text-align: center;
}

.cp_company img {
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.cp_company p {
  font-size: 20px;
  font-weight: bold;
  color: #094198;
  margin: 0;
}

/* 対象商品名側 */
.cp_product {
  width: 50%;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #094198;
}

.cp_sbiprizm_size {
  width: 50%;
}

.cp_sbiiiki_size {
  width: 55%;
}

.cp_littlefamily_size {
  width: 45%;
}

.cp_ipet_size,
.cp_fpc_size,
.cp_nipponpet_size,
.cp_ps_size {
  width: 40%;
}

.campaign-section {
  margin: 40px auto;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #094198;
  line-height: 1.8;
}

.campaign-title {
  color: #094198;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 0 0 20px;
  margin: 0;
}

.campaign-block-area {
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.campaign-heading {
  background: #094198;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 16px;
  margin: 0 0 15px 0;
}

.campaign-block p {
  font-size: 15px;
  margin: 0 0 10px 25px;
}

.campaign-steps {
  list-style: none;
  counter-reset: step;
  padding-left: 0;
  margin: 0;
  margin-left: 25px;
}

.campaign-steps li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 10px;
  font-size: 15px;
}

.campaign-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background: #0048b3;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  font-size: 10px; /* ← これでも丸は固定のまま */
  line-height: normal;
}

.campaign-notes {
  list-style: none;
  padding-left: 1.2em;
  margin: 15px 0 0 25px;
}

.campaign-notes li {
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
}

.campaign-notes li::before {
  content: "※";
  position: absolute;
  left: -1.2em;
}

.campaign-notes-section {
  margin: 40px auto;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #094198;
  line-height: 1.9;
}

.campaign-notes-title {
  color: #094198;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px;
}

.campaign-rules-area {
  border: 1px solid #b3b3b3;
  padding: 35px 25px;
  background: #fff;
}

.campaign-rules-area:last-child {
  margin-top: 40px;
}

.campaign-rules {
  list-style: none;
  margin: 0 0 30px;
}

.campaign-rules li {
  position: relative;
  font-size: 16px;
  margin-bottom: 6px;
}

.campaign-rules li::before {
  content: "●";
  color: #0048b3;
  font-size: 16px;
  line-height: 1;
}

.campaign-exclusion {
  margin-top: 30px;
  padding-top: 10px;
}

.campaign-exclusion p {
  font-weight: bold;
  font-size: 20px;
  color: #094198;
  margin: 0 0 10px;
}

.campaign-exclusion ul {
  list-style: none;
  margin: 0;
}

.campaign-exclusion li {
  position: relative;
  font-size: 16px;
  margin-bottom: 6px;
}

.campaign-exclusion li::before {
  content: "●";
  color: #0048b3;
  font-size: 14px;
  line-height: 1;
}

.campaign-footer {
  text-align: left;
  color: #002c8b;
  font-size: 16px;
  margin-top: 35px;
  line-height: 1.6;
}

.agency-text {
  font-size: 16px;
}

.campaign-exclusion-text {
  font-weight: bold;
  font-size: 20px;
  color: #094198;
  margin: 0 0 10px;
}

@media screen and (max-width: 600px) {
  .cp_mv {
    width: 100%;
  }

  .cp_main {
    padding-top: 51px !important;
  }

  .application-section,
  .product-section,
  .campaign-section,
  .campaign-notes-section,
  .cp_cta {
    width: 92.3%;
  }

  .application-section {
    margin: 50px auto 25px;
  }

  .product-section {
    margin: 60px auto 25px;
  }

  .campaign-section,
  .campaign-notes-section {
    margin: 25px auto;
  }

  .cp_cta {
    margin: 0 auto;
  }

  .application-title {
    width: 75%;
    top: -30px;
  }

  .application-box {
    padding: 30px 15px;
  }

  .step-icon {
    flex: 0 0 40px; /* shrinkさせない＋基準幅40px */
    width: 40px;
    height: 40px;
  }

  .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .application-steps li {
    margin-bottom: 15px;
    gap: 10px;
    align-items: center;
  }

  .application-steps p {
    font-size: clamp(14px, 1.7vw, 16px);
    /* white-space: nowrap; */
    line-height: normal;
    flex: 1 1 auto;
  }

  .cp_product-table tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 157px;
  }

  .cp_product-table tr:first-child {
    padding-top: 20px;
  }

  .cp_product-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .cp_company {
    padding-bottom: 10px !important;
  }

  .cp_company p,
  .cp_product,
  .campaign-exclusion p {
    font-size: 16px;
  }

  .cp_product {
    padding-top: 0 !important;
  }

  .campaign-title,
  .campaign-notes-title {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .campaign-notes-title {
    margin-bottom: 0;
  }

  .campaign-content {
    padding-right: 15px;
  }

  .campaign-heading {
    padding: 5px 15px;
    margin-bottom: 5px;
  }

  .campaign-block p,
  .campaign-steps,
  .campaign-notes {
    margin-left: 15px;
  }

  .campaign-rules-area {
    padding: 20px 15px;
  }
}

.cp_banner_small {
  position: absolute;
  right: 0;
  z-index: 999;
}

.cp_banner_big {
  margin-bottom: 60px;
  z-index: 999;
}

@media screen and (max-width: 600px) {
  .cp_banner_small {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
  }

  .cp_banner_big {
    margin-bottom: 30px;
  }
}

/* === base: 表示/非表示 & 画面固定 === */
.detail-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.detail-modal.is-active {
  display: block;
}
.detail-modal-open {
  overflow: hidden;
} /* <html> に付与済み */

.detail-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* === dialog === */
.detail-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
  padding: 20px 60px;
  text-align: center;
  line-height: 1.75;
}

/* ふわっと表示アニメ（任意） */
.detail-modal.is-active .detail-modal__dialog {
  animation: detailModalIn 0.18s ease-out both;
}
@keyframes detailModalIn {
  from {
    transform: translate(-50%, -52%) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* === 閉じるボタン（右上の×丸） === */
.detail-modal__close {
  position: absolute;
  right: 0;
  top: -50px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.detail-modal__close::before,
.detail-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #222;
  transform-origin: center;
}
.detail-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.detail-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.detail-modal__close:focus-visible {
  outline: 3px solid #4da3ff;
  outline-offset: 2px;
}

/* === ロゴ === */
.detail-modal__logo-wrapper {
  display: grid;
  place-items: center;
  margin: 0 auto;
}
#detailModalLogo {
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 30px;
}

/* === 会社名（小さめグレー） === */
.detail-modal__company {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  font-size: clamp(14px, 1.6vw, 16px);
  color: #6b7280; /* gray-500 */
}

/* === CTAボタン（赤・角丸・大きめ） === */
.detail-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  padding: 10px 30px 5px;
  border-radius: 9999px;
  background: #d63a2c; /* 赤 */
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.06em;
  transition: transform 0.06s ease, box-shadow 0.06s ease, background 0.15s ease;
  box-shadow: 0 10px 24px rgba(214, 58, 44, 0.24);
  margin-bottom: 30px;
}
.detail-modal__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(214, 58, 44, 0.28);
}
.detail-modal__cta:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(214, 58, 44, 0.22);
}
.detail-modal__cta:focus-visible {
  outline: 3px solid #ffd3cf;
  outline-offset: 3px;
}

/* === URLテキスト（下部の小さなURL表記） === */
.detail-modal__url {
  margin: clamp(14px, 2vw, 18px) 0 0;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #6b7280;
  word-break: break-all;
}

/* === 下部の説明テキストっぽい段落（必要なら） === */
.detail-modal__desc {
  margin: 0 auto;
  font-size: clamp(14px, 1.7vw, 16px);
  color: #111827;
}

.detail-modal__more {
  color: #2a76c8;
  text-decoration: underline;
}

/* === 小さめ端末での余白調整 === */
@media (max-width: 600px) {
  .detail-modal__dialog {
    padding: 22px 18px;
    width: 92.3%;
  }

  .detail-modal__cta {
    min-width: auto;
    width: 90%;
    padding: 5px 30px;
  }

  #detailModalLogo {
    margin-bottom: 20px;
  }
}
