/* CSS Document */


/* main top
------------------------------------------------------------*/

main.top #info-block .inner>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #info-block .inner>div:not(:last-child) {
  margin-bottom: 29px;
}

main.top #info-block .inner .item-title {
  width: 150px;
  margin-right: 25px;
}

main.top #info-block .inner .item-title span {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.2;
  padding: 10px 15px;
  background-color: #3b4b99;
  display: block;
  text-align: center;
}

main.top #info-block .inner .item-txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.top #info-block .inner .item-txt .txt {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

main.top #info-block .inner .info .item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -10px;
}

main.top #info-block .inner .info .item-txt .txt {
  border-bottom: dashed 1px #202f7b;
}

main.top #info-block .inner .info .item-txt .link {
  width: 100%;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
}

main.top #info-block .inner .info .item-txt .link a {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}

main.top #info-block .inner .jigyousyo .item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -30px;
  margin-bottom: -10px;
}

main.top #info-block .inner .jigyousyo .item-txt .link {
  padding-bottom: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  border-bottom: dashed 1px #202f7b;
}

main.top #about .title {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}

main.top #about .title i {
  padding-right: 22px;
  line-height: 0;
}

main.top #about .title span {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #202f7b;
}

main.top #about .sub-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #202f7b;
  padding-bottom: 15px;
  line-height: 1.2;
}

main.top #about .sub-title small {
  padding-bottom: 5px;
}

main.top #about .movie-block {
  text-align: center;
  margin-bottom: 60px;
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

main.top #about .movie-block .m-fukidashi {
  position: absolute;
  right: -300px;
  top: 40px;
}

main.top #about .movie-block .youtube {
  position: relative;
  z-index: 2;
  /* position: relative;
        width: 100%;
        padding-top: 62%;
        margin-bottom: 25px;
        iframe{
          position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important;
        } */
}

@media screen and (max-width: 1250px) {
  main.top #about .movie-block {
    width: 540px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.top #about .movie-block .youtube {
    position: relative;
    width: 100%;
    padding-top: 56%;
  }
  main.top #about .movie-block .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  main.top #about .movie-block .m-fukidashi {
    width: 280px;
    right: -250px;
  }
}

main.top #about .fukidashi {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 25px;
  background-color: #f5f5f5;
  position: relative;
  max-width: 734px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 30px;
}

main.top #about .fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0px;
  height: 0px;
  bottom: -13px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 16.5px 0 16.5px;
  border-color: #f5f5f5 transparent transparent transparent;
}

main.top #about .fukidashi .item-txt1 {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  color: #202f7b;
  margin-right: 30px;
}

main.top #about .fukidashi .item-txt2 .check-list li {
  color: #202f7b;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  padding-left: 40px;
}

main.top #about .fukidashi .item-txt2 .check-list li:not(:last-child) {
  padding-bottom: 7px;
}

main.top #about .fukidashi .item-txt2 .check-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 20px;
  background: url(../img/common/icon-check.png) no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.top #about .fukidashi .item-txt2 .check-list li:before {
    background: url(../img/common/icon-check@2x.png);
    background-size: 19px auto;
  }
}

main.top #about .txt-bottom {
  text-align: center;
  margin-bottom: 30px;
  color: #f79a2f;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.top #about .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px 25px;
}

main.top #about .point-list li {
  width: calc(25% - 20px);
  margin: 0 10px;
}

main.top #about .point-list li:nth-child(1) .title:before {
  content: '1';
}

main.top #about .point-list li:nth-child(2) .title:before {
  content: '2';
}

main.top #about .point-list li:nth-child(3) .title:before {
  content: '3';
}

main.top #about .point-list li:nth-child(4) .title:before {
  content: '4';
}

main.top #about .point-list li .title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 10px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  color: #FFF;
  background-color: #a7c000;
  text-align: center;
  position: relative;
  margin: 40px 0 15px;
}

main.top #about .point-list li .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100%;
  height: 0;
  color: #a7c000;
  font-size: 42px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

main.top #about .point-list li .txt {
  padding: 0 15px 10px;
  color: #202f7b;
}

main.top #about .point-list li .img {
  text-align: center;
}

