@charset "UTF-8";

.p-article-editor .border-box .list {
  padding-left: 0;
  list-style-type: none;
}


.note {
  font-size: 10px !important;
}
.p-article-editor .content-block {
  max-width: 840px;
  margin: auto;
}
.p-article-editor .content-block .inner-block {
  padding: 105px 20px 100px;
}
.p-article-editor .content-block h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding-bottom: 51px;
  border-bottom: 1px solid #414141;
  margin-bottom: 91px;
}
.p-article-editor .content-block p {
  line-height: 2;
  word-break: normal !important;
  word-wrap: break-word;
  margin-bottom: 30px;
  font-size: 15px;
}
.p-article-editor .border-box {
  border: 6px solid #fce9e7;
  padding: 30px 60px 50px;
}
.p-article-editor .border-box p {
  margin: 0;
}
.p-article-editor .border-box .ttl {
  color: #b97d87;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.p-article-editor .border-box .list li + li {
  margin-top: 20px;
}
.p-article-editor .border-box .list .name {
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin: 0;
}
.p-article-editor .border-box .list .name::before {
  background: #b97d87;
  border-radius: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 6px;
  left: 2px;
  margin: auto;
}
.p-article-editor .border-box .list .name .small {
  color: #acacac;
  font-size: 13px;
  font-weight: normal;
}
.p-article-editor .border-box .list .detail {
  line-height: 1.4;
  font-size: 15px;
  margin: 0;
}
.p-article-editor .num-ttl-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.p-article-editor .num-ttl-wrap .num-ttl {
  border-bottom-color: #bfbfbf;
  color: #b97d87;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p-article-editor .num-ttl-wrap p {
  font-size: 20px;
  margin: 0;
}
.p-article-editor .img-txt figure {
  text-align: center;
}
.p-article-editor .lineup-box {
  margin-bottom: 40px;
}
.p-article-editor .lineup-box p {
  margin: 0;
}
.p-article-editor .lineup-box .ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.p-article-editor .lineup-box .item {
  background: #f4f4f4;
}
.p-article-editor .lineup-box .item .ttl,
.p-article-editor .lineup-box .item .txt {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.p-article-editor .lineup-box .item .ttl {
  margin-bottom: 5px;
}
.p-article-editor figure {
  margin: 0;
}
.p-article-editor .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-article-editor .wp-block-image img {
  height: auto;
}

@media only screen and (min-width: 641px) {
  .p-article-editor .border-box .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-article-editor .border-box .list .name {
    width: 20%;
  }
  .p-article-editor .border-box .list .name .ico {
    position: absolute;
    right: 0;
    top: 1px;
  }
  .p-article-editor .border-box .list .detail {
    padding-left: 25px;
    width: 80%;
  }
  .p-article-editor .img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-article-editor .img-txt.img-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-article-editor .img-txt.img-left .txt-area {
    padding-right: 30px;
    padding-left: 0;
  }
  .p-article-editor .img-txt figure {
    width: 47%;
  }
  .p-article-editor .img-txt .txt-area {
    width: 53%;
    padding-left: 30px;
  }
  .p-article-editor .lineup-box .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-article-editor .lineup-box .item {
    width: calc((100% - 36px)/3);
  }
  .p-article-editor .lineup-box .item + .item {
    margin-left: 16px;
  }
  .p-article-editor .lineup-box .item .txt-area {
    padding: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .note {
    font-size: 10px !important;
  }
  .p-article-editor .content-block .inner-block {
    padding: 48px 24px;
  }
  .p-article-editor .content-block h2 {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 26px;
    margin-bottom: 36px;
  }
  .p-article-editor .content-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-article-editor .border-box {
    border-width: 3px;
    padding: 15px 20px 20px;
  }
  .p-article-editor .border-box .ttl {
    font-size: 16px;
  }
  .p-article-editor .border-box .list .name {
    font-size: 13px;
  }
  .p-article-editor .border-box .list .detail {
    font-size: 13px;
  }
  .p-article-editor .num-ttl-wrap {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .p-article-editor .num-ttl-wrap p {
    font-size: 14px;
  }
  .p-article-editor .img-txt figure {
    margin-bottom: 20px;
  }
  .p-article-editor .lineup-box .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-article-editor .lineup-box .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
  .p-article-editor .lineup-box .item + .item {
    margin-top: 15px;
  }
  .p-article-editor .lineup-box .item .img {
    width: 100px;
  }
  .p-article-editor .lineup-box .item .txt-area {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
  .p-article-editor .lineup-box .item .ttl,
.p-article-editor .lineup-box .item .txt {
    font-size: 12px;
  }
  .p-article-editor .wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}