@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
*{
  margin:0;
  padding:0;
  }
/* RESET
----------------------------------------------------------------------------------------------------*/
a,
article,
body,
dd,
div,
dl,
dt,
em,
form,
footer,
header,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
label,
legend,
li,
nav,
ol,
p,
section,
main,
span,
table,
tbody,
tfoot,
thead,
time,
tr,
th,
td,
ul,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.6;
  text-align: left
}

textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.6;
  text-align: left
}

article,
footer,
header,
nav,
section,
main {
  display: block
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

html {scroll-behavior: smooth;}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
h50{
  font-size: 15px;
  width: 100%;
}

h55{
  font-size: 13px;
  width: 100%;
}


.h50{
  font-size: 15px;
  text-align: start !important;
  width: 100%;
  margin-left: 13%;
  background:#f3ffee; /*背景色の指定*/
border: #000000 1px solid; /*境界線の指定*/
border-radius: 6px; /*角丸の指定*/
padding:10px;
margin-right: 0;
width: 40%;
}

.h51{
  font-size: 15px;
  text-align: start !important;
  width: 100%;
  margin-left: 13%;
  background:#f3ffee; /*背景色の指定*/
border: #000000 1px solid; /*境界線の指定*/
border-radius: 6px; /*角丸の指定*/
padding:10px;
margin-right: 0;
width: 83%;
}

.h50 a{
  font-size: 15px;
color: blue;
word-break:break-all;
}

.h51 a{
  font-size: 15px;
color: blue;
word-break:break-all;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width : 950px) {
  body {
    font-size: 14px;
  }
}



table {
  border-collapse: separate;
  text-indent: initial;
  white-space-collapse: collapse;
  text-wrap: wrap;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  font-variant: normal;
}

img {
  vertical-align: middle;
  border: none;
}

.ifname-index{
  width:100%; 
  height:auto; aspect-ratio:1.7;
  
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}


.mojilink a {
  padding: 0 10px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(49, 170, 226) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  color: orange;
}



.mojilink a:hover {
  background-position: -100% 0;
  color: #fff;
}

/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc)
}

.container {
  margin: 0 auto
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
  content: "";
  display: table;
  clear: both
}

.row {
  padding-bottom: 0
}

.col {
  display: block;
  float: left;
  width: 100%
}

div.parent_box {
  display: flex;
  padding-left: 0%;
}

p.side_text_right {
  padding-left: 13%;
  padding-right: 0%;    vertical-align: top;

}

.side_image{
padding-left: 5%;
}

.side_image-left{
padding-left: 0%;
}

.side_image_right{
padding-left: 10%;
}

.side_image_left{
  padding-right: 13%;
}
.side_text_right-1{
  padding-right: 13%;
  }
@media (min-width:769px),
print {
  .gutters .col {
    margin-left: 2%
  }

  .gutters .col:first-child {
    margin-left: 0
  }

  .gutters .colR:first-child {
    margin-right: 0
  }

  .sp {
    display: none
  }
}

@media(max-width:950px) {
  .sp_none {
    display: none !important;
  }
  div.parent_box {
  padding-left: 13%;
  display:block;
  }
  p.side_text_right {
    padding-left: 0%;
    padding-right: 13%;    
    vertical-align: top;
  
  }
  .side_image{
    text-align: center;
    margin-right: 13%;
    }
}




@media only screen and (max-width : 950px) {
  .sbox {
    margin-bottom: 20px;
  }

  .container {
    padding: 0 30px;
  }

  section {
    padding: 100px 0;
  }
}

@media only screen and (max-width : 480px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width : 374px) {
  .container {
    padding: 0 10px;
  }
}

@media print,
screen and (min-width : 769px) {
  .sbox {
    margin-bottom: 25px;
  }

  .container {
    width: 1080px;
  }

}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: 14px;

}

.headerwotiisaku{
  font-size: 13px;
}

nav .sub-menu,
.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

@media only screen and (max-width : 1200px) {
  #header {
    padding: 10px 0;
    height: 60px;
  }

  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }

  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 0%;
  }

  .mean-nav .container {
    padding: 0;

  }

  nav li .fa {
    display: none;
  }
}

