@charset "euc-jp";

/********** メニュー アクティブ **********/
.header-menu-list-item.is_howto .header-menu-list-item__link{
  box-shadow: 0 -3px 0 #a0107c inset;
  color: #ab48a2;
}

.howto.is_card .sub-menu-list-item.is_card .sub-menu-list-item__link {
  box-shadow: 0 -2px 0 #79016c inset;
  font-weight: bold;
  text-decoration: none;
  color: #ab48a2;
}



/***** 各セクションの背景画像 *****/
.section-title {
  position: relative;
  padding-left: 120px;
}

.ansin0.section-title {
  padding-left: 100px;
}

.section-title:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  content: '';
  width: 109px;
  height: 24px;
}

.ansin0.section-title:before {
  width: 88px;
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin.gif) no-repeat 0 0;
}

.ansin1.section-title:before {
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin1.gif) no-repeat 0 0;
}

.ansin2.section-title:before {
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin2.gif) no-repeat 0 0;
}

.ansin3.section-title:before {
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin3.gif) no-repeat 0 0;
}

.ansin4.section-title:before {
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin4.gif) no-repeat 0 0;
}

.ansin5.section-title:before {
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin5.gif) no-repeat 0 0;
}

.ansin6.section-title:before {
  background: url(https://assets.chatpia.jp/common/images/bg_credit_ansin6.gif) no-repeat 0 0;
}



/***** 6つの安心ボックスレイアウト *****/
.information-list {
  display: grid;
  grid-template-columns: 273px 273px;
  grid-template-rows: 106px 106px 106px;
  grid-gap: 20px;
}

.information-list-item {
  position: relative;
  padding: 12px 12px 12px 72px;
}

.box1 {
  background: url(https://assets.chatpia.jp/common/images/img_cre_pbox.gif) no-repeat 0 0;
}

.box2 {
  background: url(https://assets.chatpia.jp/common/images/img_cre_pbox.gif) no-repeat -273px 0;
}

.box3 {
  background: url(https://assets.chatpia.jp/common/images/img_cre_pbox.gif) no-repeat 0 -106px;
}

.box4 {
  background: url(https://assets.chatpia.jp/common/images/img_cre_pbox.gif) no-repeat -273px -106px;
}

.box5 {
  background: url(https://assets.chatpia.jp/common/images/img_cre_pbox.gif) no-repeat 0 -212px;
}

.box6 {
  background: url(https://assets.chatpia.jp/common/images/img_cre_pbox.gif) no-repeat -273px -212px;
}

.information-list-item-title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #ab48a2;
}

.information-list-item-text {
  font-size: 12px;
  line-height: 1.5em;
}

.information-list-item-link {
  position: absolute;
  bottom: 5px;
  right: 12px;
  display: block;
  padding-left: 12px;
  background: url(https://assets.chatpia.jp/common/images/ico_subpage_form.gif) no-repeat 0 0.41em;
  font-size: 12px;
  line-height: 1.5em;
}

.information-list-item-link:hover {
  text-decoration: underline;
}



/***** 問い合わせ表 *****/
.table {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

.table-row {
  vertical-align: middle;
}

.table-row-head {
  box-sizing: border-box;
  padding: 12px 0;
  background-color: #ab48a2;
  border-right: 5px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}

.table-row-head:first-child {
  width: 130px;
  background-color: #cccccc;
  color: #333333;
}

.table-row-head:last-child {
  border-right: initial;
}

.table-row-data {
  box-sizing: border-box;
  padding: 12px 0;
  background-color: #fdeefc;
  border-right: 5px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  color: #ab48a2;
}

.table-row-data:last-child {
  border-right: initial;
}

.table-row-data__link {
  word-break: break-all;
}

.table-row-data__link:hover {
  text-decoration: underline;
}

/* 最初の行 */
.table-row:first-of-type .table-row-head:first-child {
  border-top-left-radius: 5px;
}

.table-row:first-of-type .table-row-head:last-child {
  border-top-right-radius: 5px;
}

.table-row:first-of-type .table-row-data:last-child {
  border-top-right-radius: 5px;
}


/* 最終行 */
.table-row:last-of-type .table-row-head,
.table-row:last-of-type .table-row-data {
  border-bottom: initial;
}

.table-row:last-of-type .table-row-head:first-child {
  border-bottom-left-radius: 5px;
}

.table-row:last-of-type .table-row-data:last-child {
  border-bottom-right-radius: 5px;
}



.supportbox {
  display: block;
  overflow: hidden;
  height: 235px;
  background: url(https://assets.chatpia.jp/common/images/bg_credit_support.jpg) no-repeat right top;
  margin-bottom: 20px;
}