@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);
@charset "UTF-8";
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

button {
  border: 0;
  font: unset;
  background-color: unset;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow-x: hidden;
}

_::-webkit-full-page-media, _:future, :root html {
  font-weight: 500;
}

body {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0em;
  overflow-x: hidden;
  position: initial;
  top: auto;
}
body[data-modalActive=true] {
  position: fixed;
  z-index: 10;
}
@media (max-width: 960px) {
  body {
    letter-spacing: 0;
  }
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}

img {
  height: auto;
  width: 100%;
}

input[type=text], textarea[type=text][type=checkbox], select[type=text],
input[type=email],
textarea[type=email][type=checkbox],
select[type=email],
input[type=tel],
textarea[type=tel][type=checkbox],
select[type=tel],
input[type=checkbox],
select[type=checkbox],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
input[type=text]:-webkit-autofill, select[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
select[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
select[type=tel]:-webkit-autofill,
input[type=checkbox]:-webkit-autofill,
select[type=checkbox]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

input[type=number]::-webkit-outer-spin-button, select[type=number]::-webkit-outer-spin-button, textarea[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
select[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number], select[type=number], textarea[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
このサイトでのみ使用したいmixinはここへ記述してください
*/
.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media (min-width: 961px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }

  .mr-0-pc {
    margin-right: 0px !important;
  }

  .mb-0-pc {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 960px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }

  .mr-0-sp {
    margin-right: 0px !important;
  }

  .mb-0-sp {
    margin-bottom: 0px !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

@media (min-width: 961px) {
  .mt-5-pc {
    margin-top: 5px !important;
  }

  .mr-5-pc {
    margin-right: 5px !important;
  }

  .mb-5-pc {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 960px) {
  .mt-5-sp {
    margin-top: 5px !important;
  }

  .mr-5-sp {
    margin-right: 5px !important;
  }

  .mb-5-sp {
    margin-bottom: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

@media (min-width: 961px) {
  .mt-10-pc {
    margin-top: 10px !important;
  }

  .mr-10-pc {
    margin-right: 10px !important;
  }

  .mb-10-pc {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 960px) {
  .mt-10-sp {
    margin-top: 10px !important;
  }

  .mr-10-sp {
    margin-right: 10px !important;
  }

  .mb-10-sp {
    margin-bottom: 10px !important;
  }
}
.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

@media (min-width: 961px) {
  .mt-15-pc {
    margin-top: 15px !important;
  }

  .mr-15-pc {
    margin-right: 15px !important;
  }

  .mb-15-pc {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 960px) {
  .mt-15-sp {
    margin-top: 15px !important;
  }

  .mr-15-sp {
    margin-right: 15px !important;
  }

  .mb-15-sp {
    margin-bottom: 15px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media (min-width: 961px) {
  .mt-20-pc {
    margin-top: 20px !important;
  }

  .mr-20-pc {
    margin-right: 20px !important;
  }

  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 960px) {
  .mt-20-sp {
    margin-top: 20px !important;
  }

  .mr-20-sp {
    margin-right: 20px !important;
  }

  .mb-20-sp {
    margin-bottom: 20px !important;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

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

@media (min-width: 961px) {
  .mt-25-pc {
    margin-top: 25px !important;
  }

  .mr-25-pc {
    margin-right: 25px !important;
  }

  .mb-25-pc {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 960px) {
  .mt-25-sp {
    margin-top: 25px !important;
  }

  .mr-25-sp {
    margin-right: 25px !important;
  }

  .mb-25-sp {
    margin-bottom: 25px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media (min-width: 961px) {
  .mt-30-pc {
    margin-top: 30px !important;
  }

  .mr-30-pc {
    margin-right: 30px !important;
  }

  .mb-30-pc {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  .mt-30-sp {
    margin-top: 30px !important;
  }

  .mr-30-sp {
    margin-right: 30px !important;
  }

  .mb-30-sp {
    margin-bottom: 30px !important;
  }
}
.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

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

@media (min-width: 961px) {
  .mt-35-pc {
    margin-top: 35px !important;
  }

  .mr-35-pc {
    margin-right: 35px !important;
  }

  .mb-35-pc {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 960px) {
  .mt-35-sp {
    margin-top: 35px !important;
  }

  .mr-35-sp {
    margin-right: 35px !important;
  }

  .mb-35-sp {
    margin-bottom: 35px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (min-width: 961px) {
  .mt-40-pc {
    margin-top: 40px !important;
  }

  .mr-40-pc {
    margin-right: 40px !important;
  }

  .mb-40-pc {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 960px) {
  .mt-40-sp {
    margin-top: 40px !important;
  }

  .mr-40-sp {
    margin-right: 40px !important;
  }

  .mb-40-sp {
    margin-bottom: 40px !important;
  }
}
.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

@media (min-width: 961px) {
  .mt-45-pc {
    margin-top: 45px !important;
  }

  .mr-45-pc {
    margin-right: 45px !important;
  }

  .mb-45-pc {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 960px) {
  .mt-45-sp {
    margin-top: 45px !important;
  }

  .mr-45-sp {
    margin-right: 45px !important;
  }

  .mb-45-sp {
    margin-bottom: 45px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 961px) {
  .mt-50-pc {
    margin-top: 50px !important;
  }

  .mr-50-pc {
    margin-right: 50px !important;
  }

  .mb-50-pc {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  .mt-50-sp {
    margin-top: 50px !important;
  }

  .mr-50-sp {
    margin-right: 50px !important;
  }

  .mb-50-sp {
    margin-bottom: 50px !important;
  }
}
.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

@media (min-width: 961px) {
  .mt-55-pc {
    margin-top: 55px !important;
  }

  .mr-55-pc {
    margin-right: 55px !important;
  }

  .mb-55-pc {
    margin-bottom: 55px !important;
  }
}
@media (max-width: 960px) {
  .mt-55-sp {
    margin-top: 55px !important;
  }

  .mr-55-sp {
    margin-right: 55px !important;
  }

  .mb-55-sp {
    margin-bottom: 55px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 961px) {
  .mt-60-pc {
    margin-top: 60px !important;
  }

  .mr-60-pc {
    margin-right: 60px !important;
  }

  .mb-60-pc {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 960px) {
  .mt-60-sp {
    margin-top: 60px !important;
  }

  .mr-60-sp {
    margin-right: 60px !important;
  }

  .mb-60-sp {
    margin-bottom: 60px !important;
  }
}
.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

@media (min-width: 961px) {
  .mt-65-pc {
    margin-top: 65px !important;
  }

  .mr-65-pc {
    margin-right: 65px !important;
  }

  .mb-65-pc {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 960px) {
  .mt-65-sp {
    margin-top: 65px !important;
  }

  .mr-65-sp {
    margin-right: 65px !important;
  }

  .mb-65-sp {
    margin-bottom: 65px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

@media (min-width: 961px) {
  .mt-70-pc {
    margin-top: 70px !important;
  }

  .mr-70-pc {
    margin-right: 70px !important;
  }

  .mb-70-pc {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 960px) {
  .mt-70-sp {
    margin-top: 70px !important;
  }

  .mr-70-sp {
    margin-right: 70px !important;
  }

  .mb-70-sp {
    margin-bottom: 70px !important;
  }
}
.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

@media (min-width: 961px) {
  .mt-75-pc {
    margin-top: 75px !important;
  }

  .mr-75-pc {
    margin-right: 75px !important;
  }

  .mb-75-pc {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 960px) {
  .mt-75-sp {
    margin-top: 75px !important;
  }

  .mr-75-sp {
    margin-right: 75px !important;
  }

  .mb-75-sp {
    margin-bottom: 75px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media (min-width: 961px) {
  .mt-80-pc {
    margin-top: 80px !important;
  }

  .mr-80-pc {
    margin-right: 80px !important;
  }

  .mb-80-pc {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 960px) {
  .mt-80-sp {
    margin-top: 80px !important;
  }

  .mr-80-sp {
    margin-right: 80px !important;
  }

  .mb-80-sp {
    margin-bottom: 80px !important;
  }
}
.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

@media (min-width: 961px) {
  .mt-85-pc {
    margin-top: 85px !important;
  }

  .mr-85-pc {
    margin-right: 85px !important;
  }

  .mb-85-pc {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 960px) {
  .mt-85-sp {
    margin-top: 85px !important;
  }

  .mr-85-sp {
    margin-right: 85px !important;
  }

  .mb-85-sp {
    margin-bottom: 85px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

@media (min-width: 961px) {
  .mt-90-pc {
    margin-top: 90px !important;
  }

  .mr-90-pc {
    margin-right: 90px !important;
  }

  .mb-90-pc {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 960px) {
  .mt-90-sp {
    margin-top: 90px !important;
  }

  .mr-90-sp {
    margin-right: 90px !important;
  }

  .mb-90-sp {
    margin-bottom: 90px !important;
  }
}
.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

@media (min-width: 961px) {
  .mt-95-pc {
    margin-top: 95px !important;
  }

  .mr-95-pc {
    margin-right: 95px !important;
  }

  .mb-95-pc {
    margin-bottom: 95px !important;
  }
}
@media (max-width: 960px) {
  .mt-95-sp {
    margin-top: 95px !important;
  }

  .mr-95-sp {
    margin-right: 95px !important;
  }

  .mb-95-sp {
    margin-bottom: 95px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (min-width: 961px) {
  .mt-100-pc {
    margin-top: 100px !important;
  }

  .mr-100-pc {
    margin-right: 100px !important;
  }

  .mb-100-pc {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 960px) {
  .mt-100-sp {
    margin-top: 100px !important;
  }

  .mr-100-sp {
    margin-right: 100px !important;
  }

  .mb-100-sp {
    margin-bottom: 100px !important;
  }
}
.mt-105 {
  margin-top: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

@media (min-width: 961px) {
  .mt-105-pc {
    margin-top: 105px !important;
  }

  .mr-105-pc {
    margin-right: 105px !important;
  }

  .mb-105-pc {
    margin-bottom: 105px !important;
  }
}
@media (max-width: 960px) {
  .mt-105-sp {
    margin-top: 105px !important;
  }

  .mr-105-sp {
    margin-right: 105px !important;
  }

  .mb-105-sp {
    margin-bottom: 105px !important;
  }
}
.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

@media (min-width: 961px) {
  .mt-110-pc {
    margin-top: 110px !important;
  }

  .mr-110-pc {
    margin-right: 110px !important;
  }

  .mb-110-pc {
    margin-bottom: 110px !important;
  }
}
@media (max-width: 960px) {
  .mt-110-sp {
    margin-top: 110px !important;
  }

  .mr-110-sp {
    margin-right: 110px !important;
  }

  .mb-110-sp {
    margin-bottom: 110px !important;
  }
}
.mt-115 {
  margin-top: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

@media (min-width: 961px) {
  .mt-115-pc {
    margin-top: 115px !important;
  }

  .mr-115-pc {
    margin-right: 115px !important;
  }

  .mb-115-pc {
    margin-bottom: 115px !important;
  }
}
@media (max-width: 960px) {
  .mt-115-sp {
    margin-top: 115px !important;
  }

  .mr-115-sp {
    margin-right: 115px !important;
  }

  .mb-115-sp {
    margin-bottom: 115px !important;
  }
}
.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

@media (min-width: 961px) {
  .mt-120-pc {
    margin-top: 120px !important;
  }

  .mr-120-pc {
    margin-right: 120px !important;
  }

  .mb-120-pc {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 960px) {
  .mt-120-sp {
    margin-top: 120px !important;
  }

  .mr-120-sp {
    margin-right: 120px !important;
  }

  .mb-120-sp {
    margin-bottom: 120px !important;
  }
}
.mt-125 {
  margin-top: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

@media (min-width: 961px) {
  .mt-125-pc {
    margin-top: 125px !important;
  }

  .mr-125-pc {
    margin-right: 125px !important;
  }

  .mb-125-pc {
    margin-bottom: 125px !important;
  }
}
@media (max-width: 960px) {
  .mt-125-sp {
    margin-top: 125px !important;
  }

  .mr-125-sp {
    margin-right: 125px !important;
  }

  .mb-125-sp {
    margin-bottom: 125px !important;
  }
}
.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

@media (min-width: 961px) {
  .mt-130-pc {
    margin-top: 130px !important;
  }

  .mr-130-pc {
    margin-right: 130px !important;
  }

  .mb-130-pc {
    margin-bottom: 130px !important;
  }
}
@media (max-width: 960px) {
  .mt-130-sp {
    margin-top: 130px !important;
  }

  .mr-130-sp {
    margin-right: 130px !important;
  }

  .mb-130-sp {
    margin-bottom: 130px !important;
  }
}
.mt-135 {
  margin-top: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

@media (min-width: 961px) {
  .mt-135-pc {
    margin-top: 135px !important;
  }

  .mr-135-pc {
    margin-right: 135px !important;
  }

  .mb-135-pc {
    margin-bottom: 135px !important;
  }
}
@media (max-width: 960px) {
  .mt-135-sp {
    margin-top: 135px !important;
  }

  .mr-135-sp {
    margin-right: 135px !important;
  }

  .mb-135-sp {
    margin-bottom: 135px !important;
  }
}
.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

@media (min-width: 961px) {
  .mt-140-pc {
    margin-top: 140px !important;
  }

  .mr-140-pc {
    margin-right: 140px !important;
  }

  .mb-140-pc {
    margin-bottom: 140px !important;
  }
}
@media (max-width: 960px) {
  .mt-140-sp {
    margin-top: 140px !important;
  }

  .mr-140-sp {
    margin-right: 140px !important;
  }

  .mb-140-sp {
    margin-bottom: 140px !important;
  }
}
.mt-145 {
  margin-top: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

@media (min-width: 961px) {
  .mt-145-pc {
    margin-top: 145px !important;
  }

  .mr-145-pc {
    margin-right: 145px !important;
  }

  .mb-145-pc {
    margin-bottom: 145px !important;
  }
}
@media (max-width: 960px) {
  .mt-145-sp {
    margin-top: 145px !important;
  }

  .mr-145-sp {
    margin-right: 145px !important;
  }

  .mb-145-sp {
    margin-bottom: 145px !important;
  }
}
.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

@media (min-width: 961px) {
  .mt-150-pc {
    margin-top: 150px !important;
  }

  .mr-150-pc {
    margin-right: 150px !important;
  }

  .mb-150-pc {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 960px) {
  .mt-150-sp {
    margin-top: 150px !important;
  }

  .mr-150-sp {
    margin-right: 150px !important;
  }

  .mb-150-sp {
    margin-bottom: 150px !important;
  }
}
.mt-155 {
  margin-top: 155px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

@media (min-width: 961px) {
  .mt-155-pc {
    margin-top: 155px !important;
  }

  .mr-155-pc {
    margin-right: 155px !important;
  }

  .mb-155-pc {
    margin-bottom: 155px !important;
  }
}
@media (max-width: 960px) {
  .mt-155-sp {
    margin-top: 155px !important;
  }

  .mr-155-sp {
    margin-right: 155px !important;
  }

  .mb-155-sp {
    margin-bottom: 155px !important;
  }
}
.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

@media (min-width: 961px) {
  .mt-160-pc {
    margin-top: 160px !important;
  }

  .mr-160-pc {
    margin-right: 160px !important;
  }

  .mb-160-pc {
    margin-bottom: 160px !important;
  }
}
@media (max-width: 960px) {
  .mt-160-sp {
    margin-top: 160px !important;
  }

  .mr-160-sp {
    margin-right: 160px !important;
  }

  .mb-160-sp {
    margin-bottom: 160px !important;
  }
}
.mt-165 {
  margin-top: 165px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

@media (min-width: 961px) {
  .mt-165-pc {
    margin-top: 165px !important;
  }

  .mr-165-pc {
    margin-right: 165px !important;
  }

  .mb-165-pc {
    margin-bottom: 165px !important;
  }
}
@media (max-width: 960px) {
  .mt-165-sp {
    margin-top: 165px !important;
  }

  .mr-165-sp {
    margin-right: 165px !important;
  }

  .mb-165-sp {
    margin-bottom: 165px !important;
  }
}
.mt-170 {
  margin-top: 170px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

@media (min-width: 961px) {
  .mt-170-pc {
    margin-top: 170px !important;
  }

  .mr-170-pc {
    margin-right: 170px !important;
  }

  .mb-170-pc {
    margin-bottom: 170px !important;
  }
}
@media (max-width: 960px) {
  .mt-170-sp {
    margin-top: 170px !important;
  }

  .mr-170-sp {
    margin-right: 170px !important;
  }

  .mb-170-sp {
    margin-bottom: 170px !important;
  }
}
.mt-175 {
  margin-top: 175px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

@media (min-width: 961px) {
  .mt-175-pc {
    margin-top: 175px !important;
  }

  .mr-175-pc {
    margin-right: 175px !important;
  }

  .mb-175-pc {
    margin-bottom: 175px !important;
  }
}
@media (max-width: 960px) {
  .mt-175-sp {
    margin-top: 175px !important;
  }

  .mr-175-sp {
    margin-right: 175px !important;
  }

  .mb-175-sp {
    margin-bottom: 175px !important;
  }
}
.mt-180 {
  margin-top: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

@media (min-width: 961px) {
  .mt-180-pc {
    margin-top: 180px !important;
  }

  .mr-180-pc {
    margin-right: 180px !important;
  }

  .mb-180-pc {
    margin-bottom: 180px !important;
  }
}
@media (max-width: 960px) {
  .mt-180-sp {
    margin-top: 180px !important;
  }

  .mr-180-sp {
    margin-right: 180px !important;
  }

  .mb-180-sp {
    margin-bottom: 180px !important;
  }
}
.mt-185 {
  margin-top: 185px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

@media (min-width: 961px) {
  .mt-185-pc {
    margin-top: 185px !important;
  }

  .mr-185-pc {
    margin-right: 185px !important;
  }

  .mb-185-pc {
    margin-bottom: 185px !important;
  }
}
@media (max-width: 960px) {
  .mt-185-sp {
    margin-top: 185px !important;
  }

  .mr-185-sp {
    margin-right: 185px !important;
  }

  .mb-185-sp {
    margin-bottom: 185px !important;
  }
}
.mt-190 {
  margin-top: 190px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

@media (min-width: 961px) {
  .mt-190-pc {
    margin-top: 190px !important;
  }

  .mr-190-pc {
    margin-right: 190px !important;
  }

  .mb-190-pc {
    margin-bottom: 190px !important;
  }
}
@media (max-width: 960px) {
  .mt-190-sp {
    margin-top: 190px !important;
  }

  .mr-190-sp {
    margin-right: 190px !important;
  }

  .mb-190-sp {
    margin-bottom: 190px !important;
  }
}
.mt-195 {
  margin-top: 195px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

@media (min-width: 961px) {
  .mt-195-pc {
    margin-top: 195px !important;
  }

  .mr-195-pc {
    margin-right: 195px !important;
  }

  .mb-195-pc {
    margin-bottom: 195px !important;
  }
}
@media (max-width: 960px) {
  .mt-195-sp {
    margin-top: 195px !important;
  }

  .mr-195-sp {
    margin-right: 195px !important;
  }

  .mb-195-sp {
    margin-bottom: 195px !important;
  }
}
.mt-200 {
  margin-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

@media (min-width: 961px) {
  .mt-200-pc {
    margin-top: 200px !important;
  }

  .mr-200-pc {
    margin-right: 200px !important;
  }

  .mb-200-pc {
    margin-bottom: 200px !important;
  }
}
@media (max-width: 960px) {
  .mt-200-sp {
    margin-top: 200px !important;
  }

  .mr-200-sp {
    margin-right: 200px !important;
  }

  .mb-200-sp {
    margin-bottom: 200px !important;
  }
}
.m-auto {
  margin: auto;
}

@media (max-width: 960px) {
  .m-auto-sp {
    margin: auto;
  }
}
.mp-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media (min-width: 961px) {
  .pt-0-pc {
    padding-top: 0px !important;
  }

  .pr-0-pc {
    padding-right: 0px !important;
  }

  .pb-0-pc {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 960px) {
  .pt-0-sp {
    padding-top: 0px !important;
  }

  .pr-0-sp {
    padding-right: 0px !important;
  }

  .pb-0-sp {
    padding-bottom: 0px !important;
  }
}
.mp-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

@media (min-width: 961px) {
  .pt-5-pc {
    padding-top: 5px !important;
  }

  .pr-5-pc {
    padding-right: 5px !important;
  }

  .pb-5-pc {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 960px) {
  .pt-5-sp {
    padding-top: 5px !important;
  }

  .pr-5-sp {
    padding-right: 5px !important;
  }

  .pb-5-sp {
    padding-bottom: 5px !important;
  }
}
.mp-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

@media (min-width: 961px) {
  .pt-10-pc {
    padding-top: 10px !important;
  }

  .pr-10-pc {
    padding-right: 10px !important;
  }

  .pb-10-pc {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 960px) {
  .pt-10-sp {
    padding-top: 10px !important;
  }

  .pr-10-sp {
    padding-right: 10px !important;
  }

  .pb-10-sp {
    padding-bottom: 10px !important;
  }
}
.mp-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

@media (min-width: 961px) {
  .pt-15-pc {
    padding-top: 15px !important;
  }

  .pr-15-pc {
    padding-right: 15px !important;
  }

  .pb-15-pc {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 960px) {
  .pt-15-sp {
    padding-top: 15px !important;
  }

  .pr-15-sp {
    padding-right: 15px !important;
  }

  .pb-15-sp {
    padding-bottom: 15px !important;
  }
}
.mp-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

@media (min-width: 961px) {
  .pt-20-pc {
    padding-top: 20px !important;
  }

  .pr-20-pc {
    padding-right: 20px !important;
  }

  .pb-20-pc {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 960px) {
  .pt-20-sp {
    padding-top: 20px !important;
  }

  .pr-20-sp {
    padding-right: 20px !important;
  }

  .pb-20-sp {
    padding-bottom: 20px !important;
  }
}
.mp-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

@media (min-width: 961px) {
  .pt-25-pc {
    padding-top: 25px !important;
  }

  .pr-25-pc {
    padding-right: 25px !important;
  }

  .pb-25-pc {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 960px) {
  .pt-25-sp {
    padding-top: 25px !important;
  }

  .pr-25-sp {
    padding-right: 25px !important;
  }

  .pb-25-sp {
    padding-bottom: 25px !important;
  }
}
.mp-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media (min-width: 961px) {
  .pt-30-pc {
    padding-top: 30px !important;
  }

  .pr-30-pc {
    padding-right: 30px !important;
  }

  .pb-30-pc {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 960px) {
  .pt-30-sp {
    padding-top: 30px !important;
  }

  .pr-30-sp {
    padding-right: 30px !important;
  }

  .pb-30-sp {
    padding-bottom: 30px !important;
  }
}
.mp-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

@media (min-width: 961px) {
  .pt-35-pc {
    padding-top: 35px !important;
  }

  .pr-35-pc {
    padding-right: 35px !important;
  }

  .pb-35-pc {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 960px) {
  .pt-35-sp {
    padding-top: 35px !important;
  }

  .pr-35-sp {
    padding-right: 35px !important;
  }

  .pb-35-sp {
    padding-bottom: 35px !important;
  }
}
.mp-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

@media (min-width: 961px) {
  .pt-40-pc {
    padding-top: 40px !important;
  }

  .pr-40-pc {
    padding-right: 40px !important;
  }

  .pb-40-pc {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 960px) {
  .pt-40-sp {
    padding-top: 40px !important;
  }

  .pr-40-sp {
    padding-right: 40px !important;
  }

  .pb-40-sp {
    padding-bottom: 40px !important;
  }
}
.mp-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

@media (min-width: 961px) {
  .pt-45-pc {
    padding-top: 45px !important;
  }

  .pr-45-pc {
    padding-right: 45px !important;
  }

  .pb-45-pc {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 960px) {
  .pt-45-sp {
    padding-top: 45px !important;
  }

  .pr-45-sp {
    padding-right: 45px !important;
  }

  .pb-45-sp {
    padding-bottom: 45px !important;
  }
}
.mp-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

@media (min-width: 961px) {
  .pt-50-pc {
    padding-top: 50px !important;
  }

  .pr-50-pc {
    padding-right: 50px !important;
  }

  .pb-50-pc {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 960px) {
  .pt-50-sp {
    padding-top: 50px !important;
  }

  .pr-50-sp {
    padding-right: 50px !important;
  }

  .pb-50-sp {
    padding-bottom: 50px !important;
  }
}
.mp-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

@media (min-width: 961px) {
  .pt-55-pc {
    padding-top: 55px !important;
  }

  .pr-55-pc {
    padding-right: 55px !important;
  }

  .pb-55-pc {
    padding-bottom: 55px !important;
  }
}
@media (max-width: 960px) {
  .pt-55-sp {
    padding-top: 55px !important;
  }

  .pr-55-sp {
    padding-right: 55px !important;
  }

  .pb-55-sp {
    padding-bottom: 55px !important;
  }
}
.mp-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

@media (min-width: 961px) {
  .pt-60-pc {
    padding-top: 60px !important;
  }

  .pr-60-pc {
    padding-right: 60px !important;
  }

  .pb-60-pc {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 960px) {
  .pt-60-sp {
    padding-top: 60px !important;
  }

  .pr-60-sp {
    padding-right: 60px !important;
  }

  .pb-60-sp {
    padding-bottom: 60px !important;
  }
}
.mp-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

@media (min-width: 961px) {
  .pt-65-pc {
    padding-top: 65px !important;
  }

  .pr-65-pc {
    padding-right: 65px !important;
  }

  .pb-65-pc {
    padding-bottom: 65px !important;
  }
}
@media (max-width: 960px) {
  .pt-65-sp {
    padding-top: 65px !important;
  }

  .pr-65-sp {
    padding-right: 65px !important;
  }

  .pb-65-sp {
    padding-bottom: 65px !important;
  }
}
.mp-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

@media (min-width: 961px) {
  .pt-70-pc {
    padding-top: 70px !important;
  }

  .pr-70-pc {
    padding-right: 70px !important;
  }

  .pb-70-pc {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 960px) {
  .pt-70-sp {
    padding-top: 70px !important;
  }

  .pr-70-sp {
    padding-right: 70px !important;
  }

  .pb-70-sp {
    padding-bottom: 70px !important;
  }
}
.mp-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

@media (min-width: 961px) {
  .pt-75-pc {
    padding-top: 75px !important;
  }

  .pr-75-pc {
    padding-right: 75px !important;
  }

  .pb-75-pc {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 960px) {
  .pt-75-sp {
    padding-top: 75px !important;
  }

  .pr-75-sp {
    padding-right: 75px !important;
  }

  .pb-75-sp {
    padding-bottom: 75px !important;
  }
}
.mp-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

@media (min-width: 961px) {
  .pt-80-pc {
    padding-top: 80px !important;
  }

  .pr-80-pc {
    padding-right: 80px !important;
  }

  .pb-80-pc {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 960px) {
  .pt-80-sp {
    padding-top: 80px !important;
  }

  .pr-80-sp {
    padding-right: 80px !important;
  }

  .pb-80-sp {
    padding-bottom: 80px !important;
  }
}
.mp-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

@media (min-width: 961px) {
  .pt-85-pc {
    padding-top: 85px !important;
  }

  .pr-85-pc {
    padding-right: 85px !important;
  }

  .pb-85-pc {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 960px) {
  .pt-85-sp {
    padding-top: 85px !important;
  }

  .pr-85-sp {
    padding-right: 85px !important;
  }

  .pb-85-sp {
    padding-bottom: 85px !important;
  }
}
.mp-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

@media (min-width: 961px) {
  .pt-90-pc {
    padding-top: 90px !important;
  }

  .pr-90-pc {
    padding-right: 90px !important;
  }

  .pb-90-pc {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 960px) {
  .pt-90-sp {
    padding-top: 90px !important;
  }

  .pr-90-sp {
    padding-right: 90px !important;
  }

  .pb-90-sp {
    padding-bottom: 90px !important;
  }
}
.mp-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

@media (min-width: 961px) {
  .pt-95-pc {
    padding-top: 95px !important;
  }

  .pr-95-pc {
    padding-right: 95px !important;
  }

  .pb-95-pc {
    padding-bottom: 95px !important;
  }
}
@media (max-width: 960px) {
  .pt-95-sp {
    padding-top: 95px !important;
  }

  .pr-95-sp {
    padding-right: 95px !important;
  }

  .pb-95-sp {
    padding-bottom: 95px !important;
  }
}
.mp-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media (min-width: 961px) {
  .pt-100-pc {
    padding-top: 100px !important;
  }

  .pr-100-pc {
    padding-right: 100px !important;
  }

  .pb-100-pc {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 960px) {
  .pt-100-sp {
    padding-top: 100px !important;
  }

  .pr-100-sp {
    padding-right: 100px !important;
  }

  .pb-100-sp {
    padding-bottom: 100px !important;
  }
}
.mp-105 {
  padding-top: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

@media (min-width: 961px) {
  .pt-105-pc {
    padding-top: 105px !important;
  }

  .pr-105-pc {
    padding-right: 105px !important;
  }

  .pb-105-pc {
    padding-bottom: 105px !important;
  }
}
@media (max-width: 960px) {
  .pt-105-sp {
    padding-top: 105px !important;
  }

  .pr-105-sp {
    padding-right: 105px !important;
  }

  .pb-105-sp {
    padding-bottom: 105px !important;
  }
}
.mp-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

@media (min-width: 961px) {
  .pt-110-pc {
    padding-top: 110px !important;
  }

  .pr-110-pc {
    padding-right: 110px !important;
  }

  .pb-110-pc {
    padding-bottom: 110px !important;
  }
}
@media (max-width: 960px) {
  .pt-110-sp {
    padding-top: 110px !important;
  }

  .pr-110-sp {
    padding-right: 110px !important;
  }

  .pb-110-sp {
    padding-bottom: 110px !important;
  }
}
.mp-115 {
  padding-top: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

@media (min-width: 961px) {
  .pt-115-pc {
    padding-top: 115px !important;
  }

  .pr-115-pc {
    padding-right: 115px !important;
  }

  .pb-115-pc {
    padding-bottom: 115px !important;
  }
}
@media (max-width: 960px) {
  .pt-115-sp {
    padding-top: 115px !important;
  }

  .pr-115-sp {
    padding-right: 115px !important;
  }

  .pb-115-sp {
    padding-bottom: 115px !important;
  }
}
.mp-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

@media (min-width: 961px) {
  .pt-120-pc {
    padding-top: 120px !important;
  }

  .pr-120-pc {
    padding-right: 120px !important;
  }

  .pb-120-pc {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 960px) {
  .pt-120-sp {
    padding-top: 120px !important;
  }

  .pr-120-sp {
    padding-right: 120px !important;
  }

  .pb-120-sp {
    padding-bottom: 120px !important;
  }
}
.mp-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

@media (min-width: 961px) {
  .pt-125-pc {
    padding-top: 125px !important;
  }

  .pr-125-pc {
    padding-right: 125px !important;
  }

  .pb-125-pc {
    padding-bottom: 125px !important;
  }
}
@media (max-width: 960px) {
  .pt-125-sp {
    padding-top: 125px !important;
  }

  .pr-125-sp {
    padding-right: 125px !important;
  }

  .pb-125-sp {
    padding-bottom: 125px !important;
  }
}
.mp-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

@media (min-width: 961px) {
  .pt-130-pc {
    padding-top: 130px !important;
  }

  .pr-130-pc {
    padding-right: 130px !important;
  }

  .pb-130-pc {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 960px) {
  .pt-130-sp {
    padding-top: 130px !important;
  }

  .pr-130-sp {
    padding-right: 130px !important;
  }

  .pb-130-sp {
    padding-bottom: 130px !important;
  }
}
.mp-135 {
  padding-top: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

@media (min-width: 961px) {
  .pt-135-pc {
    padding-top: 135px !important;
  }

  .pr-135-pc {
    padding-right: 135px !important;
  }

  .pb-135-pc {
    padding-bottom: 135px !important;
  }
}
@media (max-width: 960px) {
  .pt-135-sp {
    padding-top: 135px !important;
  }

  .pr-135-sp {
    padding-right: 135px !important;
  }

  .pb-135-sp {
    padding-bottom: 135px !important;
  }
}
.mp-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

@media (min-width: 961px) {
  .pt-140-pc {
    padding-top: 140px !important;
  }

  .pr-140-pc {
    padding-right: 140px !important;
  }

  .pb-140-pc {
    padding-bottom: 140px !important;
  }
}
@media (max-width: 960px) {
  .pt-140-sp {
    padding-top: 140px !important;
  }

  .pr-140-sp {
    padding-right: 140px !important;
  }

  .pb-140-sp {
    padding-bottom: 140px !important;
  }
}
.mp-145 {
  padding-top: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

@media (min-width: 961px) {
  .pt-145-pc {
    padding-top: 145px !important;
  }

  .pr-145-pc {
    padding-right: 145px !important;
  }

  .pb-145-pc {
    padding-bottom: 145px !important;
  }
}
@media (max-width: 960px) {
  .pt-145-sp {
    padding-top: 145px !important;
  }

  .pr-145-sp {
    padding-right: 145px !important;
  }

  .pb-145-sp {
    padding-bottom: 145px !important;
  }
}
.mp-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

@media (min-width: 961px) {
  .pt-150-pc {
    padding-top: 150px !important;
  }

  .pr-150-pc {
    padding-right: 150px !important;
  }

  .pb-150-pc {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 960px) {
  .pt-150-sp {
    padding-top: 150px !important;
  }

  .pr-150-sp {
    padding-right: 150px !important;
  }

  .pb-150-sp {
    padding-bottom: 150px !important;
  }
}
.mp-155 {
  padding-top: 155px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

@media (min-width: 961px) {
  .pt-155-pc {
    padding-top: 155px !important;
  }

  .pr-155-pc {
    padding-right: 155px !important;
  }

  .pb-155-pc {
    padding-bottom: 155px !important;
  }
}
@media (max-width: 960px) {
  .pt-155-sp {
    padding-top: 155px !important;
  }

  .pr-155-sp {
    padding-right: 155px !important;
  }

  .pb-155-sp {
    padding-bottom: 155px !important;
  }
}
.mp-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

@media (min-width: 961px) {
  .pt-160-pc {
    padding-top: 160px !important;
  }

  .pr-160-pc {
    padding-right: 160px !important;
  }

  .pb-160-pc {
    padding-bottom: 160px !important;
  }
}
@media (max-width: 960px) {
  .pt-160-sp {
    padding-top: 160px !important;
  }

  .pr-160-sp {
    padding-right: 160px !important;
  }

  .pb-160-sp {
    padding-bottom: 160px !important;
  }
}
.mp-165 {
  padding-top: 165px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

@media (min-width: 961px) {
  .pt-165-pc {
    padding-top: 165px !important;
  }

  .pr-165-pc {
    padding-right: 165px !important;
  }

  .pb-165-pc {
    padding-bottom: 165px !important;
  }
}
@media (max-width: 960px) {
  .pt-165-sp {
    padding-top: 165px !important;
  }

  .pr-165-sp {
    padding-right: 165px !important;
  }

  .pb-165-sp {
    padding-bottom: 165px !important;
  }
}
.mp-170 {
  padding-top: 170px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

@media (min-width: 961px) {
  .pt-170-pc {
    padding-top: 170px !important;
  }

  .pr-170-pc {
    padding-right: 170px !important;
  }

  .pb-170-pc {
    padding-bottom: 170px !important;
  }
}
@media (max-width: 960px) {
  .pt-170-sp {
    padding-top: 170px !important;
  }

  .pr-170-sp {
    padding-right: 170px !important;
  }

  .pb-170-sp {
    padding-bottom: 170px !important;
  }
}
.mp-175 {
  padding-top: 175px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

@media (min-width: 961px) {
  .pt-175-pc {
    padding-top: 175px !important;
  }

  .pr-175-pc {
    padding-right: 175px !important;
  }

  .pb-175-pc {
    padding-bottom: 175px !important;
  }
}
@media (max-width: 960px) {
  .pt-175-sp {
    padding-top: 175px !important;
  }

  .pr-175-sp {
    padding-right: 175px !important;
  }

  .pb-175-sp {
    padding-bottom: 175px !important;
  }
}
.mp-180 {
  padding-top: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

@media (min-width: 961px) {
  .pt-180-pc {
    padding-top: 180px !important;
  }

  .pr-180-pc {
    padding-right: 180px !important;
  }

  .pb-180-pc {
    padding-bottom: 180px !important;
  }
}
@media (max-width: 960px) {
  .pt-180-sp {
    padding-top: 180px !important;
  }

  .pr-180-sp {
    padding-right: 180px !important;
  }

  .pb-180-sp {
    padding-bottom: 180px !important;
  }
}
.mp-185 {
  padding-top: 185px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

@media (min-width: 961px) {
  .pt-185-pc {
    padding-top: 185px !important;
  }

  .pr-185-pc {
    padding-right: 185px !important;
  }

  .pb-185-pc {
    padding-bottom: 185px !important;
  }
}
@media (max-width: 960px) {
  .pt-185-sp {
    padding-top: 185px !important;
  }

  .pr-185-sp {
    padding-right: 185px !important;
  }

  .pb-185-sp {
    padding-bottom: 185px !important;
  }
}
.mp-190 {
  padding-top: 190px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

@media (min-width: 961px) {
  .pt-190-pc {
    padding-top: 190px !important;
  }

  .pr-190-pc {
    padding-right: 190px !important;
  }

  .pb-190-pc {
    padding-bottom: 190px !important;
  }
}
@media (max-width: 960px) {
  .pt-190-sp {
    padding-top: 190px !important;
  }

  .pr-190-sp {
    padding-right: 190px !important;
  }

  .pb-190-sp {
    padding-bottom: 190px !important;
  }
}
.mp-195 {
  padding-top: 195px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

@media (min-width: 961px) {
  .pt-195-pc {
    padding-top: 195px !important;
  }

  .pr-195-pc {
    padding-right: 195px !important;
  }

  .pb-195-pc {
    padding-bottom: 195px !important;
  }
}
@media (max-width: 960px) {
  .pt-195-sp {
    padding-top: 195px !important;
  }

  .pr-195-sp {
    padding-right: 195px !important;
  }

  .pb-195-sp {
    padding-bottom: 195px !important;
  }
}
.mp-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

@media (min-width: 961px) {
  .pt-200-pc {
    padding-top: 200px !important;
  }

  .pr-200-pc {
    padding-right: 200px !important;
  }

  .pb-200-pc {
    padding-bottom: 200px !important;
  }
}
@media (max-width: 960px) {
  .pt-200-sp {
    padding-top: 200px !important;
  }

  .pr-200-sp {
    padding-right: 200px !important;
  }

  .pb-200-sp {
    padding-bottom: 200px !important;
  }
}
.p-auto {
  padding: auto;
}

@media (max-width: 960px) {
  .p-auto-sp {
    padding: auto;
  }
}
.btn {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  background-color: #F08317;
  border-radius: 4px;
  min-width: 102px;
  line-height: 1.2;
  padding: 7px 8px 8px;
  border: solid 2px #F08317;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 641px) {
  .btn:hover {
    text-decoration: none;
    background-color: transparent;
    color: #F08317;
  }
}
.btn + .btn {
  margin-left: 9px;
}
.btn--border {
  background-color: transparent;
  color: #F08317;
}
@media (min-width: 641px) {
  .btn--border:hover {
    background-color: #F08317;
    color: #fff;
  }
}
.btn-more {
  border: solid 1px #E2E2E2;
  background-color: #F7F7F7;
  font-weight: bold;
  border-radius: 0;
  display: block;
  padding: 7px 8px 8px;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 641px) {
  .btn-more:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
@media (max-width: 640px) {
  .btn-more {
    padding: 11px 8px 11px;
    max-width: 100%;
    border: 0;
  }
}

input, input[type=checkbox], textarea[type=checkbox], select[type=checkbox], select, select[type=text], select[type=email], select[type=number], select[type=tel], select[type=password], textarea, textarea[type=text], textarea[type=email], textarea[type=number], textarea[type=tel], textarea[type=password], input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password] {
  font-size: 1.4rem;
  height: 36px;
  border: solid 1px #E2E2E2;
  border-radius: 4px;
  background-color: transparent;
}
textarea {
  padding: 10px;
  height: 144px;
}
@media (max-width: 960px) {
  textarea {
    height: 183px;
  }
}

select {
  min-width: 280px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.014%22%20height%3D%225.715%22%20viewBox%3D%220%200%2010.014%205.715%22%3E%20%3Cpath%20id%3D%22%E3%83%89%E3%83%AD%E3%83%83%E3%83%97%E3%83%80%E3%82%A6%E3%83%B3%E3%82%A2%E3%83%AD%E3%83%BC%22%20d%3D%22M-21294.541-23362l4.654%2C4.654%2C4.652-4.654%22%20transform%3D%22translate(21294.895%2023362.354)%22%20fill%3D%22none%22%20stroke%3D%22%233b3e43%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px center;
  background-size: 10px;
  background-repeat: no-repeat;
}

input[type=checkbox], textarea[type=checkbox], select[type=checkbox] {
  padding: 0;
  width: 16px;
  height: 16px;
}
input[type=checkbox]:checked, textarea[type=checkbox]:checked, select[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_739%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20739%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23ed5e20%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_740%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20740%22%20width%3D%228%22%20height%3D%222%22%20transform%3D%22translate(2.697%205.525)%20rotate(45)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_741%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20741%22%20width%3D%2211%22%20height%3D%222%22%20transform%3D%22translate(14.717%204.818)%20rotate(135)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

input[type=submit], textarea[type=submit], select[type=submit] {
  padding: 0 40px;
}

.form-message {
  padding: 20px;
  border: solid 1px;
  display: inline-block;
  margin: 0 0 40px;
}
.form-message--success {
  border-color: #37BC17;
}
.form__intro {
  padding-bottom: 32px;
}
.form__intro h1 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.05em;
  margin-bottom: 9px;
}
@media (max-width: 960px) {
  .form__intro h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.form__intro p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .form__intro p {
    letter-spacing: 0.05em;
  }
}
.form__intro p a {
  color: #E63556;
}
.form__intro p.marker {
  background: linear-gradient(transparent 40%, #ffe2c9 0%);
  display: inline;
  font-weight: bold;
  padding: 0 4px 5px;
}
.form .block-title {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
}
@media (max-width: 960px) {
  .form .block-title {
    line-height: 16px;
    letter-spacing: -0.05em;
    margin: 0;
  }
}
.form-table {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  width: 100%;
  padding: 0 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .form-table {
    border: none;
    width: 100%;
    padding: 0;
  }
}
.form-table tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-table tr.align-items-end {
  align-items: flex-end;
}
.form-table td {
  width: calc(50% - 10px);
}
@media (max-width: 960px) {
  .form-table td {
    width: 100%;
  }
}
.form-table td input, .form-table td textarea, .form-table td select {
  display: inline-block;
  width: 100%;
  background-color: #F8F8F8;
  padding: 0 15px;
  border: 2px solid #E2E2E2;
}
.form-table td input.error, .form-table td textarea.error, .form-table td select.error {
  background-color: rgba(230, 53, 86, 0.1);
}
.form-table td input::-moz-placeholder, .form-table td textarea::-moz-placeholder, .form-table td select::-moz-placeholder {
  color: #999999;
}
.form-table td input:-ms-input-placeholder, .form-table td textarea:-ms-input-placeholder, .form-table td select:-ms-input-placeholder {
  color: #999999;
}
.form-table td input::placeholder, .form-table td textarea::placeholder, .form-table td select::placeholder {
  color: #999999;
}
.form-table td input:not(:-moz-placeholder-shown), .form-table td textarea:not(:-moz-placeholder-shown), .form-table td select:not(:-moz-placeholder-shown) {
  background-color: #fff;
}
.form-table td input:not(:-ms-input-placeholder), .form-table td textarea:not(:-ms-input-placeholder), .form-table td select:not(:-ms-input-placeholder) {
  background-color: #fff;
}
.form-table td input:focus, .form-table td textarea:focus, .form-table td select:focus, .form-table td input:not(:placeholder-shown), .form-table td textarea:not(:placeholder-shown), .form-table td select:not(:placeholder-shown) {
  background-color: #fff;
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 0) {
  .form-table td input, .form-table td textarea, .form-table td select {
    font-size: 16px;
  }
}
.form-table td.w-100 {
  width: 100%;
}
@media (max-width: 960px) {
  .form-table td.select-second {
    margin: 10px 0 -10px;
  }
}
.form-table .item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.form-table .item-date {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.form-table .item-date input, .form-table .item-date textarea, .form-table .item-date select {
  width: 80px;
}
.form-table .item-date input:nth-of-type(n + 2), .form-table .item-date textarea:nth-of-type(n + 2), .form-table .item-date select:nth-of-type(n + 2) {
  width: 55px;
}
.form-table .item-date p {
  margin: 0 9px 0 5px;
  font-size: 14px;
}
.form-table .item-date label.error {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
}
.form-table .item-name {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #222222;
}
@media (max-width: 960px) {
  .form-table .item-name {
    margin-top: 20px;
    margin-bottom: 7px;
  }
}
.form-table .item-name--sub {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .form-table .item-name--sub {
    margin-bottom: 5px;
  }
}
.form-table .item-mandatory {
  font-size: 12px;
  color: #E63556;
  font-weight: bold;
  border: 1px solid #E63556;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
  margin-left: 8px;
  line-height: 20px;
}
.form-table .item-explain {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
  margin-bottom: 12px;
}
.form-table .item-explain-sub {
  margin: -3px 0 7px;
}
.form-table .item-explain-sub a {
  color: #E63556;
}
.form-table .item-select {
  position: relative;
}
.form-table .item-select select {
  cursor: pointer;
  background-image: url("/assets/front/img/icons/form-select.svg");
  width: calc(100% - 40px);
  border: 2px solid #E2E2E2;
  height: 36px;
}
.form-table .item-select select:invalid {
  background-color: #F8F8F8;
  color: #999999;
}
.form-table .item-select select.error {
  color: #f46a6a;
  background-color: rgba(230, 53, 86, 0.1);
}
.form-table .item-select label.error {
  display: none;
}
.form-table .error-msg {
  color: #E63556;
  font-size: 12px;
  margin-top: 8px;
  line-height: 12px;
  margin-bottom: 0;
}
.form__submit {
  margin: 10px 0 100px;
  text-align: center;
}
@media (max-width: 960px) {
  .form__submit {
    margin: 0 0 80px;
  }
}
.form__submit a {
  color: #E63556;
}
.form__submit input, .form__submit textarea, .form__submit select {
  display: none;
}
.form__submit input:checked + label:before, .form__submit textarea:checked + label:before, .form__submit select:checked + label:before {
  background-color: #E63556;
}
.form__submit label {
  position: relative;
  padding-left: 24px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 15px;
}
.form__submit label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 17px;
  border-radius: 4px;
  background-color: #d5d5d5;
  z-index: -1;
}
.form__submit label svg {
  fill: #fff;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 4.5px;
  left: 4px;
}
.form__submit .btn-submit {
  display: inline-block;
  padding: 14px 51px;
  border-radius: 4px;
  color: #fff;
  margin: 20px auto 0;
}
@media (max-width: 960px) {
  .form__submit .btn-submit {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .form__submit .btn-submit:hover {
    color: #F08317;
    text-decoration: none;
  }
}
.form__submit .btn-submit.pe-none {
  pointer-events: none;
  opacity: 0.5;
  background-color: #999;
  border-color: #999;
}

.form.thanks .form__intro h2 {
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .form.thanks .form__intro h2 {
    line-height: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 960px) {
  .form.thanks .form__foot {
    margin-top: 50px;
    text-align: center;
  }
}
.form.thanks .btn-back {
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  color: #E63556;
}
.form.thanks .btn-back:before, .form.thanks .btn-back:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  width: 2px;
  background-color: #E63556;
  transform: rotate(45deg);
}
.form.thanks .btn-back:after {
  top: 6px;
  transform: rotate(135deg);
}

.form.p-404 .layout-form__inner {
  margin-top: 65px;
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .form.p-404 .layout-form__inner {
    display: block;
    margin-top: 30px;
  }
}
.form.p-404 .layout-form__inner .banner {
  width: 350px;
  margin: 0;
}
@media (max-width: 960px) {
  .form.p-404 .layout-form__inner .banner {
    margin: 50px auto 0;
  }
}

.form-table.-check-mail {
  padding: 20px 30px;
}
.form-table.-check-mail .item-select label {
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-table.-check-mail .form-check label {
  position: relative;
  padding-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-table.-check-mail .mail_magazine_check {
  position: absolute;
  top: -4px;
  left: 0;
  cursor: pointer;
}
.form-table.-check-mail .target-check {
  top: -4px;
  cursor: pointer;
}

label.error {
  padding-top: 5px;
  display: block;
  color: #f46a6a;
  background-color: #fff;
  line-height: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.alert-danger {
  background-color: rgba(230, 53, 86, 0.1);
  color: #f46a6a;
  display: block;
  font-weight: bold;
  width: 100%;
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #f46a6a;
  margin-bottom: 10px;
}

.tab__check {
  display: none;
}
.tab__check:nth-child(0):checked ~ .tab__content:nth-of-type(1) {
  display: block;
}
.tab__check:nth-child(0):checked ~ .tab__list .tab__item:nth-child(0) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(0):checked ~ .tab__list .tab__item:nth-child(0) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(1):checked ~ .tab__content:nth-of-type(2) {
  display: block;
}
.tab__check:nth-child(1):checked ~ .tab__list .tab__item:nth-child(1) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(1):checked ~ .tab__list .tab__item:nth-child(1) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(2):checked ~ .tab__content:nth-of-type(3) {
  display: block;
}
.tab__check:nth-child(2):checked ~ .tab__list .tab__item:nth-child(2) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(2):checked ~ .tab__list .tab__item:nth-child(2) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(3):checked ~ .tab__content:nth-of-type(4) {
  display: block;
}
.tab__check:nth-child(3):checked ~ .tab__list .tab__item:nth-child(3) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(3):checked ~ .tab__list .tab__item:nth-child(3) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(4):checked ~ .tab__content:nth-of-type(5) {
  display: block;
}
.tab__check:nth-child(4):checked ~ .tab__list .tab__item:nth-child(4) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(4):checked ~ .tab__list .tab__item:nth-child(4) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(5):checked ~ .tab__content:nth-of-type(6) {
  display: block;
}
.tab__check:nth-child(5):checked ~ .tab__list .tab__item:nth-child(5) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(5):checked ~ .tab__list .tab__item:nth-child(5) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(6):checked ~ .tab__content:nth-of-type(7) {
  display: block;
}
.tab__check:nth-child(6):checked ~ .tab__list .tab__item:nth-child(6) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(6):checked ~ .tab__list .tab__item:nth-child(6) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(7):checked ~ .tab__content:nth-of-type(8) {
  display: block;
}
.tab__check:nth-child(7):checked ~ .tab__list .tab__item:nth-child(7) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(7):checked ~ .tab__list .tab__item:nth-child(7) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(8):checked ~ .tab__content:nth-of-type(9) {
  display: block;
}
.tab__check:nth-child(8):checked ~ .tab__list .tab__item:nth-child(8) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(8):checked ~ .tab__list .tab__item:nth-child(8) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(9):checked ~ .tab__content:nth-of-type(10) {
  display: block;
}
.tab__check:nth-child(9):checked ~ .tab__list .tab__item:nth-child(9) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(9):checked ~ .tab__list .tab__item:nth-child(9) .tab__link:hover {
  opacity: 1;
}
.tab__check:nth-child(10):checked ~ .tab__content:nth-of-type(11) {
  display: block;
}
.tab__check:nth-child(10):checked ~ .tab__list .tab__item:nth-child(10) .tab__link {
  line-height: 6.1rem;
  cursor: default;
}
.tab__check:nth-child(10):checked ~ .tab__list .tab__item:nth-child(10) .tab__link:hover {
  opacity: 1;
}
.tab__list {
  display: flex;
  align-items: flex-end;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.tab__item {
  flex: 1;
  margin: 0 0.4rem;
  overflow: hidden;
}
.tab__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 4.8rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
}
.tab__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.tab__body {
  background-color: #fff;
}
.tab__content {
  display: none;
}

.tag {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  text-align: center;
  width: 8.6rem;
}

.table dl {
  display: flex;
  padding: 15px 0;
  border-bottom: solid 1px #E2E2E2;
}
@media (max-width: 640px) {
  .table dl {
    display: block;
    padding: 0;
    border-bottom: 0;
    margin: 0 0 12px;
  }
  .table dl:last-child {
    margin: 0;
  }
}
.table dl dt {
  width: 200px;
  flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 640px) {
  .table dl dt {
    width: 100%;
    margin: 0 0 5px;
  }
}
.table dl dd {
  width: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-top: solid 5px #000;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 1080px) {
  .header {
    padding-bottom: 48px;
  }
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .header-inner {
    height: 56px;
  }
}
.header-logo {
  height: 38px;
  width: auto;
}
@media (max-width: 1080px) {
  .header-logo {
    height: 28px;
  }
}
.header-logo img {
  height: 100%;
  width: auto;
}
.header-title {
  margin: 0 0 0 15px;
  font-weight: bold;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.header-search {
  display: block;
  margin: 0 auto 0 15px;
  position: relative;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 1080px) {
  .header-search {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0;
  }
}
.header-search__icon {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 16px;
  width: 16px;
  color: #777777;
}
.header-search input, .header-search textarea, .header-search select {
  padding-left: 40px;
  width: 100%;
}
.header-about {
  margin: 0 16px 0 26px;
  font-size: 1.4rem;
  text-decoration: underline;
  padding-left: 8px;
  color: #000;
  position: relative;
}
.header-about:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 4px #000;
  border-top: solid 2.5px transparent;
  border-bottom: solid 2.5px transparent;
}
.header-name {
  font-size: 1.4rem;
  color: #000;
  padding-right: 20px;
  padding-left: 8px;
  position: relative;
  display: flex;
}
.header-name span {
  display: inline-block;
  max-width: 130px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 3px;
}
.header-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 4px #000;
  border-top: solid 2.5px transparent;
  border-bottom: solid 2.5px transparent;
}
@media (max-width: 1080px) {
  .header-name {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 640px) {
  .header-name {
    font-size: 1.2rem;
    padding-right: 10px;
    padding-left: 8px;
  }
  .header-name span {
    max-width: 50px;
  }
}
@media (max-width: 640px) {
  .header-btns {
    margin: 0 0 0 auto;
  }
}
.header-btns .btn {
  margin: 0 0 0 9px;
}
@media (max-width: 640px) {
  .header-btns .btn {
    margin: 0;
    font-size: 1.3rem;
    min-width: 0px;
    padding: 7px 10px;
  }
}
.header-btns .btn:first-child {
  margin: 0;
}
@media (max-width: 1080px) {
  .header-btns .btn:first-child {
    background-color: #F08317;
  }
  .header-btns .btn:first-child.btn--border {
    background-color: transparent;
    border-color: #F08317;
  }
}
.header-menu {
  display: none;
}
.menu-open .header-menu {
  display: block;
  position: fixed;
  top: 105px;
  left: 0;
  height: calc(100vh - 105px);
  width: 100vw;
  background-color: #fff;
  border-top: solid 1px #E2E2E2;
  overflow-y: scroll;
  padding-bottom: 100px;
}
.header-category {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.header-category__item {
  width: 50%;
  display: flex;
  padding: 10px 10px 10px 40px;
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
}
.header-category__item img {
  width: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header-links__item {
  border-top: solid 1px #E2E2E2;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 10px;
  display: flex;
  align-items: center;
}
.header-links__item:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: solid 3px #999999;
  border-right: solid 3px #999999;
  transform: rotate(45deg);
  margin: 0 5px 0 auto;
}
.header-links__item:last-child {
  border-bottom: solid 1px #E2E2E2;
}
.header-hamburger {
  display: none;
  width: 20px;
  height: 18px;
  position: relative;
  margin: 0 0 0 15px;
}
@media (max-width: 1080px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.2s;
}
.header-hamburger span:nth-child(1) {
  top: calc(50% - 8px);
}
.menu-open .header-hamburger span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-open .header-hamburger span:nth-child(2) {
  opacity: 0;
}
.header-hamburger span:nth-child(3) {
  top: calc(50% + 8px);
}
.menu-open .header-hamburger span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header--form {
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 1080px) {
  .header--form {
    padding-bottom: 0px;
  }
}
.header--form .header-inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1080px) {
  .header--form .header-inner {
    height: 64px;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.header--form .header-inner-title {
  margin: 0 0 0 30px;
}

.layout-width {
  max-width: 1180px;
  width: calc(100vw - 20px);
  margin: auto;
}
@media (max-width: 960px) {
  .layout-width--pc {
    width: 100%;
  }
}
.layout-width--sp {
  width: 100%;
}
@media (max-width: 960px) {
  .layout-width--sp {
    width: calc(100vw - 20px);
  }
}
.layout-width .detail-width {
  min-width: 767px;
}
@media (max-width: 1180px) {
  .layout-width .detail-width {
    min-width: calc(100vw - 450px);
  }
}
@media (max-width: 960px) {
  .layout-width .detail-width {
    min-width: calc(100vw - 20px);
  }
}
@media (min-width: 961px) {
  .layout-sideMenu {
    display: flex;
  }
  .layout-sideMenu__contents {
    width: 350px;
    flex-shrink: 0;
    margin: 0 0 0 60px;
  }
}
.layout-sideMenu__news-banner {
  margin: 60px 0;
}
.layout-sideMenu__news-banner__inner {
  display: block;
  background-color: #F1F1F1;
  padding: 20px;
  margin: 0 0 20px 0;
}
.layout-sideMenu__news-banner__inner img {
  width: 312px;
}
.layout-sideMenu__news-banner__inner p {
  font-weight: bold;
}
.layout-pressList {
  min-width: 767px;
}
@media (max-width: 1180px) {
  .layout-pressList {
    min-width: calc(100vw - 450px);
  }
}
@media (max-width: 960px) {
  .layout-pressList {
    min-width: 100vw;
  }
}
@media (min-width: 961px) {
  .layout-pressList {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -25px;
  }
  .layout-pressList > * {
    padding: 10px 25px;
    width: 50%;
  }
}
.layout-pressList .press-list__item {
  display: inline-block;
  border-bottom: 0;
}
.layout-pressList .press-list__item .link-detail {
  display: flex;
}
.layout-form__inner {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .layout-form__inner {
    margin: 0 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.footer {
  margin-top: auto;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.footer__pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #333333;
  width: 40px;
  height: 40px;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__pagetop:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  transform: translateY(10%) rotate(45deg);
}
.footer__pagetop.show {
  opacity: 1;
  pointer-events: initial;
}
.footer__pagetop:hover {
  border-bottom: none;
  opacity: 0.6;
}
.footer-show .footer__pagetop {
  position: absolute;
  bottom: calc(100% + 15px);
}
.footer-menu {
  padding: 6px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #333333;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .footer-menu {
    padding: 0;
    width: calc(100vw + 1px);
    background-color: transparent;
  }
}
.footer-menu__item {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 960px) {
  .footer-menu__item {
    padding: 16px 10px;
    background-color: #333333;
    text-align: center;
    width: 100%;
    border-bottom: solid 1px #777777;
    border-right: solid 1px #777777;
    box-sizing: border-box;
  }
  .footer-menu__item:not(.footer-menu__item--large) {
    width: 50%;
  }
  .footer-menu__item--terms {
    width: auto !important;
    background-color: #fff;
    color: #000;
    padding: 0;
    margin: 16px 0 0;
    border: 0;
  }
  .footer-menu__item--terms:last-of-type {
    margin: 16px 0 16px;
  }
  .footer-menu__item--spacer {
    display: none;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .footer-menu__item--spacer {
    display: block;
    width: 100%;
  }
}
.footer-menu__item img {
  width: 11px;
  margin: 0 0 0 5px;
}
@media (min-width: 961px) {
  .footer-menu__item:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    height: 12px;
    width: 1px;
    background-color: #fff;
  }
}
.footer-menu__item:last-child::after {
  display: none;
}
.footer-copyright {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  color: #999999;
  padding: 22px 0;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  .footer-copyright {
    display: block;
    text-align: center;
    padding: 10px 0 20px;
  }
}
.footer-copyright img {
  height: 19px;
  width: auto;
  display: inline-block;
}
@media (max-width: 960px) {
  .footer-copyright img {
    margin: 0 0 20px;
  }
}

.contents {
  padding-top: 87px;
}
@media (max-width: 1080px) {
  .contents {
    padding-top: 109px;
  }
}
.contents-wrapper {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1080px) {
  .form .contents {
    padding-top: 69px;
  }
}

.banner {
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
.banner:hover {
  opacity: 0.8;
}
.banner-sp {
  margin-top: 20px;
  width: 80%;
}

.border-bottom {
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 960px) {
  .border-bottom {
    border: none;
  }
}

.page__heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 960px) {
  .page__heading {
    font-size: 2rem;
  }
}
.page__heading--border {
  padding-left: 22px;
}
@media (max-width: 960px) {
  .page__heading--border {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 10px;
    font-size: 2rem;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
  }
}
.page__heading--border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  width: 4px;
  background-color: #F08317;
}
@media (max-width: 960px) {
  .page__heading--border:before {
    height: 100%;
  }
}
.page__heading--small {
  line-height: 1.25;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .page__heading--small {
    font-size: 1.8rem;
  }
}
.page__heading--small:before {
  height: 100%;
}
.page__heading--link {
  padding-right: 80px;
}
.page__heading--link .link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .page__heading--link .link {
    right: 15px;
  }
}

.category-header {
  padding: 16px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (max-width: 960px) {
  .category-header {
    padding: 11px 0;
    display: block;
    overflow-x: scroll;
  }
  .top .category-header {
    display: block;
  }
}
.category-header__list {
  display: inline-flex;
  justify-content: center;
  padding: 0 15px;
}
.category-header__item {
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
  margin: 0 2em 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .category-header__item {
    font-size: 1.3rem;
  }
}
.category-header__item:last-child {
  margin: 0;
}
.category-header__item.active {
  color: #F08317;
}
.category-sideMenu__heading {
  font-size: 2rem;
  font-weight: bold;
}
.category-sideMenu__item {
  border-top: solid 1px #E2E2E2;
  display: flex;
  padding: 13px 0 13px 30px;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.category-sideMenu__item:last-child {
  border-bottom: solid 1px #E2E2E2;
}
.category-sideMenu__item img {
  width: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-sideMenu__item:after {
  content: "";
  height: 5px;
  width: 5px;
  min-width: 5px;
  border-top: solid 2px #999999;
  border-right: solid 2px #999999;
  transform: rotate(45deg);
  margin: 0 0 0 auto;
}

.press-list {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -10px;
}
@media (max-width: 960px) {
  .press-list {
    margin: 0;
  }
}
.press-list--2col .press-list__item {
  width: 50%;
}
@media (max-width: 960px) {
  .press-list--2col .press-list__item {
    width: 100%;
  }
}
.press-list--4col .press-list__item {
  width: 25%;
}
@media (max-width: 960px) {
  .press-list--4col .press-list__item {
    width: 100%;
  }
}
.press-list--card-large {
  margin: -15px -10px;
}
@media (min-width: 961px) {
  .press-list--card {
    margin: -15px -10px;
  }
}
.press-list__item {
  display: flex;
  position: relative;
  padding: 25px 10px;
  align-items: flex-start;
}
@media (max-width: 960px) {
  .press-list__item {
    display: block;
    padding: 15px 10px;
    width: 100%;
  }
}
.press-list--card-large .press-list__item {
  display: block;
  padding: 15px 10px;
}
.press-list--card-large .press-list__item:after {
  display: none;
}
@media (max-width: 960px) {
  .press-list--card-large .press-list__item {
    padding: 10px 15px 20px;
    border-bottom: solid 1px #E2E2E2;
  }
}
.press-list--card .press-list__item .press__categorys {
  position: absolute;
  top: 232px;
  left: 4px;
  margin: 0;
  overflow: hidden;
  height: 34px;
  width: 100%;
}
@media (max-width: 960px) {
  .press-list--card .press-list__item .press__categorys {
    left: 139px;
    top: 13px;
  }
}
.press-list--card .press-list__item .press-list__contents {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .press-list--card .press-list__item {
    display: block;
    padding: 15px 10px;
  }
  .press-list--card .press-list__item:after {
    display: none;
  }
}
.press-list__item:after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  background-color: #E2E2E2;
  position: absolute;
}
@media (max-width: 960px) {
  .press-list__item:after {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 961px) {
  .press-list__item:last-child:after {
    display: none;
  }
  .press-list--2col .press-list__item:nth-last-child(-n+2):after {
    display: none;
  }
  .press-list--4col .press-list__item:nth-last-child(-n+4):after {
    display: none;
  }
}
.press-list__item .link-detail:hover {
  text-decoration: none;
}
.press-list__item .link-detail:hover .press-list__img, .press-list__item .link-detail:hover .press-list__contents {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .press-list__item .link-detail {
    display: flex;
  }
}
.press-list__img {
  background-color: #F4F4F4;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  width: 140px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
  min-height: 140px;
}
@media (max-width: 960px) {
  .press-list__img {
    width: 120px;
    height: 90px;
    min-height: 90px;
    margin: 0 10px 0 0;
  }
}
.press-list__img:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.press-list--card-large .press-list__img {
  width: 100%;
  height: 435px;
}
@media (max-width: 960px) {
  .press-list--card-large .press-list__img {
    width: calc(100% - 5px);
    height: 265px;
  }
}
.press-list--card .press-list__img {
  width: 100%;
  height: 210px;
}
@media (max-width: 960px) {
  .press-list--card .press-list__img {
    width: 120px;
    height: 90px;
  }
}
.press-list__img .press-list--row {
  width: 100%;
  height: 105px;
}
@media (max-width: 960px) {
  .press-list__img .press-list--row {
    width: 120px;
    height: 90px;
  }
}
.press__categorys {
  flex-wrap: wrap;
  margin: -4px;
  display: flex !important;
  margin: -45px 0 8px 155px;
}
@media (max-width: 960px) {
  .press__categorys {
    display: flex;
    margin: -20px 0 0 125px;
  }
}
.press__categorys--head {
  margin: 0;
}
.press-list--category .press__categorys {
  display: flex;
}
.press-list--card-large .press__categorys {
  margin: 6px -4px -4px;
}
.press__categorys-item {
  font-size: 1.1rem;
  height: 27px;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #E2E2E2;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  margin: 0 8px 0 0;
  cursor: pointer;
}
@media (min-width: 961px) {
  .press__categorys-item:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .press__categorys-item.not-link:hover {
    opacity: 1;
  }
  .press__categorys-item:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .press__categorys-item {
    height: 23px;
  }
  .press__categorys-item:nth-of-type(1) {
    margin-left: 0;
  }
}
.press__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media (max-width: 960px) {
  .press__title {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}
.press-list--card .press__title {
  font-size: 2rem;
  -webkit-line-clamp: 2 !important;
}
@media (max-width: 960px) {
  .press-list--card .press__title {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    margin: 0 0 0;
  }
}
.press-list--card-large .press__title {
  font-size: 2rem;
  -webkit-line-clamp: 2 !important;
}
@media (max-width: 960px) {
  .press-list--card-large .press__title {
    font-size: 1.6rem;
    -webkit-line-clamp: 3 !important;
  }
}
.press-list--category .press__title {
  -webkit-line-clamp: 1;
  margin: 10px 0 0;
}
.press__date {
  color: #777777;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  margin: 5px 0 0;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 960px) {
  .press__date {
    margin: 2px 0 0;
    padding-left: 18px;
  }
}
.press-list--card-large .press__date {
  margin: 20px 0 0;
}
@media (max-width: 960px) {
  .press-list--card-large .press__date {
    margin: 10px 0 0;
  }
}
@media (max-width: 960px) {
  .press-list--card .press__date {
    margin: 3px 0 0;
  }
}
.press__date .feather {
  position: absolute;
  top: 4;
  left: 0;
  height: 12px;
  width: 12px;
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.press__author {
  font-size: 1.3rem;
  margin: -10px 0 0 160px;
}
@media (max-width: 960px) {
  .press__author {
    display: block;
    margin: -12px 0 0 130px;
    font-size: 12px;
  }
}
.press-list--card-large .press__author {
  margin: 0;
}
@media (max-width: 960px) {
  .press-list--card-large .press__author {
    margin: 0 0 10px 0;
  }
}
.press-list--card .press__author {
  margin: 0;
}
@media (max-width: 960px) {
  .press-list--card .press__author {
    margin: -5px 0 0 130px;
  }
}
.press__sns {
  display: flex;
}
.press__sns a {
  width: 20px;
  margin: 0 16px 0 0;
}
@media (max-width: 640px) {
  .press__sns a {
    width: 24px;
    margin: 0 12px 0 0;
  }
}
.press__sns a:last-child {
  margin: 0;
}
.press__sns a img {
  display: block;
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  .press__sns a img {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 961px) {
  .press-single__header {
    padding-right: 60px;
    position: relative;
  }
  .press-single__header .press__sns {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 960px) {
  .press-single__data .page__heading {
    padding: 15px 15px 15px 25px;
    font-size: 1.6rem;
    min-height: auto;
  }
  .press-single__data .page__heading:before {
    height: calc(100% - 30px);
    left: 10px;
  }
  .press-single__data .page__heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    left: 50%;
    height: 100%;
    background-color: #F4F4F4;
    transform: translateX(-50%);
  }
}

.text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 961px) {
  .text--lg {
    font-size: 1.6rem;
  }
}
.text a {
  color: #E63556;
  text-decoration: none;
  word-break: break-all;
}
.text a.--blue {
  color: #2F4D9F;
}
.text a.--underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
@media (max-width: 960px) {
  .text-center--sp {
    text-align: center;
  }
}

.about-h3 {
  font-size: 1.8rem;
}

.about-txt {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.link {
  color: #E63556;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
@media (min-width: 961px) {
  .link--large {
    font-size: 1.6rem;
  }
}
.link:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #E63556;
  border-right: solid 2px #E63556;
  transform: rotate(45deg);
  margin: 0 0 0 5px;
}

@media (min-width: 961px) {
  .information__row {
    display: flex;
    justify-content: space-between;
  }
  .information__row .information-list {
    width: 66.6666666667%;
  }
}
.information-list__heading {
  font-size: 2rem;
  font-weight: bold;
}
.information-list__item {
  margin: 20px 0 0;
}
.information-list__item:first-child {
  margin: 0;
}
.information-list__header {
  display: flex;
}
.information__date {
  font-size: 1.3rem;
  color: #999999;
}
.information__category {
  display: flex;
  margin: 0 0 0 1em;
  font-size: 1.3rem;
  color: #333333;
}
.information__category:before {
  content: "｜　";
  color: #E2E2E2;
}
.information__category p:after {
  content: ", ";
}
.information__category p:last-child:after {
  display: none;
}
.information__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 5px 0 0;
}

.breadcrumbs {
  padding: 20px 0;
  font-size: 1.3rem;
}
@media (max-width: 960px) {
  .breadcrumbs {
    padding: 10px 10px 20px;
    border-bottom: solid 1px #E2E2E2;
  }
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs a:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  border-right: solid 2px #999999;
  border-top: solid 2px #999999;
  transform: rotate(45deg);
  margin: 0 0.5em;
}
.breadcrumbs a:last-child {
  cursor: initial;
}
.breadcrumbs a:last-child:hover {
  text-decoration: none;
}
.breadcrumbs a:last-child:after {
  display: none;
}

.pager {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}
.pager span, .pager a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
.pager a {
  background-color: #F7F7F7;
  border: solid 1px #E2E2E2;
}
.pager a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.pager .active a {
  border: none;
  background-color: transparent;
}
.pager .active a:hover {
  text-decoration: underline;
  opacity: 1;
}
.pager .disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pager__arrow {
  border: solid 1px #E2E2E2;
}
.pager__arrow:after {
  content: "";
  height: 0.4em;
  width: 0.4em;
  border-right: solid 2px #222222;
  border-top: solid 2px #222222;
  transform: translateX(-15%) rotate(45deg);
  margin: 0 0.5em;
}
.pager__arrow--prev {
  transform: rotate(180deg);
}

.wisywig img {
  width: auto;
  max-width: 100%;
  display: block;
}
.wisywig .image {
  max-width: 100%;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.wisywig .image img {
  max-width: 100% !important;
}
.wisywig .image.image-style-side img {
  margin: 0 0 0 auto;
}
.wisywig figcaption {
  max-width: 100%;
  color: #7e7e7e;
  margin: 10px 0;
}
.wisywig p {
  margin: 20px 0;
}
@media (max-width: 960px) {
  .wisywig p {
    margin: 15px 0;
  }
}
.wisywig .text_info {
  white-space: pre-wrap;
}
.wisywig .text h2 {
  margin: 40px 0 20px;
  z-index: 0;
  padding-left: 22px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 960px) {
  .wisywig .text h2 {
    margin: 25px 0 15px;
  }
}
.wisywig .text h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  width: 4px;
  background-color: #F08317;
}
@media (max-width: 960px) {
  .wisywig .text h2:before {
    height: 100%;
  }
}
@media (max-width: 960px) {
  .wisywig .text h2 {
    font-size: 1.6rem;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .wisywig .text h2:before {
    height: calc(100% - 30px);
    display: none;
  }
}
.wisywig .sub-ttl {
  border-bottom: 3px solid #F08317;
  padding-left: 0;
  line-height: 1.8;
}
.wisywig .sub-ttl:before {
  display: none;
}
.wisywig .table {
  margin: 20px 0;
}
@media (max-width: 960px) {
  .wisywig .table hr {
    margin: 0 -10px;
  }
}
.wisywig ul {
  margin: 20px 0;
}
.wisywig ul li {
  position: relative;
  padding-left: 20px;
}
.wisywig ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #98A6B5;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
}
.wisywig ol {
  margin: 20px 0;
  counter-reset: number 0;
}
.wisywig ol li {
  position: relative;
  padding-left: 20px;
}
.wisywig ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.wisywig .card {
  margin: 40px 0;
}
@media (max-width: 960px) {
  .wisywig .press-list {
    margin: 0 -10px;
  }
}

.card {
  border: solid 1px #E2E2E2;
  border-radius: 4px;
}
.card__heading {
  border-bottom: solid 1px #E2E2E2;
  background-color: #F7F7F7;
  padding: 18px 30px;
  margin: 0 !important;
}
@media (max-width: 960px) {
  .card__heading {
    padding: 10px 10px;
  }
}
.card__contents {
  padding: 20px 30px;
}
@media (max-width: 960px) {
  .card__contents {
    padding: 15px 10px;
  }
}
.card__contents:first-child {
  margin-top: 0;
}
.card__contents:last-child {
  margin-bottom: 0;
}
@media (min-width: 961px) {
  .card__contents .table {
    margin: -15px 0 !important;
  }
  .card__contents .table dl:last-child {
    border-bottom: 0;
  }
}

.register.modal {
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
  text-align: center;
}
.register.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
.register.modal__bg.open {
  display: block;
}
@media (max-width: 960px) {
  .register.modal {
    top: 51%;
    left: 50%;
    width: calc(100% - 40px);
  }
}
.register.modal .close {
  position: absolute;
  top: -40px;
  right: -5px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .register.modal .close {
    top: -28px;
    right: -5px;
    display: block;
  }
}
.register.modal .close:before, .register.modal .close:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 18px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.register.modal .close:after {
  transform: rotate(135deg);
}
.register.modal .link-white {
  display: inline-block;
  margin-top: 22px;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 961px) {
  .register.modal .link-white:hover {
    opacity: 0.7;
  }
}

.register .blocks {
  display: flex;
}
@media (max-width: 960px) {
  .register .blocks {
    flex-wrap: wrap;
  }
}
.register .block {
  background-color: #fff;
  display: inline-block;
  padding: 40px;
  border-radius: 4px;
  width: 400px;
}
@media (max-width: 960px) {
  .register .block {
    padding: 32px 20px;
    width: 100%;
  }
}
.register .block:nth-of-type(2) {
  margin-left: 20px;
}
@media (max-width: 960px) {
  .register .block:nth-of-type(2) {
    margin-left: 0;
    margin-top: 12px;
  }
}
.register .block__ttl {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .register .block__ttl {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.register .block__ttl img {
  width: 22px;
  height: 17px;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .register .block__ttl img {
    width: 18px;
    height: 14px;
    margin-right: 10px;
  }
}
.register .block__desc {
  font-size: 14px;
  line-height: 22px;
}
.register .btn {
  padding: 22px 0;
  display: block;
  margin: 24px 0 16px;
}
@media (max-width: 960px) {
  .register .btn {
    padding: 18px 0;
    margin: 24px 0;
  }
}
.register .btn--pink {
  background-color: #E63556;
  border-color: #E63556;
}
@media (min-width: 961px) {
  .register .btn--pink:hover {
    color: #E63556;
    background-color: transparent;
  }
}
.register .btn-link {
  color: #F08317;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .register .btn-link {
    font-size: 14px;
  }
}
.register .btn-link--pink {
  color: #E63556;
}

.pagenation {
  text-align: center;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation ul a {
  display: inline-block;
  background-color: #F7F7F7;
  border: 1px solid #E2E2E2;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 11px;
  margin: 4px;
  font-weight: bold;
}
.pagenation ul a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.pagenation ul .active a {
  background-color: #fff;
  border: none;
}
.pagenation ul .arr a {
  content: "";
  position: relative;
  height: 29px;
  width: 29px;
}
.pagenation ul .arr a:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  height: 10px;
  width: 10px;
  background-image: url("/assets/img/icons/arr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagenation ul .arr--prev a:before {
  transform: rotate(180deg);
}

.simple-list {
  display: flex;
}
.simple-list .press-list {
  margin: 0;
  min-width: 767px;
}
@media (max-width: 1180px) {
  .simple-list .press-list {
    min-width: calc(100vw - 450px);
  }
}
@media (max-width: 960px) {
  .simple-list .press-list {
    min-width: 100vw;
  }
}
.simple-list .press-list--simple {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
@media (max-width: 960px) {
  .simple-list .press-list--simple {
    margin-bottom: 24px;
  }
}
.simple-list .press-list--simple .press__categorys {
  position: absolute;
  top: 20px;
  left: 154px;
  margin: 0;
  overflow: hidden;
  height: 34px;
  max-width: 100%;
}
@media (max-width: 960px) {
  .simple-list .press-list--simple .press__categorys {
    left: 139px;
    top: 13px;
  }
}
.simple-list .press-list--simple .press-list__contents {
  margin-top: 32px;
}
@media (max-width: 960px) {
  .simple-list .press-list--simple .press-list__contents {
    margin-top: 25px;
  }
}
.simple-list .press-list__item {
  display: block;
  width: calc(50% - 25px);
  border-bottom: 1px solid #E2E2E2;
  padding: 25px 0 20px;
  position: relative;
}
@media (max-width: 960px) {
  .simple-list .press-list__item {
    width: 100%;
    padding: 16px 10px;
  }
}
.simple-list .press-list__item:after {
  display: none;
}
.simple-list .press-list__item .link-detail {
  align-items: flex-start;
  display: flex;
}
.simple-list .press-list__item--reration {
  width: 100%;
}
.simple-list .press-list__item--reration .press__categorys {
  margin-bottom: 0;
}
.simple-list .press-list__content {
  display: flex;
}
.simple-list .press-list .no-result {
  margin: 20px 0;
}
@media (max-width: 960px) {
  .simple-list .press-list .no-result {
    margin: 20px 10px;
  }
}
.simple-list .press__date {
  margin-top: 5px;
}
@media (max-width: 960px) {
  .simple-list .press__date {
    margin-top: 0;
  }
}
.simple-list .press__author {
  margin-top: -15px;
  margin-left: 160px;
}
@media (max-width: 960px) {
  .simple-list .press__author {
    margin-top: 0;
    margin-left: 130px;
  }
}

input, input[type=text], input[type=email], input[type=number], input[type=tel], input[type=password], textarea, textarea[type=text], textarea[type=email], textarea[type=number], textarea[type=tel], textarea[type=password], select, select[type=text], select[type=email], select[type=number], select[type=tel], select[type=password], input[type=checkbox], textarea[type=checkbox], select[type=checkbox] {
  font-size: 1.4rem;
  height: 36px;
  border: solid 1px #E2E2E2;
  border-radius: 4px;
  background-color: transparent;
}
textarea {
  padding: 10px;
  height: 144px;
}
@media (max-width: 960px) {
  textarea {
    height: 183px;
  }
}

select {
  min-width: 280px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.014%22%20height%3D%225.715%22%20viewBox%3D%220%200%2010.014%205.715%22%3E%20%3Cpath%20id%3D%22%E3%83%89%E3%83%AD%E3%83%83%E3%83%97%E3%83%80%E3%82%A6%E3%83%B3%E3%82%A2%E3%83%AD%E3%83%BC%22%20d%3D%22M-21294.541-23362l4.654%2C4.654%2C4.652-4.654%22%20transform%3D%22translate(21294.895%2023362.354)%22%20fill%3D%22none%22%20stroke%3D%22%233b3e43%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 10px center;
  background-size: 10px;
  background-repeat: no-repeat;
}

input[type=checkbox], textarea[type=checkbox], select[type=checkbox] {
  padding: 0;
  width: 16px;
  height: 16px;
}
input[type=checkbox]:checked, textarea[type=checkbox]:checked, select[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_739%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20739%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23ed5e20%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_740%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20740%22%20width%3D%228%22%20height%3D%222%22%20transform%3D%22translate(2.697%205.525)%20rotate(45)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_741%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20741%22%20width%3D%2211%22%20height%3D%222%22%20transform%3D%22translate(14.717%204.818)%20rotate(135)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

input[type=submit], textarea[type=submit], select[type=submit] {
  padding: 0 40px;
}

.form-message {
  padding: 20px;
  border: solid 1px;
  display: inline-block;
  margin: 0 0 40px;
}
.form-message--success {
  border-color: #37BC17;
}
.form__intro {
  padding-bottom: 32px;
}
.form__intro h1 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.05em;
  margin-bottom: 9px;
}
@media (max-width: 960px) {
  .form__intro h1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.form__intro p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .form__intro p {
    letter-spacing: 0.05em;
  }
}
.form__intro p a {
  color: #E63556;
}
.form__intro p.marker {
  background: linear-gradient(transparent 40%, #ffe2c9 0%);
  display: inline;
  font-weight: bold;
  padding: 0 4px 5px;
}
.form .block-title {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px;
}
@media (max-width: 960px) {
  .form .block-title {
    line-height: 16px;
    letter-spacing: -0.05em;
    margin: 0;
  }
}
.form-table {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  width: 100%;
  padding: 0 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .form-table {
    border: none;
    width: 100%;
    padding: 0;
  }
}
.form-table tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-table tr.align-items-end {
  align-items: flex-end;
}
.form-table td {
  width: calc(50% - 10px);
}
@media (max-width: 960px) {
  .form-table td {
    width: 100%;
  }
}
.form-table td input, .form-table td textarea, .form-table td select {
  display: inline-block;
  width: 100%;
  background-color: #F8F8F8;
  padding: 0 15px;
  border: 2px solid #E2E2E2;
}
.form-table td input.error, .form-table td textarea.error, .form-table td select.error {
  background-color: rgba(230, 53, 86, 0.1);
}
.form-table td input::-moz-placeholder, .form-table td textarea::-moz-placeholder, .form-table td select::-moz-placeholder {
  color: #999999;
}
.form-table td input:-ms-input-placeholder, .form-table td textarea:-ms-input-placeholder, .form-table td select:-ms-input-placeholder {
  color: #999999;
}
.form-table td input::placeholder, .form-table td textarea::placeholder, .form-table td select::placeholder {
  color: #999999;
}
.form-table td input:not(:-moz-placeholder-shown), .form-table td textarea:not(:-moz-placeholder-shown), .form-table td select:not(:-moz-placeholder-shown) {
  background-color: #fff;
}
.form-table td input:not(:-ms-input-placeholder), .form-table td textarea:not(:-ms-input-placeholder), .form-table td select:not(:-ms-input-placeholder) {
  background-color: #fff;
}
.form-table td input:focus, .form-table td textarea:focus, .form-table td select:focus, .form-table td input:not(:placeholder-shown), .form-table td textarea:not(:placeholder-shown), .form-table td select:not(:placeholder-shown) {
  background-color: #fff;
}
@media screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 0) {
  .form-table td input, .form-table td textarea, .form-table td select {
    font-size: 16px;
  }
}
.form-table td.w-100 {
  width: 100%;
}
@media (max-width: 960px) {
  .form-table td.select-second {
    margin: 10px 0 -10px;
  }
}
.form-table .item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.form-table .item-date {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.form-table .item-date input, .form-table .item-date textarea, .form-table .item-date select {
  width: 80px;
}
.form-table .item-date input:nth-of-type(n + 2), .form-table .item-date textarea:nth-of-type(n + 2), .form-table .item-date select:nth-of-type(n + 2) {
  width: 55px;
}
.form-table .item-date p {
  margin: 0 9px 0 5px;
  font-size: 14px;
}
.form-table .item-date label.error {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
}
.form-table .item-name {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #222222;
}
@media (max-width: 960px) {
  .form-table .item-name {
    margin-top: 20px;
    margin-bottom: 7px;
  }
}
.form-table .item-name--sub {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .form-table .item-name--sub {
    margin-bottom: 5px;
  }
}
.form-table .item-mandatory {
  font-size: 12px;
  color: #E63556;
  font-weight: bold;
  border: 1px solid #E63556;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
  margin-left: 8px;
  line-height: 20px;
}
.form-table .item-explain {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
  margin-bottom: 12px;
}
.form-table .item-explain-sub {
  margin: -3px 0 7px;
}
.form-table .item-explain-sub a {
  color: #E63556;
}
.form-table .item-select {
  position: relative;
}
.form-table .item-select select {
  cursor: pointer;
  background-image: url("/assets/front/img/icons/form-select.svg");
  width: calc(100% - 40px);
  border: 2px solid #E2E2E2;
  height: 36px;
}
.form-table .item-select select:invalid {
  background-color: #F8F8F8;
  color: #999999;
}
.form-table .item-select select.error {
  color: #f46a6a;
  background-color: rgba(230, 53, 86, 0.1);
}
.form-table .item-select label.error {
  display: none;
}
.form-table .error-msg {
  color: #E63556;
  font-size: 12px;
  margin-top: 8px;
  line-height: 12px;
  margin-bottom: 0;
}
.form__submit {
  margin: 10px 0 100px;
  text-align: center;
}
@media (max-width: 960px) {
  .form__submit {
    margin: 0 0 80px;
  }
}
.form__submit a {
  color: #E63556;
}
.form__submit input, .form__submit textarea, .form__submit select {
  display: none;
}
.form__submit input:checked + label:before, .form__submit textarea:checked + label:before, .form__submit select:checked + label:before {
  background-color: #E63556;
}
.form__submit label {
  position: relative;
  padding-left: 24px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 15px;
}
.form__submit label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 17px;
  width: 17px;
  border-radius: 4px;
  background-color: #d5d5d5;
  z-index: -1;
}
.form__submit label svg {
  fill: #fff;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 4.5px;
  left: 4px;
}
.form__submit .btn-submit {
  display: inline-block;
  padding: 14px 51px;
  border-radius: 4px;
  color: #fff;
  margin: 20px auto 0;
}
@media (max-width: 960px) {
  .form__submit .btn-submit {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .form__submit .btn-submit:hover {
    color: #F08317;
    text-decoration: none;
  }
}
.form__submit .btn-submit.pe-none {
  pointer-events: none;
  opacity: 0.5;
  background-color: #999;
  border-color: #999;
}

.form.thanks .form__intro h2 {
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .form.thanks .form__intro h2 {
    line-height: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 960px) {
  .form.thanks .form__foot {
    margin-top: 50px;
    text-align: center;
  }
}
.form.thanks .btn-back {
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  color: #E63556;
}
.form.thanks .btn-back:before, .form.thanks .btn-back:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  width: 2px;
  background-color: #E63556;
  transform: rotate(45deg);
}
.form.thanks .btn-back:after {
  top: 6px;
  transform: rotate(135deg);
}

.form.p-404 .layout-form__inner {
  margin-top: 65px;
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .form.p-404 .layout-form__inner {
    display: block;
    margin-top: 30px;
  }
}
.form.p-404 .layout-form__inner .banner {
  width: 350px;
  margin: 0;
}
@media (max-width: 960px) {
  .form.p-404 .layout-form__inner .banner {
    margin: 50px auto 0;
  }
}

.form-table.-check-mail {
  padding: 20px 30px;
}
.form-table.-check-mail .item-select label {
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-table.-check-mail .form-check label {
  position: relative;
  padding-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-table.-check-mail .mail_magazine_check {
  position: absolute;
  top: -4px;
  left: 0;
  cursor: pointer;
}
.form-table.-check-mail .target-check {
  top: -4px;
  cursor: pointer;
}

label.error {
  padding-top: 5px;
  display: block;
  color: #f46a6a;
  background-color: #fff;
  line-height: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.alert-danger {
  background-color: rgba(230, 53, 86, 0.1);
  color: #f46a6a;
  display: block;
  font-weight: bold;
  width: 100%;
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #f46a6a;
  margin-bottom: 10px;
}

.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 250px);
  margin: 0 auto;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .stepper {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 0;
  }
}
.stepper:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 11px;
  height: 3px;
  width: calc(100% - 60px);
  background-color: #E2E2E2;
}
@media (max-width: 960px) {
  .stepper:before {
    width: calc(100% - 60px);
    height: 2px;
  }
}
.stepper__wrap {
  margin: 40px 0 49px;
}
@media (max-width: 960px) {
  .stepper__wrap {
    margin: 20px 0 35px;
  }
}

.step {
  text-align: center;
}
.step:nth-of-type(2) {
  margin-right: 15px;
}
@media (max-width: 960px) {
  .step:nth-of-type(2) {
    margin-right: 10px;
  }
}
.step p {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .step p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
  }
}
.step span {
  color: #fff;
  position: relative;
  font-size: 14px;
  height: 26px;
  width: 26px;
  display: inline-block;
  background-color: #222222;
  line-height: 26px;
  border-radius: 50%;
}
.step--active {
  color: #F08317;
}
.step--active span {
  background-color: #F08317;
}
.step--done span {
  background-color: #777777;
}

.confirm h2 {
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .confirm h2 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 16px;
  }
}
.confirm__block {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .confirm__block {
    margin-bottom: 16px;
    flex-direction: column;
  }
}
.confirm .block-left {
  background-color: #F7F7F7;
  border-right: 1px solid #E2E2E2;
  border-radius: 4px 0 0 4px;
  width: 210px;
  min-width: 210px;
  padding: 30px;
}
@media (max-width: 960px) {
  .confirm .block-left {
    border-right: 0;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 4px 4px 0 0;
    padding: 16px 10px;
  }
}
.confirm .block-left h3 {
  font-size: 16px;
  line-height: 16px;
}
.confirm .block-right {
  padding: 30px;
  word-break: break-all;
  word-wrap: break-word;
}
@media (max-width: 960px) {
  .confirm .block-right {
    padding: 16px 10px;
  }
}
.confirm .block-right li:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .confirm .block-right li:nth-of-type(n + 2) {
    margin-top: 24px;
  }
}
.confirm .block-right .ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 10px;
}
.confirm .block-right .desc {
  font-size: 16px;
  line-height: 22px;
}
.confirm__foot {
  text-align: center;
  margin: 40px 0 100px;
}
@media (max-width: 960px) {
  .confirm__foot {
    margin: 20px 0 70px;
  }
}
.confirm__foot .btn {
  cursor: pointer;
  line-height: 16px;
  padding-right: 20px;
  padding-left: 20px;
  padding: 14px 20px 13px;
}
@media (max-width: 960px) {
  .confirm__foot .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.terms__inner {
  max-width: 800px;
  margin: 0 auto 60px;
  color: #222222;
}
@media (max-width: 960px) {
  .terms__inner {
    margin: 0 auto 60px;
    width: 100%;
  }
}
.terms .group-wrap {
  padding-top: 50px;
  margin-top: -50px;
}
.terms .group-wrap#sender {
  margin-top: 0px;
}
.terms h1 {
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 960px) {
  .terms h1 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
    padding: 0 10px;
  }
}
.terms h2 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 960px) {
  .terms h2 {
    margin-top: 40px;
    padding: 0 10px;
  }
}
.terms p {
  margin-top: 20px;
  line-height: 25px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .terms p {
    padding: 0 10px;
  }
}
.terms a {
  text-decoration: underline;
}
.terms a:hover {
  color: #E63556;
}
.terms ol {
  margin-top: 32px;
  list-style-type: decimal;
  margin-left: 20px;
}
@media (max-width: 960px) {
  .terms ol {
    padding: 0 10px;
  }
}
.terms ol li {
  padding-left: 5px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 960px) {
  .terms ol li {
    padding-left: 3px;
  }
}
.terms ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.terms ol li ul {
  margin-left: 0;
}
.terms ul {
  margin: 15px;
  margin-top: 15px;
}
.terms ul li {
  margin-bottom: 10px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.terms .date {
  text-align: right;
  margin-top: 60px;
  font-size: 14px;
}
@media (max-width: 960px) {
  .terms .date {
    margin-top: 20px;
  }
}

html {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #222222;
  margin: 0;
  padding: 0;
  width: 100vw;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

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

img {
  height: auto;
}

hr {
  height: 1px;
  background-color: #E2E2E2;
  border: none;
}
