@charset "UTF-8";



img{	border:0px none #FFFFFF;
		width: 100%;
	    height: auto;
}

figure {margin: 0;}




.container {
  width: min(90%, 1100px);
  margin: 0 auto;
  padding-bottom: 70px;
}


.section-intro {
  padding-top: 40px;
}

.section-intro p {
  text-align: center;
  line-height: 2;
  font-size: 15px;
  margin: 0;
}

.section-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}

.section-lead {
  margin: 0 0 30px;
  text-align: center;
  font-size: 15px;
}

.requirements-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #c41324;
}

.requirements-table th,
.requirements-table td {
  padding: 20px;
  line-height: 1.6;
  vertical-align: middle;
}

@media (max-width: 768px) {
    .requirements-table th,
    .requirements-table td {
      display: block;
      width: 100%;
    }
  }

.requirements-table th {
  background: #c41324;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.requirements-table td {
  background: #fff;
}

.requirements-table tr + tr th,
.requirements-table tr + tr td {
  border-top: 2px solid #c41324;
}

.requirements-table td p {
  margin: 0 0 2px;
}

.requirements-table td .note {
  padding-left: 12px;
}


.store-card {
  text-align: center;
  margin-bottom: 40px;
}

.store-card:last-child {
  margin-bottom: 0;
}

.store-card p b {
  font-size: 20px;
}

.store-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}


.contact {
  background: #f5f5f5;
  margin: 0;
  padding-top: 60px;
}

.contact-action {
  display: flex;
  justify-content: center;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #c41324;
  color: #fff;
  border-radius: 8px;
  padding: 18px 0;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s ease;
  width: 100%;
  position: relative;
}

.contact-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-button:hover {
  background: #a30f1c;
}


@media (min-width: 768px) {
	
	.header-logo {
		max-width: 215px;
	}
	
  .sp-only {
    display: none;
  }

  .container {
    padding-bottom: 90px;
    width: min(100%, 1100px);
  }

  .section-intro {
    padding-top: 60px;
  }

  .section-intro p {
    line-height: 2.8;
  }


  .section-title {
    font-size: 46px;
    margin-bottom: 35px;
  }

  .section-lead {
    margin-bottom: 30px;
  }

  .requirements-table th {
    width: 280px;
    font-size: 20px;
  }

  .requirements-table td {
    border-left: 2px solid #c41324;
    padding: 22px 24px;
    font-size: 16px;
  }

  .requirements-table tr + tr th {
    border-top: 2px solid #fff;
  }

  .cards {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;  
  }
  .cards .store-card {
    width: 30%;
    margin-bottom: 0;
  }

  .cards .store-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .cards .store-card p b {
    font-size: 18px;
  }

  .contact {
    padding: 80px 0 0;
    margin-top: 0;
  }

  .contact-button {
    max-width: 600px;
    font-size: 24px;
    padding: 30px 0;
  }

  .contact-button::after {
    right: 20px;
  }
    
  .contact .section-title {
    margin-bottom: 20px;
  }


}

