@charset "UTF-8";
/* 旧parts 追加
=================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

.hidden-xs {
  display: block !important;
}

@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}

/***********************************
*	アプリケーションここから	*
***********************************/
#app {
  /***********************************
*	アプリケーション下層（共通）ここまで	*
***********************************/
  /***********************************
*	下層個別の記述ここから	*
***********************************/
  /***********************************
*	下層個別の記述ここまで	*
***********************************/
}

#app .layer {
  /***********************************
*	アプリケーション下層（共通）ここから	*
***********************************/
  font-size: 62.5%;
}

#app .layer p {
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  #app .layer .container {
    width: 100%;
  }
}

#app .layer a:hover {
  text-decoration: none;
}

#app .layer h1 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #003e8d;
}

@media (max-width: 991px) {
  #app .layer h1 {
    font-size: 2.2rem;
  }
}

#app .layer h2 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #003e8d;
}

@media (max-width: 991px) {
  #app .layer h2 {
    font-size: 2.2rem;
  }
}

#app .layer h3 {
  font-size: 3.8rem;
}

@media (max-width: 991px) {
  #app .layer h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  #app .layer aside h3 {
    font-size: 2rem;
  }
}

#app .layer p,
#app .layer a,
#app .layer dl,
#app .layer dd,
#app .layer dt {
  font-size: 1.6rem;
  color: #44505d;
}

@media (max-width: 991px) {
  #app .layer p,
  #app .layer a,
  #app .layer dl,
  #app .layer dd,
  #app .layer dt {
    font-size: 1.4rem;
  }
}

#app .layer nav {
  font-size: 2rem;
}

@media (max-width: 991px) {
  #app .layer nav {
    font-size: 1.8rem;
  }
}

#app .layer .c-overwhite {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#app .layer .c-overwhite:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  #app .layer {
    margin-bottom: 50px;
  }
}

#app .layer p,
#app .layer a,
#app .layer dl,
#app .layer dd,
#app .layer dt {
  line-height: 1.8;
}

#app .layer .layer-mv {
  margin-top: 0;
  height: 0;
  /*calc(画像の高さ / 画像の幅 * widthの値)*/
  width: 960px;
  height: 457px;
  margin: 80px auto 0px;
}

@media (max-width: 991px) {
  #app .layer .layer-mv {
    padding-top: calc(690 / 1440 * 100%);
    margin-top: 28px;
    height: 0;
    width: 100vw;
  }
}

@media (max-width: 325px) {
  #app .layer .layer-mv {
    width: 100%;
  }
}

#app .layer .layer-mv__inner {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: -80px;
  background: #fff;
  border: 1px solid #9cb5d4;
  padding: 40px 40px 60px 40px;
  color: #003e8d;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 991px) {
  #app .layer .layer-mv__inner {
    width: 90%;
    padding: 25px 20px 35px 20px;
    margin-top: -15px;
  }
}

@media (max-width: 543px) {
  #app .layer .layer-mv__inner {
    top: 140%;
    padding: 25px 20px 25px 20px;
    min-height: 200px;
  }
}

#app .layer .layer-mv__inner h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #app .layer .layer-mv__inner h1 {
    margin-bottom: 5px;
  }
}

#app .layer .layer-bg {
  border-top: 1px solid #9cb5d4;
  background: #f0f7fc;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#app .layer .layer-bg--line-none {
  border: none;
}

@media (max-width: 991px) {
  #app .layer .layer-bg {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  #app .layer .layer-bg-sp {
    padding-bottom: 50px;
    background: #f0f7fc;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#app .layer .layer-contents::before {
  content: "";
  height: 5px;
  width: 930px;
  background: #003e8d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #app .layer .layer-contents::before {
    width: 92%;
  }
}

#app .layer .layer-contents h2 {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 991px) {
  #app .layer .layer-contents h2 {
    padding: 30px 0 20px 0;
  }
}

#app .layer .layer-contents__nav {
  padding-bottom: 70px;
}

#app .layer .layer-contents__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#app .layer .layer-contents__nav__item a {
  display: block;
  text-align: center;
  border: 1px solid #9cb5d4;
  border-radius: 6px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  color: #003e8d;
  width: calc((100% - (20px * 2)) / 3);
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}