main.top #about .point-list li .img img {
  width: 55px;
  height: auto;
}

main.top #about .point-list li.point_2 .img img, main.top #about .point-list li.point_4 .img img {
  width: 65px;
  height: auto;
}

main.top #schedule {
  text-align: center;
}

main.top #schedule .schedule-cal {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
}

main.top #schedule .schedule-cal a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

main.top #schedule .schedule-cal a:hover {
  cursor: pointer;
}

main.top #schedule .schedule-cal .btn3 {
  top: 50%;
  left: 0px;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.top #schedule .schedule-cal a:hover img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main.top #schedule .schedule-cal:hover {
  cursor: pointer;
}

main.top #schedule .schedule-cal:hover .btn3 i:after {
  right: 10px;
}

main.top #shien {
  /* .logo-txt{
      @include fb;
      padding:20px 60px;
      @include align(center);
      @include rem(14);
      background-color: #fff;
      margin-bottom: 40px;
      .logo{
        @include basis(214px);
        margin-right: 40px;
        line-height: 0;
      }
      .txt{
        @include basis(10px);
        @include grow(1);
      }
    } */
}

main.top #shien .prease-read {
  margin-top: 15px;
}

main.top #shien .txt-block {
  margin-bottom: 30px;
  text-align: center;
}

main.top #shien .txt-block p {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #202f7b;
}

main.top #shien .txt-block p:not(:last-child) {
  padding-bottom: 20px;
}

main.top #shien .bnr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px 35px;
}

main.top #shien .bnr-block p {
  margin: 0 5px;
}

main.top #characteristic .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px;
}

main.top #characteristic .point-list li {
  width: calc(33.333% - 40px);
  margin: 0 20px;
}

main.top #characteristic .point-list li .point {
  padding-bottom: 5px;
}

main.top #characteristic .point-list li .title {
  text-align: center;
  color: #202f7b;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 10px;
}

main.top #characteristic .point-list li .img {
  padding-bottom: 5px;
}

main.top #characteristic .point-list li .txt {
  color: #202f7b;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.top #characteristic .point-list li .txt p:not(:last-child) {
  padding-bottom: 15px;
}

main.top #characteristic .point-list li .txt strong {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  line-height: 1.3;
}

main.top #characteristic .img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #characteristic .img-txt:nth-of-type(2n) .item-img {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

main.top #characteristic .img-txt:nth-of-type(2n) .item-txt {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main.top #characteristic .img-txt .item-img {
  width: 490px;
  line-height: 0;
}

main.top #characteristic .img-txt .item-txt {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 10px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #202f7b;
  font-size: 16px;
  font-size: 1.1428571429rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.top #characteristic .img-txt .item-txt .heading-lv03 br {
  display: inline;
}

main.top #characteristic .img-txt .item-txt>div {
  width: 100%;
}

main.top #voice {
  background-color: #ddf3fa;
}

main.top #voice .voice-list {
  position: relative;
}

main.top #voice .voice-list:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  width: 219px;
  height: 242px;
  background: url(../img/top/voice-icon.png) no-repeat center center;
  bottom: -60px;
  right: -100px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.top #voice .voice-list:before {
    background-image: url(../img/top/voice-icon@2x.png);
    background-size: 219px auto;
  }
}

main.top #voice .voice-list li {
  padding: 12px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #202f7b;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

main.top #voice .voice-list li:nth-child(2n+1) {
  background-color: #cde6ee;
}

main.top #voice .voice-list li small {
  padding-left: 30px;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.top #voice .bottom-voice-txt {
  padding-right: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}

main.top #voice .bottom-voice-txt>div {
  border: solid 1px #202f7b;
  display: -moz-inline-box;
  display: inline-block;
  padding: 10px 20px;
}

main.top #voice .bottom-voice-txt>div small {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  main.top #voice .voice-list:before {
    bottom: -60px;
    right: -20px;
  }
}

main.top #news .tabs {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

main.top #news .tabs ul {
  padding: 10px 8px 0 8px;
  border-bottom: solid 1px #202f7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.top #news .tabs ul li {
  letter-spacing: normal;
  width: 49%;
}

