@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@300;400;700&display=swap");
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  line-height: 1.8;
  color: #000;
}

.wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.8;
    color: #000;
  }
  .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    line-height: 1.8;
    color: #000;
  }
}
* html body {
  overflow: hidden;
}

#top, #topproduct, #pd01, #pd02 {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 980px) {
  #pd01 {
    margin-top: -30px;
    padding-top: 30px;
  }
  #pd02 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

.drawer-navbar {
  display: none;
}

/* SP版非表示設定 */
@media screen and (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .drawer-navbar {
    display: block !important;
  }
}
/* SP版非表示設定 */
@media screen and (max-width: 780px) {
  .is-pc-kaigyou {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
エフェクト　表示
---------------------------------------------------------------------- */
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.fadein:nth-of-type(2) {
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}

.fadein:nth-of-type(3) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.fadein:nth-of-type(4) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fadein:nth-of-type(5) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fadein:nth-of-type(6) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fadeup-contents {
  -webkit-animation-name: fadeup-contents;
          animation-name: fadeup-contents;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fadeup-contents {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup-contents {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-visual-area {
  margin: 50px auto 0;
  padding: 0 20px 0 0;
  height: 600px;
  max-width: 1200px;
}
.main-visual-area .main-visual-contents {
  margin: 0;
  padding: 0;
  background: url("../images/img-mainvisual.svg") no-repeat;
  background-position: right 30px;
  height: 600px;
  position: relative;
  display: none;
}
.main-visual-area .main-visual-contents .main-catch {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 20%;
  left: 0;
  text-align: center;
}
.main-visual-area .main-visual-contents .main-catch .catch-box {
  margin: 0 auto;
  padding: 17px 15px 15px;
  border: 3px solid #000;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  vertical-align: baseline;
}
.main-visual-area .main-visual-contents .main-catch .catch-text01 {
  margin: 50px 0 0;
  padding: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 0;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
}
.main-visual-area .main-visual-contents .main-catch .catch-text02 {
  margin: 80px 0 0;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 0;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
}
.main-visual-area .main-visual-contents .main-catch .catch-text03 {
  margin: 40px 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
}

@media screen and (max-width: 980px) {
  .main-visual-area {
    margin: 50px auto 0;
    padding: 0;
    height: 600px;
    max-width: 100%;
  }
  .main-visual-area .main-visual-contents {
    margin: 0;
    padding: 0;
    background: url("../images/img-sp-mainvisual.svg") no-repeat;
    background-position: right 30px;
    height: 600px;
    position: relative;
  }
  .main-visual-area .main-visual-contents .main-catch {
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    width: 90%;
  }
  .main-visual-area .main-visual-contents .main-catch .catch-box {
    margin: 0 auto;
    padding: 17px 15px 15px;
    border: 3px solid #000;
    background: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
    vertical-align: baseline;
  }
  .main-visual-area .main-visual-contents .main-catch .catch-text01 {
    margin: 50px 0 0;
    padding: 0;
    font-size: 100px;
    font-weight: 300;
    line-height: 0;
    text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  }
  .main-visual-area .main-visual-contents .main-catch .catch-text02 {
    margin: 55px 0 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  }
  .main-visual-area .main-visual-contents .main-catch .catch-text03 {
    margin: 40px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  }
}
.top-contents {
  margin: 0;
  padding: 60px 0;
  background: #F2F3F7;
  width: 100%;
}
.top-contents .top-contents-area {
  margin: 60px auto 0;
  padding: 0 10px;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-contents .top-contents-area li.left {
  margin: 0;
  padding: 20px 5px;
  width: 50%;
  border-right: 1px solid #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-contents .top-contents-area li.left .ivet-image {
  margin: 20px 0 0;
}
.top-contents .top-contents-area li.left .ivet-image img {
  width: 80%;
  height: auto;
}
.top-contents .top-contents-area li.left .icon {
  margin: 0 10px 0 0;
  padding: 0;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
.top-contents .top-contents-area li.left .title {
  margin: 0 15px 0 0;
  padding: 0;
  max-width: 365px;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  vertical-align: middle;
}
.top-contents .top-contents-area li.left .ivet-text {
  margin: 20px 0 0 30px;
  padding: 0;
  text-align: left;
}
.top-contents .top-contents-area li.left .ivet-text li {
  margin: 0 0 10px;
  padding: 0;
  list-style: disc;
}
.top-contents .top-contents-area li.right {
  margin: 0;
  padding: 20px 5px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-contents .top-contents-area li.right .ivet-image {
  margin: 20px 0 0;
}
.top-contents .top-contents-area li.right .ivet-image img {
  width: 80%;
  height: auto;
}
.top-contents .top-contents-area li.right .icon {
  margin: 0 5px 0 0;
  padding: 0;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
.top-contents .top-contents-area li.right .title {
  margin: 0 5px 0 0;
  padding: 0;
  max-width: 365px;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4;
}
.top-contents .top-contents-area li.right .ivet-text {
  margin: 30px 0 100px 70px;
  padding: 0;
  text-align: left;
}
.top-contents .top-contents-area li.right .ivet-text li {
  margin: 0 0 10px;
  padding: 0;
  list-style: disc;
}
.top-contents .top-contents-area-02 {
  margin: 60px auto 0;
  padding: 60px 0 0;
  border-top: 1px solid #ccc;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-contents .top-contents-area-02 li.left {
  margin: 0;
  padding: 0 40px;
  width: 50%;
  border-right: 1px solid #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-contents .top-contents-area-02 li.left .ivet-image {
  margin: 20px 0 0;
}
.top-contents .top-contents-area-02 li.left .ivet-image img {
  width: 80%;
  height: auto;
}
.top-contents .top-contents-area-02 li.left .icon {
  margin: 0 25px;
  padding: 0;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
.top-contents .top-contents-area-02 li.left .title {
  margin: 0;
  padding: 0;
  max-width: 365px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}
.top-contents .top-contents-area-02 li.left .ivet-text {
  margin: 20px 0 0 30px;
  padding: 0;
  text-align: left;
}
.top-contents .top-contents-area-02 li.left .ivet-text li {
  margin: 0 0 10px;
  padding: 0;
  list-style: disc;
}
.top-contents .top-contents-area-02 li.left .mitsumori-base {
  margin: 30px 0 0;
  padding: 15px;
  background: #fff;
}
.top-contents .top-contents-area-02 li.left .mitsumori-base .mitsumori-button-area {
  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;
}
.top-contents .top-contents-area-02 li.left .mitsumori-base .mitsumori-button-area .button-01 {
  margin: 10px 10px 0;
}
.top-contents .top-contents-area-02 li.right {
  margin: 0;
  padding: 0 40px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-contents .top-contents-area-02 li.right .ivet-image {
  margin: 20px 0 0;
}
.top-contents .top-contents-area-02 li.right .ivet-image img {
  width: 80%;
  height: auto;
}
.top-contents .top-contents-area-02 li.right .icon {
  margin: 0 25px;
  padding: 0;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
.top-contents .top-contents-area-02 li.right .title {
  margin: 0;
  padding: 0;
  max-width: 365px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}
.top-contents .top-contents-area-02 li.right .ivet-text {
  margin: 30px 0 100px 70px;
  padding: 0;
  text-align: left;
}
.top-contents .top-contents-area-02 li.right .ivet-text li {
  margin: 0 0 10px;
  padding: 0;
  list-style: disc;
}
.top-contents .top-contents-area-02 li.right .mitsumori-base {
  margin: 30px 0 0;
  padding: 15px;
  background: #fff;
}
.top-contents .top-contents-area-02 li.right .mitsumori-base .mitsumori-button-area {
  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;
}
.top-contents .top-contents-area-02 li.right .mitsumori-base .mitsumori-button-area .button-01 {
  margin: 10px 10px 0;
}

@media screen and (max-width: 480px) {
  .top-contents {
    margin: 0;
    padding: 60px 0;
    background: #F2F3F7;
    width: 100%;
  }
  .top-contents .top-contents-area {
    margin: 60px auto 0;
    padding: 0;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-contents .top-contents-area li.left {
    margin: 0;
    padding: 20px 3% 100px;
    width: 100%;
    border-right: 0px solid #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .top-contents .top-contents-area li.left .ivet-image {
    margin: 20px 0 0;
  }
  .top-contents .top-contents-area li.left .ivet-image img {
    width: 80%;
    height: auto;
  }
  .top-contents .top-contents-area li.left .icon {
    margin: 0 25px;
    padding: 0;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
  }
  .top-contents .top-contents-area li.left .title {
    margin: 0 15px 0 0;
    padding: 0;
    max-width: 365px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
  }
  .top-contents .top-contents-area li.left .ivet-text {
    margin: 20px 0 0 30px;
    padding: 0;
    text-align: left;
  }
  .top-contents .top-contents-area li.left .ivet-text li {
    margin: 0 0 10px;
    padding: 0;
    list-style: disc;
  }
  .top-contents .top-contents-area li.right {
    margin: 50px 0 0;
    padding: 40px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-top: 1px solid #ccc;
  }
  .top-contents .top-contents-area li.right .ivet-image {
    margin: 20px 0 0;
  }
  .top-contents .top-contents-area li.right .ivet-image img {
    width: 80%;
    height: auto;
  }
  .top-contents .top-contents-area li.right .icon {
    margin: 0 25px;
    padding: 0;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
  }
  .top-contents .top-contents-area li.right .title {
    margin: 0 15px 0 0;
    padding: 0;
    max-width: 365px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
    text-align: left;
    line-height: 1.4;
  }
  .top-contents .top-contents-area li.right .ivet-text {
    margin: 30px 0 100px 70px;
    padding: 0;
    text-align: left;
  }
  .top-contents .top-contents-area li.right .ivet-text li {
    margin: 0 0 10px;
    padding: 0;
    list-style: disc;
  }
  .top-contents .top-contents-area-02 {
    margin: 50px auto 0;
    padding: 30px 0 0;
    border-top: 1px solid #ccc;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-contents .top-contents-area-02 li.left {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 0px solid #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .top-contents .top-contents-area-02 li.left .ivet-image {
    margin: 20px 0 0;
  }
  .top-contents .top-contents-area-02 li.left .ivet-image img {
    width: 80%;
    height: auto;
  }
  .top-contents .top-contents-area-02 li.left .icon {
    margin: 0 25px;
    padding: 0;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
  }
  .top-contents .top-contents-area-02 li.left .title {
    margin: 0;
    padding: 0;
    max-width: 365px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
  }
  .top-contents .top-contents-area-02 li.left .ivet-text {
    margin: 20px 0 0 30px;
    padding: 0;
    text-align: left;
  }
  .top-contents .top-contents-area-02 li.left .ivet-text li {
    margin: 0 0 10px;
    padding: 0;
    list-style: disc;
  }
  .top-contents .top-contents-area-02 li.right {
    margin: 50px 0 0;
    padding: 30px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-top: 1px solid #ccc;
  }
  .top-contents .top-contents-area-02 li.right .ivet-image {
    margin: 20px 0 0;
  }
  .top-contents .top-contents-area-02 li.right .ivet-image img {
    width: 80%;
    height: auto;
  }
  .top-contents .top-contents-area-02 li.right .icon {
    margin: 0 25px;
    padding: 0;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
  }
  .top-contents .top-contents-area-02 li.right .title {
    margin: 0;
    padding: 0;
    max-width: 365px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
  }
  .top-contents .top-contents-area-02 li.right .ivet-text {
    margin: 30px 0 100px 70px;
    padding: 0;
    text-align: left;
  }
  .top-contents .top-contents-area-02 li.right .ivet-text li {
    margin: 0 0 10px;
    padding: 0;
    list-style: disc;
  }
}
.top-product-button {
  margin: 20px 0 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-product-button-left {
  margin: 20px 0 0;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-product-button-right {
  margin: 48px 0 0;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-news-contents {
  margin: 0;
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .top-news-contents {
    margin: 0;
    padding: 60px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-news-area {
  margin: 60px auto 0;
  padding: 0;
  border-top: 1px solid #ccc;
  max-width: 800px;
}
.top-news-area li {
  margin: 0;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.top-news-area li :hover,
.top-news-area li :hover::before,
.top-news-area li :hover::after {
  background: rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.top-news-area li .newslink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-news-area li .news-date {
  margin: 0;
  padding: 0 0 0 10px;
  color: #0651A8;
  width: 20%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-news-area li .news-text {
  margin: 0;
  padding: 0;
  color: #000;
  width: 78%;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .top-news-area {
    margin: 60px auto 0;
    padding: 0;
    border-top: 1px solid #ccc;
    max-width: 800px;
  }
  .top-news-area li {
    margin: 0;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .top-news-area li :hover,
.top-news-area li :hover::before,
.top-news-area li :hover::after {
    background: rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-news-area li .newslink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-news-area li .news-date {
    margin: 0;
    padding: 0;
    color: #0651A8;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-news-area li .news-text {
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%;
    text-align: left;
  }
}
.page-title-area {
  margin: 40px auto 0;
  padding: 0;
  background: #F2F3F7;
}
.page-title-area .page-title-contents {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  height: 250px;
}

@media screen and (max-width: 980px) {
  .page-title-area {
    margin: 20px auto 0;
    padding: 0;
    background: #F2F3F7;
  }
  .page-title-area .page-title-contents {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: 250px;
  }
}
.page-title-product {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-product.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-company {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-company.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-recruit {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-recruit.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-privacy {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-privacy.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-news {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-news.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-contact {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-contact.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-sitemap {
  margin: 0 auto;
  padding: 0 0 0 10px;
  max-width: 1200px;
  height: 250px;
  background: url("../images/img-title-sitemap.svg") no-repeat;
  background-position: right top;
  text-align: left;
}

.page-title-text {
  margin: 0;
  padding: 80px 0 0;
  font-size: 58px;
  font-weight: 700;
  color: #0651A8;
  letter-spacing: 2px;
  line-height: 1;
}

.page-subtitle-text {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .page-title-product {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-product.svg") no-repeat;
    background-position: right bottom;
    background-size: 40%;
    text-align: left;
  }
  .page-title-company {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-company.svg") no-repeat;
    background-position: right bottom;
    background-size: 50%;
    text-align: left;
  }
  .page-title-recruit {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-recruit.svg") no-repeat;
    background-position: right bottom;
    background-size: 50%;
    text-align: left;
  }
  .page-title-privacy {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-privacy.svg") no-repeat;
    background-position: right bottom;
    background-size: 50%;
    text-align: left;
  }
  .page-title-news {
    margin: 0 auto;
    padding: 0 0 0 10px;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-news.svg") no-repeat;
    background-position: right bottom;
    background-size: 60%;
    text-align: left;
  }
  .page-title-contact {
    margin: 0 auto;
    padding: 0 0 0 10px;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-contact.svg") no-repeat;
    background-position: right bottom;
    background-size: 60%;
    text-align: left;
  }
  .page-title-sitemap {
    margin: 0 auto;
    padding: 0 0 0 10px;
    max-width: 1200px;
    height: 250px;
    background: url("../images/img-sptitle-sitemap.svg") no-repeat;
    background-position: right bottom;
    background-size: 50%;
    text-align: left;
  }
  .page-title-text {
    margin: 0;
    padding: 90px 0 0 20px;
    font-size: 40px;
    font-weight: 700;
    color: #0651A8;
    letter-spacing: 2px;
    line-height: 1;
  }
  .page-subtitle-text {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 18px;
  }
}
.breadcrumbs {
  margin: 0 auto;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  text-align: left;
  max-width: 1200px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.page-area {
  margin: 50px 0 0;
  padding: 0 0 1px;
  background: #F2F3F7;
}

.page-area-wh {
  margin: 50px auto 0;
  padding: 0 0 100px;
  background: #fff;
  max-width: 1000px;
}

@media screen and (max-width: 980px) {
  .page-area {
    margin: 10px auto 0;
    padding: 0 0 1px;
    background: #fff;
    width: 90%;
  }
  .page-area-wh {
    margin: 50px auto 0;
    padding: 0 0 80px;
    background: #fff;
    width: 90%;
  }
}
.page-ivet-titlearea {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 450px;
  background: url("../images/img-ivet-title.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.page-ivet-titlearea .ivet-title-01 {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ivet-titlearea .ivet-title-01 li.left {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  width: 50%;
}
.page-ivet-titlearea .ivet-title-01 li.left .title-icon-ivet {
  margin: 30px 0 0;
  padding: 0;
}
.page-ivet-titlearea .ivet-title-01 li.left .title-text-ivet {
  margin: 0px 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: #fff 1px 0 10px;
}
.page-ivet-titlearea .ivet-title-01 li.right {
  margin: 50px 0 0;
  width: 50%;
  text-align: center;
}

.page-ivetzoo-titlearea {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 450px;
  background: url("../images/img-ivetzoo-title.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.page-ivetzoo-titlearea .ivet-title-01 {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-ivetzoo-titlearea .ivet-title-01 li.left {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
}
.page-ivetzoo-titlearea .ivet-title-01 li.left .title-icon-ivet {
  margin: 60px 0 0;
  padding: 0;
}
.page-ivetzoo-titlearea .ivet-title-01 li.left .title-text-ivet {
  margin: 20px 0 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: #fff 1px 0 10px;
}
.page-ivetzoo-titlearea .ivet-title-01 li.right {
  margin: 50px 0 0;
  width: 50%;
  text-align: center;
}

.page-lact-titlearea {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 450px;
  background: url("../images/img-lact-title.png") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.page-lact-titlearea .prd-title-01 {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 570px;
}
.page-lact-titlearea .prd-title-01 .prd-subtitle {
  margin: 100px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}
.page-lact-titlearea .prd-title-01 img {
  width: 100%;
  height: auto;
}

.page-bio-titlearea {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 450px;
  background: url("../images/img-bio-title.png") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.page-bio-titlearea .prd-title-01 {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 600px;
}
.page-bio-titlearea .prd-title-01 .prd-subtitle {
  margin: 100px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}
.page-bio-titlearea .prd-title-01 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .page-ivet-titlearea {
    margin: 0 auto;
    padding: 0;
    max-width: 95%;
    height: auto;
    background: none;
  }
  .page-ivet-titlearea .ivet-title-01 {
    margin: -30px auto 0;
    padding: 0;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-ivet-titlearea .ivet-title-01 li.left {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .page-ivet-titlearea .ivet-title-01 li.left .title-icon-ivet {
    margin: 60px 0 0;
    padding: 0;
  }
  .page-ivet-titlearea .ivet-title-01 li.left .title-icon-ivet img {
    width: 60%;
  }
  .page-ivet-titlearea .ivet-title-01 li.left .title-text-ivet {
    margin: 0px 0 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: #fff 1px 0 10px;
  }
  .page-ivet-titlearea .ivet-title-01 li.right {
    margin: 30px auto 0;
    width: 80%;
    text-align: center;
  }
  .page-ivet-titlearea .ivet-title-01 li.right img {
    width: 100%;
  }
  .page-ivetzoo-titlearea {
    margin: 0 auto;
    padding: 0;
    max-width: 95%;
    height: auto;
    background: none;
  }
  .page-ivetzoo-titlearea .ivet-title-01 {
    margin: 0px auto 0;
    padding: 0;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-ivetzoo-titlearea .ivet-title-01 li.left {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .page-ivetzoo-titlearea .ivet-title-01 li.left .title-icon-ivet {
    margin: 30px 0 0;
    padding: 0;
  }
  .page-ivetzoo-titlearea .ivet-title-01 li.left .title-icon-ivet img {
    width: 60%;
  }
  .page-ivetzoo-titlearea .ivet-title-01 li.left .title-text-ivet {
    margin: 20px 0 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: #fff 1px 0 10px;
  }
  .page-ivetzoo-titlearea .ivet-title-01 li.right {
    margin: 30px auto 0;
    width: 80%;
    text-align: center;
  }
  .page-ivetzoo-titlearea .ivet-title-01 li.right img {
    width: 100%;
  }
  .page-lact-titlearea {
    margin: 0 auto;
    padding: 0;
    max-width: 95%;
    height: auto;
    background: none;
    text-align: center;
  }
  .page-lact-titlearea .prd-title-01 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
  .page-lact-titlearea .prd-title-01 .prd-subtitle {
    margin: 0;
    padding: 70px 0 0;
    font-size: 24px;
    font-weight: 700;
  }
  .page-lact-titlearea .prd-title-01 img {
    width: 100%;
    height: auto;
  }
  .page-bio-titlearea {
    margin: 0 auto;
    padding: 0;
    max-width: 95%;
    height: auto;
    background: none;
    text-align: center;
  }
  .page-bio-titlearea .prd-title-01 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
  }
  .page-bio-titlearea .prd-title-01 .prd-subtitle {
    margin: 10px 0 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
  }
  .page-bio-titlearea .prd-title-01 img {
    width: 100%;
    height: auto;
  }
}
.page-contents01 {
  margin: 0 0 100px auto;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.page-contents01 .number {
  margin: 0;
  padding: 0;
  font-size: 76px;
  font-weight: bold;
  color: #0651A8;
  position: absolute;
  top: -70px;
  left: 60px;
}
.page-contents01 .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents01 .contents-inner li.contents-text {
  margin: 0;
  padding: 0 50px 0 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contents01 .contents-inner li.contents-text .heading01 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  background-image: -o-linear-gradient(left, #0651A8 0 50px, transparent 50px 60px);
  background-image: linear-gradient(90deg, #0651A8 0 50px, transparent 50px 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
.page-contents01 .contents-inner li.contents-image {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents01 .contents-inner li.contents-image img {
  width: 80%;
  height: auto;
}

.page-contents02 {
  margin: 0 auto 100px 0;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.page-contents02 .number {
  margin: 0;
  padding: 0;
  font-size: 76px;
  font-weight: bold;
  color: #0651A8;
  position: absolute;
  top: -70px;
  right: 60px;
}
.page-contents02 .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents02 .contents-inner li.contents-text {
  margin: 0;
  padding: 0 50px 0 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contents02 .contents-inner li.contents-text .heading01 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  background-image: -o-linear-gradient(left, #0651A8 0 50px, transparent 50px 60px);
  background-image: linear-gradient(90deg, #0651A8 0 50px, transparent 50px 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
.page-contents02 .contents-inner li.contents-image {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents02 .contents-inner li.contents-image img {
  width: 80%;
  height: auto;
}

.page-contents-ivet-r {
  margin: 0 0 100px auto;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-contents-ivet-r .number {
  margin: 0;
  padding: 0;
  font-size: 76px;
  font-weight: bold;
  color: #D67335;
  position: absolute;
  top: -67px;
  left: 60px;
}
.page-contents-ivet-r .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivet-r .contents-inner li.contents-text {
  margin: 0;
  padding: 0 50px 0 30px;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-contents-ivet-r .contents-inner li.contents-text .heading01 {
  margin: 0 auto 1em;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.page-contents-ivet-r .contents-inner li.contents-text .heading01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 5.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #D67335;
  border-radius: 0px;
}
.page-contents-ivet-r .contents-inner li.contents-text .contents-list {
  margin: 20px 0 0;
}
.page-contents-ivet-r .contents-inner li.contents-text .contents-list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-ivet-r .contents-inner li.contents-image {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents-ivet-r .contents-inner li.contents-image img {
  width: 80%;
  height: auto;
}
.page-contents-ivet-r .contents-inner-02 {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivet-r .contents-inner-02 li.contents-text {
  margin: 0;
  padding: 0 50px 0 30px;
  width: 65%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contents-ivet-r .contents-inner-02 li.contents-text .heading01 {
  margin: 0 auto 1em;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.page-contents-ivet-r .contents-inner-02 li.contents-text .heading01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 4.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #D67335;
  border-radius: 0px;
}
.page-contents-ivet-r .contents-inner-02 li.contents-text .contents-list {
  margin: 20px 0 0;
}
.page-contents-ivet-r .contents-inner-02 li.contents-text .contents-list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-ivet-r .contents-inner-02 li.contents-image {
  margin: 0;
  padding: 0;
  width: 35%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents-ivet-r .contents-inner-02 li.contents-image img {
  width: 80%;
  height: auto;
}

.page-contents-ivetzoo-r {
  margin: 0 0 100px auto;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-contents-ivetzoo-r .number {
  margin: 0;
  padding: 0;
  font-size: 76px;
  font-weight: bold;
  color: #0651A8;
  position: absolute;
  top: -67px;
  left: 60px;
}
.page-contents-ivetzoo-r .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivetzoo-r .contents-inner li.contents-text {
  margin: 0;
  padding: 0 50px 0 30px;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-contents-ivetzoo-r .contents-inner li.contents-text .heading01 {
  margin: 0 auto 1em;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.page-contents-ivetzoo-r .contents-inner li.contents-text .heading01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 5.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #0651A8;
  border-radius: 0px;
}
.page-contents-ivetzoo-r .contents-inner li.contents-text .contents-list {
  margin: 20px 0 0;
}
.page-contents-ivetzoo-r .contents-inner li.contents-text .contents-list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-ivetzoo-r .contents-inner li.contents-image {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents-ivetzoo-r .contents-inner li.contents-image img {
  width: 80%;
  height: auto;
}

.page-contents-lact {
  margin: 0 0 100px auto;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
}
.page-contents-lact .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
  height: auto;
}
.page-contents-lact .contents-inner .inner-box {
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-lact .contents-inner .inner-box li {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
}
.page-contents-lact .contents-inner .inner-box li .prd-list {
  margin: 5px 0;
  padding: 0 0 0 15px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-lact .contents-inner .inner-box li .pdf-buttonarea {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 250px;
  bottom: 0;
}
.page-contents-lact .contents-inner .inner-box li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB420));
  background: -o-linear-gradient(transparent 50%, #FFB420 50%);
  background: linear-gradient(transparent 50%, #FFB420 50%);
}
.page-contents-lact .contents-inner .inner-box li.mitsumori-base {
  margin: 20px 0 0;
  padding: 15px;
  background: #F2F3F7;
}
.page-contents-lact .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area {
  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;
}
.page-contents-lact .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area .button-01 {
  margin: 10px 10px 0;
}

@media screen and (max-width: 980px) {
  .page-contents-ivet-r {
    margin: 60px auto 0;
    padding: 60px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .page-contents-ivet-r .number {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
    color: #D67335;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
  }
  .page-contents-ivet-r .contents-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-ivet-r .contents-inner li.contents-text {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-ivet-r .contents-inner li.contents-text .heading01 {
    margin: 0 auto 1em;
    padding: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .page-contents-ivet-r .contents-inner li.contents-text .heading01:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #D67335;
    border-radius: 0px;
  }
  .page-contents-ivet-r .contents-inner li.contents-text .contents-list {
    margin: 20px 0 0;
  }
  .page-contents-ivet-r .contents-inner li.contents-text .contents-list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-ivet-r .contents-inner li.contents-image {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-contents-ivet-r .contents-inner li.contents-image img {
    width: 100%;
    height: auto;
  }
  .page-contents-ivet-r .contents-inner-02 {
    margin: 0 auto;
    padding: 0;
    max-width: 1050px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-text {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-text .heading01 {
    margin: 0 auto 1em;
    padding: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-text .heading01:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #D67335;
    border-radius: 0px;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-text .contents-list {
    margin: 20px 0 0;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-text .contents-list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-image {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-contents-ivet-r .contents-inner-02 li.contents-image img {
    width: 80%;
    height: auto;
  }
  .page-contents-ivetzoo-r {
    margin: 60px auto 0;
    padding: 60px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .page-contents-ivetzoo-r .number {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
    color: #0651A8;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
  }
  .page-contents-ivetzoo-r .contents-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1050px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-text {
    margin: 0;
    padding: 0 50px 0 30px;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-text .heading01 {
    margin: 0 auto 1em;
    padding: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-text .heading01:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #0651A8;
    border-radius: 0px;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-text .contents-list {
    margin: 20px 0 0;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-text .contents-list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-image {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-contents-ivetzoo-r .contents-inner li.contents-image img {
    width: 90%;
    height: auto;
  }
  .page-contents-lact {
    margin: 0px auto 0;
    padding: 30px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
  }
  .page-contents-lact .contents-inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .page-contents-lact .contents-inner .inner-box {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-lact .contents-inner .inner-box li {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .page-contents-lact .contents-inner .inner-box li .prd-list {
    margin: 5px 0;
    padding: 0 0 0 15px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-lact .contents-inner .inner-box li .pdf-buttonarea {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 35%;
    bottom: 0;
  }
  .page-contents-lact .contents-inner .inner-box li .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB420));
    background: -o-linear-gradient(transparent 50%, #FFB420 50%);
    background: linear-gradient(transparent 50%, #FFB420 50%);
  }
  .page-contents-lact .contents-inner .inner-box li.mitsumori-base {
    margin: 20px auto 0;
    padding: 20px 0 25px;
    background: #F2F3F7;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-lact .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area {
    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;
  }
  .page-contents-lact .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area .button-01 {
    margin: 10px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-contents-lact {
    margin: 0px auto 0;
    padding: 30px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
  }
  .page-contents-lact .contents-inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .page-contents-lact .contents-inner .inner-box {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-lact .contents-inner .inner-box li {
    margin: 0;
    padding: 0 0 80px;
    width: 100%;
    position: relative;
  }
  .page-contents-lact .contents-inner .inner-box li .prd-list {
    margin: 5px 0;
    padding: 0 0 0 15px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-lact .contents-inner .inner-box li .pdf-buttonarea {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0;
  }
  .page-contents-lact .contents-inner .inner-box li .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB420));
    background: -o-linear-gradient(transparent 50%, #FFB420 50%);
    background: linear-gradient(transparent 50%, #FFB420 50%);
  }
  .page-contents-lact .contents-inner .inner-box li.mitsumori-base {
    margin: 30px auto 0;
    padding: 20px 0 25px;
    background: #F2F3F7;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-lact .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area {
    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;
  }
  .page-contents-lact .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area .button-01 {
    margin: 10px 10px 0;
  }
}
.page-contents-ivet-l {
  margin: 0 auto 100px 0;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-contents-ivet-l .number {
  margin: 0;
  padding: 0;
  font-size: 76px;
  font-weight: bold;
  color: #D67335;
  position: absolute;
  top: -67px;
  right: 60px;
}
.page-contents-ivet-l .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivet-l .contents-inner li.contents-text {
  margin: 0;
  padding: 0 50px 0 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contents-ivet-l .contents-inner li.contents-text .heading01 {
  margin: 0 auto 1em;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.page-contents-ivet-l .contents-inner li.contents-text .heading01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 5.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #D67335;
  border-radius: 0px;
}
.page-contents-ivet-l .contents-inner li.contents-text .contents-list {
  margin: 20px 0 0;
}
.page-contents-ivet-l .contents-inner li.contents-text .contents-list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-ivet-l .contents-inner li.contents-image {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents-ivet-l .contents-inner li.contents-image img {
  width: 80%;
  height: auto;
}
.page-contents-ivet-l .contents-inner-02 {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivet-l .contents-inner-02 li.contents-text {
  margin: 0;
  padding: 0 50px 0 0;
  width: 65%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contents-ivet-l .contents-inner-02 li.contents-text .heading01 {
  margin: 0 auto 1em;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.page-contents-ivet-l .contents-inner-02 li.contents-text .heading01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 4%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #D67335;
  border-radius: 0px;
}
.page-contents-ivet-l .contents-inner-02 li.contents-text .contents-list {
  margin: 20px 0 0;
}
.page-contents-ivet-l .contents-inner-02 li.contents-text .contents-list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-ivet-l .contents-inner-02 li.contents-image {
  margin: 0;
  padding: 0;
  width: 35%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents-ivet-l .contents-inner-02 li.contents-image img {
  width: 80%;
  height: auto;
}

.page-contents-ivetzoo-l {
  margin: 0 auto 100px 0;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-contents-ivetzoo-l .number {
  margin: 0;
  padding: 0;
  font-size: 76px;
  font-weight: bold;
  color: #0651A8;
  position: absolute;
  top: -67px;
  right: 60px;
}
.page-contents-ivetzoo-l .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivetzoo-l .contents-inner li.contents-text {
  margin: 0;
  padding: 0 50px 0 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contents-ivetzoo-l .contents-inner li.contents-text .heading01 {
  margin: 0 auto 1em;
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.page-contents-ivetzoo-l .contents-inner li.contents-text .heading01:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 5.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #0651A8;
  border-radius: 0px;
}
.page-contents-ivetzoo-l .contents-inner li.contents-text .ivetzoo-layout {
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-ivetzoo-l .contents-inner li.contents-text .ivetzoo-layout li {
  width: 50%;
}
.page-contents-ivetzoo-l .contents-inner li.contents-image {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.page-contents-ivetzoo-l .contents-inner li.contents-image img {
  width: 80%;
  height: auto;
}

.page-contents-bio {
  margin: 30px auto 100px 0;
  padding: 60px 0 50px;
  background: #fff;
  max-width: 95%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
}
.page-contents-bio .contents-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
  height: auto;
}
.page-contents-bio .contents-inner .inner-box {
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contents-bio .contents-inner .inner-box li {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
}
.page-contents-bio .contents-inner .inner-box li .prd-list {
  margin: 5px 0;
  padding: 0 0 0 15px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 8px;
}
.page-contents-bio .contents-inner .inner-box li .pdf-buttonarea {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 250px;
  bottom: 0;
}
.page-contents-bio .contents-inner .inner-box li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB420));
  background: -o-linear-gradient(transparent 50%, #FFB420 50%);
  background: linear-gradient(transparent 50%, #FFB420 50%);
}
.page-contents-bio .contents-inner .inner-box li.mitsumori-base {
  margin: 20px 0 0;
  padding: 15px;
  background: #F2F3F7;
}
.page-contents-bio .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area {
  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;
}
.page-contents-bio .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area .button-01 {
  margin: 10px 10px 0;
}

@media screen and (max-width: 980px) {
  .page-contents-ivet-l {
    margin: 0 auto;
    padding: 60px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .page-contents-ivet-l .number {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
    color: #D67335;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
  }
  .page-contents-ivet-l .contents-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-contents-ivet-l .contents-inner li.contents-text {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-ivet-l .contents-inner li.contents-text .heading01 {
    margin: 0 auto 1em;
    padding: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .page-contents-ivet-l .contents-inner li.contents-text .heading01:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #D67335;
    border-radius: 0px;
  }
  .page-contents-ivet-l .contents-inner li.contents-text .contents-list {
    margin: 20px 0 0;
  }
  .page-contents-ivet-l .contents-inner li.contents-text .contents-list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-ivet-l .contents-inner li.contents-image {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-contents-ivet-l .contents-inner li.contents-image img {
    width: 100%;
    height: auto;
  }
  .page-contents-ivet-l .contents-inner-02 {
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-text {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-text .heading01 {
    margin: 0 auto 1em;
    padding: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-text .heading01:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #D67335;
    border-radius: 0px;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-text .contents-list {
    margin: 20px 0 0;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-text .contents-list li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-image {
    margin: 0 auto;
    padding: 0;
    width: 70%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-contents-ivet-l .contents-inner-02 li.contents-image img {
    width: 100%;
    height: auto;
  }
  .page-contents-ivetzoo-l {
    margin: 0 auto;
    padding: 60px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .page-contents-ivetzoo-l .number {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
    color: #0651A8;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
  }
  .page-contents-ivetzoo-l .contents-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-text {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-text .heading01 {
    margin: 0 auto 1em;
    padding: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-text .heading01:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #0651A8;
    border-radius: 0px;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-text .ivetzoo-layout {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-text .ivetzoo-layout li {
    width: 100%;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-text .ivetzoo-layout li img {
    width: 80%;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-image {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .page-contents-ivetzoo-l .contents-inner li.contents-image img {
    width: 90%;
    height: auto;
  }
  .page-contents-bio {
    margin: 0px auto 0;
    padding: 30px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
  }
  .page-contents-bio .contents-inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .page-contents-bio .contents-inner .inner-box {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-bio .contents-inner .inner-box li {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .page-contents-bio .contents-inner .inner-box li .prd-list {
    margin: 5px 0;
    padding: 0 0 0 15px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-bio .contents-inner .inner-box li .pdf-buttonarea {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 35%;
    bottom: 0;
  }
  .page-contents-bio .contents-inner .inner-box li .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB420));
    background: -o-linear-gradient(transparent 50%, #FFB420 50%);
    background: linear-gradient(transparent 50%, #FFB420 50%);
  }
  .page-contents-bio .contents-inner .inner-box li.mitsumori-base {
    margin: 20px auto 0;
    padding: 20px 0 25px;
    background: #F2F3F7;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-bio .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area {
    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;
  }
  .page-contents-bio .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area .button-01 {
    margin: 10px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-contents-bio {
    margin: 0px auto 0;
    padding: 30px 0 50px;
    background: #fff;
    max-width: 100%;
    -webkit-box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
  }
  .page-contents-bio .contents-inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .page-contents-bio .contents-inner .inner-box {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents-bio .contents-inner .inner-box li {
    margin: 0;
    padding: 0 0 80px;
    width: 100%;
    position: relative;
  }
  .page-contents-bio .contents-inner .inner-box li .prd-list {
    margin: 5px 0;
    padding: 0 0 0 15px;
    background: url("../images/icon-arrow-blue.svg") no-repeat;
    background-position: 0 8px;
  }
  .page-contents-bio .contents-inner .inner-box li .pdf-buttonarea {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .page-contents-bio .contents-inner .inner-box li .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFB420));
    background: -o-linear-gradient(transparent 50%, #FFB420 50%);
    background: linear-gradient(transparent 50%, #FFB420 50%);
  }
  .page-contents-bio .contents-inner .inner-box li.mitsumori-base {
    margin: 30px auto 0;
    padding: 20px 0 25px;
    background: #F2F3F7;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents-bio .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area {
    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;
  }
  .page-contents-bio .contents-inner .inner-box li.mitsumori-base .mitsumori-button-area .button-01 {
    margin: 10px 10px 0;
  }
}
.greeting-area {
  margin: 0 auto;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  max-width: 1000px;
  text-align: left;
}

.company-heading {
  margin: 70px 0 0;
  padding: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.company-list {
  margin: 25px 0 0 20px;
  padding: 0;
}
.company-list li {
  margin: 15px 0 0;
  padding: 0;
  list-style: disc;
  text-align: left;
}

.tbl-base {
  margin: 30px 0 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tbl-01 {
  margin: 0;
  padding: 15px 0 13px;
  background: #eee;
  text-align: center;
  width: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tbl-02 {
  margin: 0;
  padding: 15px 0 13px 20px;
  background: #fff;
  text-align: left;
  width: 80%;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 980px) {
  .greeting-area {
    margin: 0 auto;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ccc;
    max-width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .company-heading {
    margin: 50px 0 0;
    padding: 0;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
  }
  .tbl-base {
    margin: 20px 0 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .tbl-01 {
    margin: 0;
    padding: 15px 0 13px;
    background: #eee;
    text-align: center;
    width: 28%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .tbl-02 {
    margin: 0;
    padding: 15px 10px 13px 10px;
    background: #fff;
    text-align: left;
    width: 72%;
    border-bottom: 1px solid #ccc;
  }
}
.recruit-heading {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}

.tm-base dl, .tm-base dt, .tm-base dd {
  margin: 0;
  text-align: left;
}
.tm-base dl a, .tm-base dt a, .tm-base dd a {
  color: #0651A8;
}
.tm-base dl a:hover, .tm-base dt a:hover, .tm-base dd a:hover {
  color: #0651A8;
  text-decoration: underline;
}

.tm-base dl:first-child {
  display: table;
  background: #fff;
  border: 1px solid #ccc;
  border-style: none;
  width: 99%;
  margin: 40px 0 0;
  text-align: left;
}

.tm-base dl {
  display: table;
  background: #fff;
  border: 1px solid #ccc;
  border-style: none;
  width: 99%;
  margin: 0;
}

.tm-base dl:last-child {
  border-style: none none solid none;
}

.tm-base dt {
  vertical-align: middle;
  display: table-cell;
  padding: 30px 0;
  min-height: 1.5em;
  text-align: left;
  border-top: 1px solid #ccc;
  width: 200px;
  font-weight: 700;
}

.tm-base dd {
  display: table-cell;
  min-height: 1.5em;
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 30px 20px;
}

@media screen and (max-width: 980px) {
  .tm-base dt {
    margin: 5px 0 10px;
    padding: 5px 10px;
    text-align: left;
    border-top: 0px solid #ccc;
    width: auto;
    height: 23px;
  }
  /*.tm-base dt{
  padding-left:5px;
  text-align:left;
  width: auto;
  }*/
  .tm-base dl:first-child {
    display: table;
    background: #F2F2F2;
    border: 0px solid #ccc;
    border-style: none solid none solid;
    width: 100%;
    margin: 40px 0 0;
  }
  .tm-base dl {
    display: table;
    background: #F2F2F2;
    border: 0px solid #ccc;
    border-style: none solid none solid;
    width: 100%;
    margin: 0;
    padding: 3px 0 0;
    text-align: left;
  }
  .tm-base dd {
    text-align: left;
    min-height: 1.5em;
    background: #fff;
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 20px 0px 30px;
  }
  .tm-base dt, .tm-base dd, .tm-base dl {
    display: block;
  }
}
.recruit-attention {
  margin: 60px 0 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .recruit-attention {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
}
.privacy-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: solid 1px #ccc;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.privacy-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #0651A8;
  bottom: -1px;
  width: 2.5%;
}

@media screen and (max-width: 980px) {
  .privacy-title {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }
  .privacy-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #0651A8;
    bottom: -1px;
    width: 4%;
  }
}
@media screen and (max-width: 480px) {
  .privacy-title {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
  }
  .privacy-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #0651A8;
    bottom: -1px;
    width: 8%;
  }
}
.page-news-box:first-of-type {
  margin: 0px auto;
  padding: 27px 0 22px;
  background: #fff;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.page-news-box:first-of-type .news-date {
  margin: 0;
  padding: 0 0 0 5px;
  width: 25%;
  color: #0651A8;
}
.page-news-box:first-of-type .news-text {
  margin: 0;
  padding: 0;
  width: 72%;
}
.page-news-box:first-of-type .newslink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-news-box:first-of-type :hover {
  background: rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-news-box {
  margin: 0px auto;
  padding: 25px 0 23px;
  background: #fff;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.page-news-box .news-date {
  margin: 0;
  padding: 0 0 0 5px;
  width: 25%;
  color: #0651A8;
}
.page-news-box .news-text {
  margin: 0;
  padding: 0;
  width: 72%;
}
.page-news-box .newslink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-news-box :hover {
  background: rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 480px) {
  .page-news-box:first-of-type {
    margin: 0px auto;
    padding: 27px 0 22px;
    background: #fff;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .page-news-box:first-of-type .news-date {
    margin: 0;
    padding: 0 0 0 5px;
    width: 100%;
    color: #0651A8;
  }
  .page-news-box:first-of-type .news-text {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page-news-box:first-of-type .newslink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-news-box:first-of-type :hover {
    background: rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-news-box {
    margin: 0px auto;
    padding: 25px 0 23px;
    background: #fff;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .page-news-box .news-date {
    margin: 0;
    padding: 0 0 0 5px;
    width: 100%;
    color: #0651A8;
  }
  .page-news-box .news-text {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page-news-box .newslink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-news-box :hover {
    background: rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.single-news-date {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #0651A8;
  text-align: left;
}

.single-news-title {
  margin: 20px 0 0;
  padding: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  text-align: left;
}

.single-news-text {
  margin: 40px 0 0;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .single-news-title {
    margin: 20px 0 0;
    padding: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid #333;
    text-align: left;
    line-height: 1.5;
  }
  .single-news-text {
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
  }
}
.single-news-back {
  margin: 80px 0 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.single-news-back a {
  color: #0651A8;
  text-decoration: underline;
}
.single-news-back a:hover {
  color: #0651A8;
  text-decoration: none;
}

.contact-lead {
  margin: 0;
  padding: 0;
  text-align: left;
}
.contact-lead a {
  color: #0651A8;
  text-decoration: underline;
}
.contact-lead a:hover {
  color: #0651A8;
  text-decoration: none;
}

.thanks-text {
  margin: 80px 0 0;
  padding: 0;
  text-align: center;
}

.page-area-sitemap {
  margin: 50px auto 0;
  padding: 0 0 100px;
  background: #fff;
  max-width: 600px;
}

@media screen and (max-width: 980px) {
  .page-area-sitemap {
    margin: 50px auto 0;
    padding: 0 0 80px;
    background: #fff;
    width: 90%;
  }
}
.sitemap-list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.sitemap-list li {
  margin: 0 0 20px;
  padding: 5px 0 20px 20px;
  background: url("../images/icon-arrow-blue.svg") no-repeat;
  background-position: 0 13px;
  border-bottom: 1px solid #ccc;
}
.sitemap-list li a {
  color: #000;
}
.sitemap-list li a:hover {
  color: #0651A8;
  text-decoration: underline;
}

.sitemap-productlist {
  margin: 0;
  padding: 0;
}
.sitemap-productlist li {
  margin: 13px 0;
  padding: 0 0 0 18px;
  font-size: 14px;
  background: none;
  border-bottom: 0px solid #ccc;
}

/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mr-xxlarge {
  margin: 0 60px 0 0;
}

.u-mb-xxsmall {
  margin: 0 0 5px 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-mb-xxlarge {
  margin: 0 0 60px 0;
}

.u-ml-xxsmall {
  margin: 0 0 0 5px;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

.u-ml-xxlarge {
  margin: 0 0 0 60px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_l {
  text-align: left;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.cboth {
  clear: both;
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a {
  color: #000;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
  cursor: pointer;
}

/* ----------------------------------------------------------------------
 header - ヘッダー設定
---------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-bottom: 1px solid #ccc;
}
#header .inbox {
  margin: 0 auto;
  padding: 0 1%;
  width: 98%;
  text-align: left;
  top: 0;
  position: relative;
  background: #fff;
  height: 81px;
}
#header .inbox .h-logoarea {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  width: 300px;
  position: absolute;
  top: 20px;
  font-size: 24px;
}
#header .inbox .h-rightbox {
  margin: 0 210px 0 0;
  padding: 0;
  max-width: 80%;
  float: right;
}

#gnav > ul {
  display: table;
  padding-left: 0;
  right: 0;
  margin: 10px 0 0;
}

#gnav > ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gnav > ul > li {
  display: table-cell;
  padding: 0;
  font-size: 15px;
}
#gnav > ul > li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#gnav > ul > li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0651A8;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#gnav > ul > li a:hover::after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

#gnav > ul > li:hover {
  color: #000;
}

#gnav > ul > li:hover > a {
  color: #0651A8;
}

#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

#gnav > ul > li > a {
  display: block;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 20px 0 0 55px;
}

#gnav > ul .menu {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  top: 55px;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #fff;
  margin: 6px 0 0;
}

#gnav > ul .menu .menu_inner {
  padding: 20px 0 10px;
  width: 100%;
  height: 260px;
  margin: 20px auto 0;
  background-color: #F2F3F7;
}

#gnav > ul .menu .menu_inner li.ivet {
  display: inline-block;
  margin: 10px 20px 0;
  padding: 0;
  max-width: 200px;
  font-size: 12px;
  border-radius: 8px;
}
#gnav > ul .menu .menu_inner li.ivet .megamenu-icon {
  margin: 10px auto;
  padding: 0;
  width: 70%;
}
#gnav > ul .menu .menu_inner li.ivet .megamenu-icon img {
  width: 100%;
  height: auto;
}
#gnav > ul .menu .menu_inner li.ivet img {
  width: 100%;
  height: auto;
}

#gnav > ul .menu .menu_inner li.ivetzoo {
  display: inline-block;
  margin: 10px 20px 0;
  padding: 0;
  max-width: 200px;
  font-size: 12px;
  border-radius: 8px;
}
#gnav > ul .menu .menu_inner li.ivetzoo .megamenu-icon {
  margin: 10px auto;
  padding: 0;
  width: 70%;
}
#gnav > ul .menu .menu_inner li.ivetzoo .megamenu-icon img {
  width: 100%;
  height: auto;
}
#gnav > ul .menu .menu_inner li.ivetzoo img {
  width: 100%;
  height: auto;
}

#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 20px;
  max-width: 200px;
  font-size: 12px;
  vertical-align: top;
}
#gnav > ul .menu .menu_inner li .megamenu-ph {
  margin: 50px 0 0;
}
#gnav > ul .menu .menu_inner li img {
  margin: 0;
  width: 100%;
  height: auto;
}

#gnav > ul .menu a {
  color: #000;
}

#gnav > ul .menu a:hover {
  color: #666666;
}

#gnav > ul .menu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #0651A8;
  color: #0651A8;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#gnav > ul .menu a:hover::after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

.header-contact {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  right: 15px;
}

@media screen and (max-width: 980px) {
  .sp-logo {
    margin: 9px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
  }
  .sp-menu-list {
    margin: 5px 0 0;
    padding: 0;
  }
  .sp-menu-list li.prlist {
    margin: 10px 0 10px 20px;
    padding: 0 0 0 20px;
    background: url("../images/icon-spmenu-list.svg") no-repeat;
    background-position: 0 13px;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-logo {
    margin: 12px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
  }
}
.footer-contact {
  margin: 0;
  padding: 60px 10px;
  width: 100%;
  background: url("../images/img-footercontact.jpg") no-repeat;
  background-position: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-contact-text {
  font-size: 24px;
}

.footerbox {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 100%;
  background: #F2F3F7;
  /*.f-menu > li a {
      display: block;
      color: #000;
  }*/
  /*.f-menu > li a:hover {
      color: #999;
  }*/
  /* floatクリア */
  /*.footer-menu{
  margin: 0 auto;
  height: 0;
  max-width: 600px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 15px;
  text-align: left;
  a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#000;
  }

  a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: $base-color-blue;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  a:hover{
  color: $base-color-blue;
  }

  a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  }*/
}
.footerbox .f-menu {
  position: relative;
  height: 50px;
  max-width: 700px;
  margin: 0 auto;
}
.footerbox .f-menu > li {
  float: left;
  width: 20%; /* グローバルナビ4つの場合 */
  height: 50px;
  line-height: 50px;
}
.footerbox .f-menu > li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.footerbox .f-menu > li a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0651A8;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footerbox .f-menu > li a:hover {
  color: #0651A8;
}
.footerbox .f-menu > li a:hover::after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footerbox ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.footerbox ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
.footerbox ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.footerbox .menu > li:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footerbox .menu__second-level li a {
  padding: 10px 5px;
}
.footerbox .menu__second-level li a::after {
  height: 0px;
}
.footerbox .menu__second-level li a:hover {
  background: #4892e8;
  padding: 10px 5px;
  color: #fff;
  display: block;
}
.footerbox .menu:before,
.footerbox .menu:after {
  content: " ";
  display: table;
}
.footerbox .menu:after {
  clear: both;
}
.footerbox .menu {
  *zoom: 1;
}
.footerbox .f-menu > li.menu__single {
  position: relative;
}
.footerbox li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #ddd;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  line-height: 1.4;
}
.footerbox li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.footerbox .footer-address {
  margin: 50px auto 0;
  padding: 0 0 0 10px;
  text-align: left;
  max-width: 1200px;
}
.footerbox .footer-btmmenu-area {
  margin: 50px auto 0;
  padding: 0;
  position: relative;
  max-width: 1200px;
}
.footerbox .footer-copyright {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 13px;
}
.footerbox .footer-btmmenu {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 320px;
  font-size: 14px;
}
.footerbox .footer-btmmenu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.footerbox .footer-btmmenu a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0651A8;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footerbox .footer-btmmenu a:hover {
  color: #0651A8;
}
.footerbox .footer-btmmenu a:hover::after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 980px) {
  .footerbox {
    margin: 0 auto;
    padding: 5px 0 10px;
    width: 100%;
    background: #F2F3F7;
  }
  .footerbox .sp-f-menu {
    margin: 0px auto 30px;
    padding: 0;
    width: 95%;
  }
  .footerbox .sp-f-menu li {
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
    line-height: 1.8;
  }
  .footerbox .footer-address {
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    width: 95%;
  }
  .footerbox .footer-btmmenu-area {
    margin: 20px auto 0;
    padding: 0 0 10px;
    position: relative;
    width: 95%;
  }
  .footerbox .footer-copyright {
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    bottom: 0;
    font-size: 15px;
    text-align: center;
  }
  .footerbox .footer-btmmenu {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 15px;
    text-align: left;
  }
  .footerbox .footer-btmmenu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
  .footerbox .footer-btmmenu a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0651A8;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .footerbox .footer-btmmenu a:hover {
    color: #0651A8;
  }
  .footerbox .footer-btmmenu a:hover::after {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*@media screen and (max-width:980px){
.footerbox {
margin:0 auto;
padding:0; 
width: 100%;

.footer-topimage{
margin:0;
padding:0; 
width: 100%;
height: 80px;
background: url("../images/img-sp-bg-bottom.png") no-repeat;
background-position: center bottom;
background-size:contain;
text-indent: -9999px;
line-height: 0;
}
.footer-address-area{
margin: 0 auto;
padding: 0;
width: 100%;
text-align: left;
background: #0651A8;
color: #fff;
.in-box{
margin: 0 auto;
padding: 30px 0 30px;
width: 90%;
.left-area{
margin: 0;
padding: 0;
width: 100%;
display: block;
vertical-align: top;
font-size: 20px;
}
.right-area{
margin: 0;
padding: 0;
width: 100%;
display: block;
border-left: 0px solid #fff;
vertical-align: top;
}
}
}
}
}*/
/* ----------------------------------------------------------------------
　ページトップへ設定
------------------------------------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10;
}

.page-top a {
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 0;
  text-align: center;
  display: block;
}

.page-top a:hover {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10;
  }
  .page-top a {
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 0;
    text-align: center;
    display: block;
  }
  .page-top a:hover {
    text-decoration: none;
  }
}
.button-blue {
  display: inline-block;
  width: 160px;
  height: 52px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #0651A8;
  color: #fff;
  border-radius: 26px;
}

.button-blue::before,
.button-blue::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-blue,
.button-blue::before,
.button-blue::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-blue:hover {
  background-color: #4892e8;
}

.button-blue-02 {
  display: inline-block;
  width: 240px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 62px;
  outline: none;
  background-color: #0651A8;
  color: #fff;
  border-radius: 30px;
}

.button-blue-02::before,
.button-blue-02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-blue-02,
.button-blue-02::before,
.button-blue-02::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-blue-02:hover {
  background-color: #4892e8;
}

.button-wh {
  display: inline-block;
  width: 300px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 72px;
  outline: none;
  background-color: #fff;
  color: #0651A8;
  border-radius: 35px;
  font-size: 22px;
}

.button-wh::before,
.button-wh::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-wh,
.button-wh::before,
.button-wh::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-wh:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #0651A8;
}

.button-blue-03 {
  display: inline-block;
  width: 300px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 72px;
  outline: none;
  background-color: #0651A8;
  color: #fff;
  border-radius: 35px;
  font-size: 22px;
}

.button-blue-03::before,
.button-blue-03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-blue-03,
.button-blue-03::before,
.button-blue-03::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-blue-03:hover {
  background-color: #4892e8;
}

.button-pdf {
  display: inline-block;
  width: 195px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #0651A8;
  color: #fff;
  border-radius: 30px;
  padding: 12px 0 0;
}

.button-pdf::before,
.button-pdf::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-pdf,
.button-pdf::before,
.button-pdf::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-pdf:hover {
  background-color: #4892e8;
}

.button-form {
  display: inline-block;
  width: 145px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background-color: #fff;
  color: #0651A8;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid #0651A8;
}

.button-form::before,
.button-form::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button-form,
.button-formbutton-form::before,
.button-wh::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button-form:hover {
  background-color: #0651A8;
  color: #fff;
  border: 1px solid #0651A8;
}

@media screen and (max-width: 480px) {
  .button-form {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    background-color: #fff;
    color: #0651A8;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #0651A8;
    padding: 0 10px;
  }
}
/*お問い合わせ*/
.formtb {
  margin: 40px 0 0;
  padding: 0;
}

.formtb dl, .formtb dt, .formtb dd {
  margin: 0;
  padding: 0;
}

.formtb dl {
  margin: 10px 0 0;
  display: table;
  border-style: none solid none solid;
  width: 99%;
}

.formtb dl:last-child {
  border-style: none solid solid solid;
}

.formtb dt.must {
  vertical-align: top;
  display: table-cell;
  padding: 24px 0 10px 6%;
  min-height: 1.5em;
  text-align: center;
  width: 25%;
  text-align: left;
  background: url("../images/icon-hissu.svg") no-repeat;
  background-position: left 25px;
}

.formtb dt.nomust {
  vertical-align: top;
  display: table-cell;
  padding: 20px 0 10px 6%;
  min-height: 1.5em;
  text-align: center;
  width: 25%;
  text-align: left;
  background: url("../images/icon-ninni.svg") no-repeat;
  background-position: left 55px;
}

.formtb dd {
  display: table-cell;
  min-height: 1.5em;
  padding: 10px 0;
  text-align: left;
  width: 69%;
}

@media screen and (max-width: 980px) {
  .formtb {
    margin: 0;
    padding: 0;
  }
  .formtb dd {
    border-left: none;
    margin-left: auto;
    padding: 0;
    border-top: 0;
    width: 100%;
  }
  .formtb dt.must {
    text-align: left;
    width: auto;
    padding: 20px 0 10px 55px;
    border-top: 0px;
    width: 100%;
    background: url("../images/icon-hissu.svg") no-repeat;
    background-position: left 25px;
  }
  .formtb dl {
    width: auto;
  }
  .formtb dt, .formtb dd, .formtb dl {
    display: block;
  }
}
.input-01 {
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 15px;
}

.form-date-txt {
  font-size: 15px;
  display: inline-block;
  width: 20px;
  margin: 0 15px 0 5px;
}

.inputmessage-01 {
  width: 100%;
  margin: 0;
  height: 200px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  font-size: 15px;
  margin-left: 0;
}

.form-button-area {
  margin: 40px auto 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .form-button-area {
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
  }
}
.submit-button {
  margin: 0 15px 0 0;
  padding: 15px 0;
  background: #0651A8;
  color: #fff;
  width: 200px;
  display: inline-block;
  border: none;
  font-size: 18px;
  border-radius: 30px;
}

.submit-button:hover {
  margin: 0 15px 0 0;
  padding: 15px 0;
  background: #4892e8;
  color: #fff;
  width: 200px;
  display: inline-block;
  border: none;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
}

.back-button {
  margin: 0;
  padding: 15px 0;
  background: #bbb;
  color: #fff;
  width: 130px;
  display: inline-block;
  border: none;
  font-size: 18px;
  border-radius: 30px;
}

.back-button:hover {
  margin: 0;
  padding: 15px 0;
  background: #ccc;
  color: #fff;
  width: 130px;
  display: inline-block;
  border: none;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .submit-button {
    margin: 0 15px 0 0;
    padding: 15px 0;
    background: #0651A8;
    color: #fff;
    width: 150px;
    display: inline-block;
    border: none;
    font-size: 15px;
  }
  .submit-button:hover {
    margin: 0 15px 0 0;
    padding: 15px 0;
    background: #4892e8;
    color: #fff;
    width: 150px;
    display: inline-block;
    border: none;
    font-size: 15px;
  }
  .back-button {
    margin: 0;
    padding: 15px 0;
    background: #bbb;
    color: #fff;
    width: 110px;
    display: inline-block;
    border: none;
    font-size: 15px;
  }
  .back-button:hover {
    margin: 0;
    padding: 15px 0;
    background: #ccc;
    color: #fff;
    width: 110px;
    display: inline-block;
    border: none;
    font-size: 15px;
  }
}
.form-note {
  margin: 30px auto;
  padding: 0;
}
.form-note a {
  color: #0651A8;
  text-decoration: underline;
}
.form-note a:hover {
  color: #0651A8;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .form-note {
    margin: 30px auto;
    padding: 0;
    width: 90%;
  }
  .form-note a {
    color: #0651A8;
    text-decoration: underline;
  }
}
.form-att {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.select {
  position: relative;
  display: inline-block;
  margin: 5px 0 0;
  width: 100%;
}

.select select {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  padding: 12px 15px 12px 15px;
  outline: 0;
  border: 0;
  border-radius: 6px;
  background: #DEDEDE;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 17px;
  left: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

@media screen and (max-width: 980px) {
  .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 12px 15px 12px 35px;
    outline: 0;
    border: 0;
    border-radius: 6px;
    background: #DEDEDE;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
.thanks-area {
  margin: 0 auto;
  padding: 80px 0;
  text-align: left;
  max-width: 1000px;
  min-height: 200px;
}

@media screen and (max-width: 980px) {
  .thanks-area {
    margin: 0 auto;
    padding: 80px 5%;
    text-align: left;
    width: 90%;
    min-height: 200px;
  }
}
.form-fresh-area {
  margin: 30px 0 60px;
  padding: 50px 60px 30px;
  border: 1px solid #0651A8;
  border-radius: 12px;
  text-align: center;
}
.form-fresh-area .atttxt {
  margin: 0 auto 30px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #E30F0F;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 980px) {
  .form-fresh-area {
    margin: 30px 0 60px;
    padding: 20px;
    border: 1px solid #0651A8;
    border-radius: 12px;
    text-align: center;
  }
  .form-fresh-area .atttxt {
    margin: 0 auto 30px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #E30F0F;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
  }
}
.form-privacy {
  margin: 30px auto 10px;
  padding: 0;
  text-align: center;
  width: 280px;
}
.form-privacy span {
  margin: 0;
}
.form-privacy a {
  color: #0651A8;
}
.form-privacy a:hover {
  color: #0651A8;
  text-decoration: underline;
}

.top-heading {
  margin: 0 0 20px;
  padding: 0;
  font-size: 36px;
  color: #0651A8;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 0.5;
}

.top-subheading {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text10 {
  font-size: 10%;
}

.text20 {
  font-size: 20%;
}

.text30 {
  font-size: 30%;
}

.text40 {
  font-size: 40%;
}

.text50 {
  font-size: 50%;
}

.text60 {
  font-size: 60%;
}

.text70 {
  font-size: 70%;
}

.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

.text250 {
  font-size: 250%;
}

.text300 {
  font-size: 300%;
}

.text400 {
  font-size: 400%;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text-normal {
  font-weight: 400;
}

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red-n {
  color: #E30F0F;
}

.red-b {
  color: #E30F0F;
  font-weight: 700;
}

/* ----------------------------------------------------------------------
　フォント設定
------------------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}