@charset "UTF-8";

/* head_text */
.head_text {
  font-size: 16px;
}

/* title */
.support_ttl_style01 {
  margin-top: 50px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5em;
}

/* list */
.anc_list {
  margin: 40px 0 30px;
  padding: 15px;
  background: #f6f6f6;
  font-size: 0;
}
.anc_list .anc_title {
  margin-bottom: 5px;
  margin-left: 7px;
  font-weight: 900;
  font-size: 16px;
}
.anc_list .list {
  position: relative;
  display: inline-block;
  margin: 6px 8px 0;
  padding-left: 14px;
  font-size: 15px;
}
.anc_list .list::before {
  position: absolute;
  top: 14px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ce3828;
  border-left: 2px solid #ce3828;
  content: "";
  transform: rotate(-135deg);
  transform-origin: left top;
}
.support_product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
}
.support_product_list .item {
  margin-bottom: 14px;
  width: calc((100% - 28px) / 3);
}
.support_product_list .item:nth-of-type(3n+2) {
  margin-right: 14px;
  margin-left: 14px;
}
.support_product_list .item .inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px;
  height: 100%;
  border: 1px solid #ccc;
}
.support_product_list .item .inner::before {
  position: absolute;
  right: -4px;
  bottom: -5px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("/img/elements/icon_arrowlink_01.svg") no-repeat center;
  content: "";
}
.support_product_list .item .inner .thumb {
  flex: 0 0 auto;
  margin-right: 20px;
  width: 70px;
}
.support_product_list .item .inner .thumb img {
  max-width: 100%;
}
.support_product_list .item .inner .text {
  flex: 1 1 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
}
.support_link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}
.support_link_list .item {
  margin-bottom: 40px;
  width: calc((100% - 64px) / 3);
  background: #fff;
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
  transition: box-shadow 0.2s ease 0s;
}
.support_link_list .item:hover {
  box-shadow: 0 0 8px 1px rgba(230,0,18,0.2);
}
.support_link_list .item:nth-of-type(3n+2) {
  margin-right: 32px;
  margin-left: 32px;
}
.support_link_list .item .inner {
  position: relative;
  display: block;
  height: 100%;
  color: #333;
}
.support_link_list .item .inner:hover {
  opacity: 1;
}
.support_link_list .item .inner::before,
.support_link_list .item .inner::after {
  position: absolute;
  display: block;
  background: #e60012;
  content: "";
}
.support_link_list .item .inner::before {
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 2px;
}
.support_link_list .item .inner::after {
  right: 13px;
  bottom: 20px;
  width: 15px;
  height: 2px;
  transform: rotate(45deg);
}
.support_link_list .item .inner .support_title {
  position: relative;
  display: block;
  padding: 30px;
  color: inherit;
  font-weight: 900;
  font-size: 20px;
}
.support_link_list .item .inner .support_title::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 70px;
  height: 2px;
  background: #e60012;
  content: "";
}
.support_link_list .item .inner .support_text {
  display: block;
  padding: 25px 30px 30px;
  color: inherit;
  font-size: 15px;
  line-height: 1.6em;
}