/*---------------------------------
* コンテンツ
---------------------------------*/

.usersupport .support_mv .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usersupport .support_content .main_contents {
  padding: 0 0 40px;
  font-size: 16px;
  color: #222222;
  line-height: 1.8;
}

.usersupport .support_content .main_contents p {
  margin-bottom: 30px;
}

.usersupport .support_content .main_contents a,
.usersupport .support_content .text_and_link a {
  color: #1D8E76;
  text-decoration: underline;
}

.usersupport .support_content .main_contents a:hover,
.usersupport .support_content .text_and_link a:hover {
  text-decoration: none;
}

.support_mv.support_detail_mv {
  background: linear-gradient(to right, #BAF7E7, #BEDBFD);
  padding: 0;
  height: 173px;
}

.usersupport._detail .support_mv.support_detail_mv h1,
.usersupport._detail .support_mv.support_detail_mv p {
  margin-top: 0;
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.73;
}

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

  .usersupport._detail .support_mv.support_detail_mv h1,
  .usersupport._detail .support_mv.support_detail_mv p {
    font-size: 26px;
  }
}

.usersupport._detail .support_content h1 {
  border-bottom: none;
  font-size: 28px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #1D8E76;
}

.usersupport._detail .support_content h2 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.65;
  padding-left: 18px;
  border-left: 3px solid #1D8E76;
  margin-bottom: 50px;
  text-align: left;
  color: #222;
  padding-bottom: 0;
}

.usersupport._detail .support_content h3 {
  color: #1D8E76;
  font-size: 20px;
  line-height: 1.65;
  font-weight: bold;
  border-left: 0;
  margin-bottom: 50px;
  padding-left: 0;
}

.usersupport._detail .support_content h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  line-height: 1.5;
  border-bottom: 1px solid #22304F;
}

.usersupport._detail .support_content h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  line-height: 1.5;
}


.indent_txt {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.pagelink_wrap {
  margin: 36px 0 100px;
}

.pagelink_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pagelink_flex li {
  margin-right: 13px;
  margin-bottom: 13px;
}

.pagelink_flex li:nth-of-type(4n) {
  margin-right: 0;
}

.pagelink_flex a {
  display: flex;
  align-items: center;
  width: 262px;
  height: 60px;
  border: 1px solid #A5A5A5;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  line-height: 1.2;
}

.pagelink_flex a:hover {
  background-color: #222222;
  color: #fff;
}

.pagelink_flex a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  right: 12px;
}

.pagelink_flex a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .pagelink_flex {
    flex-direction: column;
  }

  .pagelink_flex a {
    width: 100%;
  }

  .pagelink_flex li {
    margin-right: 0;
  }
}

.usersupport .support_content .main_contents ul {
  margin: 0 auto 30px;
}

.usersupport .support_content .main_contents ul li {
  padding-left: 30px;
  text-indent: -30px;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .main_contents ul li {
    margin-bottom: 1em;
  }
}

.usersupport .support_content .main_contents ul li span {
  padding-right: 20px;
  color: #1d8e76;
  font-size: 12px;
}

.usersupport .support_content .main_contents ul li a {
  color: #1d8e76;
  text-decoration: none;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .main_contents ul li a {
    display: block;
    margin-left: 0;
    padding-left: 30px;
  }
}

.usersupport .support_content .main_contents ul li a::after {
  content: url("../img/support/arrow.svg");
  margin-left: 17px;
}

.usersupport .support_content .main_contents ul li a:hover {
  text-decoration: underline;
  color: #1D8E76;
}

.usersupport .support_content .list-table {
  margin: 0 auto 95px;
}

.usersupport .support_content .list-table li {
  display: flex;
  align-items: center;
  border-top: 1px solid #c6c6c6;
  min-height: 64px;
  padding: 20px 0;
  box-sizing: border-box;
  padding-left: 20px;
  text-indent: -20px;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .list-table li {
    display: block;
    text-align: center;
  }
}

