@charset "UTF-8";
/*  メディアクエリ   */
/*  Padding　（レイアウト関係）  */
.-white {
  color: #fff !important;
}

.main-color {
  color: #ffb316;
}

.sub-color {
  color: #ff6601;
}

.-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .-sp {
    display: inherit;
  }
}

.-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .-tab {
    display: inherit;
  }
}

.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .-pc {
    display: inherit;
  }
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

a:hover {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

p {
  line-height: 1.6;
}

img {
  vertical-align: bottom;
}

br {
  color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]::after {
    content: none;
  }
}

@media screen and (min-width: 1280px) {
  .higher_xlarge {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .higher_xlarge {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .less_xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .less_xlarge {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .-column2.-register {
    padding: 0%;
  }
}
@media screen and (max-width: 600px) {
  .-column2.-register {
    padding: 0 2%;
  }
}
.-column2.-register .inner {
  border: 4px solid #000;
  padding: 20px;
  width: 48% !important;
}
@media screen and (max-width: 600px) {
  .-column2.-register .inner {
    width: 100% !important;
  }
  .-column2.-register .inner:first-child {
    margin-bottom: 30px;
  }
}
.-column2.-register .inner .-english {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-column2.-register .inner .-english.-one p {
  width: 100%;
}
.-column2.-register .inner .-english p {
  width: 48%;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.-column2.-register .inner .-english p.-buy {
  background: #ffb316;
  color: #fff;
}
.-column2.-register .inner .-english p.-sale {
  background: #ff6601;
  color: #fff;
}
.-column2.-register .inner .-icon {
  text-align: center;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
.-column2.-register .inner .-icon img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .-column2.-register .inner .sttl.-small {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 370px) {
  .-column2.-register .inner .sttl.-small {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .-column2.-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.-column2.-link a {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .-column2.-link a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.column.-column2.entry-box {
  padding: 0 2%;
}
.column.-column2.entry-box .inner {
  border: 2px solid #000;
}
@media screen and (min-width: 600px) {
  .column.-column2.entry-box .inner {
    width: 48.5%;
  }
}