/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	COMMON
--------------------*/
@media screen and (max-width: 640px) {
  .pc {
    display: none !important; } }

.sp {
  display: none; }
  @media screen and (min-width: 641px) {
    .sp {
      display: block; } }

/*--------------------
	INTRODUCE
--------------------*/
#limited .mvlow.cor {
  background: url("../img/limited/img_mv.jpg") no-repeat center center/cover; }
#limited .content .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 40px 0 60px; }
  @media screen and (max-width: 640px) {
    #limited .content .boxes {
      grid-template-columns: 1fr; } }
  #limited .content .boxes dl {
    background: #a1d6d2; }
    #limited .content .boxes dl:last-child dd {
      padding: 30px 10px; }
    #limited .content .boxes dl dt {
      background: #2cb6af;
      text-align: center;
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      padding: 10px; }
      #limited .content .boxes dl dt span {
        font-size: .8em; }
    #limited .content .boxes dl dd {
      background: #fff;
      text-align: center;
      padding: 15px;
      border-radius: 10px;
      margin: 15px 30px; }
#limited .content h4 {
  color: #2151a7;
  font-size: 1.5em;
  border-bottom: 2px solid #2151a7; }
#limited .content .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 40px 0; }
  @media screen and (max-width: 640px) {
    #limited .content .info {
      grid-template-columns: 1fr; } }
  #limited .content .info dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px; }
    #limited .content .info dl/*:nth-child(n + 2)*/ dd {
      padding: 15px 0; }
    #limited .content .info dl dt {
      background: #efefef;
      text-align: center;
      padding: 15px 0; }
    @media screen and (max-width: 640px) {
      #limited .content .info dl dd {
        padding: 15px 0; } }
#limited .content table {
  width: 100%;
  font-size: .9em; }
  #limited .content table thead {
    background: #e5efff; }
    #limited .content table thead tr th {
      text-align: center;
      vertical-align: middle;
      padding: 5px 0;
      border: 1px solid #ccc; }
  #limited .content table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    border: 1px solid #ccc; }
#limited .content .red-frame {
  border: 4px solid #eb644d;
  padding: 20px 0;
  margin-top: 40px; }
  #limited .content .red-frame img {
    display: block;
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }
  #limited .content .red-frame a {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 20px auto 0;
    transition: .2s; }
    #limited .content .red-frame a:hover {
      opacity: .9; }
    #limited .content .red-frame a img {
      width: 100%; }
