.sp {
  display: none; }

.pc {
  display: block; }

h1 {
  color: #4B9BE0;
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px; }

#section01 {
  padding: 150px 0;
  margin-top: 150px; }
  #section01 h1 {
    font-size: 50px; }
  #section01 p {
    width: 600px;
    padding: 0 80px;
    border-left: solid thin gray;
    border-right: solid thin gray;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
    font-weight: bold; }

#section02 {
  padding: 150px 0;
  background: #F0F0F0; }
  #section02 h1 {
    color: #0000fe; }
  #section02 img {
    width: 650px;
    display: block;
    margin: 30px auto 60px auto;
    padding: 30px 80px;
    background: white; }
  #section02 ul {
    display: table;
    margin: 0 auto; }
    #section02 ul li {
      margin-bottom: 10px; }
      #section02 ul li:last-child dd {
        margin-top: 10px; }
      #section02 ul li dt {
        background: #0000fe;
        width: 80px;
        height: 80px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: white;
        padding-top: 20px;
        display: inline-block; }
      #section02 ul li dd {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #0000fe;
        vertical-align: top;
        margin-left: 20px;
        margin-top: 26px; }

#section03 {
  padding: 150px 0; }
  #section03 table {
    width: 600px;
    margin: 0 auto;
    border-collapse: collapse; }
    #section03 table tr {
      border-bottom: solid thin gray; }
      #section03 table tr:last-child {
        border: none; }
    #section03 table td:first-child {
      width: 80px;
      padding: 15px 0; }

@media (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  h1 {
    font-size: 35px; }

  #section01 {
    padding: 100px 0;
    margin-top: 0; }
    #section01 h1 {
      font-size: 35px; }
    #section01 p {
      width: 80%;
      padding: 0 30px;
      font-size: 15px;
      line-height: 1.5; }

  #section02 {
    padding: 100px 0;
    background: #F0F0F0; }
    #section02 img {
      width: 90%;
      display: block;
      margin: 30px auto 60px auto;
      padding: 0px 0px;
      background: white; }
    #section02 ul {
      display: table;
      margin: 0 auto;
      width: 90%; }
      #section02 ul li {
        margin-bottom: 30px; }
        #section02 ul li:last-child dd {
          margin-top: 10px; }
        #section02 ul li dt {
          background: #0000fe;
          width: 60px;
          height: 60px;
          text-align: center;
          font-size: 25px;
          font-weight: bold;
          color: white;
          padding-top: 10px;
          display: block;
          margin: 0 auto 10px auto; }
        #section02 ul li dd {
          display: block;
          font-size: 15px;
          font-weight: bold;
          color: #0000fe;
          vertical-align: top;
          margin-left: 0px;
          margin-top: 0px;
          width: 100%;
          text-align: center; }

  #section03 {
    padding: 100px 0; }
    #section03 table {
      width: 90%;
      margin: 0 auto;
      border-collapse: collapse;
      font-size: 14px; }
      #section03 table tr {
        border-bottom: solid thin gray; }
        #section03 table tr:last-child {
          border: none; }
      #section03 table td:first-child {
        width: 60px;
        padding: 15px 0; } }
