@charset "UTF-8";

/* -------------------------------------
support
------------------------------------- */
.support {
  padding-bottom: 58px;
}
.support #mainimg {
  background-image: url(../imgs/support/mainimg.jpg);
}
.support a {
  color: #ca5142;
}
.support .ttlbk .cp {
  max-width: 380px;
  margin: 0 auto;
}
.support .ttlbk .cp span {
  display: inline-block;
}
/*sup_nav*/
/*.support .sup_nav {
    margin-bottom:87px;
}*/
.support .sup_nav dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.support .sup_nav dl dt {
  font-size: 18px;
  padding: 10px 40px;
}
.support .sup_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: auto;
}
.support .sup_nav ul li {
  border-left: 1px solid #ca5142;
}
.support .sup_nav ul li a {
  color: #ca5142;
  font-size: 14px;
  line-height: 1;
  padding: 0 20px;
}
.support .sup_nav ul li a span {
  display: inline-block;
  padding: 10px 32px 10px 0;
  background: url(../imgs/common/arrow-btm_rd.svg) right 0 center no-repeat;
  background-size: 22px 22px;
}

/*.support .blk {
  margin-bottom:100px;
}*/
.support .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}
.support .in .lft {
  text-align: center;
  width: 18%;
  max-width: 166px;
  position: relative;
}

.support .in .lft .mttl {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
}
.support .in .lft .mttl img {
  display: block;
  margin: 0 auto 5px;
}
.support .in .rgt {
  width: 82%;
}
.support .in .rgt .linebk {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
}
.support .in .rgt .linebk:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 3px);
  background-color: #ca5142;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.support .in .rgt .linebk:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ca5142;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -2px;
  z-index: 1;
}
.support .in .rgt ul {
  max-width: 690px;
  margin: 0 0 0 auto;
  overflow-x: hidden;
  overflow-y: clip;
}
.support .in .rgt li {
  margin-bottom: 53px;
  position: relative;
}
.support .in .rgt li:last-child {
  margin-bottom: 0;
}
.support .in .rgt li .icon {
  width: 17%;
  max-width: 113px;
  min-width: 70px;
  height: auto;
  position: absolute;
  top: 55%;
  right: 20px;
  z-index: 1;
}
.support .in .rgt li .sttl {
  font-size: 23px;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.support.low .bdttl:before {
  width: 120px;
}
.support .in .rgt li .sttl span {
  font-size: 23px;
  display: inline-block;
  min-width: 255px;
  padding: 30px 34px 0 0;
  border-top: 2px solid #ca5142;
  border-right: 2px solid #ca5142;
  border-top-right-radius: 25px;
  position: relative;
}
.support .in .rgt li .sttl span:after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #ca5142;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
}
.support .in .rgt li p {
  font-size: 14px;
  margin-bottom: 10px;
  width: 81%;
}
.support .in .rgt li p span.ltxt {
  font-size:125%;
  display:inline-block;
}
.support .in .rgt li dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 81%;
  max-width: 505px;
  padding: 9px 23px;
  border-radius: 50px;
  background-color: #efede7;
}
.support .in .rgt li dl dt {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
}
.support .in .rgt li dl dd {
  font-size: 15px;
  width: calc(100% - 87px);
  padding:5px 0;
}
.support .in .rgt li dl dd span {
  display: block;
}
.support .in .rgt li dl dd span:first-child {
  border-bottom:1px dashed #ca5142;
}
.support .in .rgt li dl dd span a {
  display: inline-block;
  text-decoration:underline;
}
.support .in .rgt li dl dd span.stx {
  font-size: 13px;
  padding-top:2px;
}


.support .in .rgt .morebtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 20px 10px 30px;
  border: 1px solid #ca5142;
  border-radius: 25px;
  transition: background-color 0.3s;
}

.support .in .rgt .morebtn.btn_sml {
  max-width:280px;
  margin-top:30px;
}

