/* Related keywords Setting
============================================ */
.section__related {
  margin-top: 40px;
}

.section__related-title {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .section__related-title {
    font-size: 2rem;
    padding-bottom: 3px;
  }
}

.section__related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 32px;
}

.section__related-list-item {
  line-height: 1.6;
  position: relative;
}

.section__related-list-item a {
  color: #285ae1;
  display: inline-block;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

.section__related-list-item a::before {
  background: url(//www.mizuho-tb.co.jp/common2024/images/icon/icon_triangle.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 12px;
}

/* base Setting
============================================ */
.search-content {
  display: block;
}
@media screen and (min-width: 768px) {
  .search-content {
    display: flex;
    justify-content: space-between;
  }
}

.section__pagenation {
  margin-top: 24px;
}

/* resultContainer Setting
============================================ */
.clearfix::after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.resultContainer {
  font-size: 1.4rem;
  width: 100%;
}

.resultTtl {
  border-bottom: 1px solid #c8c8c8;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 4px;
}
@media screen and (min-width: 768px) {
  .resultTtl {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.resultNav {
  border: 1px solid #c8c8c8 !important;
  display: block;
  margin-top: 0 !important;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .resultNav {
    border: none !important;
    float: right;
    text-align: left;
    width: auto;
  }
}

.resultNav_container {
  margin-top: 0 !important;
  width: 100%;
}

.resultNav_number {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .resultNav_number {
    float: left;
  }
}

.resultNav_number p {
  display: inline-block !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .resultNav_number p {
    float: left;
  }
}

.resultNav_number select {
  appearance: auto;
  border: 1px solid #767676;
  border-radius: 2px;
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .resultNav_number select {
    float: left;
  }
}

.resultNav_sort {
  line-height: 1.4em;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .resultNav_sort {
    float: left;
    margin: 0 0 0 20px;
  }
}

.resultNav_sort span {
  text-decoration: none !important;
}

.resultNav span {
  color: #006 !important;
}

.resultNav a {
  color: #1d50a2;
  text-decoration: underline;
}

.resultItem {
  border: 1px solid #c8c8c8 !important;
  display: block;
  margin-top: 17px;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .resultItem {
    align-items: flex-start;
    display: flex;
    margin-top: 0;
    padding: 16px 14px;
  }
}

.resultItem + .resultItem {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .resultItem + .resultItem {
    margin-top: 19px;
  }
}

.resultItem_img {
  border: 1px solid #c8c8c8 !important;
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 7%;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .resultItem_img {
    display: block;
    padding: 15px;
    width: 160px;
  }
}

.resultItem_img img {
  width: 100%;
}

.resultItem_info {
  margin: 0 20px 0 20px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .resultItem_info {
    margin: 0 0 0 17px;
    width: 75%;
  }
}

.resultItem_info_ttl {
  line-height: 1.7;
}

.resultItem_info_text {
  line-height: 1.7;
  margin-top: 1em;
}
@media screen and (max-width: 767.9px) {
  .resultItem_info_text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.resultItem_info_link {
  margin-top: 1em;
}

#sortSelected {
  text-decoration: none !important;
}

.icmCaretRight {
  color: #0000b3;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

.icmCaretRight::before {
  background: url(//www.mizuho-tb.co.jp/common2024/images/icon/icon_triangle02.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 12px;
}

/* faqContainer Setting
============================================ */
.faqContainer {
  background: #fff;
  margin-top: 65px;
  padding: 20px 4%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faqContainer {
    margin-left: 10px;
    margin-top: 80px;
    min-width: 200px;
    padding: 0;
    width: 23%;
  }
}

.faqCategory {
  background-color: #f0f4ff;
  padding: 20px 4%;
}
@media screen and (min-width: 768px) {
  .faqCategory {
    padding: 13px 0;
  }
}

.faqCategory.faqRecommend {
  text-align: center;
}

.faqCategory_hdg {
  border-bottom: 1px solid #c8c8c8;
  font-size: 1.5rem;
  font-weight: 600 !important;
  line-height: 1.5;
  padding: 0 10px 13px !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faqCategory_hdg {
    text-align: left;
  }
}

.faqCategory_inner {
  margin-top: 1em;
  padding: 0 10px !important;
}

.faqCategory_inner .icmBlank {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}

.faqCategory_inner .icmBlank::before {
  background: url(//www.mizuho-tb.co.jp/common2024/images/icon/icon_blank.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 12px;
}

.faqCategory_inner .icmBlank + .icmBlank {
  margin-top: 14px;
}

.faqCategory_inner li a {
  color: #1d50a2;
  text-decoration: underline;
}

.faqCategory_inner li.icmBlank div {
  display: inline;
}

.faqCategory_inner p {
  margin-top: 1em;
}

.faqBtn {
  align-items: center;
  background: #08287f;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  line-height: 1.2;
  outline: none;
  padding: 0 32px;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faqBtn {
    border-radius: 32px;
    font-size: 1.4rem;
    height: 64px;
    max-width: 336px;
    padding: 0 20px;
  }
}

.faqRecommend img {
  margin-top: 14px;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .faqRecommend img {
    width: auto;
    padding: 0 10px;
  }
}

.faqCategory.faqRecommend p {
  margin: 14px 10px 0;
}

/* search-check-list Setting
============================================ */
.section__search-category .section__search-check-list + .section__search-check-list {
  margin-top: 15px;
}

/* start:チェックボックス開業時の行頭揃え */
.section__input-checkbox {
  margin-left: -33px;
}

.section__input-checkbox-wrap {
  padding-left: 33px;
}

.section__input.is-now {
  border-radius: 10px 10px 0 0;
  border-bottom: none; 
}

/* end:チェックボックス開業時の行頭揃え */

@media screen and (min-width: 768px) {
  .section__search-check-list,
  .section__search-radio-list {
    gap: 16px 0;
  }

  .section__search-check-list .section__input-checkbox-wrap:nth-of-type(n + 2),
  .section__search-check-list .section__input-list-item:nth-of-type(n + 2),
  .section__search-radio-list .section__input-checkbox-wrap:nth-of-type(n + 2),
  .section__search-radio-list .section__input-list-item:nth-of-type(n + 2) {
    margin-top: auto;
  }

  .section__search-check-list .section__input-checkbox-wrap:nth-of-type(n + 3),
  .section__search-check-list .section__input-list-item:nth-of-type(n + 3),
  .section__search-radio-list .section__input-checkbox-wrap:nth-of-type(n + 3),
  .section__search-radio-list .section__input-list-item:nth-of-type(n + 3) {
    margin-top: auto;
  }

  .section__search-category .section__search-check-list + .section__search-check-list {
    margin-top: -26px;
  }

  .section__search-category .section__search-check-list + .section__search-check-list li:first-child {
    margin-left: 51.4% !important;
  }

  .section__search-check-list .section__input-checkbox-wrap:nth-of-type(n + 2) {
    /* margin-top: 16px; */
  }
}

/* preview Setting
============================================ */
div#SS_preview {
  background: url(//image.syncsearch.jp/image/preview.gif) no-repeat 0 0;
  display: none;
  height: 336px;
  position: absolute;
  width: 436px;
  z-index: 100;
}

div#SS_previewContainer {
  background: url(//image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
  height: 307px;
  margin: 16px 0 0 16px;
  width: 407px;
}

img#SS_previewImage {
  border: 1px solid #ccc;
}

/* hintContainer Setting
============================================ */
.hintContainer {
  margin-top: 0;
}

.resultItem.not-found {
  padding-top: 0;
}

.resultItem.not-found .resultItem_info {
  margin-top: 16px;
}

.resultItem .resultItem_recommendation {
  color: red;
  font-size: 1.2em;
}

.resultItem_recommendation a {
  color: #1d50a2;
  font-weight: 600;
  text-decoration: underline;
}

.resultItem.not-found .resultItem_info_text {
  margin: 15px auto 0;
  width: 100%;
}

.resultItem.not-found .hintContainer {
  background-color: #f0f4ff;
  float: none;
  margin: 0 auto;
  margin-top: 16px;
  padding: 20px 4% !important;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .resultItem.not-found {
    display: block;
  }

  .resultItem.not-found .resultItem_info {
    width: 96%;
  }

  .resultItem.not-found .hintContainer {
    margin-top: 15px;
    width: 95%;
  }
}

/* common.scss に後ほど反映
============================================ */
.section__pagenation-arrow-first.section__pagenation-arrow {
  margin: 0 12px 0 0;
  transform: rotate(180deg);
  background: url(//www.mizuho-tb.co.jp/common2024/images/icon/icon_carousel_control_last.svg) no-repeat center;
}
.section__pagenation-list-item.is-hide {
  display: none;
}
.section__pagenation-arrow-last.section__pagenation-arrow {
  margin: 0 0 0 12px;
  background: url(//www.mizuho-tb.co.jp/common2024/images/icon/icon_carousel_control_last.svg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .section__pagenation-list-item.is-hide {
    display: block;
  }
}