/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

tsumadake CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.contents {
  max-width: 900px; }
  @media screen and (max-width: 460px) {
    .contents {
      padding: 0 10px; } }

.contents .top .circle_A {
  background-image: url(../img/anniversary/circle.jpg); }

.contents .top .circle_B.bgColor {
  background: #bb8c8c; }

.kinenbi__title {
  color: #bb8c8c; }
.kinenbi__index {
  position: relative;
  border: solid 2px #7094C0; }
.kinenbi__index-ttl {
  font-size: 2rem;
  background: #7094C0;
  padding: 10px 0 14px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1; }
.kinenbi__index-list {
  margin: 0;
  padding: 10px 10px 20px;
  color: #7094C0;
  border: none;
  list-style-type: none;
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .kinenbi__index-list {
      flex-direction: column; } }
.kinenbi__index-item {
  line-height: 1.5;
  padding: 10px 0 5px 30px;
  border-bottom: dashed 1px #7094C0;
  position: relative;
  width: calc( 50% - 10px); }
  @media screen and (max-width: 640px) {
    .kinenbi__index-item {
      width: 100%;
      line-height: 1.4;
      font-size: 1.7rem !important; } }
  .kinenbi__index-item:before {
    display: inline-block;
    position: absolute;
    content: counter(number);
    counter-increment: number;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 20%;
    background: #7094C0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 22px; }
  .kinenbi__index-item:last-of-type {
    border-bottom: none; }
.kinenbi__index-link {
  line-height: 1.4; }
.kinenbi__heading {
  position: relative;
  display: block;
  padding: 13px 5px 9px 30px;
  margin: clamp(20px, 4vw, 40px) 0 0 15px;
  background: #d0e5ff;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1; }
  @media screen and (max-width: 640px) {
    .kinenbi__heading {
      font-size: 1.8rem; } }
.kinenbi__heading-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  height: 36px;
  width: 36px;
  margin-top: -18px;
  background: #7094C0;
  color: #fff;
  line-height: 31px;
  border: 3px solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 36px; }
.kinenbi__sub-heading {
  position: relative;
  padding: 5px 10px 5px 35px;
  margin-top: 15px;
  color: #000;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(129, 194, 250, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 640px) {
    .kinenbi__sub-heading {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      padding-bottom: 5px; } }
  .kinenbi__sub-heading::after, .kinenbi__sub-heading::before {
    content: "";
    position: absolute;
    border-radius: 50%; }
  .kinenbi__sub-heading::before {
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(129, 194, 250, 0.5);
    top: 50%;
    transform: translateY(-50%); }
  .kinenbi__sub-heading::after {
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(129, 194, 250, 0.3); }
.kinenbi__text {
  margin-top: clamp(10px, 1.5vw, 15px); }
.kinenbi__img {
  margin: 30px 0 0; }
.kinenbi__link {
  display: block;
  width: fit-content;
  margin-top: 10px; }