.usersupport .support_content .list-table li:last-child {
  border-bottom: 1px solid #c6c6c6;
}

.usersupport .support_content .list-table li span.list-wrap {
  line-height: 1.7;
}

.usersupport .support_content .list-table li span:not(.list-wrap) {
  padding-right: 10px;
  color: #1d8e76;
  font-size: 12px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .list-table li span:not(.list-wrap) {
    flex-wrap: wrap;
  }
}

.usersupport .support_content .list-table li a {
  position: relative;
  margin-left: auto;
  width: 169px;
  height: 47px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #222;
  border: 1px solid #222;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .list-table li a {
    margin: 20px auto 0;
  }
}

.usersupport .support_content .list-table li a::after {
  content: url("../img/support/arrow-w.svg");
  right: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.usersupport .support_content .list-table li a:hover {
  background: #fff;
  color: #222;
}

.usersupport .support_content .list-table li a:hover::after {
  content: url("../img/support/arrow-w-on.svg");
}

.usersupport .support_content .list_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.usersupport .support_content .list_2col li {
  width: calc(48% - 30px);
  margin-bottom: 15px;
}

.usersupport .support_content ul.list_2col li a {
  margin-left: 0;
}

.usersupport .support_content .list_2col li a::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .list_2col {
    flex-direction: column;
  }

  .usersupport .support_content .list_2col li {
    width: 100%;
  }
}

.usersupport .support_content .text_and_link {
  margin-bottom: 30px;
  padding: 0 0 30px;
}

.usersupport .support_content .text_and_link p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.usersupport .support_content .text_and_link a.btn-gr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 520px;
  margin: 0 auto 14px;
  width: 100%;
  min-height: 47px;
  color: #fff;
  border: 1px solid #1d8e76;
  background: #1d8e76;
  font-size: 12px;
  border-radius: 10px;
  line-height: 1.5;
  padding: 10px 30px 10px 20px;
  box-sizing: border-box;
  text-decoration: none !important;
}

.usersupport .support_content .text_and_link a.btn-gr::after {
  content: url("../img/support/arrow-w.svg");
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.usersupport .support_content .text_and_link a.btn-gr:hover {
  background: #fff;
  color: #1d8e76;
}

.usersupport .support_content .text_and_link a.btn-gr:hover::after {
  content: url("../img/support/arrow-g.svg");
}

.usersupport .support_content .textbox_glay {
  margin: 0 auto 60px;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 40px 67px 45px;
}

.usersupport .support_content .textbox_glay p.title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.usersupport .support_content .textbox_glay p.title::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: #1d8e76;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.usersupport .support_content .textbox_glay p:not(.title) {
  line-height: 1.8;
  padding: 1em 0;
}

.usersupport .support_content .textbox_glay li {
  display: flex;
  margin-bottom: 13px;
  line-height: 1.78;
}

.usersupport .support_content .textbox_glay li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  background: #1d8e76;
  border-radius: 100vh;
  margin-right: 20px;
}

.usersupport .support_content .textbox_glay li span {
  flex: 1;
}

.usersupport .support_content .textbox_glay li:last-child {
  margin-bottom: 0;
}

.usersupport .support_content .textbox_glay a {
  color: #1D8E76;
  text-decoration: underline;
}

.usersupport .support_content .textbox_glay a:hover {
  text-decoration: none;
}

.usersupport .support_content .textbox_whiteWrap {
  margin: 0 auto 65px;
}

.usersupport .support_content .textbox_whiteWrap a {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 40px 67px 45px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s linear;
}

.usersupport .support_content .textbox_white p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1d8e76;
  line-height: 1.65;
}

.usersupport .support_content .textbox_white p:not(.title) {
  line-height: 1.8;
}

.usersupport .support_content .textbox_whiteWrap a:hover {
  transform: scale(1.05);
}

.usersupport .support_content .textbox_white_2col {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}

