article.pattern1 section.page_title {
  background: url(/img/layout/keyvisual_help.svg) no-repeat #2CB393;
  background-size: cover;
  background-position: 0px;
}
article.pattern1 section.page_title div.container h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container h1 {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
}
article.pattern1 section.page_title div.container div.manager_talk {
  margin-bottom: 20px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
article.pattern1 section.page_title div.container div.manager_talk p.balloon {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2vw;
  padding: 10px 10px 10px 15px;
  width: 80%;
  float: left;
  margin: 0;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 0;
}
article.pattern1 section.page_title div.container div.manager_talk p.balloon:before {
  left: -15px;
  content: "";
  display: block;
  top: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 30px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk p.balloon {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2vw;
    padding: 10px 10px 10px 15px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin-bottom: 40px;
    margin: 0 0 30px 0;
  }
  article.pattern1 section.page_title div.container div.manager_talk p.balloon:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: -9px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
    z-index: 1;
  }
  article.pattern1 section.page_title div.container div.manager_talk p.balloon:after {
    border: 10px solid transparent;
    border-bottom-color: #d9d9d9;
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
  }
}
article.pattern1 section.page_title div.container div.manager_talk div.manager_info {
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk div.manager_info {
    margin: 0;
    width: 100%;
  }
}
article.pattern1 section.page_title div.container div.manager_talk div.manager_info img.manager.circle {
  width: 84px;
}
@media screen and (max-width: 767px) {
  article.pattern1 section.page_title div.container div.manager_talk div.manager_info img.manager.circle {
    width: 64px;
  }
}
article.pattern1 section.page_title div.container p.sub {
  display: inline-block;
}

input[type=radio] + label::before {
  display: none;
}

input[type=radio]:checked + label::after {
  display: none;
}

.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.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;
  }
  .pt1 ul, .pt2 .tab_content ul {
    display: block;
    border-spacing: 2px 0;
  }
  .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}