body {
  font-family: YakuHanJP_Narrow, 'Lato', "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

section {
  padding: 0; }

.feature_section {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.feature_section .feature_main_visual img {
  width: 100%;
  height: auto;
  display: block; }

.feature_section .feature_title .text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px; }

.notice-table {
  width: 80%;
  max-width: 600px;
  margin: 24px auto;
  border-collapse: collapse;
  border-top: 1px solid #E1E1E1; }

.notice-table th {
  width: 30%;
  border-bottom: 1px solid #E1E1E1;
  font-size: 16px;
  color: #000000;
  padding: 15px 20px 15px 50px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.05em; }

.notice-table td {
  width: 70%;
  line-height: 1.5;
  border-bottom: 1px solid #E1E1E1;
  font-size: 16px;
  color: #000000;
  padding: 15px 40px 15px 0;
  text-align: left;
  letter-spacing: 0.05em; }

.feature_section .feature_more_botan {
  padding: 3em 0 0; }

.feature_section .feature_more_botan a {
  text-align: center;
  max-width: 350px;
  display: block;
  text-decoration: none;
  background: #c93741;
  color: #fff;
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1; }

/*.feature_section .feature_more_botan a:nth-child(2) {
    margin-top: 10px;
}*/
@media (max-width: 768px) {
  .feature_section .feature_title .text {
    font-size: 20px; }

  /*.pc {
      display: none;
  }	*/
  .feature_section .notice-table {
    width: 100%; }

  .notice-table th, .notice-table td {
    padding: 15px 0;
    font-size: 120%; }

  .feature_section .feature_more_botan a {
    padding: 20px 0;
    font-size: 120%; } }
