@charset "UTF-8";
.help_inner .container {
  max-width: 720px;
}

.help_form {
  padding: 30px 0 20px;
  margin-bottom: 60px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 50px;
}

.title::after {
  content: "";
  border: 1px solid;
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 30px;
}

.title_02 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2CB393;
}

.pt1 h2 {
  text-align: center;
  font-size: 26px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 30px;
}

.pt1 h2 img {
  margin: 0 10px 5px 0;
  width: 45px;
  vertical-align: middle;
}

.pt1 ul {
  display: table;
  width: 100%;
  border-spacing: 15px 0;
}

.pt1.detail ul {
  display: block;
}

.pt1.detail ul li {
  width: 100%;
  max-width: 100%;
  padding: 20px 15px;
}

.pt1.detail ul li:nth-child(2)::before {
  content: "A";
  display: inline-block;
  background: #ff873c;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.pt1.detail ul li:nth-child(2),
.pt1.search ul li:nth-child(2) span {
  font-weight: normal;
}

.pt1.detail ul li:nth-child(2) .inner {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: table-cell;
  width: 100%;
  word-break: break-all;
}

.pt1.search {
  margin-bottom: 30px;
}

.pt1.search a {
  display: block;
  transition: all 0.3s ease;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}

.pt1.search a:last-child {
  border-bottom: none;
}

.pt1.search a:hover {
  background: #f7f7f7;
}

.pt1.search ul li span {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: table-cell;
  width: 100%;
}

.pt1 ul li {
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 420px;
  width: 49%;
  display: inline-table;
  box-sizing: border-box;
}

.pt1 ul li:hover {
  background: #f7f7f7;
}

.pt1.detail ul li:hover {
  background: none;
}

.pt1.detail ul li span {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: table-cell;
  width: 100%;
  word-break: break-all;
}

.pt1 ul li::before {
  content: "Q";
  display: inline-block;
  background: #34b293;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
  border-radius: 4px;
}

.pt1 ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: table-cell;
  width: 100%;
  word-break: break-all;
  padding: 15px 0;
}

.pt1 ul li .d_inner {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  display: table-cell;
  width: 100%;
  word-break: break-all;
}

.pt1 ul li .d_inner a {
  display: inline;
  color: #2bb393;
  text-decoration: underline;
  font-weight: normal;
}

.pt1 ul li .d_inner a:hover {
  text-decoration: none;
}

.pt1 ul li .d_inner p {
  margin-bottom: 20px;
}

.pt1 ul li .d_inner ul {
  display: inline;
}

.pt1 ul li .d_inner ul li {
  padding: 0;
  line-height: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: auto;
  width: auto;
  display: block;
  box-sizing: border-box;
}

.pt1 ul li .d_inner ul li::before,
.pt1 ul li .d_inner ul li:nth-child(2)::before {
  content: "・";
  display: inline;
  background: none;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  color: #000;
  margin-right: 0;
}

.pt1.search a {
  display: block;
  transition: all 0.3s ease;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}

.help_inner {
  background: #fff;
}

.help_inner .container {
  max-width: 720px;
}

.border-radius {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 5% 3%;
  }
  .title_02 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pt1 ul li::before {
    padding: 5px 2px 0px 3px;
  }
  .pt1.detail ul li {
    padding: 5px 0;
  }
  .pt1.search a {
    padding: 10px 10px;
  }
  article.pattern1.help section.page_title div.container h1 {
    text-align: center;
    margin: 0;
    font-size: 22px;
  }
  .pt1 ul, .pt2 .tab_content ul {
    display: block;
    border-spacing: 2px 0;
  }
  .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}