#app .layer .layer-contents__nav__item a:nth-child(3n + 1) {
  margin-left: 0;
}

#app .layer .layer-contents__nav__item a:nth-child(-n + 3) {
  margin-top: 0;
}

@media all and (-ms-high-contrast: none) {
  #app .layer .layer-contents__nav__item a {
    width: calc(((100% - 20px * 2) / 3) - 1px);
  }
}

@supports (-ms-ime-align: auto) {
  #app .layer .layer-contents__nav__item a {
    width: calc(((100% - 20px * 2) / 3) - 1px);
  }
}

#app .layer .layer-contents__nav__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  background: url(../img/icon-arrow01.png) top left no-repeat;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 1, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 1, 1);
  transition: transform 0.8s cubic-bezier(0, 0, 1, 1);
  transition: transform 0.8s cubic-bezier(0, 0, 1, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 1, 1);
}

#app .layer .layer-contents__nav__item a:hover:after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 1, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0, 0, 1, 1);
  transition: transform 0.8s cubic-bezier(0, 0, 1, 1);
  transition: transform 0.8s cubic-bezier(0, 0, 1, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 1, 1);
}

#app .layer .layer-contents__nav__item a li {
  line-height: 1.3;
}

#app .layer .layer-contents__nav__item a span {
  font-size: 1.4rem;
}

#app .layer .layer-contents__nav__item .list-2column {
  width: calc((100% - (20px * 2)) / 2);
}

@media all and (-ms-high-contrast: none) {
  #app .layer .layer-contents__nav__item .list-2column {
    width: calc(((100% - 20px * 1) / 2) - 1px);
  }
}

@supports (-ms-ime-align: auto) {
  #app .layer .layer-contents__nav__item .list-2column {
    width: calc(((100% - 20px * 1) / 2) - 1px);
  }
}

#app .layer .layer-contents__nav__item .list-2column:nth-child(3n + 1) {
  margin-left: 20px;
}

#app .layer .layer-contents__nav__item .list-2column:nth-child(-n + 3) {
  margin-top: 20px;
}

#app .layer .layer-contents__nav__item .list-2column:nth-child(odd) {
  margin-left: 0;
}

#app .layer .layer-contents__head-txt {
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__head-txt {
    margin-bottom: 0;
    color: #003e8d;
    padding-bottom: 20px;
  }
}

#app .layer .layer-contents__section {
  background: #fff;
  border-top: 1px solid #9cb5d4;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section {
    width: 100%;
    padding: 18px 0 18px 0;
    border-radius: 6px;
    border: 2px solid #9cb5d4;
    margin-bottom: 20px;
  }
}

#app .layer .layer-contents__section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__flex {
    display: block;
    border-top: 1px dotted #9aadbb;
    padding-top: 20px;
    margin-top: 20px;
  }
}

#app .layer .layer-contents__section__head {
  padding-top: 50px;
  margin-bottom: 20px;
}

#app .layer .layer-contents__section__head h3 {
  font-weight: bold;
  color: #003e8d;
  margin-bottom: 10px;
}

#app .layer .layer-contents__section__head p {
  font-weight: bold;
  color: #003e8d;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__head__img {
    width: 150px;
  }
}

#app .layer .layer-contents__section__head__btn {
  position: relative;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__head__btn {
    margin-left: 20px;
  }
  #app .layer .layer-contents__section__head__btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
    width: 35px;
  }
}

#app .layer .layer-contents__section__head__btn span.toggle_line {
  background: #003e8d;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

#app .layer .layer-contents__section__head__btn span.toggle_line::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#app .layer .layer-contents__section__head__btn span.toggle_line::before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__head__inner {
    width: 206px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #app .layer .layer-contents__section__head__inner p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #app .layer .layer-contents__section__head__inner h3 {
    margin-bottom: 5px;
    font-size: 1.9rem;
  }
}

#app .layer .layer-contents__section__sentence {
  width: calc((152% - (0px * 1)) / 2);
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence {
    width: 100%;
  }
}

#app .layer .layer-contents__section__sentence a {
  color: #003e8d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #003e8d;
}

#app .layer .layer-contents__section__sentence a:hover {
  border-bottom: none;
}

#app .layer .layer-contents__section__sentence__head-txt {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence--multi {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence--multi .layer-contents__section__ttl {
    text-align: center;
  }
}

