body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:hover {
  opacity: 0.8;
}

.l-wrapper {
  border: 1px solid #333;
  max-width: 958px;
  margin: 10px auto;
}
@media (max-width: 960px) {
  .l-wrapper {
    margin: 0;
    border: none;
  }
}

.l-header {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 960px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  display: block;
  margin: auto;
}
.l-header__inner {
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin: 0 0;
}
.l-content {
  width: 100%;
  max-width: 958px;
  margin: auto;
}
.l-content__inner {
  margin: 0 50px 50px;
  width: calc(100% - 100px);
  max-width: 860px;
}
@media (max-width: 960px) {
  .l-content__inner {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .l-content__inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.l-footer {
  width: 100%;
  max-width: 958px;
  margin: auto;
}
.l-footer__inner {
  margin: 0 50px;
  width: calc(100% - 100px);
  max-width: 860px;
  border-top: 1px solid #333;
  padding: 20px 0 50px;
}
@media (max-width: 960px) {
  .l-footer__inner {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .l-footer__inner {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
}

.header__img {
  width: 100%;
}

.site_ttl {
  text-align: center;
  padding-top: 0px;
  width: 100%;
  height: auto;
  margin: auto;
}
.site_ttl__img {
  width: 100%;
}

.site_subttl {
  text-align: center;
  padding-top: 0;
}

.eventday {
  padding-top: 20px;
  text-align: center;
}

.information {
  margin-top: 1.5em;
}
.information__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.information__date__label {
  background: #009FE8;
  color: #fff;
  padding: 4px 4px 3px;
  line-height: 1;
  border-radius: 3px;
  width: 2.9rem;
  display: inline-block;
  text-align: center;
}
.information__date__time {
  font-size: 1.2em;
  display: inline-block;
  width: 8em;
}
@media (max-width: 800px) {
  .information__date__time {
    font-size: 1em;
  }
}
.information__date__item {
  margin-bottom: 0.8em;
}
.information__note {
  margin-top: 0.8em;
}
@media (max-width: 800px) {
  .information__note-list {
    width: 100%;
  }
}
.information__note-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  margin-bottom: 1em;
}
.information__note-list dt {
  display: inline-block;
  background: #00AC97;
  color: #fff;
  padding: 4px 4px 3px;
  line-height: 1;
  border-radius: 3px;
  margin-right: 1em;
  width: 4em;
  text-align: center;
  vertical-align: top;
  margin-bottom: 0.5rem;
}
.information__note-list dt .is_two {
  display: inline-block;
  letter-spacing: 1em;
  margin-right: -1em;
}
.information__note-list dd {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
@media (max-width: 800px) {
  .information__note-list dd {
    width: calc(100% - 7em);
    vertical-align: top;
  }
}

.banner {
  margin-bottom: 1em;
  display: block;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  width: 32%;
}
@media (max-width: 768px) {
  .banner {
    width: 32%;
  }
}
@media (max-width: 450px) {
  .banner {
    width: 70%;
  }
}
.banner-sp {
  display: block;
  margin-bottom: 0.5em;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.banner__wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .banner__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .banner__wrap {
    margin-top: 20px;
    margin-bottom: 0px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.banner__wrap-sp {
  display: none;
}
@media (max-width: 450px) {
  .banner__wrap-sp {
    margin-top: 1em;
    display: block;
  }
}
.banner__img {
  width: 100%;
}
.banner__img:hover {
  opacity: 0.85;
}
.banner-space {
  display: block;
  width: 22%;
}
@media (max-width: 768px) {
  .banner-space {
    width: 32%;
  }
}
@media (max-width: 450px) {
  .banner-space {
    width: 45%;
  }
}

.info_ttl {
  color: #00AC97;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
}
.info_ttl__text {
  vertical-align: middle;
}
.info_ttl__text--ls {
  letter-spacing: 1em;
  vertical-align: middle;
}
.info_ttl__icon {
  display: inline-block;
  font-size: 70%;
  background: #FFF100;
  border-radius: 3px;
  margin: 0.2em;
  padding: 0.3em;
}
.info_ttl::before {
  content: url(../image/heading.svg);
  vertical-align: middle;
  margin-right: 0.5em;
}

.event_schedule {
  margin-bottom: 2em;
  font-size: 1.2em;
}
.event_schedule dt {
  color: #00AC97;
  width: 3.3em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}
.event_schedule dd {
  line-height: 1.5;
  margin-left: 3.3em;
}
.event_schedule__label {
  letter-spacing: 1em;
  margin-right: -1em;
}
.event_schedule__time {
  margin-left: 0.5em;
}

.event_time_schedule {
  line-height: 1;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event_time_schedule__item {
  padding: 10px 0;
}
@media (max-width: 640px) {
  .event_time_schedule__item {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 340px) {
  .event_time_schedule__break {
    display: block;
  }
}

.corporation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
}
@media (max-width: 800px) {
  .corporation_list {
    width: 100%;
  }
}
.corporation_list__ttl {
  margin-top: 2em;
  color: #FFF100;
  font-size: 1.1em;
  text-align: center;
  background: #00AC97;
  padding: 10px 0;
}
.corporation_list li {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.corporation_list__note {
  width: 30%;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .corporation_list__note {
    width: 100%;
  }
}
.corporation_list__note__text {
  font-size: 1em;
  text-align: left;
  margin: 1em 0;
  word-break: break-all;
}
.corporation_list__img {
  width: 100%;
  max-width: 114px;
  display: block;
}
.corporation_list__img:hover {
  opacity: 0.85;
}
.corporation_list__img-mini {
  width: 100%;
  max-width: 91px;
  display: block;
}
.corporation_list__img-mini:hover {
  opacity: 0.85;
}
.corporation_list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .corporation_list__wrap {
    display: block;
  }
}

.ms_team__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
@media (max-width: 960px) {
  .ms_team__flow {
    display: block;
  }
}
.ms_team__flow__step--1 {
  font-size: 0.9em;
}
@media (max-width: 960px) {
  .ms_team__flow__step--1 {
    display: none;
  }
}
.ms_team__flow__step--1--sp {
  display: none;
}
@media (max-width: 960px) {
  .ms_team__flow__step--1--sp {
    display: block;
  }
  .ms_team__flow__step--1--sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.ms_team__flow__step--1--sp__inner {
  border: 1px solid #1E2188;
  padding: 5px;
  color: #1E2188;
  text-align: center;
}
.ms_team__flow__step--2 {
  width: 45%;
  background: #FFE33B;
  color: #1E2188;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .ms_team__flow__step--2 {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 10px 5px 5px;
  }
}
.ms_team__flow__step--2__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.ms_team__flow__step--3 {
  width: 30%;
}
@media (max-width: 960px) {
  .ms_team__flow__step--3 {
    margin-left: 0;
    width: 100%;
    padding: 0 0 5px;
  }
}
.ms_team__flow__step--3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #009FE8;
  color: #fff;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 1px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .ms_team__flow__step--3__inner {
    width: calc(100% - 10px);
    padding: 5px;
  }
}
.ms_team__flow__step--3__inner__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.ms_team__flow__step--3::before {
  content: "";
  background-image: url(../image/light_blue_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
  float: left;
}
@media (max-width: 960px) {
  .ms_team__flow__step--3::before {
    float: none;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/light_blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.ms_team__flow__reader {
  vertical-align: top;
  display: inline-block;
}
.ms_team__dl {
  display: table;
  margin: 5px 0 0;
}
.ms_team__dl:hover {
  background: #fff;
  border-radius: 5px;
}
.ms_team__dl__img:hover {
  opacity: 0.85;
}

.menu-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 450px) {
  .menu-pc {
    display: none;
  }
}
.menu-sp {
  display: none;
}
@media (max-width: 450px) {
  .menu-sp {
    display: block;
  }
}
.menu-sp__item {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.menu-sp__item img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
          box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
}
.menu__item {
  width: 32%;
  height: auto;
  display: block;
  margin-bottom: 2.5em;
}
@media (max-width: 640px) {
  .menu__item {
    margin-bottom: 1em;
  }
}
.menu__item img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
          box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
}

.app__box {
  border: 2px solid #00AC97;
  position: relative;
  padding: 20px;
  margin: 60px 0 40px;
}
@media (max-width: 620px) {
  .app__box {
    padding-top: 2.5em;
  }
}
.app__ttl {
  position: absolute;
  display: table;
  padding: 10px;
  background: #fff;
  top: -20px;
  left: -10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #00AC97;
}
@media (max-width: 480px) {
  .app__ttl {
    font-size: 1em;
  }
}
@media (max-width: 430px) {
  .app__ttl {
    padding: 5px;
    top: -24px;
  }
}
.app__strong {
  font-size: 1.1em;
  line-height: 1.5;
}
.app__note {
  font-size: 0.9em;
  line-height: 1.5;
}

.zoom__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
@media (max-width: 960px) {
  .zoom__flow {
    display: block;
    margin-bottom: 40px;
  }
}
.zoom__flow__step--1 {
  font-size: 0.9em;
}
@media (max-width: 960px) {
  .zoom__flow__step--1 {
    display: none;
  }
}
.zoom__flow__step--1--sp {
  display: none;
}
@media (max-width: 960px) {
  .zoom__flow__step--1--sp {
    display: block;
  }
  .zoom__flow__step--1--sp::after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.zoom__flow__step--1--sp__inner {
  border: 1px solid #1E2188;
  padding: 5px;
  color: #1E2188;
  text-align: center;
}
.zoom__flow__step--2 {
  width: 45%;
  background: #FFE33B;
  color: #1E2188;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .zoom__flow__step--2 {
    margin-left: 0;
    width: calc(100% - 10px);
    padding: 10px 5px 5px;
  }
}
.zoom__flow__step--2__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.zoom__flow__step--3 {
  width: 30%;
}
@media (max-width: 960px) {
  .zoom__flow__step--3 {
    margin-left: 0;
    width: 100%;
    padding: 0 0 5px;
  }
}
.zoom__flow__step--3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  vertical-align: middle;
  background: #009FE8;
  color: #fff;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 1px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  .zoom__flow__step--3__inner {
    width: calc(100% - 10px);
    padding: 5px;
  }
}
.zoom__flow__step--3__inner__text {
  display: block;
  width: 100%;
  white-space: normal;
}
.zoom__flow__step--3::before {
  content: "";
  background-image: url(../image/light_blue_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  height: 100%;
  width: 20px;
  display: block;
  float: left;
}
@media (max-width: 960px) {
  .zoom__flow__step--3::before {
    float: none;
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../image/light_blue_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.zoom__flow__reader {
  vertical-align: top;
  display: inline-block;
}
.zoom__dl {
  display: inline-block;
  margin: 5px 0 0;
}
.zoom__dl:hover {
  background: #fff;
  border-radius: 5px;
}
.zoom__dl__img:hover {
  opacity: 0.85;
}

.promotion {
  font-size: 1.1em;
}
.promotion dt {
  width: 3.3em;
  float: left;
  clear: both;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}
.promotion dd {
  line-height: 1.5;
  display: block;
  margin-left: 3.3em;
}
.promotion__label {
  letter-spacing: 1em;
  margin-right: -1em;
}

.footer__img {
  width: 46px;
}

.twitter {
  width: 10px;
  vertical-align: top;
  margin-right: 1px;
}

.contact {
  display: table;
  margin: 0 auto;
}
.contact__icon, .contact__text {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
}
.contact__text-title {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #1E2188;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
}
.contact__text__ttl {
  display: inline-block;
}
.contact__text-top, .contact__text-bottom {
  display: block;
}
.contact__text__tel, .contact__text__time, .contact__text__url, .contact__text__twitter {
  display: inline-block;
  font-size: 0.7em;
}
.contact__text__tel a, .contact__text__time a, .contact__text__url a, .contact__text__twitter a {
  color: #222;
  text-decoration: none;
}
.contact__text__tel a:hover, .contact__text__time a:hover, .contact__text__url a:hover, .contact__text__twitter a:hover {
  opacity: 0.85;
}
.contact__text__tel-num, .contact__text__time-num, .contact__text__url-num, .contact__text__twitter-num {
  font-size: 130%;
  font-weight: bold;
}

.link, .link-5-sp, .link-5, .link-4-sp, .link-4, .link-3, .link-2, .link-1 {
  color: #00AC97;
  text-align: center;
  padding: 0;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.link img, .link-5-sp img, .link-5 img, .link-4-sp img, .link-4 img, .link-3 img, .link-2 img, .link-1 img {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
          box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.5);
}
.link-1 {
  width: 48%;
  height: auto;
}
.link-1::before {
  border-color: #009944;
}
.link-1::after {
  border-color: #009944;
}
.link-2 {
  width: 48%;
  height: auto;
}
.link-2::before {
  border-color: #EA5405;
}
.link-2::after {
  border-color: #EA5405;
}
.link-3 {
  width: 48%;
  height: auto;
}
.link-3::before {
  border-color: #E4007F;
}
.link-3::after {
  border-color: #E4007F;
}
.link-4 {
  width: 68%;
  height: auto;
}
.link-4::before {
  border-color: #E4007F;
}
.link-4::after {
  border-color: #E4007F;
}
.link-4-sp {
  width: 48%;
  height: auto;
}
.link-4-sp::before {
  border-color: #E4007F;
}
.link-4-sp::after {
  border-color: #E4007F;
}
.link-5 {
  width: 25%;
  height: auto;
}
.link-5::before {
  border-color: #ED6C01;
}
.link-5::after {
  border-color: #ED6C01;
}
.link-5-sp {
  width: 100%;
  height: auto;
}
.link-5-sp::before {
  border-color: #ED6C01;
  width: 8%;
  height: 90%;
}
.link-5-sp::after {
  border-color: #ED6C01;
  width: 8%;
  height: 90%;
}
.link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}
@media (max-width: 800px) {
  .link, .link-5-sp, .link-5, .link-4-sp, .link-4, .link-3, .link-2, .link-1 {
    font-size: 1em;
  }
}
.link__wrap {
  margin: 1em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .link__wrap {
    margin: 0 0 2em;
  }
}
@media (max-width: 640px) {
  .link__wrap {
    margin: 0 0 1em;
  }
}
.link__wrap-pc {
  margin: 1em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .link__wrap-pc {
    margin: 0 0 2em;
  }
}
@media (max-width: 640px) {
  .link__wrap-pc {
    margin: 0 0 1em;
  }
}
@media (max-width: 450px) {
  .link__wrap-pc {
    display: none;
  }
}
@media (max-width: 450px) {
  .link__wrap-sp {
    margin: 1em 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.map_print_sp {
  display: none;
}
@media (max-width: 450px) {
  .map_print_sp {
    display: block;
  }
}

.txt {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 2em;
}

.txt--last {
  font-size: 1.1em;
  line-height: 1.5;
}

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

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