@charset "UTF-8";

main h1 {
  height: 120px;
  line-height: 120px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
}
.path ul {
  margin-bottom: 38px;
}
strong {
  font-weight: bold;
}
main h2.line-y {
  padding: 0 0 0 14px;
  margin-bottom: 10px;
  line-height: 1.4545;
}
main .lead {
  margin-bottom: 53px;
}
main .lead .txt {
  line-height: 1.75;
}
main .block {
  margin-bottom: 55px;
}
main .block.mb48 {
  margin-bottom: 48px;
}
main .txt {
  margin-bottom: 35px;
  line-height: 1.75;
}
main .txt.mb20 {
  margin-bottom: 20px;
}
main .txt.mb22 {
  margin-bottom: 22px;
}
main .txt:last-child {
  margin-bottom: 0;
}
main .cap {
  margin-bottom: 2px;
  font-weight: bold;
}
main .txt-wrapper {
  border-top: 1px solid #1A1A1A;
  padding-top: 23px;
}
main li {
  margin-bottom: 14px;
}
main li:last-child {
  margin-bottom: 0;
}
main .ind1 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
main .block li .txt {
  padding-left: 1.2em;
}
main li span {
  margin-right: 4px;
  font-weight: normal;
}
main .block ul li {
  padding-left: 20px;
  margin-bottom: 12px;
  text-indent: -20px;
}
main .block ul li::before {
  display: inline-block;
  content: "・";
  margin-right: 4px;
  width: 16px;
  height: 16px;
  text-indent: 0;
}
main .block a {
  text-decoration: underline;
  font-weight: bold;
}
main .block a:hover {
  color: #DD6D22;
}
main .block .box {
  margin-bottom: 35px;
}
main .block .box .cap {
  padding: 13px 20px 9px;
  margin-bottom: 17px;
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #F8F6ED;
}
main .block .box .cap span {
  display: block;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
main .txt.right {
  margin-bottom: 53px;
  text-align: right;
}
main .date {
  padding: 25px 0 23px;
  border-top: 1px solid #C6C2B8;
  border-bottom: 1px solid #C6C2B8;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width:768px){
  main h1 {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .path ul {
    margin-bottom: 38px;
  }
  main h2.line-y {
    padding: 5px 0 4px 14px;
  }
  main .lead {
    margin-bottom: 55px;
  }
  main .lead .txt {
    line-height: 1.7333;
  }
  main .block {
    margin-bottom: 35px;
  }
  main .block.mb48 {
    margin-bottom: 34px;
  }
  main .txt-wrapper {
    padding-top: 15px;
  }
  main .txt {
    margin-bottom: 28px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  main .block .txt {
    line-height: 1.7333;
  }
  main .txt.mb22 {
    margin-bottom: 18px;
  }
  main .cap {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main li {
    margin-bottom: 11px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main .block .box .cap {
    padding: 13px 20px 11px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  main .txt.right {
    margin-bottom: 33px;
  }
  main .date {
    padding: 24px 0 22px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
