#requirements table {
  border-top: 1px solid #BBBBBB;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem; }
  #requirements table th {
    border-bottom: 1px solid #BBBBBB;
    padding: 20px;
    width: 140px;
    letter-spacing: 0.05em;
    font-weight: normal; }
  #requirements table td {
    border-bottom: 1px solid #BBBBBB;
    padding: 20px;
    line-height: 1.6;
    letter-spacing: 0.1em; }
    #requirements table td p {
      padding-bottom: 1em;
      line-height: 1.6; }
      #requirements table td p:last-of-type {
        padding-bottom: 0; }
    #requirements table td a {
      color: blue;
      text-decoration: underline; }
      #requirements table td a:hover {
        text-decoration: none; }
#requirements .entry {
  padding-top: 100px; }
  #requirements .entry h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-bottom: 40px; }
  #requirements .entry ul {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    #requirements .entry ul li {
      width: 47.5%;
      text-align: center; }
    #requirements .entry ul li:nth-child(2n) {
      margin-left: 5%; }
    #requirements .entry ul li:nth-child(n+3) {
      margin-top: 30px; }
    #requirements .entry ul li img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 750px) {
  .main_ttl {
    margin-top: calc(55 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw); }

  #requirements {
    padding: 0 calc(20 / 750 * 100vw); }
    #requirements table {
      font-size: calc(28 / 750 * 100vw); }
      #requirements table th {
        border-bottom: none;
        display: block;
        width: 100%;
        padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw); }
      #requirements table td {
        display: block;
        width: 100%;
        padding: 0 calc(20 / 750 * 100vw) calc(40 / 750 * 100vw); }
    #requirements .entry {
      padding-top: calc(150 / 750 * 100vw); }
      #requirements .entry h3 {
        font-size: calc(48 / 750 * 100vw);
        padding-bottom: calc(80 / 750 * 100vw); }
      #requirements .entry ul {
        padding: 0 calc(20 / 750 * 100vw); }
        #requirements .entry ul li {
          width: 100%;
          padding-bottom: calc(60 / 750 * 100vw); }
        #requirements .entry ul li:nth-child(2n) {
	      margin-left: 0; }
	    #requirements .entry ul li:nth-child(n+3) {
	      margin-top: 0; }
	    #requirements .entry ul li img {
	      width: 100%;
	      max-width: 330px;
	      height: auto; } }
