@charset "utf-8";

/* 
 * **************************************************
 * 見出し　デザイン
 * **************************************************
 */


 #content ul,
 #content ol {
  font-size: 1rem;
  line-height: 1.8rem;
 }

 sup {
  font-size: 0.7em; /* テキストを小さくする */
  vertical-align: super; /* 位置を調整する */
}

 .midashi067 {
  position: relative;
  padding: 1.5rem 0 1rem 0;
  text-align: center;
  border-top: 2px solid #01ACDC;
  border-bottom: 2px dotted #01ACDC;
  background: #fff;
  margin-top: 2.5em;
  margin-bottom: 1em;
  color: #01ACDC;
}

.midashi067:before,
.midashi067:after {
  position: absolute;
  content: '';
}

.midashi067:before {
  top: -35px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #01ACDC;
  border-radius: 50%;
  background: #fff;
}

.midashi067:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.midashi067 i {
  font-size: 2.3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -35px;
  left: calc(50% - 38px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.midashi067 span {
  position: relative;
  z-index: 1;
}


.heading-16 {
  text-align: center;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #01ACDC;
  font-size: 1.3em;
  position: relative;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.heading-16::before,
.heading-16::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 4.5%;
  height: 2px;
  background-color: #01ACDC;
}

.heading-16::before {
  left: 280px;
  margin-right: 15px;
  transform: rotate(55deg);
}

.heading-16::after {
  right: 280px;
  margin-left: 15px;
  transform: rotate(-55deg);
}

/*sp*/@media (max-width: 640px)  {
  .heading-16::before,
  .heading-16::after {
  width: 8%;

}
  .heading-16::before {
    left: 15px;
  }
  
  .heading-16::after {
    right: 15px;
  }

}


.ttl-menu {
  font-size: 1.2rem!important;
  letter-spacing: 0.1em;
  background-color: #01acdc;
  color: white;
  padding: 20px 40px;
  width: 120px; /* Set width to 100px */
  margin: 0 auto; /* Center horizontally */
  text-align: center;
  border-radius: 5px;
  position: relative; /* Add relative positioning */
  z-index: 1; /* Ensure it's on top of the div */
  position: absolute;
  top: -2.5em;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%);
}

.ttl-menu::after {
  content: '';
  position: absolute;
  bottom: -6px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #01acdc; /* Match the background color */
}

.section-menu-02 .ttl-menu {
  background-color: #cc6699!important;
}

.section-menu-02 .ttl-menu::after {
  border-top: 8px solid #cc6699!important;
}
.under-div {
  width: 200px;
  height: 100px;
  background-color: #f0f0f0;
  margin: -20px auto 0 auto; /* Move the div up by 20px to overlap */
  position: relative;
  z-index: 0;
}



.section-menu,
.section-menu-02 {
  background-color: #fff;
  position: relative;
  padding: 5em 3em 1em;
  margin: 7em 0 30px;
  border-radius: 20px;
}

.section-menu {
  border: #01acdc solid 2px;
}
.section-menu-02 {
  border: #cc6699 solid 2px;
}

.section-menu p,
.section-menu-02 p {
  margin: 10px 0;
}
.section-menu ol {
  margin-left: 20px;
}
.section-menu ul {
  list-style-type: square;
  margin-left: 20px;
}


.menu-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .menu-container {
    flex-direction: column;
  }
}

.osusume {
  width: 440px;
}

.setumei {
  width: 45%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.setumei span.point {
  font-size: 0.8rem;
  background-color: #01acdc;
  padding: 0.3em 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #fff;
}

.section-menu-02 .setumei span.point {
  background-color: #cc6699!important;
  color: #fff!important;
}

.setumei:last-child {
    margin-right: 0;
}

.setumei h5 {
  text-align: center;
  color: #333;
  font-size: 1.3rem!important;
}

.setumei h5.ttl-E {
  color: #cc6699;
  font-size:1.1rem!important;
  background-color: #ffedf3;
  padding: 0.2em 1em;
  border-radius: 5px;
}




.setumei p {
  font-size: 0.95rem!important;
}

.setumei img {
  width: 100%!important;
  border-radius: 20px;
}

/*sp*/@media (max-width: 640px) {
  .osusume, .setumei {
    width: 100%;
  }
}


.section-menus {
  display: flex;
  justify-content: space-between;
  margin-top: 6em;
}





/*sp*/@media (max-width: 640px) {
  .section-menus {
    flex-direction: column;
  }

}


.box-kansyu {
  display: flex;
  align-items: center;
  background: #EEF9F9;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.kansyu {
  width: 62px;
  height: 62px;
  background-color: #00b7c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
}

.name {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}

.name p {
  margin: 0;
}


.two-col-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}




/*sp*/@media (max-width: 640px) {
  div.two-col-container {
    flex-direction: column;
  }
  div.two-col-container .column {
    width: 100%; /* Adjust width to 100% */
    margin-right: 0; /* Remove margin to prevent overflow */
    box-sizing: border-box; /* Include padding and border in width calculation */
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
}
.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  font-weight: bold;
  color: #01ACDC;
}
.grid-item img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .grid-container {
      grid-template-columns: 1fr;
  }
  .grid-item img {
    width: 80%;
  }
}

.styled-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.5em;
}

