body { 
 margin: auto;
 font-size: 15px;
 font-family: sans-serif;
 padding: 0 0em;
 line-height: 160% 
}

p {
        font-size: 16px;
        color: #000000;
	margin-bottom: 1em;
}


a {
 text-decoration:none;
}

.tokudai {
 font-size: 40px;
}

.thumbnail {
    width: 43%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background-color:  #fff;    /* 背景色指定 */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
 text-align: center;
}

.thumbnail2 {
    width: 51%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background-color:  #efe;    /* 背景色指定 */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
    text-align: center;

}
.thumbnail3 {
    width: 87%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background-color:  #fff;    /* 背景色指定 */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
 text-align: center;
}

.thumbnail4 {
    width: 60%;            /* 幅指定 */
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  top;       /* 要素を上揃えにする */
    background-color:  #fdd;    /* 背景色指定 */
    margin-bottom: 10px;        /* 要素同士の隙間調整 */
    padding:  10px;             /* 余白指定 */
    box-sizing: border-box;     /* 崩れ防止 */
 text-align: center;
}

.bkpnk { background-color:  #fdd; }
.midoriBK { background-color: #f5fff5;}
.bk_blu { background-color:  #f0f8ff; }
.bk_gr { background-color:  #f0f0f0; }
.bk_ye { background-color:  #ffffc0; }
.bk_midori { background-color:  #f0fff0; }


.logo { width: 80%; max-width: 400px; }
.shasin { width: 60%; max-width: 400px; }
.douga{ width: 100%; max-width: 800px; }

.fixed-photo {
  position: fixed;
  top: 0px;   /* 上から20pxの位置 */
  right: 0px; /* 右から20pxの位置 */
}


    .fukidashi-02-04 {
      position: relative;
      width: fit-content;
    }
    .fukidashi-02-04 > .text {
      position: relative;
      padding: 12px 16px;
      border-radius: 4px;
      background-color: #fff3d1;
    }
    .fukidashi-02-04 > .text::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 15px;
      height: 15px;
      transform: rotate(135deg);
      box-sizing: border-box;
      background-color: #fff3d1;
    }
    .fukidashi-02-04 > .ornament {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .fukidashi-02-04 > .ornament::before {
      content: "";
      position: absolute;
      top: 0;
      left: -150px;
      width: 36px;
      height: 16px;
      transform: rotate(-45deg);
      box-sizing: border-box;
      background-color: #ff57b1;
      mix-blend-mode: multiply; /* 乗算 */
    }
    .fukidashi-02-04 > .ornament::after {
      content: "";
      position: absolute;
      top: calc(100% - 15px);
      right: 130px;
      width: 36px;
      height: 16px;
      transform: rotate(-45deg);
      box-sizing: border-box;
      background-color: #64d1ff;
      mix-blend-mode: multiply; /* 乗算 */
    }




    .fukidashi-02-03 {
      position: relative;
      display: grid;
      place-items: center;
      width: 360px;
      height: 120px;
      border: 2px solid #333333;
      border-radius: 50%;
    }
    .fukidashi-02-03::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 70px;
      width: 15px;
      height: 15px;
      transform: rotate(135deg);
      box-sizing: border-box;
      background-color: #ffffff;
    }
    .fukidashi-02-03::after {
      content: "";
      position: absolute;
      top: -10%;
      left: 150px;
      width: 60px;
      height: 2px;
      transform: rotate(50deg);
      box-sizing: border-box;
      background-color: #333333;
    }
    .fukidashi-02-03 > .ornament {
      position: absolute;
      width: 100%;
      height: 100%;
      transform: translateX(3px) translateY(3px); /* 位置をややズラす */
      border-radius: 50%;
      background-color: #ffeecc;
      pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
      mix-blend-mode: multiply; /* 乗算 */
    }



    .fukidashi-01-08 {
      position: relative;
      width: fit-content;
      padding: 12px 16px;
      border: 2px solid #333333;
      background-color: #ffffff;
    }
    .fukidashi-01-08::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: -2;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 2px solid #333333;
      background-color: #ffffff;
    }
    .fukidashi-01-08::after {
      content: "";
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      z-index: -1;
      width: 20px;
      height: 2px;
      transform: rotate(50deg);
      box-sizing: border-box;
      background-color: #333333;
      box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
    }
    .fukidashi-01-08 {
      position: relative;
      width: fit-content;
      padding: 12px 16px;
      border: 2px solid #333333;
      background-color: #ffffff;
    }
    .fukidashi-01-08::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: -2;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 2px solid #333333;
      background-color: #ffffff;
    }
    .fukidashi-01-08::after {
      content: "";
      position: absolute;
      top: calc(100% + 10px);
      left: 38%;
      z-index: -1;
      width: 20px;
      height: 2px;
      transform: rotate(50deg);
      box-sizing: border-box;
      background-color: #333333;
      box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
    }

    .fukidashi-02-01 {
      position: relative;
      width: fit-content;
      padding: 12px 20px;
      color: #ffffff;
      border-radius: 10px;
      background-color: #cc5533;
    }
    .fukidashi-02-01::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      z-index: -1;
      width: 10px;
      height: 0px;
      transform: translateX(-50%);
      box-sizing: border-box;
      background-color: #cc5533;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