#app .layer .layer-contents__section__sentence__list-item li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  color: #44505d;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__sentence__list-item li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

#app .layer .layer-contents__section__sentence__list-item li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  background: #003e8d;
}

#app .layer .layer-contents__section__img {
  width: calc((100% - (40px * 1)) / 2);
  margin-right: 40px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__img {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

#app .layer .layer-contents__section__line {
  position: relative;
}

#app .layer .layer-contents__section__line::before {
  content: "";
  height: 5px;
  width: 230px;
  background: #003e8d;
  position: absolute;
  left: 15px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__line::before {
    display: none;
  }
}

#app .layer .layer-contents__section__line--aside::before {
  content: "Column";
  font-size: 2.6rem;
  font-weight: bold;
  height: auto;
  text-align: center;
  color: #fff;
  background: #003e8d;
  padding: 5px 60px;
  width: auto;
  position: relative;
  top: 4px;
  left: 0px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__line--aside h3 {
    font-size: 1.6rem;
  }
}

#app .layer .layer-contents__section--aside {
  background: #f0f7fc;
  margin-bottom: 70px;
  border: none;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section--aside {
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
  }
}

#app .layer .layer-contents__section--aside .layer-contents__section__img--anime {
  width: 90%;
}

#app .layer .layer-contents__section--aside .layer-contents__section__flex {
  margin-top: 0;
}

#app .layer .layer-contents__section--aside .column-txt {
  text-align: center;
  background: #003e8d;
  font-size: 2rem;
  color: #fff;
  width: 200px;
  padding: 5px 15px 5px 15px;
  margin: 0 auto 20px;
}

#app .layer .layer-contents__section__border {
  padding-bottom: 20px;
  border-bottom: 1px dotted #9aadbb;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__border {
    padding-bottom: 20px;
  }
}

#app .layer .layer-contents__section__border--top {
  padding-top: 10px;
  border-top: 1px dotted #9aadbb;
  margin-bottom: 60px;
  margin-top: 20px;
}

#app .layer .layer-contents__section__product {
  color: #003e8d;
  margin-top: 10px;
}

#app .layer .layer-contents__section__product dt {
  font-weight: bold;
  margin-bottom: 0;
}

#app .layer .layer-contents__section__product dd {
  margin-top: 0;
  margin-bottom: 10px;
}

#app .layer .layer-contents__section__product--multi {
  border-top: 1px dotted #9aadbb;
  padding-top: 20px;
  width: 58.5%;
  margin-top: 0;
  margin-left: auto;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__product--multi {
    width: 100%;
    padding-top: 10px;
    margin: 0;
  }
}

#app .layer .layer-contents__section__arrow {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}

#app .layer .layer-contents__section__arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-arrow02.png) top left no-repeat;
}

#app .layer .layer-contents__section__arrow a {
  color: #003e8d;
  border-bottom: 1px solid #003e8d;
  -webkit-transition: all 2s;
  transition: all 2s;
}

#app .layer .layer-contents__section__arrow a:hover {
  border: none;
}

@media (min-width: 992px) {
  #app .layer .layer-contents__section__arrow {
    display: inline-block;
    margin-right: 15px;
  }
}

#app .layer .layer-contents__section__pdf {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}

#app .layer .layer-contents__section__pdf::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1%;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: url(../img/icon-pdf01.png) top left no-repeat;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__pdf::before {
    left: 0.5%;
  }
}

#app .layer .layer-contents__section__pdf a {
  color: #003e8d;
  border-bottom: 1px solid #003e8d;
  -webkit-transition: all 2s;
  transition: all 2s;
}

#app .layer .layer-contents__section__pdf a:hover {
  border: none;
}

@media (min-width: 992px) {
  #app .layer .layer-contents__section__pdf {
    display: inline-block;
    margin-right: 15px;
  }
}

#app .layer .layer-contents__section__item li:not(:last-child) {
  margin-bottom: 20px;
}

#app .layer .layer-contents__section__komeko {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__komeko .layer-contents__section__ttl {
    text-align: center;
  }
}

#app .layer .layer-contents__section__mb {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__mb .layer-contents__section__ttl {
    text-align: center;
  }
}