.support .in .rgt .morebtn span {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.support .in .rgt .morebtn span.en {
  font-size: 13px;
  padding: 5px 32px 5px 0;
  background: url(../imgs/common/arrow-btm_rd.svg) right 0 center no-repeat;
  background-size: 22px 22px;
}
.support .in .rgt p.stx {
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
}

.support .in .rgt .morebtn:hover {
  background-color: #ca5142;
}
.support .in .rgt .morebtn:hover span {
  color: #fff;
}
.support .in .rgt .morebtn:hover span.en {
  background-image: url(../imgs/common/arrow-btm_wh.svg);
}

.support .bg_red {
  padding: 78px 0 63px;
  background-color: #ca5142;
  position: relative;
}
.support .bg_red:before {
  content: "";
  width: 120px;
  height: 100%;
  background-color: #ca5142;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
.support .bg_red:after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #ca5142;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
}
.support .bg_red.in .rgt li .sttl span,
.support .bg_red.in .rgt li p,
.support .bg_red.in .lft .mttl {
  color: #fff;
}
.support .bg_red.in .rgt .linebk:before {
  background-color: #fff;
}
.support .bg_red.in .rgt .linebk:after {
  background-color: #fff;
}
.support .bg_red.in .rgt li .sttl span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.support .bg_red.in .rgt li .sttl span:after {
  background-color: #fff;
}
.support .bg_red .bdttl:before {
  background-color: #fff;
}
.support .bg_red .bdttl:after {
  background-color: #fff;
}
.support .bg_red p.stx {
  color: #fff;
}

.support .bg_red .rgt .morebtn {
  color: #fff;
  border-color: #fff;
}
.support .bg_red .rgt .morebtn span.en {
  background-image: url(../imgs/common/arrow-btm_wh.svg);
}

.support .bg_red .rgt .morebtn:hover {
  background-color: #fff;
}
.support .bg_red .rgt .morebtn:hover span {
  color: #ca5142;
}
.support .bg_red .rgt .morebtn:hover span.en {
  background-image: url(../imgs/common/arrow-btm_rd.svg);
}

#totop {
  width: 15px;
  position: fixed;
  /*bottom: 200px;*/
  top: 620px;
  right: calc(2% + 22px);
  z-index: 10;
}

#totop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
  .support .bg_red:before {
    border-radius: 0;
  }
}

@media screen and (max-width: 980px) {
  .support .sup_nav ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 880px) {
  .support .in .lft {
    width: 98px;
  }

  .support .in .rgt {
    width: calc(100% - 98px);
  }
  .support .in .rgt li .icon {
    right: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 800px) {
  .support .sup_nav dl {
    display: block;
  }
  .support .sup_nav dl dt {
    text-align: center;
    padding: 0;
  }
  .support .sup_nav ul li:first-child {
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .support .in .rgt .linebk {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  .support .sup_nav ul {
    width: auto;
    max-width: 320px;
    margin: 0 auto;
  }
  .support .sup_nav ul li {
    width: 160px;
    border-left: none;
  }
  .support .sup_nav ul li a span {
    min-width: 130px;
  }

  .support .in {
    display: block;
  }
  .support .in .lft {
    margin: 0 auto 20px;
  }
  .support .in .rgt {
    width: 100%;
  }
  .support .in .rgt .linebk {
    padding: 0;
  }
  .support .in .rgt .linebk:before,
  .support .in .rgt .linebk:after {
    display: none;
  }
  .support .in .rgt li .sttl span {
    font-size: 20px;
  }

  #totop {
    right: 10px;
    top: auto;
    bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .support .in .rgt li .sttl {
    width: 100%;
  }
  .support .in .rgt li .sttl span {
    padding: 15px 15px 0 0;
    width: 100%;
  }
  .support .in .rgt li .sttl span:after {
    display: none;
  }
  .support .in .rgt li p,
  .support .in .rgt li dl {
    width: 100%;
  }
  .support .in .rgt li .icon {
    display: none;
  }
  .support .in .rgt .morebtn {
    justify-content: center;
    padding: 10px 10px 5px 10px;
  }
  .support .in .rgt .morebtn span {
    line-height: 1.4;
  }
  .support .in .rgt .morebtn span.en {
    line-height: 1;
  }
}

@media screen and (max-width: 360px) {
  .support .sup_nav ul li {
    width: 130px;
    border-left: none;
  }
  .support .sup_nav ul li a {
    font-size: 12px;
  }
  .support .sup_nav ul li a span {
    min-width: 110px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
