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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  height: 300px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-title__text {
  text-align: center;
  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: 3.4rem;
  color: #fff;
}

.p-title__text::after {
  content: attr(data-eng);
  display: block;
  margin-top: 15px;
  width: 100%;
  text-transform: capitalize;
  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.4rem;
  color: #7e7774;
}

.p-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  height: 77px;
  background: url(../../img/pc/contents_operation_contents_title_bg.png) 0 0 no-repeat;
  text-align: center;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: "YakuHanMP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
}

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

.p-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-anchor__item {
  box-sizing: border-box;
  width: 136px;
}
.p-anchor__item:last-child {
  margin-right: 0;
}
.p-anchor__item a {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(#f0edea, #dfd8d2);
  text-align: center;
  line-height: 1;
  font-size: 1.2em;
  color: #7e7774;
  transition: color 0.15s linear, border 0.15s linear;
}
.p-anchor__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.p-anchor__item a:hover::after {
  border-color: #ec7c78;
}
.p-anchor__item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #c7bcb4;
  border-bottom: 1px solid #c7bcb4;
  transform: rotate(45deg);
}

.p-category__list {
  display: flex;
  justify-content: space-between;
}
.p-category__item {
  width: 192px;
}
.p-category__item a {
  color: #7e7774;
}
.p-category__item a:hover {
  text-decoration: none;
}
.p-category__item a:hover > * {
  opacity: 0.5;
}
.p-category__item__title {
  display: block;
  margin-top: 15px;
  background: url(../../img/pc/arrow/arrow2.png) right center no-repeat;
  text-align: center;
  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.1em;
}
.p-category__item__text {
  margin-top: 16px;
  line-height: 1.6153846154;
  font-size: 1.3em;
}

.p-flow__item {
  overflow: hidden;
  border-bottom: 1px solid #c5bcb5;
}
.p-flow__contents {
  min-height: 100px;
}
.p-flow__contents__title {
  float: left;
  font-weight: bold;
}
.p-flow__contents__pic {
  float: right;
  margin-left: 20px;
}
.p-flow__contents__text {
  clear: left;
}

.webp .p-flow__contents__item {
  background-image: url(../../img/pc/list_item_bg.webp);
}

.p-tab__list {
  display: flex;
  justify-content: space-between;
}
.p-tab__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../img/pc/tab_item_bg.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-color: #f4f2f0;
  font-weight: bold;
  color: #7e7774;
}
.p-tab__item a:hover {
  text-decoration: none;
}
.p-tab__item a:hover > * {
  opacity: 1;
}
.p-tab__item.is-active a {
  background-image: url(../../img/pc/tab_item_bg_a.png);
  background-color: #c7bcb4;
  color: #fff;
}

.webp .p-tab__item a {
  background-image: url(../../img/pc/tab_item_bg.webp);
}
.webp .p-tab__item.is-active a {
  background-image: url(../../img/pc/tab_item_bg_a.webp);
}

.p-tab__contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.p-tab__contents.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.p-tab__contents__wrapper {
  position: relative;
}

.p-title {
  background-image: url(../../img/pc/campaign_title_bg.jpg);
}
.p-title__text {
  color: #fff;
}

.p-update-date {
  margin: 0 0 10px;
  text-align: right;
  font-size: 1.2em;
}

.p-anchor {
  margin-bottom: 22px;
}
.p-anchor__item {
  margin-bottom: 8px;
  width: 170px;
}

.p-text {
  line-height: 1.6;
  font-size: 1.5em;
  margin-bottom: 55.5px;
  text-align: center;
}

.p-box {
  margin-bottom: 80px;
}
.p-box > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-box__title {
  margin-bottom: 30px;
}
.p-box__text {
  line-height: 1.6;
  font-size: 1.5em;
}

.p-first-anniversary {
  margin-bottom: 80px;
}
.p-first-anniversary > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-first-anniversary__title {
  margin-bottom: 25.5px;
}
.p-first-anniversary__text {
  margin-bottom: 25.5px;
}
.p-first-anniversary .p-tab {
  margin-bottom: 20px;
}
.p-first-anniversary .p-tab__list {
  border-bottom: 1px solid #707070;
}
.p-first-anniversary .p-tab__item {
  flex: 1;
  width: 220.6666666667px;
}
.p-first-anniversary .p-tab__item a {
  height: 40px;
  font-size: 1.2em;
}
.p-first-anniversary .p-tab__item.is-active a {
  background-color: #7f7875;
}
.p-first-anniversary .p-plan__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c5bcb5;
}
.p-first-anniversary .p-plan__contents__title {
  line-height: 1.0588235294;
  font-size: 1.7em;
}
.p-first-anniversary .p-plan__contents__title .small {
  display: inline-block;
  font-size: 0.7647058824em;
}
.p-first-anniversary .p-plan__contents__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 2;
  padding-top: 9px;
  padding-left: 10px;
  width: 394px;
  box-sizing: border-box;
}
.p-first-anniversary .p-plan__contents__pic {
  order: 1;
}
.p-first-anniversary .p-plan__contents__case {
  order: 3;
}
.p-first-anniversary .p-plan__contents__cv {
  order: 4;
}
.p-first-anniversary .p-plan__price {
  display: flex;
}
.p-first-anniversary .p-plan__price__item:last-child {
  margin-left: 10px;
}
.p-first-anniversary .p-plan__price__title {
  font-size: 1.1em;
}
.p-first-anniversary .p-plan__price__text .price {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.5em;
}
.p-first-anniversary .p-plan__price__text .price .emphasis {
  font-weight: bold;
}
.p-first-anniversary .p-plan__price__text .small {
  font-size: 1.1em;
}
.p-first-anniversary .p-plan__risk {
  line-height: 1.5;
}
.p-first-anniversary .p-cv-button {
  margin: 15px 0 0 auto;
}
.p-first-anniversary .p-cv-button.monitor a::after {
  content: "24時間以内に返信致します";
}

.p-categories {
  margin-bottom: 55px;
}
.p-categories:last-child {
  margin-bottom: 100px;
}
.p-categories__text {
  margin-bottom: 30px;
}
.p-categories__list {
  margin: 0 20px;
}

.p-conditions__item {
  line-height: 1.6;
  font-size: 1.5em;
  margin-left: 1.5em;
  list-style-type: disc;
}
.p-conditions__item .small {
  margin-left: 1em;
  font-size: 0.9333333333em;
}
.p-conditions__item a {
  text-decoration: underline;
  color: #6d9dd0;
}

.p-flow {
  margin-bottom: 50px;
}
.p-flow__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.p-flow__contents__title {
  margin-top: 10px;
  margin-bottom: 15.5px;
  font-size: 1.5em;
}
.p-flow__contents__text {
  line-height: 1.6;
  font-size: 1.5em;
}
.p-flow__contents__text a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-flow__contents__text .small {
  display: inline-block;
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 0.9333333333em;
}

.webp .p-title {
  background-image: url(../../img/pc/campaign_title_bg.webp);
}
