@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
hover Link
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media query
==================================================== */
@font-face {
  font-family: meiryo;
  src: url("/common/font/meiryo.ttc"); }
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden; }

.container {
  display: block;
  margin: 0 auto; }
  .container.container-sm {
    max-width: 1030px;
    padding: 0 15px; }
  .container.container-md {
    max-width: 1230px;
    padding: 0 20px; }
  .container.container-lg {
    max-width: 1530px;
    padding: 0 25px; }

.inner {
  max-width: 1010px;
  padding: 0px 20px;
  margin: auto;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0px 10px; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both;
    content: "";
    display: table; }

#head {
  width: auto !important;
  position: relative;
  z-index: 99;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    #head {
      height: auto !important; } }
  #head input.search-Btn.sp {
    margin: 0px 12px 0px 4px; }
  #head .head-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 9px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #head .head-inner {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px; } }
    #head .head-inner .header-right {
      position: absolute;
      top: 20px;
      right: 30px; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #head .head-inner .header-right {
          top: 0;
          right: 0;
          position: relative; } }
      @media only screen and (max-width: 767px) {
        #head .head-inner .header-right {
          position: relative;
          top: initial;
          right: initial; } }
      #head .head-inner .header-right .search-wrap {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          #head .head-inner .header-right .search-wrap {
            margin-top: 10px; } }
        #head .head-inner .header-right .search-wrap .searchBox {
          margin: 0px 7px 0px 7px;
          box-shadow: 0px -1px 1px;
          border: none;
          width: 119px;
          height: 16px;
          -webkit-appearance: none; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            #head .head-inner .header-right .search-wrap .searchBox {
              box-shadow: 0px 0px 1px; } }
          @media only screen and (max-width: 767px) {
            #head .head-inner .header-right .search-wrap .searchBox {
              box-shadow: none;
              border: 1px solid #0072bd;
              height: 20px;
              width: 100px;
              margin: 0px 4px; } }

.menuBar {
  cursor: pointer;
  width: 80px;
  transition: all 0.3s; }
  @media screen and (max-width: 340px) {
    .menuBar {
      width: 40px !important; } }
  @media only screen and (max-width: 767px) {
    .menuBar {
      width: 60px;
      position: absolute;
      top: 14px;
      right: 10px; } }
  @media screen and (max-width: 340px) {
    .menuBar {
      top: 10px; } }
  .menuBar .off {
    display: block; }
  .menuBar .on {
    display: none; }
  .menuBar.active .off {
    display: none; }
  .menuBar.active .on {
    display: block; }
  @media (min-width: 767px) {
    .menuBar:hover {
      transition: all 0.3s;
      opacity: 0.7 !important; } }

.menu-wrap {
  padding: 21px 0px 18px; }
  .menu-wrap .nav-wrap {
    display: none; }
    @media (min-width: 769px) {
      .menu-wrap .nav-wrap li:hover .off {
        display: none; }
      .menu-wrap .nav-wrap li:hover .on {
        display: block; } }
    .menu-wrap .nav-wrap li a {
      cursor: pointer; }
      @media (min-width: 769px) {
        .menu-wrap .nav-wrap li a:hover .off {
          display: none; }
        .menu-wrap .nav-wrap li a:hover .on {
          display: block; } }
    .menu-wrap .nav-wrap .on {
      display: none; }
    .menu-wrap .nav-wrap .select .on, .menu-wrap .nav-wrap .active .on {
      display: block; }
    .menu-wrap .nav-wrap .select .off, .menu-wrap .nav-wrap .active .off {
      display: none; }
    .menu-wrap .nav-wrap .next-prev-sp {
      margin: 12px -10px 0;
      padding: 0 6vw; }
      @media only screen and (min-width: 767px) {
        .menu-wrap .nav-wrap .next-prev-sp {
          display: none; } }
      .menu-wrap .nav-wrap .next-prev-sp a {
        transition: all 0.3s; }
        @media (min-width: 767px) {
          .menu-wrap .nav-wrap .next-prev-sp a:hover {
            transition: all 0.3s;
            opacity: 0.7 !important; } }
  .menu-wrap .menu-wrap-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 934px;
    margin: auto;
    padding-right: 90px; }
    .menu-wrap .menu-wrap-inner .ttl a {
      display: inline-block;
      width: 100%; }
    @media only screen and (min-width: 767px) {
      .menu-wrap .menu-wrap-inner img {
        width: 317px;
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .menu-wrap .menu-wrap-inner {
        flex-wrap: wrap;
        padding-right: 0; }
        .menu-wrap .menu-wrap-inner .ttl {
          display: inline-flex;
          justify-content: center; }
          .menu-wrap .menu-wrap-inner .ttl a {
            transition: all 0.3s; } }
      @media only screen and (max-width: 767px) and (min-width: 767px) {
        .menu-wrap .menu-wrap-inner .ttl a:hover {
          transition: all 0.3s;
          opacity: 0.7 !important; } }

  .menu-wrap .listNav {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0px 0px;
    margin-bottom: -5px;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .menu-wrap .listNav {
        flex-wrap: wrap;
        justify-content: center; } }
    .menu-wrap .listNav .item {
      padding: 0px 2px;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .menu-wrap .listNav .item {
          width: calc(100% / 3);
          margin: 0px 10px; } }
      .menu-wrap .listNav .item img {
        width: 100%; }

/* ====================================================
css footer
==================================================== */
#main-footer .copyRight {
  background: #fff; }
  #main-footer .copyRight .box-copy {
    display: flex;
    padding: 22px 0;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #main-footer .copyRight .box-copy {
        display: block;
        padding: 12px 0; } }
    #main-footer .copyRight .box-copy p, #main-footer .copyRight .box-copy #action_index .item-bottom .list-txt-02, #action_index .item-bottom #main-footer .copyRight .box-copy .list-txt-02,
    #main-footer .copyRight .box-copy #action_effect .item-bottom .list-txt-02,
    #action_effect .item-bottom #main-footer .copyRight .box-copy .list-txt-02,
    #main-footer .copyRight .box-copy #action_side_effect .item-bottom .list-txt-02,
    #action_side_effect .item-bottom #main-footer .copyRight .box-copy .list-txt-02 {
      color: #000;
      font-size: 10px; }
      @media only screen and (max-width: 767px) {
        #main-footer .copyRight .box-copy p, #main-footer .copyRight .box-copy #action_index .item-bottom .list-txt-02, #action_index .item-bottom #main-footer .copyRight .box-copy .list-txt-02,
        #main-footer .copyRight .box-copy #action_effect .item-bottom .list-txt-02,
        #action_effect .item-bottom #main-footer .copyRight .box-copy .list-txt-02,
        #main-footer .copyRight .box-copy #action_side_effect .item-bottom .list-txt-02,
        #action_side_effect .item-bottom #main-footer .copyRight .box-copy .list-txt-02 {
          margin-bottom: 4px;
          text-align: center; } }
    #main-footer .copyRight .box-copy .list-link-ft {
      display: flex;
      justify-content: flex-end;
      width: 60%; }
      @media only screen and (max-width: 767px) {
        #main-footer .copyRight .box-copy .list-link-ft {
          justify-content: space-between;
          width: 100%; } }
      #main-footer .copyRight .box-copy .list-link-ft li {
        margin-left: 36px; }
        #main-footer .copyRight .box-copy .list-link-ft li:first-child {
          margin-left: 0; }
        @media only screen and (max-width: 767px) {
          #main-footer .copyRight .box-copy .list-link-ft li {
            margin-left: 10px; } }
        #main-footer .copyRight .box-copy .list-link-ft li a {
          color: #790084;
          font-size: 10px;
          position: relative;
          display: block;
          padding-left: 14px;
          transition: all 0.3s; }
          #main-footer .copyRight .box-copy .list-link-ft li a:before {
            content: '';
            position: absolute;
            background: url("/junior/kusurilabo/img/icon/next.png") no-repeat;
            background-size: contain;
            height: 7px;
            width: 9px;
            left: 0;
            top: 4px; }
          @media (min-width: 767px) {
            #main-footer .copyRight .box-copy .list-link-ft li a:hover {
              transition: all 0.3s;
              opacity: 0.7 !important; } }

/* ====================================================
css menu-sp
==================================================== */
@media only screen and (min-width: 767px) {
  .menu-sp {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .menu-sp {
    padding: 15px 6vw 25px;
    background: #d9e7ff;
    display: none;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    top: 88px; }
    .menu-sp .logo-sp {
      max-width: 290px;
      margin: 0 auto;
      display: block;
      margin-bottom: 15px; }
    .menu-sp .list-menu-sp li {
      max-width: 290px;
      margin: 0 auto;
      margin-bottom: 8px; }
      .menu-sp .list-menu-sp li:last-child {
        margin-bottom: 0; } }

.next-prev-sp {
  display: flex;
  margin-bottom: 20px;
  justify-content: center; }
  .next-prev-sp li:first-child {
    max-width: 94px;
    margin-right: 20px; }
  .next-prev-sp li:last-child {
    max-width: 170px; }

.hidden {
  position: relative; }
  .hidden:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    left: 0;
    position: absolute; }
    @media only screen and (min-width: 767px) {
      .hidden:before {
        display: none !important; } }

/* ====================================================
css popup-index
==================================================== */
.popup-index {
  display: none;
  border: 2px solid #000;
  position: absolute;
  width: 95%;
  z-index: 999;
  top: 93px;
  box-sizing: border-box;
  max-width: 700px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (min-width: 767px) {
    .popup-index {
      border: 3px solid #000;
      max-width: 930px; } }
  .popup-index .hd-popup {
    background: #1472cf;
    position: relative;
    text-align: center;
    padding: 15px; }
    @media only screen and (min-width: 767px) {
      .popup-index .hd-popup {
        padding: 30px 0 25px; } }
    .popup-index .hd-popup .logo-popup {
      max-width: 140px;
      margin: 0 auto 8px; }
      @media only screen and (min-width: 767px) {
        .popup-index .hd-popup .logo-popup {
          max-width: 165px;
          margin: 0 auto 19px; } }
    .popup-index .hd-popup .close {
      position: absolute;
      right: 10px;
      max-width: 38px;
      top: 10px;
      z-index: 999;
      cursor: pointer; }
      @media only screen and (min-width: 767px) {
        .popup-index .hd-popup .close {
          right: 19px;
          max-width: 30px;
          top: 18px; } }
    .popup-index .hd-popup .desc-popup {
      color: #fff;
      font-size: 13px;
      letter-spacing: 2px; }
      @media only screen and (min-width: 767px) {
        .popup-index .hd-popup .desc-popup {
          font-size: 22px; } }
  .popup-index .content-popup {
    background: #fff;
    text-align: center;
    padding: 20px 10px; }
    @media only screen and (min-width: 767px) {
      .popup-index .content-popup {
        padding: 35px 10px; } }
    .popup-index .content-popup p, .popup-index .content-popup #action_index .item-bottom .list-txt-02, #action_index .item-bottom .popup-index .content-popup .list-txt-02,
    .popup-index .content-popup #action_effect .item-bottom .list-txt-02,
    #action_effect .item-bottom .popup-index .content-popup .list-txt-02,
    .popup-index .content-popup #action_side_effect .item-bottom .list-txt-02,
    #action_side_effect .item-bottom .popup-index .content-popup .list-txt-02 {
      font-size: 13px;
      margin-bottom: 22px; }
      @media only screen and (min-width: 767px) {
        .popup-index .content-popup p, .popup-index .content-popup #action_index .item-bottom .list-txt-02, #action_index .item-bottom .popup-index .content-popup .list-txt-02,
        .popup-index .content-popup #action_effect .item-bottom .list-txt-02,
        #action_effect .item-bottom .popup-index .content-popup .list-txt-02,
        .popup-index .content-popup #action_side_effect .item-bottom .list-txt-02,
        #action_side_effect .item-bottom .popup-index .content-popup .list-txt-02 {
          font-size: 16px;
          margin-bottom: 31px;
          line-height: 1.7; } }
      .popup-index .content-popup p.txt-blue, .popup-index .content-popup #action_index .item-bottom .txt-blue.list-txt-02, #action_index .item-bottom .popup-index .content-popup .txt-blue.list-txt-02,
      .popup-index .content-popup #action_effect .item-bottom .txt-blue.list-txt-02,
      #action_effect .item-bottom .popup-index .content-popup .txt-blue.list-txt-02,
      .popup-index .content-popup #action_side_effect .item-bottom .txt-blue.list-txt-02,
      #action_side_effect .item-bottom .popup-index .content-popup .txt-blue.list-txt-02 {
        font-size: 16px;
        color: #1472cf; }
        @media only screen and (min-width: 767px) {
          .popup-index .content-popup p.txt-blue, .popup-index .content-popup #action_index .item-bottom .txt-blue.list-txt-02, #action_index .item-bottom .popup-index .content-popup .txt-blue.list-txt-02,
          .popup-index .content-popup #action_effect .item-bottom .txt-blue.list-txt-02,
          #action_effect .item-bottom .popup-index .content-popup .txt-blue.list-txt-02,
          .popup-index .content-popup #action_side_effect .item-bottom .txt-blue.list-txt-02,
          #action_side_effect .item-bottom .popup-index .content-popup .txt-blue.list-txt-02 {
            font-size: 20px; } }
    .popup-index .content-popup .img-bt {
      max-width: 415px; }
      @media only screen and (max-width: 767px) {
        .popup-index .content-popup .img-bt {
          max-width: 270px; } }

