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

  台風被害2年補償

//////////////////////////////////////////////////////////*/

/* ===========================================================

  お問合せフォーム

===========================================================*/
.contact_receptionist {
  margin-top: 26px;
}

/* ===========================================================

  共通設定

===========================================================*/
#typhoon_compensation {
  margin-top: 21px;
  font-size: 14px;
  color: #555;
}
#typhoon_compensation img {
  vertical-align: bottom;
}
#typhoon_compensation .section {
  margin-top: 30px;
}
#typhoon_compensation .section h2 {
  margin-bottom: 19px;
}
#typhoon_compensation .section .inner {
  padding-right: 10px;
  padding-left: 10px;
}
#typhoon_compensation strong {
  font-weight: bold;
  color: #f00;
}
#typhoon_compensation strong.bold {
  color: #555;
}
#typhoon_compensation .lead {
  font-size: 18px;
  font-weight: bold;
}

/* 台風被害2年補償サービスを開始しました！
------------------------------------------------------------------------*/
#typhoon_compensation .sentence {
  width: 555px;
  margin-bottom: 31px;
  background: url("/public/img/static/typhoon_compensation/img_typhoon.png") right top no-repeat;
}
#typhoon_compensation .sentence * {
  width: 380px;
}
#typhoon_compensation .sentence .supplement {
  font-size: 10px;
  color: #333;
}
#typhoon_compensation .box {
  padding: 20px 14px 16px 17px;
  border: 1px solid #d5d1c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#typhoon_compensation .box li {
  float: left;
}
#typhoon_compensation .box li.middle {
  padding: 0 20px;
}
#typhoon_compensation .box li p {
  margin-top: 2px;
  font-weight: bold;
  text-align: center;
}
#typhoon_compensation .box .repair {
  margin-top: 26px;
  font-size: 12px;
}
#typhoon_compensation .box .repair img {
  margin-bottom: 13px;
}
/* エクスショップの台風補償はここが違う！
------------------------------------------------------------------------*/
#typhoon_compensation .type li {
  float: left;
  margin-top: 12px;
}
#typhoon_compensation .type li.first {
  margin-right: 11px;
}
#typhoon_compensation .type li .txt {
  margin: 9px 0 6px;
}
#typhoon_compensation .type li .add {
  margin-top: 3px;
  padding: 1px 0 2px;
  background-color: #fee;
  font-size: 12px;
  font-weight: bold;
  color: #f00;
  text-align: center;
}
#typhoon_compensation .desc {
  padding-top: 17px;
}
#typhoon_compensation .detail {
  margin-top: 16px;
  padding: 12px 12px 11px 18px;
  background-color: #fffccd;
}
#typhoon_compensation .detail .txt {
  float: left;
}
#typhoon_compensation .detail .heading {
  font-weight: bold;
}
#typhoon_compensation .detail .img {
  float: right;
}
.price_layout {
  font-family: "Arial Black", Gadget, sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
}
.price_layout .price {
  background-color: #ff0000;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.price_layout .num {
  line-height: 1.0;
  color: #ff0000;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  display: inline-block;
}
.price_layout .num_small {
  color: #ff0000;
  font-weight: 900;
  display: inline-block;
  font-size: 18px;
  align-self: flex-end;
}

/* 台風補償サービスの対象商品はこちら！
------------------------------------------------------------------------*/
#typhoon_compensation .item {
  padding: 20px 9px 17px;
  border: 1px solid #d5d1c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#typhoon_compensation .item li {
  float: left;
  margin-bottom: 10px;
}
#typhoon_compensation .item li.first {
  margin-right: 11px;
}
#typhoon_compensation .item img {
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.12);
}
#typhoon_compensation .item strong {
  font-size: 12px;
}
/* 補償の内容
------------------------------------------------------------------------*/
#typhoon_compensation .section dt {
  clear: both;
  float: left;
}
#typhoon_compensation .section dd {
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 10px;
}
#typhoon_compensation .section dd.last {
  margin-bottom: 0;
}
#typhoon_compensation .section dd .disc li {
  list-style: disc;
  margin-left: 1em;
}
#typhoon_compensation .section dd .supplement li {
  margin-left: 1em;
  text-indent: -1.2em;
}
#typhoon_compensation .section dd .decimal li {
  list-style: decimal;
  margin-left: 1em;
}
