@charset "UTF-8";

/*-------------------------------------------
common
-------------------------------------------*/
a {
  color: #0000ff;
}
a:hover {
  color: #b73f3d;
}
.txt_red {
  color: #b73f3d;
}
.square {
  padding-left: 20px;
  position: relative;
}
.square::before {
  background: url(/useful/castle-faq/assets/image/ico-square.png) no-repeat 0 0 / 100% auto;
  content: "";
  display: block;
  height: 17px;
  left: -2px;
  position: absolute;
  top: 3px;
  width: 17px;
}
figcaption {
  font-size: 14px;
  margin-top: 3px;
  text-align: center;
}
figcaption span {
  padding-left: 20px;
  position: relative;
}
figcaption span::before {
  background: url(/useful/castle-faq/assets/image/ico-triangle.png) no-repeat 0 0 / 100% auto;
  content: "";
  display: block;
  height: 11px;
  left: 2px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 13px;
}
figure img {
  border: 1px solid #969488;
}
@media screen and (max-width: 767px) {
  figure img {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .img_r {
    clear: both;
    float: right;
    margin: 4px 4px 4px 40px;
  }
  .float_right {
    float: right;
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .img_r {
    margin-bottom: 10px;
  }
  .float_right {
    display: block;
  }
}
.lst_dot {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.lst_dot li {
  padding-left: 10px;
  position: relative;
}
.lst_dot li::before {
  background-color: #000;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  top: 11px;
  width: 5px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.middle {
  vertical-align: middle !important;
}
/*-------------------------------------------
table
-------------------------------------------*/
.content_wrap table {
  max-width: max-content;
}
table {
  border: 2px solid #bab0a7;
  border-collapse: collapse;
  margin: 12px auto;
  min-width: 682px;
}
table th {
  background: none repeat scroll 0 0 #f8f2df;
  border: 1px solid #bab0a7;
  padding: 7px 4px;
  text-align: center;
  width: 92px;
}
table td {
  background-color: #fff;
  border: 1px solid #bab0a7;
  line-height: 31px;
  padding: 16px 26px 11px 26px;
  text-align: left;
  vertical-align: top;
}
.no-th-first {
  border-left: none;
  border-top: none;
}
.no-th-first th {
  border-left: 2px solid #bab0a7;
}
.no-th-first tr:first-child th:first-child {
  background: none;
  border: none;
  border-bottom: 2px solid #bab0a7;
  border-right: 2px solid #bab0a7;
}
.no-th-first tr:first-child th {
  border-left: 1px solid #bab0a7;
  border-top: 2px solid #bab0a7;
}
.tbl01 td {
  width: 43.4%;
}
.tbl02 td {
  width: 21.7%;
}
table .middle {
  line-height: 30px;
  padding-left: 19px;
  padding-right: 10px;
}
table tr td.middle:last-child {
  padding-left: 27px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .tbl01 {
    margin-bottom: 39px;
  }
  .tbl02 {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .scroll_block {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
/*-------------------------------------------
Q & A
-------------------------------------------*/
.content_wrap {
  padding-bottom: 32px;
}
.content_wrap::before {
  bottom: -10px;
}
.op_wrap.content_wrap {
  padding-bottom: 53px;
}
.main {
  margin-top: 20px;
}
.sec_qa {
  width: 830px;
  margin: 0 auto;
}
.main .sec_qa:first-child {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .sec_qa {
    padding-bottom: 12px;
  }
  .sec_qa_inner {
    clear: both;
    margin: 5px auto 0;
    padding-top: 4px;
    width: 682px;
  }
  .sec_qa_inner p {
    line-height: 1.82;
  }
  .op_wrap.content_wrap::after {
    background: url(/useful/castle-faq/assets/image/bg-flower.png) no-repeat 0 0/100% auto;
    bottom: 0;
    content: "";
    display: block;
    height: 302px;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content_wrap {
    padding-bottom: 0;
  }
  .op_wrap.content_wrap {
    padding-bottom: 20px;
  }
  .content_wrap::before {
    bottom: -5px;
  }
  .content_wrap::before {
    height: 5px;
  }
  .mod_bnr_feature {
    top: 4px;
  }
  .sec_qa {
    padding-bottom: 25px;
  }
  .main .sec_qa:first-child {
    margin-top: 20px;
  }
}
/*-------------------------------------------
heading
-------------------------------------------*/
.bg_qa_lg {
  border-radius: 0;
  border: none;
}
.bg_qa_lg::after {
  content: none;
}
.bg_qa_pink {
  background-color: #fcecec;
  background-image: none;
  box-shadow: 0px 4px 0 0 #f3d4d4;
}
.bg_qa_lg.bg_qa_pink .ico_question {
  border-bottom-color:#b73f3d;
}
.bg_qa_lg.bg_qa_pink .ico_question:after {
  border-top-color:#b73f3d;
}
@media screen and (min-width: 768px) {
  .bg_qa_lg {
    background: #f6efd7 url(/useful/castle-faq/assets/image/bg-qa.png) repeat right bottom / 100% auto;
    background-repeat: no-repeat;
    float: right;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 23px;
    padding: 13px 20px 8px 84px;
    width: calc(100% - 30px);
  }
  .bg_qa_pink {
    background: #fceded url(/useful/castle-faq/assets/image/bg-qa-pink.png) repeat right bottom / 100% auto;
    background-repeat: no-repeat;
  }
  .ico_question_wrap {
    left: -30px;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 15px);
  }
  .bg_qa_lg .ico_question .question_num {
    font-size: 25px;
    top: 30px;
  }
  .bg_qa_lg .ico_question .question_num span {
    font-size: 18px;
    margin: 3px 1px 0 0;
  }
  .bg_qa_lg .ico_question {
    border: 50px solid transparent;
    border-bottom: 30px solid #002e73;
    margin-right: 17px;
    top: -62px;
  }
  .bg_qa_lg .ico_question:after {
    border: 50px solid transparent;
    border-top: 30px solid #002e73;
    left: -50px;
    top: 30px;
  }
  .qa_txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bg_qa .bg_qa_inner {
    align-items: center;
    color: #000;
    display: flex;
    height: 100%;
    letter-spacing: 0;
    padding: 9px 10px 9px 60px;
    position: relative;
    width: 100%;
  }
  .qa_txt {
    font-size: 17px;
  }
}
/*-------------------------------------------
toggle
-------------------------------------------*/
.js_toggle_btn {
  cursor: pointer;
}
.js_toggle_data {
  display: none;
}
.op .js_toggle_data {
  animation: fadeIn 1s ease 0s 1 alternate;
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js_toggle_btn {
  position: relative;
}
.js_toggle_btn:after {
  background: url(/useful/castle-faq/assets/image/ico-toggle.png) no-repeat 0 0/100% auto;
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  right: 11px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 34px;
}
.op .js_toggle_btn:after {
  transform: translateY(-50%) scale(-1);
}
/*-------------------------------------------
section qa list
-------------------------------------------*/
.sec_qa_lst {
  padding-top: 50px;
}
.sec_qa_lst_inner {
  width: 930px;
  margin: 0 auto;
}
.btn_back {
  align-items: center;
  background-image: linear-gradient(to bottom, #002e73, #002e73), linear-gradient(to top, #f6efd7, #f4eccd);
  border-radius: 10px;
  border: solid 1px #002152;
  box-shadow: 0px 4px 0 0 #001d48;
  color: #fff;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E",
  "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 600;
  height: 45px;
  justify-content: center;
  margin: 31px auto 0;
  padding-right: 17px;
  padding-top: 5px;
  position: relative;
  width: 240px;
  z-index: 1;
}
.btn_back:hover {
  color: #fff;
}
.op_wrap .btn_back {
  margin-top: 0;
}
.btn_back::after {
  background: url(/useful/castle-faq/assets/image/ico-arrow-right-yellow.png) no-repeat 0 0/100% auto;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 59%;
  transform: translateY(-50%);
  width: 10px;
}
.btn_back:hover {
  opacity: .7;
}
.qa_lst {
  background-color: #fff;
  border-bottom: 1px solid #b73f3d;
  border-left: 2px solid #b73f3d;
  border-top: 2px solid #b73f3d;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  position: relative;
  width: 830px;
  z-index: 1;
}
.qa_lst li {
  align-items: center;
  border-bottom: 1px solid #b73f3d;
  border-right: 2px solid #b73f3d;
  display: flex;
  padding: 12px 10px 12px 14px;
  width: 50%;
}
.qa_lst a {
  color:#0000ff;
  font-size: 17px;
  padding-left: 36px;
  text-indent: -36px;
}
.qa_lst a:hover {
  color: #b73f3d;
}
.qa_lst .current {
  color: #000;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mod_ttl_nav {
    opacity: 1;
    width: 500px;
  }
  .mod_ttl_nav:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .qa_lst {
    flex-direction: column;
    margin: 20px auto;
  }
  .qa_lst li {
    width: 100%;
  }
  .sec_qa_lst {
    padding: 20px 20px 0;
  }
  .content_wrap .sec_qa_lst:last-child {
    padding-bottom: 20px;
  }
  .btn_back {
    height: 45px;
    margin-top: 20px;
    width: 240px;
  }
  .mod_ttl_nav {
    height: 50px;
    padding: 0;
  }
  .mod_ttl_nav img {
    height: auto !important;
    width: 220px;
  }
  .mod_ttl_nav:after {
    height: 42px;
    right: 5px;
    width: 42px;
  }
}
.lst_pre_wrap {
  margin: 38px auto 6px;
}
.ttl_h3 {
  border-bottom: 1px solid #b73f3d;
  line-height: 28px;
  padding-left: 25px;
  position: relative;
}
.ttl_h3::before {
  background: url(/useful/castle-faq/assets/image/bg-ttl.png) no-repeat 0 0/100% auto;
  bottom: 0;
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  top: 2px;
  width: 9px;
}
.lst_pre {
  display: grid;
  grid-gap: 19px 38px;
  grid-template-columns: 50% 50%;
  margin: 28px auto 0;
  width: 545px;
}
.lst_pre a {
  color: #0000ff;
  font-weight: 600;
}
.lst_pre a:hover {
  color: #b73f3d;
}
.lst_pre .square {
  padding-left: 22px;
}
.con_box {
  margin-top: 16px;
}
.con_box_tbl {
  margin-top: 8px;
}
.con_box_tbl02 {
  margin-top: 39px;
}
.con_box h4 {
  margin-bottom: 3px;
}
.con_box p {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 10px;
}
.sec_qa_inner p:not(:last-child) {
  margin-bottom: 10px;
}
.list_dot {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10px 0;
}
.list_dot .ind {
  padding-left: 20px;
  text-indent: -20px;
}
.lst_img {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  width: 678px;
}
@media screen and (max-width: 767px) {
  .ttl_h3 {
    padding-bottom: 0;
  }
  .lst_pre,
  .lst_img {
    grid-template-columns: 100%;
  }
  .lst_pre_wrap {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .lst_img figure:not(:last-child) {
    margin-bottom: 20px;
  }
  .con_box_tbl02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 320px) {
  .mod_ttl_nav img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .tbl_sp .tbl01 td {
    width: 38.4%;
  }
  .tbl_sp table td {
    padding: 10px 15px 10px 15px;
  }
  .content_wrap .tbl_sp table {
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .list_dot_mb .square {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_dot_mb .square {
    margin-bottom: 10px;
  }
}

/* =================================================
__日本の城Q&A _qa
================================================== */
.sec_toc {
  background: #f6efd6;
  border: 1px solid #e3d5a5;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 40px 20px;
  width: 760px;
}

.toc_ttl {
  align-items: center;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1.2;
}

.toc_ttl::after,
.toc_ttl::before {
  background: url("/useful/castle-faq/assets/image/ico-toc.png") no-repeat 0 0 / 100% auto;
  content: "";
  display: inline-block;
  flex: 0 0 19px;
  height: 13px;
  margin: 0 20px;
  width: 19px;
}

.toc_subttl {
  border-bottom: 1px solid #b63334;
  font-size: 20px;
  margin-top: 26px;
  padding: 0 0 2px 16px;
  position: relative;
  width: 100%;
}

.toc_subttl::before {
  background: url("/useful/castle-faq/assets/image/bg-ttl-toc-lg.png") repeat-y 0 0 / 100%;
  content: "";
  display: block;
  height: calc(100% - 8px);
  left: 0;
  position: absolute;
  top: 4px;
  width: 8px;
}

.lst_toc {
  counter-reset: level1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
  width: 796px;
}

.lst_toc li {
  counter-increment: level1;
  display: flex;
  margin-top: 10px;
  position: relative;
  width: calc(50% - 4px);
}

.lst_toc li::before {
  background: none;
  color: #000;
  content: "問" counter(level1) ". ";
  display: inline-block;
  font-weight: 600;
  height: auto;
  margin-right: 6px;
  min-width: 50px;
  position: initial;
  transform: none;
  white-space: nowrap;
  width: auto;
}

.lst_toc li a:hover {
  color: #f00;
}

@media screen and (max-width: 767px) {
  .sec_toc {
    padding: 22px 20px 15px;
  }

  .toc_ttl {
    font-size: 18px;
    font-weight: 600;
  }

  .toc_subttl {
    font-size: 18px;
    margin-top: 20px;
  }

  .lst_toc {
    flex-direction: column;
    margin-top: 3px;
    width: auto;
  }

  .lst_toc li {
    font-size: 15px;
    margin-top: 8px;
    width: auto;
  }

  .lst_toc li::before {
    min-width: 47px;
  }
}

.ttl_xl {
  background: #b73f3d;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 11px 50px;
}

.ttl_xl .style {
  align-items: center;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  justify-content: space-between;
  line-height: 1.2;
  min-width: 256px;
}

.ttl_xl .style::after,
.ttl_xl .style::before {
  background: url("/useful/castle-faq/assets/image/ico-ttl-xl.png") no-repeat 0 0 / 100% auto;
  content: "";
  display: inline-block;
  flex: 0 0 25px;
  height: 16px;
  margin: 0 20px;
  width: 25px;
}

.ttl_xl {
  background: #b73f3d url("/useful/castle-faq/assets/image/bg_ttl_side.svg") no-repeat right;
  background-size: 181px;
  position: relative;
}

.ttl_xl::before {
  background: url("/useful/castle-faq/assets/image/bg_ttl_side.svg") no-repeat 0 0 / 100% auto;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 2px;
  transform: rotateY(180deg);
  width: 181px;
}

.ttl_xl .style {
  font-size: 24px;
  min-width: 312px;
}

@media screen and (max-width: 767px) {
  .ttl_xl {
    background: #b73f3d;
    padding: 8px 50px;
  }

  .ttl_xl::before {
    display: none;
  }

  .ttl_xl .style {
    font-size: 22px;
    min-width: 275px;
  }

  .ttl_xl .style::after,
  .ttl_xl .style::before {
    flex: 0 0 30px;
    height: 20px;
    margin: 0 10px;
  }
}

.sec_toc + .sec_question {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec_toc + .sec_question {
    margin-top: 23px;
  }
}

.sec_qabox {
  background: #f5eed4 url("/useful/castle-faq/assets/image/bg-sec-qa.png") repeat-y 0 0 / 100% auto;
  border: 2px solid #e3d5a5;
  border-radius: 8px;
  box-shadow: 0 4px 0 #e3d5a5;
  margin: 41px auto 0;
  padding: 12px 28px 15px 28px;
  width: 800px;
}

@media screen and (max-width: 767px) {
  .sec_qabox {
    background: #f5eed4 url("/useful/castle-faq/assets/image/bg-sec-qa-sp.png") repeat-y 0 0 / 100% auto;
    height: auto;
    margin-top: 30px;
    padding: 15px;
  }
}

.sec_qabox + .sec_qabox {
  margin-top: 20px;
}

.sec_qabox_reset {
  counter-reset: level2;
}

.sec_qabox .ttl_a,
.sec_qabox .ttl_q {
  align-items: center;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 600;
  min-height: 47px;
  padding: 0 0 0 75px;
  position: relative;
}

.sec_qabox .ttl_q {
  counter-increment: level2;
}

.sec_qabox .ttl_a {
  color: #b63334;
  letter-spacing: 1px;
  margin-top: 17px;
}

.sec_qabox .ttl_a::before,
.sec_qabox .ttl_q::before,
.sec_qabox .ttl_a::after,
.sec_qabox .ttl_q::after {
  top: calc(50% - 19px);
}

.sec_qabox .ttl_a::before,
.sec_qabox .ttl_q::before {
  background: #002e73;
  color: #fff;
  content: "";
  height: 40px;
  left: 13px;
  position: absolute;
  right: 0;
  transform: matrix(.82, -.58, .82, .58, 0, 0);
  width: 40px;
}

.sec_qabox .ttl_a::after,
.sec_qabox .ttl_q::after {
  align-items: center;
  color: #fff;
  content: "";
  display: flex;
  font-size: 17px;
  height: 40px;
  justify-content: center;
  left: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 46px;
}

@media screen and (max-width: 767px) {
  .sec_qabox .ttl_a,
  .sec_qabox .ttl_q {
    font-size: 18px;
    min-height: 42px;
    padding: 0 0 0 70px;
  }

  .sec_qabox .ttl_a {
    letter-spacing: 0;
    margin-top: 10px;
  }

  .sec_qabox .ttl_a::before,
  .sec_qabox .ttl_q::before {
    height: 35px;
    width: 35px;
  }

  .sec_qabox .ttl_a::after,
  .sec_qabox .ttl_q::after {
    font-size: 16px;
    height: 35px;
    left: 8px;
  }
}

.sec_qabox .ttl_q::after {
  content: "問" counter(level2);
}

.sec_qabox .ttl_a::before {
  background: #b63334;
}

.sec_qabox .ttl_a::after {
  content: "答";
}

.sec_qabox_inner {
  margin-top: 10px;
}

.sec_qabox p {
  line-height: 1.7;
}

.sec_qabox .img_r img {
  border-color: #b28e5f;
  height: 160px;
  object-fit: cover;
}

.sec_qabox .img_r figcaption {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .sec_qabox p {
    font-size: 15px;
  }

  .sec_qabox .img_r img {
    border: 1px solid #b28e5f;
    height: 196px;
    height: 52.27vw;
  }
}

.sec_qabox figcaption span {
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  .sec_qabox figcaption span {
    padding-left: 17px;
  }
}

.sec_qabox figcaption span::before {
  left: 0;
  top: 4px;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .sec_qabox figcaption span::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.sec_qabox .ttl_h3 {
  font-size: 20px;
  padding-left: 16px;
}

.sec_qabox .ttl_h3::before {
  left: 0;
}

.sec_qabox .lst_pre_wrap {
  clear: both;
  margin: 38px auto 0;
}

.sec_qabox .img_r {
  display: flex;
  flex-direction: column;
  float: right;
  justify-content: flex-end;
  margin: 0 4px 4px 15px;
}

.sec_qabox .img_c {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px auto 4px auto;
}

.sec_qabox .img_c + p {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec_qabox .lst_pre_wrap {
    margin-top: 10px;
  }

  .sec_qabox .img_r {
    float: none;
    margin: 0 0 4px 0;
  }

  .sec_qabox p + .img_r {
    margin-top: 15px;
  }

  .sec_qabox .img_c {
    float: none;
    margin: 20px 0 4px 0;
  }
}

.sec_qabox_inner::after,
.cf::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.sec_qabox .square::before {
  height: 10px;
  top: 6px;
  width: 10px;
}

.sec_qabox .lst_pre {
  gap: 11px 16px;
  margin: 19px auto 0;
  width: 510px;
}

.sec_qabox .lst_pre .square {
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  .sec_qabox .ttl_h3 + .lst_pre {
    margin-top: 19px;
  }

  .sec_qabox .lst_pre {
    margin: 10px auto 10px 18px;
  }

  .sec_qabox .lst_pre:last-child {
    margin-bottom: 0;
  }

  .sec_qabox .lst_pre .square {
    font-size: 15px;
  }
}

.sec_qabox .lst_pre a {
  font-weight: normal;
}

.sec_qabox .square {
  font-size: 100%;
}

.sec_qabox .list_dot .square::before {
  left: 10px;
}

.sec_qabox .list_dot .square {
  padding-left: 27px;
}

.sec_qabox .list_dot_mb .square {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec_qabox .square {
    font-size: 15px;
  }
}

.sec_qabox .lst_img {
  margin: 0 auto;
}

table tr td.middle:last-child,
.sec_qabox table .middle {
  padding: 10px;
}

.sec_qabox table td {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .sec_qabox .scroll_block table {
    margin-bottom: 0;
  }

  .sec_qabox .scroll_block + p {
    margin-top: 15px;
  }

  .sec_qabox table th,
  .sec_qabox table td {
    font-size: 15px;
  }
}