html {
  margin: 0;
  padding: 0
}
body {
  margin: 0;
  padding: 0;
  position: relative
}
figure {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400
}
ol, ul {
  margin: 0;
  padding-left: 0
}
ol li, ul li {
  margin-left: 0;
  list-style-type: none
}
dd, dl, dt {
  margin: 0;
  padding: 0
}
a img {
  border: none;
  margin: 0;
  padding: 0
}
p {
  margin: 0
}
img {
  line-height: 1
}
hr {
  border: none;
  margin: 0;
  padding: 0
}
button {
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: 0
}
fieldset, textarea {
  border: none;
  -webkit-border-image: none;
  border-image: none;
  resize: none
}
fieldset {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border: 0
}
/*! ==================================================
 * Noto Sans Japanese (japanese) is lisenced under the SIL Open Font License 1.1
 * by http://www.google.com/fonts/earlyaccess
=================================================== */
@font-face {
  font-family: BaseFont-JP;
  src: url(/assets/fonts/Basefont-Demilight.woff) format("woff");
  font-style: normal;
  font-weight: 400
}
@font-face {
  font-family: BaseFont-JP;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Basefont-Medium.woff) format("woff")
}
@font-face {
  font-family: BaseFont-JP--strong;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Basefont-Medium.woff) format("woff")
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2")
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2")
}
@font-face {
  font-family: Roboto--strong;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2")
}
/*! ==================================================
*  Web Fonts Title: Yaku Han JP
*  Version: 1.3.1
*  GitHub URL: https://github.com/qrac/yakuhanjp
*  Author: Qrac
*  Author URL: https://twitter.com/Qrac_jp
*  "Noto Sans CJK JP" licensed under the SIL Open Font License
*  https://www.google.com/get/noto/#/
=================================================== */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/YakuHanJP-Demilight.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/YakuHanJP-Medium.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP--strong;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/YakuHanJP-Medium.woff) format("woff")
}
html {
  overflow-x: hidden;
  width: 100%
}
body {
  padding-top: 80px;
  position: relative;
  color: #000;
  line-height: 1.9;
  font-family: "Noto Sans JP", "Noto Sans TC", YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  counter-reset: number 0;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  word-wrap: break-word;
  overflow-wrap: break-word
}
.is-tablet body {
  overflow-x: hidden;
  width: 100%
}
body.cn {
  font-family: "Noto Sans TC", YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
body.en {
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
button, input, select {
  font-family: "Noto Sans JP", "Noto Sans TC", YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
:focus {
  outline: 0
}
body:after, body:before {
  box-sizing: border-box
}
img {
  max-width: 100%;
  vertical-align: bottom
}
a {
  color: inherit;
  text-decoration: none!important;
  cursor: pointer
}
a:hover img {
  opacity: .7;
  -webkit-transition: all .3s;
  transition: all .3s
}
a.is-touch, button.is-touch {
  opacity: .6
}
sub {
  vertical-align: baseline;
  line-height: 0;
  font-size: 71.4%
}
sup {
  line-height: 0
}
[aria-hidden] {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
[aria-hidden=true] {
  overflow: hidden;
  height: 0;
  opacity: 0
}
[aria-hidden=false] {
  height: auto;
  opacity: 1
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none
}
tr {
  word-break: break-all
}
.l-footer {
  border-top: 1px solid #ccc;
  width: 100%
}
.l-footer a {
  text-decoration: none!important
}
.l-footer .l-footer__logo {
  display: block
}
.l-footer .l-footer__logo__link {
  display: block
}
.l-footer .l-footer__logo__img {
  display: block
}
.l-footer .l-nav__list__item:last-of-type {
  margin-right: 0
}
.l-footer .l-nav__list__link {
  display: block
}
.l-footer .l-nav__list__link:hover {
  color: #0071ce
}
.l-footer .l-snsicon__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-footer .l-snsicon__list__link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.l-footer .l-snsicon__list__link:hover {
  opacity: .7
}
.l-footer .l-snsicon__list__item.r-Facebook .l-snsicon__list__link {
  background-color: #3b5998;
  position: relative
}
.l-footer .l-snsicon__list__item.r-Facebook .l-snsicon__list__link span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icon_24.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.l-footer .l-snsicon__list__item.r-Twitter .l-snsicon__list__link {
  background-color: #55acee;
  position: relative
}
.l-footer .l-snsicon__list__item.r-Twitter .l-snsicon__list__link span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/common/icon_23.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.l-footer .l-unav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-footer .l-unav__list__item:nth-child(1) .l-unav__list__link,
.l-footer .l-unav__list__item:nth-child(2) .l-unav__list__link,
.l-footer .l-unav__list__item:nth-child(3) .l-unav__list__link {
  position: relative
}
.l-footer .l-unav__list__item:nth-child(1) .l-unav__list__link:after,
.l-footer .l-unav__list__item:nth-child(2) .l-unav__list__link:after,
.l-footer .l-unav__list__item:nth-child(3) .l-unav__list__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #999
}
.l-footer .l-unav__list__link {
  display: block;
  color: #666;
  position: relative;
  line-height: 1
}
.l-footer .l-unav__list__link:hover {
  color: #0071ce
}
.l-footer .l-copyright .l-copyright__txt {
  color: #666;
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block
}
.c-scroll-pagetop {
  position: fixed;
  z-index: 9999;
  display: none
}
.c-scroll-pagetop.is-active {
  display: block
}
.c-scroll-pagetop .c-pagetop-trigger {
  display: block
}
.l-footer__overseas .l-footer__inr__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-footer__overseas .l-unav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.l-footer__overseas .l-unav .l-unav__list__link {
  padding: 0!important
}
.l-footer__overseas .l-unav .l-unav__list__link:after {
  content: none!important
}
.l-lnav .l-lnav__inr .p-navlist__itm:first-of-type {
  margin: 0
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__img {
  position: relative;
  margin: 0 auto
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__img:after {
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  border: solid 2px #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__txt {
  color: #0071ce;
  font-weight: 700
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link:hover .c-navlist__img img {
  opacity: .7
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link:hover .c-navlist__img:after {
  opacity: .7
}
.l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link:hover .c-navlist__txt {
  text-decoration: underline
}
.l-lnav__cmp {
  border-bottom: 1px solid #ccc
}
.l-lnav__cmp .p-lnavlist .p-lnav__itm:last-of-type {
  margin-right: 0
}
.l-lnav__cmp .p-lnavlist .p-lnav__itm .c-lnav__link {
  -webkit-transition: all .3s;
  transition: all .3s;
  white-space: nowrap
}
.l-lnav__cmp .p-lnavlist .p-lnav__itm .c-lnav__link:hover {
  text-decoration: none;
  color: #0071ce
}
.l-lnav__cmp .p-lnavlist .p-lnav__itm .c-lnav__link.is-current {
  color: #002f87
}
.l-header {
  border-bottom: solid 1px #ccc;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 80px;
  background: #fff
}
.l-header.is-hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}
.l-header a {
  text-decoration: none!important
}
.l-header .l-header__inr {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto
}
.l-header .l-header__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.l-header .l-header__logo {
  display: block
}
.l-header .l-header__logo__link {
  display: block
}
.l-header .l-header__logo__img {
  display: block
}
.l-header .l-nav__list {
  margin-left: 83px
}
.l-header .l-nav__list__item {
  margin-right: 35px
}
.l-header .l-nav__list__item:last-of-type {
  margin-right: 0
}
.l-header .l-nav__list__link {
  display: block
}
.l-header .l-nav__list__link:hover {
  color: #0071ce
}
.l-header .l-nav__list__link.is-current {
  border-bottom: solid 3px #002f87;
  padding: 33px 0 30px
}
.l-header .l-header__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-header .l-header__sub .c-btn-list {
  margin-top: 0;
  width: 100px
}
.l-header .l-header__sub .c-btn-list .c-btn-list__itm {
  display: block;
  height: 25px
}
.l-header .l-header__sub .c-btn-list .c-btn-list__itm__cnt {
  font-size: 12px
}
.l-header .l-header__sub .c-btn-list .c-btn-list__itm {
  font-weight: 400
}
.l-header .l-header__sub .c-btn-list .c-btn-list__itm__link:hover {
  background-color: #0071ce
}
.l-header .l-header__sub .c-btn-list .c-btn-list__itm__link:hover .c-btn-list__itm__cnt {
  color: #fff
}
.l-header .l-unav__list__link {
  display: block;
  color: #666;
  position: relative
}
.l-header .l-unav__list__link:hover {
  color: #0071ce
}
.l-header .l-unav__list__item:first-of-type .l-unav__list__link {
  padding-right: 20px;
  position: relative;
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
.l-header .l-unav__list__item:first-of-type .l-unav__list__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 20px;
  background-color: #999
}
.l-spmenu {
  display: block;
  width: 34px;
  width: 9.06667vw;
  height: 49.5px;
  height: 13.2vw
}
.l-spmenu__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}
.l-spmenu__btn .l-menu__icon {
  display: block;
  position: absolute;
  background-color: #0071ce;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  width: 8vw;
  height: 1px;
  height: .26667vw;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-spmenu__btn .l-menu__icon:nth-of-type(2) {
  top: 26px;
  top: 6.93333vw
}
.l-spmenu__btn .l-menu__icon:last-of-type {
  top: -26px;
  top: -6.93333vw
}
.l-spmenu__btn.is-active .l-menu__icon:first-of-type {
  opacity: 0
}
.l-spmenu__btn.is-active .l-menu__icon:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 0;
  top: 0
}
.l-spmenu__btn.is-active .l-menu__icon:last-of-type {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 0;
  top: 0
}
.l-spmenu__content {
  display: none
}
.l-spmenu__btn.is-active + .l-spmenu__content {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f4f8ff;
  padding: 0 54px 0 54px;
  padding: 0 14.4vw 0 14.4vw;
  z-index: 200;
  z-index: 9999999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
.l-spmenulist .l-spmenulist__item {
  border-top: 1px solid #ccc
}
.l-spmenulist .l-spmenulist__item:first-of-type {
  border-top: none
}
.l-spmenulist .l-spmenulist__item:last-of-type {
  border-bottom: 1px solid #ccc
}
.l-spmenulist .l-spmenulist__item .l-spmenulist__link, .l-spmenulist .l-spmenulist__item .l-spmenulist__title {
  display: block;
  padding: 30px 0 30px 0;
  padding: 8vw 0 8vw 0;
  line-height: 1;
  color: #0071ce;
  font-size: 3.73333vw
}
.l-spmenulist__title {
  position: relative;
  cursor: pointer
}
.l-spmenulist__title:before {
  content: "";
  position: absolute;
  top: 36px;
  top: 9.6vw;
  right: 1px;
  right: .26667vw;
  display: inline-block;
  height: 1px;
  height: .26667vw;
  width: 14px;
  width: 3.73333vw;
  background-color: #0071ce;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-spmenulist__title:after {
  content: "";
  position: absolute;
  top: 30px;
  top: 8vw;
  right: 7.5px;
  right: 2vw;
  display: inline-block;
  height: 14px;
  height: 3.73333vw;
  width: 1px;
  width: .26667vw;
  background-color: #0071ce;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.l-spmenulist__title + .l-togglelist {
  display: none
}
.l-spmenulist__title.is-active:before {
  height: 0
}
.l-spmenulist__title.is-active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.l-spmenulist__title + .l-togglelist {
  display: none
}
.l-spmenulist__title + .l-togglelist:after {
  content: '';
  display: block;
  clear: both
}
.l-spmenulist__title + .l-togglelist .l-togglelist__item {
  width: 100%;
  padding: 10px 0 10px 5px;
  padding: 2.66667vw 0 2.66667vw 1.33333vw;
  margin: 0 0 20px 0;
  margin: 0 0 2.66667vw 0
}
.l-spmenulist__title + .l-togglelist .l-togglelist__item:last-of-type {
  margin: 0
}
.l-spmenulist__title + .l-togglelist .l-togglelist__item .l-togglelist__link {
  display: block;
  color: #0071ce;
  line-height: 1.5;
  font-size: 3.73333vw
}
.l-spmenu__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 62px 0 109px 0;
  margin: 8.26667vw 0 14.53333vw 0
}
.l-spmenu__sub .l-spmenu__sub__link {
  line-height: 1;
  font-size: 3.73333vw;
  color: #0071ce;
  display: block
}
.l-spmenu__sub .l-unav__list .l-unav__list__item:first-of-type {
  padding-right: 20px;
  padding-right: 5.33333vw
}
.l-spmenu__sub .l-unav__list .l-unav__list__link {
  font-size: 3.73333vw;
  line-height: 1
}
.l-spmenu__sub .l-unav__list .l-unav__list__link.r-lang__En {
  padding-right: 20px;
  padding-right: 5.33333vw
}
.l-spmenu__sub .l-unav__list .l-unav__list__link.r-lang__En:after {
  top: -2.5px;
  top: -.66667vw;
  right: 0;
  right: 0;
  height: 20px;
  height: 5.33333vw
}
.l-header__overseas .l-header__logo__img {
  width: 100%;
  height: auto
}
.l-header__overseas .l-spmenu__sub .l-unav {
  margin: 0 auto
}
.is-menuopen {
  height: 100%;
  overflow: hidden
}
.l-breadcrumb {
  width: 100%
}
.l-breadcrumb .l-breadcrumb__inr {
  margin: 0 auto;
  line-height: 1
}
.l-breadcrumb .l-breadcrumb__itm {
  position: relative;
  display: inline;
  color: #666
}
.l-breadcrumb .l-breadcrumb__itm:before {
  content: ">";
  display: inline
}
.l-breadcrumb .l-breadcrumb__itm:first-of-type:before {
  display: none
}
.l-breadcrumb .l-breadcrumb__itm:last-of-type {
  margin-right: 0
}
.l-breadcrumb .l-breadcrumb__itm .l-breadcrumb__itm__link {
  display: inline;
  color: #333
}
.l-breadcrumb .l-breadcrumb__itm .l-breadcrumb__itm__link:hover {
  color: #0071ce
}
.l-cts-wrap {
  width: 100%;
  height: auto
}
.l-dtl-header .l-breadcrumb {
  min-height: 0
}
.l-dtl-header .l-cts-header__heading .l-cts-header__subtxt {
  line-height: 1
}
.l-dtl-header .c-hdg--lv1 {
  margin-left: -1px;
  z-index: 100;
  position: relative
}
.l-dtl-header.r-rcp-header .l-dtl-header__inr .c-hdg--lv1 {
  margin-top: 0
}
.l-cts-header__heading .l-cts-header__subtxt {
  line-height: 1
}
.l-pdc-header {
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #ccc
}
.l-pdc-header .l-pdc-header__inr {
  position: relative
}
.l-pdc-header .l-pdc-header__inr .l-breadcrumb {
  min-height: 0
}
.l-pdc-header .l-header__vis {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1
}
.l-pdc-header .l-header__vis img {
  height: 100%;
  width: 100%;
  display: block
}
.l-pdc-header .c-hdg--lv1 {
  margin-left: -1px;
  position: relative;
  z-index: 100
}
.l-info-header {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover
}
.l-info-header .l-info-header__inr .l-breadcrumb {
  min-height: 0
}
.l-info-header .l-info-header__inr .c-hdg--lv1 {
  margin-left: -1px
}
.l-info-header .l-info-header__inr .l-cts-header__subtxt {
  line-height: 1;
  color: #002f87;
  font-weight: 700;
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
.l-info-header.r-rcp__index {
  border-bottom: solid 1px #ccc
}
.l-info-header.r-cmp__index {
  border-bottom: solid 1px #ccc
}
.l-info-header.r-inquiry {
  border-bottom: solid 1px #ccc
}
.l-pdc__index .l-pdc__index__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.l-cts-header .l-breadcrumb {
  width: 1040px;
  margin: 0 auto;
  padding: 18px 0 20px 0
}
.l-cts-header .l-cts-header__inr {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.l-cts-header .l-cts-header__inr .c-cts-header__heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.l-cts-header .l-cts-header__inr .c-cts-header__heading .c-hdg--lv1 {
  line-height: 1
}
.l-cts-header .l-cts-header__inr.r-blueflag {
  position: relative
}
.l-cts-header .l-cts-header__inr.r-blueflag * {
  z-index: 2;
  position: relative
}
.l-cts-header .l-cts-header__inr.r-blueflag .l-cts-header__inr--imagechanger {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s
}
.l-cts-header .l-cts-header__inr.r-blueflag .l-cts-header__inr--imagechanger.is-active {
  opacity: 1
}
.l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading {
  position: static;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}
.l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .u-img-wrap {
  margin: 0 auto
}
.l-cts-header .l-cts-header__inr.r-blueflag .p-intro .c-intro__txt {
  font-weight: 700
}
.l-cts-header .l-cts-header__inr.r-blueflag .p-intro .c-cts__txt {
  line-height: 2
}
.l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .c-intro__txt {
  color: #fff;
  font-weight: 700
}
[class*=l-main--] {
  margin-right: auto;
  margin-left: auto;
  position: relative
}
.l-main--2col .l-main__subcontent .l-main__subcontent__ttl {
  line-height: 1.5
}
.l-lyt__3col .p-ctslist__3col,
.l-lyt__3col .full {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.l-lyt__3col .p-ctslist__link {
  border: 1px solid #ccc;
  position: relative;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%
}
.l-lyt__3col .p-ctslist__link:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.l-lyt__3col .p-ctslist__link:hover {
  opacity: .7
}
.l-lyt__3col .p-ctslist__link:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}
.l-main--fullwidth .l-main__cnt {
  width: 100%
}
.l-main--fullwidth .l-main__inr {
  margin-right: auto;
  margin-left: auto
}
.l-errorpage .c-hdg--lv2 .c-cts__txt {
  line-height: 2
}
.l-cts-wrap__inr > .l-breadcrumb {
  margin-top: 40px
}
.l-maincts-base > .p-cts__txtarea {
  margin-top: 0
}
.l-maincts.l-cn.r-pdc .p-pdc-card__link:after, .l-maincts.l-en.r-pdc .p-pdc-card__link:after {
  content: none!important
}
.l-maincts.l-cn.r-pdc .p-pdc-card__link .p-pdc-card__img img, .l-maincts.l-en.r-pdc .p-pdc-card__link .p-pdc-card__img img {
  height: 80%!important
}
.l-maincts.l-cn.r-pdc .p-pdc-card__link .c-pdc-card__title, .l-maincts.l-en.r-pdc .p-pdc-card__link .c-pdc-card__title {
  color: #000
}
.l-maincts.l-cn.r-pdc .p-pdc-card__link:hover, .l-maincts.l-en.r-pdc .p-pdc-card__link:hover {
  opacity: 1!important
}
.l-maincts.l-cn.r-pdc .p-pdc-card__link:hover img, .l-maincts.l-en.r-pdc .p-pdc-card__link:hover img {
  opacity: 1!important
}
.l-maincts.l-cn.r-pdc .p-pdc-card__link:hover .c-pdc-card__title, .l-maincts.l-en.r-pdc .p-pdc-card__link:hover .c-pdc-card__title {
  text-decoration: none!important;
  color: #000
}
.l-maincts.l-en .p-tbl__row .c-tbl__title {
  width: 155px
}
.l-pagetop > a {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  background-image: url(/assets/img/common/fig_arrow_circle-02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.l-pagetop > a:after {
  content: 'ページの先頭に移動する';
  position: absolute;
  text-indent: -99999px
}
.l-pagetop.is-fixed {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.l-pagetop.is-fixed > a {
  position: fixed
}
.l-pagetop.is-hide > a {
  opacity: 0;
  pointer-events: none
}
.l-rcp-dtl__cts .l-rcp__vis__img .l-rcp__vis__item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  z-index: 1
}
.l-rcp-dtl__cts .l-rcp__vis__img .l-rcp__vis__item.u-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 10000px
}
.l-rcp-dtl__cts .l-rcp__vis__img .l-rcp__vis__item.is-active {
  z-index: 2;
}
.l-rcp-dtl__cts .l-rcp__vis__nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-rcp-dtl__cts .l-rcp__thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  position: relative;
  opacity: 0;
  background: #fff
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  border: 2px solid #30a2ff;
  width: 100%;
  height: 100%
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 10000px;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item:last-of-type {
  margin-right: 0
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item.is-active {
  position: relative
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item:hover {
  opacity: .7
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item:hover:after {
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #30a2ff
}
.l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.l-rcp-dtl__cts .l-rcp-print {
  width: 50px;
  height: 50px
}
.l-rcp-dtl__cts .l-rcp-print .c-btn-print {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: solid 1px #0071ce;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-rcp-dtl__cts .l-rcp-print .c-btn-print span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background-image: url(/assets/img/common/icon_19.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.l-rcp-dtl__cts .l-rcp-print .c-btn-print:hover {
  opacity: .7
}
.l-rcp-dtl__cts .l-rcp__intro .l-rcp__intro__txt {
  display: block;
  line-height: 2
}
.l-rcp-dtl__cts .l-coolingtim_energy {
  letter-spacing: 0
}
.l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__time {
  float: left
}
.l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__time.c-listitem01 {
  background-image: url(/assets/img/common/icon_16.svg);
  background-repeat: no-repeat;
  background-position: left center
}
.l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__box {
  float: left
}
.l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__energy {
  float: left
}
.l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__energy.c-listitem02 {
  background-image: url(/assets/img/common/icon_17.svg);
  background-repeat: no-repeat;
  background-position: left center
}
.l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__box {
  float: left
}
.l-rcp-dtl__cts .c-note {
  color: #666;
  text-align: right;
  line-height: 1
}
.l-rcp-dtl__cts .u-mainvisual__2nd {
  display: none
}
.l-sidebar {
  height: auto
}
.l-sidebar__cts__title {
  position: relative;
  display: block
}
.l-sidebar__cts__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
  background: repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
  width: 100%
}
.l-sidebar__cts__title .c-hdg--lv1 {
  line-height: 1
}
.l-sidebar__cts .l-sidebar__banner-primary a {
  position: relative;
  display: block;
}
.l-sidebar__cts .l-sidebar__banner-primary a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: solid 2px #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
}
.l-sidebar__cts .l-sidebar__banner-primary:hover a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  border: solid 2px #30a2ff
}
.l-sidebar__cts .l-sidebar__banner-primary:hover a img {
  opacity: .7
}
.l-sidebar__cts .r-blank-primary {
  position: relative;
  display: block
}
.l-sidebar__cts .r-blank-secondary {
  position: relative;
  display: block
}
.l-sidebar__cts .l-sidebar__banner-secondary a {
  display: block;
  position: relative
}
.l-sidebar__cts .l-sidebar__banner-secondary a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: solid 2px #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
}
.l-sidebar__cts .l-sidebar__banner-secondary:hover a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  border: solid 2px #30a2ff
}
.l-sidebar__cts .l-sidebar__banner-secondary:hover a img {
  opacity: .7
}
.l-sidebar__cts__list li {
  border-top: solid 1px #e2e2e2
}
.l-sidebar__cts__list li:last-of-type {
  border-bottom: solid 1px #e2e2e2
}
.l-sidebar__cts__list li:hover {
  color: #0071ce
}
.l-sidebar__cts__list .r-acdlabel .l-togglelist__title:hover {
  color: #0071ce;
  background-color: #f2f8fd
}
.l-sidebar__cts__list .r-acdlabel .l-togglelist__title.is-current {
  background-color: #f2f8fd;
  color: #0071ce
}
.l-sidebar__cts__list__item {
  display: block;
  color: #0071ce
}
.l-sidebar__cts__list__item:hover {
  background-color: #f2f8fd;
  color: #0071ce
}
.l-sidebar__cts__list__item.is-current {
  background-color: #f2f8fd;
  color: #0071ce
}
.l-togglelist__title {
  position: relative;
  cursor: pointer
}
.l-togglelist__title .l-sidebar__cts__list__item {
  float: left
}
.l-togglelist__title span {
  display: block;
  float: right;
  position: relative
}
.l-togglelist__title span:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #0071ce;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-togglelist__title span:after {
  content: "";
  display: block;
  width: 1px;
  background-color: #0071ce;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-togglelist__title.is-active span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.l-togglelist__title + .l-togglelist {
  display: none
}
.l-togglelist__title + .l-togglelist .l-togglelist__item {
  border: none;
  color: #666
}
.l-togglelist__title + .l-togglelist .l-togglelist__item:hover {
  background-color: #f2f8fd;
  color: #30a2ff
}
.l-togglelist__title + .l-togglelist .l-togglelist__item a {
  display: block
}
.l-togglelist__title + .l-togglelist .l-togglelist__item.is-current {
  font-weight: 700;
  background-color: #f2f8fd;
  color: #0071ce
}
.l-pdc__vis {
  border-bottom: none;
  height: auto
}
.l-pdc__vis__imgwrap {
  position: relative;
  border: solid 1px #ccc
}
.l-pdc__vis__imgwrap .l-pdc__vis__img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1
}
.l-pdc__vis__imgwrap .l-pdc__vis__img .l-pdc__vis__area {
  width: 100%;
  position: relative
}
.l-pdc__vis__imgwrap .l-pdc__vis__img .l-pdc__vis__area img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.l-pdc__vis__imgwrap .l-pdc__vis__img.is-active {
  z-index: 2
}
.l-pdc__vis__imgwrap .c-note {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 2;
  color: #666
}
.l-pdc__vis__imgwrap .l-pdc__vis__img.is-active {
  display: block
}
.l-pdc__tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: bottom;
  -webkit-justify-content: bottom;
  -ms-flex-pack: bottom;
  justify-content: bottom
}
.l-pdc__tablist .l-pdc__tablist__item {
  color: #fff;
  background-color: #0071ce;
  border: solid 1px #0071ce;
  text-align: center;
  display: inline-block;
  line-height: 1;
  cursor: pointer
}
.l-pdc__tablist .l-pdc__tablist__item a {
  display: block;
  width: 100%
}
.l-pdc__tablist .l-pdc__tablist__item:last-of-type {
  margin-right: 0
}
.l-pdc__tablist .l-pdc__tablist__item.is-active {
  background-color: #fff;
  color: #000;
  z-index: 100
}
.l-pdc__tablist .l-pdc__tablist__item.is-active a {
  width: 100%;
  display: block
}
.l-pdc__tablist .l-pdc__tablist__item.is-active:first-of-type {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-top: none
}
.l-pdc__tablist .l-pdc__tablist__item.is-active:nth-of-type(2) {
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-top: none
}
.l-pdc__tablist .l-pdc__tablist__item.is-active:last-of-type {
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-top: none;
  margin-right: 0
}
.l-pdc__vis__deta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.l-pdc__vis__deta .c-txticonlist .c-txticonlist__item:last-of-type {
  margin-right: 0
}
.l-pdc__vis__deta__txt {
  line-height: 2!important;
}
.l-pdc__vis__deta__list li {
  border-top: solid 1px #ccc;
  line-height: 2
}
.l-pdc__vis__deta__list li:last-of-type {
  border-bottom: solid 1px #ccc
}
.l-pdc__vis__deta__list .l-listitem__title {
  font-weight: 700;
  color: #002f87
}
.p-btnwrap {
  margin: 0 auto
}
.p-btnwrap .c-btn-list {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.p-btnwrap .c-btn-list .c-btn-list__itm {
  font-weight: 400
}
.p-btnwrap .c-btn-list .c-btn-list__itm .c-note {
  color: #666;
  line-height: 1
}
.l-pdc__index-wrap .l-pdc__index__title {
  margin: 0 auto;
  text-align: center
}
.l-pdc__index-wrap .l-pdc__index__list {
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset
}
.l-pdc__index-wrap .l-pdc__clm {
  width: 100%;
  height: auto
}
.l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea .l-pdc__clm__txt {
  line-height: 2
}
.l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link {
  border: solid 1px #ccc;
  position: relative
}
.l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link:hover:after {
  opacity: .7;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__title {
  color: #0071ce;
  font-weight: 700
}
.l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__title:hover {
  text-decoration: underline
}
.l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__txt {
  color: #666
}
.l-pdc__cmt .l-pdc__cmt__txtarea .l-pdc__cmt__txt {
  color: #fff
}
.l-pdc__cmt .l-pdc__cmt__txtarea .c-btn-list__itm__link {
  background-color: #fff;
  color: #0071ce;
  border: none
}
.l-pdc__cmt .l-pdc__cmt__txtarea .c-btn-list__itm__link:hover {
  background-color: #0071ce;
  color: #fff
}
.l-pdc__intro {
  line-height: 2;
  margin-top: -7.5px;
  margin-bottom: 32.5px
}
.l-pdc__index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__80, .l-pdc__index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__96 {
  position: absolute;
  z-index: 5
}
.p-kvarea .p-slider-wrap {
  position: relative
}
.p-top-info {
  border-bottom: 1px solid #ccc;
  position: relative
}
.p-top-info .p-top-info__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #ffe400;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.p-top-info .p-top-info__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #ffe400;
  z-index: 10
}
.p-top-info .p-top-info__title p {
  display: block
}
.p-top-info .p-top-info__txt .p-top-info__link {
  color: #0071ce
}
.p-top-info .p-top-info__txt .p-top-info__link:hover {
  text-decoration: underline!important
}
.p-top-info .p-top-info__txt span.p-top-info__link {
  color: #666
}
.p-top-info .p-top-info__txt span.p-top-info__link:hover {
  text-decoration: none!important
}
.l-index-wrap .p-slider-wrap.p-slider-wrap-bnr {
  position: relative
}
.l-index-wrap .c-title__subtxt {
  color: #002f87;
  font-weight: 700;
  display: block;
  line-height: 1
}
.l-index-wrap .p-rcp-list .p-rcp-list__link {
  display: block
}
.l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__img {
  position: relative
}
.l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  border: 2px solid #30a2ff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__txt {
  color: #0071ce;
  font-weight: 700;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-index-wrap .p-rcp-list .p-rcp-list__link:hover .p-rcp-list__img {
  opacity: .7
}
.l-index-wrap .p-rcp-list .p-rcp-list__link:hover .p-rcp-list__img:after {
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #30a2ff
}
.l-index-wrap .p-rcp-list .p-rcp-list__link:hover .p-rcp-list__txt {
  text-decoration: underline
}
.l-index-wrap .p-exp-wrap .p-exparea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-index-wrap .p-exp-wrap .p-exparea:after {
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  border: 2px solid #30a2ff
}
.l-index-wrap .p-exp-wrap .p-exparea img {
  height: 100%
}
.l-index-wrap .p-exp-wrap .p-exparea a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-index-wrap .p-exp-wrap .p-exparea a:hover {
  opacity: .7;
  position: relative
}
.l-index-wrap .p-exp-wrap .p-exparea a:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #30a2ff
}
.l-index-wrap .p-exp-wrap .p-exparea .p-exparea__box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-index-wrap .p-exp-wrap .p-exparea .p-exparea__box__list .p-exparea__list__itm {
  width: 100%
}
.l-index-wrap .p-company-wrap .p-company__title {
  margin: 0 auto
}
.l-index-wrap .p-company-wrap .p-company-list__link {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-index-wrap .p-company-wrap .p-company-list__link .c-company-list__txt {
  color: #0071ce;
  line-height: 1;
  text-align: center
}
.l-index-wrap .p-company-wrap .p-company-list__link img {
  display: block;
  margin: 0 auto
}
.l-index-wrap .p-company-wrap .p-company-list__link:hover {
  opacity: .7
}
.l-index-wrap .p-company-wrap .p-company-list__link:hover .c-company-list__txt {
  text-decoration: underline!important
}
.l-index-wrap .p-company-wrap .p-tech-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm p {
  display: block
}
.l-index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__80, .l-index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__96 {
  position: absolute;
  z-index: 5
}
.l-rcp-index-wrap .p-slider-wrap__title {
  margin: 0 auto
}
.p-rcp__search {
  background-image: url(/assets/img/recipes/bg_index_02.jpg);
  background-repeat: repeat
}
.p-rcp__search .p-rcp__search__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.p-rcp__search .p-rcp__search__list .p-rcp__search__itm {
  overflow: hidden
}
.p-rcp__search .p-rcp__search__list .c-rcp__search__img {
  background-color: #fff;
  position: relative
}
.p-rcp__search .p-rcp__search__list .c-rcp__search__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.p-rcp__search .p-rcp__search__list .p-rcp__search__title {
  background-color: #fff
}
.p-rcp__search .p-rcp__search__list .c-rcp__search__title {
  display: block;
  font-weight: 700;
  color: #0071ce
}
.p-rcp__search .p-rcp__search__list .p-rcp__itm__area {
  background-color: #fff
}
.p-rcp__search .p-rcp__search__list .c-rcp__itm__list__icn {
  position: relative
}
.p-rcp__search .p-rcp__search__list .c-rcp__itm__list__icn img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%
}
.p-rcp__search .p-rcp__search__list .c-rcp__itm__list__txt {
  color: #666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.p-rcp__search .c-btn-list {
  margin: 0 auto
}
.p-rcp__selectarea .p-select__ingredients, .p-rcp__selectarea .p-select__products {
  position: relative;
  background: #fff;
  cursor: pointer
}
.p-rcp__selectarea ul {
  border: solid 1px #999;
  border-top: none;
  position: relative;
  z-index: 5;
  height: auto;
  overflow: auto
}
.p-rcp__selectarea ul li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #999
}
.p-rcp__selectarea ul li:hover {
  color: #30a2ff;
  font-weight: 700
}
.p-rcp__selectarea ul li.is-current {
  font-weight: 700;
  color: #0071ce
}
.p-rcp__selectarea ul li .c-rcp__select__icn {
  float: left
}
.p-rcp__selectarea ul:last-of-type {
  border-bottom: none
}
.p-rcp__selectarea .p-rcp__ingredients {
  display: none
}
.p-rcp__selectarea .p-rcp__ingredients.is-active {
  display: block
}
.p-rcp__selectarea .p-rcp__products {
  display: none
}
.p-rcp__selectarea .p-rcp__products .c-rcp__select__icn img {
  width: auto;
  height: 100%
}
.p-rcp__selectarea .p-rcp__products.is-active {
  display: block
}
.p-rcp__selectarea p {
  color: #666
}
.p-rcp__selectarea .c-btn-list .c-btn-list__itm {
  height: 50px
}
.r-2col-btn .r-20_reading .c-icn {
  background-image: url(/assets/img/common/icon_20.svg);
  background-size: cover
}
.r-2col-btn .r-re_reading .c-icn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.r-2col-btn .c-btn-list .c-btn-list__itm__link:hover .c-icn {
  background-image: none
}
.r-2col-btn .r-20_reading .c-btn-list__itm__link:hover .c-icn {
  background-image: url(/assets/img/common/icon_21.svg);
  background-size: cover
}
.r-2col-btn .r-re_reading .c-btn-list__itm__link:hover .c-icn {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.p-link__card__specialrecipe {
  border: solid 1px #666;
  background-color: #fff
}
.p-link__card__specialrecipe .p-link__hdg .p-link__txt .c-note {
  color: #666
}
.p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link {
  color: #0071ce
}
.p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.selectbox {
  zoom: 1;
  position: relative;
  width: 100%
}
.selectbox .selectbox__select {
  width: 100%;
  display: block;
  zoom: 1;
  text-decoration: none;
  cursor: default;
  margin: 0
}
.selectbox .selectbox__select:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}
.selectbox .selectbox__select .selectbox__select__text {
  display: block;
  cursor: default;
  color: #000
}
.selectbox .selectbox__select.is-active:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}
.selectbox .selectbox__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.selectbox .selectbox__select span {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  flex: 1 0 auto;
}
.selectbox__pulldown .selectbox__pulldown__list span {
  min-width: 50%
}
.p-rcp__search_noitem {
  width: 100%
}
a.p-rcp__search__link {
  -webkit-transition: all .3s;
  transition: all .3s
}
a.p-rcp__search__link .c-rcp__search__img {
  opacity: 1
}
a.p-rcp__search__link .c-rcp__search__img:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}
a.p-rcp__search__link:hover {
  text-decoration: underline #0071ce!important;
  opacity: .7
}
a.p-rcp__search__link:hover .c-rcp__search__img {
  opacity: .7
}
a.p-rcp__search__link:hover .c-rcp__search__img:after {
  opacity: .7
}
a.p-rcp__search__link .c-rcp__search__img {
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-rcp-index-wrap .c-btn-list__itm__cnt, .p-rcp__search .c-btn-list__itm__cnt {
  font-weight: 400!important
}
.l-rcp-index-wrap .p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link .c-icn, .p-rcp__search .p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link .c-icn {
  top: 2px;
  right: 0;
  margin: 0
}
.l-essence .c-intro__txt {
  font-weight: 700
}
.l-essence .p-essence__cnt__title .c-hdg--lv2 {
  line-height: 1
}
.l-essence .l-cts-wrap__inr .p-essence__cnt .c-btn-list__itm__cnt {
  font-weight: 400
}
.l-essence .c-img__full {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}
.js-bhv-align, .js-bhv-align-child {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-property: opacity, top, left, right;
  transition-property: opacity, top, left, right
}
.js-bhv-align-child.is-active, .js-bhv-align.is-active {
  top: 0;
  opacity: 1
}
.js-bhv-right-child {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-property: opacity, top, left, right;
  transition-property: opacity, top, left, right
}
.js-bhv-right-child.is-active {
  top: 0;
  opacity: 1
}
.js-bhv-left-child {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-property: opacity, top, left, right;
  transition-property: opacity, top, left, right
}
.js-bhv-left-child.is-active {
  top: 0;
  opacity: 1
}
.js-bhv-img {
  overflow: hidden
}
.l-essence .l-cts-wrap__inr .p-essence__cnt .p-link-list {
  background-color: #fff
}
.l-supplychain .c-intro__txt {
  font-weight: 700;
  line-height: 2
}
.l-supplychain .c-cts__txt {
  line-height: 2
}
.l-supplychain .c-cts__point__txt {
  font-weight: 700
}
.l-supplychain .c-lyt__txt__hdg {
  font-weight: 700;
  color: #002f87
}
.l-supplychain .c-itm__link__txt {
  font-weight: 700;
  color: #0071ce
}
.l-supplychain .c-lyt__txt__title {
  font-weight: 700;
  line-height: 2
}
.l-supplychain .c-img__caption {
  color: #666
}
.l-supplychain .c-number {
  margin: 0 auto
}
.l-supplychain .c-cts__phrase {
  color: #002f87;
  font-weight: 700
}
.l-supplychain .c-btn-list .c-btn-list__itm {
  font-weight: 400
}
.l-supplychain .p-ctsintro .c-cts__txt {
  margin: 46px 0 0 0;
  margin: 6.13333vw 0 0 0
}
.l-supplychain .p-ctsintro .c-hdg--lv1 {
  line-height: 1
}
.l-supplychain .p-ctslist .p-ctslist__itm:first-of-type {
  margin: 0
}
.l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #eaf4fb;
  border-radius: 50%
}
.l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link:after {
  content: "";
  display: block;
  position: absolute;
  border-right: solid 1px #0071ce;
  border-bottom: solid 1px #0071ce;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link .c-itm__link__txt {
  display: block
}
.l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link .c-itm__link__num {
  display: block;
  position: absolute;
  color: #002f87;
  line-height: 1
}
.l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link:hover {
  background-color: rgba(234, 244, 251, .7)
}
.l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link:hover .c-itm__link__txt {
  text-decoration: underline!important
}
.l-supplychain .p-ctswrap .p-ctsintro .c-cts__txt {
  margin: 0
}
.l-supplychain .p-chartlist {
  position: relative
}
.l-supplychain .p-chartlist .p-chartlist__itm {
  position: relative
}
.l-supplychain .p-chartlist .p-chartlist__itm:first-of-type {
  margin: 0
}
.l-supplychain .p-chartlist .p-chartlist__itm:last-of-type:after {
  content: none
}
.l-supplychain .p-chartlist .p-chartlist__itm:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #999
}
.l-supplychain .p-chartlist:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #999 transparent transparent transparent
}
.l-supplychain .p-ctswrap__process .p-cts__imgarea {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover
}
.l-supplychain .p-ctswrap__process .p-cts__imgarea .p-cts__imgarea__cnt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto
}
.l-supplychain .p-ctswrap__process .p-cts__imgarea .p-cts__imgarea__cnt.c-stripe__border:after {
  z-index: 1
}
.l-supplychain .p-ctswrap__process .p-cts__imgarea .p-cts__imgarea__cnt .c-cts__phrase {
  display: block;
  position: relative;
  z-index: 2;
  background: #fff
}
.l-supplychain .p-cts-lyt__primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-supplychain .p-cts-lyt__nurture .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
  position: absolute;
  right: 0;
  z-index: 1
}
.l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene {
  position: relative
}
.l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea .p-img-wrap__caption:last-of-type {
  position: absolute;
  z-index: 1;
  right: 0
}
.l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__imgarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__imgarea .p-img-wrap__caption:last-of-type {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0
}
.l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__txtarea .c-note {
  color: #666
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0
}
.l-supplychain .p-outro-wrap .p-cts-lyt__imgarea {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover
}
.l-supplychain .p-outro-wrap .p-cts-lyt__imgarea .p-cts-lyt__img {
  position: absolute
}
.l-rcp__intro__technology .l-rcp__intro__txt {
  font-weight: 700
}
.l-rcp__intro__technology__03 h3.c-hdg--lv4 {
  color: #000
}
.u__description__text {
  line-height: 2
}
.l-pdc__index__texture .l-pdc__pickup {
  border: 1px solid #ccc
}
.l-pdc__index__texture .l-pdc__pickup a {
  position: relative;
  display: block
}
.l-pdc__index__texture .l-pdc__pickup a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #0071ce;
  border-bottom: solid 1px #0071ce;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute
}
.u-last00 {
  margin: 0!important
}
.l-pdc__index__texture .p-link__card .p-link__card__link.r-type02 .p-link__hdg {
  margin: 0
}
.l-pdc__index__texture .p-link__card .p-link__card__link.r-type02 .c-icn {
  top: 0;
  bottom: 0;
  margin: auto 0
}
.l-industrial p {
  letter-spacing: 0
}
.l-industrial .c-intro__txt {
  font-weight: 700;
  letter-spacing: 0
}
.l-industrial h3 {
  font-weight: 700;
  letter-spacing: .02em
}
.l-industrial .font_small {
  color: #666;
  letter-spacing: 0
}
.l-industrial dt {
  font-weight: 700;
  letter-spacing: 0
}
.l-industrial dd {
  line-height: 2
}
.l__experience__wrap .l-info-header.r-pdc__index {
  border-bottom: 1px solid #ccc
}
.l__experience__wrap .c-hdg--lv1 {
  letter-spacing: .08em
}
.l__experience__banner__wrap {
  background-image: url(/assets/img/experience/bg_index_02.jpg)
}
.l__experience__banner__wrap .l__experience__banner__inner a {
  position: relative;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l__experience__banner__wrap .l__experience__banner__inner a:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.l__experience__banner__wrap .l__experience__banner__inner a:hover img {
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.l__experience__banner__wrap .l__experience__banner__inner a:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}
.l__experience__banner__wrap .l__experience__banner__inner a:hover .c-icn {
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.l__experience__banner__wrap .l__experience__banner__inner a .c-icn {
  position: absolute;
  display: block;
  background-image: url(/assets/img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover
}
.p-exparea__box {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative
}
.p-exparea__box:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.p-exparea__box:hover .u-img-wrap img {
  opacity: .7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}
.p-exparea__box:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .c-intro__txt {
  font-weight: 700
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 dl dt {
  color: #002f87;
  font-weight: 700
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 dl dt span {
  display: inline-block
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 dd img {
  margin-top: 12.5px
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .l-pdc__index__title .c-hdg--lv2 {
  width: auto
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left {
  position: relative
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left .p-cnt__txt {
  position: relative
}
.l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .right .p-cnt__txt {
  position: relative
}
.l-preservation .c-intro__txt {
  font-weight: 700;
  line-height: 2
}
.l-preservation .c-cts__txt {
  line-height: 2
}
.l-preservation .c-cts__title {
  font-weight: 700;
  color: #002f87
}
.l-preservation .c-itm__title {
  font-weight: 700;
  color: #002f87;
  line-height: 1;
  display: block;
  background: #fff
}
.l-preservation .c-lyt__txt__title {
  font-weight: 700;
  line-height: 2
}
.l-preservation .c-img__caption {
  color: #666
}
.l-preservation .c-lyt__txt__hdg {
  font-weight: 700;
  color: #002f87
}
.l-preservation .c-number {
  margin: 0 auto
}
.l-preservation .p-ctsintro .c-intro__txt {
  font-weight: 700;
  color: #000
}
.l-preservation .p-ctswrap__improvement .p-cts__improvement__itm {
  position: relative;
  background: #fff
}
.l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary .p-cts-lyt__img {
  position: relative
}
.l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary .p-cts-lyt__img span {
  position: absolute;
  display: block
}
.l-preservation .p-ctswrap__hygiene .p-cts__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.l-preservation .p-ctswrap__hygiene .p-cts__title .c-hdg--lv2 {
  width: auto
}
.l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__txt {
  position: relative
}
.l-jamdeck .c-hdg--lv2.r-bordertype-01 {
  font-weight: 700
}
.l-jamdeck .c-info__itm {
  font-weight: 700;
  line-height: 1
}
.l-jamdeck .c-cts__txt {
  line-height: 2
}
.l-jamdeck .c-cts__txt.r-red {
  color: #c00
}
.l-jamdeck .c-cts__txt.r-bold {
  font-weight: 700
}
.l-jamdeck .c-cts__txt.r-white {
  color: #fff
}
.l-jamdeck .c-note {
  line-height: 2
}
.l-jamdeck .c-note.r-gray {
  color: #666
}
.l-jamdeck .c-note.r-red {
  color: #c00
}
.l-jamdeck .c-info__title {
  font-weight: 700;
  color: #002f87
}
.l-jamdeck .c-cts__hdg {
  font-weight: 700;
  color: #002f87
}
.l-jamdeck .c-jam_flow_box__hdg {
  font-weight: 700
}
.l-jamdeck .c-cts__title {
  line-height: 1;
  font-weight: 700;
  color: #002f87
}
.l-jamdeck .c-btn-list__itm__cnt {
  font-weight: 400
}
.l-jamdeck .c-hdg__sub {
  font-weight: 700;
  color: #002f87
}
.l-jamdeck .c-txtlink {
  color: #0071ce
}
.l-jamdeck .c-txtlink:hover {
  text-decoration: underline!important
}
.l-jamdeck .p-inquiry-wrap {
  background-image: url(/assets/img/experience/bg_index_02.jpg);
  background-repeat: repeat
}
.l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info {
  background: #fff
}
.l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .c-info__title {
  text-align: center
}
.l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm {
  border-bottom: 1px solid #ddd;
  position: relative
}
.l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm span {
  background-color: #002f87;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0
}
.l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm span.r-red {
  background-color: #c00
}
.l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm {
  border-bottom: solid 1px #ccc
}
.l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .p-news-list__itm__hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .c-info__date {
  color: #666
}
.l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .p-news-list__link {
  color: #0071ce
}
.l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .p-news-list__link:hover {
  text-decoration: underline!important
}
.l-jamdeck .p-ctswrap__concept .c-intro__txt {
  font-weight: 700;
  line-height: 2
}
.l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr {
  width: 100%;
  border-top: 1px solid #ccc
}
.l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr th {
  color: #002f87;
  letter-spacing: 0;
  text-align: left;
  vertical-align: text-top
}
.l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr:last-of-type {
  border-bottom: 1px solid #ccc
}
.l-jamdeck .p-cts-lyt__booth .c-booth__subtxt {
  color: #666
}
.l-jamdeck .p-cts-lyt__booth .p-cts-lyt__inr__booth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .p-jam_booth_box__img:after {
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .c-pdc-card__title {
  position: relative;
  color: #0071ce;
  font-weight: 700
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .c-pdc-card__title .c-icn {
  display: inline-block
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink:hover {
  opacity: .7;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink:hover .p-jam_booth_box__img:after {
  content: "";
  opacity: .7;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink:hover .c-pdc-card__title {
  text-decoration: underline
}
.l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .c-pdc-card__txt {
  line-height: 2
}
.l-jamdeck .p-ctswrap__flow .p-cts-lyt__howto .p-jam_flow_box {
  background-color: #f9f9f9
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist {
  overflow: hidden
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm a {
  /*text-decoration: underline!important*/
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg {
  position: relative;
  background-color: #666
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg .c-cts__txt {
  line-height: 1
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg:last-of-type:before {
  content: none
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg:last-of-type:after {
  content: none
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: solid 1px #ccc;
  border-top: none
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm {
  position: relative
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-tbl-list__title {
  display: block;
  font-weight: 700;
  color: #002f87
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-tbl-list__title a {
  color: #0071ce
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-cts__txt .c-pdc-card__itm__link {
  display: inline;
  padding-right: 1em;
  color: #0071ce
}
.l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-cts__txt .c-pdc-card__itm__link .c-icn {
  display: inline-block;
  position: static
}
.l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-txtarea__list .p-txtarea__list__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p-inquiry-wrap__02 .p-inquiry-wrap__cts {
  background-color: #fff
}
.p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .p-list__itm p {
  padding-left: 0
}
.p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__reservation .r-reservation {
  position: static;
  display: inline-block;
  padding: 0 10px;
  background-color: #0071ce;
  color: #fff;
  height: 2em
}
.p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__itm__sub {
  font-weight: 700;
  color: #002f87;
  line-height: 1
}
.p-cts__jam-course .p-cts__jam-course__about .left .visit tr {
  width: 100%;
  border-top: 1px solid #ccc
}
.p-cts__jam-course .p-cts__jam-course__about .left .visit tr:last-of-type {
  border-bottom: 1px solid #ccc
}
.p-cts__jam-course .p-cts__jam-course__about .left .visit tr th {
  color: #002f87;
  letter-spacing: 0;
  text-align: left;
  vertical-align: text-top
}
.p-cts__jam-course .p-cts__jam-course__about .right .experience tr {
  width: 100%;
  border-top: 1px solid #ccc
}
.p-cts__jam-course .p-cts__jam-course__about .right .experience tr:last-of-type {
  border-bottom: 1px solid #ccc
}
.p-cts__jam-course .p-cts__jam-course__about .right .experience tr th {
  color: #002f87;
  letter-spacing: 0;
  text-align: left;
  vertical-align: text-top
}
.p-cts__jam-course .p-cts__jam-course__about .right .experience tr td .p-cts__notice-list__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p-cts__jam-course .p-cts__jam-course__about .right .c-pdc-card__itm__link {
  display: inline;
  color: #0071ce
}
.p-cts__jam-course .p-cts__jam-course__about .right .c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.p-cts__jam-course .p-cts__jam-course__about .right .c-pdc-card__itm__link .c-icn {
  display: inline-block;
  position: static
}
.p-cts__flow .p-cts__flow__itm .c-stripe__border {
  position: relative
}
.p-cts__flow .p-cts__flow__itm .c-stripe__border .c-number {
  position: absolute
}
.p-cts__flow .c-icn__arrow {
  display: block;
  position: absolute
}
.p-cts__flow .p-ctsbox__last .u-img-wrap {
  margin: 0 auto
}
.p-inquiry-wrap__03 .p-inquiry-wrap__cts {
  background-color: #fff
}
.l-jamdeck .c-tabletel {
  font-weight: 700;
  text-decoration: underline!important;
  color: #0071ce
}
.l-jmg__cts .p-cts__vis__txt {
  font-weight: 700
}
.l-jmg__cts .c-link-list__itm__link {
  color: #0071ce
}
.l-jmg__cts .c-cts__txt, .l-jmg__cts .c-lyt__list__itm {
  line-height: 2
}
.l-jmg__cts .c-cts__txt.r-point {
  color: #ff8400;
  font-weight: 700
}
.l-jmg__cts .c-cts__txt.r-caution {
  color: #c00
}
.l-jmg__cts .c-cts__txt.r-bold {
  font-weight: 700
}
.l-jmg__cts .c-lyt__txt__hdg {
  font-weight: 700;
  line-height: 2;
  color: #002f87
}
.l-jmg__cts .c-img__caption {
  color: #666
}
.l-jmg__cts .c-note {
  color: #666
}
.l-jmg__cts .p-cts__vis {
  background-repeat: no-repeat
}
.l-jmg__cts .p-link-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.l-jmg__cts .p-link-list .p-link-list__itm:last-of-type {
  margin-bottom: 0
}
.l-jmg__cts .p-link-list .p-link-list__itm .c-link-list__itm__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.l-jmg__cts .p-link-list .p-link-list__itm .c-link-list__itm__link .c-icn {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  left: .5em
}
.l-jmg__cts .p-link-list .p-link-list__itm .c-link-list__itm__link:hover {
  text-decoration: underline!important
}
.l-jmg__cts .p-lyt__list {
  list-style-type: decimal
}
.l-jmg__cts .p-lyt__list .c-lyt__list__itm {
  list-style-type: decimal
}
.l-jmg__cts .p-lyt__list__secondary .c-lyt__list__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-jmg__cts .p-lyt__list__secondary .c-lyt__list__itm span {
  display: block
}
.l-jmg__cts .p-card__cts__list-secondaly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-jmg__cts .p-ctswrap .p-ctswrap__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left
}
.l-jmg__cts .p-ctswrap .r-mt-0 {
  margin-top: 0!important
}
.l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__list .c-list__txt:before {
  content: ":";
  display: inline-block
}
.l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__txtarea {
  letter-spacing: -.025em
}
.l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__imgarea .p-cts-lyt__img img {
  height: 100%
}
.l-jmg__cts .p-ctswrap #p-box02 .p-lyt__list .c-lyt__list__itm:last-of-type {
  margin-bottom: 0
}
.l-knowledge .l-pdc__index__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
}
.l-knowledge .l-pdc__index__list .p-pdc-card .p-pdc-card__link .p-pdc-card__img img {
  height: 100%
}
.l-jamstory .section_03 .jam_box .img_01 {
  margin: 0 auto
}
.l-jamstory .section_03 .jam_box .img_01 .lightgray {
  color: #666
}
.l-inquiry .c-flowchart__itm {
  color: #666
}
.l-inquiry .c-flowchart__itm.is-current {
  color: #fff
}
.l-inquiry .c-cts__txt, .l-inquiry .c-form-checkbox__label, .l-inquiry .c-form-radio__label {
  line-height: 2
}
.l-inquiry .c-cts__txt.r-title {
  font-weight: 700
}
.l-inquiry .c-txtarea__link {
  color: #0071ce;
  line-height: 1
}
.l-inquiry .c-tbl__head {
  color: #002f87
}
.l-inquiry:placeholder-shown {
  line-height: 1;
  color: #999
}
.l-inquiry .p-txtarea__notice .c-note {
  line-height: 2
}
.l-inquiry .p-cts-lyt__qa__box {
  background: #f9f9f9
}
.l-inquiry .c-txtlink__secondary {
  display: block;
  margin: 0 auto
}
.l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa .c-txtlink__secondary span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.l-inquiry .p-cts-lyt__3col .c-txt__sub {
  line-height: 1
}
.l-inquiry .p-cts-lyt__3col .p-inq__area {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666
}
.l-inquiry .p-cts-lyt__3col .p-inq__area .c-note {
  line-height: 2
}

/*2020-06-22追加*/
.l-inquiry .p-cts-lyt__2col .c-txt__sub {
  line-height: 1
}
.l-inquiry .p-cts-lyt__2col .p-inq__area {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666
}
.l-inquiry .p-cts-lyt__2col .p-inq__area .c-note {
  line-height: 2
}
/*2020-06-22追加_end*/

.l-inquiry .p-flowchart__list {
  width: 100%;
  overflow: hidden;
  position: relative
}
.l-inquiry .p-flowchart__list .c-flowchart__itm {
  float: left;
  position: relative
}
.l-inquiry .p-flowchart__list .c-flowchart__itm span {
  position: relative;
  z-index: 4
}
.l-inquiry .p-flowchart__list .c-flowchart__itm:first-of-type {
  z-index: 3
}
.l-inquiry .p-flowchart__list .c-flowchart__itm:nth-of-type(2) {
  z-index: 2
}
.l-inquiry .p-flowchart__list .c-flowchart__itm:last-of-type {
  z-index: 1;
  padding-right: 1em;
  float: right
}
.l-inquiry .p-txtarea .c-txtarea__link {
  display: inline-block
}
.l-inquiry .p-txtarea .c-txtarea__link .c-icn {
  display: inline-block
}
.l-inquiry .p-txtarea .c-txtarea__link:hover {
  text-decoration: underline!important
}
.l-inquiry .c-btn-list__itm__link input {
  position: relative;
  z-index: -1
}
.l-inquiry .p-txt__error {
  background-color: #fde9f1
}
.l-inquiry .p-txt__error .c-cts__txt.r-error {
  color: #dc0000;
  font-weight: 700
}
.l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link .c-icn {
  position: static;
  display: inline-block
}
.l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link:hover {
  text-decoration: underline!important
}
.l-blueflag .p-cts-lyt__primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
  margin-top: 0;
  padding-top: 0
}
.l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
  margin-top: 0;
  padding-top: 0
}
.l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt .c-txt-link {
  line-height: 1
}
.l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt .c-txt-link img {
  vertical-align: initial
}
.l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea .p-img-wrap__caption .p-cts-lyt__img {
  margin: 0 auto
}
.l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .c-txt-link img {
  vertical-align: initial
}
.l-jamday .section_01 .jam_box .c-pdc-card__itm__link {
  display: inline-block;
  padding-right: 15px;
  color: #0071ce
}
.l-jamday .section_01 .jam_box .c-pdc-card__itm__link .c-icn {
  top: 4px;
  right: -2px
}
.l-jamday .section_01 .jam_box .c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.l-sugarcontent .p-img-wrap {
  display: flex;
  align-items: flex-end;
}
.l-sugarcontent .p-img-wrap .p-img-list{
  margin-left: 10px;
}
.l-sugarcontent .p-img-wrap .p-img-list .p-img-list-txt{
  display: block;
  font-size: 0.8em;
}
.l-cminfo .movie_box {
  overflow: hidden
}
.l-cminfo .movie_box > div.jstream-eqPlayer {
  position: static!important
}
.l-cminfo .section_01 .narration_super .box_title_03 {
  font-weight: 700
}
.l-cminfo .section_02 .narration_super .box_title_03 {
  font-weight: 700
}
.l-cminfo .section_03 .narration_super .box_title_03 {
  font-weight: 700
}
.l-cminfo .section_03 .narration_super .img_01 .lightgray {
  color: #666
}
.l-cminfo .p-ctswrap__box .title_04 {
  font-weight: 700
}
.l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list {
  padding-left: 0
}
.c-cts__txt {
  line-height: 2
}
.c-cts__txt.r-red {
  color: #c00
}
.c-cts__txt.r-bold {
  font-weight: 700
}
.c-cts__txt.r-white {
  color: #fff
}
.c-cts__txt.r-lightblue {
  color: #0071ce
}
.c-note {
  line-height: 2
}
.c-note.r-gray {
  color: #666
}
.c-note.r-red {
  color: #c00
}
.c-note.r-bold {
  font-weight: 700
}
.c-txtlink {
  color: #002f87
}
.c-txtlink:hover {
  text-decoration: underline!important
}
.c-txtlink__secondary {
  color: #0071ce
}
.c-txtlink__secondary:hover {
  text-decoration: underline!important
}
.c-cts__hdg {
  font-weight: 700;
  color: #002f87
}
.c-ctslist__link {
  color: #0071ce;
  line-height: 2
}
.c-ctslist__link:hover {
  text-decoration: underline!important
}
.c-link-list__itm__link {
  color: #0071ce
}
.c-pdc-card__itm__link {
  display: inline-block!important;
  padding-right: 1em;
  color: #0071ce
}
.c-pdc-card__itm__link .c-icn {
  display: inline-block!important
}
.c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.l-pdc__index__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  /*justify-content: space-between;*/
}
.p-tbl-2col__primary {
  border-top: 1px solid #ccc
}
.p-tbl-2col__primary .p-tbl__row {
  display: block
}
.p-tbl-2col__primary .p-tbl__row .c-tbl__title:last-of-type, .p-tbl-2col__primary .p-tbl__row .c-tbl__txt:last-of-type {
  border-right: none
}
.p-tbl-2col__primary .c-tbl__title {
  border-right: 1px solid #ccc
}
.p-tbl-2col__primary .c-tbl__txt {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.p-cts__txtarea .p-txtarea__list .p-txtarea__list__itm:last-of-type {
  margin-bottom: 0
}
.c-column.p-column__cmp {
  background-color: #f9f9f9
}
.c-column.p-column__cmp .c-sec__lyt__node__cts {
  width: 100%!important;
}
.p-ctswrap__box.p-cts-lyt__group {
  border: solid 1px #ddd
}
.p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p-ctswrap__box.p-cts-lyt__group .l-lyt__2col {
  margin-bottom: 0!important
}
.p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea .p-lyt__list {
  padding-left: 0
}
.p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__imgarea {
  position: relative
}
.p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__imgarea img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto
}
.p-ctswrap-r .u-img-wrap {
  display: inline-block
}
.p-cts__point-list .p-cts__point-list__itm {
  display: block;
  padding-left: 1em;
  position: relative
}
.p-cts__point-list .p-cts__point-list__itm .dot-icn {
  position: absolute;
  top: 0;
  left: 0
}
.p-newsdetail__title {
  border-bottom: 1px solid #ccc
}
.p-newsdetail__title .c-newsdetail__title {
  font-weight: 700;
  color: #002f87
}
.p-btn-list__itm .c-btn-list__itm__link.r-fullwidth {
  width: 100%!important;
  margin: 0 auto
}
.p-list.p-list__ol.r-newsdetail {
  list-style: none!important;
  padding: 0
}
.p-list.p-list__ol.r-newsdetail .p-list__itm {
  list-style: none!important;
  padding-left: 1em
}
.p-list.p-list__ol.r-newsdetail .p-list__itm .c-list__title {
  display: inline-block
}
.p-list.p-list__ol.r-newsdetail .p-list__itm:before {
  content: counter(number) ". ";
  counter-increment: number;
  font-weight: 700;
  margin-left: -1em;
  display: inline-block
}
.l-maincts-base hr {
  margin: 0!important
}
.l-maincts-base .r-bordertype-02-wrap.r-fullwidth:first-child {
  margin-top: 0
}
.l-maincts-base .r-bordertype-02-wrap.r-fullwidth:first-of-type {
  margin-top: 0
}
.l-maincts-base .p-btn-list .p-btn-list__itm:last-child {
  margin-bottom: 0
}
.l-maincts-base .l-pdc__index__list .p-pdc-card.r-pdc-index {
  margin-top: 0;
}
.l-maincts-base .c-tgl .c-tgl__item:last-of-type {
  margin-bottom: 0
}
.l-maincts-base .c-tgl .c-tgl__item:last-child {
  margin-bottom: 0
}
.l-maincts-base .c-tgl .c-tgl__itm__cnt .p-tbl:last-of-type {
  margin-bottom: 0
}
.l-maincts-base .c-tgl .c-tgl__itm__cnt .p-tbl:last-child {
  margin-bottom: 0
}
.l-maincts-base .c-tgl .c-tgl__itm__lyt > :last-child {
  margin-bottom: 0
}
.l-maincts-base .p-cts__notice-wrap {
  margin-top: 0
}
.l-maincts-base .p-cts__notice-wrap:last-child {
  margin-bottom: 0
}
.l-maincts-base .p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%
}
.l-maincts-base a {
  color: #0071ce
}
.l-maincts-base a:hover {
  text-decoration: underline!important
}
.l-maincts-base .p-ctslist__3col .p-ctslist__link .c-cts__txt {
  color: #000;
  text-decoration: none!important
}
.l-maincts-news .p-news-list {
  border-top: 1px solid #002f87;
  margin-top: -1px
}
.l-maincts-news .p-news-list__itm {
  border-bottom: 1px solid #ccc
}
.l-maincts-news .p-news-list__itm .p-news-list__link {
  display: block
}
.l-maincts-news > p {
  text-indent: 1em
}
.l-maincts-news .c-cts__hdg {
  text-indent: 0!important
}
.l-maincts-news > p.u-indent0 {
  text-indent: 0!important
}
.l-maincts-base td, .l-maincts-base th {
  word-break: break-word!important
}
.l-maincts-base .p-cts__notice-list .p-cts__notice-list__itm {
  padding-left: 1.2em;
  position: relative
}
.l-maincts-base .p-cts__notice-list .p-cts__notice-list__itm .c-cts__notice-list__sign {
  position: absolute;
  left: 0;
  top: 0
}
.l-maincts-base .p-cts__notice-list .p-cts__notice-list__itm2 {
  padding-left: 2.5em;
  position: relative
}
.l-maincts-base .p-cts__notice-list .p-cts__notice-list__itm2 .c-cts__notice-list__sign {
  position: absolute;
  width: 3em;
  height: 1em;
  left: 0;
  top: 0
}
.l-pdc__index__list.r-fullwidth .p-pdc-card.r-pdc-index .p-pdc-card__link:after {
  width: 230px;
  height: 230px
}
.l-pdc__index__list.r-fullwidth .p-pdc-card.r-pdc-index .p-pdc-card__img img {
  width: 100%;
  height: 100%
}
.l-lyt__2col.r-2x1__left.r-bdr {
  border: solid 1px #ddd
}
.l-lyt__2col.r-2x1__right.r-bdr {
  border: solid 1px #ddd
}
.c-img__caption {
  line-height: 1.25;
  color: #666;
  letter-spacing: 0
}
.l-qa .c-pdc-card__itm__link {
  color: #0071ce;
  display: inline-block;
  padding-right: 16px;
  padding-right: 1rem
}
.l-qa .c-pdc-card__itm__link .c-icn {
  display: inline-block
}
.l-qa .c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.l-qa .p-list.p-list__ul .p-list__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.l-qa .l-lyt__2col .l-lyt__2col--right .p-tbl {
  border: 1px solid #ccc
}
.l-qa .l-lyt__2col .l-lyt__2col--right .p-tbl__row {
  border-bottom: 1px solid #ccc
}
.l-qa .l-lyt__2col .l-lyt__2col--right .p-tbl__row:last-of-type {
  border: none
}
.l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title {
  background: #f1f1f1;
  border-right: 1px solid #ccc
}
.l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title__sub {
  background: #f9f9f9;
  color: #002f87
}
.l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__txt {
  border-left: 1px solid #ccc
}
.p-linkarea .p-linkarea__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-linkarea .p-linkarea__right .p-linkarea__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm:nth-of-type(3n) {
  margin-right: 0
}
.p-linkarea .p-linkarea__list__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-linkarea .p-linkarea__cts__link .p-linkarea__cts__img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block
}
.p-linkarea .p-linkarea__cts__link .p-linkarea__cts__img:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.p-linkarea .p-linkarea__cts__link:hover .p-linkarea__cts__img:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}
.p-linkarea .p-linkarea__cts__link:hover .p-linkarea__cts__title {
  text-decoration: underline!important;
  z-index: 1
}
.p-linkarea .p-linkarea__cts__title {
  font-weight: 700;
  color: #0071ce
}
.p-tech-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p-tech-list .p-tech-list__itm p {
  display: block
}
.l-sitemap .p-cts-title__link {
  width: 100%;
  display: inline-block;
  position: relative
}
.l-sitemap .p-cts-title__link .c-cts-title__sub {
  position: absolute;
  display: inline-block
}
.l-sitemap .p-cts-title__link .c-cts-title__sub img {
  vertical-align: unset
}
.l-sitemap .p-sitemaplist .p-sitemaplist__link {
  color: #0071ce;
  line-height: 2;
  -webkit-transition: all .3s;
  transition: all .3s
}
.l-sitemap .p-sitemaplist .p-sitemaplist__link:hover {
  color: #30a2ff;
  text-decoration: underline!important
}
.c-attention {
  border: 1px solid #ddd
}
.p-cts__notice-wrap {
  background: #f9f9f9
}
.p-cts__notice-wrap .p-cts__notice-list__itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p-cts__notice-wrap .p-cts__notice-list__itm p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.p-cts__notice-list--ol {
  list-style-type: decimal;
  padding-left: 24px;
  padding-left: 1.5rem
}
.p-cts__notice-list--ol .p-cts__notice-list__itm {
  list-style-type: decimal;
  display: list-item!important;
  padding-left: 8px!important;
  padding-left: .5rem!important
}
.c-adobe-reader-txt {
  position: relative
}
.c-adobe-reader-txt:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-image: url(/assets/img/common/ico_document_pdf-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.p-link__card__pdf {
  letter-spacing: 0;
  border: solid 1px #666
}
.p-link__card__pdf .p-link__hdg .p-link__txt .c-pdc-card__itm__link {
  color: #0071ce;
  display: inline-block;
  padding-right: 1em;
  position: relative
}
.p-link__card__pdf .p-link__hdg .p-link__txt .c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.p-link__card__pdf .p-link__hdg .p-link__txt .c-pdc-card__itm__link .c-icn {
  position: absolute
}
.p-link__card__pdf .p-link__hdg .p-link__img .c-pdc-card__itm__link {
  width: 100%;
  height: 100%;
  padding: 0
}
.c-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.c-btn-list__itm {
  font-weight: 700;
  line-height: 1.5
}
.c-btn-list__itm__link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0071ce;
  background-color: #0071ce
}
.c-btn-list__itm__link.r-btnclr-02 {
  background-color: #fff;
  border: 1px solid #0071ce
}
.c-btn-list__itm__link.r-btnclr-02 .c-btn-list__itm__cnt {
  color: #0071ce
}
.c-btn-list__itm__link:hover {
  color: #0071ce;
  background-color: #fff
}
.c-btn-list__itm__link:hover .c-icn {
  background-image: url(/assets/img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover
}
.c-btn-list__itm__link[data-role=modal-close]:before {
  display: none
}
.c-btn-list__itm__cnt {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit
}
.c-btn-list.r-center {
  display: block;
  text-align: center
}
.c-btn-list__itm__link.r-type02 {
  background: #ccc;
  color: #666;
  border-color: #ccc
}
.c-btn-list__itm__link.r-type02:hover {
  background: #fff;
  border-color: #ccc
}
.p-btn-list__itm .c-btn-list__itm__link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0071ce;
  background-color: #0071ce
}
.p-btn-list__itm .c-btn-list__itm__link.r-btnclr-02 {
  background-color: #fff;
  border: 1px solid #0071ce
}
.p-btn-list__itm .c-btn-list__itm__link.r-btnclr-02 .c-btn-list__itm__cnt {
  color: #0071ce
}
.p-btn-list__itm .c-btn-list__itm__link:hover {
  color: #0071ce;
  background-color: #fff
}
.p-btn-list__itm .c-btn-list__itm__link:hover .c-icn {
  background-image: url(/assets/img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover
}
.l-maincts-base .p-btn-list__itm {
  height: auto
}
.l-maincts-base .p-btn-list__itm .c-btn-list__itm__link .c-icn {
  top: 0;
  bottom: 0;
  margin: auto
}
.l-maincts-base .p-btn-list__itm .c-btn-list__itm__cnt {
  font-weight: 700;
  position: static!important;
  -webkit-transform: initial!important;
  -ms-transform: initial!important;
  transform: initial!important;
  -webkit-transform: translate(0, 0)!important;
  -ms-transform: translate(0, 0)!important;
  transform: translate(0, 0)!important
}
.l-maincts-base .p-btn-list.r-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto
}
.l-maincts-base .p-btn-list.r-2col .p-btn-list__itm:last-of-type {
  margin: 0
}
.c-sec__lyt {
  margin-top: 0!important;
  margin-bottom: 0!important
}
.c-sec__lyt__node.p-list__primary .c-sec__lyt__node__cts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.c-column .c-title {
  font-weight: 700;
  position: relative
}
.c-column .c-title:after {
  content: ":";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-weight: 400
}
.c-column .c-group {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0
}
.c-column .c-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative
}
.c-column .c-column__subtxt {
  color: #666
}
.c-column .c-txt-link__title {
  color: #0071ce;
  font-weight: 700
}
.c-column .c-txt-link__title:hover {
  text-decoration: underline!important
}
.c-column .c-txt-link {
  color: #0071ce;
  display: block;
  text-align: right
}
.c-column .c-txt-link span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.c-column .c-txt-link span img {
  display: block;
  width: 100%
}
.c-column .c-txt-link:hover {
  text-decoration: underline!important
}
.c-column .c-txt-link__normal {
  color: #0071ce
}
.c-column .c-txt-link__normal:hover {
  text-decoration: underline!important
}
.c-sec__lyt__node.p-list__secondary {
  counter-reset: item
}
.c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts:before {
  counter-increment: item;
  content: counter(item) "";
  display: inline-block;
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #c99218;
  line-height: 1
}
.c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts:last-of-type {
  margin-bottom: 0
}
.c-sec__lyt__node.p-list__tertiary {
  width: 100%
}
.c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts:last-of-type {
  margin-bottom: 0
}
.c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts:nth-last-of-type(2) {
  margin-bottom: 0
}
.c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-title {
  font-weight: 700
}
.c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-txt {
  position: relative;
  text-align: right
}
.c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-txt:before {
  content: ":";
  position: absolute;
  display: block;
  top: 0;
  left: 0
}
.c-sec__lyt__node.p-list__quaternary .c-sec__lyt__node__cts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	word-wrap:break-word;
}
.c-sec__lyt__node.p-list__quaternary .c-sec__lyt__node__cts__item span:before {
  content: "・";
  display: inline-block
}
.c-column.p-column__rcp01 {
  background-color: #fbfaf0;
  width: 100%;
  height: auto
}
.c-column.p-column__rcp01 .c-hdg--lv3 {
  color: #c99218;
  border-bottom: solid 1px #c99218
}
.c-column.p-column__rcp01 .p-list__primary .c-sec__lyt__node__cts:after {
  content: "";
  display: block;
  clear: both
}
.c-column.p-column__rcp01 .p-list__secondary .c-sec__lyt__node__cts:last-of-type {
  margin-bottom: 0
}
.c-column.p-column__rcp01 .c-sec__lyt__node__cts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.c-column.p-column__rcp01 .c-sec__lyt__node__cts:last-of-type {
  margin-bottom: 0
}
.c-column.p-column__rcp01 .c-sec__lyt__node__cts .c-sec__lyt__node__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.c-column.p-column__rcp02 {
  background-color: #fff9ee;
  width: 100%;
  height: auto
}
.c-column.p-column__rcp02 .c-hdg--lv3 {
  color: #ff8400;
  border-bottom: solid 1px #ff8400
}
.c-column.p-column__rcp03 {
  background-color: #fff;
  border: solid 1px #ededed;
  border-radius: 6px;
  width: 100%;
  height: auto
}
.c-column.p-column__rcp03 .c-hdg--lv3 {
  color: #000;
  border-bottom: solid 1px #666
}
.c-column.p-column__rcp03 .p-list__tertiary .c-title:after {
  content: none
}
.c-column.p-column__pdc01 {
  background-color: #f9f9f9;
  width: 100%;
  height: auto
}
.c-column.p-column__pdc01 .c-column__hdgwrap {
  border-bottom: solid 1px #002f87
}
.c-column.p-column__pdc01 .c-column__hdgwrap .c-hdg--lv3 {
  color: #002f87;
  border: none
}
.c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-title {
  padding-left: 0!important
}
.c-column.p-column__pdc02 {
  background-color: #f9f9f9;
  width: 100%;
  height: auto
}
.c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-title {
  padding-left: 0!important
}
.c-column.p-column__pdc03 {
  background-color: #f9f9f9;
  width: 100%;
  height: auto
}
.c-column.p-column__pdc03 .p-list__primary .c-sec__lyt__node__cts {
  display: block!important
}
.c-column.p-column__pdc04 {
  background-color: #f9f9f9;
  width: 100%;
  height: auto
}
.c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts .c-title {
  padding-left: 0!important
}
::-webkit-input-placeholder {
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif
}
:-moz-placeholder {
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif
}
.c-form-err {
  background-color: #fff0f1
}
.c-form-textbox {
  position: relative;
  line-height: 1
}
.c-form-textbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 0
}
.c-form-textbox input:placeholder-shown {
  background-color: #f9f9f9;
  border-color: #999;
  color: #999;
  font-weight: 400
}
.c-form-textbox input:focus {
  box-sizing: border-box;
  border-width: 2px
}
.c-form-textbox .r-no-min-w {
  min-width: inherit
}
.c-form-textbox .r-text {
  display: inline-block
}
.c-form-textbox:focus {
  box-sizing: border-box
}
.c-form-checkbox {
  display: block;
  position: relative;
  cursor: pointer
}
.c-form-checkbox__label {
  position: relative;
  cursor: pointer;
  display: block
}
.c-form-checkbox__label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.c-form-checkbox__label:after {
  content: '';
  display: none;
  position: absolute;
  margin: auto
}
.c-form-checkbox > input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  display: block;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px
}
.c-form-checkbox > input[type=checkbox]:checked + label:after {
  display: block
}
.c-form-checkbox.r-intable .c-form-checkbox__label:before {
  top: 0;
  margin-top: 0
}
.c-form-select {
  display: inline-block;
  position: relative
}
.c-form-select:after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none
}
.c-form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 0;
  background-color: #f9f9f9;
  border: 1px solid #999;
  line-height: 1
}
.c-form-select select::-ms-expand {
  display: none
}
.c-form-select select:focus {
  background-color: #fff;
  border-width: 2px;
  box-sizing: border-box
}
.c-form-radio input[type=radio] {
  position: absolute;
  opacity: 0
}
.c-form-radio input[type=radio]:checked + .c-form-radio__label:after {
  display: block
}
.c-form-radio__label {
  display: inline-block;
  position: relative;
  cursor: pointer
}
.c-form-radio__label:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%
}
.c-form-radio__label:after {
  content: '';
  display: none;
  position: absolute;
  background-color: #0071ce;
  top: 50%
}
.c-form-textarea textarea {
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  border-radius: 0;
  font-family: "Noto Sans JP";
  box-sizing: border-box
}
.c-form-textarea textarea:placeholder-shown {
  background-color: #f9f9f9;
  border-color: #999;
  color: #999;
  box-sizing: border-box
}
.c-form-textarea textarea:focus {
  border-width: 2px;
  box-sizing: border-box
}
.c-form__icn--optional {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle
}
.c-form-notice__box {
  background-color: #f9f9f9;
  overflow-y: auto;
  box-sizing: border-box
}
.c-form-notice__box .r-txt:first-child {
  margin-top: 0
}
.c-form-notice__box .r-tel-num {
  position: relative
}
.c-form-notice__box .r-tel-num:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/entertainment/cat_assets/img/mayoterrace/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.c-form-notice__grid {
  background-color: #f9f9f9;
  overflow: hidden
}
.c-form-notice__grid__pict {
  float: left;
  text-align: center
}
.c-form-notice__grid__pict__box {
  margin-left: auto;
  margin-right: auto
}
.c-form-notice__grid__pict__txt {
  text-align: center
}
.c-form-notice__grid__detail {
  float: left
}
.c-form-notice__grid__tel__num {
  position: relative
}
.c-form-notice__grid__tel__num:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/entertainment/cat_assets/img/mayoterrace/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.c-form-notice__agree {
  background-color: #666;
  text-align: center
}
.c-form-notice__agree__checkbox {
  display: none
}
.c-form-notice__agree__checkbox + label {
  position: relative;
  color: #fff
}
.c-form-notice__agree__checkbox + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.c-form-notice__agree__checkbox:checked + label:after {
  content: "";
  display: block;
  position: absolute
}
.c-space {
  display: block;
  position: relative;
  background: #000
}
.c-hdg--lv1 {
  position: relative;
  color: #002f87;
  font-weight: 700
}
.c-hdg--lv1 .c-hdg__sub {
  display: block;
  color: #002f87;
  font-weight: 700
}
.c-hdg--lv1.r-type02 {
  color: #fff;
  font-weight: 700
}
.r-bordertype-02-wrap {
  text-align: center
}
.r-bordertype-02-wrap.r-fullwidth {
  display: block!important;
  text-align: left
}
.r-bordertype-02-wrap.r-fullwidth .c-hdg--lv2.r-bordertype-02 {
  display: block!important
}
.c-hdg--lv2 {
  display: block;
  position: relative;
  color: #002f87
}
.c-hdg--lv2.r-bordertype-01 {
  position: relative;
  font-weight: 700
}
.c-hdg--lv2.r-bordertype-01:before {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  height: 1px;
  background-color: #002f87
}
.c-hdg--lv2.r-bordertype-01:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 1px;
  background-color: #002f87
}
.c-hdg--lv2.r-bordertype-02 {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-weight: 700
}
.c-hdg--lv2.r-bordertype-02:after {
  content: "";
  display: block;
  background: -webkit-repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
  background: repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
  height: 4px;
  position: absolute;
  width: 100%!important;
  left: 0;
  right: 0
}
.c-hdg--lv2.r-bordertype-02.r-jpn:after {
  content: "";
  display: block;
  background: -webkit-repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
  background: repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
  height: 4px;
  position: absolute;
  width: 100%!important
}
.c-hdg--lv3 {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #002f87;
  font-weight: 700;
  padding-bottom: 14px;
  border-bottom: 1px solid #002f87;
  line-height: 1
}
.c-hdg--lv4 {
  color: #002f87;
  font-weight: 700
}
.c-hdg--lv5 {
  color: #002f87;
  font-weight: 700
}
.c-hdg--lv1 + .c-sec.r-no-hdg .c-sec__block:nth-of-type(1) .c-hdg--lv3 {
  margin-top: 0
}
.r-bordertype-02-wrap.r-cts__full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.r-bordertype-02-wrap.r-cts__full .c-hdg--lv2 {
  text-align: left
}
.r-blank-primary {
  position: relative;
  display: block
}
.r-blank-primary .c-icn {
  position: absolute;
  display: block;
  background-image: url(/assets/img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover
}
.r-blank-secondary {
  position: relative;
  display: block
}
.r-blank-secondary .c-icn {
  position: absolute;
  display: block;
  background-image: url(/assets/img/common/icon_02.png);
  background-repeat: no-repeat;
  background-size: cover
}
.r-blank-secondary .c-icn:hover .r-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover
}
.c-number {
  display: block;
  border-radius: 50%;
  position: relative;
  color: #fff;
  text-align: center;
  margin: auto 0;
  background-color: #002f87
}
.c-number p {
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1
}
.r-modal-tri {
  position: relative
}
.r-modal-tri .c-icn {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover
}
.r-modal-tri:hover .c-icn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover
}
.c-icn {
  position: absolute
}
.c-icn.r-arrow.r-type01 {
  display: block;
  background-repeat: no-repeat
}
.c-list .c-list__itm {
  position: relative;
  line-height: 1.7
}
.c-list .c-list__itm:first-child {
  margin-top: 0!important
}
.c-list .c-list__itm.r-disc01 {
  padding-left: 1em
}
.c-list .c-list__itm.r-disc01:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0
}
.c-list .c-list__itm[class*=r-num] .c-list__itm__mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-list .c-list__itm.r-num--dot {
  padding-left: 1.8em
}
.c-list .c-list__itm.r-num--bracket {
  padding-left: 2.2em
}
.p-list__ul .p-list__itm {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p-list__ul .p-list__itm p {
  padding-left: 16px;
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.p-list__ul .p-list__itm > span {
  position: absolute;
  display: inline-block
}
.p-list__ul .p-list__itm.r-indent01 {
  padding-left: 19.2px;
  padding-left: 1.2rem
}
.p-list__ul .p-list__itm.r-indent01 > span {
  width: 19.2px;
  width: 1.2rem;
  margin-left: -19.2px;
  margin-left: -1.2rem
}
.p-list__ul .p-list__itm.r-indent02 {
  padding-left: 27.2px;
  padding-left: 1.7rem
}
.p-list__ul .p-list__itm.r-indent02 > span {
  width: 27.2px;
  width: 1.7rem;
  margin-left: -27.2px;
  margin-left: -1.7rem
}
.p-list__ul .p-list__itm.r-indent03 {
  padding-left: 35.2px;
  padding-left: 2.2rem
}
.p-list__ul .p-list__itm.r-indent03 > span {
  width: 35.2px;
  width: 2.2rem;
  margin-left: -35.2px;
  margin-left: -2.2rem
}
.p-list__ul .p-list__itm.r-indent04 {
  padding-left: 43.2px;
  padding-left: 2.7rem
}
.p-list__ul .p-list__itm.r-indent04 > span {
  width: 43.2px;
  width: 2.7rem;
  margin-left: -43.2px;
  margin-left: -2.7rem
}
.p-list__ul .p-list__itm.r-indent05 {
  padding-left: 51.2px;
  padding-left: 3.2rem
}
.p-list__ul .p-list__itm.r-indent05 > span {
  width: 51.2px;
  width: 3.2rem;
  margin-left: -51.2px;
  margin-left: -3.2rem
}
.p-list__ul .p-list__itm.r-indent06 {
  padding-left: 59.2px;
  padding-left: 3.7rem
}
.p-list__ul .p-list__itm.r-indent06 > span {
  width: 59.2px;
  width: 3.7rem;
  margin-left: -59.2px;
  margin-left: -3.7rem
}
.p-list__ul .p-list__itm.r-indent07 {
  padding-left: 67.2px;
  padding-left: 4.2rem
}
.p-list__ul .p-list__itm.r-indent07 > span {
  width: 67.2px;
  width: 4.2rem;
  margin-left: -67.2px;
  margin-left: -4.2rem
}
.p-list__ol {
  list-style-type: decimal
}
.p-list__ol .p-list__itm {
  list-style-type: decimal;
  padding-left: 16px;
  padding-left: 1rem
}
.p-list__ol .p-list__ol__type02 .p-list__itm {
  list-style-type: none!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.p-news-wrap .p-news_cts .p-news__cts-title {
  border-bottom: 1px solid #002f87;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p-news-wrap .p-news_cts .p-news__cts-title .c-hdg--lv3 {
  border: none;
  width: auto
}
.p-news-wrap .p-news_cts .p-news__cts-title .p-news__cts-title__link:hover .c-cts-title__sub {
  text-decoration: underline
}
.p-news-wrap .p-news_cts .p-news__cts-title .c-cts-title__sub {
  display: inline-block;
  color: #0071ce;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: table
}
.p-news-wrap .p-news_cts .p-news__cts-title .c-cts-title__sub img {
  display: inline-block;
  vertical-align: middle
}
.p-news-wrap .p-news_cts .p-info-list__itm, .p-news-wrap .p-news_cts .p-news-list__itm {
  border-bottom: 1px solid #ccc
}
.p-news-wrap .p-news_cts .p-info-list__link, .p-news-wrap .p-news_cts .p-news-list__link {
  color: #0071ce;
  -webkit-transition: all .3s;
  transition: all .3s
}
.p-news-wrap .p-news_cts .p-info-list__link:hover, .p-news-wrap .p-news_cts .p-news-list__link:hover {
  text-decoration: underline!important
}
.p-news-wrap .p-news_cts .p-news-list .c-txticonlist .c-txticonlist__item span {
  line-height: 1;
  height: auto
}
.p-ctslist .p-ctslist__itm {
  width: 100%
}
.p-ctslist .p-ctslist__itm .c-txticonlist {
  float: left
}
.p-ctslist .p-ctslist__itm .c-cts__txt {
  display: inline-block;
  color: #000
}
.p-ctslist__report02 .c-date {
  display: block;
  float: left
}
.p-link-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-link-list .p-link-list__itm .c-link-list__itm__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  line-height: 2;
  position: relative
}
.p-link-list .p-link-list__itm .c-link-list__itm__link .c-icn {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute
}
.p-link-list .p-link-list__itm .c-link-list__itm__link:hover {
  text-decoration: underline!important
}
.p-link__card__edinet .r-blank-primary:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.p-link__card__edinet .r-blank-primary:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}
.c-sliderlist {
  position: relative;
  margin: 0 auto
}
.c-sliderlist__item {
  outline: 0!important;
  margin: 0 auto
}
.c-sliderlist__item .c-sliderlist__img {
  position: relative;
  border: solid 1px #ccc
}
.c-sliderlist__item .c-sliderlist__img:after {
  content: "";
  border: solid 2px #30a2ff;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.c-sliderlist__item .c-sliderlist__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%
}
.c-sliderlist__txt {
  color: #0071ce;
  font-weight: 700
}
.c-sliderlist__indicator {
  text-align: center;
  font-size: 0
}
.c-sliderlist__indicator li {
  display: inline-block;
  height: inherit
}
.c-sliderlist__indicator li[aria-hidden=true] {
  opacity: 1;
  overflow: unset!important
}
.c-sliderlist__indicator li:first-child {
  margin-left: 0
}
.c-sliderlist__indicator li:hover {
  outline: 0;
  border: none
}
.c-sliderlist__indicator li button {
  text-indent: -9999px;
  position: relative;
  cursor: pointer
}
.c-sliderlist__indicator li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  width: 2.4vw;
  height: 9px;
  height: 2.4vw;
  background: #ccc;
  border-radius: 50%
}
.c-sliderlist__indicator li.slick-active button:before {
  background: #0071ce
}
.c-sliderlist__arrow {
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  cursor: pointer
}
.c-sliderlist__arrow.r-next {
  right: -19px
}
.c-sliderlist__arrow.r-next:after {
  content: "";
  display: block
}
.c-sliderlist__arrow.r-prev {
  left: -30px
}
.c-sliderlist__arrow.r-prev:before {
  content: "";
  display: block
}
.is-tablet .c-sliderlist__arrow {
  background-size: auto 94%
}
.c-sliderlist__arrow:hover {
  opacity: .7
}
.c-sliderlist .c-sliderlist__link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}
.c-sliderlist .c-sliderlist__link:hover {
  text-decoration: underline #0071ce!important;
  opacity: .7
}
.c-sliderlist .c-sliderlist__link:hover .c-sliderlist__img:after {
  content: "";
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}
.c-sliderlist .slick-current {
  opacity: 1
}
.c-sliderlist.r-pdc__index.js-1time, .c-sliderlist.r-pdc__index.js-2time {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.c-sliderlist.r-pdc__index .c-sliderlist__link {
  position: relative
}
.c-sliderlist.r-pdc__index .c-sliderlist__img {
  border: none;
  margin: 0 auto
}
.c-sliderlist.r-pdc__index .c-sliderlist__txt {
  text-align: center
}
.c-sliderlist.r-pdc__index .c-sliderlist__txt p:first-of-type {
  color: #666
}
.c-sliderlist.r-banner .c-sliderlist__img {
  border: none
}
.c-sliderlist.r-kv {
  position: relative
}
.c-sliderlist.r-kv .c-sliderlist__img {
  border: none
}
.c-sliderlist.r-kv .c-sliderlist__img:after {
  display: none!important
}
.c-sliderlist.r-kv .slick-arrow {
  display: block!important;
  position: absolute;
  top: unset;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center
}
.c-sliderlist.r-kv .slick-arrow:before {
  content: none
}
.c-sliderlist.r-kv .slick-arrow:after {
  content: none
}
.c-sliderlist.r-kv .slick-arrow.r-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.c-sliderlist.r-kv .c-sliderlist__item {
  margin: 0
}
.c-sliderlist.r-kv .c-sliderlist__indicator {
  display: block!important;
  margin: 0 auto;
  position: absolute
}
.c-sliderlist.r-kv .c-sliderlist__indicator li.slick-active button:before {
  background: #0071ce!important
}
.c-sliderlist.r-kv .c-sliderlist__indicator li button:before {
  background: #fff
}
.c-sliderlist.r-rcp__index .c-sliderlist__img {
  border: none
}
.p-tbl {
  width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.p-tbl tbody, .p-tbl tr {
  width: 100%
}
.p-tbl .p-tbl__row {
  vertical-align: top
}
.p-tbl .c-tbl__title {
  color: #002f87;
  font-weight: 400;
  text-align: left
}
.p-tbl .r-tbl-c {
  vertical-align: middle;
  text-align: center
}
.table_wrap {
  overflow-x: scroll
}
.table_wrap::-webkit-scrollbar {
  height: 10px
}
.result_table_wrap::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px
}
.result_table_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666
}
.p-tbl-1col__primary {
  border-top: 1px solid #ccc
}
.p-tbl-1col__primary .c-tbl__txt {
  border-bottom: 1px solid #ccc
}
.p-tbl-1col__primary .c-tbl__txt .c-img__pdc {
  margin: 0 auto
}

.p-tbl.p-tbl-1col__secondary {
  border-top: 1px solid #ccc;
}
.p-tbl-1col__secondary tbody {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc
}
.p-tbl-1col__secondary .c-tbl__title {
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-tbl.p-tbl-1col__secondary .c-tbl__title {
   border-left: 1px solid #ccc
}
.p-tbl-1col__secondary .c-tbl__txt {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc
}
.p-tbl-1col__secondary .c-img__cell .u-img-wrap {
  margin: 0 auto
}
.p-tbl-1col__tertiary {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc
}
.p-tbl-1col__tertiary .p-tbl__row {
  display: table-row
}
.p-tbl-1col__tertiary .c-tbl__title {
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.p-tbl-1col__tertiary .c-tbl__txt {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.p-tbl-1col__quaternary {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc
}
.p-tbl-1col__quaternary .c-tbl__title {
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.p-tbl-1col__quaternary .c-tbl__txt {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.p-tbl-1col__quinary {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc
}
.p-tbl-1col__quinary .c-tbl__title {
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.p-tbl-1col__quinary .c-tbl__txt {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}
.l-inquiry .p-tbl.r-form table, .l-inquiry .p-tbl.r-form tbody {
  width: 100%
}
.l-inquiry .p-tbl.r-form .p-tbl__row {
  border-top: 1px solid #ccc;
  vertical-align: middle
}
.l-inquiry .p-tbl.r-form .p-tbl__row:last-of-type {
  border-bottom: 1px solid #ccc
}
.l-inquiry .p-tbl.r-form .c-tbl__head {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.l-inquiry .p-tbl.r-form .c-tbl__data {
  background-color: #fff
}
.c-tgl .c-tgl__itm + .c-tgl__itm {
  margin-top: 1px
}
.c-tgl .c-tgl__itm__ttl {
  position: relative;
  background-color: #f2f8fd;
  border-bottom: 1px solid #0071ce;
  font-weight: 700;
  color: #0071ce
}
.c-tgl .c-tgl__itm__ttl:after, .c-tgl .c-tgl__itm__ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #0071ce
}
.c-tgl .c-tgl__itm__ttl:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.c-tgl .c-tgl__itm__ttl__sub {
  display: block
}
.c-tgl .c-tgl__itm__cnt__frm {
  height: 0;
  opacity: 0;
  overflow: hidden
}
.c-tgl [aria-expanded=true]:after {
  display: none
}
.c-tgl [aria-expanded=true] + .c-tgl__itm__cnt__frm {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block
}
.c-tgl .c-tgl__itm.r-q-and-a {
  counter-increment: label
}
.c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__cnt__frm {
  position: relative
}
.c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__cnt__frm:before {
  content: "A" attr(data-num);
  display: inline-block;
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center
}
.c-tgl .c-tgl__itm__ttl.r-bar .c-tgl__itm__ttl__mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%
}
.c-stripe__border {
  position: relative;
  background: #fff
}
.c-stripe__border:after {
  position: absolute;
  content: "";
  background-color: #000;
  z-index: -1
}
.jstream-eqPlayer:focus {
  outline-offset: 0
}
.c-modal__overlay {
  z-index: 19999;
  display: none;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0
}
.c-modal__overlay .c-modal__cnt {
  position: relative;
  /*margin: 0 auto;*/
  opacity: 0;
  background: -webkit-repeating-linear-gradient(45deg, #002f87, #002f87 5px, #fff 5px, #fff 10px);
  background: repeating-linear-gradient(45deg, #002f87, #002f87 5px, #fff 5px, #fff 10px)
}
.c-modal__overlay .c-modal__cnt .c-modal__inr {
  background: #fff
}
.c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__intro {
  text-align: center;
  line-height: 2;
  font-weight: 700
}
.c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__body {
  line-height: 2;
  text-align: center
}
.c-modal__overlay .c-modal__close {
  position: absolute;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  overflow: hidden
}
.c-modal__overlay .c-modal__close:after, .c-modal__overlay .c-modal__close:before {
  content: "";
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: block;
  position: absolute;
  background: #fff
}
.c-modal__overlay .c-modal__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.c-modal__overlay .c-modal__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.c-modal__overlay .c-modal__close:hover {
  opacity: .7
}
.c-modal__overlay .c-hdg--modal {
  line-height: 1;
  color: #002f87;
  text-align: center
}
.c-modal__overlay .c-hdg--modal .c-hdg--modaltext {
  font-weight: 700
}
.c-modal__overlay {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}
.c-modal__overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;  
}
.c-modal__overlay .c-modal__cnt {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}
.c-modal__overlay .c-modal__cnt.is-active {
  opacity: 1
}
.c-txt-link {
  position: relative;
  line-height: 1.7;
  color: #0071ce;
  padding-left: 0
}
.c-txt-link .c-txt-link__href {
  display: inline-block;
  position: relative;
  cursor: pointer
}
.c-txt-link .c-txt-link__href.r-arrow {
  display: block
}
.c-txt-link .c-txt-link__href.r-arrow .c-icn img {
  vertical-align: middle
}
.c-txt-link .c-txt-link__href.is-disabled {
  color: #000;
  pointer-events: none
}
.c-txt-link .c-txt-link__href.is-disabled:after, .c-txt-link .c-txt-link__href.is-disabled:before {
  border-color: #000
}
.c-txt-link:not([class*=r-document]) .c-txt-link__href[target="_blank"] {
  padding-right: 1.2em;
  background-size: .8em auto
}
.c-txt-link:not([class*=r-document]) .c-txt-link__href[target="_blank"]:after {
  content: '（別ウインドウで開きます）';
  position: absolute;
  text-indent: -9999px;
  overflow: hidden
}
.c-txt-link.is-usual {
  color: #000
}
.c-txt-link.is-usual .c-txt-link__href:before {
  border-color: #000
}
.c-txt-link[class*=r-document] .c-txt-link__href:before {
  display: none
}
.c-txt-link[class*=r-document] .c-txt-link__href:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.c-txt-link.r-document__pdf .c-txt-link__href:after {
  background-image: url(/assets/img/common/ico_document_pdf-01.svg);
  content: '（PDFリンク｜別ウインドウで開きます）';
  text-indent: -9999px;
  overflow: hidden
}
.c-txt-link.r-date .c-txt-link__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #000
}
.c-txt-link--inline.r-usual {
  color: #000
}
.c-txt-link--inline[target="_blank"] {
  margin: 0 .4em 0 .2em;
  padding-right: 1em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2ZjMjIwYy04NTQxLTRiYzktYTA0Ny1kMzBkMDM4M2NhYTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE5MjFGN0FDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE5MjFGNzlDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiY2YwYzAwNC1iNThlLTRmZTUtODIxOC0wNzZiMzFhYjUyODgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMmE2N2ViMy1mNGJlLTExN2EtODQxNS1lY2YzOWE4ZjY5NmQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71iGIhAAAABlBMVEXkACv///9fP+52AAAAAnRSTlP/AOW3MEoAAAAoSURBVHjaYmAEAgYUgEuEEQaoKALiUU8E3dWYIigAqwiaakwRgAADAGR/AKLU2tzzAAAAAElFTkSuQmCC) no-repeat right 53%;
  background-size: .8em auto
}
.c-txt-link--inline[target="_blank"]:after {
  content: '（別ウインドウで開きます）';
  text-indent: -99999px;
  position: absolute;
  overflow: hidden
}
.r-type01.c-link__blank {
  display: inline-block;
  position: relative
}
.r-type02.c-link__blank {
  color: #333
}
.c-link__blank {
  padding-right: .95em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2ZjMjIwYy04NTQxLTRiYzktYTA0Ny1kMzBkMDM4M2NhYTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjE5MjFGN0FDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjE5MjFGNzlDQkE4MTFFNzhFNDdDODYyNjdDMjI3MkIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiY2YwYzAwNC1iNThlLTRmZTUtODIxOC0wNzZiMzFhYjUyODgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMmE2N2ViMy1mNGJlLTExN2EtODQxNS1lY2YzOWE4ZjY5NmQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71iGIhAAAABlBMVEXkACv///9fP+52AAAAAnRSTlP/AOW3MEoAAAAoSURBVHjaYmAEAgYUgEuEEQaoKALiUU8E3dWYIigAqwiaakwRgAADAGR/AKLU2tzzAAAAAElFTkSuQmCC) no-repeat right 50%;
  background-size: .75em auto
}
.c-link__blank.r-type02 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkM2ZjMjIwYy04NTQxLTRiYzktYTA0Ny1kMzBkMDM4M2NhYTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDFFNTEwNzRDQzE1MTFFN0FBRDQ5QjMxNjZGM0EyMzQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDFFNTEwNzNDQzE1MTFFN0FBRDQ5QjMxNjZGM0EyMzQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTkyMUY3OUNCQTgxMUU3OEU0N0M4NjI2N0MyMjcyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MTkyMUY3QUNCQTgxMUU3OEU0N0M4NjI2N0MyMjcyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl1pwMIAAAAGUExURTMzM////yMof8cAAAACdFJOU/8A5bcwSgAAAChJREFUeNpiYAQCBhSAS4QRBqgoAuJRTwTd1ZgiKACrCJpqTBGAAAMAZH8AotTa3PMAAAAASUVORK5CYII=) no-repeat right 50%;
  background-size: .75em auto
}
.c-link__blank:after {
  content: '（別ウインドウで開きます）';
  text-indent: -99999px;
  position: absolute;
  overflow: hidden
}
a.r-blank-inline {
  display: inline!important;
  padding: 0!important
}
a.r-blank-inline .c-icn {
  width: 11px;
  height: 11px;
  display: inline-block!important;
  position: static!important;
  margin: 0 .3em!important;
  background-image: url(/assets/img/common/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover
}
.c-txticonlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.c-txt-icon__80 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center
}
.c-txt-icon__96 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center
}
.c-txt-icon__152 {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center
}
.c-txt-icon__var {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  width: 80px;
}
.r-txticon-orange {
  background-color: #f60
}
.r-txticon-red {
  background-color: #dc0000
}
.r-txticon-blue {
  background-color: #002f87
}
.r-txticon-gray {
  background-color: #999
}
.c-txticon.r-require {
  display: inline-block;
  background-color: #c00;
  color: #fff;
  line-height: 1
}
.c-txticon.r-pdf {
  text-align: center;
  display: inline-block;
  background-color: #ef1907;
  color: #fff;
  line-height: 1
}
.c-txticon.r-video {
  text-align: center;
  display: inline-block;
  background-color: #002f87;
  color: #fff;
  line-height: 1
}
.c-note {
  position: relative;
  line-height: 1.7
}
.c-note .c-note__mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.p-pdc-card.r-pdc-series {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
}
.p-pdc-card.r-pdc-series:nth-of-type(4n) {
  margin-right: 0
}
.p-pdc-card.r-pdc-series:last-of-type {
  margin-bottom: 0
}
.p-pdc-card.r-pdc-series:nth-last-of-type(1) {
  margin-bottom: 0
}
.p-pdc-card.r-pdc-series:nth-last-of-type(2):nth-of-type(2n-1) {
  margin-bottom: 0
}

.p-pdc-card.r-pdc-series .p-pdc-card__link {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ccc;
  position: relative
}
.p-pdc-card.r-pdc-series .p-pdc-card__link:after {
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img {
  position: relative
}
.p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%
}
.p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img .c-txticonlist {
  position: relative;
  top: -1px;
  left: -1px;
  z-index: 1
}
.p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img .c-txticonlist:hover {
  text-decoration: none
}
.p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt {
  text-align: center
}
.p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt .c-pdc-card__txt {
  color: #0071ce;
  font-weight: 700
}
.p-pdc-card.r-pdc-series .p-pdc-card__link:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff;
}
.p-pdc-card.r-pdc-series .p-pdc-card__link:hover .p-pdc-card__img {
  opacity: .7
}
.p-pdc-card.r-pdc-series .p-pdc-card__link:hover .c-pdc-card__txt {
  text-decoration: underline #0071ce!important
}

.p-pdc-card.r-pdc-series .c-txticonlist {
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-pdc-card.r-pdc-index {
  /*display: block;*/
  height: auto
}
.p-pdc-card.r-pdc-index:last-of-type {
  margin-bottom: 0
}
.p-pdc-card.r-pdc-index:nth-last-of-type(1) {
  margin-bottom: 0
}
.p-pdc-card.r-pdc-index .p-pdc-card__link {
  display: block;
  width: 100%;
  position: relative
}
.p-pdc-card.r-pdc-index .p-pdc-card__link:after {
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img {
  position: relative;
  border: 1px solid #ccc
}
.p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 80%
}
.p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img .c-txticonlist {
  position: relative;
  top: -1px;
  left: -1px;
  z-index: 1
}
.p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img .c-txticonlist:hover {
  text-decoration: none
}
.p-pdc-card.r-pdc-index .p-pdc-card__link:hover {
  opacity: .7;
  -webkit-transition: all .3s;
  transition: all .3s
}
.p-pdc-card.r-pdc-index .p-pdc-card__link:hover:after {
  content: "";
  opacity: .7;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}
.p-pdc-card.r-pdc-index .p-pdc-card__link:hover .c-pdc-card__title {
  text-decoration: underline
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__title {
  color: #0071ce;
  font-weight: 700
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list:first-of-type {
  border-top: 1px solid #ccc
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list .c-pdc-card__itm__title {
  color: #002f87;
  line-height: 1
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list .c-pdc-card__itm__txt {
  line-height: 1
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-note {
  color: #666
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link {
  color: #0071ce;
  position: relative
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link .c-icn {
  position: absolute
}
.p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link:hover {
  text-decoration: underline!important
}
.p-link__card .p-link__card__link {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
  border: solid 1px #ccc;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box
}
.p-link__card .p-link__card__link .p-link__hdg .c-link__title {
  line-height: 1
}
.p-link__card .p-link__card__link .p-link__txt .c-link__txt {
  line-height: 2
}
.p-link__card .p-link__card__link .c-icn {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  top: 0;
  bottom: 0;
  margin: auto 0
}
.p-link__card .p-link__card__link:after {
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
  opacity: 0;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.p-link__card .p-link__card__link:hover {
  opacity: .7;
  box-sizing: border-box
}
.p-link__card .p-link__card__link:hover:after {
  content: "";
  opacity: .7;
  border: 2px solid #30a2ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.p-link__card .p-link__card__link.r-type02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0
}
.p-link__card .p-link__card__link.r-type02 .c-link__title {
  color: #0071ce;
  font-weight: 700;
  line-height: 1
}
.p-link__card .p-link__card__link.r-type02 .c-link__txt {
  line-height: 2
}
.p-card__cts {
  background: #fbfaf0
}
.p-card__cts .c-card__title {
  font-weight: 700;
  color: #c99218;
  line-height: 2
}
.p-card__cts .c-list__title {
  font-weight: 700;
  line-height: 2
}
.p-card__cts .c-list__txt {
  line-height: 2
}
.u-align-l {
  text-align: left!important
}
.u-align-c {
  text-align: center!important
}
.u-align-r {
  text-align: right!important
}
.u-valign-t {
  vertical-align: top!important
}
.u-valign-m {
  vertical-align: middle!important
}
.u-valign-b {
  vertical-align: bottom!important
}
.u-border-top-n {
  border-top: none!important
}
.u-border-right-n {
  border-right: none!important
}
.u-border-bottom-n {
  border-bottom: none!important
}
.u-border-left-n {
  border-left: none!important
}
.u-none {
  display: none!important
}
.u-inlineblock {
  display: inline-block!important
}
.u-block {
  display: block!important
}
.u-flex--start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.u-flex--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.u-flex--end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.u-flex--between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.u-flex--arownd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.u-flex--vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.u-flex--vstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.u-flex--vend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.u-clear {
  clear: both
}
.u-clearfix:after {
  content: '';
  display: block;
  clear: both
}
.u-fleft {
  float: left
}
.u-right {
  float: right
}
.u-margin__auto {
  margin: 0 auto
}
.u-margin__auto--pc {
  margin: 0 auto
}
.u-margin__auto--sp {
  margin: 0 auto
}
.u-pbS--pc {
  padding-bottom: 20px!important
}
.u-pbS--sp {
  padding-bottom: 7.5px!important;
  padding-bottom: 2vw!important
}
.u-pbM--pc {
  padding-bottom: 30px!important
}
.u-pbM--sp {
  padding-bottom: 20px!important;
  padding-bottom: 5.33333vw!important
}
.u-pbL--pc {
  padding-bottom: 50px!important
}
.u-pbL--sp {
  padding-bottom: 35px!important;
  padding-bottom: 9.33333vw!important
}
.u-pbXL--pc {
  padding-bottom: 80px!important
}
.u-pbXL--sp {
  padding-bottom: 50px!important;
  padding-bottom: 13.33333vw!important
}
.u-clickable {
  cursor: pointer
}
.u-clickdisable {
  pointer-events: none
}
.u-txt--bold {
  font-weight: 700!important
}
.u-txt--strong {
  font-weight: 700!important;
  font-family: Roboto--strong, YakuHanJP--strong, BaseFont-JP--strong!important
}
.u-txt--emphasis {
  color: #c00!important
}
.u-txt--normal {
  font-weight: 400!important
}
.u-txt--uline {
  text-decoration: underline!important
}
.u-txt--nline {
  text-decoration: none!important
}
.u-txt__color--default {
  color: #000!important
}
.u-txt-indent1{
  text-indent: 1em;
}
.u-indent--1 {
  padding-left: 1em;
  text-indent: -1em
}
.u-indent--1half {
  padding-left: 1.5em;
  text-indent: -1.5em
}
.u-indent--2 {
  padding-left: 2em;
  text-indent: -2em;
  display: inline
}
.u-indent--disc {
  position: relative
}
.u-indent--disc:before {
  content: '\30fb';
  position: absolute
}
.u-indent--notice {
  position: relative;
  padding-left: 1em
}
.u-indent--notice:before {
  content: '\203b';
  position: absolute
}
.u-indent--notice2 {
  position: relative;
  text-indent: -1em;
  padding-left: 2em
}
.u-indent--notice2:before {
  content: '\203b';
  position: absolute
}
.u-indent--prefix {
  position: relative;
  padding-left: 2em
}
.u-indent--prefix .r-prefix {
  position: absolute;
  left: 0
}
.u-roboto {
  font-family: Roboto, YakuHanJP, BaseFont-JP, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif
}
.u-txtindent2 {
  width: 2em
}
.u-indent__block {
  display: block;
  padding-left: 16px;
  padding-left: 1rem
}

.u-news-red {
  padding-left: 3em;
  position: relative;
  color: #c00;
}

.u-news-red span {
  position: absolute;
    width: 3em;
    height: 1em;
    left: 1em;
    top: 0;
}
.r-blue {
  color: #002f87
}
.u-wd1per {
  width: 1%!important
}
.u-wd2per {
  width: 2%!important
}
.u-wd3per {
  width: 3%!important
}
.u-wd4per {
  width: 4%!important
}
.u-wd5per {
  width: 5%!important
}
.u-wd6per {
  width: 6%!important
}
.u-wd7per {
  width: 7%!important
}
.u-wd8per {
  width: 8%!important
}
.u-wd9per {
  width: 9%!important
}
.u-wd10per {
  width: 10%!important
}
.u-wd11per {
  width: 11%!important
}
.u-wd12per {
  width: 12%!important
}
.u-wd13per {
  width: 13%!important
}
.u-wd14per {
  width: 14%!important
}
.u-wd15per {
  width: 15%!important
}
.u-wd16per {
  width: 16%!important
}
.u-wd17per {
  width: 17%!important
}
.u-wd18per {
  width: 18%!important
}
.u-wd19per {
  width: 19%!important
}
.u-wd20per {
  width: 20%!important
}
.u-wd21per {
  width: 21%!important
}
.u-wd22per {
  width: 22%!important
}
.u-wd23per {
  width: 23%!important
}
.u-wd24per {
  width: 24%!important
}
.u-wd25per {
  width: 25%!important
}
.u-wd26per {
  width: 26%!important
}
.u-wd27per {
  width: 27%!important
}
.u-wd28per {
  width: 28%!important
}
.u-wd29per {
  width: 29%!important
}
.u-wd30per {
  width: 30%!important
}
.u-wd31per {
  width: 31%!important
}
.u-wd32per {
  width: 32%!important
}
.u-wd33per {
  width: 33%!important
}
.u-wd34per {
  width: 34%!important
}
.u-wd35per {
  width: 35%!important
}
.u-wd36per {
  width: 36%!important
}
.u-wd37per {
  width: 37%!important
}
.u-wd38per {
  width: 38%!important
}
.u-wd39per {
  width: 39%!important
}
.u-wd40per {
  width: 40%!important
}
.u-wd41per {
  width: 41%!important
}
.u-wd42per {
  width: 42%!important
}
.u-wd43per {
  width: 43%!important
}
.u-wd44per {
  width: 44%!important
}
.u-wd45per {
  width: 45%!important
}
.u-wd46per {
  width: 46%!important
}
.u-wd47per {
  width: 47%!important
}
.u-wd48per {
  width: 48%!important
}
.u-wd49per {
  width: 49%!important
}
.u-wd50per {
  width: 50%!important
}
.u-wd51per {
  width: 51%!important
}
.u-wd52per {
  width: 52%!important
}
.u-wd53per {
  width: 53%!important
}
.u-wd54per {
  width: 54%!important
}
.u-wd55per {
  width: 55%!important
}
.u-wd56per {
  width: 56%!important
}
.u-wd57per {
  width: 57%!important
}
.u-wd58per {
  width: 58%!important
}
.u-wd59per {
  width: 59%!important
}
.u-wd60per {
  width: 60%!important
}
.u-wd61per {
  width: 61%!important
}
.u-wd62per {
  width: 62%!important
}
.u-wd63per {
  width: 63%!important
}
.u-wd64per {
  width: 64%!important
}
.u-wd65per {
  width: 65%!important
}
.u-wd66per {
  width: 66%!important
}
.u-wd67per {
  width: 67%!important
}
.u-wd68per {
  width: 68%!important
}
.u-wd69per {
  width: 69%!important
}
.u-wd70per {
  width: 70%!important
}
.u-wd71per {
  width: 71%!important
}
.u-wd72per {
  width: 72%!important
}
.u-wd73per {
  width: 73%!important
}
.u-wd74per {
  width: 74%!important
}
.u-wd75per {
  width: 75%!important
}
.u-wd76per {
  width: 76%!important
}
.u-wd77per {
  width: 77%!important
}
.u-wd78per {
  width: 78%!important
}
.u-wd79per {
  width: 79%!important
}
.u-wd80per {
  width: 80%!important
}
.u-wd81per {
  width: 81%!important
}
.u-wd82per {
  width: 82%!important
}
.u-wd83per {
  width: 83%!important
}
.u-wd84per {
  width: 84%!important
}
.u-wd85per {
  width: 85%!important
}
.u-wd86per {
  width: 86%!important
}
.u-wd87per {
  width: 87%!important
}
.u-wd88per {
  width: 88%!important
}
.u-wd89per {
  width: 89%!important
}
.u-wd90per {
  width: 90%!important
}
.u-wd91per {
  width: 91%!important
}
.u-wd92per {
  width: 92%!important
}
.u-wd93per {
  width: 93%!important
}
.u-wd94per {
  width: 94%!important
}
.u-wd95per {
  width: 95%!important
}
.u-wd96per {
  width: 96%!important
}
.u-wd97per {
  width: 97%!important
}
.u-wd98per {
  width: 98%!important
}
.u-wd99per {
  width: 99%!important
}
.u-wd100per {
  width: 100%!important
}
.u-tblwd5 {
  width: 5%!important
}
.u-tblwd10 {
  width: 10%!important
}
.u-tblwd15 {
  width: 15%!important
}
.u-tblwd20 {
  width: 20%!important
}
.u-tblwd25 {
  width: 25%!important
}
.u-tblwd30 {
  width: 30%!important
}
.u-tblwd35 {
  width: 35%!important
}
.u-tblwd40 {
  width: 40%!important
}
.u-tblwd45 {
  width: 45%!important
}
.u-tblwd50 {
  width: 50%!important
}
.u-tblwd55 {
  width: 55%!important
}
.u-tblwd60 {
  width: 60%!important
}
.u-tblwd65 {
  width: 65%!important
}
.u-tblwd70 {
  width: 70%!important
}
.u-tblwd75 {
  width: 75%!important
}
.u-tblwd80 {
  width: 80%!important
}
.u-tblwd85 {
  width: 85%!important
}
.u-tblwd90 {
  width: 90%!important
}
.u-tblwd95 {
  width: 95%!important
}
.u-tblwd100 {
  width: 100%!important
}
.u-word-break-n {
  word-break: normal!important
}
.u-word-break-ba {
  word-break: break-all!important
}
.u-word-break-ka {
  word-break: keep-all!important
}
.u-img-wrap img {
  width: 100%;
  display: block
}

/*アプリでアヲハタ工場見学へ行ってみよう！*/

.p-app-box {
  max-width: 760px;
  margin: 26px auto 56px
}

.p-app-text,.p-app-link {
  width: 56%;
}

.p-app-qr {
  max-width: 127px;
  margin: 20px auto 0;
}

.p-app-gr {
  color: #666;
  font-size: 13px;
}

.p-app-title {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.p-app-sm{
  font-size: 15px;
}
@media screen and (orientation:landscape) {
  html {
    width: 100%
  }
}
@media screen and (orientation:portrait) {
  html {
    width: 100%
  }
}
@media screen and (min-width:0px) and (max-width:1080px) {
  .l-main--fullwidth .l-main__inr {
    overflow: hidden
  }
}
@media screen and (max-width:768px) and (min-width:769px) {
  .l-dtl-header .c-hdg--lv1 {
    margin-top: calc(17px - (((3.2rem * 1.5) - 3.2rem)/ 2));
    margin-bottom: calc(0px - (((3.2rem * 1.5) - 3.2rem)/ 2));
    font-size: 3.2rem
  }
  .l-pdc-header .c-hdg--lv1 {
    margin-top: calc(19px - (((2.66667rem * 1) - 2.66667rem)/ 2));
    margin-bottom: calc(0px - (((2.66667rem * 1) - 2.66667rem)/ 2));
    font-size: 2.66667rem
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl .l-main__subcontent__ttl--lv4 {
    margin-top: calc(0px - (((2rem * 1.5) - 2rem)/ 2));
    font-size: 2rem
  }
  .l-rcp-dtl__cts .l-rcp__intro .l-rcp__intro__txt {
    margin-top: calc(60px - (((1.86667rem * 2.14286) - 1.86667rem)/ 2));
    margin-bottom: calc(0px - (((1.86667rem * 2.14286) - 1.86667rem)/ 2));
    font-size: 1.86667rem
  }
  .c-list .c-list__itm.is-space {
    margin-top: calc(40px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    margin-bottom: calc(0px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    font-size: 1.86667rem
  }
  .c-list .c-list__itm.is-small.is-space {
    margin-top: calc(40px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    margin-bottom: calc(0px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    font-size: 1.73333rem
  }
  .c-list .c-list__itm.is-xsmall.is-space {
    margin-top: calc(40px - (((1.46667rem * 1.7) - 1.46667rem)/ 2));
    margin-bottom: calc(0px - (((1.46667rem * 1.7) - 1.46667rem)/ 2));
    font-size: 1.46667rem
  }
  .c-tgl .c-tgl__itm__lyt {
    margin-top: calc(40px - (((1.86667rem * 1.9) - 1.86667rem)/ 2));
    margin-bottom: calc(0px - (((1.86667rem * 1.9) - 1.86667rem)/ 2));
    font-size: 1.86667rem
  }
  .c-txt-link.is-first-margin {
    margin-top: calc(60px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    font-size: 1.86667rem
  }
  .c-txt-link.is-small.is-first-margin {
    margin-top: calc(60px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    font-size: 1.73333rem
  }
  .c-txt-link.is-space {
    margin-top: calc(30px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    margin-bottom: calc(0px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    font-size: 1.86667rem
  }
  .c-txt-link.is-small.is-space {
    margin-top: calc(30px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    margin-bottom: calc(0px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    font-size: 1.73333rem
  }
  .c-txt-link.is-space.is-first-margin {
    margin-top: calc(60px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    margin-bottom: calc(0px - (((1.86667rem * 1.7) - 1.86667rem)/ 2));
    font-size: 1.86667rem
  }
  .c-txt-link.is-space.is-small.is-first-margin {
    margin-top: calc(60px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    margin-bottom: calc(0px - (((1.73333rem * 1.7) - 1.73333rem)/ 2));
    font-size: 1.73333rem
  }
}
@media screen and (min-width:769px) and (max-width:1039px) {
  html {
    overflow-x: visible;
    min-width: 1079px
  }
}
@media screen and (min-width:769px) and (max-width:768px) {
  .l-dtl-header .c-hdg--lv1 {
    margin-top: 1.6vw;
    margin-bottom: 0;
    font-size: 16.5px;
    font-size: 4.4vw
  }
  .l-pdc-header .c-hdg--lv1 {
    margin-top: 1.6vw;
    margin-bottom: 0;
    font-size: 13.5px;
    font-size: 3.6vw
  }
  .l-info-header .l-info-header__inr .c-hdg--lv1 {
    margin-bottom: 2vw;
    font-size: 13.5px;
    font-size: 3.6vw
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl {
    margin-top: 1.5vw;
    margin-bottom: -.63333vw;
    font-size: 9.5px;
    font-size: 2.53333vw
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl .l-main__subcontent__ttl--lv4 {
    margin-top: -.9vw;
    font-size: 7.5px;
    font-size: 2vw
  }
  .c-list .c-list__itm.is-space {
    margin-top: 1.96667vw;
    margin-bottom: -.7vw;
    font-size: 7.5px;
    font-size: 2vw
  }
  .c-list .c-list__itm.is-small.is-space {
    margin-top: 2.01333vw;
    margin-bottom: -.65333vw;
    font-size: 7px;
    font-size: 1.86667vw
  }
  .c-list .c-list__itm.is-xsmall.is-space {
    margin-top: 2.06vw;
    margin-bottom: -.60667vw;
    font-size: 6.5px;
    font-size: 1.73333vw
  }
  .c-txt-link.is-first-margin {
    margin-top: 3.3vw;
    font-size: 7.5px;
    font-size: 2vw
  }
  .c-txt-link.is-small.is-first-margin {
    margin-top: 3.34667vw;
    font-size: 7px;
    font-size: 1.86667vw
  }
  .c-txt-link.is-space {
    margin-top: 1.96667vw;
    margin-bottom: -.7vw;
    font-size: 7.5px;
    font-size: 2vw
  }
  .c-txt-link.is-small.is-space {
    margin-top: 2.01333vw;
    margin-bottom: -.65333vw;
    font-size: 7px;
    font-size: 1.86667vw
  }
  .c-txt-link.is-space.is-first-margin {
    margin-top: 3.3vw;
    margin-bottom: -.7vw;
    font-size: 7.5px;
    font-size: 2vw
  }
  .c-txt-link.is-space.is-small.is-first-margin {
    margin-top: 3.34667vw;
    margin-bottom: -.65333vw;
    font-size: 7px;
    font-size: 1.86667vw
  }

}
@media screen and (min-width:769px), print {
  html {
    font-size: 15px
  }
  a:active, a:focus, a:hover {
    text-decoration: underline
  }
  sup {
    font-size: 10px
  }
  ruby rt {
    font-size: 10px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
  .l-footer {
    height: 127px
  }
  .l-footer .l-footer__inr {
    width: 1040px;
    margin: 0 auto;
    background: white;
  }
  .l-footer .l-footer__inr__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-footer .l-footer__main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 786px;
    height: 93px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
    padding-top: 44px;
  }
  .l-footer .l-footer__logo__link {
    width: 110px
  }
  .l-footer .l-footer__logo__img {
    width: 110px;
    height: 42px
  }
  .l-footer .l-nav__list {
    margin-left: 38px
  }
  .l-footer .l-nav__list__item {
    margin-right: 25px;
    padding: 33px 0
  }
  .l-footer .l-nav__list__link {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -.015em
  }
  .l-footer .l-footer__sub {
    position: relative;
    width: 100px;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-footer .l-snsicon__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  .l-footer .l-snsicon__list__item {
    width: 43px;
    height: 43px
  }
  .l-footer .l-snsicon__list__item.r-Facebook .l-snsicon__list__link span {
    width: 12px;
    height: 22px
  }
  .l-footer .l-snsicon__list__item.r-Twitter .l-snsicon__list__link span {
    width: 20px;
    height: 18px
  }
  .l-footer .l-unav__list__item:nth-child(1) .l-unav__list__link,
  .l-footer .l-unav__list__item:nth-child(2) .l-unav__list__link,
  .l-footer .l-unav__list__item:nth-child(3) .l-unav__list__link{
    padding-right: 40px
  }
  .l-footer .l-unav__list__item:nth-child(1) .l-unav__list__link:after,
  .l-footer .l-unav__list__item:nth-child(2) .l-unav__list__link:after,
  .l-footer .l-unav__list__item:nth-child(3) .l-unav__list__link:after {
    right: 18px;
    top: 0;
    width: 1px;
    height: 14px
  }
  .l-footer .l-unav__list__link {
    font-size: 13px;
    letter-spacing: -.02em
  }
  .l-footer .l-copyright .l-copyright__txt {
    font-size: 10px;
    margin-right: 18px;
    line-height: 1;
    letter-spacing: -.025em
  }
  .c-scroll-pagetop {
    right: 20px;
    bottom: 20px
  }
  .c-scroll-pagetop .c-pagetop-trigger {
    width: 50px;
    height: 50px;
    background-image: url(/assets/img/common/icon_18_pc.png);
    background-repeat: no-repeat;
    background-size: cover
  }
  .l-footer__overseas .l-footer__main {
    width: 100%
  }
  .l-footer__overseas .l-footer__logo__link {
    width: 150px
  }
  .l-footer__overseas .l-footer__logo img {
    width: 150px;
    height: 27px
  }
  .l-footer__overseas .l-unav {
    margin-left: 44px
  }
  .l-lnav .l-lnav__inr {
    margin: 0 auto;
    width: 1040px
  }
  .l-lnav .l-lnav__inr .p-navlist__itm {
    margin-left: 40px
  }
  .l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__img {
    width: 176px;
    height: 176px
  }
  .l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__txt {
    font-size: 15px;
    line-height: 1.73;
    margin-top: 14.5px
  }
  .l-lnav__cmp .l-lnav__cmp__inr {
    width: 1040px;
    margin: 0 auto
  }
  .l-lnav__cmp .p-lnavlist {
    height: 58px
  }
  .l-lnav__cmp .p-lnavlist .p-lnav__itm {
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-lnav__cmp .p-lnavlist .p-lnav__itm .c-lnav__link {
    font-size: 13px;
    line-height: 1;
    padding: 20px 0
  }
  .l-header {
    height: 80px
  }
  .l-header .l-header__inr {
    width: 1040px;
    height: 80px
  }
  .l-header .l-header__main {
    width: 810px
  }
  .l-header .l-header__logo__link {
    width: 100%
  }
  .l-header .l-header__logo__img {
    width: 110px;
    height: 42px
  }
  .l-header .l-nav__list__link {
    padding: 33px 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.02em
  }
  .l-header .l-header__sub {
    position: relative;
    width: 230px
  }
  .l-header .l-unav {
    margin-left: 20px
  }
  .l-header .l-unav__list__link {
    font-size: 11px
  }
  .l-header__overseas .l-header__logo__link {
    width: 151px;
    height: 27px
  }
  .l-header__overseas .l-header__main {
    width: auto
  }
  .l-header__overseas .l-header__sub {
    width: auto
  }
  .l-header__overseas .l-header__sub__txt {
    font-size: 15px;
    line-height: 2;
    margin-right: 40px
  }
  .l-breadcrumb {
    position: relative;
    min-height: 48px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .l-breadcrumb .l-breadcrumb__inr {
    font-size: 13px
  }
  .l-breadcrumb .l-breadcrumb__itm:before {
    margin-right: 1em
  }
  .l-breadcrumb .l-breadcrumb__itm {
    margin-right: 1em
  }
  .l-main--fullwidth .l-breadcrumb__inr {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px
  }
  .news .l-breadcrumb .l-breadcrumb__inr {
    max-width: 770px;
    margin: 0
  }
  .news .l-breadcrumb .l-breadcrumb__itm {
    line-height: 1.5
  }
  .l-cts-wrap__inr {
    width: 1040px;
    margin: 0 auto
  }
  .l-dtl-header {
    width: 1040px;
    margin: 0 auto
  }
  .l-dtl-header .l-dtl-header__inr {
    padding: 20px 0 30px 0;
    height: 150px
  }
  .l-dtl-header .l-dtl-header__inr.l-ptn02 {
       height: 310px
   }
  .l-dtl-header .l-cts-header__heading {
    padding-top: 33px
  }
  .l-dtl-header .c-hdg--lv1 {
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 0
  }
  .l-dtl-header.r-rcp-header .l-dtl-header__inr {
    padding: 20px 0 30px 0
  }
  .l-dtl-header.r-rcp-header .l-dtl-header__inr .l-cts-header__heading {
    padding-top: 43px
  }
  .l-cts-header__heading .l-cts-header__subtxt {
    font-size: 15px
  }
  .l-pdc-header .l-pdc-header__inr {
    padding: 20px 0 40px 0;
    height: 159px;
    width: 1040px;
    margin: 0 auto
  }
  .l-pdc-header .l-pdc-header__inr .l-cts-header__heading {
    padding-top: 33px
  }
  .l-pdc-header .l-header__vis {
    width: 375px;
    height: 159px
  }
  .l-pdc-header .c-hdg--lv1 {
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 0
  }
  .l-info-header .l-info-header__inr {
    width: 1040px;
    margin: 0 auto;
    padding: 20px 0 44px 0
  }
  .l-info-header .l-info-header__inr .l-cts-header__heading {
    padding-top: 38px
  }
  .l-info-header .l-info-header__inr .c-hdg--lv1 {
    margin-bottom: 15px;
    line-height: 1
  }
  .l-info-header .l-info-header__inr .l-cts-header__subtxt {
    font-size: 10px
  }
  .l-info-header.r-pdc__index {
    height: 160px;
    background-image: url(/assets/img/products/bg_index_01_pc.jpg)
  }
  .l-info-header.r-rcp__index {
    height: 160px;
    background-image: url(/assets/img/recipes/bg_index_01_pc.jpg)
  }
  .l-info-header.r-cmp__index {
    height: 160px;
    background-image: url(/assets/img/company/bg_index_01_pc.jpg)
  }
  .l-info-header.r-inquiry {
    height: 160px;
    margin-bottom: 51px
  }
  .l-maincts {
    width: 770px;
    height: auto;
    float: left
  }
  .l-maincts.l-maincts-base > p {
    margin-bottom: 32.5px
  }
  .l-cts-header .l-cts-header__inr {
    height: 400px
  }
  .l-cts-header .l-cts-header__inr .c-cts-header__heading .c-hdg--lv1 {
    font-size: 27px
  }
  .l-cts-header .l-cts-header__inr.r-essence {
    background-image: url(/assets/img/products/essence/bg_index_01_pc.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-essence .c-cts-header__heading {
    width: 1040px;
    margin: 0 auto
  }
  .l-cts-header .l-cts-header__inr.r-essence .c-cts-header__heading .u-img-wrap {
    width: 357px;
    height: 62px
  }
  .l-cts-header .l-cts-header__inr.r-industrial {
    background-image: url(/assets/img/products/essence/bg_industrial_01_pc.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-processing {
    background-image: url(/assets/img/products/essence/bg_processing_01_pc.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-supplychain {
    background-image: url(/assets/img/products/essence/bg_supplychain_01_pc.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-preservation {
    background-image: url(/assets/img/products/essence/bg_preservation_01_pc.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-universaldesign {
    background-image: url(/assets/img/products/essence/bg_universaldesign_01_pc.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-blueflag {
    background-image: url(/assets/img/experience/bg_blueflag_01_pc.jpg);
    height: 740px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .l-cts-header__inr--imagechanger {
    background-image: url(/assets/img/experience/bg_blueflag_02_pc.jpg);
    background-size: cover;
    background-position: center top;
    height: 740px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading {
    padding-top: 80px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .c-hdg-img__01 {
    width: 246px;
    height: 20px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .c-hdg-img__02 {
    width: 360px;
    margin-top: 30px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .c-hdg-img__03 {
    width: 670px;
    height: 205px;
    margin-top: 45px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro {
    margin-top: 38.5px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro .p-intro__hdg {
    margin-bottom: 23px
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro .c-intro__txt {
    font-size: 17px;
    line-height: 2
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro .c-cts__txt {
    font-size: 15px
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck {
    background-image: url(/assets/img/experience/bg_jamdeck_01_pc.jpg);
    height: 400px
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading {
    width: 1040px;
    margin: 0 auto
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .c-cts-header__heading__img {
    width: 540px;
    margin-right: 0;
    margin-left: auto
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .u-img-wrap.c-hdg-img__01 {
    width: 540px;
    height: 62px
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .u-img-wrap.c-hdg-img__02 {
    width: 189px;
    height: 45px;
    margin: 0 auto;
    margin-top: -3px;
    margin-bottom: 14.5px
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .c-intro__txt {
    font-size: 17px;
    line-height: 1.64
  }
  [class*=l-main--] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1080px
  }
  [class*=l-main--] .l-main__cnt {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }
  [class*=l-main--] .l-main__subcontent {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .l-main--2col .l-main__cnt {
    width: 774px;
    margin-left: 24px
  }
  .l-main--2col .l-main__subcontent {
    width: 242px
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl {
    padding-bottom: 20px;
    line-height: 1.5;
    margin-top: 11.25px;
    margin-bottom: -4.75px
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl .l-main__subcontent__ttl--lv4 {
    margin-top: -6.75px;
    line-height: 1.9
  }
  .l-main--2col .l-main__subcontent.r-has-bnr .l-main__subcontent__bnrs {
    margin-top: 40px
  }
  .l-lyt__3col {
    margin-bottom: 40px
  }
  .l-lyt__3col .p-ctslist__itm {
    margin: 0 40px 40px 0
  }
  .l-lyt__3col .p-ctslist__itm:nth-of-type(3n) {
    margin-right: 0
  }
  .l-lyt__3col .p-ctslist__itm:nth-last-of-type(3) {
    margin-bottom: 0
  }
  .l-lyt__3col .p-ctslist__itm:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .l-lyt__3col .p-ctslist__itm:last-of-type {
    margin-bottom: 0
  }
  .l-lyt__3col .p-ctslist__link {
    width: 230px;
    padding: 20px
  }
  .l-main--fullwidth {
    width: 100%
  }
  .l-main--fullwidth .l-main__inr {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px
  }
  .l-main--fullwidth .l-main__inr .l-main__inr--center {
    width: 960px;
    margin: 0 auto
  }
  .l-breadcrumb + .l-main {
    margin-top: 40px
  }
  .l-errorpage .c-hdg--lv2 {
    font-size: 34px
  }
  .l-errorpage .c-hdg--lv2 .c-cts__txt {
    font-size: 15px
  }
  .l-maincts-base figure {
    margin-bottom: 40px
  }
  .l-maincts-base figure figcaption {
    margin-top: 5px
  }
  .l-maincts.r-fullwidth {
    width: 1040px
  }
  .l-pagetop > a {
    right: 20px;
    bottom: 52px;
    width: 40px;
    height: 40px;
    padding: 50px 0 0 50px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .l-pagetop > a:hover {
    opacity: .6
  }
  .l-pagetop.is-fixed > a {
    bottom: 20px
  }
  .l-rcp-dtl__cts .c-column .c-hdg--lv3 {
    margin-top: 0!important
  }
  .l-rcp-dtl__cts .l-rcp__vis__img .l-rcp__vis__item {
    width: 770px;
    height: 545px
  }
  .l-rcp-dtl__cts .l-rcp__vis__img {
    width: 770px;
    height: 545px;
    position: relative;
    overflow: hidden
  }
	.l-rcp-dtl__cts .l-rcp__vis__img p{
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 99;
	display: block;
	font-size: 12px;
	background-color: #fff;
	padding:0 3px;
}
  .l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item {
    margin-right: 10px;
    width: 100px;
    height: 71px
  }
  .l-rcp-dtl__cts .l-rcp__intro {
    margin-bottom: 31.5px
  }
  .l-rcp-dtl__cts .l-rcp__intro .l-rcp__intro__txt {
    font-size: 15px;
    margin-top: 33px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time {
    width: 365px;
    float: left;
    margin-right: 40px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__time {
    padding-left: 29px;
    font-size: 13px;
    width: 85px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__time.c-listitem01 {
    margin-right: 14px;
    background-size: auto 22px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__box {
    max-width: 256px;
    min-width: 23px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__energy {
    padding-left: 29px;
    font-size: 13px;
    width: 95px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__energy.c-listitem02 {
    margin-right: 14px;
    background-size: auto 22px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__box {
    max-width: 234px;
    min-width: 117px
  }
  .l-sidebar {
    width: 230px;
    float: right;
    margin-left: 40px
  }
  .l-sidebar__cts__title:before {
    height: 4px
  }
  .l-sidebar__cts__title .c-hdg--lv1 {
    font-size: 17px;
    padding: 28px 11px 25px
  }
  .l-sidebar__cts .l-sidebar__banner-primary {
    width: 230px;
    height: 230px
  }
  .l-sidebar__cts .r-blank-primary span {
    right: 11px;
    bottom: 11px
  }
  .l-sidebar__cts .r-blank-secondary span {
    right: 11px;
    bottom: 11px
  }
  .l-sidebar__cts .l-sidebar__banner-secondary {
    width: 230px;
    height: 80px
  }
  .l-sidebar__cts__list__item {
    padding: 20.5px 11px;
    font-size: 15px;
    line-height: 1.33
  }
  .l-togglelist__title span {
    width: 30px;
    height: 60px
  }
  .l-togglelist__title span:before {
    width: 11px;
    top: 50%;
    right: 5px
  }
  .l-togglelist__title span:after {
    height: 11px;
    top: 25px;
    right: 10px
  }
  .l-togglelist__title + .l-togglelist .l-togglelist__item {
    line-height: 1.33
  }
  .l-togglelist__title + .l-togglelist .l-togglelist__item a {
    padding: 13px 0 13px 25px
  }
  .l-sidebar.r-en .l-togglelist__title span {
    width: 40px
  }
  .l-sidebar.r-ch .l-togglelist__title + .l-togglelist .l-togglelist__item a {
    padding: 13px 25px
  }
  .l-pdc__vis-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
  }
  .l-pdc__vis {
    width: 365px
  }
  .l-pdc__vis__imgwrap {
    height: 365px
  }
  .l-pdc__vis__imgwrap .l-pdc__vis__img {
    height: 363px;
    padding: 30px
  }
  .l-pdc__vis__imgwrap .l-pdc__vis__img .l-pdc__vis__area {
    height: 305px
  }
  .l-pdc__vis__imgwrap .c-note {
    bottom: 10px;
    font-size: 13px
  }
  .l-pdc__tablist {
    margin-top: 2px
  }
  .l-pdc__tablist .l-pdc__tablist__item {
    width: 33.3333%;
    height: 40px;
    margin-right: 2px;
    font-size: 13px
  }
  .l-pdc__tablist .l-pdc__tablist__item a {
    padding: 13px 0;
    height: 40px
  }
  .l-pdc__tablist .l-pdc__tablist__item.is-active {
    margin-top: -3px;
    height: auto
  }
  .l-pdc__tablist .l-pdc__tablist__item.is-active a {
    padding-top: 16px;
    display: block
  }
  .l-pdc__vis__deta {
    margin-left: 40px
  }
  .l-pdc__vis__deta .c-txticonlist .c-txticonlist__item {
    margin-right: 10px
  }
  .l-pdc__vis__deta__txt {
    font-size: 15px;
    margin-top: 22.5px
  }
  .l-pdc__vis__deta__list {
    margin-top: 12.5px
  }
  .l-pdc__vis__deta__list li {
    padding: 14.5px 0
  }
  .l-pdc__vis__deta__list li span:nth-of-type(2) {
    margin-right: 10px
  }
  .l-pdc__vis__deta__list .l-listitem__title {
    font-size: 15px
  }
  .p-btnwrap {
    width: 640px
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm {
    width: 280px!important;
    margin: 0 20px!important;
    height: 50px
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm .r-blank-secondary span {
    top: 20px;
    right: 10px
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm .c-note {
    margin-top: 20px
  }
  .p-fruit_compote.p-btnwrap .c-btn-list .c-btn-list__itm {
    height: 80px
  }
  .p-fruit_compote.p-btnwrap .c-btn-list .c-btn-list__itm .r-blank-secondary span {
    top: 50%;
    transform:translatey(-50%)
  }
  .l-pdc__index-wrap .l-pdc__index {
    margin-top: 74.5px
  }
  .l-pdc__index-wrap .l-pdc__index__title .c-hdg--lv2 {
    font-size: 27px
  }
  .l-pdc__index-wrap .l-pdc__index__list {
    margin-top: 54px
  }
  .l-pdc__index-wrap .l-pdc__clm {
    margin: 170px 0 160px 0;
    position: relative
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea {
    width: auto
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea .c-hdg--lv1 {
    font-size: 27px;
    line-height: 1
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea .l-pdc__clm__txt {
    font-size: 15px;
    margin-top: 30.5px
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__imgarea {
    width: 390px;
    height: 360px;
    position: absolute;
    top: -50px;
    right: -96px
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__imgarea .u-img-wrap {
    position: absolute
  }
  .l-pdc__index-wrap .l-pdc__cdt {
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link {
    width: 320px;
    height: 100px;
    padding: 29px 0 29px 32px
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link .r-wd-160 {
    width: 160px
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-soldout .l-cdt__img {
    margin-left: 41px;
    margin-top: 5px;
    width: 30px;
    height: 46px
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-faq .l-cdt__img {
    margin-left: 70px;
    width: 60px;
    height: 50px
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-consultation .l-cdt__img {
    margin-left: 37px;
    margin-top: 3px;
    width: 49px;
    height: 44px
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-blank-primary span {
    right: 9px;
    bottom: 9px
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__title {
    font-size: 15px;
    line-height: 1.73
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__txt {
    font-size: 13px;
    line-height: 2
  }
  .l-pdc__cmt {
    background-image: url(/assets/img/products/bg_index_02_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea {
    width: 1040px;
    margin: 0 auto 0;
    padding-top: 97px
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea .l-pdc__cmt__title {
    width: 307px;
    height: 53px
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea .l-pdc__cmt__txt {
    line-height: 2.11;
    font-size: 17px;
    margin: 27.5px 0 31.5px 0;
    letter-spacing: -.05em
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea .c-btn-list__itm__link {
    width: 180px
  }
  .l-pdc__index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__80, .l-pdc__index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__96 {
    top: 0;
    left: 0;
  }
  .p-kvarea {
    width: 100%
  }
  .p-top-info_wrap {
    margin: 0 auto;
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.86;
    overflow: hidden
  }
  .p-top-info {
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.86
  }
  .p-top-info:after {
    display: block;
    content: " ";
    width: 1000px;
    background: #fff;
    height: 55px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: -999px
  }
  .p-top-info .p-top-info__title {
    height: 54px
  }
  .p-top-info .p-top-info__title:after {
    border-width: 27px 0 27px 16px
  }
  .p-top-info .p-top-info__title:before {
    display: block;
    content: " ";
    width: 1000px;
    background: #ffe400;
    height: 55px;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: -999px
  }
  .p-top-info .p-top-info__title p {
    text-align: right;
    margin: 19px 28px 19px 0;
    font-size: 15px;
    line-height: 1
  }
  .p-top-info .p-top-info__txt .c-info__date {
    margin-left: 42px
  }
  .p-top-info .p-top-info__txt .p-top-info__link {
    font-size: 15px;
    line-height: 1.86;
    margin-left: 15px;
    max-width: 758px
  }
  .l-index-wrap .p-slider-wrap.p-slider-wrap-bnr {
    height: 320px
  }
  .l-index-wrap .p-slider-wrap.p-slider-wrap-bnr .c-sliderlist {
    position: relative;
    left: -20px
  }
  .l-index-wrap .l-pdc__index__title__sub .c-hdg--lv2 {
    font-size: 21px
  }
  .l-index-wrap .c-title__subtxt {
    font-size: 15px;
    margin-top: 23px
  }
  .l-index-wrap .l-pdc__index .c-btn-list {
    width: 180px;
    margin: 0 auto
  }
  .l-index-wrap .p-rcp-list__title {
    margin: 0 auto
  }
  .l-index-wrap .p-rcp-list__title__sub .c-hdg--lv2 {
    font-size: 21px
  }
  .l-index-wrap .p-rcp-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-index-wrap .p-rcp-list .p-rcp-list__link {
    width: 230px;
    height: auto
  }
  .l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__img {
    width: 230px;
    height: 230px
  }
  .l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__txt {
    font-size: 15px;
    line-height: 1;
    margin-top: 14.5px
  }
  .l-index-wrap .p-rcp-list-wrap .c-btn-list {
    width: 180px;
    margin: 0 auto
  }
  .l-index-wrap .p-exp-wrap .p-exp__title {
    margin: 0 auto
  }
  .l-index-wrap .p-exp-wrap .p-exp__title .c-hdg--lv2:after {
    width: 205px;
    margin-top: 14px
  }
  .l-index-wrap .p-exp-wrap .p-exparea .r-factory {
    margin-right: 40px
  }
  .l-index-wrap .p-exp-wrap .p-exparea .r-story {
    margin-bottom: 40px
  }
  .l-index-wrap .p-exp-wrap .p-exparea .p-exparea__box__list .p-exparea__list__itm:first-of-type {
    margin-right: 40px
  }
  .l-index-wrap .p-exp-wrap .p-news_cts__itm {
    width: 500px
  }
  .l-index-wrap .p-exp-wrap .p-news_cts__itm:first-of-type {
    margin-right: 40px
  }
  .l-index-wrap .p-exp-wrap .c-btn-list {
    width: 202px;
    margin: 0 auto
  }
  .l-index-wrap .p-company-wrap .p-company__title .c-hdg--lv2 {
    font-size: 34px
  }
  .l-index-wrap .p-company-wrap .p-company-list {
    width: 100%;
    margin: 0 auto
  }
  .l-index-wrap .p-company-wrap .p-company-list__itm {
    margin-right: 90px
  }
  .l-index-wrap .p-company-wrap .p-company-list__itm:first-of-type {
    margin-left: 50px
  }
  .l-index-wrap .p-company-wrap .p-company-list__itm:last-of-type {
    margin-right: 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link .c-company-list__txt {
    font-size: 15px;
    line-height: 1.33
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-summary img {
    width: 31.2px;
    height: 36px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-summary .c-company-list__txt {
    margin-top: 19px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-guide img {
    width: 27.6px;
    height: 33.6px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-guide .c-company-list__txt {
    margin-top: 20px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-technology img {
    width: 31.2px;
    height: 26.4px;
    margin-top: 1px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-technology .c-company-list__txt {
    margin-top: 24px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-csr img {
    width: 36px;
    height: 33.6px;
    /*margin-top: 10px*/
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-csr .c-company-list__txt {
    margin-top: 25px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-investment img {
    width: 32.4px;
    height: 31.2px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-investment .c-company-list__txt {
    margin-top: 22px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-employment img {
    width: 49.2px;
    height: 30px
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-employment .c-company-list__txt {
    margin-top: 22px
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm {
    width: 230px;
    height: auto
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm .p-tech-list__itm__img {
    width: 230px;
    height: 155px
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm p {
    font-size: 15px;
    line-height: 2;
    margin-top: 12.5px
  }
  .l-index-wrap .p-company-wrap .c-btn-list {
    margin: 42.5px auto 0;
    width: 180px
  }
  .l-index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__80, .l-index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__96 {
    top: 0;
    left: 0;
  }
  .l-rcp-index-wrap .p-slider-wrap__title {
    width: 232px
  }
  .l-rcp-index-wrap .c-hdg--lv2 {
    font-size: 27px
  }
  .l-rcp-index-wrap .c-hdg--lv2:after {
    width: 231px;
    margin-top: 15px
  }
  .l-rcp-index-wrap .c-btn-list {
    width: 210px;
    margin: 34.5px auto 0
  }
  .p-rcp__search {
    padding-bottom: 110px
  }
  .p-rcp__search .p-rcp__search__title {
    padding-top: 56.5px
  }
  .p-rcp__search .p-rcp__search__title .c-hdg--lv2 {
    font-size: 21px;
    line-height: 1.33
  }
  .p-rcp__search .p-rcp__search__list {
    width: 1040px;
    margin: 80px auto 0
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__itm {
    width: 230px
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__search__img {
    width: 230px;
    height: 173px
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__title {
    padding: 10px;
    min-height: 80px
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__search__title {
    font-size: 15px;
    line-height: 1.73
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__area {
    margin-top: 2px;
    height: 100%
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__itm:nth-child(n+5) {
    margin: 40px 40px 0 0
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__itm {
    margin: 0 40px 0 0
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__itm:nth-of-type(4n) {
    margin-right: 0
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__list {
    margin-bottom: 13px;
    padding-right: 13px
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__list:first-of-type {
    padding-top: 24px
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__list:last-of-type {
    margin-bottom: 0;
    padding-bottom: 20px
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__itm__list__icn {
    width: 50px;
    height: 50px;
    margin-left: 7px
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__itm__list__txt {
    line-height: 1.92;
    margin-left: 7px
  }
  .p-rcp__search .c-btn-list {
    width: 180px
  }
  .p-rcp__selectarea {
    margin: 0 auto;
    width: 776px;
    background-image: url(/assets/img/recipes/bg_index_03_pc.png);
    background-repeat: no-repeat;
    background-position: 250px 21px
  }
  .p-rcp__selectarea .p-select__ingredients, .p-rcp__selectarea .p-select__products {
    border: solid 1px #0071ce;
    height: 68px;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 6px 9.2px .8px rgba(0, 0, 0, .09)
  }
  .p-rcp__selectarea .p-select__ingredients {
    margin-right: 86px;
    width: 220px;
    float: left
  }
  .p-rcp__selectarea .p-select__ingredients .r-side {
    padding: 12px 19px
  }
  .p-rcp__selectarea .p-select__ingredients .r-side .c-rcp__select__icn {
    width: 30px;
    height: 20px;
    margin: 2px 14px 0 0
  }
  .p-rcp__selectarea .p-select__ingredients .r-sweets {
    padding: 12px 19px
  }
  .p-rcp__selectarea .p-select__ingredients .r-sweets .c-rcp__select__icn {
    width: 25px;
    height: 25px;
    margin-right: 17px
  }
  .p-rcp__selectarea .p-select__ingredients .r-bread {
    padding: 12px 19px
  }
  .p-rcp__selectarea .p-select__ingredients .r-bread .c-rcp__select__icn {
    width: 28px;
    height: 25px;
    margin: 2px 15px 0 0
  }
  .p-rcp__selectarea .p-select__ingredients .r-drink {
    padding: 12px 19px
  }
  .p-rcp__selectarea .p-select__ingredients .r-drink .c-rcp__select__icn {
    width: 17px;
    height: 26px;
    margin-right: 23px
  }
  .p-rcp__selectarea .p-select__products {
    margin-right: 40px;
    width: 310px;
    float: left
  }
  .p-rcp__selectarea ul {
    margin: -1px 0 0 -1px
  }
  .p-rcp__selectarea ul .r-all {
    padding: 0 0 0 20px!important
  }
  .p-rcp__selectarea ul li {
    font-size: 15px;
    line-height: 1.6;
    height: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-rcp__selectarea .p-rcp__ingredients {
    min-width: 220px
  }
  .p-rcp__selectarea .p-rcp__products {
    margin: 0;
    width: 310px;
    box-sizing: border-box;
    position: relative;
    left: -1px;
    top: -1px
  }
  .p-rcp__selectarea .p-rcp__products li.r-all {
    padding: 0 20px!important
  }
  .p-rcp__selectarea .p-rcp__products .c-rcp__select__icn {
    width: 50px;
    height: 50px;
    margin: 0 4px 0 14px
  }
  .p-rcp__selectarea p {
    font-size: 27px
  }
  .p-rcp__selectarea .c-btn-list {
    float: left;
    width: 120px;
    padding-top: 9px;
    margin: 0!important
  }
  .r-2col-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
    margin: 0 auto
  }
  .r-2col-btn .r-20_reading .c-icn {
    height: 12px;
    width: 12px
  }
  .r-2col-btn .r-re_reading .c-icn {
    background-image: url(/assets/img/common/icon_05_pc.png);
    height: 6px;
    width: 11px;
    top: 17px;
    right: 20px
  }
  .r-2col-btn .c-btn-list {
    width: 210px;
    margin: 0 20px 0 0
  }
  .r-2col-btn .r-20_reading .c-btn-list__itm__link:hover .c-icn {
    height: 12px;
    width: 12px
  }
  .r-2col-btn .r-re_reading .c-btn-list__itm__link:hover .c-icn {
    background-image: url(/assets/img/common/icon_04_pc.png);
    height: 6px;
    width: 11px;
    top: 17px;
    right: 20px
  }
  .r-2col-btn .r-mr-0 {
    margin-right: 0
  }
  .p-link__card__specialrecipe {
    width: 821px;
    padding: 18px 32px;
    margin: 0 auto
  }
  .p-link__card__specialrecipe .p-link__hdg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .p-link__card__specialrecipe .p-link__hdg .p-link__txt {
    font-size: 12px;
    line-height: 1.75
  }
  .p-link__card__specialrecipe .p-link__hdg .p-link__link {
    margin-left: 34px;
    line-height: 1;
    padding-top: 32px;
    margin-top: -7.5px
  }
  .p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link .c-icn {
    top: 3px;
    right: -16px
  }
  .selectbox .selectbox__select {
    height: 68px
  }
  .selectbox .selectbox__select:after {
    border-right: 1px solid #0071ce;
    border-bottom: 1px solid #0071ce;
    top: 27px;
    right: 16px;
    width: 7px;
    height: 7px
  }
  .selectbox .selectbox__select .selectbox__select__text {
    height: 68px;
    padding: 20px 20px;
    font-size: 15px;
    line-height: 1.6
  }
  .selectbox .selectbox__select.is-active:after {
    top: 32px
  }
  .selectbox .selectbox__select .c-rcp__select__icn.r-side-ico.c-rcp__select__icn {
    width: 30px;
    height: 20px;
    margin: 2px 14px 0 20px
  }
  .selectbox .selectbox__select .c-rcp__select__icn.r-sweets-ico.c-rcp__select__icn {
    width: 25px;
    height: 25px;
    margin: 0 17px 0 20px
  }
  .selectbox .selectbox__select .c-rcp__select__icn.r-bread-ico.c-rcp__select__icn {
    width: 28px;
    height: 25px;
    margin: 2px 15px 0 20px
  }
  .selectbox .selectbox__select .c-rcp__select__icn.r-drink-ico.c-rcp__select__icn {
    width: 17px;
    height: 26px;
    margin: 0 23px 0 20px
  }
  .selectbox .selectbox__select .c-rcp__select__icn img {
    width: auto;
    height: 100%
  }
  .selectbox .selectbox__select span.r-all-label {
    padding-left: 20px
  }
  .p-rcp__search_noitem {
    font-size: 21px;
    line-height: 1.33
  }
  .l-rcp-index-wrap .p-rcp__narrow__btnwrap, .p-rcp__search .p-rcp__narrow__btnwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .l-essence .c-intro__txt {
    font-size: 17px;
    line-height: 2
  }
  .l-essence .c-cts__txt {
    font-size: 15px;
    line-height: 2
  }
  .l-essence .p-essence__cnt__title .c-hdg--lv2 {
    font-size: 27px
  }
  .l-essence .l-cts-wrap__inr .p-essence__cnt .c-btn-list {
    width: 180px;
    margin: 31.5px auto 40px auto
  }
  .l-essence .l-cts-wrap__inr .p-essence__cnt .c-btn-list__itm__cnt {
    font-size: 15px;
    letter-spacing: 0
  }
  .l-essence .l-cts-wrap__inr .p-cnt__intro {
    margin-top: 52.5px
  }
  .l-essence .c-img__full {
    height: 400px;
    text-align: center
  }
  .l-essence .c-img__full img {
    height: 400px;
    width: 2000px;
    max-width: 2000px;
    min-width: 2000px
  }
  .l-essence .l-cts-wrap__inr .p-essence__cnt .r-type02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .l-essence .l-cts-wrap__inr .p-essence__cnt .p-link-list {
    padding: 18px 60px 18px 60px
  }
  .l-supplychain .c-intro__txt {
    font-size: 17px
  }
  .l-supplychain .c-cts__txt {
    font-size: 15px
  }
  .l-supplychain .c-cts__point__txt {
    font-size: 17px;
    line-height: 1.64
  }
  .l-supplychain .c-lyt__txt__hdg {
    font-size: 21px;
    line-height: 1.33;
    margin-bottom: 19px
  }
  .l-supplychain .c-itm__link__txt {
    font-size: 15px;
    line-height: 1.73
  }
  .l-supplychain .c-lyt__txt__title {
    font-size: 15px
  }
  .l-supplychain .c-img__caption {
    font-size: 13px;
    line-height: 1;
    margin-top: 15px
  }
  .l-supplychain .c-hdg--lv2 {
    font-size: 27px;
    line-height: 1
  }
  .l-supplychain .c-cts__phrase {
    font-size: 19px;
    line-height: 1.47;
    padding: 34px 0
  }
  .l-supplychain .p-intro {
    margin-top: 51.5px
  }
  .l-supplychain .c-btn-list {
    width: 220px;
    margin: 31.5px auto 0
  }
  .l-supplychain .p-ctsintro {
    margin-top: 58px
  }
  .l-supplychain .p-ctsintro .c-cts__txt {
    margin-top: 32.5px
  }
  .l-supplychain .p-ctsintro .c-hdg--lv1 {
    font-size: 27px
  }
  .l-supplychain .p-cts__point {
    margin-top: 47px
  }
  .l-supplychain .p-ctslist {
    width: 832px;
    margin: 24.5px auto 0
  }
  .l-supplychain .p-ctslist .p-ctslist__itm {
    margin: 0 0 0 40px
  }
  .l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link {
    width: 180px;
    height: 180px
  }
  .l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link:after {
    width: 10px;
    height: 10px;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link .c-itm__link__num {
    font-size: 28px;
    top: 34px
  }
  .l-supplychain .p-ctswrap {
    margin-top: 115px
  }
  .l-supplychain .p-ctswrap .p-cts__title {
    margin-top: 19px
  }
  .l-supplychain .p-ctswrap .p-ctsintro {
    margin-top: 32.5px
  }
  .l-supplychain .p-chartlist {
    margin-top: 52.5px
  }
  .l-supplychain .p-chartlist .p-chartlist__itm {
    margin: 0 0 0 40px
  }
  .l-supplychain .p-chartlist .p-chartlist__itm .c-chartlist__itm__img {
    width: 140px;
    height: 140px
  }
  .l-supplychain .p-chartlist .p-chartlist__itm .c-cts__txt {
    margin-top: 12.5px
  }
  .l-supplychain .p-chartlist .p-chartlist__itm:after {
    border-width: 5px 0 5px 10px;
    top: 65px;
    right: -26px
  }
  .l-supplychain .p-chartlist:after {
    border-width: 18px 32px 0 32px;
    bottom: -40.5px;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-supplychain .p-ctswrap__process .p-cts__imgarea {
    margin-top: 78.5px;
    height: 96px;
    /*background-image: url(/assets/img/products/essence/bg_supplychain_02_pc.jpg)*/
  }
  .l-supplychain .p-ctswrap__process .p-cts__imgarea .p-cts__imgarea__cnt {
    margin: 0 auto;
    width: 580px;
    height: auto;
    padding: 0
  }
  .l-supplychain .p-cts-lyt__primary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-supplychain .p-cts-lyt__primary .p-cts-lyt__imgarea, .l-supplychain .p-cts-lyt__primary .p-cts-lyt__txtarea {
    width: 500px
  }
  .l-supplychain .p-cts-lyt__nurture {
    margin-top: 52.5px;
    position: relative
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__imgarea .p-cts-lyt__img:first-of-type {
    width: 337px;
    height: 252px
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
    width: 208px;
    height: 157px;
    bottom: -37px
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__txtarea {
    margin-top: 30.5px
  }
  .l-supplychain .p-cts-lyt__harvest {
    margin-top: 91px
  }
  .l-supplychain .p-cts-lyt__harvest .p-cts-lyt__img {
    width: 100%;
    height: 100%
  }
  .l-supplychain .p-cts-lyt__harvest .p-cts-lyt__txtarea {
    margin-top: 12.5px
  }
  .l-supplychain .p-cts-lyt__preserve {
    margin-top: 100.5px
  }
  .l-supplychain .p-cts-lyt__preserve .p-cts-lyt__img {
    width: 100%;
    height: 100%
  }
  .l-supplychain .p-cts-lyt__preserve .p-cts-lyt__txtarea {
    margin-top: 38.5px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea .p-img-wrap__caption:first-of-type {
    width: 430px;
    height: 260px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea .p-img-wrap__caption:last-of-type {
    width: 372px;
    height: 224px;
    bottom: 42px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__txtarea {
    margin-top: -3.5px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety {
    margin-top: 96.5px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__imgarea .p-img-wrap__caption:first-of-type {
    width: 347px;
    height: 260px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__imgarea .p-img-wrap__caption:last-of-type {
    width: 276px;
    height: 165px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__txtarea {
    margin-top: 15.5px
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__txtarea .c-note {
    line-height: 2.3;
    margin-top: 31px
  }
  .l-supplychain .p-ctswrap__relationship {
    margin-top: 140px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea {
    margin-top: 67.5px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea .p-img-wrap__caption .p-cts-lyt__img {
    width: 473px;
    height: 226px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea .p-cts-lyt__txtarea {
    margin-top: -3.5px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact {
    margin-top: 78px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea .p-cts-lyt__img:first-of-type {
    width: 380px;
    height: 263px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
    width: 282px;
    height: 196px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__txtarea {
    margin: 98.5px 0 94.5px 0
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch {
    margin-top: 45px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea .p-cts-lyt__img:first-of-type {
    width: 380px;
    height: 262px;
    position: absolute;
    right: 0
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
    width: 281px;
    height: 194px
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__txtarea {
    margin: 100.5px 0 90.5px 0
  }
  .l-supplychain .p-outro-wrap .p-cts-lyt__imgarea {
    background-image: url(/assets/img/products/essence/bg_supplychain_03_pc.jpg);
    height: 330px
  }
  .l-supplychain .p-outro-wrap .p-cts-lyt__imgarea:hover {
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .l-supplychain .p-outro-wrap .p-cts-lyt__imgarea .p-cts-lyt__img {
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    height: 50px
  }
  .l-supplychain .p-outro-wrap .p-outro__txt {
    margin-top: 22.5px
  }
  .l-supplychain .p-outro-wrap .c-btn-list {
    margin-top: 22.5px
  }
  .l-supplychain .r-pcc-spl {
    text-align: center
  }
  .l-modal__supplychain .c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__body {
    text-align: left
  }
  .l-cts-wrap__technology {
    margin-top: 52.5px
  }
  .l-rcp__intro__technology .l-rcp__intro__txt {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-rcp__intro__technology .l-rcp__intro__txt:last-child {
    margin: 0 0 40px 0
  }
  .l-rcp__intro__technology__02 .c-hdg--lv2 {
    font-size: 27px;
    line-height: 1.74;
    letter-spacing: .02em
  }
  .l-rcp__intro__technology__02 .c-hdg--lv2:last-child {
    margin: 0 0 42px 0
  }
  .l-rcp__intro__technology__03 h3.c-hdg--lv4 {
    font-size: 19px;
    line-height: 1.74;
    letter-spacing: 0
  }
  .l-rcp__intro__technology__03 .c-stripe__border {
    float: left;
    width: 312px;
    height: 257px
  }
  .l-rcp__intro__technology__03 .u-clearfix {
    margin: 46px 0 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-rcp__intro__technology__03 .u-clearfix .c-stripe__border {
    margin: 0 48px 0 0;
    padding: 30px 30px 22px 34px
  }
  .l-rcp__intro__technology__03 .u-clearfix .c-stripe__border .c-number {
    margin: -54px auto 24px auto!important
  }
  .l-rcp__intro__technology__03 h4.c-hdg--lv4 {
    font-size: 19px;
    line-height: 1.47;
    margin: 0 0 25px 0
  }
  .l-pdc__technology__wrap h4.c-hdg--lv4 {
    font-size: 19px;
    letter-spacing: .02em;
    margin: 0 0 14px 0
  }
  .u__description__text {
    letter-spacing: -.02em
  }
  .l-pdc__technology__wrap h5.c-hdg--lv4 {
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: .02em;
    margin: 0 0 18px 0
  }
  .l-pdc__technology__item {
    margin: 39px 0 108px 0
  }
  .l-pdc__technology__item .p-rcp-list__img__right {
    float: left;
    width: 446px;
    height: auto;
    margin: 0 48px 0 0
  }
  .l-pdc__technology__item .p-rcp-list__img__left {
    float: left
  }
  .l-pdc__index__texture .l-pdc__index__title {
    margin: 0 0 42px 0
  }
  .l-pdc__index__texture .l-pdc__index__title h2.c-hdg--lv2 {
    font-size: 27px;
    line-height: 1.74
  }
  .l-pdc__index__texture .l-pdc__clm__txtarea {
    width: 688px;
    margin: 0 45px 0 0
  }
  .l-pdc__index__texture .l-pdc__clm__imgarea {
    width: 310px;
    margin: 6px 0 0 0
  }
  .l-pdc__index__texture .l-pdc__pickup {
    width: 500px;
    padding: 20px 30px
  }
  .l-pdc__index__texture .l-pdc__pickup a:after {
    top: 20px;
    right: -8px
  }
  .l-pdc__index__texture .l-pdc__clm__txt {
    margin: 0 0 38px 0
  }
  .l-pdc__index__texture .l-pdc__pickup .c-sliderlist__txt {
    float: left;
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0;
    margin: 12px 38px 0 0
  }
  .l-pdc__index__texture .l-pdc__pickup .c-c-note {
    float: left;
    width: 210px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-pdc__index__texture .p-link__card .p-link__card__link.r-type02 {
    width: 500px
  }
  .l-cts-wrap__technology .r-pcc-spl {
    text-align: center
  }
  .l-industrial .c-intro__txt {
    font-size: 17px;
    line-height: 2
  }
  .l-industrial h1 {
    font-size: 27px;
    line-height: 1.75;
    letter-spacing: .02em
  }
  .l-industrial h3 {
    font-size: 21px;
    line-height: 1
  }
  .l-industrial .font_small {
    font-size: 13px;
    line-height: 1
  }
  .l-industrial dt {
    font-size: 15px;
    line-height: 1
  }
  .l-industrial dd {
    font-size: 15px
  }
  .l-industrial .p-intro {
    margin-top: 52.5px
  }
  .l-industrial .p-cts__titile {
    margin-top: 38.5px
  }
  .l-industrial .section_01 {
    margin-top: 46.5px
  }
  .l-industrial .section_01 .left {
    float: left
  }
  .l-industrial .section_01 .left .negative_margin {
    margin-top: -6.75px;
    padding-top: 30px
  }
  .l-industrial .section_01 .right {
    float: right
  }
  .l-industrial .section_02 {
    margin-top: 62px
  }
  .l-industrial .section_02 .left {
    float: left
  }
  .l-industrial .section_02 .left dl:not(:first-of-type) {
    margin-top: 37.5px
  }
  .l-industrial .section_02 .left dl dt {
    margin-bottom: 7.5px
  }
  .l-industrial .section_02 .right {
    float: right;
    position: relative;
    padding-bottom: 36.06%
  }
  .l-industrial .section_02 .right .photo_01 {
    position: absolute;
    top: 0;
    left: 0
  }
  .l-industrial .section_02 .right .photo_02 {
    position: absolute;
    bottom: 0;
    right: 0
  }
  .l-industrial .r-pcc-spl {
    text-align: center
  }
  .l__experience__wrap .l-info-header.r-pdc__index {
    height: 160px;
    background: url(/assets/img/experience/bg_index_01_pc.jpg)
  }
  .l__experience__wrap .c-hdg--lv1 {
    margin-bottom: 13px
  }
  .l__experience__wrap .c-hdg--lv2.r-bordertype-02:after {
    margin-top: 5px!important
  }
  .l__experience__wrap .l-pdc__index__title h2.c-hdg--lv2 {
    font-size: 27px;
    line-height: 1.74;
    letter-spacing: .08em
  }
  .l__experience__wrap .u__description__list .u__list__date {
    font-size: 13px;
    line-height: 2.15;
    margin: 15px 0 0 0
  }
  .l__experience__wrap .l__experience__news__box {
    margin: 0 0 16px 0
  }
  .l__experience__wrap .c-btn-list {
    width: 180px;
    margin: 67px auto 0 auto!important
  }
  .l__experience__wrap .p-exp-wrap {
    margin: 60px 0 120px 0!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02 {
    width: 320px;
    height: 555px!important;
    margin: 0 40px 0 0;
    position: relative
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02 .c-btn-list {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02 {
    width: 320px;
    height: auto;
    margin: 0 40px 0 0;
    position: relative
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02:last-child {
    margin: 0
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02 .c-btn-list {
    margin-top: auto!important
  }
  .l__experience__wrap .p-exp-wrap .u-description-wrap {
    margin: 11px 0 0 0;
    line-height: 2;
    letter-spacing: 0
  }
  .l__experience__banner__wrap {
    margin-bottom: -130px
  }
  .l__experience__banner__wrap .l__experience__banner__inner a .c-icn {
    right: 10px;
    bottom: 10px;
    width: 11px;
    height: 11px
  }
  .l__experience__banner__wrap .l__experience__banner__block {
    width: 1040px;
    margin: 0 auto;
    padding: 109px 0 115px 0
  }
  .l__experience__banner__wrap .l-pdc__index__title {
    margin: 0 0 53px 0
  }
  .l__experience__banner__wrap .l-pdc__index__title h2.c-hdg--lv2 {
    font-size: 27px;
    line-height: 1.48;
    letter-spacing: .08em
  }
  .l__experience__wrap .l-pdc__index__title {
    margin: 0 0 37.5px 0;
    font-size: 27px;
    line-height: 1;
    letter-spacing: .08em
  }
  .l__experience__wrap .p__experience__news__block {
    position: relative;
    background-color: #eaf4fb
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr {
    width: 1040px;
    margin: 0 auto;
    padding: 33px 0 33px
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news {
    float: right;
    width: 500px;
    height: 500px;
    letter-spacing: 0;
    padding: 38px 27px 40px 40px;
    background: #fff
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr {
    position: relative;
    z-index: 3;
    display: block
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .l-pdc__index__title .c-title__img {
    width: 421.5px;
    height: 33.5px
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .c-btn-list {
    margin-top: 46.5px!important
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news:after {
    z-index: 1;
    background: -webkit-repeating-linear-gradient(55deg, #002f87, #002f87 6px, rgba(255, 255, 255, .9) 4px, rgba(255, 255, 255, .9) 12px);
    background: repeating-linear-gradient(35deg, #002f87, #002f87 6px, rgba(255, 255, 255, .9) 4px, rgba(255, 255, 255, .9) 12px)
  }
  .l__experience__wrap .p-cts__news__img {
    float: left;
    margin-right: 40px;
    width: 500px;
    height: 500px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .c-intro__txt {
    font-size: 17px;
    line-height: 1
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .p-cts__title {
    margin-top: 40px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .p-cts__title h1 {
    font-size: 27px;
    line-height: 1.74
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 dl dt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: -.004em;
    margin-bottom: 13.5px;
    width: 105%
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 dl dd {
    line-height: 2;
    letter-spacing: -.04em;
    margin-bottom: -7px;
    padding-bottom: 40px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 h3 {
    font-size: 19px;
    letter-spacing: .02em;
    line-height: 1
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .bin_01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 353px;
    -ms-flex-preferred-size: 353px;
    flex-basis: 353px;
    padding-right: 87px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_01 .u-img-wrap {
    width: 259px;
    height: 361px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 377px;
    -ms-flex-preferred-size: 377px;
    flex-basis: 377px;
    padding-right: 87px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 dd img {
    margin-top: 12.5px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 .c-number {
    width: 24px;
    height: 24px;
    margin-bottom: -3.5px;
    margin-right: 15px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 .c-number p {
    font-size: 15px;
    line-height: 24px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: 310px;
    -ms-flex-preferred-size: 310px;
    flex-basis: 310px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 .c-number {
    width: 24px;
    height: 24px;
    margin-bottom: -3.5px;
    margin-right: 15px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 .c-number p {
    font-size: 15px;
    line-height: 24px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 {
    margin-top: 92px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 {
    margin-top: -10px;
    padding-top: 60px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .c-number {
    width: 42px;
    height: 42px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .c-number p {
    font-size: 21px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left {
    float: left
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left .p-cnt__txt span {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left .text {
    margin-top: -7.5px;
    padding-top: 30px;
    letter-spacing: -.046em
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .right {
    float: right;
    position: relative
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .right .p-cnt__txt span {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .right .text {
    margin-top: -7.5px;
    padding-top: 30px;
    letter-spacing: -.046em
  }
  .l-universaldesign .r-pcc-spl {
    text-align: center
  }
  .l-preservation .c-intro__txt {
    font-size: 17px
  }
  .l-preservation .c-cts__txt {
    font-size: 15px
  }
  .l-preservation .c-cts__title {
    font-size: 19px;
    line-height: 1.47
  }
  .l-preservation .c-itm__title {
    font-size: 17px;
    width: 79px;
    padding: 8.5px 0
  }
  .l-preservation .c-lyt__txt__title {
    font-size: 15px
  }
  .l-preservation .c-img__caption {
    font-size: 13px;
    line-height: 1.69
  }
  .l-preservation .c-lyt__txt__hdg {
    font-size: 21px;
    line-height: 1.33
  }
  .l-preservation .c-hdg--lv2 {
    font-size: 27px
  }
  .l-preservation .p-intro {
    margin-top: 52.5px
  }
  .l-preservation .p-ctsintro {
    margin-top: 49.5px
  }
  .l-preservation .p-ctsintro .c-hdg--lv1 {
    font-size: 27px;
    line-height: 1
  }
  .l-preservation .p-ctsintro .c-hdg--lv1:last-of-type {
    margin-top: 22px;
    line-height: 1.74
  }
  .l-preservation .p-ctsintro .c-intro__txt {
    font-size: 19px;
    line-height: 1.47;
    margin: 55.5px 0 16px 0
  }
  .l-preservation .p-ctswrap__improvement {
    margin-top: 47px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement {
    margin-top: 14.5px;
    background-image: url(/assets/img/products/essence/bg_preservation_02_pc.png);
    background-repeat: repeat-y;
    background-position: top center
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #002f87 transparent transparent transparent;
    width: 14px;
    height: 14px;
    border-width: 14px 7px 0 7px;
    top: 13px;
    left: 1px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm {
    border-top: solid 1px #002f87
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm .c-itm__title {
    position: absolute
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01, .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__03, .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 {
    width: 478px;
    float: left
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .c-itm__title, .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__03 .c-itm__title, .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .c-itm__title {
    top: -20px;
    right: -81px;
    text-align: center
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__02, .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 {
    width: 480px;
    float: right
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__02 .c-itm__title, .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 .c-itm__title {
    top: -20px;
    left: -80px;
    text-align: center
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0 62px 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-cts-lyt__primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-cts-lyt__primary .p-cts-lyt__img {
    margin: 22.5px 0 0 65px;
    width: 158px;
    height: 134px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-img-wrap__caption {
    margin: 0 18px 0 36px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-img-wrap__caption .p-cts-lyt__img {
    width: 126px;
    height: 189px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-img-wrap__caption .p-cts-lyt__img .c-img__caption {
    margin-top: 5.5px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__02 {
    margin-top: 132px;
    padding: 29.5px 0 110px 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__02 .p-cts-lyt__primary .p-cts-lyt__img {
    margin: 22.5px 0 0 178px;
    width: 160px;
    height: 138px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__03 {
    padding: 28.5px 0 37px 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__03 .p-cts-lyt__img {
    margin: 16.5px 0 0 65px;
    width: 158px;
    height: 147px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 {
    padding: 29.5px 0 0 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 .p-cts-lyt__img:first-of-type {
    width: 159px;
    height: 154px;
    margin: 18.5px 0 0 175px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 .p-cts-lyt__img:last-of-type {
    width: 286px;
    height: 132px;
    margin: 48px 0 0 100px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 {
    padding: 28.5px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary .p-cts-lyt__img {
    margin: 32.5px 0 0 0;
    width: 185px;
    height: 98px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary .p-cts-lyt__img span {
    font-size: 13px;
    line-height: 1.53;
    top: 0;
    right: -148px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-img-wrap__caption {
    margin: 6px 23px 0 45px
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-img-wrap__caption .p-cts-lyt__img {
    width: 92px;
    height: 132px
  }
  .l-preservation .p-cts-lyt__technology {
    margin-top: 117px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-preservation .p-cts-lyt__technology .p-cts-lyt__txtarea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 51.5px
  }
  .l-preservation .p-cts-lyt__technology .p-cts-lyt__txtarea .c-lyt__txt__title {
    margin-top: 18px
  }
  .l-preservation .p-cts-lyt__technology .p-cts-lyt__txtarea .c-cts__txt {
    letter-spacing: -.025em
  }
  .l-preservation .p-cts-lyt__technology .p-cts-lyt__imgarea .p-cts-lyt__img {
    width: 516px;
    height: 294px;
    margin-left: 30px
  }
  .l-preservation .p-ctswrap__hygiene {
    margin-top: 131px
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 58px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm {
    width: 500px
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__img {
    width: 500px;
    height: 235px
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__txt .c-number {
    top: -23px
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__txt .c-cts__title {
    margin: 0 0 14px 0
  }
  .l-preservation .r-pcc-spl {
    text-align: center
  }
  .l-jamdeck .p-inquiry-wrap__hdg .c-hdg--lv2 {
    font-size: 21px;
    line-height: 1
  }
  .l-jamdeck .c-hdg--lv2.r-bordertype-02 {
    font-size: 27px
  }
  .l-jamdeck .c-hdg--lv2.r-bordertype-01 {
    font-size: 21px
  }
  .l-jamdeck .c-info__itm {
    font-size: 29px;
    color: #002f87
  }
  .l-jamdeck .c-cts__txt {
    font-size: 15px
  }
  .l-jamdeck .c-note {
    font-size: 13px
  }
  .l-jamdeck .c-info__title {
    font-size: 15px;
    line-height: 1.86
  }
  .l-jamdeck .c-info__txt {
    font-size: 15px;
    line-height: 1.86
  }
  .l-jamdeck .c-cts__hdg {
    font-size: 17px;
    line-height: 1.76
  }
  .l-jamdeck .c-jam_flow_box__hdg {
    font-size: 16px;
    line-height: 2
  }
  .l-jamdeck .c-cts__title {
    font-size: 21px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__inr {
    margin: 0 auto;
    width: 1040px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__hdg {
    padding-top: 60px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__txt {
    margin-top: 40px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__txt .c-info__itm {
    margin-bottom: 22.5px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info {
    padding: 20px;
    width: 60%;
    margin: 33.5px auto 41px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .c-info__title {
    margin-bottom: 30px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7em;
    margin-bottom: 10px;
    padding-bottom: 10px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm span {
    font-size: 10px;
    width: 80px;
    margin-top: 4px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist {
    width: 360px;
    margin: 40px auto 0;
    padding-bottom: 60px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist .p-inquiry-wrap__btnlist__itm.r-facebook {
    margin-right: 30px
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist .p-inquiry-wrap__btnlist__itm.r-facebook__fav {
    margin-right: 20px
  }
  .l-jamdeck .l-index-wrap .p-news_cts__itm {
    margin-top: 53px;
    width: 100%
  }
  .l-jamdeck .l-index-wrap .p-news_cts__itm .p-news__cts-title .c-hdg--lv3 {
    font-size: 17px
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14.5px 0
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .c-info__date {
    margin-right: 20px
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .p-news-list__link {
    margin-left: 20px
  }
  .p-news-list__link_none {
    margin-left: 20px;
  }
  .l-jamdeck .l-index-wrap .p-btn-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56.5px
  }
  .l-jamdeck .l-index-wrap .p-btn-list .c-btn-list__itm {
    font-weight: 400;
    width: 230px;
    margin-right: 40px
  }
  .l-jamdeck .l-index-wrap .p-btn-list .c-btn-list__itm:last-of-type {
    margin-right: 0
  }
  .l-jamdeck .p-ctswrap__concept .c-intro__txt {
    margin-top: 51.5px;
    font-size: 17px;
    letter-spacing: 0
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 51.5px
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list .p-concept-list__itm {
    margin-right: 40px
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list .p-concept-list__itm:last-of-type {
    margin-right: 0
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text .left {
    width: 500px;
    margin-right: 40px
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text .right {
    margin-top: -7.5px;
    width: 500px
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text .right .text_2 {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left {
    width: 500px;
    float: left;
    margin-right: 40px
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr th {
    width: 128px;
    padding: 25px 18px;
    font-size: 15px;
    background-color: #f9f9f9
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr td {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: -.008em;
    padding: 25px 20px
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr td .car {
    margin-top: -5px;
    padding-top: 35px
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .right {
    width: 500px;
    float: right
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .right .c-btn-list__itm {
    width: 220px;
    margin-right: 40px;
    margin: 0 auto
  }
  .l-jamdeck .p-cts-lyt__booth .c-booth__subtxt {
    font-size: 13px;
    line-height: 1
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box {
    width: 230px;
    margin-right: 40px;
    margin-bottom: -7.5px;
    padding-bottom: 40px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .p-jam_booth_box__img:after {
    height: 153px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .c-pdc-card__title {
    font-size: 15px;
    line-height: 1;
    margin-top: 20px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .c-pdc-card__title .c-icn {
    margin-left: 10px;
    margin-top: 3px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink:hover .p-jam_booth_box__img {
    width: 230px;
    height: 153px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink:hover .p-jam_booth_box__img:after {
    height: 153px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .c-pdc-card__txt {
    font-size: 15px;
    margin-top: 10.5px
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box:nth-of-type(4n) {
    margin-right: 0
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__howto .p-jam_flow_box {
    padding: 40px 0
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm {
    border-right: solid 1px #ccc;
    width: 175px
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg {
    width: 100%;
    padding: 15px 0
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg:before {
    right: -20px;
    border-width: 23px 0 23px 20px;
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    z-index: 4;
    border-style: solid;
    border-color: transparent transparent transparent #fff
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg:after {
    right: -19px;
    border-width: 23px 0 23px 20px;
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    z-index: 4;
    border-style: solid;
    border-color: transparent transparent transparent #666
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm:last-of-type {
    border-right: none
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm {
    width: auto;
    padding: 21.5px 20px 22.5px;
    letter-spacing: -.035em
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-tbl-list__title {
    height: 58.5px;
    line-height: 1.76;
    font-size: 17px;
    margin-bottom: 15px
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-cts__txtarea {
    margin-top: 35.5px
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-cts__txtarea .c-cts__hdg {
    margin-bottom: 5px
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-cts__txtarea .c-cts__hdg:last-of-type {
    margin-top: 26px
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-txtarea__list .p-txtarea__list__itm {
    margin-bottom: 0
  }
  .p-inquiry-wrap__02 {
    margin-top: 44.5px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__inr {
    padding: 60px 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts {
    width: 500px;
    height: 253px;
    padding: 40px 77px 42px;
    margin-right: 40px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts:last-of-type {
    margin-right: 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-cts__title {
    margin-bottom: 19.5px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-btn-list__itm {
    margin-top: 32.5px;
    width: 350px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-btn-list__itm .c-icn {
    bottom: 13px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-cts__title {
    margin-bottom: 5.5px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__reservation {
    margin-bottom: 20px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__reservation .r-reservation {
    font-size: 12px;
    margin-top: 1px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__itm {
    margin-top: 40.5px
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__itm__sub {
    font-size: 21px;
    margin-top: 20px
  }
  .p-cts__jam-course {
    margin-top: 120px
  }
  .p-cts__jam-course .p-cts__jam-course__about {
    margin-top: 60px
  }
  .p-cts__jam-course .p-cts__jam-course__about .c-cts__txt {
    margin-top: 32.5px
  }
  .p-cts__jam-course .p-cts__jam-course__about .p-cts__tblarea {
    margin-top: 26px
  }
  .p-cts__jam-course .p-cts__jam-course__about .p-cts__tblarea .c-cts__hdg {
    margin-bottom: 12.5px
  }
  .p-cts__jam-course .p-cts__jam-course__about .left {
    width: 500px;
    float: left;
    margin-right: 40px
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit tr th {
    width: 128px;
    background-color: #f9f9f9;
    padding: 25px 18px;
    font-size: 15px
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit tr td {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: -.008em;
    padding: 25px 20px
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit tr td .car {
    margin-top: -5px;
    padding-top: 35px
  }
  .p-cts__jam-course .p-cts__jam-course__about .right {
    width: 500px;
    float: left
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr th {
    width: 128px;
    padding: 25px 18px;
    font-size: 15px;
    background-color: #f9f9f9
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr td {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: -.008em;
    padding: 25px 20px
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr td .car {
    margin-top: -5px;
    padding-top: 35px
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr .c-tbl__img {
    width: 267px;
    height: 115px
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .c-pdc-card__itm__link .c-icn {
    top: 7px;
    right: 0
  }
  .p-cts__flow {
    margin-top: 51.5px
  }
  .p-cts__flow .p-cts__flow__itm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 61px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border {
    width: 230px;
    height: 200px;
    margin-right: 40px;
    margin-bottom: 85px;
    padding: 37.5px 30px 18.5px 30px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border .c-number {
    top: -22px;
    left: 94px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border .c-hdg--lv4 {
    font-size: 17px;
    line-height: 1.76
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border .p-cts__flow__itm__txt {
    margin-top: 26px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border:nth-of-type(4n) {
    margin-right: 0
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border:nth-of-type(5) {
    margin-bottom: 65px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border:nth-of-type(6) {
    margin-bottom: 65px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border:nth-of-type(7) {
    margin-bottom: 65px
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border:nth-of-type(8) {
    margin-bottom: 65px
  }
  .p-cts__flow .c-icn__arrow {
    top: 89px;
    right: -30px;
    width: 30px;
    height: 22px;
    background-image: url(/assets/img/experience/bg_jamdeck_05_pc.png);
    background-repeat: no-repeat;
    background-size: contain
  }
  .p-cts__flow .c-icn__arrow.r-type02 {
    top: 200px;
    right: 108px;
    width: 828px;
    height: 60px;
    background-image: url(/assets/img/experience/bg_jamdeck_06.png);
    background-repeat: no-repeat;
    background-position: right
  }
  .p-cts__flow .c-icn__arrow.r-type03 {
    top: 200px;
    right: 108px;
    width: 423px;
    height: 58px;
    background-image: url(/assets/img/experience/bg_jamdeck_07.png);
    background-repeat: no-repeat;
    background-size: contain
  }
  .p-cts__notice-wrap {
    margin-top: 40px
  }
  .p-cts__notice-wrap .c-cts__hdg {
    margin-bottom: 14px
  }
  .p-cts__notice-wrap .p-cts__notice-list {
    margin-bottom: 30px
  }
  .p-inquiry-wrap__03 {
    margin-top: 120px;
    margin-bottom: -130px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__inr {
    padding: 60px 0
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts {
    width: 100%;
    height: auto;
    padding: 40px 77px 41px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-faq {
    height: 225px;
    margin-bottom: 20px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-faq .c-cts__title {
    margin-bottom: 19.5px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-faq .c-btn-list__itm {
    margin: 33.5px auto 0;
    width: 320px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send {
    padding: 38.5px 77px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-cts__title {
    margin-bottom: 24.5px;
    line-height: 1.42
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-note:first-of-type {
    margin-top: 7px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-note:last-of-type {
    margin-top: 35.5px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-btn-list__itm {
    margin: 33px auto 0;
    width: 360px
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-btn-list__itm__cnt {
    left: 5px
  }
  .l-jmg__cts .p-cts__vis__txt {
    font-size: 15px;
    line-height: 2
  }
  .l-jmg__cts .c-link-list__itm__link {
    font-size: 15px;
    line-height: 1.6
  }
  .l-jmg__cts .c-hdg--lv2 {
    font-size: 21px;
    line-height: 1.33
  }
  .l-jmg__cts .c-hdg--lv3 {
    font-size: 17px;
    line-height: 1.64
  }
  .l-jmg__cts .c-cts__txt, .l-jmg__cts .c-lyt__list__itm {
    font-size: 15px
  }
  .l-jmg__cts .c-lyt__txt__hdg {
    font-size: 15px
  }
  .l-jmg__cts .c-img__caption {
    font-size: 13px;
    line-height: 2;
    margin-top: 13.5px
  }
  .l-jmg__cts .c-note {
    font-size: 13px;
    line-height: 2.3;
    margin: 2px 0 2px 0
  }
  .l-jmg__cts .p-cts__vis {
    padding: 55.5px 0 64.5px 39px;
    background-image: url(/assets/img/experience/knowledge/bg_jamguide_01_pc.jpg)
  }
  .l-jmg__cts .p-link-list {
    background-color: #eaf4fb;
    padding: 25.5px 115px 25.5px 30px
  }
  .l-jmg__cts .p-link-list .p-link-list__itm {
    margin: 0 60px 27.5px 0
  }
  .l-jmg__cts .p-link-list .p-link-list__itm:nth-of-type(4) {
    margin-right: 0
  }
  .l-jmg__cts .p-link-list .p-link-list__itm:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .l-jmg__cts .p-link-list .p-link-list__itm .c-link-list__itm__link .c-icn {
    width: 7px;
    height: 7px;
    border-right: solid 1px #0071ce;
    border-bottom: solid 1px #0071ce;
    top: 0
  }
  .l-jmg__cts .p-lyt__list {
    padding-left: 15px
  }
  .l-jmg__cts .p-lyt__list.p-lyt__01 .c-lyt__list__itm:first-of-type {
    margin-bottom: 30px
  }
  .l-jmg__cts .p-cts__txtarea {
    margin-top: 14px
  }
  .l-jmg__cts .p-card__cts__list-secondaly .c-card__cts__list__itm {
    margin-right: 26px
  }
  .l-jmg__cts .p-ctswrap {
    margin-top: 56.5px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box:not(:first-of-type) {
    margin-top: 47px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts {
    padding: 22.5px 0 22.5px 30px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .c-card__title {
    margin-bottom: 5px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__list .c-list__txt {
    margin-left: 5px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__list .c-list__txt:before {
    margin-right: 5px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts.r-material .p-card__cts__list:first-of-type {
    margin-right: 45px
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts.r-material .p-card__cts__list:last-of-type {
    margin-left: 45px
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary .p-cts-lyt__txtarea {
    width: 360px;
    margin-top: -8px
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list {
    padding-left: 18px
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    letter-spacing: -.040em
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary .p-cts-lyt__imgarea .p-cts-lyt__img {
    width: 324px;
    height: auto
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary {
    margin: 22.5px 0 30px 0
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__txtarea {
    width: 360px
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__imgarea .p-cts-lyt__img {
    width: 324px;
    height: 221px
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts__txtarea {
    margin-top: 22.5px
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts__txtarea .c-cts__txt.r-caution {
    margin-top: 30px;
    margin-left: -8px
  }
  .l-jmg__cts .p-ctswrap #p-box02 .p-lyt__list .c-lyt__list__itm {
    margin-bottom: 30px
  }
  .l-jmg__cts .p-ctswrap #p-box08 .p-cts__txtarea {
    margin-top: 51px
  }
  .l-knowledge .text {
    font-size: 15px;
    line-height: 1
  }
  .l-knowledge .l-pdc__index__list .p-pdc-card__txtarea {
    line-height: 2
  }
  .l-jamstory .section_01 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-jamstory .section_01 .jam_box {
    margin-top: -7.5px
  }
  .l-jamstory .section_02 .u-clearfix .left {
    width: 365px;
    float: left;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: -7.5px
  }
  .l-jamstory .section_02 .u-clearfix .left .p_02 {
    margin-top: 22.5px
  }
  .l-jamstory .section_02 .u-clearfix .right {
    width: 365px;
    float: right
  }
  .l-jamstory .section_03 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-jamstory .section_03 .jam_box {
    margin-top: -7.5px
  }
  .l-jamstory .section_03 .jam_box .p_02, .l-jamstory .section_03 .jam_box .p_04, .l-jamstory .section_03 .jam_box .p_05, .l-jamstory .section_03 .jam_box .p_06 {
    margin-top: -7.5px;
    padding-top: 30px
  }
  .l-jamstory .section_03 .jam_box .p_03 {
    margin-top: -7.5px;
    padding-top: 40px
  }
  .l-jamstory .section_03 .jam_box .img_01 {
    margin-top: -7.5px;
    padding-top: 30px;
    max-width: 65%
  }
  .l-jamstory .section_03 .jam_box .img_01 .lightgray {
    font-size: 13px;
    line-height: 1
  }
  .l-inquiry .c-flowchart__itm {
    font-size: 15px;
    line-height: 2
  }
  .l-inquiry .c-hdg--lv2.r-bordertype-02 {
    font-size: 27px;
    line-height: 1
  }
  .l-inquiry .c-cts__txt, .l-inquiry .c-form-checkbox__label, .l-inquiry .c-form-radio__label {
    font-size: 15px
  }
  .l-inquiry .c-txtarea__link {
    font-size: 15px
  }
  .l-inquiry .c-tbl__head {
    font-size: 15px;
    line-height: 1.66
  }
  .l-inquiry:placeholder-shown {
    font-size: 14px
  }
  .l-inquiry .p-txtarea__notice .c-note {
    font-size: 13px
  }
  .l-inquiry .r-inquiry__title .c-hdg--lv2 {
    margin-bottom: 18.5px
  }
  .l-inquiry .r-inquiry__title {
    margin-bottom: 33.5px
  }
  .l-inquiry .c-cts__hdg {
    font-size: 21px;
    line-height: 1.42
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box {
    width: 500px;
    padding-top: 35.5px
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box .p-btn-list__itm {
    width: 260px
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-pdc__qa {
    margin-right: 40px;
    padding-bottom: 75px
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-pdc__qa .p-btn-list__itm {
    margin: 56.5px auto 0
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa {
    padding-bottom: 33.5px
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa .p-btn-list__itm {
    margin: 37.5px auto 33.5px
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa .c-txtlink__secondary span {
    margin-left: 10px
  }
  .l-inquiry .p-cts-lyt__3col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .l-inquiry .p-cts-lyt__3col .c-cts__hdg {
    letter-spacing: -.09rem
  }
  .l-inquiry .p-cts-lyt__3col .c-cts__txt {
    padding: 20.3px 0 23.5px;
    display: block;
    min-height: 190px
  }
  .l-inquiry .p-cts-lyt__3col .p-btn-list__itm {
    width: 260px;
    margin-bottom: 0
  }
  .l-inquiry .p-cts-lyt__3col .c-txt__sub {
    margin: 20px 0 40px
  }
  .l-inquiry .p-cts-lyt__3col .p-inq__area {
    padding: 20.5px 0
  }
  .l-inquiry .p-cts-lyt__3col .p-cts-lyt__qa__box {
    width: 320px;
    padding: 35.5px 30px 40px
  }
  .l-inquiry .p-cts-lyt__3col .p-cts-lyt__qa__box.r-pdc__inq {
    margin-right: 40px
  }
  .l-inquiry .p-cts-lyt__3col .p-cts-lyt__qa__box.r-cmp__inq {
    margin-right: 40px
  }

/*2020-06-22*/
  .l-inquiry .p-cts-lyt__2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .l-inquiry .p-cts-lyt__2col .c-cts__hdg {
    letter-spacing: -.09rem
  }
  .l-inquiry .p-cts-lyt__2col .c-cts__txt {
    padding: 20.3px 0 56.5px;
    display: block;
  }
  .l-inquiry .p-cts-lyt__2col .p-btn-list__itm {
    width: 260px;
    margin-bottom: 0
  }
  .l-inquiry .p-cts-lyt__2col .c-txt__sub {
    margin: 20px 0 40px
  }
  .l-inquiry .p-cts-lyt__2col .p-inq__area {
    padding: 20.5px 0
  }
  .l-inquiry .p-cts-lyt__2col .p-cts-lyt__qa__box {
    width: 500px;
    padding: 35.5px 30px 40px
  }
  .l-inquiry .p-cts-lyt__2col .p-cts-lyt__qa__box.r-pdc__inq {
    margin-right: 40px
  }
  .l-inquiry .p-cts-lyt__2col .p-cts-lyt__qa__box.r-cmp__inq {
    margin-right: 40px
  }
/*2020-06-22_end*/

  .l-inquiry .p-flowchart__list {
    height: 40px
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm {
    padding: 4.5px 0
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm:first-of-type {
    width: 330px
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm:nth-of-type(2) {
    width: 354px
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm:last-of-type {
    width: 354px
  }
  .l-inquiry .p-flowchart__list.r-form {
    background-image: url(/assets/img/inquiry/img_form_01_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover
  }
  .l-inquiry .p-flowchart__list.r-confirm {
    background-image: url(/assets/img/inquiry/img_confirm_01_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover
  }
  .l-inquiry .p-flowchart__list.r-complete {
    background-image: url(/assets/img/inquiry/img_complete_01_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover
  }
  .l-inquiry .p-txtarea {
    margin-top: 32.5px
  }
  .l-inquiry .p-txtarea .c-txtarea__link {
    margin-top: 5px
  }
  .l-inquiry .p-txtarea .c-txtarea__link .c-icn {
    margin: 2px 0 0 10px
  }
  .l-inquiry .p-txtarea .c-intro__txt {
    margin-top: 46px
  }
  .l-inquiry .p-txtarea .c-intro__txt .c-txticon {
    margin-right: 10px
  }
  .l-inquiry .p-tbl {
    margin-top: 33.5px
  }
  .l-inquiry .p-btnwrap .c-btn-list__itm {
    width: 160px!important;
    height: 40px
  }
  .l-inquiry .p-txtarea__notice {
    text-align: center;
    margin-top: 35.5px
  }
  .l-inquiry .p-txt__error {
    padding: 20px
  }
  .l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link {
    margin-top: 10px
  }
  .l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link .c-icn {
    margin-left: 5px
  }
  .l-blueflag {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-blueflag .p-cts-lyt__primary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-blueflag .p-cts-lyt__primary .p-cts-lyt__imgarea, .l-blueflag .p-cts-lyt__primary .p-cts-lyt__txtarea {
    width: 500px
  }
  .l-blueflag .p-ctswrap__start .p-cts__title_03 {
    margin-top: 25px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__imgarea .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 10px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__imgarea .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 10px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata .p-cts-lyt__imgarea .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 10px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts__title .p-cts__title_03 {
    margin-top: 25px
  }
  .l-blueflag .p-ctswrap__belief .p-cts__title_03 {
    margin-top: 25px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__imgarea .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 10px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__imgarea .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 10px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea .p-img-wrap__caption {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea .p-img-wrap__caption .p-cts-lyt__img {
    max-width: 57%
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea .p-img-wrap__caption .p-cts-lyt__img .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 20px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts__title_03 {
    margin-top: 25px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__imgarea {
    position: relative
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__imgarea .p-cts-lyt__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 65px auto 0 auto;
    max-width: 83.6%
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__future .p-cts__title_03 {
    margin-top: 25px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__imgarea .c-img__caption {
    font-size: 13px;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 10px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits {
    margin-top: 60px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits .p-cts-lyt__txtarea .p-cts__title_02 {
    margin-bottom: 32.5px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin-top: -7.5px;
    padding-top: 45px
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits .p-cts-lyt__txtarea .p-cts-lyt__txt .r-mt-0 {
    margin-top: 0;
    padding-top: 0
  }
  .l-jamday .section_01 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-jamday .section_01 .jam_box,
  .l-point .section_01 .jam_box,
  .l-sugarcontent .section_01 .jam_box,
  .l-preservedstyle .section_01 .jam_box,
  .l-pectin .jam_box,
  .l-jammarmalade .jam_box {
    margin-top: -7.5px
  }
  .l-jamday .section_02 .u-clearfix .left,
  .l-point .section_02 .u-clearfix .left,
  .l-sugarcontent .section_02 .u-clearfix .left,
  .l-preservedstyle .section_02 .u-clearfix .left,
  .l-pectin .section_02 .u-clearfix .left,
  .l-jammarmalade .section_02 .u-clearfix .left {
    width: 500px;
    float: left;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: -7.5px
  }
  .l-jamday .section_02 .u-clearfix .left .p_02,
  .l-point .section_02 .u-clearfix .left .p_02,
  .l-sugarcontent .section_02 .u-clearfix .left .p_02,
  .l-preservedstyle .section_02 .u-clearfix .left .p_02,
  .l-pectin .jam_box .p_02,
  .l-pectin .jam_box .p_03,
  .l-jammarmalade .jam_box .p_02,
  .l-jammarmalade .jam_box .p_03 {
    margin-top: -7.5px;
    padding-top: 30px
  }
  .l-jamday .section_02 .u-clearfix .right,
  .l-mold .section_02 .u-clearfix .right,
  .l-point .section_02 .u-clearfix .right,
  .l-sugarcontent .section_02 .u-clearfix .right,
  .l-preservedstyle .section_02 .u-clearfix .right,
  .l-pectin .section_02 .u-clearfix .right,
  .l-jammarmalade .section_02 .u-clearfix .right {
    width: 230px;
    float: right
  }
.l-cminfo .movie_box {
    width: 770px;
    height: 433px;
    margin-top: 40px;
    margin-bottom: 40px
  }
  .l-cminfo .movie_box iframe {
    width: 770px!important;
    height: 433px!important
  }
  .l-cminfo .l-lyt__2col--left {
    width: 365px!important
  }
  .l-cminfo .l-lyt__2col--right {
    width: 365px!important
  }
  .l-cminfo .section_01 .narration_super {
    margin-top: -7.5px
  }
  .l-cminfo .section_01 .narration_super .box_title_03 {
    font-size: 17px;
    line-height: 1
  }
  .l-cminfo .section_01 .narration_super .p_01 {
    margin-top: 30px
  }
  .l-cminfo .section_01 .narration_super .p_02, .l-cminfo .section_01 .narration_super .p_03 {
    margin-top: -7.5px;
    padding-top: 30px
  }
  .l-cminfo .section_02 .narration_super {
    margin-top: -7.5px
  }
  .l-cminfo .section_02 .narration_super .movie_box {
    width: 770px;
    height: 433px
  }
  .l-cminfo .section_02 .narration_super .box_title_03 {
    font-size: 17px;
    line-height: 1
  }
  .l-cminfo .section_02 .narration_super .p_01 {
    margin-top: 30px
  }
  .l-cminfo .section_02 .narration_super .p_02, .l-cminfo .section_02 .narration_super .p_03, .l-cminfo .section_02 .narration_super .p_04 {
    margin-top: -7.5px;
    padding-top: 30px
  }
  .l-cminfo .section_03 {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0
  }
  .l-cminfo .section_03 .movie_box {
    width: 770px;
    height: 433px
  }
  .l-cminfo .section_03 .narration_super {
    margin-top: -7.5px
  }
  .l-cminfo .section_03 .narration_super .box_title_03 {
    font-size: 17px;
    line-height: 1
  }
  .l-cminfo .section_03 .narration_super .p_01 {
    margin-top: 30px
  }
  .l-cminfo .section_03 .narration_super .p_02, .l-cminfo .section_03 .narration_super .p_03, .l-cminfo .section_03 .narration_super .p_04, .l-cminfo .section_03 .narration_super .p_05, .l-cminfo .section_03 .narration_super .p_06 {
    margin-top: -7.5px;
    padding-top: 30px
  }
  .l-cminfo .section_03 .narration_super .img_01 {
    margin-top: -7.5px;
    padding-top: 30px
  }
  .l-cminfo .section_03 .narration_super .img_01 .lightgray {
    font-size: 13px;
    line-height: 1
  }
  .l-cminfo .section_03 .p-link__card .p-link__card__link {
    width: 770px;
    padding: 18px 54px 18px 28px
  }
  .l-cminfo .p-ctswrap__box {
    margin-top: 80px
  }
  .l-cminfo .p-ctswrap__box .title_04 {
    font-size: 17px;
    line-height: 1
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea {
    width: 360px;
    margin-top: -8px
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    letter-spacing: -.04em
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea .c-btn-list__itm {
    width: 300px;
    margin-top: 22.5px
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__imgarea {
    margin-top: -47px
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__imgarea .p-cts-lyt__img {
    width: 365px;
    height: 200px
  }
  .c-cts__txt {
    font-size: 15px
  }
  .c-note {
    font-size: 13px
  }
  .c-cts__hdg {
    font-size: 17px;
    line-height: 1.76
  }
  .c-ctslist__link {
    font-size: 15px
  }
  .c-link-list__itm__link {
    font-size: 15px;
    line-height: 1.6
  }
  .c-pdc-card__itm__link .c-icn {
    margin-top: .5em;
    margin-left: .5em
  }
  .l-pdc__index__list .r-pdc-index {
    margin: 0 40px 40px 0
  }
  .l-pdc__index__list.l-pdc__index__list__cmp .r-pdc-index:nth-of-type(2) {
    margin: 0 40px 40px 0
  }
  .l-pdc__index__list.l-pdc__index__list__cmp .r-pdc-index:nth-of-type(3n) {
    margin: 0 0 40px 0
  }
  .p-tbl-2col__primary {
    width: 365px
  }
  .p-tbl-2col__primary .c-tbl__title {
    border-bottom: 1px solid #ccc;
    width: 100px;
    padding: 30px 15px 25px 20px
  }
  .p-tbl-2col__primary .c-tbl__txt {
    padding: 30px 20px 25px 20px;
    width: 265px
  }
  .p-cts__txtarea {
    margin-top: 35.5px;
    margin-bottom: 40px
  }
  .p-cts__txtarea .p-txtarea__list .p-txtarea__list__itm {
    margin-bottom: 26px
  }
  .p-cts__txtarea .p-txtarea__list .c-cts__hdg {
    margin: 0 0 5px 0
  }
  .c-column.p-column__cmp {
    margin-bottom: 40px
  }
  .p-ctswrap__box.p-cts-lyt__group {
    padding: 20px
  }
  .p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__primary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left {
    width: 484px!important
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea {
    margin-top: -8px;
    margin-right: 40px
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea .p-lyt__list {
    margin-bottom: 40px
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    letter-spacing: -.04em
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea .p-btn-list__itm {
    width: 300px;
    margin: 22.5px 0 0 0
  }
  .p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__imgarea {
    width: 244px;
    height: 220px;
    margin-top: -36px
  }
  .p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__imgarea img {
    height: 80%
  }
  .p-btn-list__itm.r-company {
    width: 220px
  }
  .p-ctswrap-r {
    margin-bottom: 40px
  }
  .p-ctswrap-r .u-img-wrap {
    width: 170px;
    height: 40px
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__txtarea {
    display: block;
    float: left;
    width: 365px
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__txtarea .c-cts__hdg {
    margin: 20px 0
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__imgarea {
    display: inline;
    max-width: 300px
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__imgarea.u-right {
    float: right;
    margin: 7.5px 0 20px 40px
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__imgarea.u-fleft {
    float: left;
    margin: 7.5px 40px 20px 0
  }
  .p-2clm-lyt__imgrt .p-ctswrap-r {
    margin: -7.5px 0 40px 0;
    padding-top: 35px
  }
  .p-2clm-lyt__imgrb .p-2clm-lyt__imgrb__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 770px;
    margin-top: -7.5px;
    padding-top: 30px
  }
  .p-2clm-lyt__imgrb .p-2clm-lyt__imgrb__box .p-2clm-lyt__txtarea {
    width: 365px;
    margin-top: -7.5px
  }
  .p-2clm-lyt__imgrb .p-2clm-lyt__imgrb__box .p-2clm-lyt__imgarea {
    width: 365px;
    margin-left: 40px
  }
  .p-link__card__kabu {
    width: 770px;
    margin-bottom: 40px
  }
  .p-link__card__kabu .p-link__hdg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .p-link__card__kabu .p-link__hdg .p-link__txt {
    width: 485px;
    display: inline-block
  }
  .p-link__card__kabu .p-link__hdg .p-link__img {
    width: 230px;
    height: 34px;
    margin: auto 0 auto 67px
  }
  .p-link__card__edinet {
    margin-bottom: 40px
  }
  .p-link__card__edinet .p__txt {
    width: 770px;
    display: inline-block
  }
  .p-link__card__edinet .p__img {
    margin-top: 30px;
    width: 230px;
    height: 28px
  }
  .p-newsdetail__title {
    padding-bottom: 33.5px
  }
  .p-newsdetail__title .c-title__sub {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 1.5px
  }
  .p-newsdetail__title .c-newsdetail__title {
    font-size: 27px;
    line-height: 1.74;
    margin-bottom: 2.5px
  }
  .p-newsdetail__title .c-title__date {
    font-size: 13px;
    line-height: 1.74
  }
  .p-btn-list__itm .c-btn-list__itm__link.r-600 {
    width: 600px!important;
    margin: 0 auto
  }
  .p-btn-list__itm .c-btn-list__itm__link.r-365 {
    width: 365px!important;
    margin: 0 auto
  }
  .p-btn-list__itm .c-btn-list__itm__link.r-230 {
    width: 230px!important;
    margin: 0 auto
  }
  .p-list.p-list__ol.r-newsdetail .p-list__itm {
    margin-bottom: 7.5px
  }
  .l-maincts-base .r-bordertype-02-wrap.r-fullwidth {
    margin-top: 120px;
    padding-bottom: 10px
  }
  .l-maincts-base .r-bordertype-02-wrap.r-fullwidth .c-hdg--lv2 {
    font-size: 21px
  }
  .l-maincts-base .p-hdgwrap__lv3 {
    margin-bottom: 30px;
    margin-top: 40px
  }
  .l-maincts-base .p-hdgwrap__lv3 .c-hdg--lv3 {
    font-size: 17px
  }
  .l-maincts-base .c-column, .l-maincts-base .c-tgl, .l-maincts-base .l-lyt__2col, .l-maincts-base .l-lyt__3col, .l-maincts-base .l-pdc__index__lis, .l-maincts-base .p-2clm-lyt__imgrt, .l-maincts-base .p-btn-list__itm.r-1line, .l-maincts-base .p-btn-list__itm.r-2line, .l-maincts-base .p-btn-list__itm.r-3line, .l-maincts-base .p-column__cmp, .l-maincts-base .p-cts__notice-wrap, .l-maincts-base .p-cts__txtarea, .l-maincts-base .p-ctslist, .l-maincts-base .p-ctslist-wrap, .l-maincts-base .p-ctslist__report, .l-maincts-base .p-ctswrap-r, .l-maincts-base .p-ctswrap__box, .l-maincts-base .p-link-list, .l-maincts-base .p-list, .l-maincts-base .p-list__ol, .l-maincts-base .p-tbl {
    margin-bottom: 40px
  }
  .l-maincts-base .p-btn-list {
    margin-bottom: 40px
  }
  .l-maincts-base .p-cts__txtarea .p-txtarea__list__itm {
    margin-bottom: 20px
  }
  .l-maincts-base .c-cts__hdg {
    margin-bottom: 15px
  }
  .l-maincts-base .p-pdc-card.r-pdc-index .p-pdc-card__link:hover:after {
    height: 230px;
    width: 230px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .l-maincts-base .p-ctslist__3col .p-ctslist__link.r-blank-primary .c-icn {
    right: 10px;
    top: 200px
  }
  .l-maincts-news .p-news-list__itm {
    padding: 19.5px 0 16.5px 0
  }
  .l-maincts-news .p-news-list__itm .c-info__date {
    font-size: 13px;
    line-height: 1.38
  }
  .l-maincts-news .p-news-list__itm .c-txticonlist {
    margin-left: 10px
  }
  .l-maincts-news .p-news-list__itm .c-txticonlist .c-txt-icon__var {
    height: 18px;
    font-size: 10px;
    padding: 4px 7px
  }
  .l-maincts-news .p-news-list__itm .p-news-list__link {
    margin-top: 2px
  }
  .l-maincts-news .c-cts__hdg {
    margin-bottom: 20px!important
  }
  .l-pdc__index__list.r-fullwidth {
    width: 770px;
    margin: 0 auto
  }
  .l-pdc__index__list.r-fullwidth .p-pdc-card.r-pdc-index {
    width: 230px
  }
  .l-pdc__index__list.r-fullwidth .p-pdc-card.r-pdc-index .p-pdc-card__img {
    width: 230px;
    height: 230px
  }
  .l-lyt__2col.r-2x1__left.r-bdr {
    padding: 20px
  }
  .l-lyt__2col.r-2x1__left.r-bdr .l-lyt__2col--left {
    width: 484px
  }
  .l-lyt__2col.r-2x1__right.r-bdr {
    padding: 20px
  }
  .l-lyt__2col.r-2x1__right.r-bdr .l-lyt__2col--right {
    width: 484px
  }
  .c-img__caption {
    font-size: 13px;
    margin-top: 10px
  }
  .l-qa .p-intro {
    margin: -7.5px auto 41px
  }
  .l-qa .c-tgl .c-tgl__itm__cnt {
    padding: 25.5px 30px 22.5px
  }
  .l-qa .c-pdc-card__itm__link .c-icn {
    top: 10px;
    right: 1px
  }
  .l-qa .l-lyt__2col .l-lyt__2col--left {
    margin-right: 35px;
    width: 400px
  }
  .l-qa .l-lyt__2col .l-lyt__2col--left .c-cts__txt {
    margin-top: -7.5px
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right {
    width: 275px;
    letter-spacing: -.025em
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title {
    padding: 12px 20px
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title:first-of-type {
    width: 190px
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title:last-of-type {
    width: 85px
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title__sub {
    font-size: 15px;
    line-height: 1.66;
    padding: 12px 20px;
    letter-spacing: -.050em
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__txt {
    padding: 12px 20px
  }
  .p-linkarea .p-linkarea__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .p-linkarea .p-linkarea__left {
    width: 500px;
    margin-right: 40px
  }
  .p-linkarea .p-linkarea__right {
    width: 770px;
    margin:0 auto
  }
  .p-company.p-linkarea__list__sub {
    width: 770px;
    margin:0 auto
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm {
    margin: 0 40px 40px 0;
    width: 230px
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm:last-of-type {
    margin-bottom: 0
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .p-linkarea .p-linkarea__list__sub .p-linkarea__list__itm {
    margin: 40px 40px 0 0;
    width: 230px
  }
  .p-linkarea .p-linkarea__list__sub .p-linkarea__list__itm:last-of-type {
    margin-right: 0
  }
  .p-linkarea .p-linkarea__cts__title {
    font-size: 15px;
    line-height: 1;
    margin-top: 20px
  }
  .p-news_cts__itm {
    width: 500px
  }
  .p-news_cts__itm:first-of-type {
    margin-right: 40px
  }
  .p-news_cts__itm .c-btn-list {
    width: 200px;
    margin: 40px auto 0
  }
  .p-tech-list .p-tech-list__itm {
    width: 230px;
    height: auto
  }
  .p-tech-list .p-tech-list__itm .p-tech-list__itm__img {
    width: 230px;
    height: 155px
  }
  .p-tech-list .p-tech-list__itm p {
    font-size: 15px;
    line-height: 2;
    margin-top: 12.5px
  }
  .p-company-wrap .c-btn-list {
    margin: 42.5px auto 0;
    width: 180px
  }
  .l-sitemap .p-sitemap__category {
    margin-bottom: 80px
  }
  .l-sitemap .p-cts-title {
    margin-bottom: 22.5px
  }
  .l-sitemap .p-cts-title__link .c-cts-title__sub {
    width: 12px;
    height: 12px;
    margin-left: 10px
  }
  .l-sitemap .p-sitemaplist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-sitemap .p-sitemaplist .p-sitemaplist__itm {
    width: 33%;
    margin-bottom: 10px
  }
  .l-sitemap .p-sitemaplist .p-sitemaplist__link {
    font-size: 15px
  }
  .c-attention {
    padding: 32px 40px;
    font-size: 14px
  }
  .p-cts__notice-wrap {
    margin-bottom: 40px;
    padding: 33.5px 40px 32.5px
  }
  .c-adobe-reader-txt {
    padding-left: 25px
  }
  .c-adobe-reader-txt:before {
    top: 1px;
    width: 20px;
    height: 20px
  }
  .p-link__card__pdf {
    width: 770px;
    padding: 30px;
    margin-bottom: 40px
  }
  .p-link__card__pdf .p-link__hdg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .p-link__card__pdf .p-link__hdg .p-link__txt {
    width: 500px;
    display: inline-block
  }
  .p-link__card__pdf .p-link__hdg .p-link__txt .c-pdc-card__itm__link .c-icn {
    top: 10px;
    right: 2px
  }
  .p-link__card__pdf .p-link__hdg .p-link__img {
    width: 158px;
    height: 39px;
    margin: auto 0 auto 40px
  }
  .c-btn-list {
    margin-top: 30px
  }
  .c-btn-list__itm.r-1line {
    height: 40px
  }
  .c-btn-list__itm.r-1line--pc {
    height: 40px
  }
  .p-btn-list__itm.r-2line {
    height: 62px
  }
  .p-btn-list__itm.r-2line--pc {
    height: 62px
  }
  .c-btn-list__itm__link {
    font-size: 14px
  }
  .is-safari .c-btn-list__itm__link:before {
    -webkit-transform: rotate(-45deg) perspective(0);
    transform: rotate(-45deg) perspective(0)
  }
  .c-btn-list__itm__link[data-role=modal-close]:hover .c-btn-list__itm__cnt:before {
    border-color: #fff;
    -webkit-transition: border-color .4s ease .185s;
    transition: border-color .4s ease .185s
  }
  .c-btn-list__itm__link[data-role=modal-close]:hover .c-btn-list__itm__cnt:after {
    border-color: #fff;
    -webkit-transition: border-color .4s ease .185s;
    transition: border-color .4s ease .185s
  }
  .c-btn-list__itm__cnt {
    font-size: 15px
  }
  .l-main--2col .c-btn-list.r-1col .c-btn-list__itm {
    width: 100%
  }
  .l-main--2col .c-btn-list.r-2col .c-btn-list__itm {
    width: 375px;
    margin-right: 24px
  }
  .l-main--2col .c-btn-list.r-2col .c-btn-list__itm:nth-of-type(2n) {
    margin-right: 0
  }
  .l-main--2col .c-btn-list.r-3col .c-btn-list__itm {
    width: 242px
  }
  .l-main--2col .c-btn-list.r-3col .c-btn-list__itm:nth-of-type(3n) {
    margin-right: 0
  }
  .l-main--2col .c-btn-list.r-3col .c-btn-list__itm + .c-btn-list__itm {
    margin-left: 24px
  }
  .l-main--2col .c-column .c-btn-list.r-2col .c-btn-list__itm {
    width: 345px
  }
  .l-main--2col .c-column .c-btn-list.r-3col .c-btn-list__itm {
    width: 222px
  }
  .c-btn-list.r-center .c-btn-list__itm {
    display: inline-block
  }
  .c-btn-list.r-type01 .c-btn-list__itm {
    width: 100%
  }
  .c-btn-list.r-type01 .c-btn-list__itm:nth-of-type(1) {
    margin-top: 0
  }
  .c-btn-list.r-type02 .c-btn-list__itm {
    width: calc((100% - 3.1%)/ 2);
    margin-right: 3.1%
  }
  .c-btn-list.r-type02 .c-btn-list__itm:nth-of-type(2n) {
    margin-right: 0
  }
  .c-btn-list.r-type02 .c-btn-list__itm:nth-of-type(-n+2) {
    margin-top: 0
  }
  .c-btn-list.r-type03 .c-btn-list__itm {
    width: calc((100% - 3.1% * 2 - 1px)/ 3);
    margin-right: 3.1%
  }
  .c-btn-list.r-type03 .c-btn-list__itm:nth-of-type(3n) {
    margin-right: 0
  }
  .c-btn-list.r-type03 .c-btn-list__itm:nth-of-type(-n+3) {
    margin-top: 0
  }
  .c-btn-list.r-center01 .c-btn-list__itm {
    width: calc((100% - 3.1%)/ 2);
    margin: 0 auto
  }
  .c-btn-list.r-center02 .c-btn-list__itm {
    width: 23.26%;
    margin: 0 auto
  }
  .c-btn-list.r-center03 .c-btn-list__itm {
    width: calc((100% - 24px * 2)/ 3);
    margin: 0 auto
  }
  .p-btn-list__itm {
    height: 40px;
    margin: 0 auto 40px
  }
  .p-btn-list__itm .c-btn-list__itm__link {
    font-size: 14px
  }
  .is-safari .p-btn-list__itm .c-btn-list__itm__link:before {
    -webkit-transform: rotate(-45deg) perspective(0);
    transform: rotate(-45deg) perspective(0)
  }
  .l-maincts-base .p-btn-list__itm .c-btn-list__itm__link {
    padding: 5px;
    max-width: 365px;
    margin: 0 auto
  }
  .l-maincts-base .p-btn-list__itm .c-btn-list__itm__link .c-icn {
    right: 11px;
    width: 11px;
    height: 11px
  }
  .l-maincts-base .p-btn-list.r-2col .p-btn-list__itm {
    width: 365px;
    margin: 0 40px 0 0
  }
  .c-column {
    padding: 40px
  }
  .c-column .c-hdg--lv3 {
    font-size: 17px
  }
  .c-column__cnt {
    padding-top: 25px
  }
  .c-column .c-sec__lyt__node__cts {
    font-size: 15px;
    line-height: 2
  }
  .c-column .c-group {
    margin-right: 16px;
    width: 10px
  }
  .c-column .c-txt {
    padding-left: 14px
  }
  .c-column .c-column__subtxt {
    font-size: 13px;
    line-height: 2.3
  }
  .c-column .c-txt-link__title {
    line-height: 2;
    font-size: 15px
  }
  .c-column .c-txt-link {
    font-size: 15px;
    line-height: 1
  }
  .c-column .c-txt-link span {
    margin-left: 2px;
    width: 11px;
    height: 11px
  }
  .c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts {
    margin-bottom: 24px
  }
  .c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts:before {
    font-size: 20px;
    margin: 5px 16px 0 2px
  }
  .c-sec__lyt__node.p-list__tertiary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts {
    width: 33.333%;
    margin-bottom: 2px
  }
  .c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-title {
    margin-right: 16px
  }
  .c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-txt {
    padding-left: 16px
  }
  .c-column.p-column__rcp01 .p-list__primary .c-sec__lyt__node__cts .c-title {
    width: 350px
  }
  .c-column.p-column__rcp01 .p-list__primary .c-sec__lyt__node__cts .c-txt {
    width: 200px;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset
  }
  .c-column.p-column__rcp01 .p-list__primary .c-sec__lyt__node__cts .c-txt span {
    float: right;
    margin-left: 20px
  }
  .c-column.p-column__rcp01 .p-list__secondary .c-sec__lyt__node__cts {
    margin-bottom: 25px
  }
  .c-column.p-column__rcp01 .c-sec__lyt__node__cts {
    margin-bottom: 2px
  }
  .c-column.p-column__rcp01 .c-title {
    width: 280px;
    padding: 0 13px 0 17px
  }
  .c-column.p-column__rcp03 {
    padding: 39px
  }
  .c-column.p-column__rcp03 .p-list__tertiary .c-sec__lyt__node__cts {
    padding-left: 40px
  }
  .c-column.p-column__rcp03 .p-list__tertiary .c-sec__lyt__node__cts:first-of-type {
    padding-left: 0
  }
  .c-column.p-column__rcp03 .p-list__tertiary .c-sec__lyt__node__cts:nth-of-type(4) {
    padding-left: 0
  }
  .c-column.p-column__rcp03 .p-list__tertiary .c-title {
    width: 90px
  }
  .c-column.p-column__pdc01 .c-column__hdgwrap .c-column__subtxt {
    display: inline-block;
    margin-left: 20px
  }
  .c-column.p-column__pdc01 .c-column__hdgwrap .c-hdg--lv3 {
    width: auto
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts {
    padding-left: 40px
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts:first-of-type {
    padding-left: 0
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts:nth-of-type(4) {
    padding-left: 0
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-title:after {
    content: none
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-txt {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    text-align: left
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts {
    margin-bottom: 2px
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-title {
    width: 210px
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-txt {
    padding-left: 15px
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-txt:before {
    content: none
  }
  .c-column.p-column__pdc02 .c-txt-link {
    margin-top: 32.5px
  }
  .c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts {
    margin-bottom: 2px
  }
  .c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts .c-title {
    width: 62px
  }
  .c-form-err {
    padding: 15px 20px
  }
  .c-form-textbox input:placeholder-shown {
    font-size: 14px;
    padding: 14px 20px
  }
  .c-form-textbox input {
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle
  }
  .c-form-textbox input:focus {
    font-size: 14px;
    padding: 13px 19px
  }
  .c-form-heading {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
  }
  .c-form-textbox input {
    padding: 14px 20px
  }
  .c-form-textbox .r-pass {
    padding-left: 10px
  }
  .c-form-textbox .r-text {
    margin-left: 12px
  }
  .c-form-textbox:focus {
    padding: 12px 19px
  }
  .c-form-checkbox {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
  }
  .c-form-checkbox__label {
    padding-left: 45px;
    line-height: 34px
  }
  .c-form-checkbox__label:before {
    width: 34px;
    height: 34px
  }
  .c-form-checkbox__label:after {
    background-image: url(/assets/img/common/icon_06_pc.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    top: 10px;
    left: 7px
  }
  .c-form-checkbox.r-intable .c-form-checkbox__label {
    padding-left: 22px
  }
  .c-form-select {
    width: 186px;
    margin-bottom: 20px
  }
  .c-form-select:after {
    background-image: url(/assets/img/common/icon_22_pc.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 22px;
    top: 13px;
    right: 20px
  }
  .c-form-select select {
    padding: 16px 20px;
    font-size: 15px;
    cursor: pointer
  }
  .c-form-select select:focus {
    padding: 15px 19px
  }
  .c-form-select.r-upper-right {
    position: absolute;
    top: 110px;
    right: 20px;
    z-index: 1
  }
  .c-form-radio {
    display: inline-block;
    margin-right: -.3em;
    padding: 10px 25px 10px 0;
    width: 100px
  }
  .c-form-radio input[type=radio]:focus + .c-form-radio__label:before {
    border-width: 2px
  }
  .c-form-radio__label {
    padding-left: 45px
  }
  .c-form-radio__label:before {
    width: 36px;
    height: 36px;
    margin: -17px 0 0 0;
    border-radius: 20px;
    left: 0;
    border: 1px solid #999;
    background: #f9f9f9
  }
  .c-form-radio__label:after {
    width: 24px;
    height: 24px;
    margin: 4px 0 0 6px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background: #0071ce
  }
  .is-err .c-form-radio__label {
    margin-left: 5px
  }
  .c-form-radio.r-traffic label {
    margin-right: 20px
  }
  .c-form-textarea textarea:placeholder-shown {
    font-size: 14px;
    padding: 18px 20px
  }
  .c-form-textarea textarea {
    max-width: 100%;
    height: 175px;
    padding: 17px 19px
  }
  .c-form-textarea textarea:focus {
    padding: 17px 19px;
    font-size: 14px
  }
  .c-form__icn--optional {
    height: 25px;
    margin-right: 7px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 25px
  }
  .c-form-notice {
    margin-top: 40px
  }
  .c-form-notice__box {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    max-height: 300px
  }
  .c-form-notice__box .r-txt {
    margin-top: 20px
  }
  .c-form-notice__box .r-tel-num {
    font-size: 25px;
    margin-top: 20px;
    padding-left: 38px
  }
  .c-form-notice__box .r-tel-num:before {
    width: 27px;
    height: 25px;
    background-size: 27px 25px
  }
  .c-form-notice__box .r-tel-hours {
    margin-top: 0;
    font-size: 12px
  }
  .c-form-notice__grid {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 180px;
    padding-right: 180px
  }
  .c-form-notice__grid__pict {
    width: 180px
  }
  .c-form-notice__grid__pict__box {
    width: 80px
  }
  .c-form-notice__grid__pict__txt {
    font-size: 15px;
    margin-top: 10px
  }
  .c-form-notice__grid__detail {
    margin-left: 40px
  }
  .c-form-notice__grid__detail__txt {
    font-size: 15px
  }
  .c-form-notice__grid__tel {
    float: left;
    margin-left: 40px
  }
  .c-form-notice__grid__tel__num {
    font-size: 25px;
    padding-left: 38px
  }
  .c-form-notice__grid__tel__num:before {
    width: 27px;
    height: 25px;
    background-size: 27px 25px
  }
  .c-form-notice__grid__tel__hours {
    font-size: 12px
  }
  .c-form-notice__agree {
    padding: 10px
  }
  .c-form-notice__agree__checkbox + label {
    padding-left: 30px
  }
  .c-form-notice__agree__checkbox + label:before {
    width: 20px;
    height: 20px;
    border-radius: 5px
  }
  .c-form-notice__agree__checkbox:checked + label:after {
    top: -3px;
    left: 5px;
    width: 7px;
    height: 16px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #333;
    border-right: 3px solid #333
  }
  .c-form-textarea .c-wd__01, .c-form-textbox .c-wd__01 {
    width: 540px
  }
  .c-form-textarea .c-wd__02, .c-form-textbox .c-wd__02 {
    width: 80px
  }
  .c-form-textarea .c-wd__03, .c-form-textbox .c-wd__03 {
    width: 186px
  }
  .c-form-textarea .c-wd__04, .c-form-textbox .c-wd__04 {
    width: 100px!important
  }
  .c-space {
    margin: auto 10px;
    width: 15px;
    height: 1px
  }
  .r-bordertype-02-wrap {
    margin: -10px 0;
    padding-bottom: 15px;
    font-size: 27px
  }
  .r-bordertype-02-wrap.r-fullwidth {
    margin-bottom: 40px
  }
  .c-hdg--lv2.r-bordertype-01:before {
    top: -7.5px;
    width: 30px;
    margin-right: 15px
  }
  .c-hdg--lv2.r-bordertype-01:after {
    top: -7.5px;
    width: 30px;
    margin-left: 15px
  }
  .c-hdg--lv2.r-bordertype-02 {
    line-height: 1.7407!important;
    font-size: 27px
  }
  .c-hdg--lv2.r-bordertype-02:after {
    bottom: -10px
  }
  .p-hdgwrap__lv3 {
    margin-bottom: 40px
  }
  .c-modal__sec.r-group-second-life .c-hdg--lv2 span {
    font-size: 17px
  }
  .r-blank-primary .c-icn {
    width: 11px;
    height: 11px
  }
  .r-blank-secondary .c-icn {
    right: 11px;
    bottom: 11px;
    width: 11px;
    height: 11px
  }
  .c-number {
    width: 44px;
    height: 44px
  }
  .c-number p {
    font-size: 22px
  }
  .r-modal-tri .c-icn {
    top: 13px;
    right: 11px;
    bottom: 11px;
    width: 11px;
    height: 11px;
    background-image: url(/assets/img/common/icon_26_pc.png)
  }
  .r-modal-tri:hover .c-icn {
    background-image: url(/assets/img/common/icon_25_pc.png);
    top: 13px;
    right: 11px;
    bottom: 11px;
    width: 11px;
    height: 11px
  }
  .c-icn.r-arrow.r-type01 {
    width: 11px;
    height: 6px;
    top: 17px;
    right: 10px;
    background-image: url(/assets/img/common/icon_05_pc.png)
  }
  .c-list .c-list__itm.is-small {
    font-size: 14px
  }
  .c-list .c-list__itm.is-xsmall {
    font-size: 13px
  }
  .c-list .c-list__itm.is-space {
    line-height: 1.7;
    margin-top: 14.75px;
    margin-bottom: -5.25px
  }
  .c-list .c-list__itm.is-small.is-space {
    line-height: 1.7;
    margin-top: 15.1px;
    margin-bottom: -4.9px
  }
  .c-list .c-list__itm.is-xsmall.is-space {
    line-height: 1.7;
    margin-top: 15.45px;
    margin-bottom: -4.55px
  }
  .p-list__ol {
    padding-left: 20px
  }
  .p-list__ol .p-list__ol__type02 {
    padding-left: 20px;
    list-style-type: none!important
  }
  .p-news-wrap .p-news__title {
    margin: 0 auto
  }
  .p-news-wrap .p-news__title .c-hdg--lv2:after {
    width: 97px;
    margin-top: 8px
  }
  .p-news-wrap .p-news_cts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .p-news-wrap .p-news_cts .p-news_cts__itm {
    width: 100%
  }
  .p-news-wrap .p-news_cts .p-news__cts-title .c-hdg--lv3 {
    font-size: 17px;
    line-height: 1.64
  }
  .p-news-wrap .p-news_cts .p-news__cts-title .c-cts-title__sub {
    font-size: 15px;
    line-height: 1.86
  }
  .p-news-wrap .p-news_cts .p-news__cts-title .c-cts-title__sub img {
    margin-left: 10px
  }
  .p-news-wrap .p-news_cts .c-info__date {
    font-size: 13px;
    line-height: 2.15
  }
  .p-news-wrap .p-news_cts .p-info-list__itm, .p-news-wrap .p-news_cts .p-news-list__itm {
    padding: 16.5px 7px 15.5px 1px
  }
  .p-news-wrap .p-news_cts .p-info-list__link, .p-news-wrap .p-news_cts .p-news-list__link {
    font-size: 15px;
    line-height: 2
  }
  .p-news-wrap .p-news_cts .p-news-list .c-txticonlist {
    margin-left: 10px!important
  }
  .p-news-wrap .p-news_cts .p-news-list .c-txticonlist .c-txticonlist__item span {
    font-size: 10px!important;
    padding: 4px 5px
  }
  .p-ctslist {
    margin-bottom: 40px
  }
  .p-ctslist .p-ctslist__itm {
    margin-bottom: 5px
  }
  .p-ctslist .p-ctslist__itm .c-txticonlist {
    margin-right: 20px
  }
  .p-ctslist .p-ctslist__itm .p-ctslist__link {
    float: left;
    width: calc(100% - 47px)
  }
  .p-ctslist .p-ctslist__itm .c-cts__txt {
    margin-left: 16px
  }
  .p-ctslist__report02 .c-date {
    margin-right: 6px;
    width: 130px
  }
  .p-ctslist__report02 .p-ctslist__link {
    float: left;
    width: calc(100% - 186px)!important
  }
  .p-link-list {
    background-color: #eaf4fb;
    padding: 18px 115px 18px 30px;
    margin-bottom: 40px
  }
  .p-link-list .p-link-list__itm {
    margin: 0 60px 0 0
  }
  .p-link-list .p-link-list__itm:last-of-type {
    margin-right: 0;
    margin-bottom: 0
  }
  .p-link-list .p-link-list__itm:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .p-link-list .p-link-list__itm .c-link-list__itm__link .c-icn {
    width: 7px;
    height: 7px;
    border-right: solid 1px #0071ce;
    border-bottom: solid 1px #0071ce;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -1.2em
  }
  .p-link__card__edinet .r-blank-primary {
    padding: 10px 15px 10px 10px
  }
  .p-link__card__edinet .r-blank-primary .c-icn {
    right: 5px;
    bottom: 5px
  }
  .c-slider-wrap__title .c-hdg--lv2 {
    font-size: 21px
  }
  .c-sliderlist {
    width: 700px
  }
  .c-sliderlist__item {
    height: auto;
    margin: 0 10px
  }
  .c-sliderlist__item .c-sliderlist__img {
    width: 100%;
    height: 160px
  }
  .c-sliderlist__txt {
    font-size: 13px;
    line-height: 1.54;
    margin-top: 15.5px
  }
  .c-sliderlist__indicator {
    display: none!important
  }
  .c-sliderlist__arrow {
    top: 65px;
    width: 16px;
    height: 34px
  }
  .c-sliderlist__arrow.r-next:after {
    width: 24px;
    height: 24px;
    border-right: solid 1px #0071ce;
    border-bottom: solid 1px #0071ce;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .c-sliderlist__arrow.r-prev:before {
    width: 24px;
    height: 24px;
    border-right: solid 1px #0071ce;
    border-bottom: solid 1px #0071ce;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  .c-sliderlist.r-pdc__index {
    width: 990px
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__item {
    margin: 0 15px;
    width: 300px
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__arrow {
    top: 128px
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__link {
    height: auto;
    width: 300px;
    padding-top: 23px
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__img {
    width: 218px;
    height: 187px
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__txt {
    margin-top: 0
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__txt p:first-of-type {
    font-size: 13px;
    line-height: 2.15
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__txt p:last-of-type {
    font-size: 17px;
    line-height: 1.64
  }
  .c-sliderlist.r-banner {
    width: 1080px;
    height: 320px;
    margin: 0 auto;
    position: relative;
    left: -20px
  }
  .c-sliderlist.r-banner .c-sliderlist__item {
    width: 320px;
    margin: 0!important
  }
  .c-sliderlist.r-banner .c-sliderlist__link {
    width: 320px;
    height: 320px;
    margin: 0 auto
  }
  .c-sliderlist.r-banner .c-sliderlist__arrow {
    top: 145px
  }
  .c-sliderlist.r-banner .c-sliderlist__img {
    width: 100%;
    height: 100%
  }
  .c-sliderlist.r-banner .r-blank-primary span {
    right: 10px;
    bottom: 10px
  }
  .c-sliderlist.r-banner .r-blank-secondary span {
    right: 10px;
    bottom: 10px
  }
  .c-sliderlist__img.u-img-wrap span.c-icn {
    right: 10px;
    bottom:0
  }
	
  .c-sliderlist.r-kv {
    width: 100%;
    height: 600px;
    overflow: hidden
  }
  .c-sliderlist.r-kv .c-sliderlist__img {
    width: 100%;
    height: 600px;
    text-align: center;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .c-sliderlist.r-kv .c-sliderlist__img img {
    position: static;
    height: auto;
    display: inline;
    max-width: initial;
    width: 2000px;
    height: 600px
  }
  .c-sliderlist.r-kv .c-sliderlist__arrow {
    top: auto
  }
  .c-sliderlist.r-kv .slick-arrow {
    width: 25px;
    height: 25px;
    bottom: 10px;
    background-image: url(/assets/img/common/icon_03_pc.png)
  }
  .c-sliderlist.r-kv .slick-arrow.r-prev {
    left: 180px
  }
  .c-sliderlist.r-kv .slick-arrow.r-next {
    right: 180px
  }
  .c-sliderlist.r-kv .c-sliderlist__indicator {
    width: 1040px;
    height: 12px;
    left: 0;
    right: 0;
    bottom: 17px;
    margin: auto
  }
  .c-sliderlist.r-kv .c-sliderlist__indicator li {
    width: 10px;
    height: 10px;
    margin-right: 20px
  }
  .c-sliderlist.r-kv .c-sliderlist__indicator li button:before {
    width: 10px;
    height: 10px
  }
  .c-sliderlist.r-rcp__index {
    width: 1040px
  }
  .c-sliderlist.r-rcp__index .c-sliderlist__img {
    width: 230px;
    height: 230px
  }

  .c-sliderlist.r-rcp__index.p-recipes-img .c-sliderlist__img {
    width: 1040px;
    height: 163px
  }

   .c-sliderlist.r-rcp__index.p-recipes-img .c-sliderlist__item {
    width: 100%!important;
    margin: 0;
   }

  .c-sliderlist.r-rcp__index.p-recipes-img .slick-track{
    width: 100%!important;

  }
  .c-sliderlist.r-rcp__index .c-sliderlist__arrow {
    top: 98px
  }
  .c-sliderlist.r-rcp__index .c-sliderlist__txt {
    font-size: 15px;
    line-height: 1.73
  }
  .c-sliderlist.r-rcp .c-sliderlist__item .c-sliderlist__img img {
    height: auto
  }
  .p-tbl {
    margin-bottom: 40px
  }
  .p-tbl .c-tbl__title {
    background: #f9f9f9;
    font-size: 15px;
    line-height: 1.66
  }
  .p-tbl .c-tbl__txt {
    font-size: 15px;
    line-height: 1.66
  }
  .p-tbl-1col__primary .c-tbl__title {
    width: 180px;
    padding: 27px 20px 27px 20px;
    border-bottom: 1px solid #ccc
  }
  .p-tbl-1col__primary .c-tbl__txt {
    padding: 27px 20px 25px 20px
  }
  .p-tbl-1col__primary .c-tbl__txt .c-img__pdc {
    width: 124px;
    height: 150px
  }
  .p-tbl-1col__secondary .c-tbl__title {
    width: 190px;
    padding: 13px 20px 11px 20px
  }
  .p-tbl-1col__secondary .c-tbl__txt {
    padding: 18px 20px 18px 20px
  }
  .p-tbl-1col__secondary .c-tbl__txt:first-of-type {
    width: 244px
  }
  .p-tbl-1col__secondary .c-img__cell {
    padding: 12px 11px 13px 13px
  }
  .p-tbl-1col__secondary .c-img__cell .u-img-wrap {
    width: 300px;
    height: 200px
  }
  .p-tbl-1col__tertiary .c-tbl__title {
    padding: 14px 20px
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--01 {
    width: 290px
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--02 {
    width: 102px
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--03 {
    width: 146px
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--04 {
    width: 177px
  }
  .p-tbl-1col__tertiary .c-tbl__txt {
    padding: 14px 20px
  }
  .p-tbl-1col__quaternary .c-tbl__title {
    padding: 14px 20px
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--01 {
    width: 200px
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--02 {
    width: 200px
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--03 {
    width: 80px
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--04 {
    width: 120px
  }
  .p-tbl-1col__quaternary .c-tbl__txt {
    padding: 14px 20px
  }
  .p-tbl-1col__quinary .c-tbl__title {
    padding: 14px 20px
  }
  .p-tbl-1col__quinary .c-tbl__title.c-tbl__title--01 {
    width: 170px
  }
  .p-tbl-1col__quinary .c-tbl__title.c-tbl__title--02 {
    width: 290px
  }
  .p-tbl-1col__quinary .c-tbl__title.c-tbl__title--03 {
    width: 290px
  }
  .p-tbl-1col__quinary .c-tbl__txt {
    padding: 14px 20px
  }
  .l-inquiry .p-tbl.r-form .p-tbl__row {
    background: #f9f9f9
  }
  .l-inquiry .p-tbl.r-form .c-tbl__head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 345px;
    padding: 34px 30px 35px 20px
  }
  .l-inquiry .p-tbl.r-form .c-tbl__data {
    padding: 25px 30px;
    width: 740px
  }
  .c-tgl {
    margin-bottom: 40px
  }
  .c-tgl .c-tgl__itm {
    margin-bottom: 30px
  }
  .c-tgl .c-tgl__itm:last-of-type {
    margin-bottom: 0
  }
  .c-tgl .c-tgl__itm__ttl {
    cursor: pointer;
    padding: 11.5px 60px 11.5px 20px;
    line-height: 1.86;
    font-size: 15px
  }
  .c-tgl .c-tgl__itm__ttl:after, .c-tgl .c-tgl__itm__ttl:before {
    right: 20px;
    width: 17px;
    height: 1px
  }
  .c-tgl .c-tgl__itm__cnt {
    padding: 15px 0
  }
  .c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__ttl {
    padding-left: 70px
  }
  .c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__cnt__frm {
    padding-left: 70px
  }
  .c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__cnt__frm:before {
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px
  }
  .c-tgl .c-tgl__itm__ttl.r-bar {
    padding-left: 26px
  }
  .c-tgl .c-tgl__itm__ttl.r-bar .c-tgl__itm__ttl__mark {
    width: 6px
  }
  .c-bdr-frm .c-tgl__itm__cnt {
    padding-top: 40px;
    padding-bottom: 0
  }
  .c-stripe__border {
    padding: 10px;
    width: 200px;
    height: 100px
  }
  .c-stripe__border:after {
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    background: -webkit-repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px);
    background: repeating-linear-gradient(45deg, #002f87, #002f87 4px, #fff 4px, #fff 8px)
  }
  .c-modal__overlay .c-modal__cnt {
    width: 840px
  }
  .c-modal__overlay .c-modal__cnt .c-modal__inr {
    margin: 5px;
    padding: 60px 30px 55px
  }
  .c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__intro {
    font-size: 17px;
    margin: -8.5px 0 0 0;
    margin-bottom: 40px
  }
  .c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__body {
    margin: -7.5px 0 0 0
  }
  .c-modal__overlay .c-modal__close {
    width: 27px;
    height: 27px;
    top: -47px;
    right: 0
  }
  .c-modal__overlay .c-modal__close:after, .c-modal__overlay .c-modal__close:before {
    width: 1px;
    height: 41px;
    left: 13px;
    top: -7px
  }
  .c-modal__overlay .c-hdg--modal {
    margin-bottom: 60px;
    font-size: 26px
  }
  .c-modal__overlay .c-hdg--modal .c-lyt__txt__hdg {
    font-weight: 700;
    font-size: 20px
  }
  .c-txt-link .c-txt-link__href.r-arrow .c-icn img {
    margin-left: 10px
  }
  .c-txt-link .c-txt-link__href {
    padding-right: 17px
  }
  .c-txt-link .c-txt-link__href:hover {
    text-decoration: underline
  }
  .c-txt-link .c-txt-link__href:after {
    top: 9px;
    width: 6px;
    height: 6px
  }
  .c-txt-link.is-small .c-txt-link__href {
    padding-left: 12px;
    font-size: 14px
  }
  .c-txt-link.is-small .c-txt-link__href:before {
    width: 5px;
    height: 5px;
    margin-top: -2px
  }
  .c-txt-link.is-first-margin {
    margin-top: 24.75px;
    line-height: 1.7
  }
  .c-txt-link.is-small.is-first-margin {
    margin-top: 25.1px;
    line-height: 1.7
  }
  .c-txt-link.is-space {
    line-height: 1.7;
    margin-top: 14.75px;
    margin-bottom: -5.25px
  }
  .c-txt-link.is-small.is-space {
    line-height: 1.7;
    margin-top: 15.1px;
    margin-bottom: -4.9px
  }
  .c-txt-link.is-space.is-first-margin {
    line-height: 1.7;
    margin-top: 24.75px;
    margin-bottom: -5.25px
  }
  .c-txt-link.is-space.is-small.is-first-margin {
    line-height: 1.7;
    margin-top: 25.1px;
    margin-bottom: -4.9px
  }
  .c-txt-link.r-document__pdf .c-txt-link__href {
    padding-left: 30px
  }
  .c-txt-link.r-document__pdf .c-txt-link__href:after {
    top: -1px;
    width: 20px;
    height: 20px
  }
  .c-txt-link.is-small.r-document__pdf .c-txt-link__href {
    padding-left: 26px
  }
  .c-txt-link.is-small.r-document__pdf .c-txt-link__href:after {
    top: -1px;
    width: 18px;
    height: 18px
  }
  .c-txt-link.r-date {
    position: relative;
    padding-left: 6.5em
  }
  .c-txt-link.r-date .c-txt-link__date {
    margin-right: 20px
  }
  .r-type01.c-link__blank {
    padding-left: 12px
  }
  .r-type01.c-link__blank:before {
    width: 4px;
    height: 4px
  }
  .c-txt-icon__80 {
    font-size: 12px;
    padding: 5px 9px;
    width: 80px;
    height: 22px
  }
  .c-txt-icon__96 {
    font-size: 12px;
    padding: 5px 9px;
    width: 96px;
    height: 22px
  }
  .c-txt-icon__152 {
    font-size: 12px;
    padding: 5px 9px;
    width: 152px;
    height: 22px
  }
  .c-txt-icon__var {
    font-size: 12px;
    padding: 5px 15px;
    min-width: 22px;
    height: 22px
  }
  .c-txticon.r-require {
    font-size: 12px;
    padding: 9px 0;
    width: 57px
  }
  .c-txticon.r-pdf,.c-txticon.r-video {
    font-size: 10px;
    padding: 5px 0;
    width: 27px
  }
  .c-note {
    font-size: 13px
  }
  .p-pdc-card.r-pdc-series {
    width: 230px;
    margin: 0 40px 40px 0
  }
  .p-pdc-card.r-pdc-series:nth-last-of-type(3) {
    margin-bottom: 0
  }
  .p-pdc-card.r-pdc-series:nth-last-of-type(4) {
    margin-bottom: 0
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link {
    height: 250px
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img {
    height: 148px;
    margin-top: 22px;
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img img {
    margin: 0 auto 0!important;
    padding-top: 10px
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt {
    margin-top: 10px;
    line-height: 1.6
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt .c-pdc-card__txt {
    font-size: 15px;
    line-height: 1.7
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt .c-pdc-card__txt.u-txt__small {
    font-size: 14px;
  }
  .p-pdc-card.r-pdc-index {
    width: 230px;
    margin: 0 40px 40px 0;
  }
  .p-pdc-card.r-pdc-index:nth-of-type(3n) {
    margin-right: 0
  }
  .p-pdc-card.r-pdc-index:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .p-pdc-card.r-pdc-index:nth-last-of-type(3) {
    margin-bottom: 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img {
    width: 230px;
    height: 230px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link .c-icn {
    right: 10px;
    top: 209px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link:after {
    height: 230px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link:hover:after {
    height: 230px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea {
    margin-top: 15px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__title {
    font-size: 15px;
    line-height: 1.66
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__txt {
    font-size: 15px;
    line-height: 1.66;
    margin-top: 15px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list {
    padding: 15px 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list .c-pdc-card__itm__title {
    font-size: 13px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list .c-pdc-card__itm__txt {
    font-size: 13px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-note {
    line-height: 1.769;
    margin-top: 15px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link {
    font-size: 13px;
    line-height: 2.15;
    margin-top: 12.5px;
    width: 210px
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link .c-icn {
    bottom: 7px;
    left: 38px!important
  }
  .p-link__card .p-link__card__link {
    width: 540px;
    padding: 18px 54px 18px 28px
  }
  .p-link__card .p-link__card__link .p-link__hdg {
    margin-right: 30px
  }
  .p-link__card .p-link__card__link .p-link__hdg .c-link__title {
    font-size: 12px
  }
  .p-link__card .p-link__card__link .p-link__hdg .c-link__title__img {
    width: 166px;
    height: 24px;
    margin-top: 12px
  }
  .p-link__card .p-link__card__link .p-link__txt .c-link__txt {
    font-size: 12px;
    letter-spacing: -.025em
  }
  .p-link__card .p-link__card__link .c-icn {
    right: 20px;
    width: 8.4px;
    height: 8.4px;
    border-right: solid 1px #0071ce;
    border-bottom: solid 1px #0071ce
  }
  .p-link__card .p-link__card__link.r-type02 .c-link__title {
    font-size: 15px
  }
  .p-link__card .p-link__card__link.r-type02 .c-link__txt {
    font-size: 12px
  }
  .p-card__cts .c-card__title {
    font-size: 15px
  }
  .p-card__cts .c-list__title {
    font-size: 15px
  }
  .p-card__cts .c-list__txt {
    font-size: 15px
  }
  .u-align-l--pc {
    text-align: left!important
  }
  .u-align-c--pc {
    text-align: center!important
  }
  .u-align-r--pc {
    text-align: right!important
  }
  .u-valign-t--pc {
    vertical-align: top!important
  }
  .u-valign-m--pc {
    vertical-align: middle!important
  }
  .u-valign-b--pc {
    vertical-align: bottom!important
  }
  .u-border-top-n--pc {
    border-top: none!important
  }
  .u-border-right-n--pc {
    border-right: none!important
  }
  .u-border-bottom-n--pc {
    border-bottom: none!important
  }
  .u-border-left-n--pc {
    border-left: none!important
  }
  .u-none--pc {
    display: none!important
  }
  .u-inlineblock--pc {
    display: inline-block!important
  }
  .u-block--pc {
    display: block!important
  }
  .l-lyt__2col {
    margin-bottom: 40px
  }
  .l-lyt__2col:after {
    content: '';
    display: block;
    clear: both
  }
  .l-lyt__2col .l-lyt__2col--right {
    width: 365px;
    float: right
  }
  .l-lyt__2col .l-lyt__2col--left {
    width: 365px;
    float: left
  }
  .l-lyt__2col table {
    margin-bottom: 0
  }
  .l-lyt__2col.r-2x1__left .l-lyt__2col--left {
    width: 486px
  }
  .l-lyt__2col.r-2x1__left .l-lyt__2col--right {
    width: 244px
  }
  .l-lyt__2col.r-2x1__left .p-cts-lyt__txtarea {
    width: 100%!important
  }
  .l-lyt__2col.r-2x1__right .l-lyt__2col--left {
    width: 244px
  }
  .l-lyt__2col.r-2x1__right .l-lyt__2col--right {
    width: 486px
  }
  .l-lyt__2col.r-2x1__right .p-cts-lyt__txtarea {
    width: 100%!important
  }

 .u-ml0 {
    margin-left: 0!important
  }
  .u-ml0--pc {
    margin-left: 0!important
  }
  .u-mt0 {
    margin-top: 0!important
  }
  .u-mt0--pc {
    margin-top: 0!important
  }
  .u-mt10 {
    margin-top: 10px!important
  }
  .u-mt10--pc {
    margin-top: 10px!important
  }
  .u-mt15 {
    margin-top: 15px!important
  }
  .u-mt15--pc {
    margin-top: 15px!important
  }
  .u-mt20 {
    margin-top: 20px!important
  }
  .u-mt20--pc {
    margin-top: 20px!important
  }
  .u-mt25 {
    margin-top: 25px!important
  }
  .u-mt25--pc {
    margin-top: 25px!important
  }
  .u-mt30 {
    margin-top: 30px!important
  }
  .u-mt30--pc {
    margin-top: 30px!important
  }
  .u-mt35 {
    margin-top: 35px!important
  }
  .u-mt35--pc {
    margin-top: 35px!important
  }
  .u-mt40 {
    margin-top: 40px!important
  }
  .u-mt40--pc {
    margin-top: 40px!important
  }
  .u-mt45 {
    margin-top: 45px!important
  }
  .u-mt45--pc {
    margin-top: 45px!important
  }
  .u-mt50 {
    margin-top: 50px!important
  }
  .u-mt50--pc {
    margin-top: 50px!important
  }
  .u-mt55 {
    margin-top: 55px!important
  }
  .u-mt55--pc {
    margin-top: 55px!important
  }
  .u-mt60 {
    margin-top: 60px!important
  }
  .u-mt60--pc {
    margin-top: 60px!important
  }
  .u-mt65 {
    margin-top: 65px!important
  }
  .u-mt65--pc {
    margin-top: 65px!important
  }
  .u-mt70 {
    margin-top: 70px!important
  }
  .u-mt70--pc {
    margin-top: 70px!important
  }
  .u-mt75 {
    margin-top: 75px!important
  }
  .u-mt75--pc {
    margin-top: 75px!important
  }
  .u-mt80 {
    margin-top: 80px!important
  }
  .u-mt80--pc {
    margin-top: 80px!important
  }
  .u-mt85 {
    margin-top: 85px!important
  }
  .u-mt85--pc {
    margin-top: 85px!important
  }
  .u-mt90 {
    margin-top: 90px!important
  }
  .u-mt90--pc {
    margin-top: 90px!important
  }
  .u-mt95 {
    margin-top: 95px!important
  }
  .u-mt95--pc {
    margin-top: 95px!important
  }
  .u-mt100 {
    margin-top: 100px!important
  }
  .u-mt100--pc {
    margin-top: 100px!important
  }
  .u-mt120 {
    margin-top: 120px!important
  }
  .u-mt120--pc {
    margin-top: 120px!important
  }
  .u-mt130 {
    margin-top: 130px!important
  }
  .u-mt130--pc {
    margin-top: 130px!important
  }
  .u-mt180 {
    margin-top: 180px!important
  }
  .u-mt180--pc {
    margin-top: 180px!important
  }
  .u-mb0 {
    margin-bottom: 0!important
  }
  .u-mb0--pc {
    margin-bottom: 0!important
  }
  .u-mb10 {
    margin-bottom: 10px!important
  }
  .u-mb10--pc {
    margin-bottom: 10px!important
  }
  .u-mb15 {
    margin-bottom: 15px!important
  }
  .u-mb15--pc {
    margin-bottom: 15px!important
  }
  .u-mb20 {
    margin-bottom: 20px!important
  }
  .u-mr20 {
    margin-right: 20px!important
  }
  .u-mb20--pc {
    margin-bottom: 20px!important
  }
  .u-mb30 {
    margin-bottom: 30px!important
  }
  .u-mb30--pc {
    margin-bottom: 30px!important
  }
  .u-mb40 {
    margin-bottom: 40px!important
  }
  .u-mb40--pc {
    margin-bottom: 40px!important
  }
  .u-mb50 {
    margin-bottom: 50px!important
  }
  .u-mb50--pc {
    margin-bottom: 50px!important
  }
  .u-mb60 {
    margin-bottom: 60px!important
  }
  .u-mb60--pc {
    margin-bottom: 60px!important
  }
  .u-mb80 {
    margin-bottom: 80px!important
  }
  .u-mb80--pc {
    margin-bottom: 80px!important
  }
  .u-mb90 {
    margin-bottom: 90px!important
  }
  .u-mb90--pc {
    margin-bottom: 90px!important
  }
  .u-mb120 {
    margin-bottom: 120px!important
  }
  .u-mb120--pc {
    margin-bottom: 120px!important
  }
  .u-mb180 {
    margin-bottom: 180px!important
  }
  .u-mb180--pc {
    margin-bottom: 180px!important
  }
  .u-ptzero {
    padding-top: 0!important
  }
  .u-ptzero--pc {
    padding-top: 0!important
  }
  .u-ptS {
    padding-top: 20px!important
  }
  .u-ptS--pc {
    padding-top: 20px!important
  }
  .u-ptM {
    padding-top: 30px!important
  }
  .u-ptM--pc {
    padding-top: 30px!important
  }
  .u-ptL {
    padding-top: 50px!important
  }
  .u-ptL--pc {
    padding-top: 50px!important
  }
  .u-ptXL {
    padding-top: 80px!important
  }
  .u-ptXL--pc {
    padding-top: 80px!important
  }
  .u-pbS {
    padding-bottom: 20px!important
  }
  .u-pbM {
    padding-bottom: 30px!important
  }
  .u-pbL {
    padding-bottom: 50px!important
  }
  .u-pbXL {
    padding-bottom: 80px!important
  }
  .u-clickable img {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
  }
  .u-clickable:hover img {
    opacity: .7
  }
  .u-clickdisable--pc {
    pointer-events: none
  }
  .u-txt {
    font-size: 14px
  }
  .u-txt--pc {
    font-size: 14px
  }
  .u-txt__small {
    font-size: 12px
  }
  .u-txt__small--pc {
    font-size: 12px
  }
  .u-txt__midium {
    font-size: 17px
  }
  .u-txt__midium--pc {
    font-size: 17px
  }
  .u-txt__large {
    font-size: 24px
  }
  .u-txt__large--pc {
    font-size: 24px
  }
  .u-txt__xlarge {
    font-size: 30px
  }
  .u-txt__xlarge--pc {
    font-size: 30px
  }
  .u-indent--disc {
    padding-left: 1em
  }
  .u-indent--disc:before {
    margin-left: -1em
  }
  .u-indent--notice:before {
    margin-left: -1em
  }
  .u-wd5--pc {
    width: 5px!important
  }
  .u-wd1per--pc {
    width: 1%!important
  }
  .u-wd10--pc {
    width: 10px!important
  }
  .u-wd2per--pc {
    width: 2%!important
  }
  .u-wd15--pc {
    width: 15px!important
  }
  .u-wd3per--pc {
    width: 3%!important
  }
  .u-wd20--pc {
    width: 20px!important
  }
  .u-wd4per--pc {
    width: 4%!important
  }
  .u-wd25--pc {
    width: 25px!important
  }
  .u-wd5per--pc {
    width: 5%!important
  }
  .u-wd30--pc {
    width: 30px!important
  }
  .u-wd6per--pc {
    width: 6%!important
  }
  .u-wd35--pc {
    width: 35px!important
  }
  .u-wd7per--pc {
    width: 7%!important
  }
  .u-wd40--pc {
    width: 40px!important
  }
  .u-wd8per--pc {
    width: 8%!important
  }
  .u-wd45--pc {
    width: 45px!important
  }
  .u-wd9per--pc {
    width: 9%!important
  }
  .u-wd50--pc {
    width: 50px!important
  }
  .u-wd10per--pc {
    width: 10%!important
  }
  .u-wd55--pc {
    width: 55px!important
  }
  .u-wd11per--pc {
    width: 11%!important
  }
  .u-wd60--pc {
    width: 60px!important
  }
  .u-wd12per--pc {
    width: 12%!important
  }
  .u-wd65--pc {
    width: 65px!important
  }
  .u-wd13per--pc {
    width: 13%!important
  }
  .u-wd70--pc {
    width: 70px!important
  }
  .u-wd14per--pc {
    width: 14%!important
  }
  .u-wd75--pc {
    width: 75px!important
  }
  .u-wd15per--pc {
    width: 15%!important
  }
  .u-wd80--pc {
    width: 80px!important
  }
  .u-wd16per--pc {
    width: 16%!important
  }
  .u-wd85--pc {
    width: 85px!important
  }
  .u-wd17per--pc {
    width: 17%!important
  }
  .u-wd90--pc {
    width: 90px!important
  }
  .u-wd18per--pc {
    width: 18%!important
  }
  .u-wd95--pc {
    width: 95px!important
  }
  .u-wd19per--pc {
    width: 19%!important
  }
  .u-wd100--pc {
    width: 100px!important
  }
  .u-wd20per--pc {
    width: 20%!important
  }
  .u-wd105--pc {
    width: 105px!important
  }
  .u-wd21per--pc {
    width: 21%!important
  }
  .u-wd110--pc {
    width: 110px!important
  }
  .u-wd22per--pc {
    width: 22%!important
  }
  .u-wd115--pc {
    width: 115px!important
  }
  .u-wd23per--pc {
    width: 23%!important
  }
  .u-wd120--pc {
    width: 120px!important
  }
  .u-wd24per--pc {
    width: 24%!important
  }
  .u-wd125--pc {
    width: 125px!important
  }
  .u-wd25per--pc {
    width: 25%!important
  }
  .u-wd130--pc {
    width: 130px!important
  }
  .u-wd26per--pc {
    width: 26%!important
  }
  .u-wd135--pc {
    width: 135px!important
  }
  .u-wd27per--pc {
    width: 27%!important
  }
  .u-wd140--pc {
    width: 140px!important
  }
  .u-wd28per--pc {
    width: 28%!important
  }
  .u-wd145--pc {
    width: 145px!important
  }
  .u-wd29per--pc {
    width: 29%!important
  }
  .u-wd150--pc {
    width: 150px!important
  }
  .u-wd30per--pc {
    width: 30%!important
  }
  .u-wd155--pc {
    width: 155px!important
  }
  .u-wd31per--pc {
    width: 31%!important
  }
  .u-wd160--pc {
    width: 160px!important
  }
  .u-wd32per--pc {
    width: 32%!important
  }
  .u-wd165--pc {
    width: 165px!important
  }
  .u-wd33per--pc {
    width: 33%!important
  }
  .u-wd170--pc {
    width: 170px!important
  }
  .u-wd34per--pc {
    width: 34%!important
  }
  .u-wd175--pc {
    width: 175px!important
  }
  .u-wd35per--pc {
    width: 35%!important
  }
  .u-wd180--pc {
    width: 180px!important
  }
  .u-wd36per--pc {
    width: 36%!important
  }
  .u-wd185--pc {
    width: 185px!important
  }
  .u-wd37per--pc {
    width: 37%!important
  }
  .u-wd190--pc {
    width: 190px!important
  }
  .u-wd38per--pc {
    width: 38%!important
  }
  .u-wd195--pc {
    width: 195px!important
  }
  .u-wd39per--pc {
    width: 39%!important
  }
  .u-wd200--pc {
    width: 200px!important
  }
  .u-wd40per--pc {
    width: 40%!important
  }
  .u-wd205--pc {
    width: 205px!important
  }
  .u-wd41per--pc {
    width: 41%!important
  }
  .u-wd210--pc {
    width: 210px!important
  }
  .u-wd42per--pc {
    width: 42%!important
  }
  .u-wd215--pc {
    width: 215px!important
  }
  .u-wd43per--pc {
    width: 43%!important
  }
  .u-wd220--pc {
    width: 220px!important
  }
  .u-wd44per--pc {
    width: 44%!important
  }
  .u-wd225--pc {
    width: 225px!important
  }
  .u-wd45per--pc {
    width: 45%!important
  }
  .u-wd230--pc {
    width: 230px!important
  }
  .u-wd46per--pc {
    width: 46%!important
  }
  .u-wd235--pc {
    width: 235px!important
  }
  .u-wd47per--pc {
    width: 47%!important
  }
  .u-wd240--pc {
    width: 240px!important
  }
  .u-wd48per--pc {
    width: 48%!important
  }
  .u-wd245--pc {
    width: 245px!important
  }
  .u-wd49per--pc {
    width: 49%!important
  }
  .u-wd250--pc {
    width: 250px!important
  }
  .u-wd50per--pc {
    width: 50%!important
  }
  .u-wd255--pc {
    width: 255px!important
  }
  .u-wd51per--pc {
    width: 51%!important
  }
  .u-wd260--pc {
    width: 260px!important
  }
  .u-wd52per--pc {
    width: 52%!important
  }
  .u-wd265--pc {
    width: 265px!important
  }
  .u-wd53per--pc {
    width: 53%!important
  }
  .u-wd270--pc {
    width: 270px!important
  }
  .u-wd54per--pc {
    width: 54%!important
  }
  .u-wd275--pc {
    width: 275px!important
  }
  .u-wd55per--pc {
    width: 55%!important
  }
  .u-wd280--pc {
    width: 280px!important
  }
  .u-wd56per--pc {
    width: 56%!important
  }
  .u-wd285--pc {
    width: 285px!important
  }
  .u-wd57per--pc {
    width: 57%!important
  }
  .u-wd290--pc {
    width: 290px!important
  }
  .u-wd58per--pc {
    width: 58%!important
  }
  .u-wd295--pc {
    width: 295px!important
  }
  .u-wd59per--pc {
    width: 59%!important
  }
  .u-wd300--pc {
    width: 300px!important
  }
  .u-wd60per--pc {
    width: 60%!important
  }
  .u-wd305--pc {
    width: 305px!important
  }
  .u-wd61per--pc {
    width: 61%!important
  }
  .u-wd310--pc {
    width: 310px!important
  }
  .u-wd62per--pc {
    width: 62%!important
  }
  .u-wd315--pc {
    width: 315px!important
  }
  .u-wd63per--pc {
    width: 63%!important
  }
  .u-wd320--pc {
    width: 320px!important
  }
  .u-wd64per--pc {
    width: 64%!important
  }
  .u-wd325--pc {
    width: 325px!important
  }
  .u-wd65per--pc {
    width: 65%!important
  }
  .u-wd330--pc {
    width: 330px!important
  }
  .u-wd66per--pc {
    width: 66%!important
  }
  .u-wd335--pc {
    width: 335px!important
  }
  .u-wd67per--pc {
    width: 67%!important
  }
  .u-wd340--pc {
    width: 340px!important
  }
  .u-wd68per--pc {
    width: 68%!important
  }
  .u-wd345--pc {
    width: 345px!important
  }
  .u-wd69per--pc {
    width: 69%!important
  }
  .u-wd350--pc {
    width: 350px!important
  }
  .u-wd70per--pc {
    width: 70%!important
  }
  .u-wd355--pc {
    width: 355px!important
  }
  .u-wd71per--pc {
    width: 71%!important
  }
  .u-wd360--pc {
    width: 360px!important
  }
  .u-wd72per--pc {
    width: 72%!important
  }
  .u-wd365--pc {
    width: 365px!important
  }
  .u-wd73per--pc {
    width: 73%!important
  }
  .u-wd370--pc {
    width: 370px!important
  }
  .u-wd74per--pc {
    width: 74%!important
  }
  .u-wd375--pc {
    width: 375px!important
  }
  .u-wd75per--pc {
    width: 75%!important
  }
  .u-wd380--pc {
    width: 380px!important
  }
  .u-wd76per--pc {
    width: 76%!important
  }
  .u-wd385--pc {
    width: 385px!important
  }
  .u-wd77per--pc {
    width: 77%!important
  }
  .u-wd390--pc {
    width: 390px!important
  }
  .u-wd78per--pc {
    width: 78%!important
  }
  .u-wd395--pc {
    width: 395px!important
  }
  .u-wd79per--pc {
    width: 79%!important
  }
  .u-wd400--pc {
    width: 400px!important
  }
  .u-wd80per--pc {
    width: 80%!important
  }
  .u-wd405--pc {
    width: 405px!important
  }
  .u-wd81per--pc {
    width: 81%!important
  }
  .u-wd410--pc {
    width: 410px!important
  }
  .u-wd82per--pc {
    width: 82%!important
  }
  .u-wd415--pc {
    width: 415px!important
  }
  .u-wd83per--pc {
    width: 83%!important
  }
  .u-wd420--pc {
    width: 420px!important
  }
  .u-wd84per--pc {
    width: 84%!important
  }
  .u-wd425--pc {
    width: 425px!important
  }
  .u-wd85per--pc {
    width: 85%!important
  }
  .u-wd430--pc {
    width: 430px!important
  }
  .u-wd86per--pc {
    width: 86%!important
  }
  .u-wd435--pc {
    width: 435px!important
  }
  .u-wd87per--pc {
    width: 87%!important
  }
  .u-wd440--pc {
    width: 440px!important
  }
  .u-wd88per--pc {
    width: 88%!important
  }
  .u-wd445--pc {
    width: 445px!important
  }
  .u-wd89per--pc {
    width: 89%!important
  }
  .u-wd450--pc {
    width: 450px!important
  }
  .u-wd90per--pc {
    width: 90%!important
  }
  .u-wd455--pc {
    width: 455px!important
  }
  .u-wd91per--pc {
    width: 91%!important
  }
  .u-wd460--pc {
    width: 460px!important
  }
  .u-wd92per--pc {
    width: 92%!important
  }
  .u-wd465--pc {
    width: 465px!important
  }
  .u-wd93per--pc {
    width: 93%!important
  }
  .u-wd470--pc {
    width: 470px!important
  }
  .u-wd94per--pc {
    width: 94%!important
  }
  .u-wd475--pc {
    width: 475px!important
  }
  .u-wd95per--pc {
    width: 95%!important
  }
  .u-wd480--pc {
    width: 480px!important
  }
  .u-wd96per--pc {
    width: 96%!important
  }
  .u-wd485--pc {
    width: 485px!important
  }
  .u-wd97per--pc {
    width: 97%!important
  }
  .u-wd490--pc {
    width: 490px!important
  }
  .u-wd98per--pc {
    width: 98%!important
  }
  .u-wd495--pc {
    width: 495px!important
  }
  .u-wd99per--pc {
    width: 99%!important
  }
  .u-wd500--pc {
    width: 500px!important
  }
  .u-wd100per--pc {
    width: 100%!important
  }
  .u-tblwd5--pc {
    width: 5%!important
  }
  .u-tblwd10--pc {
    width: 10%!important
  }
  .u-tblwd15--pc {
    width: 15%!important
  }
  .u-tblwd20--pc {
    width: 20%!important
  }
  .u-tblwd25--pc {
    width: 25%!important
  }
  .u-tblwd30--pc {
    width: 30%!important
  }
  .u-tblwd35--pc {
    width: 35%!important
  }
  .u-tblwd40--pc {
    width: 40%!important
  }
  .u-tblwd45--pc {
    width: 45%!important
  }
  .u-tblwd50--pc {
    width: 50%!important
  }
  .u-tblwd55--pc {
    width: 55%!important
  }
  .u-tblwd60--pc {
    width: 60%!important
  }
  .u-tblwd65--pc {
    width: 65%!important
  }
  .u-tblwd70--pc {
    width: 70%!important
  }
  .u-tblwd75--pc {
    width: 75%!important
  }
  .u-tblwd80--pc {
    width: 80%!important
  }
  .u-tblwd85--pc {
    width: 85%!important
  }
  .u-tblwd90--pc {
    width: 90%!important
  }
  .u-tblwd95--pc {
    width: 95%!important
  }
  .u-tblwd100--pc {
    width: 100%!important
  }
}
@media screen and (min-width:769px) and (min-width:769px), print {
  .l-dtl-header .c-hdg--lv1 {
    margin-top: calc(12px - (((2.2rem * 1) - 2.2rem)/ 2));
    margin-bottom: calc(0px - (((2.2rem * 1) - 2.2rem)/ 2));
    font-size: 2.2rem
  }
  .l-pdc-header .c-hdg--lv1 {
    margin-top: calc(12px - (((1.8rem * 1) - 1.8rem)/ 2));
    margin-bottom: calc(0px - (((1.8rem * 1) - 1.8rem)/ 2));
    font-size: 1.8rem
  }
  .l-info-header .l-info-header__inr .c-hdg--lv1 {
    margin-bottom: calc(15px - (((1.8rem * 1) - 1.8rem)/ 2));
    font-size: 1.8rem
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl {
    margin-top: calc(16px - (((1.26667rem * 1.5) - 1.26667rem)/ 2));
    margin-bottom: calc(0px - (((1.26667rem * 1.5) - 1.26667rem)/ 2));
    font-size: 1.26667rem
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl .l-main__subcontent__ttl--lv4 {
    margin-top: calc(0px - (((1rem * 1.9) - 1rem)/ 2));
    font-size: 1rem
  }
  .l-index-wrap .p-exp-wrap .p-exparea .r-factory .u-img-wrap {
    width: 498px
  }
  .selectbox .selectbox__select .c-rcp__select__icn {
    width: 50px;
    height: 50px;
    margin: 0 4px 0 14px
  }
  .c-list .c-list__itm.is-space {
    margin-top: calc(20px - (((1rem * 1.7) - 1rem)/ 2));
    margin-bottom: calc(0px - (((1rem * 1.7) - 1rem)/ 2));
    font-size: 1rem
  }
  .c-list .c-list__itm.is-small.is-space {
    margin-top: calc(20px - (((.93333rem * 1.7) - .93333rem)/ 2));
    margin-bottom: calc(0px - (((.93333rem * 1.7) - .93333rem)/ 2));
    font-size: .93333rem
  }
  .c-list .c-list__itm.is-xsmall.is-space {
    margin-top: calc(20px - (((.86667rem * 1.7) - .86667rem)/ 2));
    margin-bottom: calc(0px - (((.86667rem * 1.7) - .86667rem)/ 2));
    font-size: .86667rem
  }
  .c-txt-link.is-first-margin {
    margin-top: calc(30px - (((1rem * 1.7) - 1rem)/ 2));
    font-size: 1rem
  }
  .c-txt-link.is-small.is-first-margin {
    margin-top: calc(30px - (((.93333rem * 1.7) - .93333rem)/ 2));
    font-size: .93333rem
  }
  .c-txt-link.is-space {
    margin-top: calc(20px - (((1rem * 1.7) - 1rem)/ 2));
    margin-bottom: calc(0px - (((1rem * 1.7) - 1rem)/ 2));
    font-size: 1rem
  }
  .c-txt-link.is-small.is-space {
    margin-top: calc(20px - (((.93333rem * 1.7) - .93333rem)/ 2));
    margin-bottom: calc(0px - (((.93333rem * 1.7) - .93333rem)/ 2));
    font-size: .93333rem
  }
  .c-txt-link.is-space.is-first-margin {
    margin-top: calc(30px - (((1rem * 1.7) - 1rem)/ 2));
    margin-bottom: calc(0px - (((1rem * 1.7) - 1rem)/ 2));
    font-size: 1rem
  }
  .c-txt-link.is-space.is-small.is-first-margin {
    margin-top: calc(30px - (((.93333rem * 1.7) - .93333rem)/ 2));
    margin-bottom: calc(0px - (((.93333rem * 1.7) - .93333rem)/ 2));
    font-size: .93333rem
  }
}
@media (min-width:2000px) {
  .c-sliderlist.r-kv .c-sliderlist__img img {
    position: static;
    height: auto;
    display: inline;
    max-width: initial;
    width: 100%;
    height: auto
  }
}
@media screen and (max-width:768px) {
  html {
    font-size: 4vw
  }
  body {
    padding: 50px 0 0 0;
    padding: 13.33333vw 0 0 0;
    overflow-x: hidden
  }
  * {
    max-width: 99999px
  }
  sup {
    font-size: 10px;
    font-size: 2.66667vw
  }
  .l-footer {
    height: auto
  }
  .l-footer .l-footer__inr {
    width: 100%;
    padding: 40px 20px 25px 20px;
    padding: 10.66667vw 5.33333vw 6.66667vw 5.33333vw
  }
  .l-footer .l-footer__inr__top {
    display: block
  }
  .l-footer .l-footer__main {
    width: 100%
  }
  .l-footer .l-footer__logo {
    width: 81px;
    width: 21.6vw;
    height: 29.5px;
    height: 7.86667vw;
    margin: 0 auto
  }
  .l-footer .l-footer__logo__link {
    width: 100%;
    height: 100%
  }
  .l-footer .l-footer__logo__img {
    width: 81px;
    width: 21.6vw;
    height: 29.5px;
    height: 7.86667vw
  }
  .l-footer .l-nav__list {
    margin: 50px 0 50px 0;
    margin: 6.66667vw 0 6.66667vw 0;
    padding: 0 15px 0 15px;
    padding: 0 4vw 0 4vw;
    display: block
  }
  .l-footer .l-nav__list:after {
    content: "";
    display: block;
    clear: both
  }
  .l-footer .l-nav__list__item {
    float: left
  }
  .l-footer .l-nav__list__item:first-of-type {
    padding-left: 0
  }
  .l-footer .l-nav__list__item:nth-of-type(4) {
    padding-left: 0
  }
  .l-footer .l-nav__list__item.r-pdc {
    margin: 0 0 35px 0;
    margin: 0 0 4.66667vw 0
  }
  .l-footer .l-nav__list__item.r-rcp {
    margin: 0 0 35px 45px;
    margin: 0 0 4.66667vw 6vw
  }
  .l-footer .l-nav__list__item.r-experience {
    margin: 0 0 35px 45px;
    margin: 0 0 4.66667vw 6vw;
    width: 125px;
    width: 33.33333vw
  }
  .l-footer .l-nav__list__item.r-experience .l-nav__list__link {
    letter-spacing: -.050em
  }
  .l-footer .l-nav__list__item.r-contact {
    margin: 0 0 0 85px;
    margin: 0 0 0 11.33333vw
  }
  .l-footer .l-nav__list__item.r-adopt {
    margin: 0 0 0 85px;
    margin: 0 0 0 11.33333vw
  }
  .l-footer .l-nav__list__link {
    font-size: 3.2vw;
    line-height: 2
  }
  .l-footer .l-footer__sub {
    padding: 0 122.5px 0 122.5px;
    padding: 0 32.66667vw 0 32.66667vw
  }
  .l-footer .l-snsicon__list__item {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw
  }
  .l-footer .l-snsicon__list__item:first-of-type {
    margin: 0 40px 0 0;
    margin: 0 5.33333vw 0 0
  }
  .l-footer .l-snsicon__list__item.r-Facebook .l-snsicon__list__link span {
    width: 8.5px;
    width: 2.26667vw;
    height: 15px;
    height: 4vw
  }
  .l-footer .l-snsicon__list__item.r-Twitter .l-snsicon__list__link span {
    width: 15px;
    width: 4vw;
    height: 13.5px;
    height: 3.6vw
  }
  .l-footer .l-unav {
    margin: 65px 0 0 0;
    margin: 8.66667vw 0 0 0;
    display: block
  }
  .l-footer .l-unav__list {
    padding: 0 50px 0 50px;
    padding: 0 13.33333vw 0 13.33333vw
  }
  .l-footer .l-unav__list__item:nth-child(1) .l-unav__list__link,
  .l-footer .l-unav__list__item:nth-child(2) .l-unav__list__link {
    padding: 0 30px 0 0;
    padding: 0 8vw 0 0
  }
  .l-footer .l-unav__list__item:nth-child(1) .l-unav__list__link:after,
  .l-footer .l-unav__list__item:nth-child(2) .l-unav__list__link:after {
    width: 1px;
    width: .26667vw;
    height: 11.5px;
    height: 3.06667vw;
    top: 0;
    right: 4.53vw
  }
  .l-footer .l-unav__list__link {
    font-size: 3.2vw;
    letter-spacing: -.02em
  }
  .l-footer .l-copyright {
    display: block;
    margin: 60px 0 0 93px;
    margin: 8vw 0 0 12.4vw
  }
  .l-footer .l-copyright .l-copyright__txt {
    font-size: 2.4vw;
    line-height: 1.55;
    letter-spacing: -.010em
  }
  .c-scroll-pagetop {
    right: 2.666vw;
    bottom: 2.666vw
  }
  .c-scroll-pagetop .c-pagetop-trigger {
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    background-image: url(/assets/img/common/icon_18_sp.png);
    background-repeat: no-repeat;
    background-size: cover
  }
  .l-footer__overseas .l-footer__logo img {
    width: 110px;
    width: 29.33333vw;
    height: 20px;
    height: 5.33333vw
  }
  .l-footer__overseas .l-unav .l-unav__list__item {
    margin: 0 auto
  }
  .l-lnav .l-lnav__inr {
    width: 100%;
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l-lnav .l-lnav__inr .p-navlist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .l-lnav .l-lnav__inr .p-navlist__itm {
    margin: 0 0 0 40px;
    margin: 0 0 0 5.33333vw
  }
  .l-lnav .l-lnav__inr .p-navlist__itm:nth-last-of-type(2) {
    margin: 54px 0 0 118px;
    margin: 7.2vw 0 0 15.73333vw
  }
  .l-lnav .l-lnav__inr .p-navlist__itm:last-of-type {
    margin: 54px 118px 0 40px;
    margin: 7.2vw 15.73333vw 0 5.33333vw
  }
  .l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link {
    width: 98px;
    width: 26.13333vw;
    height: auto
  }
  .l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__img {
    width: 98px;
    width: 26.13333vw;
    height: 98px;
    height: 26.13333vw
  }
  .l-lnav .l-lnav__inr .p-navlist__itm .p-navlst__itm__link .c-navlist__txt {
    font-size: 3.73333vw;
    line-height: 1.42;
    margin: 21px 0 0 0;
    margin: 2.8vw 0 0 0
  }
  .l-header {
    width: 100%;
    height: 50px;
    height: 13.33333vw
  }
  .l-header .l-header__inr {
    width: 100%
  }
  .l-header .l-header__main {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    height: 13.33333vw;
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l-header .l-header__logo {
    width: 75.5px;
    width: 20.13333vw;
    height: 27px;
    height: 7.2vw
  }
  .l-header .l-header__logo__link {
    width: 75.5px;
    width: 20.13333vw;
    height: 27px;
    height: 7.2vw
  }
  .l-header .l-header__logo__img {
    width: 75.5px;
    width: 20.13333vw;
    height: 27px;
    height: 7.2vw
  }
  .l-header .l-header__sub {
    display: none
  }
  .l-spmenulist__title + .l-togglelist {
    padding: 0 0 30px 0;
    padding: 0 0 8vw 0
  }
  .l-spmenulist__title + .l-togglelist .l-togglelist__item:nth-last-of-type(3) {
    margin: 0
  }
  .l-header__overseas .l-header__logo__link {
    width: 110px;
    width: 29.33333vw;
    height: 20.5px;
    height: 5.46667vw
  }
  .l-breadcrumb .l-breadcrumb__inr {
    width: 100%;
    padding: 15px 20px 15px 20px;
    padding: 4vw 5.33333vw 4vw 5.33333vw;
    border-top: solid 1px #ccc
  }
  .l-breadcrumb .l-breadcrumb__itm:before {
    margin-right: 1em
  }
  .l-breadcrumb .l-breadcrumb__itm {
    margin-right: 1em;
    font-size: 3.2vw;
    line-height: 2
  }
  .l-dtl-header {
    width: 100%
  }
  .l-dtl-header .l-dtl-header__inr {
    padding: 30px 20px 28.5px 20px;
    padding: 8vw 5.33333vw 7.6vw 5.33333vw
  }
  .l-dtl-header .l-cts-header__heading .l-cts-header__subtxt {
    font-size: 3.73333vw
  }
  .l-dtl-header .c-hdg--lv1 {
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: -12px
  }
  .l-dtl-header.r-rcp-header .l-dtl-header__inr {
    padding: 30px 20px 28.5px 20px;
    padding: 8vw 5.33333vw 7.6vw 5.33333vw
  }
  .l-cts-header__heading .l-cts-header__subtxt {
    font-size: 3.73333vw
  }
  .l-pdc-header .l-pdc-header__inr {
    padding: 36px 20px 40px 36px;
    padding: 9.6vw 5.33333vw 10.66667vw 9.6vw
  }
  .l-pdc-header .l-pdc-header__inr .c-hdg--lv1 {
    width: 200px;
    width: 53.33333vw;
    line-height: 1.2
  }
  .l-pdc-header .l-header__vis {
    width: 177.5px;
    width: 47.33333vw;
    height: 119px;
    height: 31.73333vw
  }
  .l-pdc-header .c-hdg--lv1 {
    line-height: 1;
    margin-top: 19px;
    margin-bottom: 0
  }
  .l-info-header .l-info-header__inr {
    width: 100%;
    padding: 42.5px 20px 42.5px 20px;
    padding: 11.33333vw 5.33333vw 11.33333vw 5.33333vw
  }
  .l-info-header .l-info-header__inr .c-hdg--lv1 {
    font-size: 5.33333vw
  }
  .l-info-header .l-info-header__inr .l-cts-header__subtxt {
    font-size: 2.4vw;
    margin: 19px 0 0 0;
    margin: 2.53333vw 0 0 0
  }
  .l-info-header.r-pdc__index {
    height: 120px;
    height: 32vw;
    background-image: url(/assets/img/products/bg_index_01_sp.jpg)
  }
  .l-info-header.r-rcp__index {
    height: 120px;
    height: 32vw;
    background-image: url(/assets/img/recipes/bg_index_01_sp.jpg)
  }
  .l-info-header.r-cmp__index {
    height: 120px;
    height: 32vw;
    background-image: url(/assets/img/company/bg_index_01_sp.jpg)
  }
  .l-info-header.r-inquiry {
    height: 120px;
    height: 32vw;
    margin: 0 0 102px 0;
    margin: 0 0 13.6vw 0
  }
  .l-maincts {
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l-maincts.l-maincts-base > p {
    margin: 0 0 56.5px 0;
    margin: 0 0 7.53333vw 0
  }
  .l-cts-header .l-cts-header__inr {
    height: 180px;
    height: 48vw
  }
  .l-cts-header .l-cts-header__inr .c-cts-header__heading .c-hdg--lv1 {
    font-size: 5.33333vw
  }
  .l-cts-header .l-cts-header__inr.r-essence {
    background-image: url(/assets/img/products/essence/bg_index_01_sp.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-essence .c-cts-header__heading .u-img-wrap {
    width: 180.5px;
    width: 48.13333vw;
    height: 32.5px;
    height: 8.66667vw;
    margin: 0 0 0 40px;
    margin: 0 0 0 5.33333vw
  }
  .l-cts-header .l-cts-header__inr.r-industrial {
    background-image: url(/assets/img/products/essence/bg_industrial_01_sp.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-processing {
    background-image: url(/assets/img/products/essence/bg_processing_01_sp.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-supplychain {
    background-image: url(/assets/img/products/essence/bg_supplychain_01_sp.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-preservation {
    background-image: url(/assets/img/products/essence/bg_preservation_01_sp.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-universaldesign {
    background-image: url(/assets/img/products/essence/bg_universaldesign_01_sp.jpg)
  }
  .l-cts-header .l-cts-header__inr.r-blueflag {
    background-image: url(/assets/img/experience/bg_blueflag_01_sp.jpg);
    height: auto
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .l-cts-header__inr--imagechanger {
    background-image: url(/assets/img/experience/bg_blueflag_02_sp.jpg);
    background-size: cover;
    background-position: center top;
    height: auto
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading {
    padding: 50px 0 0 0;
    padding: 13.33333vw 0 0 0
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .c-hdg-img__01 {
    width: 157px;
    width: 41.86667vw;
    height: 13px;
    height: 3.46667vw
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .c-hdg-img__02 {
    width: 219px;
    width: 58.4vw;
    margin-top: 16px;
    margin-top: 4.26667vw
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .c-cts-header__heading .c-hdg-img__03 {
    width: 335px;
    width: 89.33333vw;
    height: 102.5px;
    height: 27.33333vw;
    margin-top: 37.5px;
    margin-top: 10vw
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro {
    margin: 69px 40px 0 40px;
    margin: 9.2vw 5.33333vw 0 5.33333vw;
    padding-bottom: 43px;
    padding-bottom: 11.46667vw
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro .p-intro__hdg {
    margin: 0 0 33px 0;
    margin: 0 0 4.4vw 0
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro .c-intro__txt {
    font-size: fs-2m-sp;
    line-height: 1.75
  }
  .l-cts-header .l-cts-header__inr.r-blueflag .p-intro .c-cts__txt {
    font-size: 3.73333vw
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck {
    background-image: url(/assets/img/experience/bg_jamdeck_01_sp.jpg);
    height: 180px;
    height: 48vw
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .u-img-wrap.c-hdg-img__01 {
    width: 280.5px;
    width: 74.8vw;
    height: 32px;
    height: 8.53333vw;
    margin: 0 auto
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .u-img-wrap.c-hdg-img__02 {
    width: 105px;
    width: 28vw;
    height: 25.5px;
    height: 6.8vw;
    margin: 0 auto;
    margin-top: -1px;
    margin-top: -.26667vw;
    margin-bottom: 14.5px;
    margin-bottom: 3.86667vw
  }
  .l-cts-header .l-cts-header__inr.r-jamdeck .c-cts-header__heading .c-intro__txt {
    font-size: 3.2vw;
    line-height: 1
  }
  [class*=l-main--] {
    width: 100%
  }
  .l-main--2col {
    margin-top: 47.5px;
    margin-top: 12.66667vw
  }
  .l-main--2col .l-main__cnt {
    padding-right: 20px;
    padding-right: 5.33333vw;
    padding-left: 20px;
    padding-left: 5.33333vw
  }
  .l-main--2col .l-main__subcontent {
    margin-top: 75px;
    margin-top: 20vw
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl {
    display: none
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl .l-main__subcontent__ttl--lv4 {
    line-height: 1.5;
    margin-top: -7.5px;
    line-height: 1.5
  }
  .l-main--2col .l-main__subcontent.r-has-bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
  }
  .l-main--2col .l-main__subcontent.r-has-bnr > * {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
  .l-main--2col .l-main__subcontent.r-has-bnr .l-main__subcontent__bnrs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 110px;
    margin-bottom: 29.33333vw
  }
  .l-lyt__3col .p-ctslist__3col {
    display: block
  }
  .l-lyt__3col .p-ctslist__itm {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-lyt__3col .p-ctslist__itm:nth-of-type(2n) {
    margin-right: 0
  }
  .l-lyt__3col .p-ctslist__itm:nth-last-of-type(2) {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-lyt__3col .p-ctslist__itm:last-of-type {
    margin: 0;
    margin: 0
  }
  .l-lyt__3col .p-ctslist__link {
    width: 100%;
    padding: 13.25px 19px 13.25px 19px;
    padding: 3.53333vw 5.06667vw 3.53333vw 5.06667vw
  }
  .l-main--fullwidth {
    width: 100%
  }
  .l-main--fullwidth .l-main__inr {
    width: 100%;
    padding-right: 20px;
    padding-right: 5.33333vw;
    padding-left: 20px;
    padding-left: 5.33333vw
  }
  .l-main--fullwidth.r-space-top {
    margin-top: 47.5px;
    margin-top: 12.66667vw
  }
  .l-errorpage {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-errorpage .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-errorpage .c-hdg--lv2 .c-cts__txt {
    font-size: 2.66667vw
  }
  .l-maincts-base figure {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-maincts-base figure figcaption {
    margin: 10px 0 0 0;
    margin: 1.33333vw 0 0 0
  }
  .l-pagetop > a {
    right: 20px;
    right: 5.33333vw;
    bottom: 50px;
    bottom: 13.33333vw;
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    padding: 40px 0 0 40px;
    padding: 10.66667vw 0 0 10.66667vw
  }
  .l-pagetop.is-fixed > a {
    bottom: 20px;
    bottom: 5.33333vw
  }
  .l-pagetop.is-fixed.is-moving {
    opacity: 0
  }
  .l-rcp-dtl__cts .c-column .c-hdg--lv3 {
    margin-top: 0!important
  }
  .l-rcp-dtl__cts .l-rcp__vis__img .l-rcp__vis__item {
    width: 100%;
    height: 245px;
    height: 65.33333vw
  }
  .l-rcp-dtl__cts .l-rcp__vis__img {
    width: 100%;
    height: 245px;
    height: 65.33333vw;
    position: relative;
    overflow: hidden
  }
	.l-rcp-dtl__cts .l-rcp__vis__img p{
	position: absolute;
	bottom: -1vw;
	right: 0;
	z-index: 99;
	display: block;
	font-size: 2.5vw;
	background-color: #fff;
	padding:0 0.5vw;
}
  .l-rcp-dtl__cts .l-rcp__thumbnails .l-rcp__thumbnails__item {
    width: 80px;
    width: 21.33333vw;
    height: 57.5px;
    height: 15.33333vw;
    margin: 0 10px 0 0;
    margin: 0 1.33333vw 0 0
  }
  .l-rcp-dtl__cts .l-rcp__intro {
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0
  }
  .l-rcp-dtl__cts .l-rcp__intro .l-rcp__intro__txt {
    line-height: 2.14286;
    margin-top: 44px;
    margin-bottom: -16px
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time {
    display: block;
    margin: 60px 0 10px 0;
    margin: 8vw 0 1.33333vw 0
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__time {
    padding: 0 0 0 29px;
    padding: 0 0 0 7.73333vw;
    font-size: 3.73333vw
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__time.c-listitem01 {
    margin: 0 22px 0 0;
    margin: 0 2.93333vw 0 0;
    background-size: auto 5.6vw
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__time .l-listitem__box {
    width: 235px;
    width: 62.66667vw
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy {
    display: block
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__energy {
    padding: 0 0 0 29px;
    padding: 0 0 0 7.73333vw;
    font-size: 3.73333vw
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__energy.c-listitem02 {
    margin: 0 22px 0 0;
    margin: 0 2.93333vw 0 0;
    background-size: auto 5.6vw
  }
  .l-rcp-dtl__cts .l-coolingtim_energy .l-rcp__intro__list__energy .l-listitem__box {
    width: 225px;
    width: 60vw
  }
  .l-rcp-dtl__cts .c-note {
    font-size: 3.2vw
  }
  .l-sidebar {
    width: 100%
  }
  .l-sidebar__cts__title:before {
    height: 3px;
    height: .8vw
  }
  .l-sidebar__cts__title .c-hdg--lv1 {
    font-size: 3.73333vw;
    padding: 25px 20px 24px 20px;
    padding: 6.66667vw 5.33333vw 6.4vw 5.33333vw
  }
  .l-sidebar__cts .l-sidebar__banner-primary {
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l-sidebar__cts .l-sidebar__banner-primary img {
    width: 335px;
    width: 89.33333vw;
    height: 335px;
    height: 89.33333vw
  }
  .l-sidebar__cts .r-blank-primary span {
    right: 4.666vw;
    bottom: 4.666vw
  }
  .l-sidebar__cts .r-blank-secondary span {
    right: 4.666vw;
    bottom: 4.666vw
  }
  .l-sidebar__cts .l-sidebar__banner-secondary {
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l-sidebar__cts .l-sidebar__banner-secondary img {
    width: 335px;
    width: 89.33333vw;
    height: 106px;
    height: 28.26667vw
  }
  .l-sidebar__cts__list__item {
    line-height: 1.4;
    font-size: 3.73333vw;
    padding: 22px 20px 21px 20px;
    padding: 5.86667vw 5.33333vw 5.6vw 5.33333vw
  }
  .l-togglelist__title span {
    width: 22.5px;
    width: 6vw;
    height: 30px;
    height: 8vw
  }
  .l-togglelist__title span:before {
    width: 14px;
    width: 3.73333vw;
    top: 8.6vw;
    right: 6vw
  }
  .l-togglelist__title span:after {
    height: 14px;
    height: 3.73333vw;
    top: 6.8vw;
    right: 7.75vw
  }
  .l-togglelist__title + .l-togglelist .l-togglelist__item {
    line-height: 1.4;
    font-size: 3.73333vw
  }
  .l-togglelist__title + .l-togglelist .l-togglelist__item a {
    padding: 22px 20px 21px 20px;
    padding: 5.86667vw 5.33333vw 5.6vw 5.33333vw
  }
  .l-pdc__vis {
    width: 100%
  }
  .l-pdc__vis__imgwrap {
    height: 335px;
    height: 89.33333vw
  }
  .l-pdc__vis__imgwrap .l-pdc__vis__img {
    border-bottom: solid 1px #ccc;
    height: 335px;
    height: 89.33333vw;
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw
  }
  .l-pdc__vis__imgwrap .l-pdc__vis__img .l-pdc__vis__area {
    height: 275px;
    height: 73.33333vw
  }
  .l-pdc__vis__imgwrap .c-note {
    bottom: 1vw;
    font-size: 3.73333vw
  }
  .l-pdc__tablist {
    margin: 5px 0 0 0;
    margin: .66667vw 0 0 0
  }
  .l-pdc__tablist .l-pdc__tablist__item {
    margin: 0 5px 0 0;
    margin: 0 .66667vw 0 0;
    width: 110px;
    width: 29.33333vw;
    font-size: 3.73333vw
  }
  .l-pdc__tablist .l-pdc__tablist__item a {
    padding: 13px 0 13px 0;
    padding: 3.46667vw 0 3.46667vw 0
  }
  .l-pdc__tablist .l-pdc__tablist__item.is-active {
    margin: -6px 5px 0 0;
    margin: -.8vw .66667vw 0 0
  }
  .l-pdc__tablist .l-pdc__tablist__item.is-active a {
    padding: 16px 0 16px 0;
    padding: 4.26667vw 0 4.26667vw 0
  }
  .l-pdc__vis__deta {
    margin: 100px 0 0 0;
    margin: 13.33333vw 0 0 0
  }
  .l-pdc__vis__deta .c-txticonlist .c-txticonlist__item {
    margin: 0 10px 0 0;
    margin: 0 1.33333vw 0 0;
    font-size: 2.66667vw
  }
  .l-pdc__vis__deta__txt {
    font-size: 3.73333vw;
    line-height: 1;
    margin: 40px 0 0 0;
    margin: 5.33333vw 0 0 0
  }
  .l-pdc__vis__deta__list {
    margin: 45px 0 0 0;
    margin: 6vw 0 0 0
  }
  .l-pdc__vis__deta__list li {
    padding: 14px 0 14px 0;
    padding: 3.73333vw 0 3.73333vw 0;
    font-size: 3.73333vw
  }
  .l-pdc__vis__deta__list li span:nth-of-type(2) {
    margin: 0 23px 0 0;
    margin: 0 3.06667vw 0 0;
    font-size: 3.73333vw
  }
  .l-pdc__vis__deta__list + .l-pdc__vis__deta__txt {
    margin: 28px 0 0 0;
    margin: 3.73333vw 0 0 0
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm {
    width: 100%;
    height: 60px;
    height: 16vw
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm:last-of-type {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm .r-blank-secondary span {
    right: 6.666vw
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm .c-btn-list__itm__cnt {
    font-size: 3.73333vw
  }
  .p-btnwrap .c-btn-list .c-btn-list__itm .c-note {
    font-size: 3.2vw;
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .p-fruit_compote.p-btnwrap .c-btn-list .c-btn-list__itm {
    height: 20vw
  }
  .l-pdc__index-wrap {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-pdc__index-wrap .l-pdc__index {
    margin: 180px 0 0 0;
    margin: 24vw 0 0 0
  }
  .l-pdc__index-wrap .l-pdc__index__title .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-pdc__index-wrap .l-pdc__index__list {
    margin: 80px 0 0 0;
    margin: 10.66667vw 0 0 0
  }
	
  .l-pdc__index-wrap .l-pdc__clm {
    display: block;
    margin: 180px 0 0 0;
    margin: 24vw 0 0 0
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea {
    width: 100%
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea .c-hdg--lv1 {
    font-size: 4.8vw;
    line-height: .77;
    letter-spacing: -.03em
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__txtarea .l-pdc__clm__txt {
    font-size: 3.73333vw;
    margin: 47px 0 0 0;
    margin: 6.26667vw 0 0 0
  }
  .l-pdc__index-wrap .l-pdc__clm .l-pdc__clm__imgarea {
    margin: 58px 0 0 0;
    margin: 7.73333vw 0 0 0
  }
  .l-pdc__index-wrap .l-pdc__cdt {
    display: block
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item:last-of-type {
    margin-bottom: 0
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link {
    width: 100%;
    height: 104px;
    height: 27.73333vw;
    padding: 25px 0 25px 20px;
    padding: 6.66667vw 0 6.66667vw 5.33333vw
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link .r-wd-160 {
    width: 190px;
    width: 50.66667vw
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-soldout .l-cdt__img {
    width: 37.5px;
    width: 10vw;
    height: 52.5px;
    height: 14vw;
    margin: 0 0 0 84px;
    margin: 0 0 0 11.2vw
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-soldout .l-cdt__link__txt {
    line-height: 1.5
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-faq .l-cdt__img {
    width: 63px;
    width: 16.8vw;
    height: 50px;
    height: 13.33333vw;
    margin: 0 0 0 190px;
    margin: 0 0 0 25.33333vw
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-consultation .l-cdt__img {
    width: 61px;
    width: 16.26667vw;
    height: 53px;
    height: 14.13333vw;
    margin: 0 0 0 54px;
    margin: 0 0 0 7.2vw
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-consultation .l-cdt__link__txt {
    line-height: 1.5
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link.r-blank-primary span {
    right: 2.666vw;
    bottom: 2.666vw
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__title {
    font-size: 3.73333vw;
    line-height: .92
  }
  .l-pdc__index-wrap .l-pdc__cdt .l-cdt__item .l-cdt__link__txt {
    font-size: 3.2vw;
    line-height: 1.08;
    margin: 28px 0 0 0;
    margin: 3.73333vw 0 0 0
  }
  .l-pdc__cmt {
    background-image: url(/assets/img/products/bg_index_02_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    margin: 180px 0 0 0;
    margin: 24vw 0 0 0;
    padding: 51px 20px 183px 20px;
    padding: 13.6vw 5.33333vw 48.8vw 5.33333vw
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea .l-pdc__cmt__title {
    width: 200px;
    width: 53.33333vw;
    height: 35px;
    height: 9.33333vw
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea .l-pdc__cmt__txt {
    line-height: 2;
    font-size: 3.73333vw;
    margin: 42px 0 46px 0;
    margin: 5.6vw 0 6.13333vw 0
  }
  .l-pdc__cmt .l-pdc__cmt__txtarea .c-btn-list__itm__link {
    width: auto;
    height: 40px;
    height: 10.66667vw
  }
  .l-pdc__intro {
    font-size: 14px;
    font-size: 3.73333vw;
    margin: -14px 0 46px 0;
    margin: -1.86667vw 0 6.13333vw 0
  }
  .l-pdc__index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__80, .l-pdc__index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__96 {
    top: 0;
    left: 0;
  }
  .p-top-info {
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
  }
  .p-top-info .p-top-info__title {
    width: 84px;
    width: 22.4vw
  }
  .p-top-info .p-top-info__title:after {
    border-width: 28vw 0 28vw 8vw
  }
  .p-top-info .p-top-info__title p {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.66;
    padding: 33px 10px 33px 20px;
    padding: 8.8vw 2.66667vw 8.8vw 5.33333vw
  }
  .p-top-info .p-top-info__txt {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 35px 0 0;
    padding: 0 9.33333vw 0 0
  }
  .p-top-info .p-top-info__txt .c-info__date {
    display: block;
    font-size: 3.2vw;
    line-height: 1.16;
    margin: 38px 0 0 61px;
    margin: 5.06667vw 0 0 8.13333vw
  }
  .p-top-info .p-top-info__txt .p-top-info__link {
    display: block;
    font-size: 3.73333vw;
    line-height: 2;
    margin: 12px 0 34px 61px;
    margin: 1.6vw 0 4.53333vw 8.13333vw
  }
  .l-index-wrap {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-index-wrap .p-slider-wrap__title {
    margin: 0 auto
  }
  .l-index-wrap .l-pdc__index__title__sub .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-index-wrap .c-title__subtxt {
    font-size: 3.73333vw;
    margin: 40px 0 0 0;
    margin: 5.33333vw 0 0 0
  }
  .l-index-wrap .l-pdc__index .c-btn-list {
    margin: 60px 125px 0 125px;
    margin: 8vw 16.66667vw 0 16.66667vw
  }
  .l-index-wrap .p-rcp-list__title {
    margin: 0 auto
  }
  .l-index-wrap .p-rcp-list__title__sub .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-index-wrap .p-rcp-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-index-wrap .p-rcp-list li {
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0;
    width: 157.5px;
    width: 42vw
  }
  .l-index-wrap .p-rcp-list li:nth-of-type(2n) {
    margin-right: 0
  }
  .l-index-wrap .p-rcp-list li:last-of-type {
    margin-bottom: 0
  }
  .l-index-wrap .p-rcp-list li:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__img {
    width: 157.5px;
    width: 42vw;
    height: 157.5px;
    height: 42vw
  }
  .l-index-wrap .p-rcp-list .p-rcp-list__link .p-rcp-list__txt {
    font-size: 3.73333vw;
    line-height: 1.43;
    margin: 21px 0 0 0;
    margin: 2.8vw 0 0 0
  }
  .l-index-wrap .p-rcp-list-wrap .c-btn-list {
    margin: 54px 125px 0 125px;
    margin: 7.2vw 16.66667vw 0 16.66667vw
  }
  .l-index-wrap .p-exp-wrap .p-exp__title {
    margin: 0 auto
  }
  .l-index-wrap .p-exp-wrap .p-exp__title .c-hdg--lv2:after {
    width: 170.5px;
    width: 45.46667vw;
    margin: 15px 0 0 0;
    margin: 2vw 0 0 0
  }
  .l-index-wrap .p-exp-wrap .p-exparea {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-index-wrap .p-exp-wrap .p-exparea .p-exp__box02 {
    width: 100%
  }
  .l-index-wrap .p-exp-wrap .p-exparea .r-factory {
    width: 100%;
    height: 335px;
    height: 89.33333vw;
    display: block
  }
  .l-index-wrap .p-exp-wrap .p-exparea .r-factory .u-img-wrap {
    height: 100%
  }
  .l-index-wrap .p-exp-wrap .p-exparea .r-story {
    width: 100%;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-index-wrap .p-exp-wrap .p-exparea .p-exparea__box__list .p-exparea__list__itm:first-of-type {
    margin: 0 40px 0 0;
    margin: 0 5.33333vw 0 0
  }
  .l-index-wrap .p-exp-wrap .c-btn-list {
    margin: 60px 125px 0 125px;
    margin: 8vw 16.66667vw 0 16.66667vw
  }
  .l-index-wrap .p-company-wrap .p-company__title .c-hdg--lv2 {
    font-size: 7.46667vw
  }
  .l-index-wrap .p-company-wrap .p-company-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-index-wrap .p-company-wrap .p-company-list__itm {
    width: 33.333%
  }
  .l-index-wrap .p-company-wrap .p-company-list__link .c-company-list__txt {
    font-size: 3.73333vw;
    line-height: 1.33
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-summary {
    margin: 0 0 75px 0;
    margin: 0 0 10vw 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-summary img {
    width: 24px;
    width: 6.4vw;
    height: 28.8px;
    height: 7.68vw
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-summary .c-company-list__txt {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-guide {
    margin: 0 0 75px 0;
    margin: 0 0 10vw 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-guide img {
    width: 24px;
    width: 6.4vw;
    height: 29.4px;
    height: 7.84vw
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-guide .c-company-list__txt {
    margin: 29px 0 0 0;
    margin: 3.86667vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-technology {
    margin: 0 0 75px 0;
    margin: 0 0 10vw 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-technology img {
    width: 28.2px;
    width: 7.52vw;
    height: 22.8px;
    height: 6.08vw;
    margin-top: 1.5px;
    margin-top: .4vw
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-technology .c-company-list__txt {
    margin: 37px 0 0 0;
    margin: 4.93333vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-csr img {
    width: 30px;
    width: 8vw;
    height: 28.8px;
    height: 7.68vw;
    margin-top: 2px;
    margin-top: .53333vw
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-csr .c-company-list__txt {
    margin: 32px 0 0 0;
    margin: 4.26667vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-investment img {
    width: 27.6px;
    width: 7.36vw;
    height: 26.4px;
    height: 7.04vw
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-investment .c-company-list__txt {
    margin: 32px 0 0 0;
    margin: 4.26667vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-employment img {
    width: 42px;
    width: 11.2vw;
    height: 25.8px;
    height: 6.88vw
  }
  .l-index-wrap .p-company-wrap .p-company-list__link.r-employment .c-company-list__txt {
    margin: 33px 0 0 0;
    margin: 4.4vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .p-tech-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm {
    width: 157.5px;
    width: 42vw;
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm:nth-of-type(2n) {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm:nth-last-of-type(2) {
    margin: 0 40px 0 0;
    margin: 0 5.33333vw 0 0
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm:last-of-type {
    margin: 0;
    margin: 0
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm .p-tech-list__itm__img {
    width: 157.5px;
    width: 42vw;
    height: 105px;
    height: 28vw
  }
  .l-index-wrap .p-company-wrap .p-tech-list .p-tech-list__itm p {
    font-size: 3.73333vw;
    line-height: 2;
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0
  }
  .l-index-wrap .p-company-wrap .c-btn-list {
    margin: 56px 125px 0 125px;
    margin: 7.46667vw 16.66667vw 0 16.66667vw
  }
  .l-index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__80, .l-index-wrap .c-sliderlist .c-txticonlist .c-txt-icon__96 {
    top: 0;
    left: 0;
  }
  .l-cts-wrap .l-kodawari .c-btn-list__itm .c-btn-list__itm__link {
    width: auto
  }
  .l-rcp-index-wrap .p-slider-wrap__title {
    width: 180px;
    width: 48vw
  }
  .l-rcp-index-wrap .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-rcp-index-wrap .c-hdg--lv2:after {
    width: 180px;
    width: 48vw;
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .l-rcp-index-wrap .c-btn-list {
    width: 208.5px;
    width: 55.6vw;
    margin: 0 auto
  }
  .p-rcp__search {
    padding: 0 0 30px 0;
    padding: 0 0 8vw 0
  }
  .p-rcp__search .p-rcp__search__title {
    padding: 50px 0 0 0;
    padding: 13.33333vw 0 0 0
  }
  .p-rcp__search .p-rcp__search__title .c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1
  }
  .p-rcp__search .p-rcp__search__list {
    width: 100vw;
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__itm {
    width: 100vw
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__search__img {
    height: auto
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__search__img img {
    position: static
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__title {
    padding: 15px 10px 15px 10px;
    padding: 4vw 2.66667vw 4vw 2.66667vw
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__search__title {
    font-size: 3.73333vw;
    line-height: 1.42
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 3px 0 0 0;
    margin: .4vw 0 0 0;
    padding: 3.2vw 2.6vw 0 2.6vw
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__area .p-rcp__itm__list {
    width: 100%;
    margin-bottom: 3.2vw
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__search__itm {
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0
  }
  .p-rcp__search .p-rcp__search__list .p-rcp__itm__list {
    margin: 0 0 24px 0;
    margin: 0 0 3.2vw 0
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__itm__list__icn {
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw
  }
  .p-rcp__search .p-rcp__search__list .c-rcp__itm__list__txt {
    font-size: 3.2vw;
    line-height: 1.66;
    margin: 0 20px 0 10px;
    margin: 0 2.66667vw 0 1.33333vw
  }
  .p-rcp__search .c-btn-list {
    width: 211px;
    width: 56.26667vw;
    padding: 0 0 90px 0;
    padding: 0 0 24vw 0
  }
  .p-rcp__selectarea {
    display: block!important;
    width: 300px;
    width: 80vw;
    margin: 0 auto;
    background-image: url(/assets/img/recipes/bg_index_03_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 17.3vw;
    background-size: 6.666vw 6.666vw;
    margin-top: 4vw!important
  }
  .p-rcp__selectarea .p-select__ingredients, .p-rcp__selectarea .p-select__products {
    border: solid .266vw #0071ce;
    height: 50px;
    height: 13.33333vw;
    border-radius: .266vw .266vw 0 0;
    box-shadow: 0 .8vw 1.226vw .106vw rgba(0, 0, 0, .09)
  }
  .p-rcp__selectarea .p-select__ingredients .r-side .c-rcp__select__icn {
    width: 30px;
    width: 8vw;
    height: 20px;
    height: 5.33333vw;
    margin: 4px 28px 0 0;
    margin: .53333vw 3.73333vw 0 0
  }
  .p-rcp__selectarea .p-select__ingredients .r-sweets .c-rcp__select__icn {
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    margin: 0 34px 0 0;
    margin: 0 4.53333vw 0 0
  }
  .p-rcp__selectarea .p-select__ingredients .r-bread .c-rcp__select__icn {
    width: 28px;
    width: 7.46667vw;
    height: 25px;
    height: 6.66667vw;
    margin: 4px 30px 0 0;
    margin: .53333vw 4vw 0 0
  }
  .p-rcp__selectarea .p-select__ingredients .r-drink .c-rcp__select__icn {
    width: 17px;
    width: 4.53333vw;
    height: 26px;
    height: 6.93333vw;
    margin: 0 46px 0 0;
    margin: 0 6.13333vw 0 0
  }
  .p-rcp__selectarea .p-select__products {
    margin: 110px 0 0 0;
    margin: 14.66667vw 0 0 0
  }
  .p-rcp__selectarea ul {
    width: 300px;
    width: 80vw;
    left: -.266vw;
    top: -.267w
  }
  .p-rcp__selectarea .p-rcp__products .c-rcp__select__icn {
    width: 50px;
    height: 50px;
    margin: 0 4px 0 14px
  }
  .p-rcp__selectarea p {
    font-size: 6.8vw;
    margin: 17px 0 17px 0;
    margin: 2.26667vw 0 2.26667vw 0;
    text-align: center;
    line-height: 1
  }
  .p-rcp__selectarea .c-btn-list {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
    padding-bottom: 0;
    margin-top: 8vw!important;
    height: 40px;
    height: 10.66667vw
  }
  .p-rcp__selectarea .c-btn-list .c-btn-list__itm {
    height: 40px;
    height: 10.66667vw
  }
  .r-2col-btn .r-20_reading .c-icn {
    width: 10px;
    width: 2.66667vw;
    height: 10px;
    height: 2.66667vw
  }
  .r-2col-btn .r-re_reading .c-icn {
    background-image: url(/assets/img/common/icon_05_sp.png);
    width: 11px;
    width: 2.93333vw;
    height: 6px;
    height: 1.6vw
  }
  .r-2col-btn .c-btn-list {
    padding: 0
  }
  .r-2col-btn .r-20_reading .c-btn-list__itm__link:hover .c-icn {
    width: 10px;
    width: 2.66667vw;
    height: 10px;
    height: 2.66667vw
  }
  .r-2col-btn .r-re_reading .c-btn-list__itm__link:hover .c-icn {
    background-image: url(/assets/img/common/icon_04_sp.png);
    width: 11px;
    width: 2.93333vw;
    height: 6px;
    height: 1.6vw
  }
  .p-link__card__specialrecipe {
    margin: 0 auto;
    width: 335px;
    width: 89.33333vw;
    padding: 20px 20px 30px 20px;
    padding: 5.33333vw 5.33333vw 8vw 5.33333vw
  }
  .p-link__card__specialrecipe .p-link__hdg .p-link__txt {
    font-size: 3.2vw;
    line-height: 2
  }
  .p-link__card__specialrecipe .p-link__hdg .p-link__link {
    text-align: center;
    margin: -6px 0 0 0;
    margin: -.8vw 0 0 0;
    padding: 15px 0 0 0;
    padding: 4vw 0 0 0
  }
  .p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link .c-icn {
    top: 10px;
    right: 27px
  }
  .selectbox .selectbox__select {
    height: 50px;
    height: 13.33333vw;
    text-align: left;
    padding: 0 0 0 19.5px;
    padding: 0 0 0 5.2vw
  }
  .selectbox .selectbox__select:after {
    border-right: .266vw solid #0071ce;
    border-bottom: .266vw solid #0071ce;
    top: 4.666vw;
    right: 2.666vw;
    width: 9px;
    width: 2.4vw;
    height: 9px;
    height: 2.4vw
  }
  .selectbox .selectbox__select .selectbox__select__text {
    padding: 18px 0 21.5px 0;
    padding: 4.8vw 0 5.73333vw 0;
    font-size: 3.73333vw;
    line-height: 1
  }
  .selectbox .selectbox__select.is-active:after {
    top: 4.333vw
  }
  .selectbox .selectbox__select .c-rcp__select__icn {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    margin: 0 4px 0 0;
    margin: 0 .53333vw 0 0
  }
  .selectbox .selectbox__select .c-rcp__select__icn img {
    width: auto;
    height: 100%
  }
  .selectbox .selectbox__select .r-side-ico.c-rcp__select__icn {
    width: 30px;
    width: 8vw;
    height: 20px;
    height: 5.33333vw;
    margin: 4px 28px 0 0;
    margin: .53333vw 3.73333vw 0 0
  }
  .selectbox .selectbox__select .r-sweets-ico.c-rcp__select__icn {
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    margin: 0 34px 0 0;
    margin: 0 4.53333vw 0 0
  }
  .selectbox .selectbox__select .r-bread-ico.c-rcp__select__icn {
    width: 28px;
    width: 7.46667vw;
    height: 25px;
    height: 6.66667vw;
    margin: 4px 30px 0 0;
    margin: .53333vw 4vw 0 0
  }
  .selectbox .selectbox__select .r-drink-ico.c-rcp__select__icn {
    width: 17px;
    width: 4.53333vw;
    height: 26px;
    height: 6.93333vw;
    margin: 0 46px 0 0;
    margin: 0 6.13333vw 0 0
  }
  .selectbox__pulldown .selectbox__pulldown__list {
    height: 45px;
    height: 12vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 19.5px;
    padding: 0 0 0 5.2vw
  }
  .selectbox__pulldown .selectbox__pulldown__list .c-rcp__select__icn {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    margin: 0 4px 0 0;
    margin: 0 .53333vw 0 0
  }
  .selectbox__pulldown .selectbox__pulldown__list .c-rcp__select__icn img {
    width: auto;
    height: 100%
  }
  .p-rcp__search_noitem {
    font-size: 4.66667vw;
    line-height: 1
  }
  a.p-rcp__search__link img {
    height: auto!important
  }
  .l-rcp-index-wrap .p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link .c-icn, .p-rcp__search .p-link__card__specialrecipe .p-link__hdg .p-link__link .c-pdc-card__itm__link .c-icn {
    top: 2.2vw
  }
  .l-rcp-index-wrap .p-slider-wrap .c-sliderlist__indicator, .p-rcp__search .p-slider-wrap .c-sliderlist__indicator {
    margin: 0 auto;
    width: 100%;
    margin-top: 7px;
    margin-top: 1.86667vw
  }
  .l-essence .c-intro__txt {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: -.09em
  }
  .l-essence .c-cts__txt {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: -.025em
  }
  .l-essence .p-essence__cnt__title .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-essence .l-cts-wrap__inr {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-essence .l-cts-wrap__inr .p-essence__cnt .c-btn-list {
    width: 211px;
    width: 56.26667vw;
    margin: 0 auto;
    margin-top: 21.5px;
    margin-top: 5.73333vw
  }
  .l-essence .l-cts-wrap__inr .p-essence__cnt .c-btn-list__itm__cnt {
    font-size: 3.73333vw;
    letter-spacing: 0
  }
  .l-essence .l-cts-wrap__inr .p-cnt__intro {
    margin: 83px 0 0 0;
    margin: 11.06667vw 0 0 0
  }
  .l-essence .l-cts-wrap__inr .p-link__card {
    margin: 62px 0 0 0;
    margin: 8.26667vw 0 0 0
  }
  .l-lnav .c-hdg--lv2.r-bordertype-01:after, .l-lnav .c-hdg--lv2.r-bordertype-01:before {
    display: none!important
  }
  .l-supplychain .c-intro__txt {
    font-size: 3.73333vw
  }
  .l-supplychain .c-cts__txt {
    font-size: 3.73333vw
  }
  .l-supplychain .c-cts__point__txt {
    font-size: 3.73333vw;
    line-height: 2
  }
  .l-supplychain .c-lyt__txt__hdg {
    font-size: 4.26667vw;
    line-height: 1;
    margin: 0 0 26px 0;
    margin: 0 0 3.46667vw 0
  }
  .l-supplychain .c-itm__link__txt {
    font-size: 3.2vw;
    line-height: 1.66
  }
  .l-supplychain .c-lyt__txt__title {
    font-size: 3.73333vw
  }
  .l-supplychain .c-img__caption {
    font-size: 2.32vw;
    line-height: 1;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-supplychain .c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1
  }
  .l-supplychain .c-cts__phrase {
    font-size: 3.73333vw;
    line-height: 1;
    padding: 14px 0 14px 0;
    padding: 4vw 0 4vw 0;
  }
  .l-supplychain {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-supplychain .p-intro {
    margin: 0 auto;
    margin-top: 41.5px;
    margin-top: 11.06667vw;
    letter-spacing: -.0277em
  }
  .l-supplychain .c-btn-list {
    width: 211px;
    width: 56.26667vw;
    margin: 0 auto;
    margin-top: 22.5px;
    margin-top: 6vw
  }
  .l-supplychain .p-ctsintro {
    margin: 100px 0 0 0;
    margin: 13.33333vw 0 0 0
  }
  .l-supplychain .p-ctsintro .c-hdg--lv1 {
    font-size: 5.33333vw
  }
  .l-supplychain .p-cts__point {
    margin: 72px 0 0 0;
    margin: 9.6vw 0 0 0
  }
  .l-supplychain .p-ctslist {
    width: 300px;
    width: 80vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 23px;
    margin-top: 6.13333vw
  }
  .l-supplychain .p-ctslist .p-ctslist__itm {
    width: auto;
    margin: 0 0 0 40px;
    margin: 0 0 0 5.33333vw
  }
  .l-supplychain .p-ctslist .p-ctslist__itm:nth-last-of-type(2) {
    margin: 40px 0 0 0;
    margin: 5.33333vw 0 0 0
  }
  .l-supplychain .p-ctslist .p-ctslist__itm:last-of-type {
    margin: 40px 0 0 40px;
    margin: 5.33333vw 0 0 5.33333vw
  }
  .l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link {
    width: 140px;
    width: 37.33333vw;
    height: 140px;
    height: 37.33333vw
  }
  .l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link:after {
    width: 7.5px;
    width: 2vw;
    height: 7.5px;
    height: 2vw;
    bottom: 4.666vw;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-supplychain .p-ctslist .p-ctslist__itm .p-ctslist__itm__link .c-itm__link__num {
    font-size: 6.13333vw;
    top: 6.666vw
  }
  .l-supplychain .p-ctswrap .p-cts__title {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .l-supplychain .p-chartlist {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-supplychain .p-chartlist .p-chartlist__itm {
    margin: 0 0 0 40px;
    margin: 0 0 0 5.33333vw;
    width: 98px;
    width: 26.13333vw
  }
  .l-supplychain .p-chartlist .p-chartlist__itm:nth-of-type(3):after {
    content: none
  }
  .l-supplychain .p-chartlist .p-chartlist__itm:nth-of-type(4) {
    margin-left: 0
  }
  .l-supplychain .p-chartlist .p-chartlist__itm .c-chartlist__itm__img {
    width: 98px;
    width: 26.13333vw;
    height: 98px;
    height: 26.13333vw
  }
  .l-supplychain .p-chartlist .p-chartlist__itm .c-cts__txt {
    font-size: 3.2vw;
    line-height: 1.25;
    margin: 27px 0 0 0;
    margin: 3.6vw 0 0 0
  }
  .l-supplychain .p-chartlist .p-chartlist__itm:after {
    border-width: 1vw 0 1vw 1.6vw;
    top: 12vw;
    right: -3.6vw
  }
  .l-supplychain .p-chartlist:after {
    border-width: 4.666vw 8vw 0 8vw;
    bottom: -8.266vw;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-supplychain .p-chartlist .c-chartlist__arrow {
    width: 241.5px;
    width: 64.4vw;
    height: 25.5px;
    height: 6.8vw;
    margin: 0 auto;
    margin-top: 8px;
    margin-top: 2.13333vw;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw
  }
  .l-supplychain .p-ctswrap__process .p-cts__imgarea {
    margin: 100px 0 0 0;
    margin: 4.33333vw 0 0 0;
    height: 100px;
    height: 26.66667vw;
    background-image: url(/assets/img/products/essence/bg_supplychain_02_sp.jpg)
  }
  .l-supplychain .p-ctswrap__process .p-cts__imgarea .p-cts__imgarea__cnt {
    margin: 0 auto;
    margin-top: 29.5px;
    margin-top: 7.86667vw;
    margin-bottom: 27px;
    margin-bottom: 7.2vw;
    width: 276px;
    width: 73.6vw;
    height: auto;
    padding: 0
  }
  .l-supplychain .p-cts-lyt__nurture {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__imgarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__imgarea .p-cts-lyt__img:first-of-type {
    width: 225px;
    width: 60vw;
    height: 169px;
    height: 45.06667vw
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
    width: 139px;
    width: 37.06667vw;
    height: 105px;
    height: 28vw;
    bottom: -6.666vw
  }
  .l-supplychain .p-cts-lyt__nurture .p-cts-lyt__txtarea {
    margin: 110px 0 0 0;
    margin: 14.66667vw 0 0 0
  }
  .l-supplychain .p-cts-lyt__harvest {
    display: block;
    margin: 96px 0 0 0;
    margin: 12.8vw 0 0 0
  }
  .l-supplychain .p-cts-lyt__harvest .p-cts-lyt__img {
    width: 335px;
    width: 89.33333vw;
    height: 134px;
    height: 35.73333vw
  }
  .l-supplychain .p-cts-lyt__harvest .p-cts-lyt__txtarea {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-supplychain .p-cts-lyt__preserve {
    margin: 90px 0 0 0;
    margin: 12vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-supplychain .p-cts-lyt__preserve .p-cts-lyt__txtarea {
    margin: 63px 0 0 0;
    margin: 8.4vw 0 0 0
  }
  .l-supplychain .p-ctswrap__safety {
    margin: 164px 0 0 0;
    margin: 21.86667vw 0 0 0
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea {
    position: relative
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea .p-img-wrap__caption:first-of-type {
    width: 288.5px;
    width: 76.93333vw;
    height: 173.5px;
    height: 46.26667vw
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__imgarea .p-img-wrap__caption:last-of-type {
    width: 248.5px;
    width: 66.26667vw;
    height: 150px;
    height: 40vw;
    bottom: -30.666vw
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__txtarea {
    margin: 339px 0 0 0;
    margin: 45.2vw 0 0 0
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__hygiene .p-cts-lyt__txtarea .p-cts-lyt__txt p:nth-child(3) {
    margin: 58px 0 0 0;
    margin: 7.73333vw 0 0 0
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0;
    display: block
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__imgarea .p-img-wrap__caption:first-of-type {
    width: 231.5px;
    width: 61.73333vw;
    height: 173.5px;
    height: 46.26667vw
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__imgarea .p-img-wrap__caption:last-of-type {
    width: 184.5px;
    width: 49.2vw;
    height: 111px;
    height: 29.6vw;
    bottom: -16.933vw
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__txtarea {
    margin: 223px 0 0 0;
    margin: 29.73333vw 0 0 0
  }
  .l-supplychain .p-ctswrap__safety .p-cts-lyt__safety .p-cts-lyt__txtarea .c-note {
    font-size: 3.2vw;
    line-height: 2;
    margin: 58px 0 0 0;
    margin: 7.73333vw 0 0 0
  }
  .l-supplychain .p-ctswrap__relationship {
    margin: 167px 0 0 0;
    margin: 22.26667vw 0 0 0
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea {
    margin: 85px 0 0 0;
    margin: 11.33333vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea .p-img-wrap__caption .p-cts-lyt__img {
    width: 329px;
    width: 87.73333vw;
    height: 156px;
    height: 41.6vw
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__productionarea .p-cts-lyt__txtarea {
    margin: 93px 0 0 0;
    margin: 12.4vw 0 0 0
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact {
    display: block
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea {
    margin: 85px 0 0 0;
    margin: 11.33333vw 0 0 0
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea .p-cts-lyt__img:first-of-type {
    width: 255px;
    width: 68vw;
    height: 176.5px;
    height: 47.06667vw
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
    width: 189.5px;
    width: 50.53333vw;
    height: 131px;
    height: 34.93333vw;
    bottom: -22.266vw
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt__interact .p-cts-lyt__txtarea {
    margin: 227px 0 0 0;
    margin: 30.26667vw 0 0 0
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea .p-cts-lyt__img:first-of-type {
    width: 255px;
    width: 68vw;
    height: 176px;
    height: 46.93333vw
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__imgarea .p-cts-lyt__img:last-of-type {
    width: 188px;
    width: 50.13333vw;
    height: 131px;
    height: 34.93333vw;
    bottom: -22vw
  }
  .l-supplychain .p-ctswrap__relationship .p-cts-lyt_dispatch .p-cts-lyt__txtarea {
    margin: 225px 0 0 0;
    margin: 30vw 0 0 0
  }
  .l-supplychain .p-outro-wrap {
    margin: 166px 0 0 0;
    margin: 22.13333vw 0 0 0
  }
  .l-supplychain .p-outro-wrap .p-cts-lyt__imgarea {
    background-image: url(/assets/img/products/essence/bg_supplychain_03_sp.jpg);
    height: 200px;
    height: 53.33333vw
  }
  .l-supplychain .p-outro-wrap .p-cts-lyt__imgarea .p-cts-lyt__img {
    top: 6.1333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 225.5px;
    width: 60.13333vw;
    height: 32px;
    height: 8.53333vw
  }
  .l-supplychain .p-outro-wrap .p-outro__txt {
    margin: 27px 0 0 0;
    margin: 3.6vw 0 0 0
  }
  .l-cts-wrap__technology {
    padding: 43px 20px 0 20px;
    padding: 11.46667vw 5.33333vw 0 5.33333vw
  }
  .l-rcp__intro__technology .l-rcp__intro__txt {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-rcp__intro__technology .l-rcp__intro__txt:last-child {
    margin: 0 0 77px 0;
    margin: 0 0 10.26667vw 0
  }
  .l-rcp__intro__technology__02 .c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: 0
  }
  .l-rcp__intro__technology__02 .c-hdg--lv2:last-child {
    margin: 8px 0 75px 0;
    margin: 1.06667vw 0 10vw 0
  }
  .l-rcp__intro__technology__03 h3.c-hdg--lv4 {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-rcp__intro__technology__03 .c-stripe__border {
    width: 100%;
    height: auto
  }
  .l-rcp__intro__technology__03 .u-clearfix {
    margin: 58px 0 100px 0;
    margin: 7.73333vw 0 13.33333vw 0
  }
  .l-rcp__intro__technology__03 .u-clearfix .c-stripe__border {
    margin: 0 0 70px 0;
    margin: 0 0 9.33333vw 0;
    padding: 25px 25px 25px 25px;
    padding: 6.66667vw 6.66667vw 6.66667vw 6.66667vw
  }
  .l-rcp__intro__technology__03 .u-clearfix .c-stripe__border .c-number {
    margin: -11vw auto 5vw auto!important
  }
  .l-rcp__intro__technology__03 h4.c-hdg--lv4 {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-pdc__technology__wrap h4.c-hdg--lv4 {
    margin: 0 0 25px 0;
    margin: 0 0 3.33333vw 0;
    font-size: 4.26667vw;
    letter-spacing: 0
  }
  .u__description__text {
    font-size: 3.73333vw;
    letter-spacing: 0
  }
  .l-pdc__technology__wrap h5.c-hdg--lv4 {
    margin: 0 0 25px 0;
    margin: 0 0 3.33333vw 0;
    font-size: 4.26667vw;
    letter-spacing: .02em
  }
  .l-pdc__technology__item {
    margin: 50px 0 163px 0;
    margin: 6.66667vw 0 21.73333vw 0
  }
  .l-pdc__technology__item .p-rcp-list__img__right {
    margin: 0 0 100px 0;
    margin: 0 0 13.33333vw 0
  }
  .l-cts-wrap__technology .l-pdc__index__texture .u-flex--center {
    display: block
  }
  .l-pdc__index__texture .l-pdc__index__title {
    margin: 0 0 63px 0;
    margin: 0 0 8.4vw 0
  }
  .l-pdc__index__texture .l-pdc__index__title h2.c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: .08em
  }
  .l-pdc__index__texture .l-pdc__pickup {
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0;
    padding: 20px 20px 14px 20px;
    padding: 5.33333vw 5.33333vw 3.73333vw 5.33333vw
  }
  .l-pdc__index__texture .l-pdc__pickup a:after {
    top: 39%;
    right: -2%
  }
  .l-pdc__index__texture .l-pdc__clm__txt {
    margin: 0 0 48px 0;
    margin: 0 0 6.4vw 0
  }
  .l-pdc__index__texture .l-pdc__pickup .c-sliderlist__txt {
    margin: 0 0 18px 0;
    margin: 0 0 2.4vw 0;
    font-size: 3.73333vw;
    line-height: .9;
    letter-spacing: 0
  }
  .l-pdc__index__texture .l-pdc__pickup .c-c-note {
    font-size: 3.2vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-pdc__index__texture .p-link__card .p-link__card__link.r-type02 {
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0;
    padding: 20px 50px 20px 20px;
    padding: 5.33333vw 13.33333vw 5.33333vw 5.33333vw
  }
  .l-industrial p {
    font-size: 3.73333vw;
    line-height: 2
  }
  .l-industrial .c-intro__txt {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: -.035em
  }
  .l-industrial h1 {
    font-size: 5.33333vw;
    line-height: 1.5
  }
  .l-industrial h3 {
    font-size: 4.26667vw;
    line-height: 1
  }
  .l-industrial .font_small {
    font-size: 2.4vw;
    line-height: 1
  }
  .l-industrial dt {
    font-size: 3.73333vw;
    line-height: 1
  }
  .l-industrial dd {
    font-size: 3.73333vw;
    letter-spacing: -.025em
  }
  .l-industrial .p-intro {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0
  }
  .l-industrial .p-cts__titile {
    margin: 88px 0 0 0;
    margin: 11.73333vw 0 0 0
  }
  .l-industrial .p-cts__titile .c-hdg--lv1 {
    letter-spacing: -.040em
  }
  .l-industrial .negative_margin_h1 {
    margin: -18.5px 0 0 0;
    margin: -2.46667vw 0 0 0;
    padding: 48px 0 0 0;
    padding: 12.8vw 0 0 0
  }
  .l-industrial .section_01 {
    margin: 92px 0 0 0;
    margin: 12.26667vw 0 0 0
  }
  .l-industrial .section_01 .left .negative_margin {
    margin: -6.75px 0 0 0;
    margin: -.9vw 0 0 0;
    padding: 20px 0 0 0;
    padding: 5.33333vw 0 0 0
  }
  .l-industrial .section_01 .right {
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0
  }
  .l-industrial .section_02 {
    margin: 96px 0 0 0;
    margin: 12.8vw 0 0 0
  }
  .l-industrial .section_02 .left dl:first-of-type {
    margin: 35px 0 0 0;
    margin: 4.66667vw 0 0 0
  }
  .l-industrial .section_02 .left dl:not(:first-of-type) {
    margin: 70px 0 0 0;
    margin: 9.33333vw 0 0 0
  }
  .l-industrial .section_02 .left dl dt {
    margin: 0 0 14px 0;
    margin: 0 0 1.86667vw 0
  }
  .l-industrial .section_02 .right {
    position: relative;
    padding-bottom: 74.6%
  }
  .l-industrial .section_02 .right .photo_01 {
    width: 57.4%;
    position: absolute;
    top: 0;
    left: 0
  }
  .l-industrial .section_02 .right .photo_02 {
    width: 38.8%;
    position: absolute;
    bottom: 0;
    right: 0
  }
  .l__experience__wrap .l-info-header.r-pdc__index {
    height: 32vw;
    background: url(/assets/img/experience/bg_index_01_sp.jpg);
    background-size: cover
  }
  .l__experience__wrap .c-hdg--lv2.r-bordertype-02:after {
    margin-top: 1.06vw!important
  }
  .l__experience__wrap .l-pdc__index__title {
    margin: 90px 0 63px 0;
    margin: 12vw 0 8.4vw 0
  }
  .l__experience__wrap .l-pdc__index__title h2.c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: .08em
  }
  .l__experience__wrap .l-pdc__index__title {
    margin: 63px 0 63px 0;
    margin: 8.4vw 0 8.4vw 0;
    text-align: center
  }
  .l__experience__wrap .u__description__list .u__list__date {
    font-size: 3.2vw;
    color: #666;
    line-height: 1.16;
    margin: 35px 0 0 0;
    margin: 4.66667vw 0 0 0
  }
  .l__experience__wrap .l__experience__news__box {
    margin: 0 0 30px 0;
    margin: 0 0 4vw 0
  }
  .l__experience__wrap .c-btn-list {
    width: 62.685%;
    margin: 6vw auto 0 auto;
    font-weight: 400
  }
  .l__experience__wrap .p-exp-wrap {
    display: block;
    margin-top: 13.4vw!important;
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02 {
    margin: 0 0 78px 0;
    margin: 0 0 10.4vw 0
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02 {
    margin: 0 0 100px 0;
    margin: 0 0 13.33333vw 0
  }
  .l__experience__wrap .p-exp-wrap .p-exp__box02:last-child {
    margin: 0 0 180px 0;
    margin: 0 0 24vw 0
  }
  .l__experience__wrap .p-exp-wrap .u-description-wrap {
    margin: 20px 0 40px 0;
    margin: 2.66667vw 0 5.33333vw 0
  }
  .l__experience__banner__wrap .l__experience__banner__inner a .c-icn {
    right: 5px;
    right: 1.33333vw;
    bottom: 5px;
    bottom: 1.33333vw;
    width: 5.5px;
    width: 1.46667vw;
    height: 5.5px;
    height: 1.46667vw
  }
  .l__experience__banner__wrap .l__experience__banner__block {
    padding: 82.5px 20px 90px 20px;
    padding: 22vw 5.33333vw 24vw 5.33333vw
  }
  .l__experience__banner__wrap .l-pdc__index__title {
    margin: 0 0 83px 0;
    margin: 0 0 11.06667vw 0
  }
  .l__experience__banner__wrap .l-pdc__index__title h2.c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: .08em
  }
  .l__experience__wrap .l-pdc__index__title {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: .08em
  }
  .l__experience__wrap .p__experience__news__block {
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news {
    width: 100%;
    height: auto;
    padding: 0
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .u-img-wrap {
    width: 100vw;
    height: 180px;
    height: 48vw;
    margin: 0 0 62px 0;
    margin: 0 0 8.26667vw 0
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .l-pdc__index__title .c-title__img {
    width: 100%;
    height: 25px;
    height: 6.66667vw;
    margin: 0 auto
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .l__experience__news__box, .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .l__experience__news__box__02 {
    margin: 0 40px 30px 40px;
    margin: 0 5.33333vw 4vw 5.33333vw
  }
  .l__experience__wrap .p__experience__news__block .p__experience__news__block__inr .p-cts__news .p-cts__news__inr .l__experience__news__box__02 {
    margin-bottom: 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap {
    margin: 86px 40px 0 40px;
    margin: 11.46667vw 5.33333vw 0 5.33333vw
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .c-intro__txt {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .p-cts__title {
    margin: 90px 0 0 0;
    margin: 12vw 0 0 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .p-cts__title h1 {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 dl dt {
    font-size: 4.26667vw;
    line-height: 1;
    letter-spacing: 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .text {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: -.046em
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_01 {
    margin: 0 auto;
    margin-top: 31px;
    margin-top: 8.26667vw;
    max-width: 53%
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_01 .u-img-wrap {
    width: 176.5px;
    width: 47.06667vw;
    height: 248.5px;
    height: 66.26667vw
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 dd {
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 dd img {
    margin: 27px 0 0 0;
    margin: 3.6vw 0 0 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 dd:first-of-type {
    margin: 27px 0 106px 0;
    margin: 3.6vw 0 14.13333vw 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 dt:nth-of-type(3) {
    margin: 105px 0 0 0;
    margin: 14vw 0 0 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 .c-number {
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    margin: 0 9px -3.5px 0;
    margin: 0 1.2vw -.46667vw 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_02 .c-number p {
    font-size: 3.73333vw;
    line-height: 20px
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 dd {
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 .c-number {
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    margin: 0 9px -3.5px 0;
    margin: 0 1.2vw -.46667vw 0
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_01 .description_03 .c-number p {
    font-size: 3.73333vw
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .l-pdc__index__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .l-pdc__index__title .c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1.5
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .c-number p {
    font-size: 4.66667vw
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left .p-cnt__txt span {
    position: absolute;
    top: -13.6vw;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .left .text {
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0;
    letter-spacing: -.070em
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .right .p-cnt__txt span {
    position: absolute;
    top: -13.6vw;
    left: 0;
    right: 0;
    margin: auto
  }
  .l-universaldesign .l-cts-wrap__inr .l-index-wrap .section_02 .bin_02 .right .text {
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0;
    letter-spacing: -.070em
  }
  .l-preservation .c-intro__txt {
    font-size: 3.73333vw
  }
  .l-preservation .c-cts__txt {
    font-size: 3.73333vw
  }
  .l-preservation .c-cts__title {
    font-size: 5.33333vw;
    line-height: 1.22
  }
  .l-preservation .c-itm__title {
    font-size: 4.26667vw;
    width: 100%;
    margin: 0 auto
  }
  .l-preservation .c-lyt__txt__title {
    font-size: 3.73333vw
  }
  .l-preservation .c-img__caption {
    font-size: 3.2vw;
    line-height: 2
  }
  .l-preservation .c-lyt__txt__hdg {
    font-size: 4.26667vw;
    line-height: 1.62
  }
  .l-preservation .c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1.5
  }
  .l-preservation {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-preservation .p-intro {
    margin: 84px 0 0 0;
    margin: 11.2vw 0 0 0
  }
  .l-preservation .p-ctsintro {
    margin: 75px 0 0 0;
    margin: 10vw 0 0 0
  }
  .l-preservation .p-ctsintro .c-hdg--lv1 {
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: -.040em
  }
  .l-preservation .p-ctsintro .c-hdg--lv1:last-of-type {
    margin: 2px 0 0 0;
    margin: .26667vw 0 0 0;
    line-height: 1.74
  }
  .l-preservation .p-ctsintro .c-intro__txt {
    margin: 77px 0 29px 0;
    margin: 10.26667vw 0 3.86667vw 0
  }
  .l-preservation .p-ctswrap__improvement {
    margin: 82.5px 0 0 0;
    margin: 11vw 0 0 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement {
    padding: 30px 0 0 0;
    padding: 8vw 0 0 0;
    margin: 39.5px 0 0 0;
    margin: 5.26667vw 0 0 0;
    background-image: url(/assets/img/products/essence/bg_preservation_02_sp.png);
    background-repeat: repeat-y;
    background-position: top center
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm .c-itm__title {
    text-align: center
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm .c-lyt__txt__title {
    text-align: center;
    margin: 10px 0 10px 0;
    margin: 1.33333vw 0 1.33333vw 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 {
    padding: 0 0 13px 0;
    padding: 0 0 3.46667vw 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .c-itm__title {
    padding: 17px 0 0 0;
    padding: 4.53333vw 0 0 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-cts-lyt__primary .p-cts-lyt__img {
    width: 134px;
    width: 35.73333vw;
    height: 114.5px;
    height: 30.53333vw;
    margin: 0 auto;
    margin-top: 15px;
    margin-top: 4vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-img-wrap__caption {
    margin: 42px 0 0 0;
    margin: 5.6vw 0 0 0;
    text-align: center
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-img-wrap__caption .p-cts-lyt__img {
    width: 86px;
    width: 22.93333vw;
    height: 129px;
    height: 34.4vw;
    margin: 0 auto
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__01 .p-img-wrap__caption .p-cts-lyt__img .c-img__caption {
    margin: 10px 0 0 0;
    margin: 1.33333vw 0 0 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__02 {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    padding: 18px 0 20px 0;
    padding: 4.8vw 0 5.33333vw 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__02 .p-cts-lyt__primary .p-cts-lyt__img {
    width: 132.5px;
    width: 35.33333vw;
    height: 114.5px;
    height: 30.53333vw;
    margin: 0 auto;
    margin-top: 12px;
    margin-top: 3.2vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__03 {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    padding: 18px 0 20px 0;
    padding: 4.8vw 0 5.33333vw 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__03 .p-cts-lyt__img {
    width: 123.5px;
    width: 32.93333vw;
    height: 114px;
    height: 30.4vw;
    margin: 0 auto;
    margin-top: 12.5px;
    margin-top: 3.33333vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    padding: 18px 0 20px 0;
    padding: 4.8vw 0 5.33333vw 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 .p-cts-lyt__img:first-of-type {
    width: 117.5px;
    width: 31.33333vw;
    height: 113.5px;
    height: 30.26667vw;
    margin: 0 auto;
    margin-top: 15px;
    margin-top: 4vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__04 .p-cts-lyt__img:last-of-type {
    width: 236.5px;
    width: 63.06667vw;
    height: 109px;
    height: 29.06667vw;
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 5.33333vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 {
    margin: 63px 0 0 0;
    margin: 8.4vw 0 0 0;
    padding: 18px 0 0 0;
    padding: 4.8vw 0 0 0
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary .p-cts-lyt__img {
    width: 138px;
    width: 36.8vw;
    height: 73px;
    height: 19.46667vw;
    margin: 40px 0 46px 94px;
    margin: 5.33333vw 0 6.13333vw 12.53333vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-cts-lyt__primary .p-cts-lyt__img span {
    font-size: 2.66667vw;
    line-height: 1.5;
    top: 0;
    right: -29.866vw
  }
  .l-preservation .p-ctswrap__improvement .p-cts__improvement__itm__05 .p-img-wrap__caption .p-cts-lyt__img {
    width: 86px;
    width: 22.93333vw;
    height: 128.5px;
    height: 34.26667vw;
    margin: 0 auto
  }
  .l-preservation .p-cts-lyt__technology {
    margin: 168px 0 0 0;
    margin: 22.4vw 0 0 0
  }
  .l-preservation .p-cts-lyt__technology .p-cts-lyt__txtarea .c-lyt__txt__title {
    margin: 15px 0 0 0;
    margin: 2vw 0 0 0
  }
  .l-preservation .p-cts-lyt__technology .p-cts-lyt__imgarea .p-cts-lyt__img {
    margin: 45px 0 0 0;
    margin: 6vw 0 0 0;
    width: 100%;
    height: 192.5px;
    height: 51.33333vw
  }
  .l-preservation .p-ctswrap__hygiene {
    margin: 170px 0 0 0;
    margin: 22.66667vw 0 0 0
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list {
    margin: 85px 0 0 0;
    margin: 11.33333vw 0 0 0
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm:last-of-type {
    margin: 86px 0 163px 0;
    margin: 11.46667vw 0 21.73333vw 0
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__img {
    width: 100%;
    height: 157.5px;
    height: 42vw
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__txt .c-number {
    top: -5vw
  }
  .l-preservation .p-ctswrap__hygiene .p-ctswrap__list .p-ctswrap__list__itm .p-ctswrap__list__txt .c-cts__title {
    font-size: 4.26667vw;
    line-height: 1;
    margin: 0 0 24px 0;
    margin: 0 0 3.2vw 0
  }
  .l-jamdeck .p-inquiry-wrap__hdg .c-hdg--lv2 {
    font-size: 4.8vw;
    line-height: 1
  }
  .l-jamdeck .c-hdg--lv2.r-bordertype-02 {
    font-size: 5.33333vw
  }
  .l-jamdeck .c-hdg--lv2.r-bordertype-01 {
    font-size: 4.8vw
  }
  .l-jamdeck .c-info__itm {
    font-size: 4.8vw;
    color: #0071ce
  }
  .l-jamdeck .c-info__itm a {
    text-decoration: underline!important
  }
  .l-jamdeck .c-cts__txt {
    font-size: 3.73333vw;
    letter-spacing: -.025em
  }
  .l-jamdeck .c-note {
    font-size: 3.2vw
  }
  .l-jamdeck .c-info__title {
    font-size: 3.73333vw;
    line-height: 1
  }
  .l-jamdeck .c-info__txt {
    font-size: 3.73333vw;
    line-height: 2
  }
  .l-jamdeck .c-cts__hdg {
    font-size: 4.26667vw;
    line-height: 1
  }
  .l-jamdeck .c-jam_flow_box__hdg {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: -.025em
  }
  .l-jamdeck .c-cts__title {
    font-size: 4.8vw
  }
  .l-jamdeck .c-btn-list__itm__cnt {
    font-size: 3.73333vw
  }
  .l-jamdeck .c-hdg__sub {
    font-size: 4.8vw;
    line-height: 1.5
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__inr {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw;
    padding: 50px 0 50px 0;
    padding: 13.33333vw 0 13.33333vw 0
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__hdg {
    margin: 0 0 50px 0;
    margin: 0 0 6.66667vw 0
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__txt {
    letter-spacing: -.025em
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__txt .c-info__itm {
    margin: 0 0 23px 0;
    margin: 0 0 3.06667vw 0
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info {
    margin: 51px 0 60px 0;
    margin: 6.8vw 0 8vw 0;
    padding: 15px 15px 30px 15px;
    padding: 4vw 4vw 8vw 4vw
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .c-info__title {
    margin: 0 0 15px 0;
    margin: 0 0 2vw 0
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm {
    margin: 19.5px 0 0 0;
    margin: 2.6vw 0 0 0;
    padding: 20px 7.5px 6.75px .75px;
    padding: 5.33333vw 2vw 1.8vw .2vw
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day .p-cts__notice-list__itm span {
    width: 60px;
    width: 16vw;
    height: 20px;
    height: 5.33333vw;
    font-size: 2.66667vw
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__info .p-cts__notice-list_day {
    letter-spacing: -.025em
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist {
    display: block;
    width: 210px;
    width: 56vw;
    margin: 0 auto
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist .p-inquiry-wrap__btnlist__itm.r-facebook {
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    width: 175px;
    width: 46.66667vw
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist .p-inquiry-wrap__btnlist__itm.r-facebook__fav {
    float: left;
    width: 89px;
    width: 23.73333vw;
    margin: 0 35px 0 0;
    margin: 0 4.66667vw 0 0
  }
  .l-jamdeck .p-inquiry-wrap .p-inquiry-wrap__btnlist .p-inquiry-wrap__btnlist__itm.r-twitter {
    float: left;
    width: 95px;
    width: 25.33333vw
  }
  .l-jamdeck .l-index-wrap .p-news_cts__itm .p-news__cts-title .c-hdg--lv3 {
    font-size: 4.26667vw
  }
  .l-jamdeck .l-index-wrap .p-news-list {
    margin: 34px 0 82px 0;
    margin: 4.53333vw 0 10.93333vw 0
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm {
    padding: 0 0 2.5px 0;
    padding: 0 0 .66667vw 0
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .p-news-list__itm__hdg .c-txticonlist {
    margin-top: 0;
    margin-top: 0;
    margin-left: 5px;
    margin-left: 1.33333vw
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .c-info__date {
    font-size: 3.2vw;
    line-height: 1.16
  }
  .l-jamdeck .l-index-wrap .p-news-list .p-news-list__itm .p-news-list__link {
    letter-spacing: -.025em
  }
  .l-jamdeck .l-index-wrap .p-btn-list .c-btn-list__itm {
    width: 255px;
    width: 68vw;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw
  }
  .l-jamdeck .l-index-wrap .p-cts__jam-course .p-btn-list .c-btn-list__itm {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw
  }
  .l-jamdeck .p-ctswrap__concept {
    margin: 127px 0 0 0;
    margin: 16.93333vw 0 0 0
  }
  .l-jamdeck .p-ctswrap__concept .c-intro__txt {
    font-size: 3.73333vw;
    margin: 71px 0 86px 0;
    margin: 9.46667vw 0 11.46667vw 0;
    letter-spacing: -.050em
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list .p-concept-list__itm {
    width: 157.5px;
    width: 42vw;
    height: 130px;
    height: 34.66667vw;
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list .p-concept-list__itm:nth-of-type(2n) {
    margin-right: 0
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list .p-concept-list__itm:nth-of-type(3) {
    margin-bottom: 0
  }
  .l-jamdeck .p-ctswrap__concept .p-concept-list .p-concept-list__itm:last-of-type {
    margin-bottom: 0
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text {
    display: block;
    margin: 100px 0 0 0;
    margin: 13.33333vw 0 0 0
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text .left {
    margin: 0 0 46px 0;
    margin: 0 0 6.13333vw 0
  }
  .l-jamdeck .p-ctswrap__concept .jam_deck_text .left .u-img-wrap {
    width: 335px;
    width: 89.33333vw;
    height: 225px;
    height: 60vw
  }
  .l-jamdeck .p-ctswrap__userguide_access {
    margin: 168px 0 0 0;
    margin: 22.4vw 0 0 0
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts__title {
    margin: 80px 0 40px 0;
    margin: 10.66667vw 0 5.33333vw 0
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou {
    display: block
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr {
    display: block;
    padding: 20.5px 0 19px 0;
    padding: 5.46667vw 0 5.06667vw 0
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr th {
    display: block;
    font-size: 3.73333vw;
    line-height: 1.71;
    margin: 0 0 13px 0;
    margin: 0 0 1.73333vw 0
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr td {
    display: block
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .left .gaiyou tr td .car {
    margin: 43px 0 0 0;
    margin: 5.73333vw 0 0 0
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .right {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-jamdeck .p-ctswrap__userguide_access .p-cts-lyt__equipmentoutline .right .c-btn-list__itm {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
    margin-top: 22.5px;
    margin-top: 6vw
  }
  .l-jamdeck .p-cts-lyt__booth {
    margin: 180px 0 0 0;
    margin: 24vw 0 0 0
  }
  .l-jamdeck .p-cts-lyt__booth .l-pdc__index__title {
    margin: 0 0 49px 0;
    margin: 0 0 6.53333vw 0
  }
  .l-jamdeck .p-cts-lyt__booth .c-booth__subtxt {
    margin: 0 0 46px 0;
    margin: 0 0 6.13333vw 0;
    letter-spacing: -.025em;
    font-size: 3.2vw;
    line-height: 2
  }
  .l-jamdeck .p-cts-lyt__booth .p-cts-lyt__inr__booth {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box {
    width: 157.5px;
    width: 42vw;
    margin: 0 40px 43px 0;
    margin: 0 5.33333vw 5.73333vw 0
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .p-jam_booth_box__img:after {
    height: 105px;
    height: 28vw
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .c-pdc-card__title {
    font-size: 3.73333vw;
    line-height: 2;
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink .c-pdc-card__title .c-icn {
    margin-top: 9px;
    margin-top: 2.4vw;
    margin-left: 9.5px;
    margin-left: 2.53333vw
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .p-jam_booth_box__imglink:hover .p-jam_booth_box__img:after {
    height: 105px;
    height: 28vw
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box .c-pdc-card__txt {
    font-size: 3.73333vw
  }
  .l-jamdeck .p-cts-lyt__booth .p-jam_booth_box:nth-of-type(2n) {
    margin-right: 0
  }
  .l-jamdeck .p-ctswrap__flow {
    margin: 161px 0 0 0;
    margin: 21.46667vw 0 0 0
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__howto .p-cts-lyt__title {
    margin: 0 0 92px 0;
    margin: 0 0 12.26667vw 0
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__howto .p-cts-lyt__title__sub {
    margin: 0 0 52px 0;
    margin: 0 0 6.93333vw 0
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__howto .p-jam_flow_box {
    padding: 30px 15px 24px 15px;
    padding: 8vw 4vw 6.4vw 4vw
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__howto .p-jam_flow_box:last-of-type {
    margin-bottom: 0
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm .p-chartlist__itm__hdg {
    width: 100%;
    padding: 10px 0 10px 0;
    padding: 2.66667vw 0 2.66667vw 0
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm:last-of-type .p-cts__tbl-list__itm {
    padding: 30px 17px 25px 17px;
    padding: 8vw 4.53333vw 6.66667vw 4.53333vw
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-chartlist__itm:last-of-type .p-cts__tbl-list__itm:after {
    background-image: url(/assets/img/experience/bg_jamdeck_04_sp.png);
    height: 19.5px;
    height: 5.2vw
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list {
    display: block;
    border: none;
    overflow: hidden
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm {
    width: 100%;
    padding: 30px 17px 50px 17px;
    padding: 8vw 4.53333vw 13.33333vw 4.53333vw;
    background-image: url(/assets/img/experience/bg_jamdeck_02_sp.png);
    background-repeat: repeat-y;
    background-size: 100%
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm:after {
    content: "";
    width: 100%;
    display: block;
    height: 43px;
    height: 11.46667vw;
    background-image: url(/assets/img/experience/bg_jamdeck_03_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-tbl-list__title {
    text-align: center;
    margin: 0 0 28px 0;
    margin: 0 0 3.73333vw 0;
    font-size: 16px;
    font-size: 4.26667vw;
    margin: -9px 0 10px 0;
    margin: -1.2vw 0 1.33333vw 0;
    line-height: 1.5625
  }
  .l-jamdeck .p-ctswrap__flow .p-chartwrap.r-jamflow .p-cts__tbl-list .p-cts__tbl-list__itm .c-cts__txt {
    text-align: center;
    letter-spacing: -.040em
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-cts__txtarea {
    margin: 58px 0 86px 0;
    margin: 7.73333vw 0 11.46667vw 0
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-cts__txtarea .c-cts__hdg {
    margin: 0 0 26px 0;
    margin: 0 0 3.46667vw 0
  }
  .l-jamdeck .p-ctswrap__flow .p-cts-lyt__flow .p-cts__txtarea .c-cts__hdg:last-of-type {
    margin: 46px 0 26px 0;
    margin: 6.13333vw 0 3.46667vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__inr {
    display: block;
    padding: 50px 0 50px 0;
    padding: 13.33333vw 0 13.33333vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts {
    padding: 30px 20px 30px 20px;
    padding: 8vw 5.33333vw 8vw 5.33333vw;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts:last-of-type {
    margin-bottom: 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-cts__title {
    margin: 0 0 26px 0;
    margin: 0 0 3.46667vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-btn-list__itm {
    width: 295px;
    width: 78.66667vw;
    margin: 0 auto;
    margin-top: 14px;
    margin-top: 3.73333vw
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-btn-list__itm .c-btn-list__itm__cnt {
    font-size: 3.73333vw;
    letter-spacing: -.025em;
    margin-left: -10px;
    margin-left: -2.66667vw
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-reservation .c-btn-list__itm .c-icn {
    right: 2.666vw
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-cts__title {
    margin: 0 0 17px 0;
    margin: 0 0 2.26667vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-cts__hdg {
    margin: 0 0 15px 0;
    margin: 0 0 2vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .p-list__itm {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    margin: 0 0 4vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__reservation .r-reservation {
    font-size: 3.2vw;
    margin: 3px 0 0 0;
    margin: .4vw 0 0 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__itm {
    margin: 46px 0 25px 0;
    margin: 6.13333vw 0 3.33333vw 0
  }
  .p-inquiry-wrap__02 .p-inquiry-wrap__cts.r-infomation .c-info__itm__sub {
    font-size: 3.73333vw
  }
  .p-cts__jam-course {
    margin: 170px 0 0 0;
    margin: 22.66667vw 0 0 0
  }
  .p-cts__jam-course .p-cts__title {
    margin: 0 0 94px 0;
    margin: 0 0 12.53333vw 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .c-cts__txt {
    margin: 37px 0 0 0;
    margin: 4.93333vw 0 0 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .p-cts__tblarea .c-cts__hdg {
    margin: 58px 0 43px 0;
    margin: 7.73333vw 0 5.73333vw 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .left {
    display: block
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit {
    display: block
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit tr {
    display: block
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit tr th {
    display: block;
    font-size: 3.73333vw;
    line-height: 1.71;
    margin: 42px 0 0 0;
    margin: 5.6vw 0 0 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .left .visit tr td {
    display: block;
    padding: 7px 0 16.5px 0;
    padding: 1.86667vw 0 4.4vw 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .right {
    margin-bottom: 84px;
    margin-bottom: 22.4vw
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience {
    display: block
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr {
    display: block
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr th {
    display: block;
    font-size: 3.73333vw;
    line-height: 1.71;
    margin: 42px 0 0 0;
    margin: 5.6vw 0 0 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr td {
    display: block;
    padding: 7px 0 16.5px 0;
    padding: 1.86667vw 0 4.4vw 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .experience tr .c-tbl__img {
    width: 335px;
    width: 89.33333vw;
    height: 142.5px;
    height: 38vw;
    margin: 26px 0 26px 0;
    margin: 3.46667vw 0 3.46667vw 0
  }
  .p-cts__jam-course .p-cts__jam-course__about .right .p-cts__txtarea {
    margin-top: 9px;
    margin-top: 2.4vw
  }
  .p-cts__flow .p-cts__flow__itm {
    display: block;
    text-align: center;
    margin: 85px 0 0 0;
    margin: 11.33333vw 0 0 0
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border {
    width: 100%;
    padding: 33px 35px 21.5px 35px;
    padding: 8.8vw 9.33333vw 5.73333vw 9.33333vw;
    margin: 0 0 127.5px 0;
    margin: 0 0 17vw 0;
    height: auto
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border .c-number {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -17.5px;
    top: -4.66667vw
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border .p-cts__flow__itm__txt {
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0;
    letter-spacing: -.045em
  }
  .p-cts__flow .p-cts__flow__itm .c-stripe__border:nth-of-type(8) {
    margin-bottom: 45px;
    margin-bottom: 12vw
  }
  .p-cts__flow .c-icn__arrow {
    bottom: -37.5px;
    bottom: -10vw;
    left: 0;
    right: 0;
    width: 30.5px;
    width: 8.13333vw;
    height: 35.5px;
    height: 9.46667vw;
    margin: 0 auto;
    background-image: url(/assets/img/experience/bg_jamdeck_05_sp.png);
    background-repeat: no-repeat;
    background-size: contain
  }
  .p-cts__notice-wrap .c-cts__hdg {
    letter-spacing: -.030em;
    line-height: 1.5;
    margin-bottom: 9px;
    margin-bottom: 2.4vw
  }
  .p-cts__notice-wrap .p-cts__notice-list {
    margin: 0 0 63px 0;
    margin: 0 0 8.4vw 0
  }
  .p-inquiry-wrap__03 {
    margin: 0 0 -180px 0;
    margin: 0 0 -24vw 0
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__inr {
    padding: 50px 0 90px 0;
    padding: 13.33333vw 0 24vw 0
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-faq {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0;
    padding: 30px 20px 30px 20px;
    padding: 8vw 5.33333vw 8vw 5.33333vw
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-faq .c-cts__title {
    margin: 0 0 23px 0;
    margin: 0 0 3.06667vw 0
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-faq .c-btn-list__itm {
    margin: 0 auto;
    margin-top: 13px;
    margin-top: 3.46667vw
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send {
    padding: 26px 20px 23px 20px;
    padding: 6.93333vw 5.33333vw 6.13333vw 5.33333vw
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-cts__title {
    margin: 0 0 16px 0;
    margin: 0 0 2.13333vw 0;
    line-height: 1.5
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-cts__txt {
    margin: 0 0 2px 0;
    margin: 0 0 .26667vw 0;
    letter-spacing: -.07em
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-btn-list__itm {
    margin: 0 auto;
    margin-top: 22px;
    margin-top: 5.86667vw;
    margin-bottom: 22px;
    margin-bottom: 5.86667vw
  }
  .p-inquiry-wrap__03 .p-inquiry-wrap__cts.r-send .c-btn-list__itm__cnt {
    letter-spacing: -.1em
  }
  .l-jamdeck .p-news-list__itm__hdg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .l-jamdeck .c-info__date {
    font-size: 3.2vw;
    line-height: 1
  }
  .l-jamdeck .c-txticonlist__item .c-txt-icon__var {
    font-size: 2.66667vw!important
  }
  .l-jamdeck .p-news-list__link {
    margin: 5px 0 0 0;
    margin: .66667vw 0 0 0;
    display: block
  }
  .l-jamdeck .c-txticonlist {
    margin: 2.5px 0 0 30px;
    margin: .33333vw 0 0 4vw
  }
  .l-jmg__cts .p-cts__vis__txt {
    font-size: 3.2vw;
    line-height: 2.3;
    letter-spacing: -.025em
  }
  .l-jmg__cts .c-link-list__itm__link {
    font-size: 3.73333vw;
    line-height: 1.42
  }
  .l-jmg__cts .c-hdg--lv2 {
    font-size: 5.33333vw;
    line-height: 1
  }
  .l-jmg__cts .c-hdg--lv3 {
    font-size: 4.8vw;
    line-height: 1
  }
  .l-jmg__cts .c-cts__txt, .l-jmg__cts .c-lyt__list__itm {
    font-size: 3.73333vw
  }
  .l-jmg__cts .c-cts__txt.r-point {
    margin: 0 0 4px 0;
    margin: 0 0 .53333vw 0
  }
  .l-jmg__cts .c-lyt__txt__hdg {
    font-size: 3.73333vw
  }
  .l-jmg__cts .c-img__caption {
    font-size: 3.2vw;
    line-height: 1.08;
    margin: 29px 0 0 0;
    margin: 3.86667vw 0 0 0
  }
  .l-jmg__cts .c-note {
    font-size: 3.2vw;
    line-height: 1
  }
  .l-jmg__cts .p-cts__vis {
    height: 350px;
    height: 93.33333vw;
    padding: 13.5px 14.5px 0 14.5px;
    padding: 3.6vw 3.86667vw 0 3.86667vw;
    background-image: url(/assets/img/experience/knowledge/bg_jamguide_01_sp.jpg);
    background-size: cover
  }
  .l-jmg__cts .p-link-list {
    margin: 52px 0 0 0;
    margin: 6.93333vw 0 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-jmg__cts .p-link-list .p-link-list__itm {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 52px 0;
    margin: 0 0 6.93333vw 0
  }
  .l-jmg__cts .p-link-list .p-link-list__itm:nth-last-of-type(2) {
    margin: 0 0 11px 0;
    margin: 0 0 1.46667vw 0
  }
  .l-jmg__cts .p-link-list .p-link-list__itm:nth-last-of-type(2) .c-link-list__itm__link .c-icn {
    top: -10.25px;
    top: -2.73333vw
  }
  .l-jmg__cts .p-link-list .p-link-list__itm .c-link-list__itm__link {
    width: auto;
    letter-spacing: -.025em
  }
  .l-jmg__cts .p-link-list .p-link-list__itm .c-link-list__itm__link .c-icn {
    top: -1.5px;
    top: -.4vw;
    width: 2.133vw;
    height: 2.133vw;
    border-right: solid .1333vw #0071ce;
    border-bottom: solid .1333vw #0071ce
  }
  .l-jmg__cts .p-lyt__list {
    padding: 0 0 0 18px;
    padding: 0 0 0 4.8vw
  }
  .l-jmg__cts .p-cts__txtarea {
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0
  }
  .l-jmg__cts .p-card__cts__list-secondaly {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-jmg__cts .p-ctswrap {
    margin: 96px 0 0 0;
    margin: 12.8vw 0 0 0
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box:not(:first-of-type) {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts {
    padding: 14px 0 14px 20px;
    padding: 3.73333vw 0 3.73333vw 5.33333vw
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .c-card__title {
    margin: 0 0 15px 0;
    margin: 0 0 2vw 0
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__inr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__list .c-list__txt {
    margin: 0 0 0 9px;
    margin: 0 0 0 1.2vw
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts .p-card__cts__list .c-list__txt:before {
    margin: 0 9px 0 0;
    margin: 0 1.2vw 0 0
  }
  .l-jmg__cts .p-ctswrap .p-ctswrap__box .p-card__cts.r-material .p-card__cts__list:first-of-type {
    margin: 0 82px 0 0;
    margin: 0 10.93333vw 0 0
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary {
    display: block;
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    margin: 0 0 58px 0;
    margin: 0 0 7.73333vw 0
  }
  .l-jmg__cts .p-ctswrap .p-cts-lyt__primary .p-cts-lyt__imgarea {
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary {
    margin: 26px 0 77px 0;
    margin: 3.46667vw 0 10.26667vw 0
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    margin: 0 0 55px 0;
    margin: 0 0 7.33333vw 0
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm:last-of-type {
    margin-bottom: 0
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__imgarea {
    margin: 58px 0 0 0;
    margin: 7.73333vw 0 0 0
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts-lyt__primary .p-cts-lyt__imgarea .p-cts-lyt__img {
    width: 335px;
    width: 89.33333vw;
    height: 205.5px;
    height: 54.8vw
  }
  .l-jmg__cts .p-ctswrap #p-box01 .p-cts__txtarea .c-cts__txt.r-caution {
    margin: 59px 0 0 0;
    margin: 7.86667vw 0 0 0
  }
  .l-jmg__cts .p-ctswrap #p-box02 {
    margin: 86px 0 0 0;
    margin: 11.46667vw 0 0 0
  }
  .l-knowledge .text {
    font-size: 4vw;
    line-height: 2
  }
  .l-jamstory .section_01 {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-jamstory .section_01 .jam_box {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0
  }
  .l-jamstory .section_03 .jam_box {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0
  }
  .l-jamstory .section_03 .jam_box .img_01 {
    max-width: 80%
  }
  .l-jamstory .section_03 .jam_box .img_01 .lightgray {
    font-size: 3.46667vw;
    line-height: 1
  }
  .l-inquiry {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-inquiry .c-flowchart__itm {
    font-size: 3.2vw;
    line-height: 1.25
  }
  .l-inquiry .c-hdg--lv2.r-bordertype-02 {
    font-size: 5.33333vw;
    line-height: 1.5
  }
  .l-inquiry .c-cts__txt, .l-inquiry .c-form-checkbox__label, .l-inquiry .c-form-radio__label {
    font-size: 3.73333vw
  }
  .l-inquiry .c-txtarea__link {
    font-size: 3.73333vw
  }
  .l-inquiry .c-tbl__head {
    font-size: 3.73333vw;
    line-height: 1.71
  }
  .l-inquiry .p-txtarea__notice .c-note {
    font-size: 3.2vw
  }
  .l-inquiry .r-inquiry__title .c-hdg--lv2 {
    margin: 0 0 62px 0;
    margin: 0 0 8.26667vw 0
  }
  .l-inquiry .r-inquiry__title {
    margin: 0 0 44px 0;
    margin: 0 0 5.86667vw 0
  }
  .l-inquiry .c-cts__hdg {
    font-size: 4.26667vw;
    line-height: 1.5
  }
  .l-inquiry .c-txtlink__secondary {
    font-size: 3.73333vw;
    line-height: 2;
    letter-spacing: -.025rem
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa {
    margin: 0 0 170px 0;
    margin: 0 0 22.66667vw 0
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box {
    padding: 26px 0 30px 0;
    padding: 6.93333vw 0 8vw 0
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box .p-btn-list__itm {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
    margin-top: 21px;
    margin-top: 5.6vw
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-pdc__qa {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa {
    padding-bottom: 23.5px;
    padding-bottom: 6.26667vw
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa .p-btn-list__itm {
    margin-bottom: 23.5px;
    margin-bottom: 6.26667vw
  }
  .l-inquiry .p-cts-lyt__primary.p-cts-lyt__qa .p-cts-lyt__qa__box.r-deck__qa .c-txtlink__secondary span {
    margin: 0 0 0 20px;
    margin: 0 0 0 2.66667vw
  }
  .l-inquiry .p-cts-lyt__3col .c-cts__hdg {
    margin-bottom: 18px;
    margin-bottom: 4.8vw
  }
  .l-inquiry .p-cts-lyt__3col .p-btn-list__itm {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
    margin-top: 22px;
    margin-top: 5.86667vw
  }
  .l-inquiry .p-cts-lyt__3col .c-txt__sub {
    margin: 40px 0 104px 0;
    margin: 5.33333vw 0 13.86667vw 0
  }
  .l-inquiry .p-cts-lyt__3col .p-inq__area {
    padding: 24px 0 24px 0;
    padding: 6.4vw 0 6.4vw 0
  }
  .l-inquiry .p-cts-lyt__3col .p-inq__area .c-note {
    font-size: 3.2vw
  }
  .l-inquiry .p-cts-lyt__3col .p-cts-lyt__qa__box {
    padding: 26px 21px 30px 21px;
    padding: 6.93333vw 5.6vw 8vw 5.6vw
  }
  .l-inquiry .p-cts-lyt__3col .p-cts-lyt__qa__box.r-pdc__inq {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-inquiry .p-cts-lyt__3col .p-cts-lyt__qa__box.r-cmp__inq {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }

/*2020-06-22*/
  .l-inquiry .p-cts-lyt__2col .c-cts__hdg {
    margin-bottom: 18px;
    margin-bottom: 4.8vw
  }
  .l-inquiry .p-cts-lyt__2col .p-btn-list__itm {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
    margin-top: 22px;
    margin-top: 5.86667vw
  }
  .l-inquiry .p-cts-lyt__2col .c-txt__sub {
    margin: 40px 0 104px 0;
    margin: 5.33333vw 0 13.86667vw 0
  }
  .l-inquiry .p-cts-lyt__2col .p-inq__area {
    padding: 24px 0 24px 0;
    padding: 6.4vw 0 6.4vw 0
  }
  .l-inquiry .p-cts-lyt__2col .p-inq__area .c-note {
    font-size: 3.2vw
  }
  .l-inquiry .p-cts-lyt__2col .p-cts-lyt__qa__box {
    padding: 26px 21px 30px 21px;
    padding: 6.93333vw 5.6vw 8vw 5.6vw
  }
  .l-inquiry .p-cts-lyt__2col .p-cts-lyt__qa__box.r-pdc__inq {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-inquiry .p-cts-lyt__2col .p-cts-lyt__qa__box.r-cmp__inq {
    margin: 0;
  }
/*2020-06-22_end*/

  .l-inquiry .p-flowchart__list {
    height: 40px;
    height: 10.66667vw
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm {
    height: 100%;
    padding: 11px 0 11px 0;
    padding: 2.93333vw 0 2.93333vw 0
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm:first-of-type {
    width: 95px;
    width: 25.33333vw
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm:nth-of-type(2) {
    width: 139.5px;
    width: 37.2vw
  }
  .l-inquiry .p-flowchart__list .c-flowchart__itm:last-of-type {
    position: absolute;
    right: 0;
    width: 114px;
    width: 30.4vw;
    padding: 11px 0 11px 15px;
    padding: 2.93333vw 0 2.93333vw 4vw
  }
  .l-inquiry .p-flowchart__list.r-form {
    background-image: url(/assets/img/inquiry/img_form_01_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%
  }
  .l-inquiry .p-flowchart__list.r-confirm {
    background-image: url(/assets/img/inquiry/img_confirm_01_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%
  }
  .l-inquiry .p-flowchart__list.r-complete {
    background-image: url(/assets/img/inquiry/img_complete_01_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%
  }
  .l-inquiry .p-txtarea {
    margin: 46px 0 0 0;
    margin: 6.13333vw 0 0 0
  }
  .l-inquiry .p-txtarea .c-txtarea__link {
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0
  }
  .l-inquiry .p-txtarea .c-txtarea__link .c-icn {
    margin: 3px 0 0 22px;
    margin: .4vw 0 0 2.93333vw
  }
  .l-inquiry .p-txtarea .c-intro__txt {
    margin: 104px 0 0 0;
    margin: 13.86667vw 0 0 0
  }
  .l-inquiry .p-txtarea .c-intro__txt .c-txticon {
    margin: 0 20px 0 0;
    margin: 0 2.66667vw 0 0
  }
  .l-inquiry .p-tbl {
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0
  }
  .l-inquiry .p-btnwrap .c-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-inquiry .p-btnwrap .c-btn-list__itm {
    width: 210px;
    width: 56vw;
    height: 40px;
    height: 10.66667vw
  }
  .l-inquiry .p-btnwrap .c-btn-list__itm:last-of-type {
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0
  }
  .l-inquiry .p-txtarea__notice {
    text-align: left;
    margin: 35px 0 0 0;
    margin: 4.66667vw 0 0 0
  }
  .l-inquiry .p-txt__error {
    padding: 10px 10px 10px 10px;
    padding: 2.66667vw 2.66667vw 2.66667vw 2.66667vw
  }
  .l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link {
    margin: 10px 0 0 0;
    margin: 1.33333vw 0 0 0
  }
  .l-inquiry .p-tbl__row .c-tbl__data .c-txtarea__link .c-icn {
    margin: 0 0 0 5px;
    margin: 0 0 0 .66667vw
  }
  .l-blueflag {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-blueflag .p-ctswrap__start .p-cts__title h1 {
    max-width: 75%;
    margin: auto
  }
  .l-blueflag .p-ctswrap__start .p-cts__title_03 {
    max-width: 61.8%;
    margin: auto;
    padding: 19px 0 0 0;
    padding: 5.06667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__imgarea .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__txtarea .p-cts__title_02 {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    max-width: 93.3%
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__mikan .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin: 90px 0 0 0;
    margin: 12vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__imgarea .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 53%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__nakashima .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin: 90px 0 0 0;
    margin: 12vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata .p-cts-lyt__imgarea .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 83.6%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__start .p-cts-lyt__awohata .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts__title h1 {
    margin: auto;
    padding: 90px 0 0 0;
    padding: 24vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts__title .p-cts__title_03 {
    max-width: 65.7%;
    margin: auto;
    padding: 19px 0 0 0;
    padding: 5.06667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__imgarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__imgarea .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 94%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__inherit .p-cts-lyt__txtarea .p-cts-lyt__txt .c-cts__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__imgarea .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts__title_02 {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt .c-txt-link {
    font-size: 3.73333vw
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__honest .p-cts-lyt__txtarea .p-cts-lyt__txt .c-txt-link img {
    width: 12px;
    width: 3.2vw;
    height: 11px;
    height: 2.93333vw
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea {
    margin: auto
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea .p-img-wrap__caption .p-cts-lyt__img {
    max-width: 70%
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__imgarea .p-img-wrap__caption .p-cts-lyt__img .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 64.6%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__belief .p-cts-lyt__birth .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts__title h1 {
    max-width: 79%;
    margin: auto;
    padding: 30px 0 0 0;
    padding: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts__title_03 {
    max-width: 57.6%;
    margin: auto;
    padding: 19px 0 0 0;
    padding: 5.06667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__imgarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 83%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .c-txt-link {
    font-size: 3.73333vw
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__material .p-cts-lyt__txtarea .c-txt-link img {
    width: 12px;
    width: 3.2vw;
    height: 11px;
    height: 2.93333vw
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__imgarea {
    max-width: 81%;
    margin: auto
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 98%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__technology .p-cts-lyt__lowsugar .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts__title h1 {
    max-width: 53.7%;
    margin: auto;
    padding: 30px 0 0 0;
    padding: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts__title_03 {
    max-width: 57.4%;
    margin: auto;
    padding: 19px 0 0 0;
    padding: 5.06667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__imgarea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__imgarea .c-img__caption {
    font-size: 3.2vw;
    color: #666;
    line-height: 1;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 41%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__Kewpie .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits .p-cts-lyt__txtarea .p-cts__title_02 {
    max-width: 88%;
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-blueflag .p-ctswrap__future .p-cts-lyt__fruits .p-cts-lyt__txtarea .p-cts-lyt__txt {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-jamday .section_01 {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-jamday .section_01 .jam_box {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0
  }
  .l-jamday .section_02 .u-clearfix .right,.l-mold .section_02 .u-clearfix .right,.l-point .section_02 .u-clearfix .right {
    text-align: center
  }
  .l-sugarcontent .p-img-wrap {
    align-items: flex-start;
  }
  .l-cminfo .movie_box {
    width: 335px;
    width: 89.33333vw;
    height: 188.5px;
    height: 50.26667vw;
    margin: 40px 0 40px 0;
    margin: 5.33333vw 0 5.33333vw 0
  }
  .l-cminfo .movie_box iframe {
    width: 89.334vw!important;
    height: 50.236vw!important
  }
  .l-cminfo .l-lyt__2col table {
    margin-bottom: 0
  }
  .l-cminfo .l-lyt__2col--left {
    margin-bottom: 0!important
  }
  .l-cminfo .l-lyt__2col--right {
    margin: 0;
    margin: 0
  }
  .l-cminfo .l-lyt__2col--right .p-tbl__row:first-of-type {
    border-top: none
  }
  .l-cminfo .section_01 {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0
  }
  .l-cminfo .section_01 .narration_super .l-lyt__2col--right {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-cminfo .section_01 .narration_super .box_title_03 {
    font-size: 4.66667vw;
    line-height: 1
  }
  .l-cminfo .section_01 .narration_super .p_01 {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .l-cminfo .section_01 .narration_super .p_02, .l-cminfo .section_01 .narration_super .p_03 {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0;
    padding: 15px 0 0 0;
    padding: 4vw 0 0 0
  }
  .l-cminfo .section_02 .narration_super .l-lyt__2col--right {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-cminfo .section_02 .narration_super .movie_box {
    width: 385px;
    width: 102.66667vw;
    height: 216.5px;
    height: 57.73333vw
  }
  .l-cminfo .section_02 .narration_super .box_title_03 {
    font-size: 4.66667vw;
    line-height: 1
  }
  .l-cminfo .section_02 .narration_super .p_01 {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .l-cminfo .section_02 .narration_super .p_02, .l-cminfo .section_02 .narration_super .p_03, .l-cminfo .section_02 .narration_super .p_04 {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0;
    padding: 15px 0 0 0;
    padding: 4vw 0 0 0
  }
  .l-cminfo .section_03 .movie_box {
    width: 335px;
    width: 89.33333vw;
    height: 188.5px;
    height: 50.26667vw
  }
  .l-cminfo .section_03 .narration_super .l-lyt__2col--right {
    margin: 60px 0 0 0;
    margin: 8vw 0 0 0
  }
  .l-cminfo .section_03 .narration_super .box_title_03 {
    font-size: 4.66667vw;
    line-height: 1
  }
  .l-cminfo .section_03 .narration_super .p_01 {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .l-cminfo .section_03 .narration_super .p_02, .l-cminfo .section_03 .narration_super .p_03, .l-cminfo .section_03 .narration_super .p_04, .l-cminfo .section_03 .narration_super .p_05, .l-cminfo .section_03 .narration_super .p_06 {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0;
    padding: 15px 0 0 0;
    padding: 4vw 0 0 0
  }
  .l-cminfo .section_03 .narration_super .img_01 .lightgray {
    font-size: 3.46667vw;
    line-height: 1
  }
  .l-cminfo .p-ctswrap__box {
    margin: 80px 0 0 0;
    margin: 10.66667vw 0 0 0
  }
  .l-cminfo .p-ctswrap__box .title_04 {
    font-size: 4.66667vw;
    line-height: 2
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    margin: 58px 0 58px 0;
    margin: 7.73333vw 0 7.73333vw 0
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea .c-btn-list__itm {
    margin: 0 auto;
    width: 300px;
    width: 80vw
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__txtarea .c-btn-list__itm .c-note {
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-cminfo .p-ctswrap__box .p-cts-lyt__primary .p-cts-lyt__imgarea {
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0
  }
  .c-cts__txt {
    font-size: 3.73333vw;
    letter-spacing: -.025em
  }
  .c-note {
    font-size: 3.2vw
  }
  .c-cts__hdg {
    font-size: 4.26667vw;
    line-height: 1
  }
  .c-ctslist__link {
    font-size: 3.73333vw
  }
  .c-link-list__itm__link {
    font-size: 3.73333vw;
    line-height: 1.6
  }
  .c-pdc-card__itm__link .c-icn {
    margin: 21px 0 0 15px;
    margin: 2.8vw 0 0 2vw
  }
  .l-pdc__index__list.l-pdc__index__list__cmp .r-pdc-index:nth-of-type(3n) {
    margin: 0 40px 0 0;
    margin: 0 5.33333vw 0 0
  }
  .p-tbl-2col__primary {
    display: block
  }
  .p-tbl-2col__primary .p-tbl__row {
    padding: 10.25px 0 9.5px 0;
    padding: 2.73333vw 0 2.53333vw 0;
    display: block
  }
  .p-tbl-2col__primary .c-tbl__title {
    width: 100%;
    display: block;
    margin: 0 0 13px 0;
    margin: 0 0 1.73333vw 0
  }
  .p-tbl-2col__primary .c-tbl__txt {
    display: block
  }
  .p-cts__txtarea {
    margin: 58px 0 86px 0;
    margin: 7.73333vw 0 11.46667vw 0
  }
  .p-cts__txtarea .p-txtarea__list .p-txtarea__list__itm {
    margin: 0 0 16px 0;
    margin: 0 0 2.13333vw 0
  }
  .p-cts__txtarea .p-txtarea__list .c-cts__hdg {
    margin: 0 0 26px 0;
    margin: 0 0 3.46667vw 0;
    letter-spacing: -.025em
  }
  .p-ctswrap__box.p-cts-lyt__group {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw
  }
  .p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__primary {
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea .p-lyt__list .c-lyt__list__itm {
    margin: 58px 0 58px 0;
    margin: 7.73333vw 0 7.73333vw 0
  }
  .p-ctswrap__box.p-cts-lyt__group .l-lyt__2col--left .p-cts-lyt__txtarea .p-btn-list__itm {
    margin: 0 auto
  }
  .p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__imgarea {
    margin: 26px 0 0 0;
    margin: 3.46667vw 0 0 0;
    width: 100%;
    height: 300px;
    height: 80vw
  }
  .p-ctswrap__box.p-cts-lyt__group .p-cts-lyt__imgarea img {
    height: 100%
  }
  .p-ctswrap-r {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__txtarea {
    display: block;
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__txtarea .c-cts__hdg {
    margin: 20px 0 20px 0;
    margin: 2.66667vw 0 2.66667vw 0
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__imgarea.u-right {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0;
    float: none!important
  }
  .p-2clm-lyt__imgrt .p-2clm-lyt__imgrt__box .p-2clm-lyt__imgarea.u-fleft {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0;
    float: none!important
  }
  .p-2clm-lyt__imgrt .p-ctswrap-r {
    margin: -7.5px 0 40px 0;
    margin: -1vw 0 5.33333vw 0;
    padding: 17.5px 0 0 0;
    padding: 4.66667vw 0 0 0
  }
  .p-2clm-lyt__imgrb .p-2clm-lyt__imgrb__box .p-2clm-lyt__imgarea {
    margin: -7.5px 0 0 0;
    margin: -1vw 0 0 0;
    padding: 15px 0 0 0;
    padding: 4vw 0 0 0
  }
  .p-link__card__kabu .p-link__hdg .p-link__txt {
    margin: 0 0 30px 0;
    margin: 0 0 4vw 0
  }
  .p-link__card__kabu .p-link__hdg .p-link__img {
    width: 230px;
    width: 61.33333vw;
    height: 34px;
    height: 9.06667vw;
    margin: 0 auto
  }
  .p-link__card__edinet .p__txt {
    margin: 0 0 30px 0;
    margin: 0 0 4vw 0
  }
  .p-link__card__edinet .p__img {
    width: 230px;
    width: 61.33333vw;
    margin: 0 auto
  }
  .p-newsdetail__title {
    padding: 22px 0 22px 0;
    padding: 5.86667vw 0 5.86667vw 0
  }
  .p-newsdetail__title .c-title__sub {
    font-size: 4.26667vw;
    line-height: 1.75;
    margin: 0 0 20px 0;
    margin: 0 0 2.66667vw 0
  }
  .p-newsdetail__title .c-newsdetail__title {
    font-size: 5.33333vw;
    line-height: 1.5;
    margin: 0 0 13px 0;
    margin: 0 0 1.73333vw 0
  }
  .p-newsdetail__title .c-title__date {
    font-size: 3.2vw;
    line-height: 2.33
  }
  .p-btn-list__itm .c-btn-list__itm__link.r-600 {
    width: 100%!important;
    margin: 0 auto
  }
  .p-btn-list__itm .c-btn-list__itm__link.r-365 {
    width: 100%;
    margin: 0 auto
  }
  .p-btn-list__itm .c-btn-list__itm__link.r-230 {
    width: 152px;
    width: 40.53333vw;
    margin: 0 auto
  }
  .l-maincts-base .r-bordertype-02-wrap.r-fullwidth {
    margin: 120px 0 80px 0;
    margin: 16vw 0 10.66667vw 0;
    padding: 0 0 10px 0;
    padding: 0 0 2.66667vw 0
  }
  .l-maincts-base .r-bordertype-02-wrap.r-fullwidth .c-hdg--lv2 {
    font-size: 5.33333vw
  }
  .l-maincts-base .p-hdgwrap__lv3 {
    margin: 80px 0 60px 0;
    margin: 10.66667vw 0 8vw 0
  }
  .l-maincts-base .p-hdgwrap__lv3 .c-hdg--lv3 {
    font-size: 4.8vw
  }
  .l-maincts-base .c-column, .l-maincts-base .c-tgl, .l-maincts-base .l-lyt__2col, .l-maincts-base .l-lyt__3col, .l-maincts-base .l-pdc__index__lis, .l-maincts-base .p-2clm-lyt__imgrt, .l-maincts-base .p-btn-list__itm.r-1line, .l-maincts-base .p-btn-list__itm.r-2line, .l-maincts-base .p-btn-list__itm.r-3line, .l-maincts-base .p-column__cmp, .l-maincts-base .p-cts__notice-wrap, .l-maincts-base .p-cts__txtarea, .l-maincts-base .p-ctslist, .l-maincts-base .p-ctslist-wrap, .l-maincts-base .p-ctslist__report, .l-maincts-base .p-ctswrap-r, .l-maincts-base .p-ctswrap__box, .l-maincts-base .p-link-list, .l-maincts-base .p-list, .l-maincts-base .p-list__ol, .l-maincts-base .p-tbl {
    margin: 0 0 80px 0;
    margin: 0 0 10.66667vw 0
  }
  .l-maincts-base .p-btn-list {
    margin: 0 0 80px 0;
    margin: 0 0 10.66667vw 0
  }
  .l-maincts-base .p-cts__txtarea .p-txtarea__list__itm {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-maincts-base .p-cts__txtarea .p-txtarea__list__itm .c-cts__hdg {
    margin: 0 0 10px 0;
    margin: 0 0 1.33333vw 0
  }
  .l-maincts-base .c-cts__hdg {
    margin: 0 0 20px 0;
    margin: 0 0 2.66667vw 0
  }
  .l-maincts-base .p-ctslist .p-ctslist__itm, .l-maincts-base .p-ctslist__report .p-ctslist__itm {
    margin: 0 0 20px 0;
    margin: 0 0 2.66667vw 0
  }
  .l-maincts-base .p-pdc-card.r-pdc-index .p-pdc-card__link:hover:after {
    display: none
  }
  .l-maincts-base .p-tbl tbody th {
    font-weight: 700
  }
  .l-maincts-base .p-ctslist__3col .p-ctslist__link.r-blank-primary .c-icn {
    right: 2vw;
    bottom: 2vw
  }
  .l-maincts-news .p-news-list__itm {
    padding: 16.5px 13.5px 13.5px 0;
    padding: 4.4vw 3.6vw 3.6vw 0
  }
  .l-maincts-news .p-news-list__itm .c-info__date {
    font-size: 3.2vw;
    line-height: 1.16
  }
  .l-maincts-news .p-news-list__itm .c-txticonlist {
    margin: 0 0 0 17px;
    margin: 0 0 0 2.26667vw
  }
  .l-maincts-news .p-news-list__itm .c-txticonlist .c-txt-icon__var {
    font-size: 2.66667vw;
    height: 15px;
    height: 4vw;
    padding: 2.75px 4.5px 3.5px 4.5px;
    padding: .73333vw 1.2vw .93333vw 1.2vw
  }
  .l-maincts-news .p-news-list__itm .p-news-list__link {
    font-size: 3.73333vw;
    line-height: 2;
    margin: 11px 0 0 0;
    margin: 1.46667vw 0 0 0
  }
  .l-maincts-news .c-cts__hdg {
    margin: 0 0 15px 0!important;
    margin: 0 0 4vw 0!important
  }
  .l-lyt__2col.r-2x1__left.r-bdr {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw
  }
  .l-lyt__2col.r-2x1__right.r-bdr {
    padding: 20px 20px 20px 20px;
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw
  }
  .u-none--iso {
    display: inline-block;
    margin-right: -4px
  }
  .u-none--iso:after {
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 4px
  }
  .c-img__caption {
    font-size: 3.2vw;
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .l-qa .p-intro {
    margin: 0 0 46px 0;
    margin: 0 0 6.13333vw 0
  }
  .l-qa .c-tgl .c-tgl__itm__cnt {
    padding: 23px 15px 23px 15px;
    padding: 6.13333vw 4vw 6.13333vw 4vw
  }
  .l-qa .c-pdc-card__itm__link {
    letter-spacing: -.025em
  }
  .l-qa .c-pdc-card__itm__link .c-icn {
    top: 10px;
    top: 2.66667vw;
    right: 1px;
    right: .26667vw
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .p-tbl tbody, .l-qa .l-lyt__2col .l-lyt__2col--right .p-tbl tr {
    display: table-row
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .p-tbl__row {
    width: 100%
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title {
    padding: 10.5px 15px 11.5px 15px;
    padding: 2.8vw 4vw 3.06667vw 4vw
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title:first-of-type {
    width: 200px;
    width: 53.33333vw
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title:last-of-type {
    border: none;
    width: 97px;
    width: 25.86667vw
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__title__sub {
    font-size: 3.73333vw;
    line-height: 1.71;
    padding: 12.5px 15px 12.5px 15px;
    padding: 3.33333vw 4vw 3.33333vw 4vw
  }
  .l-qa .l-lyt__2col .l-lyt__2col--right .c-tbl__txt {
    padding: 12px 15px 12px 15px;
    padding: 3.2vw 4vw 3.2vw 4vw
  }
  .p-linkarea {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .p-linkarea .p-linkarea__main {
    display: block
  }
  .p-linkarea .p-linkarea__left {
    width: 100%;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-linkarea .p-linkarea__left .p-linkarea__cts__img {
    height: 100%
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list {
    width: 100%
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm {
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0;
    width: 157.5px;
    width: 42vw
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm:nth-of-type(3n) {
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0
  }
  .p-linkarea .p-linkarea__right .p-linkarea__list .p-linkarea__list__itm:nth-of-type(2n) {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-linkarea .p-linkarea__list__sub .p-linkarea__list__itm {
    width: 157.5px;
    width: 42vw;
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0
  }
  .p-linkarea .p-linkarea__list__sub .p-linkarea__list__itm:nth-of-type(2n) {
    margin-right: 0
  }
  .p-linkarea .p-linkarea__list__sub .p-linkarea__list__itm:nth-last-of-type(2) {
    margin-bottom: 0
  }
  .p-linkarea .p-linkarea__list__sub .p-linkarea__list__itm:last-of-type {
    margin-bottom: 0
  }
  .p-linkarea .p-linkarea__cts__title {
    font-size: 3.73333vw;
    line-height: 1.42
  }
  .p-news_cts__itm .c-btn-list {
    width: 210px;
    width: 56vw;
    margin: 0 auto
  }
  .p-tech-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .p-tech-list .p-tech-list__itm {
    width: 157.5px;
    width: 42vw;
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0
  }
  .p-tech-list .p-tech-list__itm:nth-of-type(2n) {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-tech-list .p-tech-list__itm:nth-last-of-type(2) {
    margin: 0 40px 0 0;
    margin: 0 5.33333vw 0 0
  }
  .p-tech-list .p-tech-list__itm:last-of-type {
    margin: 0;
    margin: 0
  }
  .p-tech-list .p-tech-list__itm .p-tech-list__itm__img {
    width: 157.5px;
    width: 42vw;
    height: 105px;
    height: 28vw
  }
  .p-tech-list .p-tech-list__itm p {
    font-size: 3.73333vw;
    line-height: 2;
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0
  }
  .p-company-wrap .c-btn-list {
    width: 210px;
    width: 56vw;
    margin: 0 auto;
    margin-top: 23px;
    margin-top: 6.13333vw
  }
  .l-sitemap {
    margin: 0 40px 0 40px;
    margin: 0 5.33333vw 0 5.33333vw
  }
  .l-sitemap .p-sitemap__category {
    margin: 0 0 80px 0;
    margin: 0 0 10.66667vw 0
  }
  .l-sitemap .p-cts-title {
    margin: 0 0 27px 0;
    margin: 0 0 3.6vw 0
  }
  .l-sitemap .p-cts-title__link .c-cts-title__sub {
    width: 12px;
    width: 3.2vw;
    height: 12px;
    height: 3.2vw;
    margin: 0 0 0 20px;
    margin: 0 0 0 2.66667vw
  }
  .l-sitemap .p-sitemaplist .p-sitemaplist__itm {
    width: 100%;
    margin: 0 0 27px 0;
    margin: 0 0 3.6vw 0
  }
  .l-sitemap .p-sitemaplist .p-sitemaplist__link {
    font-size: 3.73333vw
  }
  .c-attention {
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 20px;
    padding-right: 5.33333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 20px;
    padding-left: 5.33333vw;
    font-size: 3.73333vw
  }
  .p-cts__notice-wrap {
    margin: 60px 0 154px 0;
    margin: 8vw 0 20.53333vw 0;
    padding: 26px 25px 23px 25px;
    padding: 6.93333vw 6.66667vw 6.13333vw 6.66667vw
  }
  .p-cts__notice-wrap .p-cts__notice-list__itm p {
    width: 100%
  }
  .c-adobe-reader-txt {
    padding-left: 25px;
    padding-left: 6.66667vw
  }
  .c-adobe-reader-txt:before {
    top: 2px;
    top: .53333vw;
    width: 19px;
    width: 5.06667vw;
    height: 19px;
    height: 5.06667vw
  }
  .p-link__card__pdf {
    width: 335px;
    width: 89.33333vw;
    padding: 30px 30px 30px 30px;
    padding: 8vw 8vw 8vw 8vw;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-link__card__pdf .p-link__hdg .p-link__txt {
    padding: 0 0 15px 0;
    padding: 0 0 4vw 0
  }
  .p-link__card__pdf .p-link__hdg .p-link__txt .c-pdc-card__itm__link .c-icn {
    top: 10px;
    right: 3px
  }
  .p-link__card__pdf .p-link__hdg .p-link__img {
    width: 158px;
    width: 42.13333vw;
    height: 39px;
    height: 10.4vw;
    margin: 0 auto
  }
  .c-btn-list {
    margin-top: 15px;
    margin-top: 4vw
  }
  .c-btn-list__itm {
    width: 100%
  }
  .c-btn-list__itm:nth-child(n+2) {
    margin-top: 15px;
    margin-top: 4vw
  }
  .c-btn-list__itm.r-1line {
    height: 41px;
    height: 10.93333vw
  }
  .c-btn-list__itm.r-1line--sp {
    height: 41px;
    height: 10.93333vw
  }
  .p-btn-list__itm.r-2line {
    height: 61px;
    height: 16.26667vw
  }
  .p-btn-list__itm.r-2line--sp {
    height: 61px;
    height: 16.26667vw
  }
  .c-btn-list__itm__link {
    font-size: 3.73333vw;
    font-size: 13px;
    font-size: 3.46667vw;
    padding-top: 11px;
    padding-top: 2.93333vw;
    padding-bottom: 11px;
    padding-bottom: 2.93333vw
  }
  .c-btn-list__itm__link:before {
    right: 25px;
    right: 6.66667vw;
    width: 4px;
    width: 1.06667vw;
    height: 4px;
    height: 1.06667vw;
    margin-top: -2px;
    margin-top: -.53333vw
  }
  .c-btn-list__itm__cnt {
    font-size: 4vw
  }
  .p-btn-list__itm {
    height: 41px;
    height: 10.93333vw;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-btn-list__itm .c-btn-list__itm__link {
    font-size: 3.73333vw;
    font-size: 13px;
    font-size: 3.46667vw;
    padding-top: 11px;
    padding-top: 2.93333vw;
    padding-bottom: 11px;
    padding-bottom: 2.93333vw
  }
  .p-btn-list__itm .c-btn-list__itm__link:before {
    right: 25px;
    right: 6.66667vw;
    width: 4px;
    width: 1.06667vw;
    height: 4px;
    height: 1.06667vw;
    margin-top: -2px;
    margin-top: -.53333vw
  }
  .c-column {
    padding: 30px 20px 30px 20px;
    padding: 8vw 5.33333vw 8vw 5.33333vw
  }
  .c-column .c-hdg--lv3 {
    font-size: 4.26667vw
  }
  .c-column__cnt {
    padding: 13px 0 0 0;
    padding: 3.46667vw 0 0 0
  }
  .c-column .c-sec__lyt__node__cts {
    font-size: 3.73333vw
  }
  .c-column .c-group {
    margin: 0 28px 0 0;
    margin: 0 3.73333vw 0 0;
    width: 10px;
    width: 2.66667vw
  }
  .c-column .c-txt {
    padding: 0 0 0 21px;
    padding: 0 0 0 5.6vw
  }
  .c-column .c-column__subtxt {
    font-size: 3.2vw;
    line-height: 1.25
  }
  .c-column .c-txt-link {
    font-size: 3.73333vw;
    line-height: 2
  }
  .c-column .c-txt-link span {
    margin: 0 0 0 6px;
    margin: 0 0 0 .8vw;
    width: 12.5px;
    width: 3.33333vw;
    height: 11.5px;
    height: 3.06667vw
  }
  .c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts {
    margin: 0 0 59px 0;
    margin: 0 0 7.86667vw 0
  }
  .c-sec__lyt__node.p-list__secondary .c-sec__lyt__node__cts:before {
    font-size: 3.73333vw;
    margin: 17px 30px 0 4px;
    margin: 2.26667vw 4vw 0 .53333vw
  }
  .c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-title {
    padding: 0 20px 0 0;
    padding: 0 5.33333vw 0 0;
    width: 100px;
    width: 26.66667vw
  }
  .c-sec__lyt__node.p-list__tertiary .c-sec__lyt__node__cts .c-txt {
    padding: 0 0 0 20px;
    padding: 0 0 0 5.33333vw
  }
  .c-column.p-column__rcp01 {
    padding: 24px 20px 15px 20px;
    padding: 6.4vw 5.33333vw 4vw 5.33333vw
  }
  .c-column.p-column__rcp01.r-ingredients .c-column__cnt .c-sec__lyt__node__cts .c-title {
    font-size: 3.46667vw;
    line-height: 1.5;
    width: 150px;
    width: 40vw;
    padding: 0 8px 0 9.75px;
    padding: 0 2.13333vw 0 2.6vw
  }
  .c-column.p-column__rcp01.r-ingredients .c-column__cnt .c-sec__lyt__node__cts .c-txt {
    font-size: 3.46667vw;
    line-height: 1.5;
    padding: 0 0 0 4px;
    padding: 0 0 0 1.06667vw
  }
  .c-column.p-column__rcp01.r-ingredients .c-column__cnt .c-sec__lyt__node__cts .c-txt span {
    margin: 0 0 0 9px;
    margin: 0 0 0 1.2vw
  }
  .c-column.p-column__rcp01 .c-hdg--lv3 {
    line-height: 1.75
  }
  .c-column.p-column__rcp01 .c-column__cnt {
    padding: 17.5px 0 0 0;
    padding: 4.66667vw 0 0 0
  }
  .c-column.p-column__rcp01 .p-list__primary {
    padding: 0 0 26.5px 0;
    padding: 0 0 7.06667vw 0
  }
  .c-column.p-column__rcp01 .p-list__primary .c-sec__lyt__node__cts .c-title {
    width: 175px;
    width: 46.66667vw;
    line-height: 1.5
  }
  .c-column.p-column__rcp01 .p-list__primary .c-sec__lyt__node__cts .c-txt span {
    margin: 0 0 0 35px;
    margin: 0 0 0 4.66667vw;
    line-height: 1.5
  }
  .c-column.p-column__rcp01 .p-list__secondary .c-sec__lyt__node__cts {
    margin: 0 0 57px 0;
    margin: 0 0 7.6vw 0
  }
  .c-column.p-column__rcp01 .c-sec__lyt__node__cts {
    margin: 0 0 16px 0;
    margin: 0 0 2.13333vw 0
  }
  .c-column.p-column__rcp01 .c-title {
    width: 160px;
    width: 42.66667vw;
    padding: 0 19.5px 0 22.5px;
    padding: 0 5.2vw 0 6vw
  }
  .c-column.p-column__rcp03 .p-list__tertiary .c-title {
    width: 100px;
    width: 26.66667vw
  }
  .c-column.p-column__rcp03 .p-list__tertiary .c-txt {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset
  }
  .c-column.p-column__pdc01 .c-column__hdgwrap {
    position: relative
  }
  .c-column.p-column__pdc01 .c-column__hdgwrap .c-column__subtxt {
    display: block;
    position: absolute;
    top: 12.3vw
  }
  .c-column.p-column__pdc01 .c-column__cnt {
    padding: 42.5px 0 0 0;
    padding: 11.33333vw 0 0 0
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-title {
    width: 100px;
    width: 26.66667vw
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-title:after {
    position: absolute;
    display: inline-block;
    padding: 0 0 0 17px;
    padding: 0 0 0 4.53333vw
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-txt {
    text-align: right;
    padding: 0;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-txt:before {
    content: none
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts {
    display: block!important;
    margin: 0 0 56px 0;
    margin: 0 0 7.46667vw 0
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-title {
    width: 100%
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-title:after {
    position: static;
    display: inline-block;
    padding: 0 0 0 17px;
    padding: 0 0 0 4.53333vw
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-txt {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
    text-align: left;
    padding: 0
  }
  .c-column.p-column__pdc02 .p-list__primary .c-sec__lyt__node__cts .c-txt:before {
    content: none
  }
  .c-column.p-column__pdc02 .c-txt-link {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .c-column.p-column__pdc03 .p-list__primary .c-sec__lyt__node__cts .c-title {
    padding: 0;
    padding: 0
  }
  .c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts {
    display: block!important;
    margin: 0 0 56px 0;
    margin: 0 0 7.46667vw 0
  }
  .c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts .c-title {
    width: 100%
  }
  .c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts .c-title:after {
    content: none
  }
  .c-column.p-column__pdc04 .p-list__primary .c-sec__lyt__node__cts .c-txt {
    padding: 0;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin: 3px 0 0 0;
    margin: .4vw 0 0 0
  }
  .c-form-err {
    padding: 15px 20px 15px 20px;
    padding: 4vw 5.33333vw 4vw 5.33333vw
  }
  .c-form-textbox input:placeholder-shown {
    font-size: 3.2vw;
    padding: 10.5px 10px 10.5px 10px;
    padding: 2.8vw 2.66667vw 2.8vw 2.66667vw
  }
  .c-form-textbox input {
    font-size: 3.2vw;
    padding: 10.5px 10px 10.5px 10px;
    padding: 2.8vw 2.66667vw 2.8vw 2.66667vw
  }
  .c-form-textbox input:focus {
    font-size: 3.2vw;
    padding: 10px 9.5px 10px 9.5px;
    padding: 2.66667vw 2.53333vw 2.66667vw 2.53333vw
  }
  .c-form-heading {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 16px;
    margin-bottom: 4.26667vw
  }
  .c-form-textbox .r-pass {
    margin-top: 10px;
    margin-top: 2.66667vw;
    display: block
  }
  .c-form-textbox .r-text {
    margin-left: 10px;
    margin-left: 2.66667vw
  }
  .c-form-checkbox {
    width: 100%
  }
  .c-form-checkbox__label {
    padding-left: 33.5px;
    padding-left: 8.93333vw
  }
  .c-form-checkbox__label:before {
    width: 24px;
    width: 6.4vw;
    height: 24px;
    height: 6.4vw;
    left: 0;
    left: 0;
    top: 0
  }
  .c-form-checkbox__label:after {
    background-image: url(/assets/img/common/icon_06_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17.5px;
    width: 4.66667vw;
    height: 12.5px;
    height: 3.33333vw;
    left: 3px;
    left: .8vw;
    top: 6.5px;
    top: 1.73333vw
  }
  .c-form-select {
    width: 140px;
    width: 37.33333vw;
    margin: 0 0 58px 0;
    margin: 0 0 7.73333vw 0
  }
  .c-form-select:after {
    background-image: url(/assets/img/common/icon_22_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 12.5px;
    top: 3.33333vw;
    right: 10px;
    right: 2.66667vw;
    width: 10px;
    width: 2.66667vw;
    height: 20px;
    height: 5.33333vw
  }
  .c-form-select select {
    padding: 13.5px 10px 13.5px 10px;
    padding: 3.6vw 2.66667vw 3.6vw 2.66667vw;
    font-size: 3.2vw
  }
  .c-form-select select:focus {
    padding: 13px 9.5px 13px 9.5px;
    padding: 3.46667vw 2.53333vw 3.46667vw 2.53333vw
  }
  .c-form-select.r-upper-right {
    position: relative;
    top: 35px;
    top: 9.33333vw;
    left: 87.5px;
    left: 23.33333vw;
    margin-bottom: 10%
  }
  .c-form-radio {
    display: block;
    padding-right: 25px;
    padding-right: 6.66667vw;
    width: 86px;
    width: 22.93333vw
  }
  .c-form-radio + .c-form-radio {
    padding-bottom: 0
  }
  .c-form-radio input[type=radio]:focus + .c-form-radio__label:before {
    border-width: 2px
  }
  .c-form-radio__label {
    padding-left: 30px;
    padding-left: 8vw
  }
  .c-form-radio__label:before {
    overflow: hidden;
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    margin-top: -11px;
    margin-top: -2.93333vw;
    border-radius: 100%;
    left: 0;
    border: 1px solid #999
  }
  .c-form-radio__label:after {
    overflow: hidden;
    width: 14px;
    width: 3.73333vw;
    height: 14px;
    height: 3.73333vw;
    margin-top: -8px;
    margin-top: -2.13333vw;
    border-radius: 100%;
    left: 3px;
    left: .8vw
  }
  .is-err .c-form-radio__label {
    margin-left: 5px;
    margin-left: 1.33333vw
  }
  .c-form-radio.r-traffic {
    padding-top: 10px;
    padding-top: 2.66667vw
  }
  .c-form-radio.r-traffic label {
    margin-bottom: 5px;
    margin-bottom: 1.33333vw
  }
  .c-form-textarea textarea:placeholder-shown {
    font-size: 3.2vw
  }
  .c-form-textarea textarea {
    width: 100%;
    font-size: 3.2vw;
    line-height: 2;
    height: 188.5px;
    height: 50.26667vw;
    padding: 8.5px 10px 8.5px 10px;
    padding: 2.26667vw 2.66667vw 2.26667vw 2.66667vw
  }
  .c-form-textarea textarea:focus {
    font-size: 3.2vw;
    padding: 8px 9.5px 8px 9.5px;
    padding: 2.13333vw 2.53333vw 2.13333vw 2.53333vw
  }
  .c-form__icn--optional {
    margin-right: 5px;
    margin-right: 1.33333vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
    margin-left: 10px;
    margin-left: 2.66667vw;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 22px;
    line-height: 5.86667vw
  }
  .c-form-notice {
    margin-top: 17px;
    margin-top: 4.53333vw
  }
  .c-form-notice__box {
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 22.5px;
    padding-bottom: 6vw;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
    max-height: 250px;
    max-height: 66.66667vw
  }
  .c-form-notice__box .r-txt {
    line-height: 1.5;
    margin-top: 15px;
    margin-top: 4vw
  }
  .c-form-notice__box .r-tel-num {
    text-align: center;
    line-height: 1.5;
    margin-top: 15px;
    margin-top: 4vw;
    font-size: 20px;
    font-size: 5.33333vw;
    padding-left: 30px;
    padding-left: 8vw
  }
  .c-form-notice__box .r-tel-num:before {
    width: 21.5px;
    width: 5.73333vw;
    height: 20.5px;
    height: 5.46667vw;
    left: 40px;
    left: 10.66667vw;
    background-size: 21.5px 20.5px;
    background-size: 5.73333vw 5.46667vw
  }
  .c-form-notice__box .r-tel-hours {
    text-align: center;
    font-size: 11px;
    font-size: 2.93333vw
  }
  .c-form-notice__grid {
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 22.5px;
    padding-bottom: 6vw;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw
  }
  .c-form-notice__grid__pict {
    width: 85px;
    width: 22.66667vw
  }
  .c-form-notice__grid__pict__box {
    width: 60px;
    width: 16vw
  }
  .c-form-notice__grid__pict__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.5;
    margin-top: 5px;
    margin-top: 1.33333vw
  }
  .c-form-notice__grid__detail {
    width: 208px;
    width: 55.46667vw;
    padding-left: 12px;
    padding-left: 3.2vw
  }
  .c-form-notice__grid__detail__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.7
  }
  .c-form-notice__grid__tel {
    clear: left;
    padding-top: 10px;
    padding-top: 2.66667vw;
    max-width: 275px;
    max-width: 73.33333vw;
    margin-left: auto;
    margin-right: auto
  }
  .c-form-notice__grid__tel__num {
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-size: 5.33333vw;
    padding-left: 30px;
    padding-left: 8vw
  }
  .c-form-notice__grid__tel__num:before {
    width: 21.5px;
    width: 5.73333vw;
    height: 20.5px;
    height: 5.46667vw;
    left: 40px;
    left: 10.66667vw;
    background-size: 21.5px 20.5px;
    background-size: 5.73333vw 5.46667vw
  }
  .c-form-notice__grid__tel__hours {
    text-align: center;
    font-size: 11px;
    font-size: 2.93333vw
  }
  .c-form-notice__agree {
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw
  }
  .c-form-notice__agree__checkbox + label {
    padding-left: 31.5px;
    padding-left: 8.4vw
  }
  .c-form-notice__agree__checkbox + label:before {
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    border-radius: 2.5px;
    border-radius: .66667vw
  }
  .c-form-notice__agree__checkbox:checked + label:after {
    top: -1.5px;
    top: -.4vw;
    left: 2.5px;
    left: .66667vw;
    width: 3.5px;
    width: .93333vw;
    height: 8px;
    height: 2.13333vw;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #333;
    border-right: 3px solid #333
  }
  .c-form-textarea .c-wd__01, .c-form-textbox .c-wd__01 {
    width: 100%
  }
  .c-form-textarea .c-wd__02, .c-form-textbox .c-wd__02 {
    width: 60px;
    width: 16vw
  }
  .c-form-textarea .c-wd__03, .c-form-textbox .c-wd__03 {
    width: 140px;
    width: 37.33333vw
  }
  .c-form-textarea .c-wd__04, .c-form-textbox .c-wd__04 {
    width: 90px;
    width: 24vw
  }
  .c-space {
    margin: auto 0;
    margin-right: 10px;
    margin-right: 2.66667vw;
    margin-left: 10px;
    margin-left: 2.66667vw;
    width: 9.5px;
    width: 2.53333vw;
    height: 1px;
    height: .26667vw
  }
  .r-bordertype-02-wrap {
    padding: 0 0 10px 0;
    padding: 0 0 2.66667vw 0
  }
  .r-bordertype-02-wrap.r-fullwidth {
    margin: 0 0 30px 0;
    margin: 0 0 4vw 0
  }
  .c-hdg--lv2.r-bordertype-01:before {
    top: -1.5vw;
    width: 25px;
    width: 6.66667vw;
    margin: 0 20px 0 0;
    margin: 0 2.66667vw 0 0
  }
  .c-hdg--lv2.r-bordertype-01:after {
    top: -1.5vw;
    width: 25px;
    width: 6.66667vw;
    margin: 0 0 0 20px;
    margin: 0 0 0 2.66667vw
  }
  .c-hdg--lv2.r-bordertype-02 {
    line-height: 1.5
  }
  .c-hdg--lv2.r-bordertype-02:after {
    bottom: -10px;
    bottom: -10px;
    bottom: -2.66667vw
  }
  .c-hdg--lv2.r-bordertype-02.r-jpn:after {
    margin: 30px 0 0 0;
    margin: 4vw 0 0 0
  }
  .c-hdg--lv2 {
    line-height: 1
  }
  .c-hdg--lv2:before {
    width: 89px;
    width: 23.73333vw
  }
  .p-hdgwrap__lv3 {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw
  }
  .c-modal__sec.r-group-second-life .c-hdg--lv2 span {
    font-size: 4.66667vw
  }
  .r-blank-primary .c-icn {
    width: 11px;
    width: 2.93333vw;
    height: 11px;
    height: 2.93333vw
  }
  .r-blank-secondary .c-icn {
    right: 4.666vw;
    width: 11px;
    width: 2.93333vw;
    height: 11px;
    height: 2.93333vw;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
  }
  .c-number {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw
  }
  .c-number p {
    font-size: 4.53333vw
  }
  .r-modal-tri .c-icn {
    top: 3.6vw;
    right: 4.666vw;
    bottom: 4.666vw;
    width: 11px;
    width: 2.93333vw;
    height: 11px;
    height: 2.93333vw;
    background-image: url(/assets/img/common/icon_26_sp.png)
  }
  .r-modal-tri:hover .c-icn {
    background-image: url(/assets/img/common/icon_25_sp.png);
    top: 3.6vw;
    right: 4.666vw;
    bottom: 4.666vw;
    width: 11px;
    width: 2.93333vw;
    height: 11px;
    height: 2.93333vw
  }
  .c-icn.r-arrow.r-type01 {
    width: 11px;
    width: 2.93333vw;
    height: 5.5px;
    height: 1.46667vw;
    top: 17px;
    top: 4.53333vw;
    right: 15px;
    right: 4vw;
    background-image: url(/assets/img/common/icon_05_sp.png);
    background-size: cover
  }
  .c-list .c-list__itm.is-small {
    font-size: 3.73333vw
  }
  .c-list .c-list__itm.is-xsmall {
    font-size: 3.46667vw
  }
  .c-list .c-list__itm.is-space {
    line-height: 1.7;
    margin-top: 30.2px;
    margin-bottom: -9.8px
  }
  .c-list .c-list__itm.is-small.is-space {
    line-height: 1.7;
    margin-top: 30.9px;
    margin-bottom: -9.1px
  }
  .c-list .c-list__itm.is-xsmall.is-space {
    line-height: 1.7;
    margin-top: 32.3px;
    margin-bottom: -7.7px
  }
  .p-list__ol {
    padding: 0 0 0 20px;
    padding: 0 0 0 5.33333vw
  }
  .p-news-wrap .p-news__title {
    margin: 0 auto
  }
  .p-news-wrap .p-news__title .c-hdg--lv2:after {
    width: 80.5px;
    width: 21.46667vw;
    margin: 15px 0 0 0;
    margin: 2vw 0 0 0
  }
  .p-news-wrap .p-news_cts {
    display: block
  }
  .p-news-wrap .p-news_cts .p-news__cts-title .c-hdg--lv3 {
    font-size: 4.26667vw;
    line-height: 1
  }
  .p-news-wrap .p-news_cts .p-news__cts-title .c-cts-title__sub {
    font-size: 3.73333vw;
    line-height: 2
  }
  .p-news-wrap .p-news_cts .p-news__cts-title .c-cts-title__sub img {
    margin: 0 0 0 13px;
    margin: 0 0 0 1.73333vw;
    width: 12px;
    width: 3.2vw;
    height: 11px;
    height: 2.93333vw
  }
  .p-news-wrap .p-news_cts .c-info__date {
    font-size: 3.2vw;
    line-height: 1.16;
    margin: 0 0 5px 0;
    margin: 0 0 .66667vw 0
  }
  .p-news-wrap .p-news_cts .p-info-list__itm, .p-news-wrap .p-news_cts .p-news-list__itm {
    padding: 19.5px 15px 13.5px 1.5px;
    padding: 5.2vw 4vw 3.6vw .4vw
  }
  .p-news-wrap .p-news_cts .p-info-list__link, .p-news-wrap .p-news_cts .p-news-list__link {
    font-size: 3.73333vw;
    line-height: 2
  }
  .p-news-wrap .p-news_cts .p-news-list .c-txticonlist {
    margin: 0 0 0 16px;
    margin: 0 0 0 2.13333vw
  }
  .p-news-wrap .p-news_cts .p-news-list .c-txticonlist .c-txticonlist__item span {
    padding: 4px 5px 4px 5px;
    padding: 1.06667vw 1.33333vw 1.06667vw 1.33333vw
  }
  .p-ctslist {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-ctslist .p-ctslist__itm .c-txticonlist {
    margin: .5px 16px 0 0;
    margin: .06667vw 2.13333vw 0 0
  }
  .p-ctslist .p-ctslist__itm .p-ctslist__link {
    float: left;
    width: calc(100% - 12.6vw)
  }
  .p-ctslist .p-ctslist__itm .c-cts__txt {
    margin: 0 0 0 16px;
    margin: 0 0 0 2.13333vw
  }
  .p-ctslist__report02 .c-date {
    margin: 0 16px 0 0;
    margin: 0 2.13333vw 0 0
  }
  .p-ctslist__report02 .p-ctslist__link {
    width: 100%!important
  }
  .p-link-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-link-list .p-link-list__itm {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .p-link-list .p-link-list__itm .c-link-list__itm__link {
    padding: 0 30px 0 0;
    padding: 0 8vw 0 0
  }
  .p-link-list .p-link-list__itm .c-link-list__itm__link .c-icn {
    top: 2vw;
    right: 15px;
    right: 4vw;
    margin: 0;
    width: 2.133vw;
    height: 2.133vw;
    border-right: solid .1333vw #0071ce;
    border-bottom: solid .1333vw #0071ce
  }
  .p-link-list.r-type02 .p-link-list__itm {
    width: 100%
  }
  .p-link__card__edinet .r-blank-primary {
    padding: 10px 12.5px 10px 10px;
    padding: 2.66667vw 3.33333vw 2.66667vw 2.66667vw
  }
  .p-link__card__edinet .r-blank-primary .c-icn {
    right: .66667vw;
    bottom: .66667vw
  }
  .c-slider-wrap__title .c-hdg--lv2 {
    font-size: 4.8vw;
    line-height: .77
  }
  .c-sliderlist {
    width: 100vw;
    margin-left: -5vw!important;
    margin: 62px 0 0 0;
    margin: 8.26667vw 0 0 0
  }
  .c-sliderlist__item {
    width: 157px;
    width: 41.86667vw;
    margin: 0 43px 0 0;
    margin: 0 5.73333vw 0 0
  }
  .c-sliderlist__item .c-sliderlist__img {
    width: 157px;
    width: 41.86667vw;
    height: 157px;
    height: 41.86667vw
  }
  .c-sliderlist__txt {
    margin-top: 14.5px;
    margin-top: 3.86667vw;
    font-size: 3.73333vw;
    line-height: 1.43
  }
  .c-sliderlist__indicator {
    width: 222px;
    width: 59.2vw;
    margin: 0 auto;
    margin-top: 14px;
    margin-top: 3.73333vw
  }
  .c-sliderlist__indicator li {
    width: 9px;
    width: 2.4vw;
    margin-right: 17px;
    margin-right: 4.53333vw
  }
  .c-sliderlist__arrow {
    display: none!important
  }
  .c-sliderlist__arrow {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    top: 61px;
    top: 16.26667vw
  }
  .c-sliderlist.r-pdc__index {
    width: 100vw
  }
  .c-sliderlist.r-pdc__index.js-2time .c-sliderlist__item {
    width: 42vw
  }
  .c-sliderlist.r-pdc__index.js-2time .c-sliderlist__item .c-sliderlist__link {
    width: 42vw;
    -webkit-transition: unset!important;
    transition: unset!important
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__item {
    margin: 0 30px 0 30px;
    margin: 0 4vw 0 4vw;
    width: 192px;
    width: 51.2vw
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__link {
    width: 192px;
    width: 51.2vw;
    padding-top: 6vw;
  }
  .c-sliderlist.r-pdc__index .c-sliderlist__txt {
    margin: 20px 0 0 0;
    margin: 2.66667vw 0 0 0
  }
  .c-sliderlist.r-banner {
    width: 100vw!important;
    margin: 0
  }
  .c-sliderlist.r-banner .c-sliderlist__item {
    width: 280px;
    width: 74.66667vw;
    height: 280px;
    height: 74.66667vw
  }
  .c-sliderlist.r-banner .c-sliderlist__link {
    width: 280px;
    width: 74.66667vw;
    height: 280px;
    height: 74.66667vw
  }
  .c-sliderlist.r-banner .c-sliderlist__img {
    width: 100%;
    height: 100%
  }
  .c-sliderlist.r-banner .r-blank-primary span {
    right: 2.666vw;
    bottom: 2.666vw
  }
  .c-sliderlist.r-banner .r-blank-secondary span {
    right: 2.666vw;
    bottom: 2.666vw;
    top: auto
  }
  .c-sliderlist.r-banner .c-sliderlist__indicator {
    height: 2.4vw
  }
  .c-sliderlist.r-kv {
    width: 100vw;
    margin: 0;
    margin-left: 0!important;
    height: 360px;
    height: 96vw
  }
  .c-sliderlist.r-kv .c-sliderlist__img {
    width: 100vw;
    height: 360px;
    height: 96vw
  }
  .c-sliderlist.r-kv .slick-arrow {
    width: 23.5px;
    width: 6.26667vw;
    height: 23.5px;
    height: 6.26667vw;
    bottom: 2.666vw;
    background-image: url(/assets/img/common/icon_03_sp.png);
    background-size: 3.333vw auto
  }
  .c-sliderlist.r-kv .slick-arrow.r-prev {
    left: 3.6vw
  }
  .c-sliderlist.r-kv .slick-arrow.r-next {
    right: 3.6vw
  }
  .c-sliderlist.r-kv .slick-list.draggable {
    height: 96vw!important
  }
  .c-sliderlist.r-kv .slick-track {
    height: 360px;
    height: 96vw
  }
  .c-sliderlist.r-kv .c-sliderlist__item {
    width: 100vw;
    margin: 0;
    height: 360px;
    height: 96vw
  }
  .c-sliderlist.r-kv .c-sliderlist__indicator {
    left: 0;
    right: 0;
    bottom: 4.8vw;
    margin: auto
  }
  .c-sliderlist.r-kv .c-sliderlist__indicator li {
    width: 9px;
    width: 2.4vw;
    height: 9px;
    height: 2.4vw
  }
  .c-sliderlist.r-rcp__index {
    width: 100vw;
    margin-left: 0!important
  }
  .c-sliderlist.r-rcp__index .slick-list.draggable {
    height: 340px!important;
    height: 90.66667vw!important
  }
  .c-sliderlist.r-rcp__index .c-sliderlist__item {
    opacity: 1;
    width: 280px;
    width: 74.66667vw;
    height: 280px;
    height: 74.66667vw
  }
  .c-sliderlist.r-rcp__index .c-sliderlist__img {
    width: 280px;
    width: 74.66667vw;
    height: 280px;
    height: 74.66667vw
  }

 .c-sliderlist.r-rcp__index.p-recipes-img .c-sliderlist__img, .c-sliderlist.r-rcp__index.p-recipes-img .c-sliderlist__item {
    width: 100%;
    height: auto;
 }
  .c-sliderlist.r-rcp__index .c-sliderlist__txt {
    font-size: 4.26667vw;
    line-height: 1.75;
    margin: 18px 0 0 0;
    margin: 2.4vw 0 0 0
  }
  .c-sliderlist.r-rcp__index .c-sliderlist__indicator {
    margin: 40px 0 0 0;
    margin: 5.33333vw 0 0 0
  }
  .c-sliderlist.js-notSlide {
    padding: 0 20px 0 20px;
    padding: 0 5.33333vw 0 5.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .p-tbl tbody, .p-tbl tr {
    display: block
  }
  .p-tbl .c-tbl__title {
    font-size: 3.73333vw;
    line-height: 1.71
  }
  .p-tbl .c-tbl__txt {
    font-size: 4vw;
    line-height: 2
  }
  .p-tblwrap {
    overflow-x: scroll;
    overflow-scrolling: touch;
    max-width: 768px;
    padding: 0 0 16px 0;
    padding: 0 0 4.26667vw 0
  }
  .p-tblwrap::-webkit-scrollbar {
    padding: 8px 8px 8px 8px;
    padding: 2.13333vw 2.13333vw 2.13333vw 2.13333vw;
    height: 8px;
    height: 2.13333vw
  }
  .p-tblwrap::-webkit-scrollbar-track {
    margin: 16px 0 0 0;
    margin: 2.13333vw 0 0 0;
    background: #fbfbfb;
    border-radius: 4px;
    border-radius: 1.06667vw
  }
  .p-tblwrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border-radius: 1.06667vw;
    background: #e8e8e8
  }
  .p-tblwrap table {
    table-layout: fixed;
    min-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0!important
  }
  .p-tblwrap table.p-tbl-1col__quaternary .c-tbl__title--01 {
    width: 150px;
    width: 40vw;
    min-width: 40vw
  }
  .p-tblwrap table.p-tbl-1col__quaternary .c-tbl__txt {
    width: 150px;
    width: 40vw;
    min-width: 40vw
  }
  .p-tblwrap table.p-tbl-1col__quinary .c-tbl__title--01 {
    width: 150px;
    width: 40vw;
    min-width: 40vw
  }
  .p-tblwrap table.p-tbl-1col__quinary .c-tbl__txt {
    width: 150px;
    width: 40vw;
    min-width: 40vw
  }
  .p-tblwrap table.p-tbl-1col__tertiary .c-tbl__title--01 {
    width: 150px;
    width: 40vw;
    min-width: 40vw
  }
  .p-tblwrap table.p-tbl-1col__tertiary .c-tbl__txt {
    width: 150px;
    width: 40vw;
    min-width: 40vw
  }
  .p-tbl-1col__primary {
    display: block
  }
  .p-tbl-1col__primary .p-tbl__row {
    padding: 10.25px 0 9.5px 0;
    padding: 2.73333vw 0 2.53333vw 0;
    display: block
  }
  .p-tbl-1col__primary .c-tbl__title {
    width: 100%;
    display: block;
    margin: 0 0 13px 0;
    margin: 0 0 1.73333vw 0
  }
  .p-tbl-1col__primary .c-tbl__txt {
    display: block
  }
  .p-tbl-1col__primary .c-tbl__txt .c-img__pdc {
    width: 103px;
    width: 27.46667vw;
    height: 157.5px;
    height: 42vw
  }
  .p-tbl-1col__secondary .p-tbl, .p-tbl-1col__secondary tbody, .p-tbl-1col__secondary tr {
    display: table-row
  }
  .p-tbl-1col__secondary .c-tbl__title {
    width: 140px;
    width: 37.33333vw;
    padding: 6.5px 10px 5.5px 10px;
    padding: 1.73333vw 2.66667vw 1.46667vw 2.66667vw
  }
  .p-tbl-1col__secondary .c-tbl__txt {
    padding: 9px 10px 9px 10px;
    padding: 2.4vw 2.66667vw 2.4vw 2.66667vw
  }
  .p-tbl-1col__secondary .c-img__cell {
    padding: 6px 5.5px 6.5px 6.5px;
    padding: 1.6vw 1.46667vw 1.73333vw 1.73333vw
  }
  .p-tbl-1col__secondary .c-img__cell .u-img-wrap {
    width: 150px;
    width: 40vw;
    height: 100px;
    height: 26.66667vw
  }
  .p-tbl-1col__tertiary {
    display: block
  }
  .p-tbl-1col__tertiary .c-tbl__title {
    padding: 7px 10px 7px 10px;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--01 {
    width: 145px;
    width: 38.66667vw
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--02 {
    width: 51px;
    width: 13.6vw
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--03 {
    width: 73px;
    width: 19.46667vw
  }
  .p-tbl-1col__tertiary .c-tbl__title.c-tbl__title--04 {
    width: 88.5px;
    width: 23.6vw
  }
  .p-tbl-1col__tertiary .c-tbl__txt {
    padding: 7px 10px 7px 10px;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw
  }
  .p-tbl-1col__quaternary {
    display: block
  }
  .p-tbl-1col__quaternary .p-tbl, .p-tbl-1col__quaternary tbody, .p-tbl-1col__quaternary tr {
    display: table-row
  }
  .p-tbl-1col__quaternary .c-tbl__title {
    padding: 7px 10px 7px 10px;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw;
    max-width: 15vw
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--01 {
    width: 100px;
    width: 26.66667vw
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--02 {
    width: 100px;
    width: 26.66667vw
  }
  .p-tbl-1col__quaternary .c-tbl__title.c-tbl__title--04 {
    width: 60px;
    width: 16vw
  }
  .p-tbl-1col__quaternary .c-tbl__txt {
    padding: 7px 10px 7px 10px;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw
  }
  .p-tbl-1col__quinary {
    display: block
  }
  .p-tbl-1col__quinary .p-tbl, .p-tbl-1col__quinary tbody, .p-tbl-1col__quinary tr {
    display: table-row
  }
  .p-tbl-1col__quinary .c-tbl__title {
    padding: 7px 10px 7px 10px;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw
  }
  .p-tbl-1col__quinary .c-tbl__title.c-tbl__title--01 {
    width: 60px;
    width: 16vw
  }
  .p-tbl-1col__quinary .c-tbl__title.c-tbl__title--02 {
    width: 145px;
    width: 38.66667vw
  }
  .p-tbl-1col__quinary .c-tbl__title.c-tbl__title--03 {
    width: 145px;
    width: 38.66667vw
  }
  .p-tbl-1col__quinary .c-tbl__txt {
    padding: 7px 10px 7px 10px;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw
  }
  .l-inquiry .p-tbl.r-form table, .l-inquiry .p-tbl.r-form tbody {
    display: block
  }
  .l-inquiry .p-tbl.r-form .p-tbl__row {
    display: block;
    width: 100%;
    padding: 25.5px 0 25.5px 0;
    padding: 6.8vw 0 6.8vw 0
  }
  .l-inquiry .p-tbl.r-form .c-tbl__head {
    width: 100%;
    padding: 0 0 10px 0;
    padding: 0 0 2.66667vw 0
  }
  .l-inquiry .p-tbl.r-form .c-tbl__head .c-txticon {
    margin: 0 0 0 20px;
    margin: 0 0 0 2.66667vw
  }
  .l-inquiry .p-tbl.r-form .c-tbl__data {
    display: block;
    width: 100%
  }
  .l-inquiry .p-tbl.r-form .c-tbl__data.p-type__radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .c-tgl {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .c-tgl .c-tgl__itm {
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0
  }
  .c-tgl .c-tgl__itm__ttl {
    font-size: 3.73333vw;
    line-height: 1.71;
    padding: 14.5px 44px 14.5px 20px;
    padding: 3.86667vw 11.73333vw 3.86667vw 5.33333vw
  }
  .c-tgl .c-tgl__itm__ttl:after, .c-tgl .c-tgl__itm__ttl:before {
    right: 15px;
    right: 4vw;
    width: 14.5px;
    width: 3.86667vw;
    height: 1px;
    height: .26667vw
  }
  .c-tgl .c-tgl__itm__cnt {
    padding: 15px 0 15px 0;
    padding: 4vw 0 4vw 0
  }
  .c-tgl .c-tgl__itm__lyt {
    line-height: 1.9;
    margin-top: 27.4px;
    margin-bottom: -12.6px
  }
  .c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__ttl {
    padding-left: 55px;
    padding-left: 14.66667vw
  }
  .c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__cnt__frm {
    padding-left: 55px;
    padding-left: 14.66667vw
  }
  .c-tgl .c-tgl__itm.r-q-and-a .c-tgl__itm__cnt__frm:before {
    top: 10px;
    top: 2.66667vw;
    left: 10px;
    left: 2.66667vw;
    width: 35px;
    width: 9.33333vw;
    height: 35px;
    height: 9.33333vw;
    line-height: 35px;
    line-height: 9.33333vw;
    border-radius: 100%
  }
  .c-tgl .c-tgl__itm__ttl.r-bar {
    padding-left: 26px;
    padding-left: 6.93333vw
  }
  .c-tgl .c-tgl__itm__ttl.r-bar .c-tgl__itm__ttl__mark {
    width: 6px;
    width: 1.6vw
  }
  .c-bdr-frm .c-tgl__itm__cnt {
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 0;
    padding-bottom: 0
  }
  .c-stripe__border {
    padding: 5px 0 0 0;
    padding: 1.33333vw 0 0 0;
    width: 100px;
    width: 26.66667vw;
    height: 50px;
    height: 13.33333vw
  }
  .c-stripe__border:after {
    top: -.533vw;
    bottom: -.533vw;
    left: -.533vw;
    right: -.533vw;
    background: -webkit-repeating-linear-gradient(45deg, #002f87, #002f87 .533vw, #fff .533vw, #fff 1.066vw);
    background: repeating-linear-gradient(45deg, #002f87, #002f87 .533vw, #fff .533vw, #fff 1.066vw)
  }
  .c-modal__overlay .c-modal__cnt {
    width: 315px;
    width: 84vw
  }
  .c-modal__overlay .c-modal__cnt .c-modal__inr {
    margin: 10px 10px 10px 10px;
    margin: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    padding: 30px 10px 30px 10px;
    padding: 8vw 2.66667vw 8vw 2.66667vw
  }
  .c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__intro {
    font-size: 3.73333vw;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .c-modal__overlay .c-modal__cnt .c-modal__inr .c-modal__body {
    font-size: 3.73333vw;
    text-align: left
  }
  .c-modal__overlay .c-modal__close {
    width: 27px;
    width: 7.2vw;
    height: 27px;
    height: 7.2vw;
    top: -42px;
    top: -11.2vw;
    right: 0
  }
  .c-modal__overlay .c-modal__close:after, .c-modal__overlay .c-modal__close:before {
    width: 1px;
    width: .26667vw;
    height: 50px;
    height: 13.33333vw;
    top: -13px;
    top: -3.46667vw;
    left: 12.5px;
    left: 3.33333vw;
    opacity: 1
  }
  .c-modal__overlay .c-hdg--modal {
    font-size: 4.26667vw;
    margin: 0 0 60px 0;
    margin: 0 0 8vw 0
  }
  .c-modal__overlay .c-hdg--modal .c-lyt__txt__hdg {
    font-size: 4vw;
    font-weight: 700
  }
  .c-txt-link .c-txt-link__href.r-arrow .c-icn img {
    margin: 0 0 0 10px;
    margin: 0 0 0 1.33333vw
  }
  .c-txt-link .c-txt-link__href {
    padding-left: 11.5px;
    padding-left: 3.06667vw
  }
  .c-txt-link .c-txt-link__href:before {
    top: 8px;
    top: 2.13333vw;
    width: 4.5px;
    width: 1.2vw;
    height: 4.5px;
    height: 1.2vw
  }
  .c-txt-link.is-small .c-txt-link__href {
    padding-left: 10.5px;
    padding-left: 2.8vw;
    font-size: 3.73333vw
  }
  .c-txt-link.is-small .c-txt-link__href:before {
    width: 4px;
    width: 1.06667vw;
    height: 4px;
    height: 1.06667vw;
    margin-top: -1.5px;
    margin-top: -.4vw
  }
  .c-txt-link.is-first-margin {
    margin-top: 50.2px;
    line-height: 1.7
  }
  .c-txt-link.is-small.is-first-margin {
    margin-top: 50.9px;
    line-height: 1.7
  }
  .c-txt-link.is-space {
    line-height: 1.7;
    margin-top: 20.2px;
    margin-bottom: -9.8px
  }
  .c-txt-link.is-small.is-space {
    line-height: 1.7;
    margin-top: 20.9px;
    margin-bottom: -9.1px
  }
  .c-txt-link.is-space.is-first-margin {
    line-height: 1.7;
    margin-top: 50.2px;
    margin-bottom: -9.8px
  }
  .c-txt-link.is-space.is-small.is-first-margin {
    line-height: 1.7;
    margin-top: 50.9px;
    margin-bottom: -9.1px
  }
  .c-txt-link.r-document__pdf .c-txt-link__href {
    padding-left: 27.5px;
    padding-left: 7.33333vw
  }
  .c-txt-link.r-document__pdf .c-txt-link__href:after {
    top: -.5px;
    top: -.13333vw;
    width: 17px;
    width: 4.53333vw;
    height: 17px;
    height: 4.53333vw
  }
  .c-txt-link.is-small.r-document__pdf .c-txt-link__href {
    padding-left: 22.5px;
    padding-left: 6vw
  }
  .c-txt-link.is-small.r-document__pdf .c-txt-link__href:after {
    top: 0;
    width: 16px;
    width: 4.26667vw;
    height: 16px;
    height: 4.26667vw
  }
  .r-type01.c-link__blank {
    padding-left: 12px;
    padding-left: 3.2vw
  }
  .r-type01.c-link__blank:before {
    width: 4px;
    width: 1.06667vw;
    height: 4px;
    height: 1.06667vw
  }
  .c-txt-icon__80 {
    font-size: 2.66667vw!important;
    padding: 6px 0 6px 0;
    padding: 1.6vw 0 1.6vw 0;
    min-width: 10.666vw;
    height: 20px;
    height: 5.33333vw;
    width: 60px;
    width: 16vw
  }
  .c-txt-icon__96 {
    font-size: 2.66667vw!important;
    padding: 6px 0 6px 0;
    padding: 1.6vw 0 1.6vw 0;
    height: 20px;
    height: 5.33333vw;
    width: 75px;
    width: 20vw;
  }
  .c-txt-icon__152 {
    font-size: 2.66667vw!important;
    padding: 6px 0 6px 0;
    padding: 1.6vw 0 1.6vw 0;
    height: 20px;
    height: 5.33333vw;
    width: 75px;
    width: 32vw;
  }
  .c-txt-icon__var {
    font-size: 2.66667vw!important;
    padding: 6px 0 6px 0;
    padding: 1.6vw 0 1.6vw 0;
    min-width: 4.533vw;
    height: 20px;
    height: 5.33333vw
  }
  .c-txticon.r-require {
    font-size: 2.66667vw;
    padding: 4.5px 0 5px 0;
    padding: 1.2vw 0 1.33333vw 0;
    width: 36px;
    width: 9.6vw
  }
  .c-txticon.r-pdf,.c-txticon.r-video {
    font-size: 2.66667vw;
    padding: 4.5px 0 5px 0;
    padding: 1.2vw 0 1.33333vw 0;
    width: 36px;
    width: 9.6vw
  }
  .c-note {
    font-size: 3.46667vw
  }
  .p-pdc-card.r-pdc-series {
    width: 157.5px;
    width: 42vw;
    margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0
  }
  .p-pdc-card.r-pdc-series:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img {
    margin: 33px 0 0 0;
    margin: 4.4vw 0 0 0;
    max-width: 24vw;
    max-height: 24.666vw;
    height: 24.666vw;
    margin-right: auto;
    margin-left: auto
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__img .c-txticonlist span {
    padding: 5px 0 5px 0;
    padding: 1.33333vw 0 1.33333vw 0
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt {
    margin: 6px 0 12px 0;
    margin: .8vw 0 1.6vw 0;
    line-height: 1.42
  }
  .p-pdc-card.r-pdc-series .p-pdc-card__link .p-pdc-card__txt .c-pdc-card__txt {
    font-size: 3.73333vw;
    line-height: 1.4
  }
  .p-pdc-card.r-pdc-index {
    width: 157.5px;
    width: 42vw;
    /*margin: 0 40px 40px 0;
    margin: 0 5.33333vw 5.33333vw 0*/
  }
  .p-pdc-card.r-pdc-index:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img {
    width: 157.5px;
    width: 42vw;
    height: 157.5px;
    height: 42vw
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link .p-pdc-card__img .c-txticonlist span {
    padding: 5px 0 5px 0;
    padding: 1.33333vw 0 1.33333vw 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__link .c-icn {
    right: 1.333vw;
    top: 37.733vw
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea {
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__title {
    font-size: 3.73333vw;
    line-height: 1.42
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__txt {
    font-size: 3.73333vw;
    line-height: 1.42;
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list {
    padding: 13.5px 0 13.5px 0;
    padding: 3.6vw 0 3.6vw 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list .c-pdc-card__itm__title {
    font-size: 3.2vw
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .p-pdc-card__list .c-pdc-card__itm__txt {
    font-size: 3.2vw
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-note {
    font-size: 3.2vw;
    line-height: 1.583;
    margin: 23px 0 0 0;
    margin: 3.06667vw 0 0 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link {
    font-size: 3.73333vw;
    line-height: 1.42;
    margin: 24px 0 0 0;
    margin: 3.2vw 0 0 0
  }
  .p-pdc-card.r-pdc-index .p-pdc-card__txtarea .c-pdc-card__itm__link .c-icn {
    display: inline-block;
    margin-left: 2.26vw;
    bottom: .8vw
  }
  .p-link__card .p-link__card__link {
    display: block;
    width: 100%;
    padding: 19px 51.5px 13px 20px;
    padding: 5.06667vw 13.73333vw 3.46667vw 5.33333vw
  }
  .p-link__card .p-link__card__link .p-link__hdg {
    margin: 0 0 29px 0;
    margin: 0 0 3.86667vw 0
  }
  .p-link__card .p-link__card__link .p-link__hdg .c-link__title {
    font-size: 4.4vw
  }
  .p-link__card .p-link__card__link .p-link__hdg .c-link__title__img {
    width: 226.5px;
    width: 60.4vw;
    height: 33px;
    height: 8.8vw;
    margin: 32px 0 0 0;
    margin: 4.26667vw 0 0 0
  }
  .p-link__card .p-link__card__link .p-link__txt .c-link__txt {
    font-size: 3.2vw;
    letter-spacing: -.04em
  }
  .p-link__card .p-link__card__link .c-icn {
    right: 3.866vw;
    width: 2.24vw;
    height: 2.24vw;
    border-right: solid .266vw #0071ce;
    border-bottom: solid .266vw #0071ce
  }
  .p-link__card .p-link__card__link.r-type02 .c-link__title {
    font-size: 3.73333vw
  }
  .p-link__card .p-link__card__link.r-type02 .c-link__txt {
    font-size: 3.2vw
  }
  .p-card__cts .c-card__title {
    font-size: 3.73333vw
  }
  .p-card__cts .c-list__title {
    font-size: 3.73333vw
  }
  .p-card__cts .c-list__txt {
    font-size: 3.73333vw
  }
  .u-align-l--sp {
    text-align: left!important
  }
  .u-align-c--sp {
    text-align: center!important
  }
  .u-align-r--sp {
    text-align: right!important
  }
  .u-valign-t--sp {
    vertical-align: top!important
  }
  .u-valign-m--sp {
    vertical-align: middle!important
  }
  .u-valign-b--sp {
    vertical-align: bottom!important
  }
  .u-border-top-n--sp {
    border-top: none!important
  }
  .u-border-right-n--sp {
    border-right: none!important
  }
  .u-border-bottom-n--sp {
    border-bottom: none!important
  }
  .u-border-left-n--sp {
    border-left: none!important
  }
  .u-none--sp {
    display: none!important
  }
  .u-inlineblock--sp {
    display: inline-block!important
  }
  .u-block--sp {
    display: block!important
  }
  .l-lyt__2col {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .l-lyt__2col .l-lyt__2col--left {
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0
  }
  .u-ml0 {
    margin-left: 0!important;
    margin-left: 0!important
  }
  .u-ml0--sp {
    margin-left: 0!important;
    margin-left: 0!important
  }
  .u-mt0 {
    margin-top: 0!important;
    margin-top: 0!important
  }
  .u-mt0--sp {
    margin-top: 0!important;
    margin-top: 0!important
  }
  .u-mt10 {
    margin-top: 10px!important;
    margin-top: 2.66667vw!important
  }
  .u-mt10--sp {
    margin-top: 10px!important;
    margin-top: 2.66667vw!important
  }
  .u-mt15 {
    margin-top: 15px!important;
    margin-top: 4vw!important
  }
  .u-mt15--sp {
    margin-top: 15px!important;
    margin-top: 4vw!important
  }
  .u-mt20 {
    margin-top: 20px!important;
    margin-top: 5.33333vw!important
  }
  .u-mt20--sp {
    margin-top: 20px!important;
    margin-top: 5.33333vw!important
  }
  .u-mt25 {
    margin-top: 25px!important;
    margin-top: 6.66667vw!important
  }
  .u-mt25--sp {
    margin-top: 25px!important;
    margin-top: 6.66667vw!important
  }
  .u-mt30 {
    margin-top: 30px!important;
    margin-top: 8vw!important
  }
  .u-mt30--sp {
    margin-top: 30px!important;
    margin-top: 8vw!important
  }
  .u-mt35 {
    margin-top: 35px!important;
    margin-top: 9.33333vw!important
  }
  .u-mt35--sp {
    margin-top: 35px!important;
    margin-top: 9.33333vw!important
  }
  .u-mt40 {
    margin-top: 40px!important;
    margin-top: 10.66667vw!important
  }
  .u-mt40--sp {
    margin-top: 40px!important;
    margin-top: 10.66667vw!important
  }
  .u-mt45 {
    margin-top: 45px!important;
    margin-top: 12vw!important
  }
  .u-mt45--sp {
    margin-top: 45px!important;
    margin-top: 12vw!important
  }
  .u-mt50 {
    margin-top: 50px!important;
    margin-top: 13.33333vw!important
  }
  .u-mt50--sp {
    margin-top: 50px!important;
    margin-top: 13.33333vw!important
  }
  .u-mt55 {
    margin-top: 55px!important;
    margin-top: 14.66667vw!important
  }
  .u-mt55--sp {
    margin-top: 55px!important;
    margin-top: 14.66667vw!important
  }
  .u-mt60 {
    margin-top: 60px!important;
    margin-top: 16vw!important
  }
  .u-mt60--sp {
    margin-top: 60px!important;
    margin-top: 16vw!important
  }
  .u-mt65 {
    margin-top: 65px!important;
    margin-top: 17.33333vw!important
  }
  .u-mt65--sp {
    margin-top: 65px!important;
    margin-top: 17.33333vw!important
  }
  .u-mt70 {
    margin-top: 70px!important;
    margin-top: 18.66667vw!important
  }
  .u-mt70--sp {
    margin-top: 70px!important;
    margin-top: 18.66667vw!important
  }
  .u-mt75 {
    margin-top: 75px!important;
    margin-top: 20vw!important
  }
  .u-mt75--sp {
    margin-top: 75px!important;
    margin-top: 20vw!important
  }
  .u-mt80 {
    margin-top: 80px!important;
    margin-top: 21.33333vw!important
  }
  .u-mt80--sp {
    margin-top: 80px!important;
    margin-top: 21.33333vw!important
  }
  .u-mt85 {
    margin-top: 85px!important;
    margin-top: 22.66667vw!important
  }
  .u-mt85--sp {
    margin-top: 85px!important;
    margin-top: 22.66667vw!important
  }
  .u-mt90 {
    margin-top: 90px!important;
    margin-top: 24vw!important
  }
  .u-mt90--sp {
    margin-top: 90px!important;
    margin-top: 24vw!important
  }
  .u-mt95 {
    margin-top: 95px!important;
    margin-top: 25.33333vw!important
  }
  .u-mt95--sp {
    margin-top: 95px!important;
    margin-top: 25.33333vw!important
  }
  .u-mt100 {
    margin-top: 100px!important;
    margin-top: 26.66667vw!important
  }
  .u-mt100--sp {
    margin-top: 100px!important;
    margin-top: 26.66667vw!important
  }
  .u-mt120 {
    margin-top: 120px!important;
    margin-top: 32vw!important
  }
  .u-mt120--sp {
    margin-top: 120px!important;
    margin-top: 32vw!important
  }
  .u-mt130 {
    margin-top: 130px!important;
    margin-top: 34.66667vw!important
  }
  .u-mt130--sp {
    margin-top: 130px!important;
    margin-top: 34.66667vw!important
  }
  .u-mt180 {
    margin-top: 180px!important;
    margin-top: 48vw!important
  }
  .u-mt180--sp {
    margin-top: 180px!important;
    margin-top: 48vw!important
  }
  .u-mb0 {
    margin-bottom: 0!important;
    margin-bottom: 0!important
  }
  .u-mb0--sp {
    margin-bottom: 0!important;
    margin-bottom: 0!important
  }
  .u-mb10 {
    margin-bottom: 10px!important;
    margin-bottom: 2.66667vw!important
  }
  .u-mb10--sp {
    margin-bottom: 10px!important;
    margin-bottom: 2.66667vw!important
  }
  .u-mb15 {
    margin-bottom: 15px!important;
    margin-bottom: 4vw!important
  }
  .u-mb15--sp {
    margin-bottom: 15px!important;
    margin-bottom: 4vw!important
  }
  .u-mb20 {
    margin-bottom: 20px!important;
    margin-bottom: 5.33333vw!important
  }
  .u-mr20 {
    margin-right: 20px!important;
    margin-right: 5.33333vw!important
  }
  .u-mb20--sp {
    margin-bottom: 20px!important;
    margin-bottom: 5.33333vw!important
  }
  .u-mb30 {
    margin-bottom: 30px!important;
    margin-bottom: 8vw!important
  }
  .u-mb30--sp {
    margin-bottom: 30px!important;
    margin-bottom: 8vw!important
  }
  .u-mb40 {
    margin-bottom: 40px!important;
    margin-bottom: 10.66667vw!important
  }
  .u-mb40--sp {
    margin-bottom: 40px!important;
    margin-bottom: 10.66667vw!important
  }
  .u-mb50 {
    margin-bottom: 50px!important;
    margin-bottom: 13.33333vw!important
  }
  .u-mb50--sp {
    margin-bottom: 50px!important;
    margin-bottom: 13.33333vw!important
  }
  .u-mb60 {
    margin-bottom: 60px!important;
    margin-bottom: 16vw!important
  }
  .u-mb60--sp {
    margin-bottom: 60px!important;
    margin-bottom: 16vw!important
  }
  .u-mb80 {
    margin-bottom: 80px!important;
    margin-bottom: 21.33333vw!important
  }
  .u-mb80--sp {
    margin-bottom: 80px!important;
    margin-bottom: 21.33333vw!important
  }
  .u-mb90 {
    margin-bottom: 90px!important;
    margin-bottom: 24vw!important
  }
  .u-mb90--sp {
    margin-bottom: 90px!important;
    margin-bottom: 24vw!important
  }
  .u-mb120 {
    margin-bottom: 120px!important;
    margin-bottom: 32vw!important
  }
  .u-mb120--sp {
    margin-bottom: 120px!important;
    margin-bottom: 32vw!important
  }
  .u-mb180 {
    margin-bottom: 180px!important;
    margin-bottom: 48vw!important
  }
  .u-mb180--sp {
    margin-bottom: 180px!important;
    margin-bottom: 48vw!important
  }
  .u-ptzero {
    padding-top: 0!important;
    padding-top: 0!important
  }
  .u-ptzero--sp {
    padding-top: 0!important;
    padding-top: 0!important
  }
  .u-ptS {
    padding-top: 7.5px!important;
    padding-top: 2vw!important
  }
  .u-ptS--sp {
    padding-top: 7.5px!important;
    padding-top: 2vw!important
  }
  .u-ptM {
    padding-top: 20px!important;
    padding-top: 5.33333vw!important
  }
  .u-ptM--sp {
    padding-top: 20px!important;
    padding-top: 5.33333vw!important
  }
  .u-ptL {
    padding-top: 35px!important;
    padding-top: 9.33333vw!important
  }
  .u-ptL--sp {
    padding-top: 35px!important;
    padding-top: 9.33333vw!important
  }
  .u-ptXL {
    padding-top: 50px!important;
    padding-top: 13.33333vw!important
  }
  .u-ptXL--sp {
    padding-top: 50px!important;
    padding-top: 13.33333vw!important
  }
  .u-pbS {
    padding-bottom: 7.5px!important;
    padding-bottom: 2vw!important
  }
  .u-pbM {
    padding-bottom: 20px!important;
    padding-bottom: 5.33333vw!important
  }
  .u-pbL {
    padding-bottom: 35px!important;
    padding-bottom: 9.33333vw!important
  }
  .u-pbXL {
    padding-bottom: 50px!important;
    padding-bottom: 13.33333vw!important
  }
  .u-clickdisable--sp {
    pointer-events: none
  }
  .u-txt {
    font-size: 14px;
    font-size: 3.73333vw
  }
  .u-txt--sp {
    font-size: 14px;
    font-size: 3.73333vw
  }
  .u-txt__small {
    font-size: 11px;
    font-size: 2.93333vw
  }
  .u-txt__small--sp {
    font-size: 11px;
    font-size: 2.93333vw
  }
  .u-txt__midium {
    font-size: 16px;
    font-size: 4.26667vw
  }
  .u-txt__midium--sp {
    font-size: 16px;
    font-size: 4.26667vw
  }
  .u-txt__large {
    font-size: 9px;
    font-size: 2.4vw
  }
  .u-txt__large--sp {
    font-size: 9px;
    font-size: 2.4vw
  }
  .u-txt__xlarge {
    font-size: 12px;
    font-size: 3.2vw
  }
  .u-txt__xlarge--sp {
    font-size: 12px;
    font-size: 3.2vw
  }
  .u-indent--disc {
    padding-left: 1em
  }
  .u-indent--disc:before {
    margin-left: -1em
  }
  .u-indent--notice:before {
    margin-left: -1em
  }
  .u-wd5--sp {
    width: 5px!important;
    width: .66667vw!important
  }
  .u-wd1per--sp {
    width: 1%!important
  }
  .u-wd10--sp {
    width: 10px!important;
    width: 1.33333vw!important
  }
  .u-wd2per--sp {
    width: 2%!important
  }
  .u-wd15--sp {
    width: 15px!important;
    width: 2vw!important
  }
  .u-wd3per--sp {
    width: 3%!important
  }
  .u-wd20--sp {
    width: 20px!important;
    width: 2.66667vw!important
  }
  .u-wd4per--sp {
    width: 4%!important
  }
  .u-wd25--sp {
    width: 25px!important;
    width: 3.33333vw!important
  }
  .u-wd5per--sp {
    width: 5%!important
  }
  .u-wd30--sp {
    width: 30px!important;
    width: 4vw!important
  }
  .u-wd6per--sp {
    width: 6%!important
  }
  .u-wd35--sp {
    width: 35px!important;
    width: 4.66667vw!important
  }
  .u-wd7per--sp {
    width: 7%!important
  }
  .u-wd40--sp {
    width: 40px!important;
    width: 5.33333vw!important
  }
  .u-wd8per--sp {
    width: 8%!important
  }
  .u-wd45--sp {
    width: 45px!important;
    width: 6vw!important
  }
  .u-wd9per--sp {
    width: 9%!important
  }
  .u-wd50--sp {
    width: 50px!important;
    width: 6.66667vw!important
  }
  .u-wd10per--sp {
    width: 10%!important
  }
  .u-wd55--sp {
    width: 55px!important;
    width: 7.33333vw!important
  }
  .u-wd11per--sp {
    width: 11%!important
  }
  .u-wd60--sp {
    width: 60px!important;
    width: 8vw!important
  }
  .u-wd12per--sp {
    width: 12%!important
  }
  .u-wd65--sp {
    width: 65px!important;
    width: 8.66667vw!important
  }
  .u-wd13per--sp {
    width: 13%!important
  }
  .u-wd70--sp {
    width: 70px!important;
    width: 9.33333vw!important
  }
  .u-wd14per--sp {
    width: 14%!important
  }
  .u-wd75--sp {
    width: 75px!important;
    width: 10vw!important
  }
  .u-wd15per--sp {
    width: 15%!important
  }
  .u-wd80--sp {
    width: 80px!important;
    width: 10.66667vw!important
  }
  .u-wd16per--sp {
    width: 16%!important
  }
  .u-wd85--sp {
    width: 85px!important;
    width: 11.33333vw!important
  }
  .u-wd17per--sp {
    width: 17%!important
  }
  .u-wd90--sp {
    width: 90px!important;
    width: 12vw!important
  }
  .u-wd18per--sp {
    width: 18%!important
  }
  .u-wd95--sp {
    width: 95px!important;
    width: 12.66667vw!important
  }
  .u-wd19per--sp {
    width: 19%!important
  }
  .u-wd100--sp {
    width: 100px!important;
    width: 13.33333vw!important
  }
  .u-wd20per--sp {
    width: 20%!important
  }
  .u-wd105--sp {
    width: 105px!important;
    width: 14vw!important
  }
  .u-wd21per--sp {
    width: 21%!important
  }
  .u-wd110--sp {
    width: 110px!important;
    width: 14.66667vw!important
  }
  .u-wd22per--sp {
    width: 22%!important
  }
  .u-wd115--sp {
    width: 115px!important;
    width: 15.33333vw!important
  }
  .u-wd23per--sp {
    width: 23%!important
  }
  .u-wd120--sp {
    width: 120px!important;
    width: 16vw!important
  }
  .u-wd24per--sp {
    width: 24%!important
  }
  .u-wd125--sp {
    width: 125px!important;
    width: 16.66667vw!important
  }
  .u-wd25per--sp {
    width: 25%!important
  }
  .u-wd130--sp {
    width: 130px!important;
    width: 17.33333vw!important
  }
  .u-wd26per--sp {
    width: 26%!important
  }
  .u-wd135--sp {
    width: 135px!important;
    width: 18vw!important
  }
  .u-wd27per--sp {
    width: 27%!important
  }
  .u-wd140--sp {
    width: 140px!important;
    width: 18.66667vw!important
  }
  .u-wd28per--sp {
    width: 28%!important
  }
  .u-wd145--sp {
    width: 145px!important;
    width: 19.33333vw!important
  }
  .u-wd29per--sp {
    width: 29%!important
  }
  .u-wd150--sp {
    width: 150px!important;
    width: 20vw!important
  }
  .u-wd30per--sp {
    width: 30%!important
  }
  .u-wd155--sp {
    width: 155px!important;
    width: 20.66667vw!important
  }
  .u-wd31per--sp {
    width: 31%!important
  }
  .u-wd160--sp {
    width: 160px!important;
    width: 21.33333vw!important
  }
  .u-wd32per--sp {
    width: 32%!important
  }
  .u-wd165--sp {
    width: 165px!important;
    width: 22vw!important
  }
  .u-wd33per--sp {
    width: 33%!important
  }
  .u-wd170--sp {
    width: 170px!important;
    width: 22.66667vw!important
  }
  .u-wd34per--sp {
    width: 34%!important
  }
  .u-wd175--sp {
    width: 175px!important;
    width: 23.33333vw!important
  }
  .u-wd35per--sp {
    width: 35%!important
  }
  .u-wd180--sp {
    width: 180px!important;
    width: 24vw!important
  }
  .u-wd36per--sp {
    width: 36%!important
  }
  .u-wd185--sp {
    width: 185px!important;
    width: 24.66667vw!important
  }
  .u-wd37per--sp {
    width: 37%!important
  }
  .u-wd190--sp {
    width: 190px!important;
    width: 25.33333vw!important
  }
  .u-wd38per--sp {
    width: 38%!important
  }
  .u-wd195--sp {
    width: 195px!important;
    width: 26vw!important
  }
  .u-wd39per--sp {
    width: 39%!important
  }
  .u-wd200--sp {
    width: 200px!important;
    width: 26.66667vw!important
  }
  .u-wd40per--sp {
    width: 40%!important
  }
  .u-wd205--sp {
    width: 205px!important;
    width: 27.33333vw!important
  }
  .u-wd41per--sp {
    width: 41%!important
  }
  .u-wd210--sp {
    width: 210px!important;
    width: 28vw!important
  }
  .u-wd42per--sp {
    width: 42%!important
  }
  .u-wd215--sp {
    width: 215px!important;
    width: 28.66667vw!important
  }
  .u-wd43per--sp {
    width: 43%!important
  }
  .u-wd220--sp {
    width: 220px!important;
    width: 29.33333vw!important
  }
  .u-wd44per--sp {
    width: 44%!important
  }
  .u-wd225--sp {
    width: 225px!important;
    width: 30vw!important
  }
  .u-wd45per--sp {
    width: 45%!important
  }
  .u-wd230--sp {
    width: 230px!important;
    width: 30.66667vw!important
  }
  .u-wd46per--sp {
    width: 46%!important
  }
  .u-wd235--sp {
    width: 235px!important;
    width: 31.33333vw!important
  }
  .u-wd47per--sp {
    width: 47%!important
  }
  .u-wd240--sp {
    width: 240px!important;
    width: 32vw!important
  }
  .u-wd48per--sp {
    width: 48%!important
  }
  .u-wd245--sp {
    width: 245px!important;
    width: 32.66667vw!important
  }
  .u-wd49per--sp {
    width: 49%!important
  }
  .u-wd250--sp {
    width: 250px!important;
    width: 33.33333vw!important
  }
  .u-wd50per--sp {
    width: 50%!important
  }
  .u-wd255--sp {
    width: 255px!important;
    width: 34vw!important
  }
  .u-wd51per--sp {
    width: 51%!important
  }
  .u-wd260--sp {
    width: 260px!important;
    width: 34.66667vw!important
  }
  .u-wd52per--sp {
    width: 52%!important
  }
  .u-wd265--sp {
    width: 265px!important;
    width: 35.33333vw!important
  }
  .u-wd53per--sp {
    width: 53%!important
  }
  .u-wd270--sp {
    width: 270px!important;
    width: 36vw!important
  }
  .u-wd54per--sp {
    width: 54%!important
  }
  .u-wd275--sp {
    width: 275px!important;
    width: 36.66667vw!important
  }
  .u-wd55per--sp {
    width: 55%!important
  }
  .u-wd280--sp {
    width: 280px!important;
    width: 37.33333vw!important
  }
  .u-wd56per--sp {
    width: 56%!important
  }
  .u-wd285--sp {
    width: 285px!important;
    width: 38vw!important
  }
  .u-wd57per--sp {
    width: 57%!important
  }
  .u-wd290--sp {
    width: 290px!important;
    width: 38.66667vw!important
  }
  .u-wd58per--sp {
    width: 58%!important
  }
  .u-wd295--sp {
    width: 295px!important;
    width: 39.33333vw!important
  }
  .u-wd59per--sp {
    width: 59%!important
  }
  .u-wd300--sp {
    width: 300px!important;
    width: 40vw!important
  }
  .u-wd60per--sp {
    width: 60%!important
  }
  .u-wd305--sp {
    width: 305px!important;
    width: 40.66667vw!important
  }
  .u-wd61per--sp {
    width: 61%!important
  }
  .u-wd310--sp {
    width: 310px!important;
    width: 41.33333vw!important
  }
  .u-wd62per--sp {
    width: 62%!important
  }
  .u-wd315--sp {
    width: 315px!important;
    width: 42vw!important
  }
  .u-wd63per--sp {
    width: 63%!important
  }
  .u-wd320--sp {
    width: 320px!important;
    width: 42.66667vw!important
  }
  .u-wd64per--sp {
    width: 64%!important
  }
  .u-wd325--sp {
    width: 325px!important;
    width: 43.33333vw!important
  }
  .u-wd65per--sp {
    width: 65%!important
  }
  .u-wd330--sp {
    width: 330px!important;
    width: 44vw!important
  }
  .u-wd66per--sp {
    width: 66%!important
  }
  .u-wd335--sp {
    width: 335px!important;
    width: 44.66667vw!important
  }
  .u-wd67per--sp {
    width: 67%!important
  }
  .u-wd340--sp {
    width: 340px!important;
    width: 45.33333vw!important
  }
  .u-wd68per--sp {
    width: 68%!important
  }
  .u-wd345--sp {
    width: 345px!important;
    width: 46vw!important
  }
  .u-wd69per--sp {
    width: 69%!important
  }
  .u-wd350--sp {
    width: 350px!important;
    width: 46.66667vw!important
  }
  .u-wd70per--sp {
    width: 70%!important
  }
  .u-wd355--sp {
    width: 355px!important;
    width: 47.33333vw!important
  }
  .u-wd71per--sp {
    width: 71%!important
  }
  .u-wd360--sp {
    width: 360px!important;
    width: 48vw!important
  }
  .u-wd72per--sp {
    width: 72%!important
  }
  .u-wd365--sp {
    width: 365px!important;
    width: 48.66667vw!important
  }
  .u-wd73per--sp {
    width: 73%!important
  }
  .u-wd370--sp {
    width: 370px!important;
    width: 49.33333vw!important
  }
  .u-wd74per--sp {
    width: 74%!important
  }
  .u-wd375--sp {
    width: 375px!important;
    width: 50vw!important
  }
  .u-wd75per--sp {
    width: 75%!important
  }
  .u-wd380--sp {
    width: 380px!important;
    width: 50.66667vw!important
  }
  .u-wd76per--sp {
    width: 76%!important
  }
  .u-wd385--sp {
    width: 385px!important;
    width: 51.33333vw!important
  }
  .u-wd77per--sp {
    width: 77%!important
  }
  .u-wd390--sp {
    width: 390px!important;
    width: 52vw!important
  }
  .u-wd78per--sp {
    width: 78%!important
  }
  .u-wd395--sp {
    width: 395px!important;
    width: 52.66667vw!important
  }
  .u-wd79per--sp {
    width: 79%!important
  }
  .u-wd400--sp {
    width: 400px!important;
    width: 53.33333vw!important
  }
  .u-wd80per--sp {
    width: 80%!important
  }
  .u-wd405--sp {
    width: 405px!important;
    width: 54vw!important
  }
  .u-wd81per--sp {
    width: 81%!important
  }
  .u-wd410--sp {
    width: 410px!important;
    width: 54.66667vw!important
  }
  .u-wd82per--sp {
    width: 82%!important
  }
  .u-wd415--sp {
    width: 415px!important;
    width: 55.33333vw!important
  }
  .u-wd83per--sp {
    width: 83%!important
  }
  .u-wd420--sp {
    width: 420px!important;
    width: 56vw!important
  }
  .u-wd84per--sp {
    width: 84%!important
  }
  .u-wd425--sp {
    width: 425px!important;
    width: 56.66667vw!important
  }
  .u-wd85per--sp {
    width: 85%!important
  }
  .u-wd430--sp {
    width: 430px!important;
    width: 57.33333vw!important
  }
  .u-wd86per--sp {
    width: 86%!important
  }
  .u-wd435--sp {
    width: 435px!important;
    width: 58vw!important
  }
  .u-wd87per--sp {
    width: 87%!important
  }
  .u-wd440--sp {
    width: 440px!important;
    width: 58.66667vw!important
  }
  .u-wd88per--sp {
    width: 88%!important
  }
  .u-wd445--sp {
    width: 445px!important;
    width: 59.33333vw!important
  }
  .u-wd89per--sp {
    width: 89%!important
  }
  .u-wd450--sp {
    width: 450px!important;
    width: 60vw!important
  }
  .u-wd90per--sp {
    width: 90%!important
  }
  .u-wd455--sp {
    width: 455px!important;
    width: 60.66667vw!important
  }
  .u-wd91per--sp {
    width: 91%!important
  }
  .u-wd460--sp {
    width: 460px!important;
    width: 61.33333vw!important
  }
  .u-wd92per--sp {
    width: 92%!important
  }
  .u-wd465--sp {
    width: 465px!important;
    width: 62vw!important
  }
  .u-wd93per--sp {
    width: 93%!important
  }
  .u-wd470--sp {
    width: 470px!important;
    width: 62.66667vw!important
  }
  .u-wd94per--sp {
    width: 94%!important
  }
  .u-wd475--sp {
    width: 475px!important;
    width: 63.33333vw!important
  }
  .u-wd95per--sp {
    width: 95%!important
  }
  .u-wd480--sp {
    width: 480px!important;
    width: 64vw!important
  }
  .u-wd96per--sp {
    width: 96%!important
  }
  .u-wd485--sp {
    width: 485px!important;
    width: 64.66667vw!important
  }
  .u-wd97per--sp {
    width: 97%!important
  }
  .u-wd490--sp {
    width: 490px!important;
    width: 65.33333vw!important
  }
  .u-wd98per--sp {
    width: 98%!important
  }
  .u-wd495--sp {
    width: 495px!important;
    width: 66vw!important
  }
  .u-wd99per--sp {
    width: 99%!important
  }
  .u-wd500--sp {
    width: 500px!important;
    width: 66.66667vw!important
  }
  .u-wd100per--sp {
    width: 100%!important
  }
  .u-tblwd5--sp {
    width: 5%!important
  }
  .u-tblwd10--sp {
    width: 10%!important
  }
  .u-tblwd15--sp {
    width: 15%!important
  }
  .u-tblwd20--sp {
    width: 20%!important
  }
  .u-tblwd25--sp {
    width: 25%!important
  }
  .u-tblwd30--sp {
    width: 30%!important
  }
  .u-tblwd35--sp {
    width: 35%!important
  }
  .u-tblwd40--sp {
    width: 40%!important
  }
  .u-tblwd45--sp {
    width: 45%!important
  }
  .u-tblwd50--sp {
    width: 50%!important
  }
  .u-tblwd55--sp {
    width: 55%!important
  }
  .u-tblwd60--sp {
    width: 60%!important
  }
  .u-tblwd65--sp {
    width: 65%!important
  }
  .u-tblwd70--sp {
    width: 70%!important
  }
  .u-tblwd75--sp {
    width: 75%!important
  }
  .u-tblwd80--sp {
    width: 80%!important
  }
  .u-tblwd85--sp {
    width: 85%!important
  }
  .u-tblwd90--sp {
    width: 90%!important
  }
  .u-tblwd95--sp {
    width: 95%!important
  }
  .u-tblwd100--sp {
    width: 100%!important
  }
    /*アプリでアヲハタ工場見学へ行ってみよう！*/

  .p-app-box {
    display: block;
    margin: 26px auto 40px;
  }

  .p-app-text, .p-app-link {
    width: 100%;
  }

  .p-app-spimg {
    max-width: 191px;
    margin: 0 auto 40px;
  }

  .p-app-qr {
    display: none!important;
  }

  .p-app-spmg {
    margin-right: 6px;l
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .l-dtl-header .c-hdg--lv1 {
    margin-top: .66667vw;
    margin-bottom: -1.6vw;
    font-size: 24px;
    font-size: 6.4vw
  }
  .l-pdc-header .c-hdg--lv1 {
    margin-top: 2.53333vw;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw
  }
  .l-main--2col .l-main__subcontent .l-main__subcontent__ttl .l-main__subcontent__ttl--lv4 {
    margin-top: -1vw;
    font-size: 15px;
    font-size: 4vw
  }
  .l-rcp-dtl__cts .l-rcp__intro .l-rcp__intro__txt {
    margin-top: 5.86667vw;
    margin-bottom: -2.13333vw;
    font-size: 14px;
    font-size: 3.73333vw
  }
  .c-column.p-column__pdc01 .p-list__tertiary .c-sec__lyt__node__cts .c-txt {
    width: 63.5px;
    width: 16.93333vw
  }
  .c-list .c-list__itm.is-space {
    margin-top: 4.02667vw;
    margin-bottom: -1.30667vw;
    font-size: 14px;
    font-size: 3.73333vw
  }
  .c-list .c-list__itm.is-small.is-space {
    margin-top: 4.12vw;
    margin-bottom: -1.21333vw;
    font-size: 13px;
    font-size: 3.46667vw
  }
  .c-list .c-list__itm.is-xsmall.is-space {
    margin-top: 4.30667vw;
    margin-bottom: -1.02667vw;
    font-size: 11px;
    font-size: 2.93333vw
  }
  .c-tgl .c-tgl__itm__lyt {
    margin-top: 3.65333vw;
    margin-bottom: -1.68vw;
    font-size: 14px;
    font-size: 3.73333vw
  }
  .c-txt-link.is-first-margin {
    margin-top: 6.69333vw;
    font-size: 14px;
    font-size: 3.73333vw
  }
  .c-txt-link.is-small.is-first-margin {
    margin-top: 6.78667vw;
    font-size: 13px;
    font-size: 3.46667vw
  }
  .c-txt-link.is-space {
    margin-top: 2.69333vw;
    margin-bottom: -1.30667vw;
    font-size: 14px;
    font-size: 3.73333vw
  }
  .c-txt-link.is-small.is-space {
    margin-top: 2.78667vw;
    margin-bottom: -1.21333vw;
    font-size: 13px;
    font-size: 3.46667vw
  }
  .c-txt-link.is-space.is-first-margin {
    margin-top: 6.69333vw;
    margin-bottom: -1.30667vw;
    font-size: 14px;
    font-size: 3.73333vw
  }
  .c-txt-link.is-space.is-small.is-first-margin {
    margin-top: 6.78667vw;
    margin-bottom: -1.21333vw;
    font-size: 13px;
    font-size: 3.46667vw
  }
}
@media screen and (max-width:329px) {
  .c-form-radio input[type=radio]:focus + .c-form-radio__label:before {
    border-width: 1px
  }
}
@media print {
  .js-bhv-align, .js-bhv-align-child {
    -webkit-transition: none;
    transition: none;
    top: 0;
    opacity: 1
  }
  .js-bhv-right-child {
    -webkit-transition: none;
    transition: none;
    top: 0;
    opacity: 1
  }
  .js-bhv-left-child {
    -webkit-transition: none;
    transition: none;
    top: 0;
    opacity: 1
  }
  body {
    padding-top: 0!important;
    zoom: 80%!important
  }
  body header {
    position: static!important
  }
  body .l-sidebar {
    margin-left: 0
  }
  body .l-cts-header, body .l-dtl-header, body .l-maincts-news, body .l-pdc-header {
    width: 1040px;
    margin: 0 auto
  }
  body .l-cts-header .l-dtl-header__inr, body .l-dtl-header .l-dtl-header__inr, body .l-maincts-news .l-dtl-header__inr, body .l-pdc-header .l-dtl-header__inr {
    height: 110px!important
  }
  body .l-cts-header .l-dtl-header__inr .l-cts-header__heading, body .l-dtl-header .l-dtl-header__inr .l-cts-header__heading, body .l-maincts-news .l-dtl-header__inr .l-cts-header__heading, body .l-pdc-header .l-dtl-header__inr .l-cts-header__heading {
    padding-top: 15px!important
  }
  body.l-rcp-dtl header {
    display: none
  }
  body.l-rcp-dtl .l-sidebar {
    display: none
  }
  body.l-rcp-dtl .l-breadcrumb {
    display: none
  }
  body.l-rcp-dtl .l-dtl-header {
    width: 770px;
    margin: 0 auto
  }
  body.l-rcp-dtl .l-dtl-header .l-dtl-header__inr {
    height: 110px!important;
    padding: 0!important;
    width: 770px;
    margin: 0 auto
  }
  body.l-rcp-dtl .l-dtl-header .l-dtl-header__inr .l-cts-header__heading {
    padding-top: 15px!important
  }
  body.l-rcp-dtl .l-maincts {
    padding-top: 0
  }
  body .l-maincts {
    width: 770px!important;
    zoom: 90%;
    margin: 0 auto
  }
  body .l-maincts:after {
    content: "";
    display: block;
    clear: both
  }
  body .l-maincts .l-rcp__vis__nav, body .l-maincts .p-slider-wrap {
    display: none
  }
  body .l-maincts .p-slider-wrap {
    margin-top: 0!important
  }
  body .l-maincts .l-rcp__vis__img {
    width: 385px;
    height: 272px;
    margin: 0 auto
  }
  body .l-maincts .l-rcp__vis__img .l-rcp__vis__item {
    width: 100%;
    height: 100%
  }
  body .l-maincts .l-rcp__intro {
    margin-bottom: 15px
  }
  body .l-maincts .l-rcp__intro__txt {
    margin-top: 15px
  }
  body .l-maincts .l-rcp__intro__list {
    margin: 15px 0
  }
  body .l-maincts .c-note {
    text-align: left!important
  }
  body .l-maincts .c-column.p-column__rcp01, body .l-maincts .c-column.p-column__rcp02 {
    background-color: #fff;
    padding: 0;
    margin: 0
  }
  body .l-maincts .c-column.p-column__rcp02 {
    clear: both;
    margin: 50px auto 0 0!important;
    width: 92%;
    position: relative;
    top: 50px
  }
  body .l-maincts .c-column.p-column__rcp02:after {
    content: "";
    display: block;
    clear: both
  }
  body .l-maincts .c-column.p-column__rcp03 {
    border: none;
    padding: 0;
    width: 90%;
    margin: 0 auto 0 0
  }
  body .l-rcp-dtl__cts .c-column {
    margin-top: 50px!important
  }
  body .l-rcp-dtl__cts .c-column.p-column__rcp01 {
    width: 45%;
    float: left;
    margin-right: 2.5%
  }
  body .l-footer {
    border: none;
    margin: 0 auto!important;
    position: relative;
    top: 50px
  }
  body .l-footer .l-footer__main {
    position: relative
  }
  body .l-footer .l-footer__sub, body .l-footer .l-nav__pc, body .l-footer .l-unav__list {
    display: none
  }
  body .l-footer .l-copyright {
    display: block!important;
    position: absolute;
    right: 0;
    bottom: 75px
  }
  .l-maincts {
    top: 0!important;
    left: 0!important;
    width: 600px!important;
    margin: 0 auto
  }
  .movie_box {
    overflow: hidden!important
  }
}

.p-ctslist.p-ctslist__report{
    margin-bottom: 95px!important;
}

.p-important__title {
  font-size: 17px;
}


@media screen and (max-width:768px) {
.p-ctslist.p-ctslist__report{
    margin-bottom: 25.33333vw!important
}
}


/* よくあるご質問ページ関連新規スタイル追加 */
@media screen and (min-width:769px) {
	.r-2col.between { width: 60%!important; }
	.add_img_sample li a { line-height: 6em !important; }
	.add_img_sample li a .img_area {
		position: absolute;
		width: 140px;
		right: -140px;
		top: -9px;
		bottom: 0;
		margin: auto 0;
		text-align: center;
	}
	.add_img_sample li:nth-of-type(3) a .img_area{
		width: 68px;
		right: -72px;
	}
	.add_img_sample li:nth-of-type(4) a .img_area {
		width: 120px;
		right: -120px;
	}
	.add_img_sample li:nth-of-type(5) a .img_area,.add_img_sample li:nth-of-type(6) a .img_area {
		width: 48px;
		right: -52px;
	}

  .add_img_sample li:nth-of-type(7) a .img_area {
    width: 52px;
    right: -60px;
  }
	.add_img_sample li a .img_area img { width: 54px; }
	.add_img_sample li:nth-of-type(2) a .img_area img:nth-of-type(2) { width: 61px; }
  .add_img_sample li:nth-of-type(4) a .img_area img:nth-of-type(1) { width: 35px; }
  .add_img_sample li:nth-of-type(6) a .img_area img {width: 35px;}
  .add_img_sample li:nth-of-type(3) { margin-right: 120px !important; }
	.add_img_sample li:nth-of-type(4) { margin-right: 160px !important; }
  .add_img_sample li:nth-of-type(5) { margin-right: 110px !important; }
  .add_img_sample li:nth-of-type(6) { margin-right: 110px !important; }
	.add_img_sample li:nth-of-type(2) .c-icn { right: -148px !important; }
	.add_img_sample li:nth-of-type(3) .c-icn { right: -88px !important; }
  .add_img_sample li:nth-of-type(4) .c-icn { right: -132px !important; }
	.add_img_sample li:nth-of-type(5) .c-icn,.add_img_sample li:nth-of-type(6) .c-icn { right: -71px !important; }
  .add_img_sample li:nth-of-type(7) .c-icn { right: -81px !important; }
}
@media screen and (max-width:768px) {
	.r-2col.between { width: 90%!important; }
	.add_img_sample li a { line-height: 6em !important; }
	.add_img_sample li a .img_area {
		position: absolute;
		width: 31.2vw;
		right: -24.8vw;
		top: -2.34375vw;
		bottom: 0;
		margin: auto 0;
		text-align: center;
	}
	.add_img_sample li:nth-of-type(3) a .img_area {
		width: 25.2vw;
		right: -16.8vw;
	}
	.add_img_sample li:nth-of-type(4) a .img_area {
		width: 31.2vw;
		right: -23.8vw;
	}
	.add_img_sample li:nth-of-type(5) a .img_area {
		width: 13.2vw;
		right: -6.7vw;
	}
	.add_img_sample li:nth-of-type(6) a .img_area {
		width: 13.2vw;
		right: -6.7vw;
	}
  .add_img_sample li:nth-of-type(7) a .img_area {
    width: 13.2vw;
    right: -6.7vw;
  }
	.add_img_sample li a .img_area img { width: 14.04vw; }
	.add_img_sample li:nth-of-type(2) a .img_area img:nth-of-type(2) { width: 16vw; }
	.add_img_sample li:nth-of-type(3) a .img_area img:nth-of-type(1) { width: 13.8vw; }
	.add_img_sample li:nth-of-type(4) a .img_area img:nth-of-type(1) { width: 10vw; }
	.add_img_sample li:nth-of-type(4) a .img_area img:nth-of-type(2) { width: 14vw; }
	.add_img_sample li:nth-of-type(5) a .img_area img { width: 13.8vw; }
	.add_img_sample li:nth-of-type(6) a .img_area img { width: 8.8vw; }
  .add_img_sample li:nth-of-type(7) a .img_area img { width: 13.8vw; }
	.add_img_sample li .c-icn { top: 9.4vw !important; }
	.add_img_sample li:nth-of-type(2) .c-icn { right: -30.2vw !important; }
	.add_img_sample li:nth-of-type(3) .c-icn { right: -21.2vw !important; }
	.add_img_sample li:nth-of-type(4) .c-icn { right: -27.4vw !important; }
	.add_img_sample li:nth-of-type(5) .c-icn { right: -12.8vw !important; }
	.add_img_sample li:nth-of-type(6) .c-icn { right: -12.8vw !important; }
  .add_img_sample li:nth-of-type(7) .c-icn { right: -12.8vw !important; }

	/* 商品情報ページのバナー内のテキストのline height */
	.banner_line_height { line-height: 1.4em !important; }
}
.r-2col.between .p-btn-list__itm { width: 49% !important; }


.p-pro-card04{
  margin-right: 40px!important;
}

@media screen and (min-width:769px) {
.p-pro-card01{
  margin-right: 541px!important;
}

.p-pro-card06{
  margin-right: 540px!important;
}

.p-pro-card07{
  margin-right: 270px!important;
}

.p-pro-card02,
	.p-pro-card05{
  margin-right: 40px!important;
}

.p-pro-card03{
  margin-right: 0px!important;
}
	.p-pro-card04{
  margin-right: 40px!important;
}
}

@media screen and (max-width:768px) {
  .p-pro-card01{
    margin-right: 40vw!important;
  }
  .p-pro-card06{
    margin-right: 0!important;
  }
  .p-pro-card07{
    margin-right: 0!important;
  }
    .p-pro-card02,
    .p-pro-card05{
    margin: 0 5.33333vw 5.33333vw 0!important;
  }
    .p-pro-card03,
    .p-pro-card04{
    margin: 0 0 5.33333vw 0!important;
  }
}

.l-footer__sns .share-box {
  display: flex;
    width: 162px;
    justify-content: space-between;
    margin: 0 0 25px;
    padding-top: 18px;
}

.l-footer__sns .share-box li img {
  width: 76px;
}

.l-footer__sns .text {
    font-size: 10px;
    text-align: center;
    margin: 0 0 15px;
}


.l-footer__sns .sns-box {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    justify-content: center;
}

.l-footer__sns .sns-box li:nth-child(1),.l-footer__sns .sns-box li:nth-child(2) {
  margin-right: 15px;
}

.share-box .l-snsicon__list__item {
  width: auto!important;
  height: auto!important;
}


@media screen and (min-width:769px) {
  .l-footer__sns .sns-box li img {
    width: 33px;
  }
  .l-footer-nav {
    display: none!important;
  }
}

@media screen and (max-width:768px) {
  .l-footer__sns .share-box {
    width: 45vw;
    margin: 0 auto 5vw;
  }

  .l-footer__sns .share-box li img {
      width: 21vw;
  }

  .l-footer__sns .text {
      font-size: 3vw;
    }

  .l-footer__sns .sns-box li img {
      width: 9.2vw;
  }

  .l-unav .u-flex--vcenter {
    display: none!important;
  }

  .l-footer-nav {
    display: block!important;
    text-align: center;
  }

  .l-footer-nav .l-footer-nav_item {
    display: inline-block;
  }

  .l-footer-nav .l-footer-nav_item:nth-child(1) {
    width: 26%;
  }

  .l-footer-nav .l-footer-nav_item:nth-child(2) {
    margin: 0 3vw;
    font-size: 3.2vw;
    color: #666;
  }

  .l-footer-nav .l-footer-nav_item:nth-child(4) {
    text-align: center;
      display: block;
  }

  .l-footer-nav .l-footer-nav_item a {
    font-size: 3.2vw;
    color: #666;
  }
}

.p-pre-question {
  border: 3px solid #002f87;
  padding: 10px;
  margin-top: 20px;
}

.p-flow-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.p-technology-imgarea {
  display: flex;
  justify-content: space-between;
}

.p-technology-imgbox {
  width: 32%;
  position: relative;
  padding-bottom: 3vw;
}

.p-technology-imgbox .text{
  position: absolute;
  bottom: 0;
}

@media screen and (max-width:768px) {

  .p-technology-imgarea {
    display: block;
  }

  .p-technology-imgbox {
    width: 100%;
    margin-bottom: 6vw
  }

  .p-technology-imgbox .text {
    position: inherit;
  }
}

.c-conduct-indent {
  text-indent: 1em;
}

.l-maincts-base .c-horizontalrule {
  height: 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width:769px) {
	.l-pdc__index__list::after{
	content: "";
	display: block;
	width: 230px;
	}

  .l-maincts-base .c-horizontalrule {
    margin: 40px 0!important;
  }
}
@media screen and (max-width:768px) {
	.l-maincts-base .l-pdc__index__list .p-pdc-card.r-pdc-index{
		margin-bottom: 5.33333vw;
	}

  .l-maincts-base .c-horizontalrule {
    margin: 25px 0!important;
    margin: 6.66667vw 0!important;
  }
}

.u-mli-1 {
  margin-left: 1em;
}

 .c-knowledge-textlink-box {
  border: 1px solid #0071ce;
  text-align: center;
  padding: 10px 0;
 }

/*TOPページ 特集レシピ*/
.top-feature-flexwrapp{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-feature-flexwrapp::before{
  display: block;
  content: "";
  width: 230px;
  order:1;
  height: 0;
}
.top-feature-flexwrapp::after{
  display: block;
  content: "";
  width: 230px;
  height: 0;
}
.top-feature-flexwrapp li{
  width: 230px;
  margin-bottom: 1vw;
}
.top-feature-img{
  width: 230px;
  position: relative;
}
.top-feature-flexwrapp li a:hover .top-feature-img:after{
  opacity: .7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid #30a2ff;
  box-sizing: border-box;
}
.top-feature-img img{
  width: 100%;
  object-fit: cover;
  height: 173px;
}
.top-feature-flexwrapp li a:hover .top-feature-text{
  color: #0071ce;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width:768px) {
	.top-feature-flexwrapp{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-feature-flexwrapp::after{
		display: block;
		content: "";
		width: 42vw;
		height: 0;
	}
	.top-feature-flexwrapp li{
		width: 42vw;
		margin-bottom: 6vw;
	}
	.top-feature-img{
		width: 42vw;
		/*height: 28vw;
		overflow: hidden;*/
		position: relative;
	}
	.top-feature-flexwrapp li a:hover .top-feature-img:after{
  opacity: .7;
  position: absolute;
  width: 100%;
		height: 100%;
		top: 0;
		left: 0;
  content: "";
  border: 2px solid #30a2ff;
		box-sizing: border-box;
}
	.top-feature-img img{
    width: 100%;
    object-fit: cover;
    height: 120px;
  }
	.top-feature-text{
		line-height: 1.4em;
		padding-top: 1vw;
	}
	.top-feature-flexwrapp li a:hover .top-feature-text{
		color: #0071ce;
  display: block;
	}
}
.p-meeting-border {
    border: 3px solid #ef1907;
    padding: 10px;
}


/*3/10 オンラインイベント開催のご案内*/
.p-news-infomation-box {
    width: 500px;
    padding: 40px 65px 42px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.p-news-infomation-box .title {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    color: #002f87;
    margin-bottom: 5.5px;
}

.p-news-infomation-box .sub {
    font-weight: 700;
    color: #002f87;
    font-size: 17px;
    line-height: 1.76;
}

.p-news-infomation-box .list__itm {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-news-infomation-box .list__itm_sub {
    font-size: 12px;
    margin-top: 1px;
    position: static;
    display: inline-block;
    padding: 0 10px;
    background-color: #0071ce;
    color: #fff;
    height: 2em;
}

.p-news-infomation-box .tex {
    padding-left: 0;
    padding-left: 16px;
    padding-left: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.p-news-infomation-box .tel {
    font-size: 29px;
    color: #002f87;
    font-weight: 700;
    line-height: 1;
}

.p-news-infomation-box .fax {
    font-size: 21px;
    margin-top: 20px;
    font-weight: 700;
    color: #002f87;
    line-height: 1;
}

@media screen and (max-width:768px) {
  .p-news-infomation-box {
    width: auto;
    padding: 30px 20px 30px 20px;
    padding: 8vw 5.33333vw 8vw 5.33333vw;
    margin: 0 0 40px 0;
    margin: 0 0 5.33333vw 0;
  }

  .p-news-infomation-box .title {
    margin: 0 0 17px 0;
    margin: 0 0 2.26667vw 0;
    font-size: 4.8vw;
  }

  .p-news-infomation-box .sub {
    font-size: 4.26667vw;
    line-height: 1;
    margin: 0 0 2vw 0;
  }

  .p-news-infomation-box .list__itm {
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    margin: 0 0 4vw 0;
  }

  .p-news-infomation-box .list__itm_sub {
    font-size: 3.2vw;
    margin: 3px 0 0 0;
    margin: 0.4vw 0 0 0;
  }

  .p-news-infomation-box .tel {
    margin: 46px 0 25px 0;
    margin: 6.13333vw 0 3.33333vw 0;
    font-size: 4.8vw;
    color: #0071ce;
  }

  .p-news-infomation-box .fax {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width:769px) {
  .p-jamguide__banner-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-jamguide__banner-box li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:768px) {
  .p-jamguide__banner-box li {
    margin-bottom: 20px;
  }
}
.p-pdc-img-box {
  width: 100%;
}

.p-pdc-movie-area {
  position: relative;
  overflow: hidden;
}

.p-pdc-movie-area > div.jstream-eqPlayer {
  position: static!important
}

.p-pdc-movie-box.mg-center {
  margin: 0 auto;
}

@media screen and (min-width:769px) {
.p-pdc-img-box {
  margin-bottom: 20px;
}

.p-pdc-movie-area {
  display: flex;
  justify-content: space-between;
}

.p-pdc-movie-area.p-center {
  justify-content: center;
}

.p-pdc-movie-box {
    width: 360px;
    height: 203px;
  }
.p-pdc-movie-box iframe {
    width: 360px!important;
    height: 203px!important
  }
}

@media screen and (max-width:768px) {
.p-pdc-img-box {
  margin-bottom: 5.33333vw;
}

.p-pdc-movie-box {
    width: 335px;
    width: 89.33333vw;
    height: 188.5px;
    height: 50.26667vw;
    margin: 0 0 5.33333vw;
}
.p-pdc-movie-box iframe {
    width: 89.334vw!important;
    height: 50.236vw!important
}

.c-sliderlist.r-rcp__index.p-recipes-img .c-sliderlist__img {
  height: 15vw;
}
.c-sliderlist.r-rcp__index.p-recipes-img .slick-list.draggable {
  height: auto!important;
}
}

.p-news-textbox {
  padding: 10px 0;
  border: 1px solid #c00;
}

/* -- radio cm -- */

.p-rcm-list {
  display: flex;
  flex-wrap: wrap;
}
.p-rcm-list-itm {
  width: 230px;
  margin-right: 40px;
  margin-bottom: 32px;
}
.p-rcm-list-itm > a {
  display: block;
}
.p-rcm-list-itm:nth-child(3n) {
  margin-right: 0;
}
.p-rcm-list-itm img {
  width: 100%;
  height: auto;
}
.p-rcm-list-itm-pic {
  box-shadow: 0 0 0 1px #ccc; 
  position: relative;
}
.p-rcm-list-itm-pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/assets/img/experience/ico-rcm-play.png") no-repeat center center / 67px auto;
  position: absolute;
}
.p-rcm-list-itm__title {
  margin-top: 10px;
}
.c-modal__cnt {
  display: none;
}
.c-modal__cnt.is-active {
  display: block;
}
@media screen and (max-width:768px) {
  .p-rcm-list {
    justify-content: space-between;
  }
  .p-rcm-list-itm {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .p-rcm-list-itm-pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/assets/img/experience/ico-rcm-play.png") no-repeat center center / 30% auto;
    position: absolute;
  }
  .p-rcm-list-itm__title {
    margin-top: 2vw;
  }
}

.p-individual-info-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.p-individual-info-list {
    width: 330px;
    padding: 20px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 25px;
    height: 200px;
}

.p-individual-info-title {
    text-align: center;
    color: #002f87;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 10px;
}

.p-individual-info-text {
    margin-bottom: 5px;
}

@media screen and (max-width:768px) {
  .l-pdc__index .l-pdc__index__list,
  .l-pdc__index__list.l-pdc__index__list__cmp{
    justify-content: space-between;
  }
}



/* //////////サステナビリティ////////// */
@media screen and (min-width:769px) {
	.l-cts-header .l-cts-header__inr.r-sustainability {
		background-image: url("/assets/img/company/sustainability/index/mv_pc.jpg");
		height: 400px;
		position: relative;
	}
	.l-cts-header .l-cts-header__inr.r-sustainability .c-cts-header__heading {
		width: 1040px;
		margin: 0 auto;
	}
	.l-cts-header .l-cts-header__inr.r-sustainability .c-cts-header__heading h1 {
		color: #fff;
		font-size: 48px;
		font-weight: bold;
		position: relative;
		text-shadow: 2px 2px 5px rgba(0,113,206,0.15), -2px -2px 5px rgba(0,113,206,0.15), -2px 2px 5px rgba(0,113,206,0.15), 2px -2px 5px rgba(0,113,206,0.15), 0 2px 5px rgba(0,113,206,0.15),  0 -2px 5px rgba(0,113,206,0.15), -2px 0 5px rgba(0,113,206,0.15), 2px 0 5px rgba(0,113,206,0.15);
	}
	
	.sustainability .first_text {
		width: 840px;
		margin: 0 auto;
		display: block;
	}
	.sustainability .point {
		width: 880px;
		margin: 64px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sustainability .point li a {
		width: 260px;
		height: 120px;
		padding: 0 16px 0 32px;
		border: 1px solid #999;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: center;
	}
	.sustainability .point li a:hover { opacity: 0.7; }
	.sustainability .point li img { width: 64px; }
	.sustainability .point li span {
		width: 140px;
		display: inline-block;
		text-align: center;
	}
	
	.sustainability .p-ctswrap__box {
		width: 770px;
		margin: 0 auto;
	}
	
	.l-lyt__3col .full { width: 100%; }
	.l-lyt__3col .full .p-ctslist__itm { margin-right: 25px; }
	.l-lyt__3col .full .p-ctslist__itm a {
		width: 330px;
		height: 100px;
	}
	.l-lyt__3col .full .p-ctslist__itm .p-ctslist__link,
	.l-lyt__3col .p-ctslist__3col.text_aligin_center .p-ctslist__itm .p-ctslist__link {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.l-lyt__3col .full .p-ctslist__itm:nth-of-type(3n) { margin-right: 0; }
	
	.l-lyt__3col .full.list2 {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 32px 0;
		margin: 80px 0 32px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.l-lyt__3col .full.list2 .p-ctslist__itm { border-color: #999; }
	.l-lyt__3col .full.list2 .p-ctslist__itm p { color: #666; }
	
	.p-cts-lyt__imgarea.img_border img { border: 1px solid #ccc; }
}
@media screen and (max-width:768px) {
	.l-cts-header .l-cts-header__inr.r-sustainability {
		background-image: url("/assets/img/company/sustainability/index/mv_sp.jpg");
		height: 40vw;
	}
	.l-cts-header .l-cts-header__inr.r-sustainability .c-cts-header__heading h1 {
		color: #fff;
		font-size: 8vw;
		text-align: center;
		font-weight: bold;
		
		text-shadow: 0.52vw 0.52vw 1vw rgba(0,113,206,0.15), -0.52vw -0.52vw 1vw rgba(0,113,206,0.15), -0.52vw 0.52vw 1vw rgba(0,113,206,0.15), 0.52vw -0.52vw 1vw rgba(0,113,206,0.15), 0 0.52vw 1vw rgba(0,113,206,0.15),  0 -0.52vw 1vw rgba(0,113,206,0.15), -0.52vw 0 1vw rgba(0,113,206,0.15), 0.52vw 0 1vw rgba(0,113,206,0.15);
	}

	.sustainability .point {
		margin: 8vw 0 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sustainability .point li {
		width: 28vw;
		border: 0.5vw solid #999;
		text-align: center;
	}
	.sustainability .point li a {
		display: block;
		padding: 8vw 0;
	}
	.sustainability .point li img {
		width: 12vw;
		margin: 0 auto 4vw;
		display: block;
	}
	.sustainability .point li span {
		height: 14vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.l-lyt__3col .full .p-ctslist__itm .p-ctslist__link .c-ctslist__link br,
	.l-lyt__3col .p-ctslist__3col.text_aligin_center .p-ctslist__itm .p-ctslist__link .c-ctslist__link br { display: none; }
	.l-lyt__3col .full .p-ctslist__itm { width: 100%; }
	
	.l-lyt__3col .full.list2 {
		border-top: 0.25vw solid #ccc;
		border-bottom: 0.25vw solid #ccc;
		padding: 8vw 0;
		margin: 16vw 0 4vw;
	}
	.l-lyt__3col .full.list2 .p-ctslist__itm a { border-color: #ccc; }
	.l-lyt__3col .full.list2 .p-ctslist__itm p { color: #666; }
	
	.p-cts-lyt__imgarea.img_border img { border: 0.25vw solid #ccc; }
}

/* //////////お問い合わせ・FAQ////////// */
@media screen and (max-width:768px) {
  .c-txtlink__secondary.u-align-c.sp-align-left {
    text-align:left!important;
    font-size:4.26667vw;
  }
}

/* //////////商品シリーズページバナー////////// */
.c-products-banner-box {
  max-width: 500Px;
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.c-products-banner-box a{
  position: relative;
  display: block;
}

.c-products-banner-box a:hover img {
    opacity: .7;
    -webkit-transition: all .3s;
    transition: all .3s;
    }


.c-products-banner-box a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: solid 2px #30a2ff;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
}

.c-products-banner-box:hover a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  border: solid 2px #30a2ff
}

.c-products-banner-box:hover a img {
  opacity: .7
}
.c-products-banner-box {
  position: relative;
  display: block
}

.u-line-2 {
  line-height: 2;
}

.u-txt--yellow-marker {
  background-color: #ffff54;
  padding: 2px 0 0;
}

/*商品詳細 オンラインショップ*/

.c-pdc-ec-area {
  display: flex;
  flex-wrap: wrap;
}

.c-pdc-ec-box {
  width: 32%;
  margin-right: 2%;
}

.c-pdc-ec-link {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ccc;
  position: relative
}

.c-pdc-ec-img {
  position: relative;
}


.c-pdc-ec-link:after {
    content: "";
    opacity: 0;
    border: 2px solid #30a2ff;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.c-pdc-ec-link:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff
}

.c-pdc-ec-txt {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width:768px) {
.c-pdc-ec-area {
  justify-content: space-between;
}

.c-pdc-ec-box {
  width: 48%;
  margin-right: 0;
}

.c-pdc-ec-txt {
  font-size: 3.73333vw;
}

}

.c-reitoubox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.c-retouicon {
  font-size: 12px;
  padding: 5px 9px;
  width: 80px;
  height: 22px;
  background-color: #30a2ff;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width:768px) {
.c-retouicon {
  font-size: 2.66667vw !important;
  padding: 6px 0 6px 0;
  padding: 1.6vw 0 1.6vw 0;
  min-width: 10.666vw;
  height: 20px;
  height: 5.33333vw;
  width: 60px;
  width: 14vw;
}
}