main.top #news .tabs ul li:first-child {
  margin-right: 0.25%;
}

main.top #news .tabs ul li:last-child {
  margin-left: 0.25%;
}

main.top #news .tabs ul li a {
  border-top: solid 1px #202f7b;
  border-left: solid 1px #202f7b;
  border-right: solid 1px #202f7b;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  padding: 7px 0 7px;
  text-align: center;
  width: 100%;
  display: block;
  background: center center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #202f7b;
  position: relative;
}

main.top #news .tabs ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #F5F5F5;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

main.top #news .tabs ul li a:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main.top #news .tabs ul li a span {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1;
  display: block;
}

main.top #news .tabs ul li.current a:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main.top #news .tab-content {
  padding-top: 0px;
  font-size: 14px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.top #news .tab-content .inside {
  padding: 0 50px;
}

main.top #news .tab-content .tab {
  display: none;
}

main.top #news .tab-content .tab.current {
  display: block;
}

main.top #news .tab-content .text-block {
  padding: 30px 35px;
}

main.top #traial {
  background-color: #ddf3fa;
}

main.top #traial .traial-box {
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

main.top #traial .traial-box .news-list {
  margin-bottom: 15px;
}

main.top #traial .traial-box .news-list li {
  border-bottom: dotted 1px #202f7b;
  padding: 10px 0 7px;
}

main.top #traial .traial-box .news-list li .txt {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.top #traial .traial-box .news-list li a {
  color: #202f7b;
}

main.top #sns-block .insta-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.top #sns-block .insta-line .youtube {
  position: relative;
  width: 100%;
  padding-top: 138px;
}

main.top #sns-block .insta-line .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

main.top #sns-block .insta-line .youtube:before {
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  left: -216px;
  top: -118px;
  width: 321px;
  height: 142px;
  background: url(../img/top/fukidashi-youtube.png) no-repeat center center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.top #sns-block .insta-line .youtube:before {
    background-image: url(../img/top/fukidashi-youtube@2x.png);
    background-size: 321px auto;
  }
}

@media screen and (max-width: 1200px) {
  main.top #sns-block .insta-line .youtube:before {
    background-size: 270px auto;
    left: -150px;
    top: -110px;
  }
}

main.top #sns-block .insta-line>div {
  width: 180px;
  margin: 0 10px;
  text-align: center;
}

main.top #sns-block .insta-line>div .title {
  line-height: 1.2;
  padding: 8px;
  color: #202f7b;
  background-color: #e5e7f3;
  position: relative;
  background-color: #e5e7f3;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

main.top #sns-block .insta-line>div .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  width: 0;
  height: 0;
  bottom: -14px;
  background-color: #fff;
  border-style: solid;
  border-width: 14px 7.5px 0 7.5px;
  border-color: #e5e7f3 transparent transparent transparent;
  margin-left: -7.5px;
}

main.top #sns-block .insta-line>div .item-icon {
  color: #202f7b;
  //width: 240px;
  margin: 0 auto;
}

main.top #sns-block .insta-line>div .img {
  padding-bottom: 0px;
}

main.top #sns-block .insta-line>div .txt {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.top #sns-block .insta-line>div .id {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

@media screen and (min-width: 751px) and (max-width: 980px) {
  /* main top
------------------------------------------------------------*/
  main.top {
    padding-top: 30px;
  }
  main.top #about .movie-block {
    margin-bottom: 30px;
  }
  main.top #about .movie-block .m-fukidashi {
    display: none;
  }
  main.top #characteristic .img-txt:nth-of-type(2n) .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.top #characteristic .img-txt:nth-of-type(2n) .item-txt {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.top #characteristic .img-txt .item-img {
    width: 50%;
    line-height: 0;
  }
  main.top #characteristic .img-txt .item-txt {
    padding: 10px 20px 20px;
  }
  main.top #news .tab-content .inside {
    padding: 0 10px;
  }
  main.top #sns-block .insta-line .youtube:before {
    display: none;
  }
  main.top #voice .voice-list:before {
    background-size: 180px auto;
    bottom: -60px;
    right: -10px;
    width: 180px;
  }
  main.top #voice .voice-list li {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.top #voice .voice-list li small {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}


