body {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

main {
  width: 100%;
  margin: 0 auto;
  background-color: #D6DCE6;
}

main a {
  text-decoration: none;
}

main a:hover {
  opacity: .7;
}

main sup {
  font-size: 70%;   
  vertical-align: super;
}

main p {
  margin: 0;
  line-height: 1.6;
}

main img {
  width: 100%;
}

main section {
  padding: 0 20px;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #0F3896;
  color: #fff;
  border-top: 5px solid #DB8700;
}

.w1000 {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  line-height: 0;
}

.w840 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.w600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.row {
  display: flex;
}

.orange {
  color: #DB8700;
}

.blue {
  color: #0F3896;
}

/* ページタイトル */
h1 {
  text-align: center;
  color: #0F3896;
  font-weight: bold;
  font-size: 50px;
  padding: 40px 0;
}

.tab {
  border-top: 4px solid #DB8700;
  border-bottom: 4px solid #DB8700;
}

.tab-vol {
  color: #DB8700;
  font-size: 30px;
  line-height: 0;
}

.tab-line {
  border-top: 1px solid #5F5F5F;
}

.tab+p {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .tab {
    display: flex;
  }

  .tab-vol {
    width: 50%;
  }

  .tab-line {
    border-left: 1px solid #5F5F5F;
    margin: 10px 0;
  }
}

/* メインビジュアル */

.read {
  max-width: 850px;
  padding: 30px 20px;
  margin: 0 auto;
}

.hero {
  text-align: center;
  padding-bottom: 30px;
}

.hero-vol {
  display: inline-block;
  padding: 10px 10px 0;
  margin: 0;
  font-size: 35px;
  color: #DB8700;
  border-bottom: 4px solid #DB8700;
}

h2 {
  font-size: 45px;
  padding: 30px 0;
  margin: 0;
}

.menu {
  padding: 40px 20px 20px;
  border-bottom: 1px solid #0F3896;
  font-size: 120%;
}

.menu p {
  display: inline-block;
  vertical-align: top;
  font-size: 120%;
  font-weight: bold;
  background-color: #0F3896;
  color: #fff;
  padding: 10px 12px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.menu ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}

.menu li {
  padding-bottom: 16px;
  position: relative;
}

.menu a {
  text-decoration: underline;
  color: #0F3896;
}

.menu span {
  display: inline-block;
  background-color: #0F3896;
  font-size: 14px;
  color: #fff;
  padding: 2px 12px 5px;
  line-height: 1;
  border-radius: 15px;
  position: absolute;
  left: -40px;
  transform: scale(1);
  transition: .2s ease transform;
}

.menu a:hover span {
  padding: 4px 14px 7px;
  left: -42px;
  top: -2px;
  transform: scale(1.1);
}

/* メインコンテンツ */

h3 {
  color: #0F3896;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 90px;
}

.h3-line {
  border-top: 2px solid #0F3896;
  width: 160px;
  margin: 15px auto 10px;
}

h4 {
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  padding-top: 30px;
  line-height: 1.4;
}

.main-r img,
.main-l img {
  display: block;
  max-width: 400px;
  margin: 30px auto 0;
}

.main-r img {
  border-bottom: 20px solid #DB8700;
}

.main-l img {
  border-bottom: 20px solid #0F3896;
}

.main-comment {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 30px;
}

.main-name {
  width: 80px;
}

.main-text {
  width: calc(100% - 80px);
}

.main-image {
  margin-top: 60px;
}

.main-profile {
  padding-top: 90px;
}

.main-profile+.main-profile {
  padding-top: 30px;
}

@media screen and (min-width: 1000px) {

  .main-l,
  .main-r {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }

  .main-l img,
  .main-r img {
    position: absolute;
  }

  .main-l img {
    left: -100px;
  }

  .main-r img {
    right: -100px;
  }

  .w440 {
    width: 440px;
  }

  .main-l .w440 {
    margin-right: 0;
  }

  .main-r .w440 {
    margin-left: 0;
  }

  .pc-padding {
    padding-top: 90px;
  }
}

/* Product */
/* 
.product {
  margin-top: 60px;
  padding-bottom: 50px;
}

h4 {
  font-size: 26px;
  padding: 50px 0 30px;
  text-align: center;
}

.btn-vol a {
  display: flex;
  border: 3px solid #DB8700;
  border-radius: 4px;
  margin: 50px 0 0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}

.btn-vol p:first-child {
  width: calc(100% - 50px);
}

.btn-vol p span {
  display: table-cell;
  vertical-align: middle;
}

.btn-vol p span:first-child {
  color: #DB8700;
  font-size: 30px;
  text-align: center;
  padding: 0 20px;
}

.btn-vol p:last-child {
  width: 50px;
  position: relative;
}

.arrow {
  display: inline-block;
  width: 14.6px;
  height: 25.2px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 19px;
  height: 4px;
  border-radius: 9999px;
  background-color: #db8700;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
} */

/* link */

.link h3 {
  color: #000;
  padding-bottom: 30px;
}

.link p {
  padding-top: 30px;
  font-size: 22px;
  font-weight: bold;
}

.link-block p {
  padding: 0;
}

.link-block p:first-child {
  line-height: 1;
}

.link-block img {
  width: 160px;
}

.link-block p+p {
  padding-left: 20px;
  padding-bottom: 30px;
}

.link-block a {
  display: block;
  background-color: #0F3896;
  padding: 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

.link-block div {
  display: flex;
}

.link-block span {
  position: absolute;
  display: inline;
  background-color: #D6DCE6;
  color: #0F3896;
  font-weight: bold;
  padding: 0 20px;
  right: 30px;
  bottom: 15px;
  line-height: 30px;
}

.link-block span::after {
  content: "";
  position: absolute;
  right: -30px;
  color: #D6DCE6;
  border-left: 15px solid;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* info */
.info-link {
  padding-top: 60px;
  line-height: 1;
}


.info-link a {
  border: 1px solid #000;
  display: block;
}

.info-caption {
  padding-top: 30px;
  padding-bottom: 90px;
  font-size: 12px;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block
  }
}

/* 続きを読む */
.next {
  padding: 150px 0px 30px;
  margin-top: -220px;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .next {
    padding: 150px 0px 60px;
  }
}

.next-lead {
  font-size: 24px;
  font-weight: 700;
  color: #f43400;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .next-lead {
    font-size: 20px;
  }
}
.next-lead span {
  display: inline-block;
}

.next-btn a {
  display: block;
  max-width: 500px;
  margin: 0 auto 30px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 40px;
  background-image: url(../images/arrow2.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 12px;
  background-color: #f43400;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .next-btn a {
    font-size: 24px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .next-btn a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .next-btn a:hover {
    text-decoration: none;
    background-color: #ff8420;
    background-position: right 35px center;
  }
}

.next-note {
  font-weight: 700;
  color: #00447C;
}
@media screen and (max-width: 767px) {
  .next-note {
    font-size: 16px;
  }
}