.usersupport .support_content .textbox_white_2col a {
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 40px 54px 45px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.usersupport .support_content .textbox_white_2col a:nth-child(odd) {
  margin-right: 40px;
}

.usersupport .support_content .textbox_white_2col a:hover {
  transform: scale(1.05);
}

.usersupport .support_content .textbox_greenWrap {
  margin: 0 auto 65px;
}

.usersupport .support_content .textbox_greenWrap a {
  display: block;
  position: relative;
  background: #dff8f3;
  border: 1px solid #1d8e76;
  border-radius: 15px;
  padding: 40px 67px 45px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08);
}

.usersupport .support_content .textbox_green p.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1d8e76;
  line-height: 1.65;
}

.usersupport .support_content .textbox_green p:not(.title) {
  line-height: 1.8;
  text-align: center;
}

.usersupport .support_content .textbox_greenWrap a:hover {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content .textbox_white_2col a {
    width: 100%;
    margin-bottom: 30px;
  }

  .usersupport .support_content .textbox_white_2col a:nth-child(odd) {
    margin-right: 0;
  }

  .usersupport .support_content .textbox_green p.title {
    font-size: 18px;
  }

  .usersupport .support_content .textbox_white p.title {
    font-size: 18px;
  }
}

.usersupport .support_content .textbox_white_2col .textbox_white_col p.title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1d8e76;
}

.usersupport .support_content .textbox_white_2col .textbox_white_col p:not(.title) {
  line-height: 1.8;
}

.usersupport .support_content table {
  margin: 0 auto 65px;
  width: 1090px;
  font-size: 16px;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
}

.usersupport .support_content table th {
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 30px 10px;
  line-height: 1.7;
}

.usersupport .support_content table th:first-child {
  width: 263px;
}

.usersupport .support_content table td {
  padding: 17px;
  line-height: 1.7;
  vertical-align: middle;
}

.usersupport .support_content table td a {
  display: flex;
}

.usersupport .support_content table td a::after {
  content: url("../img/support/table-arrow.svg");
  margin-left: 10px;
}

.usersupport .support_content table td a:hover {
  text-decoration: underline;
}

.usersupport .support_content table th,
.usersupport .support_content table td {
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
}

.usersupport .support_content table.table-gr thead tr th {
  background: #1d8e76;
  color: #fff;
}

.usersupport .support_content table.table-gr tbody tr th {
  background: #d5f0eb;
  color: #1d8e76;
}

.usersupport .support_content table.table-gr tbody tr th.bg_white {
  background: #fff;
}

.usersupport .support_content table.table-gr tbody td a:hover {
  color: #1d8e76;
}

.usersupport .support_content table.table-bl thead tr th {
  background: #246bb2;
  color: #fff;
}

.usersupport .support_content table.table-bl tbody tr th {
  background: #d7e7f9;
  color: #246bb2;
}

.usersupport .support_content table.table-bl tbody tr td a {
  display: flex;
}

.usersupport .support_content table.table-bl tbody tr td a::after {
  content: url("../img/support/table-arrow-bl.svg");
  margin-left: 10px;
}

.usersupport .support_content table.table-bl tbody tr td a:hover {
  color: #246bb2;
}

.table-wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .usersupport .support_content table {
    margin: 0;
  }

  .table-wrap {
    overflow: scroll;
    margin-bottom: 50px;
  }
}

.dl_list_3col {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.dl_list_3col li {
  width: 336px;
  margin-right: 40px;
  margin-bottom: 50px;
}

.dl_list_3col li:nth-of-type(3n) {
  margin-right: 0;
}

.dl_list_cont01 a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 20px 20px 30px;
  margin-bottom: 25px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08);
}

.dl_list_cont01 a:hover {
  transform: scale(1.05);
}

.dl_list_cont01 p.dl_list_cont01Text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1D8E76;
  line-height: 1.5;
}

