.ttl_t1 {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: url(../img/index/ttl_t1_deco.png) repeat-x center bottom/auto;
  padding: 0 20px 18px;
}
.ttl_t1 span {
  display: block;
  font-weight: bold;
}
.ttl_t1 span:first-child {
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 5px;
}
.ttl_t1 span:last-child {
  font-size: 32px;
  letter-spacing: 5px;
}

h2.main-ttl2 {
  font-size: 23px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
h2.main-ttl2::before {
  content: "";
  width: 100%;
  border-top: 3px dotted #fcd13e;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
h2.main-ttl2 span {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  h2.main-ttl2 span {
    padding: 0 10px;
  }
}

#bnr-fix {
  padding: 35px 0 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: url(../img/jigyousha/fix_bg.png) repeat-x center top/1000px 100%;
}
#bnr-fix ul {
  display: flex;
  justify-content: center;
}
#bnr-fix ul li {
  width: 49%;
  max-width: 320px;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: "FOT-Seurat Pro UB";
}
#bnr-fix ul li .btn-bnr {
  margin-bottom: 10px;
}
#bnr-fix ul li .btn-bnr img {
  width: 100%;
  height: auto;
  border-radius: 0 30px 30px 0;
}
#bnr-fix ul li h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
#bnr-fix .ft-bot {
  background: #e3f3f8;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.3s;
  margin-bottom: -50px;
}
#bnr-fix .ft-bot.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  #bnr-fix {
    background: url("../img/jigyousha/fix_bg.png") repeat-x center top/800px 100%;
    padding: 40px 0 0;
  }
  #bnr-fix ul li {
    width: 250px;
  }
  #bnr-fix ul li .btn-bnr img {
    border-radius: 0 25px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  #bnr-fix {
    padding: 20px 0 0;
  }
  #bnr-fix .wrap {
    padding: 0;
  }
  #bnr-fix ul li {
    width: 165px;
  }
  #bnr-fix ul li .btn-bnr {
    margin-bottom: 5px;
  }
  #bnr-fix ul li .btn-bnr img {
    border-radius: 0 15px 15px 0;
  }
  #bnr-fix ul li h3 {
    font-size: 10px;
  }
  #bnr-fix .ft-bot {
    font-size: 12px;
  }
}

#sec-qa {
  padding: 170px 0 100px;
}
#sec-qa .ttl_t1 {
  position: relative;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
  background: url(../img/index/ttl_t1_deco.png) repeat-x center bottom/auto;
  padding: 0 20px 18px;
}
#sec-qa .ttl_t1::before {
  content: "";
  background: url(../img/jigyousha/ttl_qa_deco.png) no-repeat 0 0/100%;
  width: 150px;
  height: 200px;
  left: -100px;
  top: -60px;
  position: absolute;
}
#sec-qa .ttl_t1 span {
  display: block;
  font-weight: bold;
}
#sec-qa .ttl_t1 span:first-child {
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 5px;
}
#sec-qa .ttl_t1 span:last-child {
  font-size: 32px;
  letter-spacing: 5px;
}
#sec-qa .faq-item {
  margin-bottom: 25px;
  padding: 20px 40px;
  background: #fff;
  border-radius: 20px;
}
#sec-qa .question {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 600;
}
#sec-qa .q-text {
  font-size: 20px;
  flex: 1;
}
#sec-qa .toggle {
  font-size: 30px;
  color: #a1d8e6;
  margin-left: 8px;
}
#sec-qa .answer {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 16px;
}
#sec-qa .answer div {
  display: flex;
  gap: 0 10px;
}
#sec-qa .a-bubble {
  background: #fcd13e;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 12px;
  box-sizing: border-box;
  padding: 12px;
  font-size: 25px;
}
#sec-qa .answer p {
  line-height: 1.5;
}
#sec-qa .answer p:first-of-type {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #sec-qa .ttl_t1::before {
    width: 100px;
    height: 80px;
    left: -30px;
    top: -50px;
  }
  #sec-qa .faq-item {
    padding: 20px 25px;
  }
  #sec-qa {
    padding: 100px 0 50px;
  }
}
#sec-404 {
  padding-top: 100px;
  min-height: 300px;
}
#sec-404 .desc-404 span {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  color: #0f98bb;
}
#sec-404 .desc-404 span:first-child {
  font-size: 100px;
  line-height: 100px;
}
#sec-404 .desc-404 span:last-child {
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #sec-404 .desc-404 span:first-child {
    font-size: 80px;
    line-height: 80px;
  }
  #sec-404 .desc-404 span:last-child {
    font-size: 25px;
    line-height: 25px;
  }
}/*# sourceMappingURL=global.css.map */

