* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Yomogi", serif;
  font-size: 10px;
  background-color: rgb(231, 227, 227);
}

a {
  color: #2053b1;
  text-decoration: none;
}

img {
  margin: auto;
  display: block;
}

.red {
  color: #d30b0b;
}

.mark-pen {
  background: linear-gradient(transparent 50%, rgb(237, 241, 2) 90%);
}

.subtitle {
  position: relative;
  padding-left: 4em;
  background: rgba(133, 253, 104, 0.712);
  border-radius: 15px;
  color: #2600ff;
  margin-bottom: 5px;
}

.subtitle span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2rem;
  color: #f3f7f3;
  background: rgba(81, 255, 0, 0.712);
  border-radius: 15px;
}

.subtitle span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(81, 255, 0, 0.712);
}

.main-contents-text-p p {
  text-indent: 1em;
}

.header {
  background-color: rgb(91, 230, 78);
  height: 170px;
}

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

.header-text p1 {
  background: linear-gradient(
      to right,
      #e60000,
      #f39800,
      #fff100,
      #009944,
      #0068b7,
      #1d2088,
      #920783,
      #e60000
    )
    0 / 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 450%;
  font-weight: bold;
  display: inline-block;
  animation: 3s header-text linear infinite;
  animation-direction: reverse;
}

@keyframes header-text {
  100% {
    background-position: 200%;
  }
}

.header-text p2 {
  font-size: 20px;
}

.pictsize {
  width: 100%;
  height: 100%;
}

.sideshow {
  list-style: none;
  display: flex;
  justify-content: center;
}