.dl_list_cont01 p.dl_list_cont01Img {
  width: 270px;
  margin: 0 auto;
}

.dl_list_link a {
  color: #1D8E76;
}

.dl_list_link a::after {
  content: url(../img/support/arrow.svg);
  margin-left: 17px;
}

.dl_list_link a:hover {
  text-decoration: underline;
  color: #1D8E76;
}

@media screen and (max-width: 768px) {
  .dl_list_3col {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .dl_list_3col li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

}

.ibox_2col {
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ibox_2col li {
  width: calc((100% - 40px) / 2);
}

.ibox_2col li:nth-child(odd) {
  margin-right: 40px;
}

.ibox_2col a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s linear;
}

.ibox_2col a:hover {
  transform: scale(1.05);
}

.ibox_2col_item p.ibox_2colImg {
  width: 35%;
  text-align: center;
}

.ibox_2col_item p.ibox_2colText {
  font-size: 18px;
  font-weight: bold;
  color: #1D8E76;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .ibox_2col {
    flex-direction: column;
  }

  .ibox_2col li {
    width: 100%;
  }

  .ibox_2col li:nth-child(odd) {
    margin-right: 0px;
  }
}

.usersupport._detail table.table-vertical tbody th {
  background: #1D8E76;
  color: #fff;
  width: auto;
}

.usersupport._detail .faq-pagelink {
  background: #D5F0EB;
  padding: 60px 0;
  margin: 0 0 60px;
}

.usersupport._detail .faq-pagelink h2 {
  text-align: center;
  border-left: none;
  color: #1D8E76;
  font-size: 23px;
  margin-bottom: 30px;
  padding-left: 0;
}

.usersupport._detail .faq-pagelink ul {
  background: #fff;
  padding: 30px 50px;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .usersupport._detail .faq-pagelink ul {
    padding: 20px;
  }
}

.usersupport._detail .faq-pagelink ul li {
  padding: 14px 40px 14px 20px;
  position: relative;
}

.usersupport._detail .faq-pagelink ul li:not(:last-child) {
  border-bottom: 1px solid #BBE2DB;
}

.usersupport._detail .faq-pagelink ul li span {
  display: block;
}

.usersupport._detail .faq-pagelink ul li span.faq-pagelink_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  margin-right: 20px;
}

.usersupport._detail .faq-pagelink ul li span.faq-pagelink_text {
  font-size: 14px;
  padding-top: 7px;
  margin-right: 30px;
  line-height: 1.5;
}

.usersupport._detail .faq-pagelink ul li a {
  display: block;
  background: url("../img/support/faq-pagelink-arrow.svg") no-repeat right center;
}

.usersupport._detail .faq-pagelink ul li a:hover {
  color: #1D8E76;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.usersupport._detail table.faq-table thead th {
  background: #1D8E76;
  color: #fff;
}

.usersupport._detail table.faq-table thead th:nth-child(1) {
  width: 600px;
}

.usersupport._detail table.faq-table tbody tr td {
  font-size: 16px;
}

.usersupport._detail table.faq-table tbody tr td a {
  position: relative;
  padding-right: 65px;
}

.usersupport._detail table.faq-table tbody tr td a::after {
  content: url("../img/support/faq-table-arrow.svg");
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.usersupport._detail table.faq-table tbody tr td a:hover {
  color: #1D8E76;
  text-decoration: none;
}

.usersupport._detail table.faq-table tbody tr td:nth-child(1) {
  font-weight: bold;
}

.faq_detail_btn {
  margin-top: 70px;
}

.faq_detail_btn a {
  background-color: #222222;
  border-radius: 10px;
  color: #fff;
  width: 214px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  border: 1px solid #222222;
  box-sizing: border-box;
}

.faq_detail_btn a:hover {
  background-color: #fff;
  color: #222222;
}

.usersupport .support_content ul.faq_list {
  padding: 0 0 40px;
}

.usersupport .support_content ul.faq_list li {
  margin-bottom: 13px;
  line-height: 1.78;
}

.usersupport .support_content ul.faq_list li a {
  display: block;
  padding-left: 30px;
  text-indent: -30px;
}

.usersupport .support_content ul.faq_list li a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/support/q.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.4em;
  vertical-align: middle;
}

