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

File Name:
Note:


New Creation:	.
Last Change:	.


Created By		Yoshiaki Murakami

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

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

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.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-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-case__item {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #c5bcb5;
}
.p-case__item:last-child {
  margin-bottom: 0;
}
.p-case__contents {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.p-case__contents__inner {
  flex: 1;
  order: 2;
}
.p-case__contents__title {
  margin-bottom: 10px;
  padding-top: 6px;
  font-size: 1.5em;
}
.p-case__contents__title a {
  font-weight: bold;
  color: #7e7774;
}
.p-case__contents__attr {
  margin-bottom: 12px;
  text-align: right;
  font-size: 1.1em;
}
.p-case__contents__text {
  line-height: 1.5;
  font-size: 1.2em;
}
.p-case__contents__info {
  position: relative;
  z-index: 2;
  order: 3;
  margin-top: 1.1em;
  width: 100%;
}
.p-case__contents__pic {
  order: 1;
  margin-right: 15px;
}

.p-campaign {
  position: relative;
  margin: 0 35px 70px -187px;
  height: 180px;
  background-position: left top;
  background-repeat: no-repeat;
}
.p-campaign a {
  display: block;
  height: 180px;
}
.p-campaign a:hover > * {
  opacity: 1;
  text-decoration: none;
}
.p-campaign a:hover .p-campaign__category {
  border: 1px solid #fefefe;
}
.p-campaign__date {
  position: absolute;
  bottom: 14px;
  left: 370px;
  line-height: 2;
  font-size: 14px;
  color: #fff;
}
.p-campaign__category {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #e0dad5;
}
.p-campaign__category span {
  position: absolute;
  right: 70px;
  bottom: 30px;
  padding: 0 5px;
  border-radius: 4px;
  background: #e55764;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.p-campaign__link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding-right: 48px;
  background: url(../../../img/pc/contents_common_case_operator_arrow.png) right bottom 2px no-repeat;
  font-size: 1.3rem;
  color: #fff;
}
.p-campaign.month01 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg1.jpg);
}
.p-campaign.month02 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg2.jpg);
}
.p-campaign.month03 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg3.jpg);
}
.p-campaign.month04 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg4.jpg);
}
.p-campaign.month05 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg5.jpg);
}
.p-campaign.month06 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg6.jpg);
}
.p-campaign.month07 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg7.jpg);
}
.p-campaign.month08 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg8.jpg);
}
.p-campaign.month09 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg9.jpg);
}
.p-campaign.month10 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg10.jpg);
}
.p-campaign.month11 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg11.jpg);
}
.p-campaign.month12 {
  background-image: url(../../../img/pc/contents_common_case_monitor_bg12.jpg);
}

.p-title {
  background-image: url(../../../img/pc/case_title_bg.jpg);
}
.p-title__text {
  color: #584f4c;
}
.p-title__text::after {
  text-transform: capitalize;
}

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

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

.p-tab {
  margin-bottom: 20px;
}
.p-tab__list {
  border-bottom: 1px solid #707070;
}
.p-tab__item {
  width: 165.25px;
}
.p-tab__item a {
  height: 40px;
  font-size: 1.2em;
}
.p-tab__item.is-active a {
  background-color: #7f7875;
}