/*sp*/

@media screen and (max-width: 750px) {
  /* main top
------------------------------------------------------------*/
  main.top #info-block .inner>div {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #info-block .inner>div:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #info-block .inner .item-title {
    width: 130px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  main.top #info-block .inner .item-title span {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #3b4b99;
  }
  main.top #info-block .inner .item-txt {
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.top #info-block .inner .item-txt .txt {
    padding-bottom: 5px;
  }
  main.top #info-block .inner .item-txt .txt b {
    display: none;
  }
  main.top #info-block .inner .info {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #info-block .inner .info .item-title b {
    display: none;
  }
  main.top #info-block .inner .info .item-txt {
    width: 100%;
    margin-left: 0;
    margin-top: -10px;
  }
  main.top #info-block .inner .info .item-txt .link {
    margin-left: 0;
  }
  main.top #info-block .inner .jigyousyo .item-txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -5px -10px;
  }
  main.top #info-block .inner .jigyousyo .item-txt .link {
    padding-bottom: 5px;
    margin: 0 5px 10px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.top #info-block .inner .jigyousyo .item-txt .link:first-of-type {
    width: auto;
  }
  main.top #info-block .inner .jigyousyo .item-txt .link a {
    font-size: 12.5px;
    font-size: 0.8928571429rem;
  }
  main.top #about .title {
    line-height: 1.2;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #about .title i {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 8px;
  }
  main.top #about .title i img {
    height: 22px;
    width: auto;
  }
  main.top #about .title span {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding-bottom: 7px;
  }
  main.top #about .sub-title {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    padding-bottom: 7px;
  }
  main.top #about .sub-title small {
    display: block;
  }
  main.top #about .movie-block {
    margin-bottom: 40px;
  }
  main.top #about .movie-block .m-fukidashi {
    display: none;
  }
  main.top #about .fukidashi {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 0 auto 30px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #about .fukidashi .item-txt1 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  main.top #about .fukidashi .item-txt1 br {
    display: none;
  }
  main.top #about .fukidashi .item-txt2 .check-list li {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold;
    padding-left: 30px;
  }
  main.top #about .fukidashi .item-txt2 .check-list li:not(:last-child) {
    padding-bottom: 7px;
  }
  main.top #about .txt-bottom {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
  main.top #about .point-list {
    margin: 0 -10px 25px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #about .point-list li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  main.top #about .point-list li .title {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
    margin: 40px 0 15px;
  }
  main.top #about .point-list li .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -28px;
    width: 100%;
    height: 0;
    font-size: 32px;
    font-size: 2.2857142857rem;
    font-weight: bold;
  }
  main.top #about .point-list li .txt {
    line-height: 1.5;
    padding: 0 0px 10px;
    font-size: 12.5px;
    font-size: 0.8928571429rem;
  }
  main.top #shien {
    /* .logo-txt{
      @include f_wrap;
      padding:20px 20px;
      @include rem(13);
      background-color: #fff;
      margin-bottom: 25px;
      .logo{
        @include basis(100%);
        margin-right: 0px;
        line-height: 0;
        margin-bottom: 10px;
        text-align: center;
      }
      .txt{
      }
    } */
  }
  main.top #shien .prease-read {
    margin-top: 20px;
  }
  main.top #shien .txt-block {
    margin-bottom: 30px;
    text-align: left;
  }
  main.top #shien .txt-block p {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
  main.top #shien .txt-block p:not(:last-child) {
    padding-bottom: 15px;
  }
  main.top #shien .txt-block p br {
    display: none;
  }
  main.top #shien .bnr-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
  }
  main.top #characteristic {
    padding-bottom: 15px;
  }
  main.top #characteristic .point-list {
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #characteristic .point-list li {
    width: 100%;
    margin: 0 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #characteristic .point-list li .point {
    line-height: 0;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    position: relative;
  }
  main.top #characteristic .point-list li .point:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: 24px;
    bottom: 0;
    background-color: #a7c000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  main.top #characteristic .point-list li .point img {
    position: relative;
    z-index: 2;
    height: 50px;
    width: auto;
  }
  main.top #characteristic .point-list li .title {
    width: 100%;
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding-bottom: 10px;
  }
  main.top #characteristic .point-list li .img {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  main.top #characteristic .point-list li .txt {
    font-size: 14px;
    font-size: 1rem;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: 15px;
  }
  main.top #characteristic .point-list li .txt strong {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
  main.top #characteristic .img-txt {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #characteristic .img-txt:nth-of-type(2n) .item-img {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.top #characteristic .img-txt:nth-of-type(2n) .item-txt {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.top #characteristic .img-txt .item-img {
    width: 100%;
    line-height: 0;
    margin-bottom: 15px;
  }
  main.top #characteristic .img-txt .item-txt {
    padding: 10px 0px;
    margin-bottom: 15px;
  }
  main.top #characteristic .img-txt .item-txt:after {
    clear: both;
    display: block;
    content: '';
  }
  main.top #characteristic .img-txt .item-txt .item-img {
    width: 140px;
    float: right;
    margin-left: 15px;
  }
  main.top #characteristic .img-txt .item-txt br {
    display: none;
  }
  main.top #characteristic .img-txt .item-txt .heading-lv06 br {
    display: inline;
  }
  main.top #characteristic .img-txt .item-txt .img {
    width: 140px;
    float: right;
    margin-left: 15px;
  }
  main.top #news .tabs {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  main.top #news .tabs ul {
    padding: 0;
    border-bottom: solid 1px #202f7b;
  }
  main.top #news .tabs ul li {
    letter-spacing: normal;
    width: 49.5%;
  }
  main.top #news .tabs ul li:first-child {
    margin-right: 0.5%;
  }
  main.top #news .tabs ul li:last-child {
    margin-left: 0.5%;
  }
  main.top #news .tabs ul li a {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    padding: 4px 0 4px;
    width: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.top #news .tab-content {
    padding-top: 0px;
    font-size: 14px;
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.top #news .tab-content .inside {
    padding: 0px;
  }
  main.top #news .tab-content .tab {
    display: none;
  }
  main.top #news .tab-content .tab.current {
    display: block;
  }
  main.top #news .tab-content .text-block {
    padding: 30px 35px;
  }
  main.top #voice {
    padding-bottom: 50px;
  }
  main.top #voice .voice-list:before {
    width: 100px;
    height: 120px;
    bottom: -100px;
    right: -10px;
    background-size: 100px auto;
  }
  main.top #voice .voice-list li {
    padding: 10px 10px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #202f7b;
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: bold;
  }
  main.top #voice .voice-list li small {
    padding-top: 3px;
    padding-left: 0px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    display: block;
  }
  main.top #voice .bottom-voice-txt {
    padding-right: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
  main.top #voice .bottom-voice-txt br {
    display: none;
  }
  main.top #voice .bottom-voice-txt>div {
    padding: 5px 10px;
  }
  main.top #voice .bottom-voice-txt>div small {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  main.top #traial .traial-box {
    padding: 20px 20px;
  }
  main.top #traial .traial-box .news-list {
    margin-bottom: 10px;
  }
  main.top #traial .traial-box .news-list li {
    padding: 5px 0 3px;
  }
  main.top #traial .traial-box .news-list li .txt {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.top #sns-block .insta-line {
    margin: 0 5px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #sns-block .insta-line .youtube {
    margin-top: 20px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    position: relative;
    width: 100%;
    padding-top: 55%;
  }
  main.top #sns-block .insta-line .youtube:before {
    display: none;
  }
  main.top #sns-block .insta-line>div {
    width: calc(33.3333% - 10px);
    margin: 5px;
  }
  /*main.top #sns-block .insta-line>div:first-child {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    margin-top: 2%;
  }*/
  main.top #sns-block .insta-line>div .title {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1rem;
  }
  main.top #sns-block .insta-line>div .item-icon {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.top #sns-block .insta-line>div .item-icon .item-icon_display {
    display: none;
  }
  main.top #sns-block .insta-line>div .img {
    padding-bottom: 0px;
    width: 55px;
    margin: 0 auto;
  }
  main.top #sns-block .insta-line>div .txt {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.top #sns-block .insta-line>div .id {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}