.popup-contents-01 {
  display: none;
  position: absolute;
  width: 95%;
  z-index: 999;
  top: 95px;
  box-sizing: border-box;
  max-width: 930px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (min-width: 767px) {
    .popup-contents-01 {
      max-width: 930px;
      top: 175px;
      transform: translate(-50%, 0%); } }
  .popup-contents-01 .ttl-main {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .popup-contents-01 .ttl-main {
        margin-bottom: 10px; } }
  .popup-contents-01 .ttl {
    font-size: 22px;
    letter-spacing: 2.5px; }
    @media only screen and (max-width: 767px) {
      .popup-contents-01 .ttl {
        font-size: 18px;
        text-align: left; } }
  .popup-contents-01 a img {
    max-width: 265px; }
  .popup-contents-01 .box-blue {
    padding: 30px 40px;
    font-size: 16px;
    line-height: 1.75;
    color: #1472cf;
    text-align: left;
    background: #d0e3f5;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .popup-contents-01 .box-blue {
        padding: 15px;
        font-size: 14px;
        line-height: 1.57;
        margin-top: 5px;
        margin-bottom: 15px; } }
    .popup-contents-01 .box-blue .annotation {
      padding-top: 10px; }
      .popup-contents-01 .box-blue .annotation p, .popup-contents-01 .box-blue .annotation #action_index .item-bottom .list-txt-02, #action_index .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02,
      .popup-contents-01 .box-blue .annotation #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02,
      .popup-contents-01 .box-blue .annotation #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 {
        padding: 0;
        margin: 0;
        font-size: 14px;
        background: none;
        border: 0;
        width: 100%;
        display: flex;
        letter-spacing: 0;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .popup-contents-01 .box-blue .annotation p, .popup-contents-01 .box-blue .annotation #action_index .item-bottom .list-txt-02, #action_index .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02,
          .popup-contents-01 .box-blue .annotation #action_effect .item-bottom .list-txt-02,
          #action_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02,
          .popup-contents-01 .box-blue .annotation #action_side_effect .item-bottom .list-txt-02,
          #action_side_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 {
            margin-bottom: 6px; } }
        .popup-contents-01 .box-blue .annotation p span, .popup-contents-01 .box-blue .annotation #action_index .item-bottom .list-txt-02 span, #action_index .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 span,
        .popup-contents-01 .box-blue .annotation #action_effect .item-bottom .list-txt-02 span,
        #action_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 span,
        .popup-contents-01 .box-blue .annotation #action_side_effect .item-bottom .list-txt-02 span,
        #action_side_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 span {
          display: flex;
          min-width: 44px; }
          @media only screen and (max-width: 767px) {
            .popup-contents-01 .box-blue .annotation p span, .popup-contents-01 .box-blue .annotation #action_index .item-bottom .list-txt-02 span, #action_index .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 span,
            .popup-contents-01 .box-blue .annotation #action_effect .item-bottom .list-txt-02 span,
            #action_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 span,
            .popup-contents-01 .box-blue .annotation #action_side_effect .item-bottom .list-txt-02 span,
            #action_side_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 span {
              min-width: 38px; } }
        .popup-contents-01 .box-blue .annotation p:before, .popup-contents-01 .box-blue .annotation #action_index .item-bottom .list-txt-02:before, #action_index .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02:before,
        .popup-contents-01 .box-blue .annotation #action_effect .item-bottom .list-txt-02:before,
        #action_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02:before,
        .popup-contents-01 .box-blue .annotation #action_side_effect .item-bottom .list-txt-02:before,
        #action_side_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02:before {
          display: none; }
        @media only screen and (max-width: 767px) {
          .popup-contents-01 .box-blue .annotation p, .popup-contents-01 .box-blue .annotation #action_index .item-bottom .list-txt-02, #action_index .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02,
          .popup-contents-01 .box-blue .annotation #action_effect .item-bottom .list-txt-02,
          #action_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02,
          .popup-contents-01 .box-blue .annotation #action_side_effect .item-bottom .list-txt-02,
          #action_side_effect .item-bottom .popup-contents-01 .box-blue .annotation .list-txt-02 {
            font-size: 12px; } }
  .popup-contents-01 .content-popup {
    background: #fff;
    text-align: center;
    padding: 15px 15px;
    border-radius: 35px; }
    @media only screen and (min-width: 767px) {
      .popup-contents-01 .content-popup {
        padding: 30px 80px 45px; } }

.before-popup {
  display: none; }
  .before-popup:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5); }

@font-face {
  font-family: rodin;
  src: url("/common/font/handwriting-markerrodin-regular.ttf"); }
.scrEvent {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s; }
  .scrEvent.fadeIn {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s; }

.scrEvent01 {
  background-image: linear-gradient(to right, #fbebba 50%, transparent 50%);
  background-size: 0% 15px;
  background-repeat: no-repeat;
  background-position: 0% 1em;
  transition: all 2s; }
  .scrEvent01.white {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 50%, transparent 50%);
    background-size: 200% 15px;
    background-repeat: no-repeat;
    background-position: 0% 1em;
    transition: all 2s; }
    .scrEvent01.white.fadeIn01 {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 50%, transparent 50%);
      background-size: 200% 15px;
      background-repeat: no-repeat;
      background-position: 0% 1em;
      transition: all 2s; }
  .scrEvent01.fadeIn01 {
    background-image: linear-gradient(to right, #fbebba 50%, transparent 50%);
    background-size: 200% 15px;
    background-repeat: no-repeat;
    background-position: 0% 1em;
    transition: all 2s; }

.no-spac {
  letter-spacing: 0 !important; }

.list-next-prev {
  /*display: flex;*/
  position: relative;
  margin-top: 65px;
  margin-bottom: 34px;
  padding: 0 20px;
  justify-content: space-between;
  min-height: 53px; }
  .list-next-prev a {
    transition: all 0.3s; }
    @media (min-width: 767px) {
      .list-next-prev a:hover {
        transition: all 0.3s;
        opacity: 0.7 !important; } }
  @media only screen and (max-width: 767px) {
    .list-next-prev {
      padding: 0;
      margin-top: 53px; } }
  .list-next-prev .prev, .list-next-prev .next {
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .list-next-prev .prev, .list-next-prev .next {
        width: 75px; } }
    @media screen and (max-width: 320px) {
      .list-next-prev .prev, .list-next-prev .next {
        width: 60px; } }
  .list-next-prev .prev {
    left: 0; }
  .list-next-prev .next {
    right: 0; }
  .list-next-prev .submit {
    left: 0;
    right: 0;
    margin: auto;
    width: 264px; }
    @media only screen and (max-width: 767px) {
      .list-next-prev .submit {
        width: 184px; }
        .list-next-prev .submit a:hover {
          opacity: 1 !important; } }
    @media screen and (max-width: 320px) {
      .list-next-prev .submit {
        width: 150px; } }

.strong-txt {
  line-height: 1.4; }

.tipso_style {
  border: none;
  text-decoration: underline; }

#choice {
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    #choice {
      padding-bottom: 0; } }

#top_loading {
  display: block;
  position: absolute;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #fdff33; }
  #top_loading .top_loading_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px; }

.btnRed {
  color: red;
  background-color: #FFCCCC; }

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue; }

.btn-seeMore {
  background: #1472cf;
  min-width: 240px;
  border-radius: 20px;
  padding: 14px 10px;
  display: inline-block;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
  color: #ffffff !important;
  transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .btn-seeMore {
      font-size: 19px;
      padding: 9px 10px;
      min-width: 180px;
      margin-bottom: 25px;
      box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.15); } }
  @media (min-width: 767px) {
    .btn-seeMore:hover {
      transition: all 0.3s;
      opacity: 0.7 !important; } }

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb35 {
  margin-bottom: 35px !important; }

@media only screen and (max-width: 767px) {
  .mbsp20 {
    margin-bottom: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mbsp0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .h-img {
    height: auto !important;
    object-fit: contain;
    width: 70% !important; } }
.fz12 {
  font-size: 12px; }

.block {
  display: block; }

@media only screen and (min-width: 767px) {
  .mbpc-25 {
    margin-bottom: 25px !important; }

  .mbpc-55 {
    margin-bottom: 55px !important; } }
.mw935 {
  max-width: 935px;
  margin: auto; }

.main-content {
  border-top: 3px solid #1472cf;
  background: #fdff33;
  padding-bottom: 20px;
  position: relative;
  z-index: 1; }

.bg-minions {
  max-width: 1200px;
  margin: auto;
  position: relative; }
  .bg-minions .minoion-l {
    position: fixed;
    left: calc((100vw - 932px)/2 - 133px);
    top: 40%; }
  .bg-minions .minoion-r {
    position: fixed;
    right: calc((100vw - 932px)/2 - 130px);
    bottom: 12%; }
  @media screen and (max-width: 1200px) {
    .bg-minions .minoion-l {
      position: fixed;
      left: calc((100vw - 932px)/2 - 133px);
      top: 40%; }
    .bg-minions .minoion-r {
      position: fixed;
      right: calc((100vw - 932px)/2 - 130px);
      bottom: 12%; } }
  @media only screen and (max-width: 767px) {
    .bg-minions .inner {
      padding: 0px 15px; } }

.page-content {
  max-width: 930px;
  margin: auto;
  background: #ffffff;
  position: relative;
  z-index: 3; }
  .page-content:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    right: -10px;
    border: 3px solid #000000;
    bottom: -20px;
    z-index: -2;
    background: #ffffff;
    box-shadow: 8px 6px 0px rgba(217, 217, 217, 0.25); }
    @media only screen and (max-width: 767px) {
      .page-content:after {
        top: 10px;
        left: -5px;
        right: -5px;
        border: 2px solid #000000;
        box-shadow: 4px 3px 0px rgba(217, 217, 217, 0.25);
        bottom: -10px; } }
  .page-content:before {
    content: '';
    position: absolute;
    right: 10px;
    height: 20px;
    bottom: -20px;
    left: 20px;
    z-index: -1;
    border-right: 3px solid #000000;
    box-shadow: 8px 6px 0px rgba(185, 185, 185, 0.6); }
    @media only screen and (max-width: 767px) {
      .page-content:before {
        border-right: 2px solid #000000;
        box-shadow: 4px 3px 0px rgba(185, 185, 185, 0.6);
        height: 10px;
        bottom: -10px; } }

.page-content-inner {
  border: 3px solid #000000;
  box-shadow: 8px 6px 0px rgba(217, 217, 217, 0.7);
  position: relative;
  z-index: 4; }
  @media only screen and (max-width: 767px) {
    .page-content-inner {
      border: 2px solid #000000;
      box-shadow: 4px 3px 0px rgba(217, 217, 217, 0.7); } }