.styled-list > li {
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.styled-list > li > ul {
  list-style-type: disc;
  margin-left: 0;
  padding: 0;
}

.styled-list > li > ul > li {
  display: inline-block; /* Display items in a single line */
  margin: 5px 10px; /* Adjust the margin as needed */
}

.large-text {
  font-size: 1.2em; /* Adjust the size as needed */
  font-weight: bold;
}

hr {
	border: 0;
	height: 8px;
	background-image: repeating-linear-gradient(135deg, #777 0px, #777 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


.text-with-image {
  text-align: left; /* Ensure text is left-aligned */
}
.text-with-image img {
  display: block;
  margin: 20px auto 0; /* Center the image and add margin at the top */
  width: 300px;
}




.image-container img {
  width: 100%;
  height: auto;
}
.figure-image001 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img100 img {
  width: 100%;
  height: auto;
}




.text-with-image {
  display: flex;
  align-items: center;
}

.text-with-image .text {
  flex: 1;
}

.text-with-image .image {
  flex: 1;
  text-align: right;
}

.text-with-image .image img {
  max-width: 100%;
  height: auto;
}


/*sp*/@media (max-width: 640px) {
  .text-with-image {
    flex-direction: column;
    text-align: center;
  }

  .text-with-image .image {
    text-align: center;
    margin-top: 20px;
  }
}


.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.horizontal-list li {
  flex: 1 1 calc(33.333% - 10px); /* 3 columns with some margin */
  margin: 5px;
  box-sizing: border-box;
  font-size: 1.6em;
  max-width: calc(33.333% - 10px); /* Ensure no more than 3 columns */
}

/*sp*/@media (max-width: 640px) {
  .horizontal-list li {
    flex: 1 1 100%; /* Full width for mobile */
    max-width: 100%; /* Ensure full width */
  }
}

.highlight {
  display: inline-block;
  padding: 2px 8px;
  position: relative;
  top: -10px;
  background-color: #3A509B;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  margin-top: 0.5em;
  text-align: center; /* Center the text inside the highlight */
  white-space: nowrap; /* Prevent text from wrapping inside the highlight */
  font-size: 0.8em;
}

.highlight::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

a {
  color: #2980b9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*　ボタン　*/
.hover-button {
  display: block;
  transition: transform 0.2s;
  font-size: 0.9rem;
  width: 50%;
  border-radius: 35px;
  border: none;
  background-color: #586585;
  padding: 1rem;
  color: #fff;
  margin: 10px auto;
}

@media (max-width: 768px) {
  .hover-button {
    width: 90%;
  }
}

.hover-button span {
  font-size: 0.8rem;
}

.hover-button:hover {
  transform: translateY(-5px);
  color: #586585;
  background-color: #edeef8;
}

.box-006 {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 1em;
}
.box-006 img {
  width: 500px;
}

@media (max-width: 640px) {
  .box-006 img {
    width: 100%;
  }
}

.top-two-column {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.top-two-column .img-B {
  padding-top: 20px;
  padding-left: 20px;
}

.top-two-column .img-B img {
  width: 200px;
}

.top-two-column p,
.top-three-column-container p {
  font-size: 0.9rem!important;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.top-column {
  width: 48%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #1e4e79;
  padding: 2.5em 2.8em 0!important;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

@media (max-width: 640px) {
  .top-column {
    width: 100%;
  }
}

.top-column img {
  width: 100%;
}

.top-column-B {
  width: 100%;
  background-color: #fff3fb; /* 背景色を設定 */
  padding: 0 40px!important;
  box-sizing: border-box;
  margin-top: 2rem;
  border-radius: 20px;
}

.img-A {
  width: 48%;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff!important;
  padding: 0!important;
}

@media (max-width: 640px) {
  .img-A {
    width: 100%;
  }
}

.img-A img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 640px) {
  .top-two-column,
  .img-A {
    flex-direction: column;
  }
}

.top-three-column-container {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Optional: Adds space between columns */
}

@media (max-width: 640px) {
    .top-three-column-container {
        flex-direction: column;
    }
}

.text-image-container {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  background-color: #f0f0f0; /* 背景色を設定 */
  padding: 10px;
}

.text-image-container p {
  flex: 1; /* テキストがイラストと同じ行に表示されるようにする */
  margin-right: 10px; /* テキストとイラストの間にスペースを追加 */
}

.text-image-container img {
  max-width: 200px; /* イラストの最大幅を設定 */
  height: auto; /* アスペクト比を維持 */
}

h3.zen-maru-gothic-bold {
  margin-top: 4rem!important;
  margin-bottom: 1rem!important;
  font-family: "Zen Maru Gothic", serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  font-size: 2.7rem!important;
  color: #1e4e79!important;
  line-height: 3rem!important;
}

h4.zen-maru-gothic-bold {
  margin-top: 2rem!important;
  margin-bottom: 1rem!important;
  font-family: "Zen Maru Gothic", serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  font-size: 1.5rem!important;
  color: #1e4e79!important;
  text-align: left!important;
  line-height: 2rem!important;
}

.top-column h4 {
  margin-bottom: 1rem!important;
  font-family: "Zen Maru Gothic", serif!important;
  font-weight: 700!important;
  font-style: normal!important;
  font-size: 1.4rem!important;
  color: #1e4e79!important;
  text-align: center!important;
  line-height: 2rem!important;
}

@media (max-width: 600px) {
  h3.zen-maru-gothic-bold {
    font-size: 1.6rem!important;
    line-height: 2rem!important;
  }
  h4.zen-maru-gothic-bold {
    font-size: 1.2rem!important;
    line-height: 1.5rem!important;
    text-align: center!important;
  }
  .img-B {
    text-align: center;
    padding-top: 0!important;
  }
  .top-column h4 {
    font-size: 1.3rem!important;
    line-height: 1.5rem!important;
  }
}