/* Page Single Styles - Similar to post_id.css */
#page-single {
  padding: 50px 0 100px;
}
#page-single h2.main-ttl2 {
  margin-bottom: 50px;
}
#page-single .page-box-content {
  background: #fffaec;
  border-radius: 80px;
  overflow: hidden;
}
#page-single .page-content-inner {
  padding: 60px 80px 80px;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 500;
}
#page-single .page-content-inner > *:first-child {
  margin-top: 0;
}
#page-single .page-content-inner > *:last-child {
  margin-bottom: 0;
}
#page-single .page-content-inner h1,
#page-single .page-content-inner h2,
#page-single .page-content-inner h3,
#page-single .page-content-inner h4 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #0f98bb;
  line-height: 1.4;
}
#page-single .page-content-inner h1:first-child,
#page-single .page-content-inner h2:first-child,
#page-single .page-content-inner h3:first-child,
#page-single .page-content-inner h4:first-child {
  margin-top: 0;
}
#page-single .page-content-inner h1 {
  font-size: 28px;
  padding-bottom: 15px;
  border-bottom: 3px solid #fcd13e;
}
#page-single .page-content-inner h2 {
  font-size: 24px;
  padding-left: 20px;
  border-left: 5px solid #fcd13e;
}
#page-single .page-content-inner h3 {
  font-size: 21px;
  padding-left: 15px;
  border-left: 3px solid #fcd13e;
}
#page-single .page-content-inner h4 {
  font-size: 18px;
}
#page-single .page-content-inner p {
  margin-bottom: 25px;
}
#page-single .page-content-inner ul,
#page-single .page-content-inner ol {
  margin-bottom: 30px;
  padding-left: 40px;
}
#page-single .page-content-inner ul li,
#page-single .page-content-inner ol li {
  margin-bottom: 12px;
  line-height: 1.8;
  position: relative;
}
#page-single .page-content-inner ul li::before {
  content: "";
  background: #fcd13e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 12px;
}
#page-single .page-content-inner a {
  color: #0f98bb;
  text-decoration: underline;
  font-weight: 600;
}
#page-single .page-content-inner a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#page-single .page-content-inner img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 35px 0;
  display: block;
}
#page-single .page-content-inner blockquote {
  background: #fff;
  border-left: 5px solid #fcd13e;
  padding: 25px 35px;
  margin: 35px 0;
  border-radius: 15px;
  font-style: italic;
  position: relative;
}
#page-single .page-content-inner blockquote::before {
  content: """;
  font-size: 60px;
  color: #fcd13e;
  position: absolute;
  top: -10px;
  left: 10px;
  line-height: 1;
  font-style: normal;
}
#page-single .page-content-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#page-single .page-content-inner table th,
#page-single .page-content-inner table td {
  border: 2px solid #feedb2;
  padding: 15px 20px;
  text-align: left;
}
#page-single .page-content-inner table th {
  background: #feedb2;
  font-weight: 700;
  text-align: center;
}
#page-single .page-content-inner table td {
  background: #fff;
}
#page-single .page-content-inner hr {
  border: none;
  border-top: 2px dotted #fcd13e;
  margin: 40px 0;
}
#page-single .page-content-inner strong,
#page-single .page-content-inner b {
  font-weight: 700;
  color: #0f98bb;
}
#page-single .page-content-inner dl {
  margin-bottom: 30px;
}
#page-single .page-content-inner dl dt {
  background: #feedb2;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
#page-single .page-content-inner dl dd {
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  #page-single {
    padding: 40px 0 80px;
  }
  #page-single h2.main-ttl2 {
    margin-bottom: 40px;
  }
  #page-single .page-box-content {
    border-radius: 60px;
  }
  #page-single .page-content-inner {
    padding: 50px 50px 60px;
    font-size: 16px;
  }
  #page-single .page-content-inner h1 {
    font-size: 24px;
  }
  #page-single .page-content-inner h2 {
    font-size: 21px;
  }
  #page-single .page-content-inner h3 {
    font-size: 18px;
  }
  #page-single .page-content-inner h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page-single {
    padding: 30px 0 60px;
  }
  #page-single h2.main-ttl2 {
    margin-bottom: 30px;
  }
  #page-single .page-box-content {
    border-radius: 40px;
  }
  #page-single .page-content-inner {
    padding: 35px 30px 50px;
    font-size: 15px;
  }
  #page-single .page-content-inner h1 {
    font-size: 21px;
    margin-top: 30px;
    padding-bottom: 12px;
  }
  #page-single .page-content-inner h2 {
    font-size: 18px;
    margin-top: 30px;
    padding-left: 15px;
  }
  #page-single .page-content-inner h3 {
    font-size: 16px;
    margin-top: 25px;
    padding-left: 12px;
  }
  #page-single .page-content-inner h4 {
    font-size: 15px;
    margin-top: 25px;
  }
  #page-single .page-content-inner p {
    margin-bottom: 20px;
  }
  #page-single .page-content-inner ul,
  #page-single .page-content-inner ol {
    padding-left: 30px;
    margin-bottom: 25px;
  }
  #page-single .page-content-inner ul li,
  #page-single .page-content-inner ol li {
    margin-bottom: 10px;
  }
  #page-single .page-content-inner ul li::before {
    left: -18px;
    top: 10px;
    width: 6px;
    height: 6px;
  }
  #page-single .page-content-inner blockquote {
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 12px;
  }
  #page-single .page-content-inner blockquote::before {
    font-size: 50px;
    top: -8px;
  }
  #page-single .page-content-inner table {
    font-size: 14px;
    margin: 30px 0;
    border-radius: 12px;
  }
  #page-single .page-content-inner table th,
  #page-single .page-content-inner table td {
    padding: 10px 12px;
  }
  #page-single .page-content-inner img {
    margin: 30px 0;
    border-radius: 15px;
  }
  #page-single .page-content-inner hr {
    margin: 30px 0;
  }
  #page-single .page-content-inner dl dt {
    padding: 8px 15px;
    font-size: 14px;
  }
  #page-single .page-content-inner dl dd {
    padding-left: 15px;
    font-size: 14px;
  }
}