.education-item {
  border-bottom: 3px solid #000000;
  padding: 40px 56px 23px; }
  @media only screen and (max-width: 767px) {
    .education-item {
      padding: 14px 15px 25px !important;
      border-bottom: 2px solid #000000; } }
  .education-item:last-child {
    border-bottom: 0; }
  .education-item p, .education-item #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item .list-txt-02,
  .education-item #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .education-item .list-txt-02,
  .education-item #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .education-item .list-txt-02 {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .education-item p, .education-item #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item .list-txt-02,
      .education-item #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .education-item .list-txt-02,
      .education-item #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .education-item .list-txt-02 {
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 1.4; } }
  .education-item .item-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 37px; }
    .education-item .item-inner .item-l {
      width: 61%; }
      @media only screen and (max-width: 767px) {
        .education-item .item-inner .item-l p, .education-item .item-inner .item-l #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item .item-inner .item-l .list-txt-02,
        .education-item .item-inner .item-l #action_effect .item-bottom .list-txt-02,
        #action_effect .item-bottom .education-item .item-inner .item-l .list-txt-02,
        .education-item .item-inner .item-l #action_side_effect .item-bottom .list-txt-02,
        #action_side_effect .item-bottom .education-item .item-inner .item-l .list-txt-02 {
          margin-bottom: 0; } }
    .education-item .item-inner .item-r {
      width: 35%;
      transition: opacity 1s; }
      @media only screen and (max-width: 767px) {
        .education-item .item-inner .item-r {
          display: block !important;
          text-align: center; } }
      .education-item .item-inner .item-r img {
        width: 100%;
        display: inline-block;
        max-width: 285px; }
    @media only screen and (max-width: 767px) {
      .education-item .item-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: -20px; }
        .education-item .item-inner .item-r, .education-item .item-inner .item-l {
          width: 100%;
          margin-right: 0; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .education-item .item-inner .item-r, .education-item .item-inner .item-l {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
          .education-item .item-inner .item-r img, .education-item .item-inner .item-l img {
            margin: 0px auto 20px;
            display: block; } }
  .education-item.style2 p, .education-item.style5 p, .education-item.style2 #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item.style2 .list-txt-02, .education-item.style5 #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item.style5 .list-txt-02,
  .education-item.style2 #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .education-item.style2 .list-txt-02,
  .education-item.style5 #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .education-item.style5 .list-txt-02,
  .education-item.style2 #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .education-item.style2 .list-txt-02,
  .education-item.style5 #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .education-item.style5 .list-txt-02 {
    margin-bottom: 37px; }
    @media only screen and (max-width: 767px) {
      .education-item.style2 p, .education-item.style5 p, .education-item.style2 #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item.style2 .list-txt-02, .education-item.style5 #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item.style5 .list-txt-02,
      .education-item.style2 #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .education-item.style2 .list-txt-02,
      .education-item.style5 #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .education-item.style5 .list-txt-02,
      .education-item.style2 #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .education-item.style2 .list-txt-02,
      .education-item.style5 #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .education-item.style5 .list-txt-02 {
        margin-bottom: 0;
        line-height: 1.6; } }
  @media only screen and (max-width: 767px) {
    .education-item.style2 .item-inner, .education-item.style5 .item-inner {
      flex-direction: row-reverse; } }
  .education-item.style2 .item-inner .item-l, .education-item.style5 .item-inner .item-l {
    width: 63%;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .education-item.style2 .item-inner .item-l, .education-item.style5 .item-inner .item-l {
        width: 100%;
        padding-right: 0; } }
  .education-item.style2 .item-inner .item-r, .education-item.style5 .item-inner .item-r {
    width: 37%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    border: 1px solid #000;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .education-item.style2 .item-inner .item-r, .education-item.style5 .item-inner .item-r {
        display: flex !important;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        padding: 5px; } }
    .education-item.style2 .item-inner .item-r img, .education-item.style5 .item-inner .item-r img {
      width: 126px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .education-item.style2 .item-inner .item-r img, .education-item.style5 .item-inner .item-r img {
          width: 100px;
          margin: 0; } }
    .education-item.style2 .item-inner .item-r .item-cont, .education-item.style5 .item-inner .item-r .item-cont {
      width: calc(100% - 126px);
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        .education-item.style2 .item-inner .item-r .item-cont, .education-item.style5 .item-inner .item-r .item-cont {
          width: calc(100% - 100px);
          font-size: 10px;
          padding-left: 5px;
          line-height: 2; } }
      .education-item.style2 .item-inner .item-r .item-cont span, .education-item.style5 .item-inner .item-r .item-cont span {
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .education-item.style2 .item-inner .item-r .item-cont span, .education-item.style5 .item-inner .item-r .item-cont span {
            font-size: 13px; } }
  .education-item.style2 .txt-red, .education-item.style5 .txt-red {
    font-size: 20px;
    color: #ef4545;
    margin-bottom: 23px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 767px) {
      .education-item.style2 .txt-red, .education-item.style5 .txt-red {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 1.4;
        letter-spacing: 1px; } }
    @media (max-width: 320px) {
      .education-item.style2 .txt-red, .education-item.style5 .txt-red {
        font-size: 16px; } }
  .education-item.style2 .txt-pink, .education-item.style5 .txt-pink {
    font-size: 20px;
    color: #f86ca0;
    margin-bottom: 23px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 767px) {
      .education-item.style2 .txt-pink, .education-item.style5 .txt-pink {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 1.4;
        letter-spacing: 1px; } }
    @media (max-width: 320px) {
      .education-item.style2 .txt-pink, .education-item.style5 .txt-pink {
        font-size: 16px; } }
  .education-item.style3 p, .education-item.style4 p, .education-item.style3 #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item.style3 .list-txt-02, .education-item.style4 #action_index .item-bottom .list-txt-02, #action_index .item-bottom .education-item.style4 .list-txt-02,
  .education-item.style3 #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .education-item.style3 .list-txt-02,
  .education-item.style4 #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .education-item.style4 .list-txt-02,
  .education-item.style3 #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .education-item.style3 .list-txt-02,
  .education-item.style4 #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .education-item.style4 .list-txt-02 {
    margin-bottom: 37px; }
  @media only screen and (max-width: 767px) {
    .education-item.style3 img, .education-item.style4 img {
      width: 80%; } }
  .education-item.style3 ul, .education-item.style4 ul {
    margin-bottom: 21px; }
    .education-item.style3 ul li, .education-item.style4 ul li {
      color: #f86ca0;
      line-height: 1.7; }
  .education-item.style3 .item-inner .item-r img, .education-item.style4 .item-inner .item-r img {
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .education-item.style3 .item-inner .item-r img, .education-item.style4 .item-inner .item-r img {
        width: 80%;
        margin: 0 auto; } }
  .education-item.style4 .item-inner .item-r {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .education-item.style4 .item-inner .item-r {
        text-align: center; } }
    .education-item.style4 .item-inner .item-r img {
      margin-left: 16px; }
      @media only screen and (max-width: 767px) {
        .education-item.style4 .item-inner .item-r img {
          width: auto;
          margin: 0;
          display: inline-block; } }
  .education-item.style5 .txt-red {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0; }
    @media only screen and (max-width: 767px) {
      .education-item.style5 .txt-red {
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .education-item.style5 .item-inner {
      flex-direction: column-reverse; } }
  .education-item.style5 .item-inner .item-l {
    width: 60%;
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .education-item.style5 .item-inner .item-l {
        width: 100%; } }
  .education-item.style5 .item-inner .item-r {
    width: 40%;
    padding: 0;
    text-align: center;
    border: 0; }
    @media only screen and (max-width: 767px) {
      .education-item.style5 .item-inner .item-r {
        width: 100%;
        margin-bottom: 10px; } }
    .education-item.style5 .item-inner .item-r img {
      width: auto;
      max-width: 100%;
      margin: 0 auto; }

.ttl-education {
  background: #f3bc19;
  padding: 44px 76px;
  border-bottom: 3px solid #000000; }
  @media only screen and (max-width: 767px) {
    .ttl-education {
      padding: 20px 15px; } }

.ttl-style01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .ttl-style01 {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .ttl-style01.style02, .ttl-style01.style03, .ttl-style01.style04, .ttl-style01.style05, .ttl-style01.style06 {
      margin-bottom: 16px; } }
  .ttl-style01.style02 span, .ttl-style01.style03 span, .ttl-style01.style04 span, .ttl-style01.style05 span, .ttl-style01.style06 span {
    letter-spacing: 3px;
    top: 0;
    background-image: linear-gradient(to right, #fdd4c7 50%, transparent 50%); }
    @media only screen and (max-width: 767px) {
      .ttl-style01.style02 span, .ttl-style01.style03 span, .ttl-style01.style04 span, .ttl-style01.style05 span, .ttl-style01.style06 span {
        letter-spacing: 2px;
        font-size: 22px;
        line-height: 1.2; } }
  .ttl-style01.style03 span {
    background-image: linear-gradient(to right, #fac7c7 50%, transparent 50%); }
  .ttl-style01.style03 img {
    margin-right: 27px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01.style03 img {
        max-width: 60px;
        margin-right: 13px; } }
  .ttl-style01.style04 span {
    background-image: linear-gradient(to right, #fdd3e2 50%, transparent 50%); }
  @media only screen and (max-width: 767px) {
    .ttl-style01.style04 img {
      max-width: 60px; } }
  .ttl-style01.style05 span {
    background-image: linear-gradient(to right, #fac7c7 50%, transparent 50%); }
  @media only screen and (max-width: 767px) {
    .ttl-style01.style05 img {
      max-width: 60px; } }
  .ttl-style01.style06 span {
    background-image: linear-gradient(to right, #c7e9f7 50%, transparent 50%); }
  @media only screen and (max-width: 767px) {
    .ttl-style01.style06 img {
      max-width: 60px; } }
  .ttl-style01 b {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .ttl-style01 b {
        font-size: 16px; } }
  .ttl-style01 span {
    font-size: 30px;
    display: inline;
    line-height: 1;
    position: relative;
    top: -5px;
    letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01 span {
        font-size: 24px;
        line-height: 1.4; } }
  .ttl-style01 img {
    display: inline-block;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01 img {
        max-width: 70px; } }

.orange {
  color: #e59700; }

.red {
  color: #ef4545; }

.green {
  color: #81c62d; }

.pink {
  color: #f96ca0; }

.pink-01 {
  color: #fb7246; }

.blue {
  color: #43b6e5; }

img {
  max-width: 100%; }

#foot {
  width: auto; }

#page-index {
  padding-bottom: 18px; }
  @media only screen and (max-width: 767px) {
    #page-index {
      padding-bottom: 38px; } }
  @media only screen and (max-width: 767px) {
    #page-index .btn-seeMore {
      padding: 9px 0; } }
  #page-index .btn-seeMore img {
    max-width: 140px; }
    @media only screen and (max-width: 767px) {
      #page-index .btn-seeMore img {
        max-width: 105px; } }
  #page-index .menu-wrap {
    padding: 21px 0px 13px; }
    #page-index .menu-wrap .nav-wrap {
      display: block; }
    #page-index .menu-wrap .listNav {
      padding: 20px 0px 0; }
      @media only screen and (max-width: 767px) {
        #page-index .menu-wrap .listNav {
          display: none; } }
  #page-index .list-menu-wrap {
    position: relative; }
    #page-index .list-menu-wrap .beginning {
      position: absolute;
      left: 30px;
      top: 0;
      transition: all 0.3s; }
      @media (min-width: 767px) {
        #page-index .list-menu-wrap .beginning:hover {
          transition: all 0.3s;
          opacity: 0.7 !important; } }
    #page-index .list-menu-wrap .towards {
      position: absolute;
      right: 10px;
      top: 0;
      transition: all 0.3s; }
      @media (min-width: 767px) {
        #page-index .list-menu-wrap .towards:hover {
          transition: all 0.3s;
          opacity: 0.7 !important; } }
    #page-index .list-menu-wrap .about-top {
      width: 60%;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #page-index .list-menu-wrap .about-top {
          width: 100%; } }
      #page-index .list-menu-wrap .about-top img {
        width: 100%;
        padding-top: 7px; }
      #page-index .list-menu-wrap .about-top .desc {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        font-family: rodin;
        letter-spacing: 2px;
        margin-top: 10px; }
        #page-index .list-menu-wrap .about-top .desc img {
          width: auto;
          max-width: 100%; }
        #page-index .list-menu-wrap .about-top .desc span {
          background-image: linear-gradient(#fff 10px, transparent 0.1em);
          background-position-y: 15px;
          color: #1472cf; }
          @media only screen and (max-width: 767px) {
            #page-index .list-menu-wrap .about-top .desc span {
              background-image: linear-gradient(#fff 5px, transparent 0.1em);
              background-position-y: 10px; } }
        @media only screen and (max-width: 767px) {
          #page-index .list-menu-wrap .about-top .desc {
            font-size: 13px; } }
  #page-index .list-pro-index {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 22px -9px; }
    @media only screen and (max-width: 767px) {
      #page-index .list-pro-index {
        margin: 0 0px 22px -6px; } }
    #page-index .list-pro-index .item {
      width: 25%;
      margin-bottom: 18px; }
      @media only screen and (max-width: 767px) {
        #page-index .list-pro-index .item {
          margin-bottom: 8px;
          width: 33.333%; } }
      #page-index .list-pro-index .item a {
        opacity: 0;
        margin: 0 9px;
        display: block;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.3s; }
        @media only screen and (max-width: 767px) {
          #page-index .list-pro-index .item a {
            margin: 0 6px;
            box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15); } }
        #page-index .list-pro-index .item a img {
          width: 100%; }
        @media (min-width: 767px) {
          #page-index .list-pro-index .item a:hover {
            transition: all 0.3s;
            opacity: 0.7 !important; } }
        #page-index .list-pro-index .item a.no-link {
          pointer-events: none; }
          #page-index .list-pro-index .item a.no-link:hover {
            opacity: 0; }
      #page-index .list-pro-index .item.active a {
        opacity: 0.7 !important; }

.teach-every {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .teach-every {
      font-size: 13px;
      margin-top: 10px; } }
  .teach-every img {
    max-width: 230px; }
    @media only screen and (max-width: 767px) {
      .teach-every img {
        max-width: 150px; } }

.list-share {
  display: flex;
  justify-content: center; }
  .list-share li {
    max-width: 60px; }
    .list-share li:first-child {
      margin-right: 15px; }
    @media only screen and (max-width: 767px) {
      .list-share li {
        width: 45px; }
        .list-share li:nth-child(2) {
          margin-right: 15px; } }
    .list-share li a {
      transition: all 0.3s;
      display: inline-block;
      width: 100%; }
      @media (min-width: 767px) {
        .list-share li a:hover {
          transition: all 0.3s;
          opacity: 0.7 !important; } }
      .list-share li a img {
        max-width: 65px; }
        @media only screen and (max-width: 767px) {
          .list-share li a img {
            max-width: 100%; } }

.supervised {
  color: #1472cf;
  font-size: 12px;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .supervised {
      font-size: 10px;
      text-align: center; } }

@media only screen and (max-width: 767px) {
  #use_index .item-bottom img {
    width: 50px; } }

.ls0 {
  letter-spacing: 0; }

