@charset "UTF-8";

  @media screen and (min-width: 701px) {
  body {
    width: 100%;
    max-width: 80rem;
    padding: 0 24px;
    margin: auto;
  }

  img {
    border-radius: 5px;
  }
  
  iframe{
    width: 100%;
    height: 50em;
    border-radius: 5px;
  }

  div{
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5em;
    grid-column-gap: 2em;
    align-items: center;
   }
  }

  @media screen and (max-width: 700px) {
  body {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  iframe{
    display: flex;
    width: 100%;
    height: 20em; 
    margin: 0;
    border: none;
  }

  div {
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 2em;
    align-items: center;
  }
  }
  
  #icon {
    width: 60px;
    height: 60px;
  }

  html {
    font-size: 1em;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    text-size-adjust: 100%;

}

  font-face {
    font-display: swap;
  }
  
  body {
    color: #333;
    background: #fff;
    font-family: "Helvetica Neue","Arial","Noto Sans JP","BIZ UDPGothic";
    letter-spacing: .4px;
  }

  header {
    font-weight: bold;
    color: #ff0000;
  }

  h2 {
    text-align: center;
    background-color: #e6e6fe;
    border-radius: 5px;
     }

  img {
    display: block;
    max-width: 100%;
    top: 0;
  }
  
  div {
    display: grid;
  }

 p {
   white-space: pre-line;
  }

span {
    margin: 3em;
  } 