@charset "UTF-8";
/* variable */
/* breakpoint */
/* font family */
/* mixin */
/* support main visual */
#support_main_visual {
  background: url("../images/bg_support01.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 122px;
  text-align: center;
}
#support_main_visual .section_heading {
  position: relative;
}
#support_main_visual .section_heading::before {
  content: "サポート";
  position: absolute;
  -webkit-text-stroke: 0;
}
@media screen and (max-width: 721px) {
  #support_main_visual .section_heading {
    font-size: 40px;
  }
}
#support_main_visual h2 {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 721px) {
  #support_main_visual h2 {
    font-size: 15px;
  }
}

/* support main */
#support_main {
  text-align: center;
}
#support_main h3 {
  font-size: 30px;
  color: #155765;
}
#support_main hr {
  height: 4px;
  border-top: 6px solid #8CA609;
  border-radius: 15px;
  margin: 0 auto 20px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  width: 450px;
}
@media screen and (max-width: 721px) {
  #support_main hr {
    width: 90%;
    max-width: 450px;
  }
}
@media screen and (max-width: 350px) {
  #support_main hr {
    width: 100%;
    max-width: 280px;
  }
}
#support_main p.first {
  color: #4D2C3D;
  font-size: 18px;
}

.support_flex_wrap {
  width: 90%;
  display: flex;
  flex-direction: column;
  border-left: 6px dotted #BCBEC0;
  margin: 90px auto 0;
}
@media screen and (max-width: 721px) {
  .support_flex_wrap {
    width: 100%;
    margin-top: 50px;
  }
}

.support_flex_item {
  display: flex;
}
.support_flex_item.green {
  color: #2B9B9B;
}
.support_flex_item.yellow {
  color: #769B2C;
}
.support_flex_item.yellow .right {
  padding-top: 30px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 721px) {
  .support_flex_item.yellow .right {
    padding-top: 0;
    border-top: none;
    border-bottom: none;
  }
  .support_flex_item.yellow .right dl dd:last-child {
    margin-bottom: 0;
  }
}
.support_flex_item.gray {
  color: #80895C;
}
.support_flex_item .left {
  width: 20%;
  position: relative;
}
.support_flex_item .left img {
  max-width: initial;
  width: 242px;
  height: 195px;
}
@media screen and (max-width: 721px) {
  .support_flex_item .left img {
    width: 100%;
    height: auto;
    max-width: 274px;
  }
}
@media screen and (max-width: 1200px) {
  .support_flex_item .left {
    width: 30%;
  }
}
@media screen and (max-width: 721px) {
  .support_flex_item .left {
    width: 100%;
  }
}
.support_flex_item .right {
  width: 80%;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .support_flex_item .right {
    width: 70%;
  }
}
@media screen and (max-width: 721px) {
  .support_flex_item .right {
    width: 100%;
    margin-top: 100px;
  }
}
.support_flex_item dt {
  font-size: 16px;
  border-radius: 100vh;
  width: fit-content;
  padding: 0 25px;
  font-weight: bold;
  border: 1px solid;
}
@media screen and (max-width: 721px) {
  .support_flex_item dt {
    width: 100%;
  }
}
.support_flex_item dd {
  font-size: 18px;
  color: #222526;
  text-align: left;
  margin: 10px 0 35px;
}
@media screen and (max-width: 721px) {
  .support_flex_item {
    display: block;
  }
}

.support_icon_green {
  position: absolute;
  left: -25px;
  top: -48px;
}
@media screen and (max-width: 721px) {
  .support_icon_green {
    display: none;
  }
}

.support_icon_yellow {
  position: absolute;
  left: -25px;
  top: -20px;
}
@media screen and (max-width: 721px) {
  .support_icon_yellow {
    display: none;
  }
}

.support_icon_gray {
  position: absolute;
  left: -25px;
  top: -51px;
}
@media screen and (max-width: 721px) {
  .support_icon_gray {
    display: none;
  }
}

.support_icon_sp_green {
  display: none;
}
@media screen and (max-width: 721px) {
  .support_icon_sp_green {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 274px;
    left: -15.5px;
    top: 5.5px;
  }
}

.support_icon_sp_yellow {
  display: none;
}
@media screen and (max-width: 721px) {
  .support_icon_sp_yellow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 274px;
    left: -15.5px;
    top: 9px;
  }
}

.support_icon_sp_gray {
  display: none;
}
@media screen and (max-width: 721px) {
  .support_icon_sp_gray {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 274px;
    left: -15.5px;
    top: 5.7px;
  }
}