.usersupport .support_content ul.faq_list li a:hover {
  color: #1D8E76;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.usersupport._detail .support_download {
  background: url("../img/support/dlbg.png") no-repeat center right/cover;
  padding: 60px 0;
  margin: 0 0 60px;
}

.usersupport._detail .support_download p {
  color: #fff;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.usersupport._detail .support_download .dl-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 298px;
  height: 64px;
  background: #EFA500;
  border: 1px solid #EFA500;
  border-radius: 10px;
}

.usersupport._detail .support_download .dl-btn a span {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  position: relative;
}

.usersupport._detail .support_download .dl-btn a span::before {
  content: url("../img/support/dlicon.svg");
  padding-right: 20px;
}

.usersupport._detail .support_download .dl-btn a:hover {
  background: #fff;
}

.usersupport._detail .support_download .dl-btn a:hover span {
  color: #EFA500;
}

.usersupport._detail .support_download .dl-btn a:hover span::before {
  content: url("../img/support/dlicon-on.svg");
}

.usersupport._detail .support_download .list_simple {
  max-width: 958px;
  border-radius: 15px;
  background: #fff;
  padding: 30px 50px;
  margin-top: 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .usersupport._detail .support_download .list_simple {
    padding: 20px;
  }
}

.usersupport._detail .support_download .list_simple li {
  padding-left: 30px;
  text-indent: -30px;
  margin-bottom: 13px;
  line-height: 1.8;
}

.usersupport._detail .support_download .list_simple li:not(:last-child) {
  line-height: 1.7;
}

.usersupport._detail .support_download .list_simple li span {
  padding-right: 20px;
  color: #1D8E76;
  font-size: 12px;
  position: relative;
  top: -2px;
}

.usersupport._detail .text_and_img_l {
  margin: 60px auto;
}

.usersupport._detail .text_and_img_l p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.usersupport._detail .text_and_img_l .pic {
  text-align: center;
}

.usersupport._detail .text_and_img_l .pic img {
  margin: 0 auto 15px;
}

.usersupport._detail .text_and_img_l .pic a {
  display: inline-block;
  text-decoration: none;
}

.usersupport._detail .text_and_img_l .pic a span {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #222;
  margin: 20px 0 0;
  -moz-text-align-last: left;
  text-align-last: left;
  transition: all 0.3s ease;
}

.usersupport._detail .text_and_img_l .pic a span svg {
  width: 20px;
  fill: #222;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.usersupport._detail .text_and_img_l a,
.usersupport._detail .text_and_img_s a {
  color: #1D8E76;
  text-decoration: underline;
}

.usersupport._detail .text_and_img_l a:hover,
.usersupport._detail .text_and_img_s a:hover {
  text-decoration: none;
}

.usersupport._detail .text_and_img_l .pic figcaption,
.usersupport._detail .text_and_img_s .pic figcaption,
.usersupport._detail .text_and_img_l .pic a figcaption,
.usersupport._detail .text_and_img_s .pic a figcaption {
  color: #222;
  font-size: 12px;
}

.usersupport._detail .text_and_img_l .pic a:hover {
  opacity: 0.8;
}

.usersupport._detail .text_and_img_l .pic a:hover figcaption,
.usersupport._detail .text_and_img_s .pic a:hover figcaption {
  color: #1D8E76;
}

.usersupport._detail .text_and_img_l .pic a:hover span {
  color: #1D8E76;
}

.usersupport._detail .text_and_img_l .pic a:hover svg {
  fill: #1D8E76;
}

.usersupport._detail .text_and_img_s {
  margin: 60px auto;
}

.usersupport._detail .text_and_img_s::after {
  content: "";
  display: block;
  clear: both;
}

.usersupport._detail .text_and_img_s p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  float: left;
  width: calc(100% - 425px);
}

