@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@-webkit-keyframes fukidashi {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}
@keyframes fukidashi {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}

header.enquete {
  position: relative;
  min-height: 274px;
  background-image: url(../img/enquete_header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

header.enquete::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #e5d7ba;
}

header.enquete .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px 20px;
}

main.enquete .inner {
  position: relative;
}

main.enquete .inner .enquete-bg-container {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100vh + 200px);
}

main.enquete .inner .enquete-bg-container::before, main.enquete .inner .enquete-bg-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.enquete .inner .enquete-bg-container::before {
  background-color: #009944;
  z-index: -2;
}

main.enquete .inner .enquete-bg-container::after {
  top: 94px;
  background-image: url(../img/enquete_bg.png);
  z-index: -1;
}

main.enquete .inner .enquete-bg-container.fixed {
  position: fixed;
  top: 0;
  height: 100vh;
}

main.enquete .inner .enquete-bg-container.fixed::after {
  top: 0;
}

main.enquete .inner .enquete-bg-container > div {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: -2;
  -webkit-transition: 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

main.enquete .inner .enquete-bg-container .bg-1 {
  background-color: #0088b4;
}

main.enquete .inner .enquete-bg-container .show {
  height: 100vh;
}

main.enquete .inner .frame-container {
  position: relative;
  width: 640px;
  margin: -94px auto 0;
  z-index: 2;
}

main.enquete .inner .frame-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 94px);
  background-color: #faf7f1;
  z-index: -1;
}

footer.enquete {
  position: relative;
  background-color: #f9efd9;
  z-index: 2;
}

