.article-main {
  position: relative;
  background-color: #fff;
}
.article-title .article-title__inner1 {
  color: #D70146;
  text-align: center;
}
.article-title p {
  text-align: left;
  font-weight: 700;
}
.article-title h1 {
  font-weight: 700;
}
.article-title small {
  display: block;
}

.article-content {
  margin: 0 auto;
  color: #191919;
}
.article-profile .article-profile1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-body h2 {
  color: #0055A2;
  font-weight: 700;
}
.article-body h3 {
  color: #D70146;
}
.article-body em {
  display: inline;
  font-weight: 700;
}
.article-body figure {
  position: relative;
}
.article-body figcaption {
  text-align: center;
  color: #666666;
}
.article-body figcaption.figcaption-left {
  text-align: left;
}
.article-pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-pagenation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: serif;
}
.article-pagenation li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.article-pagenation li a:hover {
  color: #fff;
  background-color: #000;
}
.article-pagenation li.current {
  background-color: #000;
  color: #fff;
}

.article-c-indent {
  padding-left: 0.9em;
}
.article-c-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f7ccda));
  background: linear-gradient(transparent 65%, #f7ccda 65%);
}
@media screen and (min-width: 768px) {
  .article-main {
    background-size: 1280px auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .article-main .l-pagetop__inner {
    width: 720px;
  }
  .article-title {
    width: 100%;
    height: 590px;
    background-image: url(../img/header_bg_pc.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
  }
  .article-title .article-title__inner1 {
    width: 720px;
    height: 252px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .article-title p {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .article-title h1 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
  .article-title small {
    font-size: 0.9375rem;
    margin-top: 1.2em;
  }
  .article-content {
    width: 720px;
    margin-top: 57px;
  }
  .article-lead {
    font-size: 1rem;
    line-height: 1.9375;
    margin-bottom: 43px;
  }
  .article-profile {
    margin-bottom: 33px;
  }
  .article-profile .article-profile1 {
    font-size: 0.75rem;
    line-height: 1;
  }
  .article-profile .article-profile1 > div:nth-of-type(1) {
    width: 74px;
  }
  .article-profile .article-profile1 > div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
  }
  .article-profile .article-profile1 > div:nth-of-type(2) p {
    font-size: 0.625rem;
    line-height: 2;
  }
  .article-profile .article-profile1 em {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
  }
  .article-profile .article-profile1 span {
    font-weight: normal;
    font-size: 0.625rem;
  }
  .article-profile .article-profile2 {
    display: none;
  }
  .article-body {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .article-body h2 {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 1.7em;
  }
  .article-body h3 {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-bottom: 1.6em;
  }
  .article-body em {
    font-size: 1rem;
  }
  .article-body figure {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .article-body figure .figure-img2 {
    width: 123px;
  }
  .article-body figure .figure-img3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
  }
  .article-body figure .figure-img4 {
    width: 348px;
    margin: 0 auto;
  }
  .article-body figcaption {
    font-size: 0.5rem;
    margin-top: 0.6em;
  }
  .article-body figcaption.figcaption-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .article-pagenation {
    margin-top: 55px;
  }
  .article-pagenation li {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .article-main {
    background-image: url(../img/header_bg_sp.jpg);
    background-size: 100% auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
  }
  .article-title .article-title__inner1 {
    padding: 16.4102564103vw 0 2.5641025641vw;
  }
  .article-title p {
    font-size: 3.0769230769vw;
    margin-bottom: 0.4em;
    padding-left: 8.2051282051vw;
  }
  .article-title h1 {
    font-size: 5.641025641vw;
    line-height: 1.5454545455;
  }
  .article-title small {
    font-size: 3.5897435897vw;
    margin-top: 1.1em;
  }
  .article-content {
    width: 91.7948717949vw;
    margin-top: 13.0769230769vw;
  }
  .article-lead {
    font-weight: 700;
    font-size: 4.1025641026vw;
    line-height: 1.9375;
    margin-bottom: 10vw;
  }
  .article-profile {
    margin-bottom: 7.6923076923vw;
  }
  .article-profile .article-profile1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 3.0769230769vw;
    line-height: 1;
  }
  .article-profile .article-profile1 > div:nth-of-type(1) {
    width: 18.9743589744vw;
  }
  .article-profile .article-profile1 > div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2.5641025641vw;
  }
  .article-profile .article-profile1 > div:nth-of-type(2) p {
    display: none;
  }
  .article-profile .article-profile1 em {
    display: block;
    font-weight: 700;
    font-size: 4.1025641026vw;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
  }
  .article-profile .article-profile1 span {
    font-weight: normal;
    font-size: 2.5641025641vw;
  }
  .article-profile .article-profile2 {
    margin-top: 0.05em;
  }
  .article-profile .article-profile2 p {
    font-size: 2.5641025641vw;
    line-height: 2;
  }
  .article-body {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
  }
  .article-body h2 {
    font-size: 4.1025641026vw;
    line-height: 1.625;
    margin-bottom: 1.7em;
  }
  .article-body h3 {
    font-size: 3.5897435897vw;
    line-height: 1.8571428571;
    margin-bottom: 1.6em;
  }
  .article-body em {
    font-size: 4.1025641026vw;
  }
  .article-body figure {
    margin-top: 8.2051282051vw;
    margin-bottom: 10.2564102564vw;
  }
  .article-body figure .figure-img1 {
    width: 95.641025641vw;
    max-width: none;
    margin-left: -2.0512820513vw;
  }
  .article-body figure .figure-img2 {
    width: 31.5384615385vw;
    margin: 0 auto;
  }
  .article-body figure .figure-img3 {
    width: 89.2307692308vw;
    margin-bottom: 5.641025641vw;
  }
  .article-body figure .figure-img4 {
    width: 89.2307692308vw;
    margin-bottom: 5.641025641vw;
  }
  .article-body figcaption {
    font-size: 2.0512820513vw;
    margin-top: 0.6em;
  }
  .article-pagenation {
    margin-top: 19.2307692308vw;
  }
  .article-pagenation li {
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    font-size: 4.1025641026vw;
    border: 1px solid #000;
  }
}