.menu-wrap-inner {
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap; }
  .menu-wrap-inner .ttl-title {
    margin-left: 16px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .menu-wrap-inner .ttl-title {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .menu-wrap-inner .ttl {
      width: 100%;
      text-align: center; } }
  .menu-wrap-inner div.pc {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.top-page {
  background: #fa7246;
  padding: 30px 60px;
  border-bottom: 3px solid #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 200px;
  transition: opacity 1s !important; }
  @media only screen and (max-width: 767px) {
    .top-page {
      padding: 15px 10px;
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
      min-height: 1px; } }
  .top-page .img-left {
    width: 190px;
    margin-right: 30px;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .top-page .img-left {
        width: 25%;
        position: static;
        left: auto;
        top: auto;
        transform: translateY(0);
        margin-right: 0;
        order: 2;
        bottom: auto; } }
  .top-page .img-right {
    margin-bottom: 15px;
    width: calc(100% - 220px);
    max-width: 100%;
    margin-left: 220px;
    order: 1; }
    @media only screen and (max-width: 767px) {
      .top-page .img-right {
        width: 85% !important;
        margin: 0 7.5% 10px; } }
    @media (max-width: 400px) {
      .top-page .img-right {
        width: 90% !important;
        margin: 0 5% 10px; } }
  .top-page p, .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom .top-page .list-txt-02,
  .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .top-page .list-txt-02,
  .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .top-page .list-txt-02 {
    line-height: 1.8;
    width: calc(100% - 220px);
    margin-left: 220px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    order: 3; }
    @media only screen and (max-width: 767px) {
      .top-page p, .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom .top-page .list-txt-02,
      .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .top-page .list-txt-02,
      .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .top-page .list-txt-02 {
        font-size: 13px;
        padding-left: 10px;
        line-height: 1.6;
        margin-left: 0;
        width: 65%; } }

@media only screen and (max-width: 767px) {
  .education-item {
    padding: 20px 10px 25px; } }
.education-item .toolTip {
  color: #1472cf;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .education-item .toolTip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #1473cf;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    .education-item .toolTip:focus, .education-item .toolTip:hover, .education-item .toolTip:visited {
      box-shadow: none;
      outline: none;
      border: none;
      background: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent; } }
  .education-item .toolTip.active:before {
    opacity: 1; }
  .education-item .toolTip.active .toolTipText {
    visibility: visible;
    opacity: 1; }
.education-item .item-inner {
  align-items: flex-start; }
  .education-item .item-inner .item-r {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .education-item .item-inner .item-r img {
      max-width: 210px;
      width: auto; }

.mb0 {
  margin-bottom: 0 !important; }

.item-bottom {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif; }
  @media only screen and (max-width: 767px) {
    .item-bottom {
      margin-top: 20px;
      align-items: center;
      flex-wrap: wrap;
      text-align: center; } }
  .item-bottom img {
    margin-right: 35px; }
    @media only screen and (max-width: 767px) {
      .item-bottom img {
        margin-bottom: 28px;
        margin-right: 0;
        width: 60px;
        position: relative;
        left: 46%;
        transform: translateX(-40%); } }
  .item-bottom p, #action_index .item-bottom .list-txt-02,
  #action_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .list-txt-02, .item-bottom .content-txt {
    width: calc(100% - 130px);
    border: solid 3px #000;
    font-size: 22px;
    color: #fa7246;
    line-height: 1.4;
    background: #fee3da;
    padding: 33px 38px;
    border-radius: 25px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 37px;
    font-family: "Noto Sans JP", sans-serif; }
    @media only screen and (max-width: 767px) {
      .item-bottom p, #action_index .item-bottom .list-txt-02,
      #action_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .list-txt-02, .item-bottom .content-txt {
        margin-bottom: 0;
        border-radius: 14px;
        letter-spacing: 1px;
        border: solid 2px #000; } }
    .item-bottom p:before, #action_index .item-bottom .list-txt-02:before,
    #action_effect .item-bottom .list-txt-02:before,
    #action_side_effect .item-bottom .list-txt-02:before, .item-bottom .content-txt:before {
      content: "";
      position: absolute;
      left: -18px;
      width: 28px;
      background: #fee3da;
      height: 28px;
      border-radius: 5px 0 0 0;
      transform: translateY(-50%) rotate(-33deg) skew(20deg);
      top: 50%;
      border-top: 3px solid #000;
      border-left: 3px solid #000;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .item-bottom p:before, #action_index .item-bottom .list-txt-02:before,
        #action_effect .item-bottom .list-txt-02:before,
        #action_side_effect .item-bottom .list-txt-02:before, .item-bottom .content-txt:before {
          left: 50%;
          width: 23px;
          background: #fee3da;
          height: 22px;
          border-radius: 5px 0 0 0;
          transform: rotate(56deg) skew(20deg) translateX(-50%);
          top: -4px;
          border-top: 2px solid #000;
          border-left: 2px solid #000;
          z-index: 1; } }
    @media only screen and (max-width: 767px) {
      .item-bottom p, #action_index .item-bottom .list-txt-02,
      #action_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .list-txt-02, .item-bottom .content-txt {
        width: calc(100% - 105px);
        padding: 14px;
        font-size: 18px; } }
    .item-bottom p .head, #action_index .item-bottom .list-txt-02 .head,
    #action_effect .item-bottom .list-txt-02 .head,
    #action_side_effect .item-bottom .list-txt-02 .head, .item-bottom .content-txt .head {
      border-bottom: solid 2px;
      display: inline-block;
      width: 100%;
      margin-bottom: 25px;
      padding-bottom: 5px;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .item-bottom p .head, #action_index .item-bottom .list-txt-02 .head,
        #action_effect .item-bottom .list-txt-02 .head,
        #action_side_effect .item-bottom .list-txt-02 .head, .item-bottom .content-txt .head {
          margin-bottom: 10px;
          border-bottom: solid 1px; } }
    .item-bottom p .text, #action_index .item-bottom .list-txt-02 .text,
    #action_effect .item-bottom .list-txt-02 .text,
    #action_side_effect .item-bottom .list-txt-02 .text, .item-bottom .content-txt .text {
      color: #000;
      font-size: 16px;
      line-height: 1.75;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .item-bottom p .text, #action_index .item-bottom .list-txt-02 .text,
        #action_effect .item-bottom .list-txt-02 .text,
        #action_side_effect .item-bottom .list-txt-02 .text, .item-bottom .content-txt .text {
          font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    .item-bottom p, #action_index .item-bottom .list-txt-02,
    #action_effect .item-bottom .list-txt-02,
    #action_side_effect .item-bottom .list-txt-02 {
      width: 100%;
      text-align: left;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .item-bottom.style2, .item-bottom.style5, .item-bottom.style3, .item-bottom.style4 {
      display: block;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .item-bottom.style2 > img, .item-bottom.style5 > img, .item-bottom.style3 > img, .item-bottom.style4 > img {
      margin-bottom: 15px;
      margin-right: 0;
      width: 127px;
      position: static;
      left: auto;
      transform: translateX(0); } }
  .item-bottom.style2 .content-txt, .item-bottom.style5 .content-txt, .item-bottom.style3 .content-txt, .item-bottom.style4 .content-txt {
    background-color: #fcdada; }
    @media only screen and (max-width: 767px) {
      .item-bottom.style2 .content-txt, .item-bottom.style5 .content-txt, .item-bottom.style3 .content-txt, .item-bottom.style4 .content-txt {
        width: 100%;
        text-align: left;
        box-sizing: border-box; } }
    .item-bottom.style2 .content-txt:before, .item-bottom.style5 .content-txt:before, .item-bottom.style3 .content-txt:before, .item-bottom.style4 .content-txt:before {
      background-color: #fcdada;
      top: 64px; }
      @media only screen and (max-width: 767px) {
        .item-bottom.style2 .content-txt:before, .item-bottom.style5 .content-txt:before, .item-bottom.style3 .content-txt:before, .item-bottom.style4 .content-txt:before {
          top: -4px; } }
    @media only screen and (max-width: 767px) {
      .item-bottom.style2 .content-txt .txt, .item-bottom.style5 .content-txt .txt, .item-bottom.style3 .content-txt .txt, .item-bottom.style4 .content-txt .txt {
        line-height: 1.6; } }
    .item-bottom.style2 .content-txt .head, .item-bottom.style5 .content-txt .head, .item-bottom.style3 .content-txt .head, .item-bottom.style4 .content-txt .head {
      color: #ef4545;
      letter-spacing: 2px; }
      @media only screen and (max-width: 767px) {
        .item-bottom.style2 .content-txt .head, .item-bottom.style5 .content-txt .head, .item-bottom.style3 .content-txt .head, .item-bottom.style4 .content-txt .head {
          margin-bottom: 10px;
          letter-spacing: 1px;
          line-height: 1.2; } }
    .item-bottom.style2 .content-txt .inner-item, .item-bottom.style5 .content-txt .inner-item, .item-bottom.style3 .content-txt .inner-item, .item-bottom.style4 .content-txt .inner-item {
      overflow: hidden; }
      .item-bottom.style2 .content-txt .inner-item > *, .item-bottom.style5 .content-txt .inner-item > *, .item-bottom.style3 .content-txt .inner-item > *, .item-bottom.style4 .content-txt .inner-item > * {
        box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .item-bottom.style2 .content-txt .inner-item, .item-bottom.style5 .content-txt .inner-item, .item-bottom.style3 .content-txt .inner-item, .item-bottom.style4 .content-txt .inner-item {
          display: block; } }
      .item-bottom.style2 .content-txt .inner-item .item-l, .item-bottom.style5 .content-txt .inner-item .item-l, .item-bottom.style3 .content-txt .inner-item .item-l, .item-bottom.style4 .content-txt .inner-item .item-l {
        float: left;
        width: 67%;
        padding-right: 20px; }
        @media only screen and (max-width: 767px) {
          .item-bottom.style2 .content-txt .inner-item .item-l, .item-bottom.style5 .content-txt .inner-item .item-l, .item-bottom.style3 .content-txt .inner-item .item-l, .item-bottom.style4 .content-txt .inner-item .item-l {
            line-height: 1.6;
            width: 100%;
            padding-right: 0;
            margin-bottom: 10px; } }
      .item-bottom.style2 .content-txt .inner-item .item-r, .item-bottom.style5 .content-txt .inner-item .item-r, .item-bottom.style3 .content-txt .inner-item .item-r, .item-bottom.style4 .content-txt .inner-item .item-r {
        float: left;
        width: 33%;
        padding: 10px;
        background-color: #fff; }
        @media only screen and (max-width: 767px) {
          .item-bottom.style2 .content-txt .inner-item .item-r, .item-bottom.style5 .content-txt .inner-item .item-r, .item-bottom.style3 .content-txt .inner-item .item-r, .item-bottom.style4 .content-txt .inner-item .item-r {
            float: none;
            padding: 5px;
            width: 100%;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            margin-bottom: 10px; } }
        .item-bottom.style2 .content-txt .inner-item .item-r img, .item-bottom.style5 .content-txt .inner-item .item-r img, .item-bottom.style3 .content-txt .inner-item .item-r img, .item-bottom.style4 .content-txt .inner-item .item-r img {
          margin: 0 0 5px;
          width: auto; }
          @media only screen and (max-width: 767px) {
            .item-bottom.style2 .content-txt .inner-item .item-r img, .item-bottom.style5 .content-txt .inner-item .item-r img, .item-bottom.style3 .content-txt .inner-item .item-r img, .item-bottom.style4 .content-txt .inner-item .item-r img {
              float: none;
              width: 120px;
              height: 102px;
              object-fit: cover;
              margin-bottom: 0 !important;
              position: static;
              transform: translate(0, 0); } }
        .item-bottom.style2 .content-txt .inner-item .item-r .item-cont, .item-bottom.style5 .content-txt .inner-item .item-r .item-cont, .item-bottom.style3 .content-txt .inner-item .item-r .item-cont, .item-bottom.style4 .content-txt .inner-item .item-r .item-cont {
          font-size: 13px;
          color: #000;
          letter-spacing: 0; }
          @media only screen and (max-width: 767px) {
            .item-bottom.style2 .content-txt .inner-item .item-r .item-cont, .item-bottom.style5 .content-txt .inner-item .item-r .item-cont, .item-bottom.style3 .content-txt .inner-item .item-r .item-cont, .item-bottom.style4 .content-txt .inner-item .item-r .item-cont {
              font-size: 10px; } }
          .item-bottom.style2 .content-txt .inner-item .item-r .item-cont span, .item-bottom.style5 .content-txt .inner-item .item-r .item-cont span, .item-bottom.style3 .content-txt .inner-item .item-r .item-cont span, .item-bottom.style4 .content-txt .inner-item .item-r .item-cont span {
            font-size: 16px;
            display: block;
            margin-bottom: 5px; }
            @media only screen and (max-width: 767px) {
              .item-bottom.style2 .content-txt .inner-item .item-r .item-cont span, .item-bottom.style5 .content-txt .inner-item .item-r .item-cont span, .item-bottom.style3 .content-txt .inner-item .item-r .item-cont span, .item-bottom.style4 .content-txt .inner-item .item-r .item-cont span {
                font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .item-bottom.style2 .content-txt .inner-item .item-r .item-cont, .item-bottom.style5 .content-txt .inner-item .item-r .item-cont, .item-bottom.style3 .content-txt .inner-item .item-r .item-cont, .item-bottom.style4 .content-txt .inner-item .item-r .item-cont {
              width: calc( 100% - 120px);
              padding-left: 10px; } }
  .item-bottom.style5 .img-item {
    text-align: center;
    margin-top: 16px; }
    @media only screen and (max-width: 767px) {
      .item-bottom.style5 .img-item {
        padding: 0 0px 0 30px; } }
    .item-bottom.style5 .img-item img {
      width: auto;
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .item-bottom.style5 .img-item img {
          margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .item-bottom.style3 > img, .item-bottom.style4 > img {
      max-width: 60px; } }
  .item-bottom.style3 .content-txt, .item-bottom.style4 .content-txt {
    background-color: #fee2ec;
    color: #f86ca0; }
    .item-bottom.style3 .content-txt .head, .item-bottom.style4 .content-txt .head {
      border-color: #f86ca0;
      color: #f86ca0; }
    .item-bottom.style3 .content-txt:before, .item-bottom.style4 .content-txt:before {
      background-color: #fee2ec; }
  @media only screen and (max-width: 767px) {
    .item-bottom.style4 > img {
      max-width: 95px; } }
  .item-bottom.style4 .video {
    border: 6px solid #fff;
    border-radius: 10px;
    position: relative;
    padding-bottom: 42.5%;
    padding-top: 25px;
    max-width: 394px;
    margin: 20px auto 15px;
    height: 0; }
    @media only screen and (max-width: 767px) {
      .item-bottom.style4 .video {
        padding-bottom: 63%; } }
    .item-bottom.style4 .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .item-bottom.style4 .content-txt .head {
    border: 0;
    background-image: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 200% 10px;
    display: inline; }
  .item-bottom.style4 .content-txt .text {
    display: block; }

.toolTipText {
  width: 100%;
  background-color: #1473cf;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 2;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .toolTipText.active {
    visibility: visible;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .toolTipText:focus, .toolTipText:hover, .toolTipText:visited {
      box-shadow: none;
      outline: none;
      border: none;
      background: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-tap-highlight-color: transparent; } }

@media only screen and (min-width: 767px) {
  .page-content-inner div:nth-child(6) .item-bottom p:before, .page-content-inner div:nth-child(6) #action_index .item-bottom .list-txt-02:before, #action_index .page-content-inner div:nth-child(6) .item-bottom .list-txt-02:before,
  .page-content-inner div:nth-child(6) #action_effect .item-bottom .list-txt-02:before,
  #action_effect .page-content-inner div:nth-child(6) .item-bottom .list-txt-02:before,
  .page-content-inner div:nth-child(6) #action_side_effect .item-bottom .list-txt-02:before,
  #action_side_effect .page-content-inner div:nth-child(6) .item-bottom .list-txt-02:before {
    top: 58px; } }

.education-item .item-inner P {
  transition: transform 1s , opacity 1s, z-index .01s; }
.education-item .item-inner .item-l .toolTipText {
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 767px) {
    .education-item .item-inner .item-l .toolTipText {
      left: 0;
      transform: translateX(0);
      width: 100%; } }
  @media (max-width: 1000px) and (min-width: 768px) {
    .education-item .item-inner .item-l .toolTipText {
      width: 140%;
      left: 0;
      transform: translateX(0); } }

.tl {
  display: none; }
  @media (max-width: 480px) {
    .tl {
      display: inline-block; } }

@media only screen and (max-width: 767px) {
  #history_person_index .menu-wrap,
  #history_person_kitazato .menu-wrap,
  #history_person_takamine .menu-wrap,
  #history_person_suzuki .menu-wrap,
  #history_person_jenner .menu-wrap,
  #history_person_pasteur .menu-wrap,
  #history_person_koch .menu-wrap,
  #history_person_fleming .menu-wrap,
  #history_person_waksman .menu-wrap,
  #history_person_banting .menu-wrap {
    padding: 20px 0 11px; } }
#history_person_index .top-page,
#history_person_kitazato .top-page,
#history_person_takamine .top-page,
#history_person_suzuki .top-page,
#history_person_jenner .top-page,
#history_person_pasteur .top-page,
#history_person_koch .top-page,
#history_person_fleming .top-page,
#history_person_waksman .top-page,
#history_person_banting .top-page {
  padding: 21px 60px;
  background-color: #ef4545; }
  @media only screen and (max-width: 767px) {
    #history_person_index .top-page,
    #history_person_kitazato .top-page,
    #history_person_takamine .top-page,
    #history_person_suzuki .top-page,
    #history_person_jenner .top-page,
    #history_person_pasteur .top-page,
    #history_person_koch .top-page,
    #history_person_fleming .top-page,
    #history_person_waksman .top-page,
    #history_person_banting .top-page {
      display: block;
      padding: 9px 10px; } }
  @media only screen and (max-width: 767px) {
    #history_person_index .top-page .img-right,
    #history_person_kitazato .top-page .img-right,
    #history_person_takamine .top-page .img-right,
    #history_person_suzuki .top-page .img-right,
    #history_person_jenner .top-page .img-right,
    #history_person_pasteur .top-page .img-right,
    #history_person_koch .top-page .img-right,
    #history_person_fleming .top-page .img-right,
    #history_person_waksman .top-page .img-right,
    #history_person_banting .top-page .img-right {
      width: 78% !important;
      margin: 0 11% 10px; } }
  @media only screen and (max-width: 767px) {
    #history_person_index .top-page .img-left,
    #history_person_kitazato .top-page .img-left,
    #history_person_takamine .top-page .img-left,
    #history_person_suzuki .top-page .img-left,
    #history_person_jenner .top-page .img-left,
    #history_person_pasteur .top-page .img-left,
    #history_person_koch .top-page .img-left,
    #history_person_fleming .top-page .img-left,
    #history_person_waksman .top-page .img-left,
    #history_person_banting .top-page .img-left {
      position: absolute;
      bottom: 12px;
      width: 100px; } }
  @media (min-width: 480px) and (max-width: 768px) {
    #history_person_index .top-page .img-left,
    #history_person_kitazato .top-page .img-left,
    #history_person_takamine .top-page .img-left,
    #history_person_suzuki .top-page .img-left,
    #history_person_jenner .top-page .img-left,
    #history_person_pasteur .top-page .img-left,
    #history_person_koch .top-page .img-left,
    #history_person_fleming .top-page .img-left,
    #history_person_waksman .top-page .img-left,
    #history_person_banting .top-page .img-left {
      width: 24%;
      max-width: 145px; } }
  #history_person_index .top-page p, #history_person_index .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom #history_person_index .top-page .list-txt-02,
  #history_person_index .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_index .top-page .list-txt-02,
  #history_person_index .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_index .top-page .list-txt-02,
  #history_person_kitazato .top-page p,
  #history_person_kitazato .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_kitazato .top-page .list-txt-02,
  #history_person_kitazato .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_kitazato .top-page .list-txt-02,
  #history_person_kitazato .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_kitazato .top-page .list-txt-02,
  #history_person_takamine .top-page p,
  #history_person_takamine .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_takamine .top-page .list-txt-02,
  #history_person_takamine .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_takamine .top-page .list-txt-02,
  #history_person_takamine .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_takamine .top-page .list-txt-02,
  #history_person_suzuki .top-page p,
  #history_person_suzuki .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_suzuki .top-page .list-txt-02,
  #history_person_suzuki .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_suzuki .top-page .list-txt-02,
  #history_person_suzuki .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_suzuki .top-page .list-txt-02,
  #history_person_jenner .top-page p,
  #history_person_jenner .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_jenner .top-page .list-txt-02,
  #history_person_jenner .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_jenner .top-page .list-txt-02,
  #history_person_jenner .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_jenner .top-page .list-txt-02,
  #history_person_pasteur .top-page p,
  #history_person_pasteur .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_pasteur .top-page .list-txt-02,
  #history_person_pasteur .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_pasteur .top-page .list-txt-02,
  #history_person_pasteur .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_pasteur .top-page .list-txt-02,
  #history_person_koch .top-page p,
  #history_person_koch .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_koch .top-page .list-txt-02,
  #history_person_koch .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_koch .top-page .list-txt-02,
  #history_person_koch .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_koch .top-page .list-txt-02,
  #history_person_fleming .top-page p,
  #history_person_fleming .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_fleming .top-page .list-txt-02,
  #history_person_fleming .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_fleming .top-page .list-txt-02,
  #history_person_fleming .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_fleming .top-page .list-txt-02,
  #history_person_waksman .top-page p,
  #history_person_waksman .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_waksman .top-page .list-txt-02,
  #history_person_waksman .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_waksman .top-page .list-txt-02,
  #history_person_waksman .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_waksman .top-page .list-txt-02,
  #history_person_banting .top-page p,
  #history_person_banting .top-page #action_index .item-bottom .list-txt-02,
  #action_index .item-bottom #history_person_banting .top-page .list-txt-02,
  #history_person_banting .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_person_banting .top-page .list-txt-02,
  #history_person_banting .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_person_banting .top-page .list-txt-02 {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      #history_person_index .top-page p, #history_person_index .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom #history_person_index .top-page .list-txt-02,
      #history_person_index .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_index .top-page .list-txt-02,
      #history_person_index .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_index .top-page .list-txt-02,
      #history_person_kitazato .top-page p,
      #history_person_kitazato .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_kitazato .top-page .list-txt-02,
      #history_person_kitazato .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_kitazato .top-page .list-txt-02,
      #history_person_kitazato .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_kitazato .top-page .list-txt-02,
      #history_person_takamine .top-page p,
      #history_person_takamine .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_takamine .top-page .list-txt-02,
      #history_person_takamine .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_takamine .top-page .list-txt-02,
      #history_person_takamine .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_takamine .top-page .list-txt-02,
      #history_person_suzuki .top-page p,
      #history_person_suzuki .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_suzuki .top-page .list-txt-02,
      #history_person_suzuki .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_suzuki .top-page .list-txt-02,
      #history_person_suzuki .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_suzuki .top-page .list-txt-02,
      #history_person_jenner .top-page p,
      #history_person_jenner .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_jenner .top-page .list-txt-02,
      #history_person_jenner .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_jenner .top-page .list-txt-02,
      #history_person_jenner .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_jenner .top-page .list-txt-02,
      #history_person_pasteur .top-page p,
      #history_person_pasteur .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_pasteur .top-page .list-txt-02,
      #history_person_pasteur .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_pasteur .top-page .list-txt-02,
      #history_person_pasteur .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_pasteur .top-page .list-txt-02,
      #history_person_koch .top-page p,
      #history_person_koch .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_koch .top-page .list-txt-02,
      #history_person_koch .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_koch .top-page .list-txt-02,
      #history_person_koch .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_koch .top-page .list-txt-02,
      #history_person_fleming .top-page p,
      #history_person_fleming .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_fleming .top-page .list-txt-02,
      #history_person_fleming .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_fleming .top-page .list-txt-02,
      #history_person_fleming .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_fleming .top-page .list-txt-02,
      #history_person_waksman .top-page p,
      #history_person_waksman .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_waksman .top-page .list-txt-02,
      #history_person_waksman .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_waksman .top-page .list-txt-02,
      #history_person_waksman .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_waksman .top-page .list-txt-02,
      #history_person_banting .top-page p,
      #history_person_banting .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_banting .top-page .list-txt-02,
      #history_person_banting .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_banting .top-page .list-txt-02,
      #history_person_banting .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_banting .top-page .list-txt-02 {
        margin-left: 100px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #history_person_index .top-page p, #history_person_index .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom #history_person_index .top-page .list-txt-02,
      #history_person_index .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_index .top-page .list-txt-02,
      #history_person_index .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_index .top-page .list-txt-02,
      #history_person_kitazato .top-page p,
      #history_person_kitazato .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_kitazato .top-page .list-txt-02,
      #history_person_kitazato .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_kitazato .top-page .list-txt-02,
      #history_person_kitazato .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_kitazato .top-page .list-txt-02,
      #history_person_takamine .top-page p,
      #history_person_takamine .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_takamine .top-page .list-txt-02,
      #history_person_takamine .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_takamine .top-page .list-txt-02,
      #history_person_takamine .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_takamine .top-page .list-txt-02,
      #history_person_suzuki .top-page p,
      #history_person_suzuki .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_suzuki .top-page .list-txt-02,
      #history_person_suzuki .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_suzuki .top-page .list-txt-02,
      #history_person_suzuki .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_suzuki .top-page .list-txt-02,
      #history_person_jenner .top-page p,
      #history_person_jenner .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_jenner .top-page .list-txt-02,
      #history_person_jenner .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_jenner .top-page .list-txt-02,
      #history_person_jenner .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_jenner .top-page .list-txt-02,
      #history_person_pasteur .top-page p,
      #history_person_pasteur .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_pasteur .top-page .list-txt-02,
      #history_person_pasteur .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_pasteur .top-page .list-txt-02,
      #history_person_pasteur .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_pasteur .top-page .list-txt-02,
      #history_person_koch .top-page p,
      #history_person_koch .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_koch .top-page .list-txt-02,
      #history_person_koch .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_koch .top-page .list-txt-02,
      #history_person_koch .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_koch .top-page .list-txt-02,
      #history_person_fleming .top-page p,
      #history_person_fleming .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_fleming .top-page .list-txt-02,
      #history_person_fleming .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_fleming .top-page .list-txt-02,
      #history_person_fleming .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_fleming .top-page .list-txt-02,
      #history_person_waksman .top-page p,
      #history_person_waksman .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_waksman .top-page .list-txt-02,
      #history_person_waksman .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_waksman .top-page .list-txt-02,
      #history_person_waksman .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_waksman .top-page .list-txt-02,
      #history_person_banting .top-page p,
      #history_person_banting .top-page #action_index .item-bottom .list-txt-02,
      #action_index .item-bottom #history_person_banting .top-page .list-txt-02,
      #history_person_banting .top-page #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #history_person_banting .top-page .list-txt-02,
      #history_person_banting .top-page #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #history_person_banting .top-page .list-txt-02 {
        width: 75%;
        margin-left: 25%; } }

