@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 9.3333333333vw;
  height: 41.3333333333vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-title__text {
  margin-top: -1.2vw;
  margin-bottom: calc(-3.4666666667vw - 1.2rem);
  line-height: 1.1851851852;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.7rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 2.1333333333vw;
  width: 100%;
  text-transform: capitalize;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  color: #7e7774;
}

.p-anchor {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
}
.p-anchor__item {
  overflow: hidden;
  flex: 1;
  margin: 0.1333333333vw;
  height: 12vw;
  border-radius: 0.6933333333vw;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.1rem;
  height: 100%;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1.1;
  font-size: 1rem;
  white-space: nowrap;
  color: #7e7774;
  box-sizing: border-box;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 1.6vw;
  margin-right: -0.9333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
  transform: rotate(45deg);
}
.p-anchor__item.two-line a {
  padding-bottom: 0.2rem;
}
.p-anchor.headroom--not-top {
  position: fixed;
  top: 16.9333333333vw;
  right: 0;
  left: 0;
  z-index: 1000;
}
.p-anchor.headroom--unpinned {
  top: 0;
}
.p-anchor.is-bottom {
  opacity: 0;
  pointer-events: none;
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.8vw;
  height: 20.2666666667vw;
  background: url(../../img/sp/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 1.1538461538;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.6rem;
  color: #fff;
  box-sizing: border-box;
}

.webp .p-box__title {
  background-image: url(../../img/sp/contents_operation_contents_title_bg.webp);
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 1.3333333333vw;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: url(../../img/sp/arrow1.png) right center no-repeat;
  background-size: 3.7333333333vw;
}

.webp .p-text-link a::after {
  background-image: url(../../img/sp/arrow1.webp);
}

.p-subbox__title {
  display: flex;
  align-items: center;
  margin-bottom: 5.3333333333vw;
  padding-left: 4vw;
  height: 14.9333333333vw;
  background: linear-gradient(#fff, #ded6d1);
  box-shadow: inset 0 0.8vw 0 0 #cb5d5a;
  line-height: 2;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-subbox__text {
  line-height: 1.6;
  font-size: 1.5rem;
}

.p-price-methods__list {
  margin-top: 3.4vw;
}
.p-price-methods__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4.6666666667vw 0;
  border-top: 0.2666666667vw dotted #c7bcb5;
  font-size: 1.5rem;
}
.p-price-methods__item__inner {
  margin-left: 8vw;
  width: calc(100% - 8vw);
}
.p-price-methods__item__text,
.p-price-methods__item .small {
  width: 100%;
  font-size: 1.2rem;
}
.p-price-methods__item__text {
  line-height: 1.5714285714;
  font-size: 1.4rem;
}
.p-price-methods__item .small, .p-price-methods__item__pic {
  margin-top: 2.1333333333vw;
}
.p-price-methods__item .small {
  display: block;
}
.p-price-methods__item::before {
  content: "";
  display: block;
  margin-right: 1.3333333333vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-price-methods__item.no1::before {
  background-image: url(../../img/sp/icon_1.png);
}
.p-price-methods__item.no2::before {
  background-image: url(../../img/sp/icon_2.png);
}
.p-price-methods__item.no3::before {
  background-image: url(../../img/sp/icon_3.png);
}
.p-price-methods__item.no4::before {
  background-image: url(../../img/sp/icon_4.png);
}

.webp .p-price-methods__item.no1::before {
  background-image: url(../../img/sp/icon_1.webp);
}
.webp .p-price-methods__item.no2::before {
  background-image: url(../../img/sp/icon_2.webp);
}
.webp .p-price-methods__item.no3::before {
  background-image: url(../../img/sp/icon_3.webp);
}
.webp .p-price-methods__item.no4::before {
  background-image: url(../../img/sp/icon_4.webp);
}

.p-title {
  margin-bottom: 7.4vw;
  background-image: url(../../img/sp/price_title_bg.jpg?v=2);
}
.p-title__text {
  color: #584f4c;
}

.p-update-date {
  margin: 0 5.3333333333vw 5.3333333333vw;
  text-align: right;
  font-size: 1.2rem;
}

.p-box > *:not([class*=title]) {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}

.p-anchor__item {
  flex-basis: calc((100% - 2.1333333333vw) / 3);
}

.p-text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-right: 5.3333333333vw;
  margin-bottom: 7.4vw;
  margin-left: 5.3333333333vw;
}

.p-categories {
  margin-bottom: 21.3333333333vw;
}
.p-categories__title {
  margin-bottom: 8vw;
}
.p-categories__list {
  display: flex;
  justify-content: space-between;
}
.p-categories__item {
  position: relative;
  width: 28vw;
  border: 0.2666666667vw solid #c5bcb5;
  background: #f4f2f0;
}
.p-categories__text {
  padding: 1.8vw 2.1333333333vw;
  text-align: center;
  line-height: 1.4166666667;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-categories__text a {
  text-decoration: none;
  color: #7e7774;
}
.p-categories__text a::after {
  position: absolute;
  right: 2.1333333333vw;
  bottom: 1.8vw;
}

.p-details {
  margin-bottom: 20.8vw;
}
.p-details__title {
  margin-bottom: 2.6666666667vw;
}
.p-details .p-anchor {
  margin-bottom: 7.8666666667vw;
}

.p-subbox__pic {
  float: right;
  margin: 0 0 3.4vw 4vw;
  width: 26.6666666667vw;
}

.p-methods {
  margin-bottom: 8.6666666667vw;
}
.p-methods__pic {
  float: right;
  margin: 0 0 5.3333333333vw 4vw;
  width: 26.6666666667vw;
}
.p-methods__list {
  clear: both;
}

.p-guarantee {
  margin-bottom: 13.3333333333vw;
}
.p-guarantee__text {
  margin-bottom: 7.4vw;
}
.p-guarantee__summary {
  clear: both;
}
.p-guarantee__summary + .p-guarantee__summary {
  margin-top: 7.4vw;
}
.p-guarantee__summary:last-of-type {
  margin-bottom: 4.7333333333vw;
}
.p-guarantee__summary__title {
  margin-bottom: 4.7333333333vw;
  padding-left: 5.3333333333vw;
  background: url(../../img/sp/list_item_bg.png) 0 center no-repeat;
  background-size: 3.2vw auto;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-guarantee__summary__text {
  line-height: 1.6;
  font-size: 1.5rem;
}
.p-guarantee__contents {
  padding: 5.6vw 4vw 4vw;
  background: #f4f2f0;
}
.p-guarantee__contents + .p-guarantee__contents {
  margin-top: 0.5333333333vw;
}
.p-guarantee__contents__title {
  margin-bottom: 3.6vw;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-guarantee__contents__item, .p-guarantee__contents__text {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-guarantee__contents__list {
  margin-bottom: 2.2666666667vw;
}
.p-guarantee__contents__item::before {
  content: "●";
  margin-right: 4px;
}
.p-guarantee__contents__text {
  float: left;
  margin-right: 2.6666666667vw;
  width: 60vw;
}
.p-guarantee__contents__pic {
  overflow: hidden;
  width: 18.6666666667vw;
}

.p-transportation__text {
  margin-bottom: 4.2vw;
}
.p-transportation__summary {
  line-height: 1.6;
  font-size: 1.5rem;
  position: relative;
  clear: both;
  margin-bottom: 10.6666666667vw;
  padding: 5.3333333333vw;
  background: #f4f2f0;
  text-align: center;
}
.p-transportation__summary .emphasis {
  font-weight: bold;
  color: #ec7c78;
}
.p-transportation__summary .small {
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(-1em - 2.1333333333vw);
  font-size: 1.1rem;
}
.p-transportation__contents__title {
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-transportation__contents__text {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 2.8666666667vw;
}
.p-transportation__contents__item {
  display: flex;
  align-items: baseline;
  line-height: 1.6666666667;
  font-size: 1.2rem;
}
.p-transportation__contents__item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 1.3333333333vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../../img/sp/list_item_bg.png) 0 0 no-repeat;
  background-size: contain;
}
.p-transportation__contents__item .small {
  display: inline-block;
  font-size: 1rem;
}

.webp .p-title {
  background-image: url(../../img/sp/price_title_bg.webp?v=2);
}
.webp .p-guarantee__summary__title {
  background-image: url(../../img/sp/list_item_bg.webp);
}
.webp .p-transportation__contents__item::before {
  background-image: url(../../img/sp/list_item_bg.webp);
}