@media print,
screen and (min-width : 769px) {
  #header {
    height: 80px;
  }

  .h_logo img {
    width: 300px;
  }

  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #gNav ul {
    position: relative;
    display: flex;
  }

  #gNav li {
    position: relative;
    margin-right: 3em;
  }

  #gNav li:last-child {
    margin-right: 0;
  }

  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }

  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }

  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }

  #gNav .sub-menu a:hover:after {
    content: none;
  }

  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }

  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }

  #gNav ul>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #gNav ul>li:hover a,
  #gNav .current-menu-item a,
  #gNav .current-menu-parent a {
    color: #bfd0ff;
  }

  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }

  #gNav li ul li:after {
    content: none;
  }

  #gNav li:hover ul.sub-menu a {
    color: #111;
  }

  #gNav .sub-menu li a:hover {
    background: #fff;
  }

  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer {
  background-image: linear-gradient(-20deg, #a9ff9c 0%, #abff9e 100%);
  font-size: 14px;
  text-align: center;
  background-color: #a9ff9c;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.f_logo,
.f_logo p {
  text-align: center;
}

.copy {
  text-align: center;
}

@media only screen and (max-width : 950px) {
  #footer {
    padding: 40px 0;
  }

  .f_logo {
    padding: 0 20px;
    text-align: center;
  }

  .f_logo p {
    text-align: center;
  }

  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and (max-width : 480px) {}

@media print,
screen and (min-width : 769px) {
  #footer {
    padding: 30px 0;
  }
}
@media(max-width:769px){
  .btn-flat{
      display: none !important;
  }
  .btn-flat1{
    display: none !important;
}
}

  /* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

  #main p {
    word-break: break-all;
  }

  section {
    text-align: center;
  }

  #sec01 {
    background: #cadffa;
  }

  #sec02 {
    background: #99c1f3;
  }

  #sec03 {
    background: #7ea7d9;
  }

  #sec04 {
    background: #618bbe;
  }

  .btn {
    display: block;
    background: #fff;
    color: #618bbe;
    padding: 0.8em 1em;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
  }

  .btn:before {
    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 5px;
  }

  @media only screen and (max-width : 950px) {
    #main {
      padding-top: 58px;
    }

    .btn {
      width: 60%;
    }
  }

  @media only screen and (max-width : 480px) {
    .btn {
      width: 100%;
    }
  }

  @media print,
  screen and (min-width : 769px) {
    #main {
      padding-top: 80px;
    }

    .btn {
      width: 300px;
    }
  }




  /* 全体 */
  .sb-box {
    position: relative;
    overflow: hidden;
    padding-left: 14%;
    /* 左だけ指定 */
    padding-right: 14%;
    margin-bottom: 2%;
    
    /* 右だけ指定 */
  }

  /* アイコン画像 */
  .icon-img {
    position: absolute;
    top: 0;
    /* 画像の位置を上から0に */
    width: 10px;
    /* 画像の幅 */
    height: 10px;
    /* 画像の高さ */
    padding-left: 13%;
    /* 左だけ指定 */
    padding-right: 20%;
    /* 右だけ指定 */
    border-radius: 50%;
    /* 画像を丸く表示する */
  }

  /* アイコン画像（左） */
  .icon-img-left {
    left: 0;
    /* 画像の位置を左から0に */
  }

  /* アイコン画像（右） */
  .icon-img-right {
    right: 0;
    /* 画像の位置を右から0に */
  }

  /* アイコン画像 */
  .icon-img img {
    border-radius: 100%;
    /* 画像を丸く表示する */
    border: 2px solid black;
    /* 画像の縁取りの太さとカラー */
  }

  /* アイコンネーム */
  .icon-name {
    position: absolute;
    width: 80px;
    /* ネームの最大幅を画像と同じに */
    text-align: center;
    /* ネームの位置をセンターに */
    top: 83px;
    /* ネームの位置を上から83に */
    color: #777;
    /* ネームのカラー */
    font-size: 10px;
    /* ネームのフォントサイズ */
    padding-left: 10%;
    /* 左だけ指定 */
    padding-right: 10%;
    /* 右だけ指定 */
  }

  /* アイコンネーム（左） */
  .icon-name-left {
    left: 0;
    /* ネームの位置を左から0に */
  }

  /* アイコンネーム（右） */
  .icon-name-right {
    right: 0;
    /* ネームの位置を右から0に */
  }

  /* 吹き出し */
  .sb-side {
    position: relative;
    float: left;
    margin: 0 105px 40px 105px;
    /* 吹き出しの上下左右の余白 */
  }

  .sb-side-right {
    float: right;
  }

  /* 吹き出し内のテキスト */
  .sb-txt-left {
    position: relative;
    border: 2px solid #eee;
    /* 吹き出しの縁取りの太さとカラー */
    border-radius: 20px;
    /* 吹き出しを角丸に */
    background: #fffacd;
    /* 吹き出しの背景色 */
    color: #333;
    /* 吹き出し内のテキストのカラー */
    font-size: 15px;
    /* 吹き出し内のフォントサイズ */
    line-height: 1.7;
    /* 吹き出し内のテキストが2行以上になった時の行間 */
    padding: 18px;
    /* 吹き出し内の上下左右の余白 */
  }
  .flexbox{
    display: flex;
    flex-direction: column;
  }
  .sb-txt-right {
    position: relative;
    border: 2px solid #eee;
    /* 吹き出しの縁取りの太さとカラー */
    border-radius: 20px;
    /* 吹き出しを角丸に */
    background: azure;
    /* 吹き出しの背景色 */
    color: #333;
    /* 吹き出し内のテキストのカラー */
    font-size: 15px;
    /* 吹き出し内のフォントサイズ */
    line-height: 1.7;
    /* 吹き出し内のテキストが2行以上になった時の行間 */
    padding: 18px;
    /* 吹き出し内の上下左右の余白 */
  }

  .sb-txt>p:last-of-type {
    padding-bottom: 0;
    /* 吹き出し内のテキストを改行した場合、最後のpタグにpadding-bottomをつけない */
    margin-bottom: 0;
    /* 吹き出し内のテキストを改行した場合、最後のpタグにmargin-bottomをつけない */
  }

  /* 吹き出しの三角 */
  .sb-txt:before {
    content: "";
    position: absolute;
    border-style: solid;
    top: 16px;
    /* 吹き出し内の三角の位置 */
    z-index: 3;
  }

  .sb-txt:after {
    content: "";
    position: absolute;
    border-style: solid;
    top: 15px;
    /* beforeより-1px */
    z-index: 2;
    /* beforeより-1 */
  }

  /* 吹き出しの三角（左） */
  .sb-txt-left:before {
    left: -7px;
    border-width: 7px 10px 7px 0;
    border-color: transparent #fffacd transparent transparent;
    /* 背景色と同じカラーに */
  }

  .sb-txt-left:after {
    left: -10px;
    /* beforeより-3px */
    border-width: 8px 10px 8px 0;
    /* beforeより上下+1px */
    border-color: transparent #fffacd transparent transparent;
    /* 縁取りと同じカラーに */
  }

  /* 吹き出しの三角（右） */
  .sb-txt-right:before {
    right: -7px;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent azure;
    /* 背景色と同じカラーに */
  }

  .sb-txt-right:after {
    right: -10px;
    /* beforeより-3px */
    border-width: 8px 0 8px 10px;
    /* beforeより上下+1px */
    border-color: transparent transparent transparent azure;
    /* 縁取りと同じカラーに */
  }

  
  @media (max-width: 1200px) {

    /* アイコン画像 */
    .icon-img {
      width: 60px;
      /* 画像の幅を-20px */
      height: 60px;
      /* 画像の高さを-20px */
    }

    /* アイコンネーム */
    .icon-name {
      width: 60px;
      /* 画像の幅に合わせて-20px */
      top: 62px;
      /* ネームの位置を上から62に */
      font-size: 9px;
      /* ネームのフォントサイズを-1px */
    }

    /* 吹き出し（左） */
    .sb-side-left {
      margin: 0 0 30px 78px;
      /* 吹き出し（左）の上下左右の余白を狭く */
    }

    /* 吹き出し（右） */
    .sb-side-right {
      margin: 0 78px 30px 0;
      /* 吹き出し（右）の上下左右の余白を狭く */
    }

    /* 吹き出し内のテキスト */
    .sb-txt {
      padding: 12px;
      /* 吹き出し内の上下左右の余白を-6px */
    }
  }






  body p {
    padding-left: 13%;
    padding-right: 13%;
    font-size: 18px;
    margin-top: 0;
  }

  .aaa{
    font-size: 18px;
  }

  h2 {
    font-size: 29px;
    color: darkgreen;
    margin: 0;
    width: 100%;
    margin-bottom: 0px;
padding-left: 13%;
  }

  .side_text_left b{
font-size: 30px;
  }
  .side_text_right b{
    font-size: 30px;
      }
  h51 {
    font-size: 29px;
    color: darkgreen;
    margin: 0;
    padding-left: 13%;
  }

  h3 {
    font-size: 35px;
    color: darkgreen;
    text-align: center;

  }

  h4 {
    font-size: 32px;
    color: #1976D2;
    border-bottom: 2.5px dotted #1976D2;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
  }




  h6 {
    text-align: left;
    font-size: 28px;
    padding: 0;
    margin: 0;
  }



  h1 {
    font-size: 65px;
    color: #abd0fe
  }

  .stripe {
    position: relative;
  }

  body * {
    box-sizing: border-box;
  }

  body p {
    line-height: 1.8;
  }

  body h1 {
    font-size: 40px;
    padding-left: 13%;
    font-weight: bold;

  }
.quiz-box h1{
  font-size: 65px;
  padding-bottom: 5%;
  color: #000;
  text-align: center;
}
  dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  dl dt {
    text-align: right;
    width: 8.5em;
    padding: 0.5em 1.0em 0.5em 0.5em;
    position: relative;
  }

  dl dt::after {
    content: '●';
    position: absolute;
    right: -0.55em;
    top: 5px;
    font-size: 22px;
    color: rgb(172, 172, 240);
  }

  dl dd {
    width: calc(100% - 8.5em);
    padding: 0.5em 2.0em 3.0em;
    border-left: 2px solid #ccc;
  }

  dl dd h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;

  }

  dt mark {
    background: linear-gradient(transparent 50%, #f7a0a0 80%);
  }

  h2 mark {
    background-color: #c7ffff;
  }

  .stripe:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
  }

  mark {
    background-color: rgb(255, 255, 118);
  }

  .gennjyou mark {
    background: linear-gradient(transparent 70%, #c1bbff 30%);
  }

  float {
    float: left;
    margin-right: 20px;
  }

  hr {
    border: none;
    background-color: darkgreen;
    height: 5px;
    width: 88%;
  }

  li {
    display: inline;
    padding: 0;
    margin: 0;

  }

  .houkoku {
    background-color: lavender;
    border-top: 5px solid #022142;
    border-left: 5PX solid #022142;
    border-bottom: 5PX solid #022142;
    border-right: 5PX solid #022142;
    height: 300px;
    width: 80%;
    max-width:600px;
    overflow: scroll;
  }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgb(188, 249, 255);
  z-index:9999;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter {
  -webkit-animation: byeShutter 2.6s forwards;
          animation: byeShutter 2.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.6s forwards;
          animation: shutterOpen 2.6s forwards;
}
.content {
  -webkit-animation: contentScale 2.6s forwards;
          animation: contentScale 2.6s forwards;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    -webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
            transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1) rotateX(0);
            transform: perspective(800px) scale(1) rotateX(0);
  }
}