@media screen and (max-width: 768px) {
  .usersupport._detail .text_and_img_s p {
    width: 100%;
    float: none;
  }
}

.usersupport._detail .text_and_img_s .pic {
  text-align: center;
  float: right;
  width: 383px;
  margin-left: 42px;
}

@media screen and (max-width: 768px) {
  .usersupport._detail .text_and_img_s .pic {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.usersupport._detail .text_and_img_s .pic img {
  margin: 0 auto 15px;
}

.usersupport._detail .text_and_img_s .pic a {
  display: inline-block;
  text-decoration: none;
}

.usersupport._detail .text_and_img_s .pic a span {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #222;
  text-decoration: none;
  margin: 20px 0 0;
  -moz-text-align-last: left;
  text-align-last: left;
  transition: all 0.3s ease;
}

.usersupport._detail .text_and_img_s .pic a span svg {
  width: 20px;
  fill: #222;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.usersupport._detail .text_and_img_s .pic a figcaption {
  color: #222;
  font-size: 12px;
}

.usersupport._detail .text_and_img_s .pic a:hover {
  opacity: 0.8;
}

.usersupport._detail .text_and_img_s .pic a:hover figcaption {
  color: #1D8E76;
}

.usersupport._detail .text_and_img_s .pic a:hover span {
  color: #1D8E76;
}

.usersupport._detail .text_and_img_s .pic a:hover svg {
  fill: #1D8E76;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比（高さ ÷ 幅）×100 */
  margin-bottom: 90px;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1.faq_ttl {
  margin-bottom: 30px !important;
}

.faq_cat {
  display: inline-block;
  background-color: #7ED5C2;
  color: #fff;
  border-radius: 15px;
  padding: 8px 36px;
  line-height: 1.3;
  margin-bottom: 60px;
}

.indentFrameColored {
  display: block;
  /* width: 100%; */
  font-size: 16px;
  padding: 10px;
  background: #EEEEEE;
}

/* 追加 */

.list_3col {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.list_3col li {
  width: 336px;
  margin-right: 40px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #dff8f3;
  border-radius: 15px;
  border: 1px solid #1d8e76;
  padding: 20px 20px 30px;
  margin-bottom: 25px;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08);
}

.list_3col li:nth-of-type(3n) {
  margin-right: 0;
}

.list_3col_cont01Title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1D8E76;
  line-height: 1.5;
}

.list_3col_cont01Text {
  width: 87%;
  margin: 10px auto;
  line-height: 1.52;
}

@media screen and (max-width: 768px) {
  .list_3col {
    margin-bottom: 40px;
    flex-direction: column;
  }

  .list_3col li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

}

.no-change-alert {
  font-size: 1.2em;
  line-height: 1.52;
  color: #c00;
  font-weight: bold;
  text-align: center;
  border: 2px solid #c00;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  background-color: #fff8f8;
}

.faq-container {
  max-width: 1090px;
  margin: 0 auto;
}

.faq-card {
  background-color: #dff8f3;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .faq-card {
    padding: 32px;
  }
}

.faq-question-wrapper {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.icon-circle-q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
  background-color: #1D8E76;
  color: #ffffff;
  font-size: 1.5rem;
}

.faq-question {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.625;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .faq-question {
    font-size: 1.8rem;
  }
}

.faq-answer-wrapper {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.icon-circle-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
  background-color: #ffffff;
  color: #1D8E76;
  border: 2px solid #1D8E76;
  font-size: 1.5rem;
}

.answer-text {
  line-height: 1.625;
  margin: 0;
  padding-top: 2px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .answer-text {
    font-size: 1.5rem;
  }
}

.answer-text p {
  margin: 0;
}