/*************共通項目など*************/
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  /* ゴシック体指定 */
  font-family: Noto Sans JP, sans-serif;
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:after, a:before {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.wrapper {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

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

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*************コンテンツ共通*************/
body {
  background-color: #d2f1ff;
}

.midashi_cont {
  background-color: #f9efd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.midashi_cont p {
  font-size: 12px;
  color: #997a55;
  font-weight: bold;
  font-family: Noto Sans JP, sans-serif;
}

.midashi_cont .logo {
  margin-left: 30px;
  margin-top: -8px;
}

.midashi_cont .adachi_hp_link {
  background-color: #fff;
  width: 200px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  position: relative;
}

.midashi_cont .adachi_hp_link img {
  left: 10px;
  position: absolute;
  top: 10px;
}

.midashi_cont .adachi_hp_link p {
  margin-top: 18px;
  margin-left: 38px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.midashi_cont .adachi_hp_link p span {
  font-size: 15px;
}

.midashi_cont .adachi_hp_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.midashi_cont .adachi_hp_link::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.header_cont {
  position: relative;
  width: 100%;
}

.header_cont .workbook_btn {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e38d1), to(#3f60e8));
  background-image: linear-gradient(to top, #1e38d1, #3f60e8);
  display: inline-block;
  border-radius: 0px 0px 7px 7px;
  border-bottom: solid #fff 2px;
  border-left: solid #fff 2px;
  border-right: solid #fff 2px;
  height: 40px;
  width: 140px;
  text-align: center;
  right: 20px;
  top: 60px;
  position: absolute;
  cursor: pointer;
}

.header_cont .workbook_btn p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 13px;
}

.header_cont .workbook_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_cont .enquete_btn {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d1461d), to(#e85e3e));
  background-image: linear-gradient(to top, #d1461d, #e85e3e);
  display: inline-block;
  border-radius: 0px 0px 7px 7px;
  border-bottom: solid #fff 2px;
  border-left: solid #fff 2px;
  border-right: solid #fff 2px;
  height: 40px;
  width: 150px;
  text-align: center;
  right: 170px;
  top: 60px;
  position: absolute;
  cursor: pointer;
}

.header_cont .enquete_btn p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

.header_cont .enquete_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*************ホバー時*************/
.all_btn:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
}

.fifth_btn:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.forth_btn:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.sixth_btn:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.all_theme_icon:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.9;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.forth_theme_icon:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.9;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.fifth_theme_icon:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.9;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.sixth_theme_icon:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.9;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.hm_back_btn:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.workbook_btn:hover {
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.enquete_btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.adachi_hp_link:hover {
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.thumbnail:hover {
  opacity: 0.9;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}

/*************ホーム画面*************/
.hm_main_cont {
  background-image: url(../img/hm_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10px;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.edo_btn {
  position: absolute;
  z-index: 99;
  top: -45px;
  left: 187px;
  width: 317px;
  height: 89px;
}

.edo_btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.edo_btn:hover {
  -webkit-transform: translate(1%, 2%);
          transform: translate(1%, 2%);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.edo_btn {
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  65% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.all_contents {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 50px 30px;
  width: 458px;
  height: 165px;
  border: solid 4px #d10f50;
  position: relative;
}

.all_contents h2 {
  position: absolute;
  top: -30px;
  left: 0px;
}

.all_contents .btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  padding-right: 20px;
}

.all_contents .all_btn {
  color: #d10f50;
  font-size: 20px;
  font-weight: bold;
  width: 176px;
  height: 80px;
  border: solid #d10f50 4px;
  border-radius: 7px;
  background-color: #F6CFDC;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.all_contents .all_btn a {
  height: 100%;
  width: 100%;
}

.all_contents .all_btn p {
  text-align: center;
  padding-top: 29px;
  color: #d10f50;
}

.all_contents .all_btn .shizen_icon {
  position: absolute;
  right: 8px;
  bottom: 10px;
}

.all_contents .all_btn .SDGs_icon {
  position: absolute;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 1000px;
}

.all_contents .all_btn .all_icon {
  position: absolute;
  right: -30px;
  bottom: -25px;
  width: 52px;
  height: 52px;
  border-radius: 1000px;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
  background-color: #d10f50;
}

.fifth_contents {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 50px 30px;
  width: 458px;
  height: 165px;
  border: solid 4px #09765F;
  position: relative;
}

.fifth_contents h2 {
  position: absolute;
  top: -20px;
  left: 0px;
}

.fifth_contents .btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  padding-right: 20px;
}

.fifth_contents .fifth_btn {
  color: #09765F;
  font-size: 20px;
  font-weight: bold;
  width: 176px;
  height: 80px;
  border: solid #09765F 4px;
  border-radius: 7px;
  background-color: #D0FBF2;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.fifth_contents .fifth_btn p {
  text-align: center;
  padding-top: 29px;
  color: #09765F;
}

.fifth_contents .fifth_btn .taiki_icon {
  position: absolute;
  right: 5.5px;
  bottom: 10px;
}

.fifth_contents .fifth_btn .seibutu_icon {
  position: absolute;
  right: 5.5px;
  bottom: 8px;
}

.fifth_contents .fifth_btn .fifth_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  right: -30px;
  bottom: -25px;
  border-radius: 1000px;
  background-color: #09765F;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.forth_contents {
  background-color: rgba(255, 255, 255, 0.8);
  margin: -30px 30px;
  width: 458px;
  height: 300px;
  border: solid 4px #ea7e07;
  position: relative;
}

.forth_contents h2 {
  position: absolute;
  top: -20px;
  left: 0px;
}

.forth_contents .btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  padding-right: 20px;
}

.forth_contents .forth_btn {
  color: #ea7e07;
  font-size: 20px;
  font-weight: bold;
  width: 176px;
  height: 80px;
  border: solid #ea7e07 4px;
  border-radius: 7px;
  background-color: #FBE7CD;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.forth_contents .forth_btn p {
  text-align: center;
  padding-top: 29px;
  color: #ea7e07;
}

.forth_contents .forth_btn .two_line {
  padding-top: 21px;
}

.forth_contents .forth_btn .gomi_icon {
  position: absolute;
  right: 13px;
  bottom: 9px;
}

.forth_contents .forth_btn .kaiyoupra_icon {
  position: absolute;
  right: 8px;
  bottom: 15px;
}

.forth_contents .forth_btn .mizu_icon {
  position: absolute;
  right: 15px;
  bottom: 11px;
}

.forth_contents .forth_btn .energy_icon {
  position: absolute;
  right: 13px;
  bottom: 8px;
}

.forth_contents .forth_btn .forth_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 1000px;
  background-color: #ea7e07;
  right: -30px;
  bottom: -25px;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.sixth_contents {
  background-color: rgba(255, 255, 255, 0.8);
  margin: -30px 30px;
  width: 458px;
  height: 165px;
  border: solid 4px #1E38D1;
  position: relative;
}

.sixth_contents h2 {
  position: absolute;
  top: -20px;
  left: 0px;
}

.sixth_contents .btn_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  padding-right: 20px;
}

.sixth_contents .sixth_btn {
  color: #1E38D1;
  font-size: 20px;
  font-weight: bold;
  width: 176px;
  height: 80px;
  border: solid #1E38D1 4px;
  border-radius: 7px;
  background-color: #D2D7F6;
  position: relative;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.sixth_contents .sixth_btn p {
  text-align: center;
  padding-top: 29px;
  color: #1E38D1;
}

.sixth_contents .sixth_btn .two_line {
  padding-top: 21px;
}

.sixth_contents .sixth_btn .ondanka_icon {
  position: absolute;
  right: 7px;
  bottom: 8px;
}

.sixth_contents .sixth_btn .kikohendo_icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.sixth_contents .sixth_btn .sixth_icon {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 1000px;
  background-color: #1E38D1;
  right: -30px;
  bottom: -25px;
  -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.chara_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.chara_cont .fukidashi {
  display: none;
  position: absolute;
  width: 510px;
  -webkit-animation: fukidashi 1.2s ease;
  animation: fukidashi 1.2s ease;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.chara_cont .fukidashi::before, .chara_cont .fukidashi::after {
  position: absolute;
  top: 58px;
  right: -3px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
}

.chara_cont .fukidashi::before {
  top: 54px;
  right: -10px;
  border-width: 0 10px 16px 10px;
}

.chara_cont .fukidashi::after {
  border-color: transparent transparent #fff transparent;
}

.chara_cont .fukidashi[data-fukidashi="0"]::before {
  border-color: transparent transparent #fab418 transparent;
}

.chara_cont .fukidashi[data-fukidashi="0"] .text {
  border-color: #fab418;
}

.chara_cont .fukidashi[data-fukidashi="0"] .text::after {
  content: "ミリー";
  background-color: #fab418;
}

.chara_cont .fukidashi[data-fukidashi="2"]::after {
  top: 52px;
  right: -3px;
  border-width: 0 6px 17px 6px;
}

.chara_cont .fukidashi[data-fukidashi="2"]::before {
  top: 48px;
  right: -10px;
  border-width: 0 10px 21px 10px;
  border-color: transparent transparent #fab418 transparent;
}

.chara_cont .fukidashi[data-fukidashi="2"] .text {
  top: 40px;
  border-color: #fab418;
  background-position: right 4px center;
}

.chara_cont .fukidashi[data-fukidashi="2"] .text::after {
  content: "ミリー";
  background-color: #fab418;
}

.chara_cont .fukidashi[data-fukidashi="1"]::before, .chara_cont .fukidashi[data-fukidashi="4"]::before {
  border-color: transparent transparent #59c2f4 transparent;
}

.chara_cont .fukidashi[data-fukidashi="1"] .text, .chara_cont .fukidashi[data-fukidashi="4"] .text {
  border-color: #59c2f4;
}

.chara_cont .fukidashi[data-fukidashi="1"] .text::after, .chara_cont .fukidashi[data-fukidashi="4"] .text::after {
  content: "リリー";
  background-color: #59c2f4;
}

.chara_cont .fukidashi[data-fukidashi="3"]::before {
  border-color: transparent transparent #8fa20a transparent;
}

.chara_cont .fukidashi[data-fukidashi="3"] .text {
  border-color: #8fa20a;
}

.chara_cont .fukidashi[data-fukidashi="3"] .text::after {
  content: "ドリー";
  background-color: #8fa20a;
}

.chara_cont .fukidashi .text {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #997a55;
  display: block;
  position: absolute;
  top: 52px;
  right: 0;
  margin: auto;
  padding: 15px 40px 10px 20px;
  border: 3px solid;
  border-radius: 50px;
  background-color: #fff;
  line-height: 26px;
  background-image: url(../img/fukidashi_leaf.png);
  background-repeat: no-repeat;
  background-position: right 4px top 3px;
}

.chara_cont .fukidashi .text::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -14px;
  border-radius: 30px;
  width: 65px;
  padding: 2px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.chara_cont .fukidashi .text ruby rt {
  font-size: 10px;
}

.chara_cont .cara {
  height: 10px;
  width: 50%;
}

.chara_cont .chara_anime {
  margin-top: -80px;
  margin-bottom: -3px;
  margin-left: 510px;
  position: relative;
  width: 50%;
}

.chara_cont .chara_anime img {
  max-width: 473px;
  width: 473px;
}

/*************ルビ*************/
[ruby] {
  position: relative;
}

[ruby]::before {
  content: attr(ruby);
  position: absolute;
  top: -0.8em;
  left: -1em;
  right: -1em;
  margin: auto;
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -1.2px;
  ruby-overhang: start;
}

/*************各テーマ画面*************/
.main_cont {
  margin-top: -10px;
  background-color: #e5d7ba;
  overflow: hidden;
}

.left_colum {
  width: 15%;
  float: left;
  background-color: #fff;
  height: 664px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.side_menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 15px 3px;
  text-align: center;
  position: absolute;
}

.side_menu img {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  margin-bottom: 7px;
  width: 120px;
  height: 56px;
}

.side_menu .side_menu:last-child {
  margin-bottom: 0px;
}

.right_colum {
  width: 85%;
  float: right;
  background-color: #e5d7ba;
}

.one_colum {
  width: 100%;
  float: right;
  background-color: #e5d7ba;
}

.hm_back_btn {
  width: 160px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: solid #997a55 2px;
  color: #997a55;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-left: 20px;
  -webkit-box-shadow: 2px 3px 7px #d1c3a7;
          box-shadow: 2px 3px 7px #d1c3a7;
}

.hm_back_btn p {
  margin-top: 14px;
}

.hm_back_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hm_back_btn::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #997a55;
  border-right: 2px solid #997a55;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -5px;
}

.theme_cont {
  /*************コンテンツ共通パーツ************/
  /*************見出し************/
  /*************動画・図版などのコンテンツ************/
  /*************学年全体コンテンツ************/
  /*************5年生コンテンツ************/
  /*************4年生コンテンツ************/
  /*************6年生コンテンツ************/
  /*************免責コンテンツ************/
  /*************モーダル内************/
  /*************キャラのアニメーション************/
}

.theme_cont h3 {
  position: absolute;
  top: -15px;
  left: -18px;
}

.theme_cont p {
  padding-top: 3px;
  color: #3E3A39;
  margin-top: 8px;
  font-size: 14px;
  white-space: nowrap;
}

.theme_cont [ruby] {
  position: relative;
}

.theme_cont [ruby]::before {
  top: -1.4em;
  letter-spacing: -1.2px;
  ruby-overhang: start;
  font-size: 10px;
  margin-top: 0.6em;
}

.theme_cont ul {
  margin: 5px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.theme_cont ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.theme_cont .first_cont_name {
  width: 60px;
  height: 28px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11px;
}

.theme_cont .first_cont_name_long {
  width: 110px;
  height: 28px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 3px;
  margin-top: 40px;
}

.theme_cont .read {
  margin-top: 38px;
}

.theme_cont .read_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.theme_cont .second_cont_name {
  width: 60px;
  height: 28px;
  position: relative;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.theme_cont .menseki_cont_name {
  background-color: #5e5243;
  width: 80px;
  height: 22px;
  border-radius: 1000px;
  position: relative;
  margin-left: 20px;
  margin-top: 5px;
}

.theme_cont .menseki_cont_name p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

.theme_cont .menseki_cont_name_long {
  background-color: #5e5243;
  width: 200px;
  height: 22px;
  border-radius: 1000px;
  position: relative;
  margin-left: 20px;
  margin-top: 5px;
}

.theme_cont .menseki_cont_name_long p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
}

.theme_cont .video_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.theme_cont .three_m_video {
  margin: 5px 5px;
  width: 400px;
}

.theme_cont .three_m_video .thumbnail img {
  width: 400px;
  border: 1px solid #e5d7ba;
}

.theme_cont .one_m_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme_cont .one_m_video_cont {
  margin: 5px 5px;
  width: 150px;
}

.theme_cont .one_m_video_cont .thumbnail img {
  width: 150px;
  border: 1px solid #e5d7ba;
}

.theme_cont .bottom_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme_cont .zuhan_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.theme_cont .one_zuhan_cont {
  margin: 5px 5px;
  width: 170px;
}

.theme_cont .one_zuhan_cont .thumbnail img {
  width: 170px;
  border: 2px solid #4184e5;
}

.theme_cont .one_zuhan_cont_mini {
  margin: 5px 8px;
  width: 130px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme_cont .one_zuhan_cont_mini .thumbnail img {
  width: 130px;
  border: 2px solid #4184e5;
}

.theme_cont .onsei_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-top: 10px;
}

.theme_cont .one_onsei_cont {
  margin: 5px 5px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.theme_cont .one_onsei_cont .thumbnail img {
  width: 95px;
}

.theme_cont .audio_btn {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(-60deg, #b3b3b3, #fff);
  border: solid #666666 2px;
  border-radius: 9px;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.theme_cont .audio_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.theme_cont .audio_btn img {
  margin: 3px auto;
}

.theme_cont .other_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme_cont .others {
  margin-bottom: 15px;
}

.theme_cont .work_sheet {
  width: 80px;
  margin: 10px 5px 5px 25px;
  text-align: left;
}

.theme_cont .work_sheet p {
  margin-top: 10px;
}

.theme_cont .work_sheet .worksheet_btn {
  width: 80px;
  height: 70px;
  border-radius: 7px;
  background-color: #e6e6e6;
  border: solid #d10f50 2px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme_cont .work_sheet .worksheet_btn p {
  color: #d10f50;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.theme_cont .work_sheet .worksheet_btn_active {
  width: 80px;
  height: 70px;
  border-radius: 7px;
  background-color: #f8d9e6;
  border: solid #d10f50 2px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme_cont .work_sheet .worksheet_btn_active a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.theme_cont .work_sheet .worksheet_btn_active p {
  color: #d10f50;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.theme_cont .other_link {
  border-radius: 7px;
  border: solid #3f60e8 2px;
  width: 185px;
  height: 40px;
  background-color: #fff;
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

.theme_cont .other_link p {
  margin-top: 10px;
  color: #3f60e8;
  font-size: 15px;
  text-align: left;
}

.theme_cont .other_link::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3f60e8;
  border-right: 2px solid #3f60e8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.theme_cont .other_link2 {
  border-radius: 7px;
  border: solid #3f60e8 2px;
  width: 260px;
  height: 65px;
  background-color: #fff;
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

.theme_cont .other_link2 p {
  margin-top: 12px;
  color: #3f60e8;
  font-size: 15px;
  text-align: left;
}

.theme_cont .other_link2::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3f60e8;
  border-right: 2px solid #3f60e8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.theme_cont .other_link_long {
  border-radius: 7px;
  border: solid #3f60e8 2px;
  width: 260px;
  height: 40px;
  background-color: #fff;
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

.theme_cont .other_link_long p {
  margin-top: 12px;
  color: #3f60e8;
  font-size: 15px;
  text-align: left;
}

.theme_cont .other_link_long::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3f60e8;
  border-right: 2px solid #3f60e8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.theme_cont .other_link2_mini {
  border-radius: 7px;
  border: solid #3f60e8 2px;
  width: 185px;
  height: 70px;
  background-color: #fff;
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

.theme_cont .other_link2_mini p {
  margin-top: 12px;
  color: #3f60e8;
  font-size: 15px;
  text-align: left;
}

.theme_cont .other_link2_mini::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #3f60e8;
  border-right: 2px solid #3f60e8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.theme_cont .all_theme_cont {
  background-color: #fff;
  border: #d10f50 solid 3px;
  position: relative;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-top: 0px;
}

.theme_cont .fifth_theme_cont {
  background-color: #fff;
  border: #09765F solid 3px;
  position: relative;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-top: 0px;
}

.theme_cont .forth_theme_cont {
  background-color: #fff;
  border: #ea7e07 solid 3px;
  position: relative;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-top: 0px;
}

.theme_cont .sixth_theme_cont {
  background-color: #fff;
  border: #1E38D1 solid 3px;
  position: relative;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-top: 0px;
}

.theme_cont .menseki_cont {
  background-color: #fff;
  border: #5e5243 solid 3px;
  position: relative;
  height: 560px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 15px auto;
  width: 95%;
  margin-top: 15px;
}

.theme_cont .menseki_cont .dan1 {
  text-indent: 0.5em;
}

.theme_cont .modal_cont {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 500;
}

.theme_cont .modal_cont .modal-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
}

.theme_cont .modal_cont .modal_video_cont {
  position: fixed;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.theme_cont .modal_cont .modal_video_cont .closeButton {
  text-align: right;
  margin: 5px 5px;
  cursor: pointer;
}

.theme_cont .modal_cont .modal_video_cont video {
  position: relative;
  max-width: 1000px;
}

.theme_cont .modal_cont .modal_video_cont img {
  position: relative;
  max-width: 1000px;
}

.theme_cont .modal_cont .modal_img_cont {
  position: fixed;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.theme_cont .modal_cont .modal_img_cont .closeButton {
  text-align: right;
  margin: 5px 5px;
}

.theme_cont .modal_cont .modal_img_cont img {
  position: relative;
  max-width: 850px;
  cursor: pointer;
}

.theme_cont .theme_cara_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 200px;
  margin-bottom: -5px;
  margin-top: -55px;
  width: 288px;
  height: 84px;
}

.theme_cont .theme_cara_img img {
  max-width: 288px;
  width: 288px;
  height: 84px;
}

.theme_cont .bottom_cara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 50;
  margin-top: -58px;
  margin-bottom: 0px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}

.theme_cont .bottom_cara .doly_anime {
  margin-left: 5px;
}

.theme_cont .bottom_cara .lily_anime {
  margin-right: 20px;
}

h3 {
  z-index: 1;
}

.scroll_area {
  overflow-y: scroll;
  height: 550px;
}

/*************フッダー************/
.footer_cont {
  background-color: #f9efd9;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  bottom: 0px;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
}

.footer_cont p {
  color: #997a55;
  font-size: 12px;
}

.footer_cont .menseki_link {
  border: solid #997a55 1px;
  border-radius: 5px;
  width: 160px;
  height: 30px;
  text-align: center;
  padding-top: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer_cont .menseki_link::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #997a55;
  border-right: 1px solid #997a55;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

/************動画ページ*************/
.douga_cont {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
}

.douga_cont .douga_video_cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: relative;
  top: 50%;
}

.douga_cont .douga_video_cont .closeButton {
  text-align: right;
  margin: 0px 5px;
  margin-bottom: 20px;
}

.douga_cont .douga_video_cont .closeButton img {
  width: 50%;
  max-width: 75px;
  cursor: pointer;
}

.douga_cont .douga_video_cont video {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.douga_cont .douga_video_cont img {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

/*************セクション*************/
/*# sourceMappingURL=style.css.map */