.btn,
a.btn,
button.btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  color: black;
  border-radius: 0;
  background: #59ff7d;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 160%;
  height: 600%;


  
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-90%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



  .husenn {
    background: linear-gradient(to right, rgb(255, 255, 172), rgb(195, 195, 255));
    /*背景色の指定*/
    border-left: blue 20px solid;
    /*左の境界線の指定*/
    margin-left: 10%;
    width: 80%;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
    box-sizing: border-box;

  }

  .husenn h2 {
    margin-left: 30px;
    padding: 0;
    
  }

  .husenn2 {
    background: rgb(182, 240, 255);
    /*背景色の指定*/
    border-left: blue 20px solid;
    /*左の境界線の指定*/
    margin-left: 10%;
    margin-right: 10%;
    width: 75%;
    border-radius: 10px;
    -webkit-box-sizing: border-box;  /*webkit系*/
    -moz-box-sizing: border-box;  /*Firefox*/
    box-sizing: border-box;
  }

  .gurahu2{
    max-width:500px;
  }
.hikakunogazou{
  min-width:300px;
}

.komenorekisi{
  max-width:600px;
}

  .gurahu1{
  max-width:350px;}

.tiigura{
  max-width: 600px;
}


  .husenn2 h2 {
    margin-left: 30px;
    padding: 0;
    font-size: 25px;
  }

  .husenn2 p {
    margin-left: 30px;
    padding: 0;
  }