#history_person_index .top-page .img-left {
  bottom: 21px; }

#history_person_waksman .education-item .item-inner .item-r, #history_person_banting .education-item .item-inner .item-r {
  align-items: stretch; }
  #history_person_waksman .education-item .item-inner .item-r img, #history_person_banting .education-item .item-inner .item-r img {
    object-fit: cover; }

#history_person_kitazato .education-item .item-inner .item-r .item-cont.ie {
  display: none; }

@media only screen and (max-width: 767px) {
  #history_person_index .img-right {
    margin-bottom: 20px !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #history_person_kitazato .top-page {
    min-height: 173px; }

  #history_person_kitazato .education-item .item-inner .item-r .item-cont {
    display: none; }

  #history_person_kitazato .education-item .item-inner .item-r .item-cont.ie {
    display: table-cell; } }
#action_index .menu-wrap-inner,
#action_effect .menu-wrap-inner,
#action_side_effect .menu-wrap-inner {
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap; }
  #action_index .menu-wrap-inner .ttl-title,
  #action_effect .menu-wrap-inner .ttl-title,
  #action_side_effect .menu-wrap-inner .ttl-title {
    margin-left: 16px; }
    @media only screen and (max-width: 767px) {
      #action_index .menu-wrap-inner .ttl-title,
      #action_effect .menu-wrap-inner .ttl-title,
      #action_side_effect .menu-wrap-inner .ttl-title {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    #action_index .menu-wrap-inner .ttl,
    #action_effect .menu-wrap-inner .ttl,
    #action_side_effect .menu-wrap-inner .ttl {
      width: 100%; } }
  #action_index .menu-wrap-inner div.pc,
  #action_effect .menu-wrap-inner div.pc,
  #action_side_effect .menu-wrap-inner div.pc {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
#action_index .content-txt,
#action_effect .content-txt,
#action_side_effect .content-txt {
  background: #e3f4fb; }
  #action_index .content-txt:before,
  #action_effect .content-txt:before,
  #action_side_effect .content-txt:before {
    content: '';
    background: #e3f4fb; }
  #action_index .content-txt .head,
  #action_effect .content-txt .head,
  #action_side_effect .content-txt .head {
    color: #28aee6; }
#action_index .top-page,
#action_effect .top-page,
#action_side_effect .top-page {
  background: #44b6e5; }
  @media only screen and (max-width: 767px) {
    #action_index .top-page,
    #action_effect .top-page,
    #action_side_effect .top-page {
      display: block; }
      #action_index .top-page p, #action_index .top-page .item-bottom .list-txt-02, #action_index .item-bottom .top-page .list-txt-02,
      #action_effect .item-bottom #action_index .top-page .list-txt-02,
      #action_side_effect .item-bottom #action_index .top-page .list-txt-02,
      #action_effect .top-page p,
      #action_index .item-bottom #action_effect .top-page .list-txt-02,
      #action_effect .top-page .item-bottom .list-txt-02,
      #action_effect .item-bottom .top-page .list-txt-02,
      #action_side_effect .item-bottom #action_effect .top-page .list-txt-02,
      #action_side_effect .top-page p,
      #action_index .item-bottom #action_side_effect .top-page .list-txt-02,
      #action_effect .item-bottom #action_side_effect .top-page .list-txt-02,
      #action_side_effect .top-page .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .top-page .list-txt-02 {
        box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    #action_index .top-page .img-left,
    #action_effect .top-page .img-left,
    #action_side_effect .top-page .img-left {
      bottom: 10px; } }
#action_index .item-bottom.last p, #action_index .item-bottom.last .list-txt-02,
#action_effect .item-bottom.last p,
#action_effect .item-bottom.last .list-txt-02,
#action_side_effect .item-bottom.last p,
#action_side_effect .item-bottom.last .list-txt-02 {
  font-size: 22px;
  color: #44b6e5; }
  @media only screen and (min-width: 767px) {
    #action_index .item-bottom.last p:before, #action_index .item-bottom.last .list-txt-02:before,
    #action_effect .item-bottom.last p:before,
    #action_effect .item-bottom.last .list-txt-02:before,
    #action_side_effect .item-bottom.last p:before,
    #action_side_effect .item-bottom.last .list-txt-02:before {
      top: 50%; } }
#action_index .item-bottom p, #action_index .item-bottom .list-txt-02,
#action_effect .item-bottom p,
#action_effect .item-bottom .list-txt-02,
#action_side_effect .item-bottom p,
#action_side_effect .item-bottom .list-txt-02 {
  background: #e3f4fb;
  font-size: 16px;
  color: #000; }
  #action_index .item-bottom p .head, #action_index .item-bottom .list-txt-02 .head,
  #action_effect .item-bottom p .head,
  #action_effect .item-bottom .list-txt-02 .head,
  #action_side_effect .item-bottom p .head,
  #action_side_effect .item-bottom .list-txt-02 .head {
    font-size: 22px;
    color: #28aee6; }
  #action_index .item-bottom p .content, #action_index .item-bottom .list-txt-02 .content,
  #action_effect .item-bottom p .content,
  #action_effect .item-bottom .list-txt-02 .content,
  #action_side_effect .item-bottom p .content,
  #action_side_effect .item-bottom .list-txt-02 .content {
    color: #28aee6; }
  @media only screen and (max-width: 767px) {
    #action_index .item-bottom p:before, #action_index .item-bottom .list-txt-02:before,
    #action_effect .item-bottom p:before,
    #action_effect .item-bottom .list-txt-02:before,
    #action_side_effect .item-bottom p:before,
    #action_side_effect .item-bottom .list-txt-02:before {
      background: #e3f4fb !important; } }
  @media only screen and (min-width: 767px) {
    #action_index .item-bottom p:before, #action_index .item-bottom .list-txt-02:before,
    #action_effect .item-bottom p:before,
    #action_effect .item-bottom .list-txt-02:before,
    #action_side_effect .item-bottom p:before,
    #action_side_effect .item-bottom .list-txt-02:before {
      background: #e3f4fb !important; } }
#action_index .item-bottom .list-txt-02 li,
#action_effect .item-bottom .list-txt-02 li,
#action_side_effect .item-bottom .list-txt-02 li {
  position: relative;
  padding-left: 20px; }
  #action_index .item-bottom .list-txt-02 li .number,
  #action_effect .item-bottom .list-txt-02 li .number,
  #action_side_effect .item-bottom .list-txt-02 li .number {
    position: absolute;
    left: 0;
    top: 0px; }
#action_index .list-action-img,
#action_effect .list-action-img,
#action_side_effect .list-action-img {
  display: flex;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #action_index .list-action-img,
    #action_effect .list-action-img,
    #action_side_effect .list-action-img {
      flex-wrap: wrap;
      text-align: center; } }
  #action_index .list-action-img li,
  #action_effect .list-action-img li,
  #action_side_effect .list-action-img li {
    margin-right: 30px;
    width: calc(100% - 20px); }
    @media only screen and (max-width: 767px) {
      #action_index .list-action-img li img,
      #action_effect .list-action-img li img,
      #action_side_effect .list-action-img li img {
        max-width: 130px; } }
    @media only screen and (max-width: 340px) {
      #action_index .list-action-img li img,
      #action_effect .list-action-img li img,
      #action_side_effect .list-action-img li img {
        max-width: 125px; } }
    #action_index .list-action-img li:nth-child(3),
    #action_effect .list-action-img li:nth-child(3),
    #action_side_effect .list-action-img li:nth-child(3) {
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        #action_index .list-action-img li:nth-child(3),
        #action_effect .list-action-img li:nth-child(3),
        #action_side_effect .list-action-img li:nth-child(3) {
          width: 49%;
          margin-top: 2px; } }
      @media only screen and (max-width: 340px) {
        #action_index .list-action-img li:nth-child(3),
        #action_effect .list-action-img li:nth-child(3),
        #action_side_effect .list-action-img li:nth-child(3) {
          width: 48%;
          margin-top: -15px; } }
    @media only screen and (max-width: 767px) {
      #action_index .list-action-img li:nth-child(2),
      #action_effect .list-action-img li:nth-child(2),
      #action_side_effect .list-action-img li:nth-child(2) {
        width: 49%;
        margin-right: 0%;
        margin-top: 2px; } }
    @media only screen and (max-width: 340px) {
      #action_index .list-action-img li:nth-child(2),
      #action_effect .list-action-img li:nth-child(2),
      #action_side_effect .list-action-img li:nth-child(2) {
        width: 48%;
        margin-right: 4%;
        margin-top: -15px; } }
    @media only screen and (max-width: 767px) {
      #action_index .list-action-img li:nth-child(1),
      #action_effect .list-action-img li:nth-child(1),
      #action_side_effect .list-action-img li:nth-child(1) {
        margin-right: 0;
        width: 100%; } }
#action_index .list-number,
#action_effect .list-number,
#action_side_effect .list-number {
  margin-bottom: 30px; }
  #action_index .list-number li,
  #action_effect .list-number li,
  #action_side_effect .list-number li {
    font-size: 16px;
    color: #28aee6; }
#action_index .strong-txt,
#action_effect .strong-txt,
#action_side_effect .strong-txt {
  color: #28aee6; }
@media only screen and (max-width: 767px) {
  #action_index .h80-sp,
  #action_effect .h80-sp,
  #action_side_effect .h80-sp {
    height: 80px !important;
    width: auto;
    margin-bottom: 25px; } }
#action_index .img-w-auto img,
#action_effect .img-w-auto img,
#action_side_effect .img-w-auto img {
  max-width: 100% !important;
  margin-top: -30px; }
  @media only screen and (max-width: 767px) {
    #action_index .img-w-auto img,
    #action_effect .img-w-auto img,
    #action_side_effect .img-w-auto img {
      margin-top: 0;
      max-width: 280px !important; } }
