@charset "UTF-8";
/* sp */
@media only screen and (max-width: 1100px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------

                          モーダル

  ----------------------------------------------------------------*/
  .no-scroll {
    overflow: hidden;
  }
  .modal {
    padding: 15px;
    width: auto;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
    margin: 0 auto;
  }
  .modal .modal-content .modal-content__wrap {
    display: block;
  }
  .modal .modal-content .modal-content__wrap .modal__cast--img {
    width: auto;
  }
  .modal .modal-content .modal-content__wrap .modal__cast--text {
    width: auto;
    margin-top: 15px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .menu-btn {
    position: fixed;
  }
  .menu-content ul {
    width: auto;
  }
  header .header__inner {
    width: auto;
  }
  header .header__inner .header_logo {
    z-index: 1;
  }
  .sp {
    display: block;
  }
  .sp .header_logo__wrap {
    width: 125px;
  }
  .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  .show .sp {
    display: block;
  }
  .show .sp .header_logo__wrap {
    width: 125px;
    margin-left: 0;
  }
  .show .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .show .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0%; /*メニューを画面内へ*/
  }
  .hamburger-menu .sns__nav {
    width: 100px;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 10px;
  }
  .section__wrap .section__title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .section__wrap .section__title h2 {
    font-size: 3em;
    line-height: 1.2em;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: auto;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin: 0 10px;
  }
  .mainvisual .mainvisual__inner {
    width: auto;
    display: block;
    padding-bottom: 0;
  }
  .mainvisual .mainvisual__inner .mainvisual__title {
    width: 100%;
  }
  .mainvisual .mainvisual__inner .mainvisual__title img {
    width: 100%;
    height: auto;
  }
  .mainvisual__text--wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mainvisual__text--wrap .mainvisual__text {
    width: auto;
  }
  .mainvisual__text--wrap .mainvisual__text p {
    font-size: 30px;
    line-height: 32px;
  }
  .mainvisual__text--wrap .mainvisual__text--sub {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .mainvisual__text--wrap .mainvisual__text--sub p {
    font-size: 20px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          詳細
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .detail .detail__text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .detail .detail__text h3 {
    font-size: 1.5em;
    width: auto;
  }
  .detail .detail__text table {
    margin-top: 15px;
    background-color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .detail .detail__text table tr {
    padding: 10px;
    border-bottom: 1px solid #333;
    display: block;
  }
  .detail .detail__text table tr th {
    width: auto;
    display: block;
    text-align: center;
  }
  .detail .detail__text table tr td {
    width: auto;
    display: block;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コメント
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .comment {
    padding-top: 30px;
  }
  .comment .section__wrap .section__title h2 {
    padding: 15px 0;
    font-size: 1.5em;
  }
  .comment .comment__text {
    padding-top: 15px;
    display: block;
  }
  .comment .comment__text p {
    width: auto;
    margin-top: 15px;
  }
  .comment .comment__text .comment__img {
    width: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フローチャート
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .flowchart {
    padding-bottom: 30px;
  }
  .flowchart .section__wrap {
    position: relative;
    padding-top: 80px;
  }
  .flowchart .section__wrap h3 {
    font-size: 1.5em;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
  }
  .flowchart .section__wrap dl {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 3px solid #333;
  }
  .flowchart .section__wrap dl dt {
    width: auto;
    text-align: center;
    padding: 10px;
  }
  .flowchart .section__wrap dl dd {
    width: auto;
    text-align: center;
    padding: 10px;
  }
  .flowchart .section__wrap .arrow {
    position: relative;
    display: block;
    width: 78.8px;
    height: 34.1px;
    margin: 15px auto;
  }
  .flowchart .section__wrap .arrow::before,
  .flowchart .section__wrap .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 5px);
    width: 10px;
    height: 52px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 5px);
  }
  .flowchart .section__wrap .arrow::before {
    transform: rotate(55deg);
  }
  .flowchart .section__wrap .arrow::after {
    transform: rotate(-55deg);
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer .ponsorship__wrap {
    padding: 30px;
    padding-bottom: 100px;
  }
  .footer .ponsorship__wrap .section__wrap {
    width: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
  }
  .footer .ponsorship__wrap .section__wrap h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .footer .ponsorship__wrap .section__wrap ul {
    margin: 0 auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li {
    width: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li:first-child {
    margin-top: 0px;
  }
  .footer .ponsorship__wrap .section__wrap ul li:nth-child(2) {
    width: 40%;
    margin-top: 10px;
  }
  .footer .ponsorship__wrap .section__wrap ul li:nth-child(2) p {
    text-align: right;
  }
  .footer .ponsorship__wrap .section__wrap ul li:nth-child(2) img {
    border-left: none;
  }
  .footer .ponsorship__wrap .section__wrap ul li a {
    text-decoration: none;
    width: auto;
  }
  .footer .ponsorship__wrap .section__wrap ul li a p {
    color: #000;
    font-size: 3.5vw;
    text-align: center;
  }
  .footer .ponsorship__wrap .section__wrap ul li a img {
    width: 100%;
    height: auto;
  }
  .form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form .section__title {
    margin-bottom: 15px;
  }
  .form .section__title h2 {
    padding: 15px 0;
    font-size: 1.5em;
  }
}/*# sourceMappingURL=sp.css.map */