#app .layer .layer-contents__section__link {
  text-align: right;
  padding-top: 10px;
  margin-bottom: 20px;
}

#app .layer .layer-contents__section__link a {
  color: #003e8d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #003e8d;
}

#app .layer .layer-contents__section__link a:hover {
  border-bottom: none;
}

#app .layer .layer-contents__section__ttl {
  font-weight: bold;
  color: #003e8d;
  font-size: 2rem;
  margin-bottom: 5px;
  line-height: normal;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__ttl {
    font-size: 1.8rem;
  }
}

#app .layer .layer-contents__section:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  #app .layer .layer-contents__section--overview {
    padding-bottom: 50px !important;
  }
}

#app .layer .layer-contents__section__bold {
  font-weight: bold;
  color: #003e8d;
}

#app .layer .layer-contents__section__midashi-area {
  width: 100%;
  margin: 20px 0 30px 0;
}

#app .layer .layer-contents__section__midashi-area p {
  font-weight: 300;
  color: #44505d;
}

#app .layer .layer-contents__section__point-txt {
  margin-top: 10px;
  color: #003e8d;
  font-weight: bold;
  font-size: 1.2rem;
  width: 100%;
  margin-left: auto;
  line-height: 1.6;
}

@media (max-width: 991px) {
  #app .layer .layer-contents__section__point-txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media (min-width: 992px) {
  #app .layer .layer-contents__section--overview {
    padding-bottom: 30px !important;
  }
}

#app .layer .layer-contents__section--overview span.toggle_line:before {
  content: normal;
}

@media (min-width: 992px) {
  #app .layer .overview__inner .overviewOpen {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #app .layer .overview__ctt {
    display: none;
  }
}

#app .layer .layer--btn-plus,
#app .layer .layer--btn-minus {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#app .layer .layer--btn-minus {
  display: none;
}

#app .layer .layer-contents__section--overview .layer--btn-plus {
  display: none;
}

#app .layer .layer-contents__section--overview .layer--btn-minus {
  display: block;
}

#app .layer .layer-contents__section--overview .layer-contents__section__head__img img {
  display: none;
}

#app .layer .layer-contents__section--overview .layer-contents__section__head__img {
  width: 100%;
}

#app .layer .layer-contents__section--overview .layer-contents__section__head {
  display: block;
}

#app .layer .layer-contents__section--overview .layer-contents__section__head__inner {
  width: 90%;
}

#app .layer .layer-contents__section--overview .layer-contents__section__head__btn {
  margin-left: 0;
}

#app .layer .layer-contents__section--overview .layer-contents__section__head__btn p {
  position: absolute;
  right: 0%;
  bottom: 100%;
  width: 35px;
  top: -26px;
  left: 100%;
}

@media (min-width: 992px) {
  #app .layer .column-area .overviewOpen {
    background: #f0f7fc;
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  #app .layer .column-area .overviewOpen {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  #app .layer .column-area .column-area--mb-none {
    margin-bottom: 0 !important;
    padding-bottom: 80px !important;
  }
}

#app .layer .column-area .layer-contents__section__line:before {
  content: "Column";
  font-size: 2.6rem;
  font-weight: bold;
  height: auto;
  text-align: center;
  color: #fff;
  background: #003e8d;
  padding: 5px 60px;
  width: auto;
  position: relative;
  left: 0px;
  top: 3px;
}

@media (max-width: 991px) {
  #app .layer .column-area .layer-contents__section__line:before {
    top: 4px;
  }
}

@media (min-width: 992px) {
  #app .layer .column-area .columu-line--none:before {
    content: "";
    display: none;
  }
}

@media (max-width: 991px) {
  #app .layer .column-area .column-txt {
    text-align: center;
    background: #003e8d;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px 5px 10px;
    position: relative;
    top: -18px;
    width: 100px;
  }
}

@media (max-width: 991px) {
  #app .layer .column-area h3 {
    margin-top: -10px;
  }
}

@media (max-width: 991px) {
  #app .layer .column-area .overview__ctt {
    display: block;
  }
}

@media (min-width: 992px) {
  #app .layer .column-label::before {
    content: "Column";
    font-size: 11px;
    font-weight: bold;
    height: auto;
    text-align: center;
    color: #fff;
    background: #003e8d;
    padding: 5px 10px;
    width: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 4px 0px 0px 0px;
  }
}