.nakatasama{
  max-width:500px;
}
.kasyu{
  max-width:1000px;
}


  h51 {
    font-size: 15px;
    text-align: right;
    padding: 0%;
  }

  h7 {
    padding-left: 13%;
    color: #000000;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
  }

  h8 {
    text-align: left;
    font-size: 30px;
  }


  .houkoku ul {
    padding-left: 14px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }

  .katudou {
    color: black;
    font-size: 18px;
    font-weight: bolder;
    display: inline;
    padding: 0;
    margin: 0;
  }

  .hiniti {
    font-size: 16px;
    font-weight: bolder;
    color: #FFF;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }



  .movie-wrap {
    vertical-align: bottom;
    line-height: 0;

  }

  @font-face {
    font-family: 'ecoico';
    src: url('../fonts/timelineicons/ecoico.eot');
    src: url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
      url('../fonts/timelineicons/ecoico.woff') format('woff'),
      url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
      url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  /* Made with http://icomoon.io/ */

  .cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
  }

  /* The line */
  .cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: 20%;
    margin-left: -10px;
  }

  .cbp_tmtimeline>li {
    position: relative;
  }

  /* The date/time */
  .cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
  }

  .cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right;
  }

  .cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
  }

  .cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: #3594cb;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #6cbfee;
  }

  /* Right content */
  .cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #3594cb;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #6cbfee;
  }

  .cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  /* The triangle */
  .cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #6cbfee;
  }

  /* The icons */
  .cbp_tmtimeline>li .cbp_tmicon {
    width: 40px;
    height: 40px;
    font-family: 'ecoico';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
  }

  .cbp_tmicon-phone:before {
    content: "e000";
  }

  .cbp_tmicon-screen:before {
    content: "e001";
  }

  .cbp_tmicon-mail:before {
    content: "e002";
  }

  .cbp_tmicon-earth:before {
    content: "e003";
  }

  /* Example Media Queries */
  @media screen and (max-width: 65.375em) {

    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
      font-size: 1.5em;
    }
  }

  @media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
      display: none;
    }

    .cbp_tmtimeline>li .cbp_tmtime {
      width: 100%;
      position: relative;
      padding: 0 0 20px 0;
    }

    .cbp_tmtimeline>li .cbp_tmtime span {
      text-align: left;
    }

    .cbp_tmtimeline>li .cbp_tmlabel {
      margin: 0 0 30px 0;
      padding: 1em;
      font-weight: 400;
      font-size: 95%;
    }

    .cbp_tmtimeline>li .cbp_tmlabel:after {
      right: auto;
      left: 20px;
      border-right-color: transparent;
      border-bottom-color: #3594cb;
      top: -20px;
    }

    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
      border-right-color: transparent;
      border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline>li .cbp_tmicon {
      position: relative;
      float: right;
      left: auto;
      margin: -55px 5px 0 0px;
    }
  }

  .kikkake {
    font-size: 20px;
  }


  h2.annda-ba- {
    text-decoration: underline;
    /*下線を引く*
    text-decoration-color:#FF0000;/*下線を赤色*/
    padding-left: 12%;
  }

  h99 {
    font-size: 30px;
    text-decoration: underline;
    color: rgb(169, 185, 250);
  }

  .aohaikei{
background-color: #3594cb;
  }

  p.side_text_left {
    padding-right: 0%;
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  p.side_text_left1 {
    padding-right: 10%;
    padding-left: 0%;
  }
  p.side_text_left2{
    padding-left: 0;
  }
  p.side_text_annke{
    display: flex;
    padding-left: 0;
  }
  .cherry-blossom-container {
    position: relative;
    height: 150%; /* コンテナの高さ */
    width: 100%; /* コンテナの横幅 */
  }
  
  /* 桜の花びらのスタイル */
  .petal {
    position: absolute;
    background-color: #ffc0cb; /* 花びらの色 */
    border-radius: 150% 0 150% 0;
    animation: animate-petal 10s linear;
  }
  
  .petal::after {
    content: "";
    position: absolute;
    top: -14%;
    left: -10%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffc0cb;
    border-radius: 150% 0 150% 0;
    transform: rotate(15deg);
  }
  
  /* 花びらが降るアニメーション */
  @keyframes animate-petal {
    0% {
      top: 0;
      opacity: 0;
      transform: rotate(0deg);
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 100vh;
      transform: rotate(3000deg);
    }
  }



html,body {
  overflow-x: hidden;
  margin-top: 60px;
}
.konnpakutocity{
border-radius: 35px; /* ちょっとだけ角丸 */
text-align: center;
width: 60%;
max-width: 400px;
}

.ibenntonoki{
  font-size: 40px;
text-align: center;
padding: 1rem 2rem;
  border-top: 3px dotted #000;
  border-bottom: 3px dotted #000;
}


audio {
width : 200px;
height : 40px;
margin-top : 8px;
text-align: center;
}

p a{
  color: blue;
}

.h2-sitanarabe{
  display: flex;
    flex-direction: column;
}
.img-box {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}



@keyframes anime {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  60% {
      opacity: 0;
      transform: scale(1.2);
      z-index: 10;
}
  100% {
      opacity: 0;
      transform: scale(1.2);
  }
}

.hako{
  width: 40%;
  min-width: 300px;
  background-color: #dcedff;
  height: 50%;
  margin:auto;
  border:#ffffff 2px dashed; /*境界線の指定*/
box-shadow: 0 0 0 6px #b7eaff; /*境界線の外側の指定*/
padding:10px;
}
.hako p{
  text-align: center;
}

.fixed-honnyaku{
  left: 2%;/* 画面右から30px */
  width: 8%;
  min-width: 90px;
  z-index: 101;
  position: fixed;
  bottom: 2%;
}

.fixed-top{
  z-index: 100;
  position: fixed;
  right: 2%;/* 画面右から30px */
  bottom: 2%; /* 画面下から80px */
  width: 8%;
  min-width: 90px;
}

h2023{
  background-color: rgb(255, 255, 238);
  margin-bottom: 50px;
  padding: 5px 20px;
  color: #000000;
    font-size: 17.5px;
    line-height: 2;
    font-weight: bold;
    margin-top: 100px;
}

h2023 a{
color: rgb(119, 119, 255);
}

#h2023{
  width: 100%;
  display: block;
}

