@charset "UTF-8";
body * {
  box-sizing: border-box;
}
dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
dl dt {
  text-align: right;
  width: 8.5em;
  padding: 8px 16px 8px 8px;
  position: relative;
}
dl dt::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00063e;
  right: -5px; /*初期値-0.55*/
  top: 16px;
  border-radius: 100%;
}
dl dd {
  width: calc(100% - 8.5em);
  padding: 8px 16px 18px;
  border-left: 1px solid #ccc;
  text-align: left;
  line-height: 2.2rem;
}
.potter {
  margin: 80px auto 0; 
}
@media(min-width: 820px) {
  .potter {
    max-width: 1040px;
    padding: 0 24px;
  }
}
.potter__top {
  padding: 20px 24px 0;
}
.potter__top h1 {
  display: inline;
  font-size: 2.8rem;
  position: relative;
  padding-left: 1rem;
  border-left: 4px solid #00063e;
}
h1:before {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 9px);
  content: '';
  border-left: 2px solid #00063e;
}
h2 {
  /*margin:0;                /* デフォルトCSS打ち消し*/
  position: relative;
  background-color: #000534;
  color: #fff;
  padding: 10px 0 10px 15px;
  margin: 0 auto 20px;
  width: 70%;
}
h2:before {
  content: ''; /* 空の要素を作る */
  height: 110%; /* 高さ指定 */
  width: 1.5px; /* 幅指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 14px; /* 位置調整 */
  top: -3px; /* 位置調整 */
  margin: auto; /* 位置調整 */
  background-color: #fff; /* 背景色指定 */
  transform: rotate(4deg); /* 回転 */
}
h2:after {
  content: ''; /* 空の要素を作る */
  height: 116%; /* 高さ指定 */
  width: 2px; /* 幅指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 14px; /* 位置調整 */
  top: -6px; /* 位置調整 */
  margin: auto; /* 位置調整 */
  background-color: #fff; /* 背景色指定 */
  transform: rotate(-15deg); /* 回転 */
}
@media(min-width: 500px) {
  h1 {
    width: 70%;
    margin: 0 auto;
  }
}
@media(min-width: 820px) {
  h1 {
    width: 60%;
    margin: 0 auto;
  }
}
h2 {
  margin-bottom: 20px;
}
h3 {
  font-size: 2.0rem;
  padding: 0.5em 0;
  border-top: solid 1.8px #00063e;
  border-bottom: solid 1.8px #00063e;
  margin: 30px auto 10px;
  width: 80%;
}
@media(min-width: 820px) {
  h2 {
    width: 50%;
  }
  h3 {
    width: 90%;
  }
}
p {
  text-align: left;
  width: 80%;
  margin: 15px auto 0;
}
.seiroku {
  padding: 80px 24px 150px;
}
.seiroku span {
  font-size: 1.4rem;
}
.seiroku__about img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.seiroku__about p {
  width: 70%;
}
.seiroku__others {
  text-align: left;
}
@media(min-width: 820px) {
  .seiroku__about {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seiroku__about img {
    margin: 0 auto;
  }
  .seiroku__about p {
    font-size: 1.8rem;
    line-height: 3.0rem;
    width: 40%;
    margin: 0 auto 0 0;
  }
  .seiroku__others {
    display: flex;
    justify-content: center;
  }
  .seiroku__others-collection {
    width: 50%;
    margin: 0 auto;
  }
  .seiroku__others-certification {
    width: 50%;
    margin: 0 auto;
  }
}
.seigo {
  padding: 0 24px 150px;
}
.seigo img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
@media(min-width: 820px) {
  .seigo__about {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seigo__about img {
    width: 250px;
    margin: 0 auto;
  }
  .seigo__about p {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
.emiko {
  padding: 0 24px 150px;
}
.emiko img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
@media(min-width: 820px) {
  .emiko__about {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .emiko__about p {
    margin: 0 auto 0 0;
    width: 40%;
  }
}
.miho {
  padding: 0 24px 150px;
}
.miho img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.miho a {
  color: #00063e;
}
@media(min-width: 820px) {
  .miho__about {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .miho__about img {
    width: 250px;
    margin: 0 auto;
  }
  .miho__about p {
    width: 40%;
    margin: 0 auto 0 0;
  }
}