@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  support page style

---------------------------------------------- */
/*

  headerBg override 必要ならページごとに画像変更と背景ポジション調整

*/
.headerBg {
  background-image: url('../images/bg-hello-02.jpg');
}

/*

  override

*/
.lowPage-support .lowHello_title img {
  width: 99.5px;
}

/*

	supportBlock

*/
.supportBlock:not(:last-child) {
  margin-bottom: 40px;
}

.supportBlock_head {
  margin-bottom: 20px;
}

.supportBlock-other {
  background: #f9f9f9;
  padding: 30px 20px;
}

/*

	supportList

*/

.supportList_item_title {
  color: #000066;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.supportList_item_title:before {
  background: #000066;
  content: '';
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}

.supportList_item_text {
  line-height: 2;
}

/*

	support

*/
.support_item:not(:last-child) {
  margin-bottom: 40px;
}

.support_item:nth-child(even) .support_item_row {
  flex-direction: row-reverse;
}

.support_item_text {
  border: 1px solid #e1e1e1;
  padding: 60px 20px 30px;
}

.support_item_text_title {
  color: #000066;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.support_item_text_title span {
  padding-right: 30px;
  position: relative;
}

.support_item_text_title span:after {
  background: #202020;
  bottom: 5px;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  width: 20px;
}

.support_item_text_description {
  font-size: 15px;
  line-height: 2;
}

.support_item_thumb {
  position: relative;
}

.support_item_thumb:before {
  background: #f9f9f9;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(15px, 15px);
  width: 100%;
}

@media (min-width: 48em) {
  .lowPage-support .lowHello_title img {
    width: 199px;
  }
  .supportBlock:not(:last-child) {
    margin-bottom: 60px;
  }
  .supportBlock_head {
    margin-bottom: 40px;
  }
  .supportBlock-other {
    padding: 80px;
  }
  .supportList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    margin-bottom: -60px;
  }
  .supportList_col {
    flex: 0 0 50%;
    margin-bottom: 60px;
  }
  .supportList_item {
    padding: 0 30px;
  }
  .supportList_item_title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .supportList_item_title:before {
    height: 10px;
    top: 11px;
    width: 10px;
  }
  .support_item:not(:last-child) {
    margin-bottom: 60px;
  }
  .support_item_row {
    display: flex;
  }
  .support_item_row_col-thumb {
    flex: 0 0 460px;
  }
  .support_item_row_col-text {
    flex: 1 1 auto;
    padding: 30px;
  }
  .support_item:nth-child(even) .support_item_thumb:before {
    transform: translate(-50px, 50px);
  }
  .support_item_text {
    padding: 70px;
  }
  .support_item_text_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .support_item_text_title span {
    padding-right: 40px;
  }
  .support_item_text_title span:after {
    width: 30px;
  }
  .support_item_text_description {
    font-size: 16px;
  }
  .support_item_thumb:before {
    transform: translate(50px, 50px);
  }
}

@media (max-width: 47.99em) {
  .supportList_col:not(:last-child) {
    margin-bottom: 20px;
  }
  .supportList_item_text {
    font-size: 14px;
  }
  .support_item_row_col-thumb {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .support_item_thumb {
    left: -5px;
  }
}

/*# sourceMappingURL=sourcemaps/support.css.map */
