@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
body {
  background-color: #f0f4f7; }

.l-content .b-box00 {
  width: 100%;
  padding: 60px 55px;
  margin-top: 30px; }
  .l-content .b-box00 > *:first-of-type {
    margin-top: 0 !important; }

.l-content .e-img00 {
  margin: 35px 0 35px; }

.p-intrHead {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 0; }
  .p-intrHead .p-intrTtl01 {
    margin: 0; }
  .p-intrHead time {
    line-height: 1;
    font-size: 11px;
    color: #808080; }

.p-intrTtl00 {
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  margin: 60px 0 35px; }

.p-intrTtl01 {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  margin: 35px 0 35px; }

.p-intrTtl02 {
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: .75em; }

.p-intrTxt00 {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 2em; }
  .p-intrTxt00 a {
    color: #538227; }

.p-intrTxt01 {
  font-size: 13px;
  line-height: 18px; }

.p-intrBtn00 {
  position: relative;
  display: flex;
  margin: 35px 0 35px; }
  .p-intrBtn00 a {
    font-weight: bold;
    color: #538227;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 28px;
    border: solid 1px #abc23c;
    cursor: pointer;
    border-radius: 5px;
    transition: opacity .3s linear;
    padding: 0 15px; }
    .p-intrBtn00 a:hover {
      opacity: .8; }

.p-intrBox00 {
  position: relative;
  border: solid 1px #e6e6e6;
  padding: 30px;
  box-sizing: border-box;
  margin: 35px 0; }
  .p-intrBox00 > *:first-of-type {
    margin-top: 0 !important; }
  .p-intrBox00 > *:last-of-type {
    margin-bottom: 0 !important; }

.p-intrImg00 {
  position: relative;
  line-height: 0;
  margin-bottom: 35px; }
  .p-intrImg00 img {
    width: 350px;
    height: auto; }

.p-intrUl00 {
  position: relative;
  border-top: solid 1px #e6e6e6; }
  .p-intrUl00 li {
    display: grid;
    border-bottom: solid 1px #e6e6e6;
    grid-template-columns: 1fr 180px;
    grid-template-rows: auto 1fr;
    width: 100%;
    padding: 15px 0; }
  .p-intrUl00 .p-intrBtn00 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    justify-content: flex-end;
    margin: 0;
    align-items: flex-start; }
  .p-intrUl00 .p-intrTxt00 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-bottom: 10px; }
  .p-intrUl00 .p-intrTxt01 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-bottom: 10px; }
  .p-intrUl00_link {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    margin-top: 10px; }
    .p-intrUl00_link .e-lnkMore {
      font-size: 15px; }
