@charset "UTF-8";
/*----------------------------------------------------------
更新日：2021年10月23日

=キービジュアルエリア(#key-area)
=コンテンツエリア(#content-area)

=タブレット(1023px以下)

=スマホ(780px以下)
	=SP コンテンツエリア(#content-area)

-------------------------------------------------------------*/
.kome {
  font-size: 12px;
  display: block;
}

/* =キービジュアルエリア(#key-area)
-------------------------------------------------------------*/
#key-area {
  background: -webkit-linear-gradient(left, #E4E6E3, #E2E2E2);
  background: linear-gradient(to right, #E4E6E3, #E2E2E2);
}

/* =コンテンツエリア(#content-area)
-------------------------------------------------------------*/
#content-area p {
  line-height: 1.8;
}

#content-area p.left {
  float: left;
  width: 440px;
}

#content-area p.right {
  float: right;
  width: 280px;
}

#content-area h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}

#content-area h2 + p {
  margin-top: -10px;
}

#content-area > section > section > p {
  margin-bottom: 20px;
}

#content-area > section > section > p:last-of-type {
  margin-bottom: 0;
}

#content-area table {
  border-top: solid 1px #CBD2DE;
  border-right: solid 1px #CBD2DE;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 40px;
}

#content-area table th,
#content-area table td {
  border-left: solid 1px #CBD2DE;
  border-bottom: solid 1px #CBD2DE;
  padding: 15px 20px;
  line-height: 1.4;
  vertical-align: top;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

#content-area table th {
  background: #F0F4F5;
  color: #3E3E3E;
}

#content-area table tbody th {
  text-align: left;
}

#content-area ol {
  margin-bottom: 20px;
}

#content-area ol li {
  font-weight: bold;
  line-height: 1.8;
}

#content-area .youtube {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 56.25%;
}

#content-area .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

#content-area .btn {
  text-align: center;
}

#content-area .btn a {
  display: inline-block;
  margin: 0 auto;
  padding-right: 40px;
  font-size: 14px;
  font-weight: bold;
}

.use-area {
  padding-bottom: 40px;
}

/* =スマホ(780px以下)
-------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  /* =SPコンテンツエリア(#content-area)
-------------------------------------------------------------*/
  #content-area p {
    line-height: 1.6;
  }
  #content-area p.left {
    float: none;
    width: auto;
  }
  #content-area p.right {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #content-area h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #content-area table {
    box-sizing: border-box;
    margin-top: 30px;
  }
  #content-area table th,
  #content-area table td {
    white-space: normal;
  }
  #content-area .youtube {
    width: 100%;
  }
  #content-area .btn {
    text-align: center;
  }
  #content-area .btn a {
    display: inline-block;
    margin: 0 auto;
    padding-right: 40px;
    font-size: 14px;
    font-weight: bold;
  }
  .use-area {
    padding-bottom: 20px;
  }
}

/* スマホここまで */