#action_index .list-img-action,
#action_effect .list-img-action,
#action_side_effect .list-img-action {
  display: flex;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #action_index .list-img-action,
    #action_effect .list-img-action,
    #action_side_effect .list-img-action {
      flex-wrap: wrap;
      margin-bottom: 0px; }
      #action_index .list-img-action li:nth-child(2n+1),
      #action_effect .list-img-action li:nth-child(2n+1),
      #action_side_effect .list-img-action li:nth-child(2n+1) {
        text-align: right; } }
  #action_index .list-img-action li,
  #action_effect .list-img-action li,
  #action_side_effect .list-img-action li {
    margin-right: 20px;
    width: calc(100%/4 - 15px); }
    #action_index .list-img-action li:nth-child(4),
    #action_effect .list-img-action li:nth-child(4),
    #action_side_effect .list-img-action li:nth-child(4) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      #action_index .list-img-action li,
      #action_effect .list-img-action li,
      #action_side_effect .list-img-action li {
        margin-right: 15px;
        margin-bottom: 10px;
        width: calc(100%/2 - 7.5px); } }
    @media only screen and (max-width: 767px) {
      #action_index .list-img-action li:nth-child(2n),
      #action_effect .list-img-action li:nth-child(2n),
      #action_side_effect .list-img-action li:nth-child(2n) {
        margin-right: 0; } }

.ttl-action-style {
  padding: 0px 10px 0 103px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .ttl-action-style {
      padding-left: 10px; } }

.ttl-style01-action {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .ttl-style01-action {
      margin-bottom: 20px; } }
  .ttl-style01-action.style02 span {
    letter-spacing: 3px;
    top: 0;
    background-image: linear-gradient(to right, #c7e9f7 50%, transparent 50%); }
    .ttl-style01-action.style02 span.no-spac {
      letter-spacing: 0px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01-action.style02 span {
        letter-spacing: 2px; } }
  .ttl-style01-action.style03 span {
    letter-spacing: 3px;
    top: 0;
    background-image: linear-gradient(to right, #fac7c7 50%, transparent 50%); }
    .ttl-style01-action.style03 span.no-spac {
      letter-spacing: 0px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01-action.style03 span {
        letter-spacing: 2px; } }
  .ttl-style01-action b {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: normal; }
  .ttl-style01-action span {
    font-size: 30px;
    display: inline;
    line-height: 1;
    position: relative;
    top: -5px;
    letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01-action span {
        font-size: 24px;
        line-height: 1.4; } }
  .ttl-style01-action img {
    display: inline-block;
    margin-right: 19px; }
    @media only screen and (max-width: 767px) {
      .ttl-style01-action img {
        max-width: 70px; } }

#action_effect .ttl-style01 span,
#action_side_effect .ttl-style01 span {
  letter-spacing: 0; }
#action_effect .ttl-style01 .normal-txt,
#action_side_effect .ttl-style01 .normal-txt {
  background: none;
  display: block;
  font-size: 22px;
  padding-bottom: 5px; }
  #action_effect .ttl-style01 .normal-txt.bottom,
  #action_side_effect .ttl-style01 .normal-txt.bottom {
    padding-top: 10px;
    padding-bottom: 0; }
#action_effect .education-item .item-inner .item-r,
#action_side_effect .education-item .item-inner .item-r {
  width: 40%; }
  @media only screen and (max-width: 767px) {
    #action_effect .education-item .item-inner .item-r,
    #action_side_effect .education-item .item-inner .item-r {
      width: 100%; } }
  #action_effect .education-item .item-inner .item-r img,
  #action_side_effect .education-item .item-inner .item-r img {
    max-width: 100%; }
#action_effect .education-item .item-inner .item-l,
#action_side_effect .education-item .item-inner .item-l {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    #action_effect .education-item .item-inner .item-l,
    #action_side_effect .education-item .item-inner .item-l {
      width: 100%; } }
#action_effect .item-bottom .strong-txt,
#action_side_effect .item-bottom .strong-txt {
  font-size: 22px;
  color: #28aee6; }
  @media only screen and (max-width: 767px) {
    #action_effect .item-bottom .strong-txt,
    #action_side_effect .item-bottom .strong-txt {
      font-size: 16px; } }
#action_effect .item-bottom p .content,
#action_effect .item-bottom .list-txt-02 .content,
#action_side_effect .item-bottom p .content,
#action_side_effect .item-bottom .list-txt-02 .content {
  display: block;
  line-height: 1.75; }
#action_effect .item-bottom .list-l,
#action_effect .item-bottom .list-r,
#action_side_effect .item-bottom .list-l,
#action_side_effect .item-bottom .list-r {
  width: 50%;
  float: left;
  color: #28aee6;
  display: block;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    #action_effect .item-bottom .list-l,
    #action_effect .item-bottom .list-r,
    #action_side_effect .item-bottom .list-l,
    #action_side_effect .item-bottom .list-r {
      width: 100%; } }
  #action_effect .item-bottom .list-l .txt-r,
  #action_effect .item-bottom .list-r .txt-r,
  #action_side_effect .item-bottom .list-l .txt-r,
  #action_side_effect .item-bottom .list-r .txt-r {
    display: block;
    text-align: right; }
@media only screen and (max-width: 767px) {
  #action_effect .sp-mb,
  #action_side_effect .sp-mb {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  #action_index .img-right {
    max-width: 100%;
    width: 70% !important;
    margin: 0 15% 10px; } }

@media only screen and (max-width: 767px) {
  #action_side_effect .page-content-inner *:nth-child(4) .item-l p, #action_index .item-bottom #action_side_effect .page-content-inner *:nth-child(4) .item-l .list-txt-02,
  #action_effect .item-bottom #action_side_effect .page-content-inner *:nth-child(4) .item-l .list-txt-02,
  #action_side_effect .page-content-inner *:nth-child(4) .item-l .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .page-content-inner *:nth-child(4) .item-l .list-txt-02 {
    margin-bottom: 0; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .education-item .item-inner .item-r img {
    width: 100%; } }
#type_index .top-page,
#type_difference .top-page,
#type_supply .top-page,
#type_movie_index .top-page,
#type_movie_index2 .top-page,
#type_movie_index3 .top-page,
#type_movie_index4 .top-page,
#type_movie_index5 .top-page {
  background-color: #f86ca0; }

@media only screen and (max-width: 767px) {
  #type_difference .item-bottom.style3 > img, #type_difference .item-bottom.style4 > img,
  #type_supply .item-bottom.style3 > img,
  #type_supply .item-bottom.style4 > img {
    margin-bottom: 25px; } }
@media only screen and (max-width: 767px) {
  #type_difference .menu-wrap,
  #type_supply .menu-wrap {
    padding: 21px 0px 7px; } }

#development_make .top-page, #development_index .top-page {
  background-color: #80c62d; }
  @media only screen and (max-width: 767px) {
    #development_make .top-page, #development_index .top-page {
      display: block; } }
  @media only screen and (max-width: 767px) {
    #development_make .top-page .img-left, #development_index .top-page .img-left {
      bottom: 18px; } }
  #development_make .top-page p, #development_make .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_make .top-page .list-txt-02,
  #development_make .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #development_make .top-page .list-txt-02,
  #development_make .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #development_make .top-page .list-txt-02, #development_index .top-page p, #development_index .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_index .top-page .list-txt-02,
  #development_index .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #development_index .top-page .list-txt-02,
  #development_index .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #development_index .top-page .list-txt-02 {
    box-sizing: border-box; }
#development_make .ttl-style01 span, #development_index .ttl-style01 span {
  letter-spacing: 0;
  font-size: 28px;
  background-image: linear-gradient(to right, #d9eec0 50%, transparent 50%); }
  @media only screen and (max-width: 767px) {
    #development_make .ttl-style01 span, #development_index .ttl-style01 span {
      font-size: 20px; } }
#development_make .ttl-style01 b, #development_index .ttl-style01 b {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    #development_make .ttl-style01 b, #development_index .ttl-style01 b {
      font-size: 16px; } }
#development_make .ttl-style01 img, #development_index .ttl-style01 img {
  margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    #development_make .ttl-style01 img, #development_index .ttl-style01 img {
      width: 60px; } }
#development_make .item-bottom .content-txt, #development_index .item-bottom .content-txt {
  background-color: #e6f4d5;
  color: #70c111; }
  #development_make .item-bottom .content-txt::before, #development_index .item-bottom .content-txt::before {
    background-color: #e6f4d5; }
  @media only screen and (max-width: 767px) {
    #development_make .item-bottom .content-txt, #development_index .item-bottom .content-txt {
      font-size: 16px; } }
@media only screen and (max-width: 767px) {
  #development_make .item-bottom img, #development_index .item-bottom img {
    width: 60px;
    margin-bottom: 28px; } }
#development_make .content-txt .head, #development_index .content-txt .head {
  color: #70c111; }
#development_make .list-year, #development_index .list-year {
  margin: 12px 0 5px; }
  #development_make .list-year li, #development_index .list-year li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      #development_make .list-year li, #development_index .list-year li {
        display: block;
        margin-bottom: 15px; } }
    #development_make .list-year li:last-child, #development_index .list-year li:last-child {
      margin-bottom: 0; }
    #development_make .list-year li .deve-img, #development_index .list-year li .deve-img {
      width: 100px;
      margin-right: 12px; }
      @media only screen and (max-width: 767px) {
        #development_make .list-year li .deve-img, #development_index .list-year li .deve-img {
          width: 100%;
          margin-right: 0; } }
      #development_make .list-year li .deve-img img, #development_index .list-year li .deve-img img {
        margin-right: 0;
        max-width: 100%; }
        @media only screen and (max-width: 767px) {
          #development_make .list-year li .deve-img img, #development_index .list-year li .deve-img img {
            margin-bottom: 10px; } }
    #development_make .list-year li .deve-title, #development_index .list-year li .deve-title {
      font-size: 16px;
      width: calc(100% - 100px); }
      @media only screen and (max-width: 767px) {
        #development_make .list-year li .deve-title, #development_index .list-year li .deve-title {
          width: 100%;
          font-size: 13px; } }
#development_make .content-develop, #development_index .content-develop {
  background: #fff;
  padding: 40px 50px;
  margin-top: 16px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #development_make .content-develop, #development_index .content-develop {
      padding: 15px 20px; } }
  #development_make .content-develop img, #development_index .content-develop img {
    width: auto;
    margin-bottom: 16px;
    margin-right: 0;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      #development_make .content-develop img, #development_index .content-develop img {
        position: static;
        left: auto;
        transform: translateX(0%); } }
  #development_make .content-develop h3, #development_index .content-develop h3 {
    margin-bottom: 23px;
    font-size: 22px;
    color: #000; }
    #development_make .content-develop h3 span, #development_index .content-develop h3 span {
      color: #70c111; }
    @media only screen and (max-width: 767px) {
      #development_make .content-develop h3, #development_index .content-develop h3 {
        font-size: 13px;
        margin-bottom: 15px; } }
  #development_make .content-develop p, #development_make .content-develop #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_make .content-develop .list-txt-02,
  #development_make .content-develop #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #development_make .content-develop .list-txt-02,
  #development_make .content-develop #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #development_make .content-develop .list-txt-02, #development_index .content-develop p, #development_index .content-develop #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_index .content-develop .list-txt-02,
  #development_index .content-develop #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #development_index .content-develop .list-txt-02,
  #development_index .content-develop #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #development_index .content-develop .list-txt-02 {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 14px;
    background: none;
    border: 0;
    width: 100%;
    display: flex;
    letter-spacing: 0;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      #development_make .content-develop p, #development_make .content-develop #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_make .content-develop .list-txt-02,
      #development_make .content-develop #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #development_make .content-develop .list-txt-02,
      #development_make .content-develop #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #development_make .content-develop .list-txt-02, #development_index .content-develop p, #development_index .content-develop #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_index .content-develop .list-txt-02,
      #development_index .content-develop #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #development_index .content-develop .list-txt-02,
      #development_index .content-develop #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #development_index .content-develop .list-txt-02 {
        margin-bottom: 6px; } }
    #development_make .content-develop p span, #development_make .content-develop #action_index .item-bottom .list-txt-02 span, #action_index .item-bottom #development_make .content-develop .list-txt-02 span,
    #development_make .content-develop #action_effect .item-bottom .list-txt-02 span,
    #action_effect .item-bottom #development_make .content-develop .list-txt-02 span,
    #development_make .content-develop #action_side_effect .item-bottom .list-txt-02 span,
    #action_side_effect .item-bottom #development_make .content-develop .list-txt-02 span, #development_index .content-develop p span, #development_index .content-develop #action_index .item-bottom .list-txt-02 span, #action_index .item-bottom #development_index .content-develop .list-txt-02 span,
    #development_index .content-develop #action_effect .item-bottom .list-txt-02 span,
    #action_effect .item-bottom #development_index .content-develop .list-txt-02 span,
    #development_index .content-develop #action_side_effect .item-bottom .list-txt-02 span,
    #action_side_effect .item-bottom #development_index .content-develop .list-txt-02 span {
      display: flex;
      min-width: 44px; }
      @media only screen and (max-width: 767px) {
        #development_make .content-develop p span, #development_make .content-develop #action_index .item-bottom .list-txt-02 span, #action_index .item-bottom #development_make .content-develop .list-txt-02 span,
        #development_make .content-develop #action_effect .item-bottom .list-txt-02 span,
        #action_effect .item-bottom #development_make .content-develop .list-txt-02 span,
        #development_make .content-develop #action_side_effect .item-bottom .list-txt-02 span,
        #action_side_effect .item-bottom #development_make .content-develop .list-txt-02 span, #development_index .content-develop p span, #development_index .content-develop #action_index .item-bottom .list-txt-02 span, #action_index .item-bottom #development_index .content-develop .list-txt-02 span,
        #development_index .content-develop #action_effect .item-bottom .list-txt-02 span,
        #action_effect .item-bottom #development_index .content-develop .list-txt-02 span,
        #development_index .content-develop #action_side_effect .item-bottom .list-txt-02 span,
        #action_side_effect .item-bottom #development_index .content-develop .list-txt-02 span {
          min-width: 38px; } }
    #development_make .content-develop p:before, #development_make .content-develop #action_index .item-bottom .list-txt-02:before, #action_index .item-bottom #development_make .content-develop .list-txt-02:before,
    #development_make .content-develop #action_effect .item-bottom .list-txt-02:before,
    #action_effect .item-bottom #development_make .content-develop .list-txt-02:before,
    #development_make .content-develop #action_side_effect .item-bottom .list-txt-02:before,
    #action_side_effect .item-bottom #development_make .content-develop .list-txt-02:before, #development_index .content-develop p:before, #development_index .content-develop #action_index .item-bottom .list-txt-02:before, #action_index .item-bottom #development_index .content-develop .list-txt-02:before,
    #development_index .content-develop #action_effect .item-bottom .list-txt-02:before,
    #action_effect .item-bottom #development_index .content-develop .list-txt-02:before,
    #development_index .content-develop #action_side_effect .item-bottom .list-txt-02:before,
    #action_side_effect .item-bottom #development_index .content-develop .list-txt-02:before {
      display: none; }
    @media only screen and (max-width: 767px) {
      #development_make .content-develop p, #development_make .content-develop #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_make .content-develop .list-txt-02,
      #development_make .content-develop #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #development_make .content-develop .list-txt-02,
      #development_make .content-develop #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #development_make .content-develop .list-txt-02, #development_index .content-develop p, #development_index .content-develop #action_index .item-bottom .list-txt-02, #action_index .item-bottom #development_index .content-develop .list-txt-02,
      #development_index .content-develop #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #development_index .content-develop .list-txt-02,
      #development_index .content-develop #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #development_index .content-develop .list-txt-02 {
        font-size: 12px; } }

