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

File Name:
Note:

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.m-case .info__cta__button a:hover {
  text-decoration: none;
}
.m-case .info__cta__button a:hover > * {
  opacity: 1;
}

.m-points-contents a:hover small {
  opacity: 1;
  text-decoration: underline;
}

#price.m-price .p-campaign {
  margin: 25px 0 19px;
  padding-bottom: 43px;
  background: url(../../../../img/contents_condenserich_ex_campaign_bg.png) left bottom no-repeat;
}
#price.m-price .p-campaign__title {
  margin: 0 0 21px -22px;
}
#price.m-price .p-campaign__list {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
#price.m-price .p-campaign__item {
  flex: none;
  width: 252px;
}
#price.m-price .p-campaign__item a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  border: 2px solid #554c48;
  background: -webkit-gradient(linear, left top, left bottom, from(#91847b), to(#443b34));
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
#price.m-price .p-campaign__item a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
}
#price.m-price .p-campaign__item a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
#price.m-price .p-campaign__item a:hover {
  opacity: 1;
  color: inherit !important;
}
#price.m-price .p-campaign__item a:hover .inner-text1 {
  opacity: 1;
}
#price.m-price .p-campaign__item a:hover > *, #price.m-price .p-campaign__item a:hover::before {
  color: #f5f2f0;
}
#price.m-price .p-campaign__item a:hover::after {
  background: url(../../../../img/broadcast_common_btn_arrow_h.png) right top no-repeat;
}
#price.m-price .p-campaign__item a::before {
  content: none;
}
#price.m-price .p-campaign__item a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 5px;
  width: 21px;
  height: 21px;
  background: url(../../../../img/broadcast_common_btn_arrow.png) right top no-repeat;
}
#price.m-price .p-campaign__item.btn-counseling {
  margin-right: 5px;
}
#price.m-price .notice-tax {
  width: auto;
}
#price.m-price #feature {
  margin-right: 10px;
  margin-left: 10px;
}
#price.m-price .link {
  margin-top: 0;
}

.m-monitor.m-monitor table tbody th {
  padding: 0;
  background: 0;
}
.m-monitor.m-monitor table tbody td {
  height: auto;
  text-align: left;
}

.m-flow #details > ol > li:nth-child(3) {
  background-image: url(../../../../img/operation_flow_bg7.jpg);
}
.m-flow #details > ol > li:nth-child(4) {
  background-image: url(../../../../img/operation_flow_bg3.jpg);
}
/*# sourceMappingURL=siliconbag.css.map */