.header-bar {
  height: 43px;
  font-size: 30px;
  text-align: center;
  background-color: rgba(0, 140, 255, 0.712);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-bar-smartphone {
  display: none;
  height: 0px;
  font-size: 0px;
}

.header-bar > ul {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding-left: 150px;
  padding-right: 150px;
}

.header-bar ul :hover {
  background-color: #3010c0;
  transition: all 1.5s ease;
}

.header-bar li {
  width: 180px;
}

.header-bar li :hover {
  background-color: #3010c0;
}

.header-bar a {
  text-decoration: none;
  color: #fff;
}

.header-bar-drop {
  font-size: 25px;
  list-style: none;
  width: 100%;
  display: none;
}

.header-bar ul :hover .header-bar-drop {
  display: block;
}

.header-bar-drop li,
a:hover {
  background-color: rgba(0, 140, 255, 0.712);
  transition: all 1.5s ease;
}

.before-contents {
  height: 10px;
  background-color: rgb(91, 230, 78);
}

.after-contents {
  height: 10px;
  background-color: rgb(91, 230, 78);
}

.base-contents {
  font-size: 20px;
  color: #333333;
  display: flex;
  background-color: rgb(91, 230, 78);
}

.left-contents {
  width: 50px;
  border-radius: 30px;
  background-color: rgb(217, 227, 248);
  margin-left: 10px;
  padding-left: 8px;
  padding-bottom: 10px;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.left-contents li {
  padding-top: 8px;
  margin-right: 10px;
}

.sns-button {
  margin-top: 10px;
  float: center;
  list-style: none;
}

.main-contents {
  width: 70%;
  border-radius: 30px;
  background-color: rgb(217, 227, 248);
  margin-left: 10px;
  margin-right: 10px;
}

.main-contents-text {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.main-contents-text-new {
  text-align: center;
  list-style: none;
}

.main-contents-text-rank {
  display: flex;
  list-style: none;
}

.main-contents-text-rank li {
  padding-left: 2px;
  padding-right: 2px;
}
.main-contents-text-rank-title {
  text-align: center;
}

.blog-news {
  width: 97%;
  height: 200px;
  overflow: auto;
  border: 7px solid rgb(91, 230, 78);
}

.right-contents {
  width: 30%;
  border-radius: 30px;
  background-color: rgb(217, 227, 248);
  margin-right: 10px;
}

.footer {
  background-color: rgb(91, 230, 78);
  height: 200px;
}

.footer-text {
  height: 170px;
  background-color: rgb(217, 227, 248);
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 30px;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 20px;
  text-align: center;
}
.footer-text ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.footer-text li {
  margin-left: 5px;
  margin-right: 5px;
}

.footer-etc {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.footer-etc li {
  padding-left: 20px;
  padding-right: 20px;
}

.main-contents-text-before {
  text-align: center;
}

.main-contents-text-blog {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  list-style: none;
  border: 5px solid rgb(91, 230, 78);
  border-radius: 20px;
}

.main-contents-text-blog-card {
  word-break: break-all;
  color: #333333;
}

.main-contents-text-blog-card-img {
  width: 15%;
}

.message {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 5px solid rgb(91, 230, 78);
  border-radius: 20px;
}

input[type="text"],
input[type="email"]{
  width: 60%;
  height: 30px;
  font-size: 20px;
  border: 5px solid rgb(91, 230, 78);
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

select[name="section"] {
  width: 20%;
  height: 40px;
  font-size: 20px;
  border: 5px solid rgb(91, 230, 78);
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

textarea {
  width: 90%;
  height: 300px;
  font-size: 20px;
  border: 5px solid rgb(91, 230, 78);
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

input[type="submit"] {
  width: 120px;
  height: 60px;
}

.submit-btn {
  text-align: center;
  margin-bottom: 10px;
}

select {
  width: 150px;
  height: 60px;
  border: 5px solid rgb(249, 241, 192);
  border-radius: 20px;
}

.balloon-left {
  display: flex;
  justify-content: start;
}

.balloon-L {
  position: relative;
  background-color: #fff;
  border: rgb(91, 230, 78) solid 2px;
  border-radius: 8px;
  padding-top: 7px;
  padding-left: 2px;
  padding-bottom: 7px;
  text-align: left;
  color: #333;
  margin-left: 10px;
  margin-bottom: 20px;
}
.balloon-L::before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-right: 12px solid rgb(91, 230, 78);
  right: 100%;
  top: 10px;
}
.balloon-L::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  margin-right: -2px;
  right: 100%;
  top: 10px;
}
.balloon-L p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.balloon-right {
  display: flex;
  justify-content: flex-end;
}

.balloon-R {
  position: relative;
  background-color: #fff;
  border: rgb(91, 230, 78) solid 2px;
  border-radius: 8px;
  padding-top: 7px;
  padding-right: 2px;
  padding-bottom: 7px;
  text-align: left;
  color: #333;
  margin-right: 10px;
  margin-bottom: 20px;
}
.balloon-R::before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left: 12px solid rgb(91, 230, 78);
  left: 100%;
  top: 10px;
}
.balloon-R::after {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  margin-left: -2px;
  left: 100%;
  top: 10px;
}
.balloon-R p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

  .hamburger-menu-open {
    display: none;
    height: 0px;
    font-size: 0px;
  }

@media screen and (max-width: 932px) {
  .base-contents {
    font-size: 25px;
  }

  .left-contents {
    display: none;
  }
  .right-contents {
    display: none;
  }
  .main-contents {
    width: 100%;
  }
  .main-contents-text {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .header-text p1 {
  background: linear-gradient(
      to right,
      #e60000,
      #f39800,
      #fff100,
      #009944,
      #0068b7,
      #1d2088,
      #920783,
      #e60000
    )
    0 / 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 400%;
  font-weight: bold;
  display: inline-block;
  animation: 3s header-text linear infinite;
  animation-direction: reverse;
}

@keyframes header-text {
  100% {
    background-position: 200%;
  }
}

  .header-text p2 {
    font-size: 25px;
  }

  .header-bar {
    display: none;
  }

  .header-bar-smartphone {
    display: none;
    height: 60px;
    font-size: 40px;
    text-align: center;
    background-color: rgba(0, 140, 255, 0.712);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .hamburger-menu {
    color: #fff;
  }

  .hamburger-menu :hover + .hamburger-menu-list ul {
    display: block;
  }

  .hamburger-menu :hover + .hamburger-menu-list ul > li > a {
    color: #fff;
  }

  .hamburger-menu-list ul {
    display: none;
  }

  .hamburger-menu-list :hover {
    display: block;
  }

  .hamburger-menu-list > ul > li > a {
    color: #fff;
  }

  .hamburger-menu-list :hover li {
    transition: all 1.5s ease;
  }

  .hamburger-menu-list li :hover {
    background-color: #3010c0;
  }

  .hamburger-menu-list li {
    background-color: #3010c0;
  }

  .hamburger-menu-open {
    color: #fff;
    display: block;
    height: 60px;
    font-size: 40px;
    text-align: center;
    background-color: rgba(0, 140, 255, 0.712);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}