#app .layer .column-lead {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #f0f7fc;
  font-weight: bold;
  padding: 50px;
  color: #003e8d;
  position: relative;
  margin-bottom: 60px;
  font-size: 18px;
  text-align: center;
}

#app .layer .column-lead::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 40px solid #f0f7fc;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

@media (max-width: 991px) {
  #app .layer .column-lead {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
    padding: 25px;
    background: #fff;
  }
  #app .layer .column-lead::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 30px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}

#app #bakery .layer-mv {
  background: url(/img/app_bakery-mv.jpg) center center/cover no-repeat;
}

#app #bakery .column-anime--txt {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 10px;
  color: #003e8d;
}

#app #filling .layer-mv {
  background: url(/img/app_filling-mv.jpg) center center/cover no-repeat;
}

#app #filling .layer-mv__inner .layer-contents__section__link {
  margin-bottom: 0;
}

#app #filling .arinashi-txt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #003e8d;
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  #app #filling .arinashi-txt {
    font-size: 1.6rem;
  }
}

#app #soymeat .layer-mv {
  background: url(/img/app_soymeat-mv.jpg) center center/cover no-repeat;
}

#app #soymeat .layer-contents__nav__item a li {
  line-height: 1;
}

#app #noodle .layer-mv {
  background: url(/img/app_noodle-mv.jpg) center center/cover no-repeat;
}

#app #noodle .layer-contents__nav__item a li {
  line-height: 1;
}

#app #sweetsdrink .layer-mv {
  background: url(/img/app_sweetsdrink-mv.jpg) center center/cover no-repeat;
}

#app #jelly .layer-mv {
  background: url(/img/app_jelly-mv.jpg) center center/cover no-repeat;
}

#app #saucedressing .layer-mv {
  background: url(/img/app_saucedressing-mv.jpg) center center/cover no-repeat;
}

#app #glutenfree .layer-mv {
  background: url(/img/app_glutenfree-mv.jpg) center center/cover no-repeat;
}

#app #medical .layer-mv {
  background: url(/img/app_medical-mv.jpg) center center/cover no-repeat;
}

#app #medical .layer-contents__nav__item a li {
  line-height: 1;
}

#app #cosmetics .layer-mv {
  background: url(/img/app_cosmetics-mv.jpg) center center/cover no-repeat;
}

#app #cosmetics .layer-contents__nav__item a li {
  line-height: 1;
}

#app #carefood .layer-mv {
  background: url(/img/app_carefood-mv.jpg) center center/cover no-repeat;
}

#app #printing .layer-mv {
  background: url(/img/app_printing-mv.jpg) center center/cover no-repeat;
}

#app #feedindustry .layer-mv {
  background: url(/img/app_feedindustry-mv.jpg) center center/cover no-repeat;
}

#app #feedindustry .layer-contents__nav__item a li {
  line-height: 1;
}

#app #feedindustry .column-head-txt {
  margin-top: 50px;
  font-weight: bold;
}

@media (max-width: 991px) {
  #app #feedindustry .aside-column {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #app #feedindustry .column-area .column-area--first {
    margin-bottom: 0;
  }
}

#app p.app-mov-frame {
  position: relative;
  width: 700px;
  padding-bottom: 40%;
  margin: 20px auto 40px;
  height: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  #app p.app-mov-frame {
    width: auto;
    padding-bottom: 56.25%;
    margin: 0 0 25px;
  }
}

#app iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#app .app-mov-ttl {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #app .app-mov-ttl {
    width: 100%;
  }
}

#app .app-mov-ttl p {
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
  font-weight: bold;
  color: #003e8d;
  font-size: 2.2rem;
  border: 2px solid #6e7b89;
  padding: 10px 28px;
}

@media (max-width: 991px) {
  #app .app-mov-ttl p {
    font-size: 1.6rem;
    padding: 17px 28px 17px 28px;
    border: 2px solid #9cb5d4;
  }
}

@media (min-width: 992px) {
  #app .app-mov {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  #app .app-mov {
    margin-top: 50px;
  }
}

/***********************************
*	ここまでアプリケーション	*
***********************************/
@media (max-width: 991px) {
  .sp-none {
    display: none !important;
  }
}