.development-item {
  border-bottom: 3px solid #000000;
  padding: 40px 56px 23px; }
  @media only screen and (max-width: 767px) {
    .development-item {
      padding: 20px 15px 25px !important; } }
  .development-item:last-of-type {
    border-bottom: none; }
  .development-item p, .development-item #action_index .item-bottom .list-txt-02, #action_index .item-bottom .development-item .list-txt-02,
  .development-item #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .development-item .list-txt-02,
  .development-item #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .development-item .list-txt-02 {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 767px) {
      .development-item p, .development-item #action_index .item-bottom .list-txt-02, #action_index .item-bottom .development-item .list-txt-02,
      .development-item #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .development-item .list-txt-02,
      .development-item #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .development-item .list-txt-02 {
        font-size: 13px;
        line-height: 1.4; } }
  .development-item .item-inner {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .development-item .item-inner {
        margin-bottom: 30px; } }
    .development-item .item-inner .item-l {
      width: 60%; }
      @media only screen and (max-width: 767px) {
        .development-item .item-inner .item-l {
          width: 100%; } }
    .development-item .item-inner .item-r {
      width: 35%;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .development-item .item-inner .item-r {
          width: 100%; } }

@media only screen and (max-width: 767px) {
  #development_index .img-right {
    max-width: 100%;
    width: 70% !important;
    margin: 0 15% 10px; } }

#development_make .development-item .item-inner .item-r {
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    #development_make .development-item .item-inner .item-r {
      margin-right: 0; } }
  #development_make .development-item .item-inner .item-r img {
    width: 268px; }
    @media only screen and (max-width: 767px) {
      #development_make .development-item .item-inner .item-r img {
        width: 256px; } }

@media only screen and (max-width: 767px) {
  #history_index .top-page .img-left {
    width: 100px; } }
@media only screen and (max-width: 767px) {
  #history_index .top-page p, #history_index .top-page #action_index .item-bottom .list-txt-02, #action_index .item-bottom #history_index .top-page .list-txt-02,
  #history_index .top-page #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #history_index .top-page .list-txt-02,
  #history_index .top-page #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #history_index .top-page .list-txt-02 {
    width: calc(100% - 110px); } }
#history_index .bg-minions .top-page {
  background: #ef4545; }
  @media only screen and (min-width: 767px) {
    #history_index .bg-minions .top-page .img-left {
      width: 145px;
      margin-right: 30px;
      position: absolute;
      left: 76px;
      top: 50%;
      transform: translateY(-50%); } }
  #history_index .bg-minions .top-page.img-history_development .img-left {
    left: 53px; }
    @media only screen and (min-width: 767px) {
      #history_index .bg-minions .top-page.img-history_development .img-left {
        width: 190px; } }
#history_index .img-item {
  padding-left: 0;
  text-align: center;
  margin-right: 0px;
  margin-right: 0; }
  #history_index .img-item img {
    display: inherit;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #history_index .img-item img {
        margin-right: 0px;
        margin-right: 0;
        transform: translateX(0);
        left: auto;
        position: static; } }
#history_index .education-item .item-inner {
  align-items: center; }
  #history_index .education-item .item-inner .item-r img {
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      #history_index .education-item .item-inner .item-r img {
        height: 135px;
        margin-bottom: 5px; } }

.bgBlue {
  background: #1472cf; }

.contents-index {
  padding: 25px 0px 30px;
  text-align: center;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .contents-index {
      padding: 15px 0px 8px; } }
  .contents-index-inner {
    background: url("/junior/kusurilabo/img/contents/bg01.png") no-repeat;
    background-position: top left; }
    @media screen and (max-width: 950px) {
      .contents-index-inner {
        background-size: cover;
        background-position: top center; } }
    @media only screen and (max-width: 767px) {
      .contents-index-inner {
        background: url("/junior/kusurilabo/img/contents/bg01-sp.png") no-repeat;
        background-position: left bottom;
        background-size: 100%;
        background-size: 88.2vw 128.5vw; } }
  .contents-index p, .contents-index #action_index .item-bottom .list-txt-02, #action_index .item-bottom .contents-index .list-txt-02,
  .contents-index #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .contents-index .list-txt-02,
  .contents-index #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .contents-index .list-txt-02 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 3.1px; }
    @media only screen and (max-width: 767px) {
      .contents-index p, .contents-index #action_index .item-bottom .list-txt-02, #action_index .item-bottom .contents-index .list-txt-02,
      .contents-index #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .contents-index .list-txt-02,
      .contents-index #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .contents-index .list-txt-02 {
        font-size: 10px; } }
  .contents-index .contents-logo {
    width: 195px; }
    @media only screen and (max-width: 767px) {
      .contents-index .contents-logo {
        width: 131px; } }
  .contents-index .main-img img {
    max-width: 491px;
    margin: -42px auto 17px; }
    @media only screen and (max-width: 767px) {
      .contents-index .main-img img {
        width: 100%;
        margin: 0px 0px 15px; } }
  .contents-index .ttl {
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .contents-index .ttl {
        margin-bottom: 18px; } }
  .contents-index .ttl-style01 {
    display: block; }
    @media only screen and (max-width: 767px) {
      .contents-index .ttl-style01 {
        margin-bottom: 10px; } }
    .contents-index .ttl-style01 span {
      font-size: 22px;
      letter-spacing: 4.3px; }
      @media only screen and (max-width: 767px) {
        .contents-index .ttl-style01 span {
          font-size: 13px; } }
  @media only screen and (min-width: 767px) {
    .contents-index .list-next-prev {
      margin-top: 32px; } }
  @media only screen and (max-width: 767px) {
    .contents-index .list-next-prev {
      margin-top: 15px;
      margin-bottom: 0px; } }

.block-gauge {
  background: #000000;
  padding: 20px 0px; }
  @media only screen and (max-width: 767px) {
    .block-gauge {
      padding: 10px 0px; } }
  .block-gauge-inner {
    max-width: 800px;
    margin: auto; }
    .block-gauge-inner .listGauge {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .block-gauge-inner .listGauge .item {
        display: flex;
        margin-right: 3.4%;
        width: calc((100% - 13.6%)/5);
        border-radius: 20px; }
        @media only screen and (max-width: 767px) {
          .block-gauge-inner .listGauge .item {
            align-items: center;
            margin-right: 2%; } }
        @media only screen and (max-width: 767px) {
          .block-gauge-inner .listGauge .item {
            width: calc((100% - 8%)/5); } }
        .block-gauge-inner .listGauge .item:last-child {
          margin-right: 0; }
        .block-gauge-inner .listGauge .item .item-number {
          border-right: 2px solid #000000 !important;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding-left: 1px; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item .item-number {
              border-right: 1px solid #000000 !important;
              padding-left: 0; } }
          @media (max-width: 420px) {
            .block-gauge-inner .listGauge .item .item-number {
              width: 13px;
              flex: 0 0 13px;
              text-align: center;
              justify-content: center; }
              .block-gauge-inner .listGauge .item .item-number img {
                left: 57%; } }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item .item-number img {
              max-height: 7px; } }
        .block-gauge-inner .listGauge .item > * {
          width: calc(100% / 6);
          padding: 3px 0px;
          background: #ffffff; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item > * {
              padding: 0px 0px;
              height: 15px;
              position: relative; } }
  @media only screen and (max-width: 767px) and (max-width: 480px) {
    .block-gauge-inner .listGauge .item > * {
      height: 12px; } }
          @media only screen and (max-width: 767px) {
              .block-gauge-inner .listGauge .item > * > img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center; } }
        .block-gauge-inner .listGauge .item a:last-child {
          border-right: 0 !important;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; }
        .block-gauge-inner .listGauge .item.color-red .item-clear, .block-gauge-inner .listGauge .item.color-red .item-number {
          background: #ef4545; }
        .block-gauge-inner .listGauge .item.color-red a {
          border-right: 2px solid #ef4545; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item.color-red a {
              border-right: 1px solid #ef4545; } }
        .block-gauge-inner .listGauge .item.color-green .item-clear, .block-gauge-inner .listGauge .item.color-green .item-number {
          background: #80c62d; }
        .block-gauge-inner .listGauge .item.color-green a {
          border-right: 2px solid #80c62d; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item.color-green a {
              border-right: 1px solid #80c62d; } }
        .block-gauge-inner .listGauge .item.color-purple .item-clear, .block-gauge-inner .listGauge .item.color-purple .item-number {
          background: #f86ca0; }
        .block-gauge-inner .listGauge .item.color-purple a {
          border-right: 2px solid #f86ca0; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item.color-purple a {
              border-right: 1px solid #f86ca0; } }
        .block-gauge-inner .listGauge .item.color-orange .item-clear, .block-gauge-inner .listGauge .item.color-orange .item-number {
          background: #fa7246; }
        .block-gauge-inner .listGauge .item.color-orange a {
          border-right: 2px solid #fa7246; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item.color-orange a {
              border-right: 1px solid #fa7246; } }
        .block-gauge-inner .listGauge .item.color-blue .item-clear, .block-gauge-inner .listGauge .item.color-blue .item-number {
          background: #44b6e5; }
        .block-gauge-inner .listGauge .item.color-blue a {
          border-right: 2px solid #44b6e5; }
          @media only screen and (max-width: 767px) {
            .block-gauge-inner .listGauge .item.color-blue a {
              border-right: 1px solid #44b6e5; } }

#head.contents-head {
  /*		height:0px !important;*/ }
  #head.contents-head .menu-wrap {
    padding: 0px; }
    #head.contents-head .menu-wrap .inner {
      max-width: 1010px;
      padding: 0px 20px;
      margin: auto;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        #head.contents-head .menu-wrap .inner {
          padding: 0px 10px; } }
    #head.contents-head .menu-wrap .nav-wrap {
      display: none; }
      @media (min-width: 769px) {
        #head.contents-head .menu-wrap .nav-wrap li:hover .off {
          display: none; }
        #head.contents-head .menu-wrap .nav-wrap li:hover .on {
          display: block; } }
      #head.contents-head .menu-wrap .nav-wrap li a {
        cursor: pointer; }
        @media (min-width: 769px) {
          #head.contents-head .menu-wrap .nav-wrap li a:hover .off {
            display: none; }
          #head.contents-head .menu-wrap .nav-wrap li a:hover .on {
            display: block; } }
      #head.contents-head .menu-wrap .nav-wrap .on {
        display: none; }
      #head.contents-head .menu-wrap .nav-wrap .select .on, #head.contents-head .menu-wrap .nav-wrap .active .on {
        display: block; }
      #head.contents-head .menu-wrap .nav-wrap .select .off, #head.contents-head .menu-wrap .nav-wrap .active .off {
        display: none; }
      #head.contents-head .menu-wrap .nav-wrap .next-prev-sp {
        margin: 12px -10px 0;
        padding: 0 6vw; }
        @media only screen and (min-width: 767px) {
          #head.contents-head .menu-wrap .nav-wrap .next-prev-sp {
            display: none; } }
        #head.contents-head .menu-wrap .nav-wrap .next-prev-sp a {
          transition: all 0.3s; }
          @media (min-width: 767px) {
            #head.contents-head .menu-wrap .nav-wrap .next-prev-sp a:hover {
              transition: all 0.3s;
              opacity: 0.7 !important; } }
    #head.contents-head .menu-wrap .menu-wrap-inner {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      max-width: 934px;
      margin: auto;
      padding-right: 90px; }
      #head.contents-head .menu-wrap .menu-wrap-inner .ttl a {
        display: inline-block;
        width: 100%; }
      @media only screen and (min-width: 767px) {
        #head.contents-head .menu-wrap .menu-wrap-inner img {
          width: 317px;
          height: auto; } }
      @media only screen and (max-width: 767px) {
        #head.contents-head .menu-wrap .menu-wrap-inner {
          flex-wrap: wrap;
          padding-right: 0; }
          #head.contents-head .menu-wrap .menu-wrap-inner .ttl {
            display: inline-flex;
            justify-content: center; }
            #head.contents-head .menu-wrap .menu-wrap-inner .ttl a {
              transition: all 0.3s; } }
      @media only screen and (max-width: 767px) and (min-width: 767px) {
        #head.contents-head .menu-wrap .menu-wrap-inner .ttl a:hover {
          transition: all 0.3s;
          opacity: 0.7 !important; } }

    #head.contents-head .menu-wrap .listNav {
      display: flex;
      flex-wrap: nowrap;
      padding: 20px 0px 0px;
      margin-bottom: -5px;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        #head.contents-head .menu-wrap .listNav {
          flex-wrap: wrap;
          justify-content: center; } }
      #head.contents-head .menu-wrap .listNav .item {
        padding: 0px 2px;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          #head.contents-head .menu-wrap .listNav .item {
            width: calc(100% / 3);
            margin: 0px 10px; } }
        #head.contents-head .menu-wrap .listNav .item img {
          width: 100%; }
  @media (min-width: 769px) {
    #head.contents-head .menuBar {
      position: absolute;
      top: 80px;
      right: -80px; } }

.contents-head .nav-wrap {
  display: none; }
  @media (min-width: 769px) {
    .contents-head .nav-wrap li:hover .off {
      display: none; }
    .contents-head .nav-wrap li:hover .on {
      display: block; } }
  .contents-head .nav-wrap li a {
    cursor: pointer; }
    @media (min-width: 769px) {
      .contents-head .nav-wrap li a:hover .off {
        display: none; }
      .contents-head .nav-wrap li a:hover .on {
        display: block; } }
  .contents-head .nav-wrap .on {
    display: none; }
  .contents-head .nav-wrap .select .on, .contents-head .nav-wrap .active .on {
    display: block; }
  .contents-head .nav-wrap .select .off, .contents-head .nav-wrap .active .off {
    display: none; }
  .contents-head .nav-wrap .next-prev-sp {
    margin: 12px -10px 0;
    padding: 0 6vw; }
    @media only screen and (min-width: 767px) {
      .contents-head .nav-wrap .next-prev-sp {
        display: none; } }
    .contents-head .nav-wrap .next-prev-sp a {
      transition: all 0.3s; }
      @media (min-width: 767px) {
        .contents-head .nav-wrap .next-prev-sp a:hover {
          transition: all 0.3s;
          opacity: 0.7 !important; } }
.contents-head .listNav {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0px 0px;
  margin-bottom: -5px;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .contents-head .listNav {
      flex-wrap: wrap;
      justify-content: center; } }
  .contents-head .listNav .item {
    padding: 0px 2px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .contents-head .listNav .item {
        width: calc(100% / 3);
        margin: 0px 10px; } }
    .contents-head .listNav .item img {
      width: 100%; }

#content-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 200vw;
  height: 200vh;
  background: #fff; }