.X-logo{
  min-width: 37px;
  width: 5%;
}

.tobuyatu {
  display: block;
  margin-top:-120px;
  padding-top:120px;
}

.mapmap{
  border-radius:35px;
}

.facebook-logo{
  min-width: 40px;
  width: 7%;
}

.line-logo{
  min-width:40px;
  width: 6%;
}

.boxnarabikae{
  display: flex;
}


.silver-douga{
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  color: #fff;
}

.bg.-visible:before {
  transform: translate(0, 0);
}

.bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a33e46;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  content: '';
}

/* テキストのスタイル */
.title {
  display: block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
}

.title span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.title span:first-child {
  transform: translate(0, 40px);
  font-size: 20px;
  transition-delay: 0.25s;
}

.title span:last-child {
  margin-top: 18px;
  transform: translate(0, 30px);
  font-size: 48px;
  transition-delay: 0.45s;
}

.bg.-visible .title span {
  opacity: 1;
  transform: translate(0, 0);
}

/****** Base style. ******/
body {
  margin: 0;
}

.kouan{
  max-width: 1150px;
}

.komenorekisi-reigai{
  min-width: 310px;
}

.kannkeijinnkou{
max-width:600px;
}

.heikinnnennrei{
  min-width: 400px;
}

.bunnkasai{
  max-width: 500px;
}

@media (max-width: 1200px) {
  .boxnarabikae{
    display:block;
}
}

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  .boxnarabikae{
    display:block;
}
  .order1 {
    order: 1;/*上から1番目に表示*/
}
  .order2 {
    order: 2;/*上から2番目に表示*/
}
  /* アイコン画像 */
  .icon-img {
    width: 60px; /* 画像の幅を-20px */
    height: 60px; /* 画像の高さを-20px */
  }
  /* アイコンネーム */
  .icon-name {
    width: 60px; /* 画像の幅に合わせて-20px */
    top: 62px; /* ネームの位置を上から62に */
    font-size: 9px; /* ネームのフォントサイズを-1px */
  }
  /* 吹き出し（左） */
  .sb-side-left {
    margin: 0 0 30px 78px; /* 吹き出し（左）の上下左右の余白を狭く */
  }
  /* 吹き出し（右） */
  .sb-side-right {
    margin: 0 78px 30px 0; /* 吹き出し（右）の上下左右の余白を狭く */
  }
  /* 吹き出し内のテキスト */
  .sb-txt {
    padding: 12px; /* 吹き出し内の上下左右の余白を-6px */
  }
}

.side_text_left-taikenn{
  padding-left: 5%;
  padding-right: 13%;
}