.bgRed {
  background: #ef4545;
  border-top: 3px solid #ef4545; }

.bgGreen {
  background: #80c62d;
  border-top: 3px solid #80c62d; }

.bgPink {
  background: #f86ca0;
  border-top: 3px solid #f86ca0; }

.bgOrange {
  background: #fa7246;
  border-top: 3px solid #fa7246; }

.bg-Blue {
  background: #44b6e5;
  border-top: 3px solid #44b6e5; }

.contents-01 {
  padding: 25px 0px 40px;
  text-align: center;
  color: #ffffff;
  overflow-x: hidden; }
  @media only screen and (max-width: 767px) {
    .contents-01 {
      padding: 10px 0px 10px; } }
  .contents-01-inner {
    max-width: 935px;
    margin: auto; }
    .contents-01-inner .contents-01-logo {
      max-width: 882px;
      margin-bottom: 18px; }
      .contents-01-inner .contents-01-logo img {
        display: block; }
    .contents-01-inner .main-img {
      max-width: 800px;
      margin: 10px auto 6px; }
      .contents-01-inner .main-img img {
        height: 129px; }
        @media only screen and (max-width: 767px) {
          .contents-01-inner .main-img img {
            height: auto; } }
      @media only screen and (max-width: 767px) {
        .contents-01-inner .main-img {
          margin: 40px -15px 0px; } }
    .contents-01-inner .img-bot {
      text-align: left;
      padding: 11px 0px 0px 133px; }
      .contents-01-inner .img-bot.align-r {
        text-align: right;
        padding: 11px 133px 0px 0px; }
        @media only screen and (max-width: 767px) {
          .contents-01-inner .img-bot.align-r {
            padding: 5px 10px 0px 0px;
            display: flex;
            justify-content: flex-end;
            align-items: center; } }
      @media only screen and (min-width: 767px) {
        .contents-01-inner .img-bot img {
          max-width: 440px; } }
      @media only screen and (max-width: 767px) {
        .contents-01-inner .img-bot {
          padding: 5px 0px 0px 10px;
          width: 100%; }
          .contents-01-inner .img-bot img {
            width: 59vw; } }

@media only screen and (max-width: 767px) {
  .main-page-choice .main-img {
    margin: 40px auto; } }

.boxWhite {
  border-radius: 35px;
  padding: 20px 10px 23px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  max-width: 910px; }
  @media only screen and (max-width: 767px) {
    .boxWhite {
      padding: 15px 15px 20px;
      border-radius: 25px; } }
  .boxWhite img {
    max-width: 173px; }
    @media only screen and (max-width: 767px) {
      .boxWhite img {
        max-width: 124px; } }
  .boxWhite .ttl {
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .boxWhite .ttl {
        margin-bottom: 13px; } }
  .boxWhite p, .boxWhite #action_index .item-bottom .list-txt-02, #action_index .item-bottom .boxWhite .list-txt-02,
  .boxWhite #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom .boxWhite .list-txt-02,
  .boxWhite #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom .boxWhite .list-txt-02 {
    letter-spacing: 0.8px;
    font-size: 22px;
    line-height: 2.25; }
    @media only screen and (max-width: 767px) {
      .boxWhite p, .boxWhite #action_index .item-bottom .list-txt-02, #action_index .item-bottom .boxWhite .list-txt-02,
      .boxWhite #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom .boxWhite .list-txt-02,
      .boxWhite #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom .boxWhite .list-txt-02 {
        line-height: 1.38;
        font-size: 18px;
        text-align: left;
        letter-spacing: 0; } }

.listBtn-yellow {
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 767px) {
    .listBtn-yellow {
      margin-right: -3px; } }
  @media screen and (max-width: 900px) and (min-width: 768px) {
    .listBtn-yellow {
      padding: 0px 20px; } }
  .listBtn-yellow .item {
    margin-right: 20px;
    width: calc((100% - 40px) / 3); }
    @media only screen and (max-width: 767px) {
      .listBtn-yellow .item {
        margin-right: 8px;
        width: calc((100% - 16px) / 3); } }
    .listBtn-yellow .item:last-child {
      margin-right: 0; }
    .listBtn-yellow .item a {
      color: #000;
      font-size: 20px;
      line-height: 1.45;
      display: block;
      width: 100%;
      height: 88px;
      height: 98px;
      position: relative;
      background: #fdff33;
      text-align: center;
      background: url("/junior/kusurilabo/img/contents/01/btn-base.png") no-repeat;
      background-size: 100% 100%; }
      @media screen and (max-width: 900px) {
        .listBtn-yellow .item a {
          height: 70px;
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .listBtn-yellow .item a {
          height: 20vw;
          background: url("/junior/kusurilabo/img/contents/01/btn-base-sp.png") no-repeat;
          background-size: 100% 100%;
          font-size: 17px;
          line-height: 1.2; } }
  @media only screen and (max-width: 767px) and (max-width: 340px) {
    .listBtn-yellow .item a {
      height: 22vw; } }

      @media screen and (max-width: 500px) {
        .listBtn-yellow .item a {
          font-size: 14px; } }
      .listBtn-yellow .item a > * {
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box; }

.pb0 {
  padding-bottom: 0; }

.listTf {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -30px; }
  @media screen and (max-width: 800px) {
    .listTf {
      margin-top: -3vw; } }
  .listTf .item {
    display: inline-block;
    width: 33%; }
    .listTf .item a {
      display: block;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .listTf .item:nth-child(1), .listTf .item:nth-child(3) {
        padding-bottom: 5px; } }
  .listTf .box-animation {
    position: relative; }
    .listTf .box-animation .txt-false, .listTf .box-animation .txt-true {
      z-index: 5;
      position: absolute;
      top: 32%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.5s; }
      @media only screen and (max-width: 767px) {
        .listTf .box-animation .txt-false, .listTf .box-animation .txt-true {
          top: 20px;
          left: 0;
          transform: translate(0%, 0%); } }
      .listTf .box-animation .txt-false.on, .listTf .box-animation .txt-true.on {
        opacity: 1;
        transition: opacity 0.5s; }
    .listTf .box-animation .img-minion {
      position: relative;
      z-index: 5;
      opacity: 0;
      transition: opacity 0.1s; }
      .listTf .box-animation .img-minion.on {
        opacity: 1;
        transition: opacity 0.1s; }
    .listTf .box-animation .img-ans {
      position: relative;
      opacity: 0;
      z-index: 1;
      top: 20px;
      transition: opacity 0.1s; }
      .listTf .box-animation .img-ans.on {
        opacity: 1;
        transition: opacity 0.1s; }
    @media only screen and (max-width: 767px) {
      .listTf .box-animation {
        margin: 0px 0px; } }

.contents-01-false .listTf {
  margin-top: -20px; }
  @media screen and (max-width: 800px) {
    .contents-01-false .listTf {
      margin-top: -2vw; } }

.contents-01-true .main-img {
  max-width: 819px; }
@media only screen and (max-width: 767px) {
  .contents-01-true .listTf .item .box-animation .txt-true {
    /*						width: 16vw;*/ } }

#contents_03 .listTf,
#contents_05 .listTf {
  margin-top: -30px; }
  @media screen and (max-width: 800px) {
    #contents_03 .listTf,
    #contents_05 .listTf {
      margin-top: -10vw; } }

@media only screen and (max-width: 320px) {
  #contents_01 .main-img,
  #contents_02 .main-img,
  #contents_03 .main-img,
  #contents_04 .main-img,
  #contents_05 .main-img {
    margin: -15px auto; }

  .boxWhite .ttl {
    margin-bottom: 5px; }
  .boxWhite img {
    max-width: 94px; }

  .contents-01-false .listTf, .contents-01-true .listTf {
    margin-top: -8vw; }

  #contents_03 .listTf, #contents_05 .listTf {
    margin-top: -15vw; } }
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.clear-cp img {
  max-width: 30vw; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contents-01-inner .main-img img {
    animation: none;
    animation: unset; } }
@media only screen and (max-width: 767px) {
  #contents_02 .listBtn-yellow .item a > * {
    left: 49%; } }
@media only screen and (max-width: 767px) {
  #contents_02 .main-img {
    margin: 30px auto 23px;
    width: 54%; } }
#contents_02 .listGauge .item.color-red a {
  border-right: 0;
  background: #ef4545; }
#contents_02 .listGauge .item.color-green a:nth-child(2) {
  background: #80c62d; }

#contents_03 .listBtn-yellow .item a > * {
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 767px) {
    #contents_03 .listBtn-yellow .item a > * {
      top: 50%;
      left: 49%; } }
@media only screen and (max-width: 767px) {
  #contents_03 .main-img {
    margin: 5px -15px -5px; } }
@media only screen and (min-width: 767px) {
  #contents_03 .listBtn-yellow .item a {
    line-height: 1.35; } }
@media only screen and (max-width: 767px) and (max-width: 340px) {
  #contents_03 .listBtn-yellow .item a {
    font-size: 12px; } }

#contents_03 .listGauge .item.color-red a {
  border-right: 0;
  background: #ef4545; }
#contents_03 .listGauge .item.color-green a {
  border-right: 0;
  background: #80c62d; }
#contents_03 .listGauge .item.color-purple a:nth-child(2) {
  background: #f86ca0; }

#contents_04 .listBtn-yellow .item a > * {
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 767px) {
    #contents_04 .listBtn-yellow .item a > * {
      top: 50%;
      left: 49%; } }
@media only screen and (min-width: 767px) {
  #contents_04 .listBtn-yellow .item a {
    line-height: 1.2; } }
@media only screen and (max-width: 767px) and (max-width: 340px) {
  #contents_04 .listBtn-yellow .item a {
    font-size: 11px; } }

@media only screen and (min-width: 767px) {
  #contents_04 .main-img {
    margin: 15px auto 20px; } }
@media only screen and (max-width: 767px) {
  #contents_04 .main-img {
    width: 74%;
    margin: 15px auto 20px; } }
@media only screen and (max-width: 767px) {
  #contents_04 .main-page-choice .main-img {
    margin: 15px auto 20px; } }
#contents_04 .listGauge .item.color-red a {
  border-right: 0;
  background: #ef4545; }
#contents_04 .listGauge .item.color-green a {
  border-right: 0;
  background: #80c62d; }
#contents_04 .listGauge .item.color-purple a {
  background: #f86ca0; }
#contents_04 .listGauge .item.color-orange a:nth-child(2) {
  background: #fa7246; }

#contents_05 .listBtn-yellow .item a > * {
  top: 50%;
  left: 50%; }
@media only screen and (min-width: 767px) {
  #contents_05 .listBtn-yellow .item a {
    line-height: 1.35; } }
@media only screen and (max-width: 767px) and (max-width: 340px) {
  #contents_05 .listBtn-yellow .item a {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  #contents_05 .main-img {
    margin: -10px auto;
    position: relative;
    z-index: -1;
    width: 78%; } }
#contents_05 .listGauge .item.color-red a {
  border-right: 0;
  background: #ef4545; }
#contents_05 .listGauge .item.color-green a {
  border-right: 0;
  background: #80c62d; }
#contents_05 .listGauge .item.color-purple a {
  background: #f86ca0; }
#contents_05 .listGauge .item.color-orange a {
  background: #fa7246; }
#contents_05 .listGauge .item.color-blue a:nth-child(2) {
  background: #44b6e5; }

#contents_finish {
  background: #fdff33; }
  #contents_finish .list-next-prev .submit {
    width: 235px; }
  #contents_finish .contents-index-inner {
    background: url(/common/img/contents/finish/bg-01.png) no-repeat;
    background-position: top left; }
    @media (max-width: 950px) {
      #contents_finish .contents-index-inner {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: top center; } }
    @media only screen and (max-width: 767px) {
      #contents_finish .contents-index-inner {
        background: url(/junior/kusurilabo/img/contents/finish/bg-top-sp.png) no-repeat top right, url(/junior/kusurilabo/img/contents/finish/bg-bottom-sp.png) no-repeat bottom 33px right 0;
        background-size: 80vw auto, 88vw auto; } }
    @media (min-width: 560px) and (max-width: 768px) {
      #contents_finish .contents-index-inner {
        background: url(/junior/kusurilabo/img/contents/finish/bg-top-sp.png) no-repeat top right, url(/junior/kusurilabo/img/contents/finish/bg-bottom-sp.png) no-repeat bottom 10px left 10px;
        background-size: 80vw auto, 88vw auto; } }
    @media (max-width: 320px) {
      #contents_finish .contents-index-inner {
        background: url(/junior/kusurilabo/img/contents/finish/bg-top-sp.png) no-repeat top right, url(/junior/kusurilabo/img/contents/finish/bg-bottom-sp.png) no-repeat bottom 33px left 0;
        background-size: 80vw auto, 88vw auto; } }
  #contents_finish p, #contents_finish #action_index .item-bottom .list-txt-02, #action_index .item-bottom #contents_finish .list-txt-02,
  #contents_finish #action_effect .item-bottom .list-txt-02,
  #action_effect .item-bottom #contents_finish .list-txt-02,
  #contents_finish #action_side_effect .item-bottom .list-txt-02,
  #action_side_effect .item-bottom #contents_finish .list-txt-02 {
    display: block;
    margin-bottom: 37px; }
    @media only screen and (max-width: 767px) {
      #contents_finish p, #contents_finish #action_index .item-bottom .list-txt-02, #action_index .item-bottom #contents_finish .list-txt-02,
      #contents_finish #action_effect .item-bottom .list-txt-02,
      #action_effect .item-bottom #contents_finish .list-txt-02,
      #contents_finish #action_side_effect .item-bottom .list-txt-02,
      #action_side_effect .item-bottom #contents_finish .list-txt-02 {
        margin-bottom: 24px; } }
  #contents_finish .contents-index {
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #contents_finish .contents-index {
        padding-bottom: 8px; }
        #contents_finish .contents-index .fin img {
          max-width: 80%; } }
    #contents_finish .contents-index .main-img img {
      margin: 0 auto 34px;
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      #contents_finish .contents-index .main-img {
        margin-left: -5px;
        margin-right: -5px; }
        #contents_finish .contents-index .main-img img {
          margin-bottom: 27px; } }
    #contents_finish .contents-index .ttl {
      margin-top: 17px;
      margin-bottom: 18px; }
      @media only screen and (max-width: 767px) {
        #contents_finish .contents-index .ttl {
          margin-top: 33px;
          padding: 0 13px;
          margin-bottom: 12px; } }
  #contents_finish .list-next-prev {
    margin-top: 0; }
  #contents_finish .supervised {
    display: none; }
  #contents_finish .teach-every {
    margin-bottom: 10px; }
  #contents_finish .block-gauge-inner .listGauge .item.color-red .item-number {
    background: #ef4545;
    border-right: #ef4545; }
  #contents_finish .block-gauge-inner .listGauge .item.color-red a {
    background: #ef4545; }
  #contents_finish .block-gauge-inner .listGauge .item.color-green .item-number {
    background: #80c62d;
    border-right: #80c62d; }
  #contents_finish .block-gauge-inner .listGauge .item.color-green a {
    background: #80c62d; }
  #contents_finish .block-gauge-inner .listGauge .item.color-purple .item-number {
    background: #f86ca0;
    border-right: #f86ca0; }
  #contents_finish .block-gauge-inner .listGauge .item.color-purple a {
    background: #f86ca0; }
  #contents_finish .block-gauge-inner .listGauge .item.color-orange .item-number {
    background: #fa7246;
    border-right: #fa7246; }
  #contents_finish .block-gauge-inner .listGauge .item.color-orange a {
    background: #fa7246; }
  #contents_finish .block-gauge-inner .listGauge .item.color-blue .item-number {
    background: #44b6e5;
    border-right: #44b6e5; }
  #contents_finish .block-gauge-inner .listGauge .item.color-blue a {
    background: #44b6e5; }
