@charset "UTF-8";

/* =======================================
　　　　　　　　　reset
======================================= */

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p, blockquote, pre, div, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
caption {
  text-align: left;
}
select, input, textarea,pre, code, kbd, var, ins, del, samp {
  font-size: 100%;
}
address, cite, dfn, em, strong, var, th, ins, del, samp {
  font-weight: normal;
  font-style: normal;
}
fieldset, img {
  border: none;
}
hr.separation {
  display: none;
}
button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1;
  font-size: 0;
}
input {
  border: none;
}
button:hover {
  cursor: pointer;
}
img {
  vertical-align: middle;
}

/* initialize */
body {
  margin: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  color: #333;
  font-family: Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W6', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
  color: #0163c7;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}
p {
  line-height: 1.5;
}
input[type="button"],input[type="submit"] {
-webkit-appearance: none;
}
* {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header {
  align-items: center;
  background-color: #0163c7;
  display: flex;
  height: 51px;
  padding: 0 16px;
}
.header_heading {
  align-items: flex-end;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
.header_headingText {
  margin-left: 12px;
}
.globalNav {
  background-color: #fff;
  display: flex;
}
.globalNav_list {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.globalNav_listLink {
  align-items: center;
  background-color: #f5f5f5;
  box-sizing: border-box;
  color: #0163c7;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: bold;
  height: 66px;
  justify-content: center;
  line-height: 1.5;
  padding: 4px;
  text-align: center;
  text-decoration: none;
}
.globalNav_listLink::before {
  content: "";
  display: block;
  flex-shrink: 0;
  height: 24px;
  margin-bottom: 4px;
  width: 24px;
}
.globalNav_listLink_ranking::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_ranking.svg) center / contain no-repeat;
}
.globalNav_listLink_item::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_item.svg) center / contain no-repeat;
}
.globalNav_listLink_article::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_article.svg) center / contain no-repeat;
}
.globalNav_search {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_search.svg) center / 32px no-repeat #f4fbfd;
  height: 66px;
  margin-left: 2px;
  width: 66px;
}

/* 広告ポリシー */
.headerPolicy {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.headerPolicy_summary {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_arrow_bottom-blue.png) right 16px center / 11px 7px no-repeat;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  padding: 4px 16px;
  position: relative;
}
/*safariで黒矢印アイコンが表示されるため非表示対応*/
.headerPolicy_summary::-webkit-details-marker {
  display:none;
}
.headerPolicy_summary.active {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_arrow_top-blue.png) right 16px center / 11px 7px no-repeat;
}
.headerPolicy_summarySubText {
  margin-left: 8px;
  font-weight: normal;
}
.headerPolicy_contentsWrapper {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: none;
  font-size: 12px;
  padding: 12px 16px;
  position: absolute;
  z-index: 10;
}
.headerPolicy_contentsWrapper.active {
  display: block;
}
.headerPolicy_contentsHeader {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.headerPolicy_contentsHeader:before {
  width: 8px;
  height: 8px;
  margin-right: 2px;
  content: "";
  background-color: #333;
}
.headerPolicy_contentsHeader:not(:first-of-type) {
  margin-top: 12px;
}
.headerPolicy_contentsText {
  margin-top: 4px;
}
.headerPolicy_linkWrapper {
  margin-top: 8px;
  text-align: right;
}
.headerPolicy_link {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  color: #0163c7;
  text-decoration: none;
}
.headerPolicy_link:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: 50%/contain no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4wOTEyOCA1LjI0NTc1QzcuMDkxMjggNC45Nzg4NyA3LjE4NzcgNC43NDg5NiA3LjM4MDUzIDQuNTU2MDJDNy41NzMzNiA0LjM2MzA3IDcuODA0NCA0LjI2NjYgOC4wNzM2MyA0LjI2NjZDOC4zNDY1MSA0LjI2NjYgOC41Nzc1NCA0LjM2MjE3IDguNzY2NzQgNC41NTMzMUM4Ljk1NTkzIDQuNzQ0NDUgOS4wNTA1MyA0Ljk3NTI2IDkuMDUwNTMgNS4yNDU3NUM5LjA1MDUzIDUuNTE2MjMgOC45NTUwMiA1Ljc0NzA0IDguNzY0MDEgNS45MzgxOEM4LjU3MyA2LjEyOTMyIDguMzQyODcgNi4yMjQ4OSA4LjA3MzYzIDYuMjI0ODlDNy43OTM0OCA2LjIyNDg5IDcuNTU5NzIgNi4xMjY2MiA3LjM3MjM0IDUuOTMwMDdDNy4xODQ5NyA1LjczMzUyIDcuMDkxMjggNS41MDU0MSA3LjA5MTI4IDUuMjQ1NzVaIiBmaWxsPSIjMDE2M0M3Ii8+PHBhdGggZD0iTTguOTMxMTEgNy4xMjI4OFYxMC40MzlDOC45MzExMSAxMC43MTMxIDguOTc0NzcgMTAuOTAxNSA5LjA2MjA5IDExLjAwNDNDOS4xNDk0MSAxMS4xMDcxIDkuMzUzMTYgMTEuMTU4NSA5LjY3MzMzIDExLjE1ODVWMTEuNzMxOUg2LjMzMzMzVjExLjE1ODVINi40NTg4NkM2Ljc2ODEyIDExLjE1ODUgNi45NjM2OCAxMS4xMDQ0IDcuMDQ1NTQgMTAuOTk2MkM3LjEyNzQgMTAuODg4IDcuMTY4MzMgMTAuNzAyMyA3LjE2ODMzIDEwLjQzOVY4LjgyNjkyQzcuMTY4MzMgOC41NjAwNCA3LjEyNjQ5IDguMzczNDEgNy4wNDI4MSA4LjI2NzAyQzYuOTU5MTMgOC4xNjA2MyA2Ljc2NDQ4IDguMTA3NDMgNi40NTg4NiA4LjEwNzQzSDYuMzMzMzNWNy41MzQwMUw4LjkzMTExIDcuMTIyODhaIiBmaWxsPSIjMDE2M0M3Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC42NjY3IDcuOTk5OTJDMTQuNjY2NyAxMS42ODE4IDExLjY4MTkgMTQuNjY2NiA4IDE0LjY2NjZDNC4zMTgxIDE0LjY2NjYgMS4zMzMzMyAxMS42ODE4IDEuMzMzMzMgNy45OTk5MkMxLjMzMzMzIDQuMzE4MDIgNC4zMTgxIDEuMzMzMjUgOCAxLjMzMzI1QzExLjY4MTkgMS4zMzMyNSAxNC42NjY3IDQuMzE4MDIgMTQuNjY2NyA3Ljk5OTkyWk0xMy42NjY3IDcuOTk5OTJDMTMuNjY2NyAxMS4xMjk1IDExLjEyOTYgMTMuNjY2NiA4IDEzLjY2NjZDNC44NzAzOSAxMy42NjY2IDIuMzMzMzMgMTEuMTI5NSAyLjMzMzMzIDcuOTk5OTJDMi4zMzMzMyA0Ljg3MDMxIDQuODcwMzkgMi4zMzMyNSA4IDIuMzMzMjVDMTEuMTI5NiAyLjMzMzI1IDEzLjY2NjcgNC44NzAzMSAxMy42NjY3IDcuOTk5OTJaIiBmaWxsPSIjMDE2M0M3Ii8+PC9zdmc+);
}
.headerPolicy_link_sober {
  position: relative;
  color: #0163c7;
  text-decoration: none;
}


/* modal */
.js-modal__main {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 80%;
  width: 100%;
  z-index: 6000001;
}

/* 下から上 */
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-80%);
  }
}

/* 上から下 */
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
.js-modal__main.slideUp {
  animation: SlideUp .5s ease-in-out forwards;
  display: block;
}
.js-modal__main.slideDown {
  animation: SlideDown .5s ease-in-out forwards;
}
.modal_hide {
  display: none;
}
.modal_wrapper {
  height: 100%;
  overflow-y: auto;
}
.modal {
  background: #fff;
  overflow-y: auto;
}
.modal_headingBlock {
  padding: 20px 8px 0;
}
.modal_heading {
  text-align: center;
}
.modal_subHeading {
  background-color: #0163c7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
}
.modal_subHeading:first-child {
  margin-top: 24px;
}
.modal_rankingHeading {
  background-color: #fafafa;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
.modal_rankingList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.modal_rankingItem {
  padding: 0 12px;
  position: relative;
}
.modal_rankingItem:not(:nth-child(3n))::before {
  background-color: #ddd;
  content: "";
  height: 65px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.modal_rankingLink {
  align-items: center;
  box-sizing: border-box;
  color: #666;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
}
.modal_rankingLink::before {
  content: "";
  display: block;
  height: 36px;
  margin-bottom: 4px;
  width: 36px;
}
.modal_rankingLink_speed::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_speed.svg) center / contain no-repeat;
}
.modal_rankingLink_apply::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_apply_good.svg) center / contain no-repeat;
}
.modal_rankingLink_low-rate::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_low-rate.svg) center / contain no-repeat;
}
.modal_rankingLink_unnecessary-to-visit::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_netCompletion.svg) center / contain no-repeat;
}
.modal_rankingLink_convenience-store::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_atm.svg) center / contain no-repeat;
}
.modal_rankingLink_consumer-loan::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_consumer-loan.svg) center / contain no-repeat;
}
.modal_rankingLink_bank::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_bank.svg) center / contain no-repeat;
}
.modal_rankingLink_no-post-mail::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_no-mail.svg) center / contain no-repeat;
}
.modal_rankingLink_refinancing::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_refinancing.svg) center / contain no-repeat;
}
.modal_rankingLink_interest-free::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_interestFree.svg) center / contain no-repeat;
}
.modal_rankingLink_all-over-japan::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_all-over-japan.svg) center / contain no-repeat;
}
.modal_moreLinkBlock {
  margin: 0 12px 16px;
  text-align: right;
}
.modal_moreLink {
  color: #0163c7;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
.modal_moreLink::after {
  border-bottom: 2px solid #0163c7;
  border-right: 2px solid #0163c7;
  content: "";
  height: 7.5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 7.5px;
}
.modal_detailItem:not(:first-child) {
  border-top: 1px solid #ddd;
}
.modal_detailLink {
  align-items: center;
  color: #0163c7;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
}
.modal_detailLink::before {
  content: "";
  display: block;
  height: 28px;
  margin-right: 12px;
  width: 28px;
}
.modal_detailLink_search::before {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_search.svg) center / contain no-repeat;
}
.modal_detailLink_calc::before {
    background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_calc.svg) center / contain no-repeat;
  }
.modal_infoItem:not(:first-child) {
  border-top: 1px solid #ddd;
}
.modal_infoLink {
  display: flex;
  flex-direction: column;
  padding: 16px;
  text-decoration: none;
}
.modal_infoHeading {
  color: #0163c7;
  font-size: 14px;
  font-weight: bold;
}
.modal_infoText {
  color: #666;
  font-size: 12px;
  margin-top: 4px;
}
.mdoal_otherService {
  background-color: #fafafa;
  padding: 24px 16px ;
}
.modal_closeBtn {
  background: url(https://s.yimg.jp/images/fcm/cardloan/images/sp/icon_navi_close.svg) no-repeat center / contain;
  height: 52px;
  position: fixed;
  right: 12px;
  top: 16px;
  width: 52px;
  z-index: 6000002;
}

/* =======================================
　　　　　　　　　common
======================================= */

/* pankuzu */
.article_crumb {
  color: #666;
  display: flex;
  font-size: 12px;
  padding: 12px 12px 0;
  overflow-x: scroll;
}
.article_crumb li {
  flex-shrink: 0;
  position: relative;
  padding-right: 32px;
  white-space: nowrap;
}
.article_crumb li:last-child {
  padding-right: 0;
}
.article_crumb li:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.article_crumb li:last-child:after {
  display: none;
}
@media screen and (max-width: 349px) {
  .article_crumb li {
    padding-right: 20px;
  }
  .article_crumb li:after {
    right: 8px;
  }
}

/* footer utility */
.contents_title {
  border-left: 2px solid #0163C7;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
}
.contents_more {
  color: #0163c7;
  float: right;
  font-size: 14px;
  padding-right: 16px;
  position: relative;
  text-decoration: none;
}
.contents_more:after {
  content: "";
  position: absolute;
  right: 0px;
  top:50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 2px solid #0163c7;
  border-right: 2px solid #0163c7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* articleList */
.articleList {
  border-top: 1px solid #ddd;
  margin: 16px -16px 0;
}
.articleList_item {
  border-bottom: 1px solid #ddd;
}
.articleList_link {
  display: block;
  padding: 0 16px;
  text-decoration: none;
}
.articleList_inner {
  display: -webkit-box;
  display: flex;
  padding: 12px 0;
}
.articleList_inner img {
  height: 80px;
  margin-left: 12px;
  object-fit: cover;
  width: 80px;
}
.articleList_textBlock {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: -webkit-calc(100% - 92px);
  width: calc(100% - 92px);
}
.articleList_title {
  color: #0163c7;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-word;
}
.articleList_summary {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
  display: -webkit-box;
  font-size: 12px;
  margin-top: 8px;
  overflow: hidden;
  word-break: break-all;
  max-height: 3em; /* for iOS15 */
}
.articleList_summary b {
  font-weight: normal;
}
.articleList_date em {
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  margin-right: 4px;
  padding: 2px 4px;
}
.articleList_dateText {
  color: #666;
  font-size: 12px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articleList_date {
  margin-right: 8px;
}
.articleList_category {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.articleList_categoryItem {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 4px 0 0;
  padding: 4px 8px;
}
.article_rankingBlock {
  margin-top: 40px;
  padding: 0 16px;
}
.contents_subtitle {
  border-left: 2px solid #0163C7;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
}

/* policy */
.policy_block {
  margin-top: 24px;
  padding: 0 16px;
}
.policy_link {
  color: #0163c7;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
.policy_note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

/* glossary */
.footer_heading {
  background: #0163C7;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  padding: 16px 8px;
}

.ranking_area {
  background: #fff;
  padding: 0 16px;
}
.ranking_area a {
  display: block;
  padding: 16px 0 16px 36px;
}
.ranking_area li {
  border-bottom: 1px solid #ddd;
}
.ranking_area li:last-child {
  border-bottom: none;
}

.ranking_area .timer {
  background: url("https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_speed.svg") no-repeat center left / 30px 30px;
}
.ranking_area .application {
  background: url("https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_apply_good.svg") no-repeat center left / 30px 30px;
}
.ranking_area .reasonable {
  background: url("https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_low-rate.svg") no-repeat center left / 30px 30px;
}
.ranking_area li a span {
  line-height: 1;
  display: block;
  font-size: 14px;
  color: #0163c7;
  font-weight: bold;
}
.ranking_area li a span.exp {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
}
.footer_subHeading {
  background-color: #f5f5f5;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
}
.footer_categoryList {
  background-color: #fff;
  padding: 0 16px;
}
.footer_categoryItem:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.footer_categoryLink {
  color: #0163c7;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  text-decoration: none;
  width: 100%;
}

/* ranking category */
.ranking_categoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.ranking_categoryItem {
  width: calc(50% - 4px);
}
.ranking_categoryItem:nth-of-type(n + 3) {
  margin-top: 8px;
}
.categoryList_link {
  align-items: center;
  background: no-repeat left 12px center / 36px auto #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  height: 68px;
  padding: 12px 20px 12px 60px;
  text-decoration: none;
}
@media screen and (max-width: 355px) {
  .categoryList_link {
    font-size: 13px;
  }
}
@media screen and (max-width: 344px) {
  .categoryList_link {
    padding-right: 4px;
  }
}
.categoryList_link_webCompletion {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_netCompletion.svg");
}
.categoryList_link_convenienceStore {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_atm.svg");
}
.categoryList_link_consumerLoan {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_consumer-loan.svg");
}
.categoryList_link_bank {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_bank.svg");
}
.categoryList_link_noPostMail {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_no-mail.svg");
}
.categoryList_link_refinancing {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_refinancing.svg");
}
.categoryList_link_interestFree {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_interestFree.svg");
}
.categoryList_link_allOverJapan {
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/pc/images/img_all-over-japan.svg");
}

/* other link */
.otherService {
  background-color: #fafafa;
  padding: 24px 16px 0;
}
.otherService_logo {
  text-align: center;
}
.otherService_logo:not(:first-child) {
  margin-top: 8px;
}
.otherService_list {
  margin-top: 24px;
}
.otherService_item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.otherService_item:not(:first-child) {
  margin-top: 12px;
}
.otherService_link {
  color: #666;
  display: block;
  padding: 16px;
  text-decoration: none;
}
.otherService_headingBlock {
  align-items: center;
  display: flex;
}
.otherService_heading {
  font-size: 18px;
  font-weight: bold;
  margin-left: 12px;
}
.otherService_img {
  flex-shrink: 0;
  text-align: center;
  width: 48px;
}
.otherService_desc {
  font-size: 12px;
  margin-top: 8px;
}

/* normal footer */
footer #sf {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footerDefault {
  background: none;
  border-top: none;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.footerDefault .footerInner {
  padding: 13px 10px 15px 10px;
  border-top: 3px solid #d4d7db;
  background: #eee;
}
.footerDefault .commonLink {
  margin-bottom: 10px;
}
.footerDefault .commonLink li {
  display: inline;
}
.footerDefault .subLink {
  margin-bottom: 8px;
  font-size: 12px;
}
.footerDefault .commonLink li:after {
  content: ' | ';
}
.footerDefault .commonLink li:last-child:after {
  content: '';
}
.footerDefault .subLink li {
  display: inline;
}
.footerDefault .subLink li:after {
  content: ' - ';
}
.footerDefault .subLink li:last-child:after {
  content: '';
}
.footer_notesBlock {
  background-color: #fafafa;
  padding: 0 16px 16px;
}
.footer_notes {
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  padding: 12px;
}

/* =======================================
　　　　　　　　　記事一覧ページ
======================================= */

/* ページ一覧（トップ） */
.mv_block {
  background: url("https://s.yimg.jp/images/finance/card-loan/article/sp/image/mv_index_sp.png") no-repeat top center / contain;
  margin-top: 12px;
  padding-top: calc(240 / 750 * 100%);
  position: relative;
}
.mv_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-shadow: 3px 3px 12px rgba(51, 51, 51, 0.5);
  top: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.articleList_block:not(:first-child) {
  margin-top: 40px;
}
.category_titleBlock {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.category_moreLink {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/pc/images/icon_arrow_right-blue.png) no-repeat right 6px center / 9px auto;
  display: inline-block;
  font-size: 14px;
  padding-right: 20px;
}
.category_description {
  color: #666;
  font-size: 14px;
  margin-top: 16px;
}
.contentsWrapper {
  padding: 24px 16px 0;
}
.category_btn {
  border: 1px solid #0163C7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0163C7;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.categoryNav {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 8px 16px 16px 8px;
}
.categoryNav_item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 8px 0 0 8px;
}
.categoryNav_link {
  color: #0163C7;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  text-decoration: none;
}
.paging {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px 16px 8px;
  position: relative;
}
.paging li {
  margin-left: 8px;
}
.paging li:first-child {
  margin-left: 0;
}
.paging a {
  color: #0163c7;
  display: block;
  text-decoration: none;
}
.paging a:hover {
  opacity: 0.75;
}
.paging .current_page,
.paging .link_page {
  border-radius: 4px;
  font-family: 'Arial','sans-serif';
  font-size: 18px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 40px;
}
.paging .current_page {
  border: 1px solid #0163c7;
  background-color: #0163c7;
  color: #fff;
  display: block;
}
.paging .link_page {
  border: 1px solid #ddd;
}
.paging .link_before,
.paging .link_next {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size:14px;
  font-weight: bold;
  height:44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  width: 70px;
}
.paging .link_before {
  background: url("https://s.yimg.jp/images/finance/card-loan/sp/path_left_link.png") no-repeat left 8px center;
  background-size: 8px 12px;
  padding-left: 24px;
  left: 0;
}
.paging .link_next {
  background: url("https://s.yimg.jp/images/finance/card-loan/sp/path_right_link.png") no-repeat right 8px center;
  background-size: 8px 12px;
  padding-left: 16px;
  right: 0;
}
@media screen and (max-width: 335px) {
  .paging .current_page,
  .paging .link_page {
    height: 40px;
    line-height: 40px;
  }
  .paging .link_before,
  .paging .link_next {
    height: 42px;
    line-height: 42px;
    width: 65px;
  }
  .paging .link_next {
    padding-left: 10px;
  }
  .paging .link_before {
    padding-left: 24px;
  }
}
@media screen and (min-width: 375px) {
  .paging .link_before,
  .paging .link_next {
    width: 90px;
  }
  .paging .link_next {
    padding-left: 34px;
  }
}
.article_categoryList {
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.article_categoryList li {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 8px 8px 0;
}
.article_categoryList li a {
  align-items: center;
  display: flex;
  font-weight: bold;
  height: 44px;
  justify-content: center;
  padding: 0 8px;
  text-align: center;
}

/* 用語集 */
.term {
  margin-top: 48px;
}
.term_headingBlock {
  padding: 0 16px;
}
.term_text {
  font-size: 14px;
  margin-top: 16px;
}
.term_block {
  border-top: 1px solid #ddd;
  margin-top: 24px;
}
.term_item {
  border-bottom: 1px solid #ddd;
}
.term_title {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_arrow_bottom-blue.png) right 18px center / 13px 8px no-repeat;
  color: #0163C7;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 12px;
}
.term_title.active {
  background: url(https://s.yimg.jp/images/finance/card-loan/article/sp/image/icon_arrow_top-blue.png) right 18px center / 13px 8px no-repeat;
}
.term_detail {
  display: none;
  padding: 0 16px 16px;
}
.term_detail.active {
  display: block;
}
.term_detailText {
  font-size: 16px;
}
.term_btn {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0163C7;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.term_subText {
  background-color: #F5F5F5;
  color: #666;
  font-size: 12px;
  padding: 24px 16px;
}

/* =======================================
　　　　　　　　　記事詳細ページ
======================================= */

.article_wrapper {
  background: #fff;
  color: #333;
  font-size: 14px;
  overflow-wrap: break-word;
  padding: 12px 16px;
  word-break: break-word;
}
h1.article_title {
  color: #444;
  font-size: 24px;
  font-weight: bold;
}
.article_summary {
  padding: 24px 0 12px;
}
.article_summary p {
  line-height: 1.8;
}
.article_index_box {
  background: #f5f5f5;
  padding: 12px;
}
.article_index_box p {
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.article_index {
  padding-left: 12px;
}
.article_index li {
  list-style-type: none;
}
.article_index li a {
  display: inline-block;
  line-height: 24px;
  text-indent: -8px;
  color: #666;
}
.article_index li a:visited {
  color: #666;
}
.article_text {
  font-size: 16px;
  margin-bottom: 24px;
}
.article_text h2 {
  border-left: 4px solid #0163C7;
  color: #333;
  font-size: 20px;
  margin: 24px 0;
  font-weight: bold;
  padding-left: 8px;
  text-align: left;
}
.article_text h3 {
  color: #333;
  font-size: 18px;
  text-align: left;
  margin: 24px 0;
  font-weight: bold;
}
.article_text h4 {
  color: #333;
  font-size: 16px;
  text-align: left;
  margin: 24px 0 8px;
  font-weight: bold;
}
.article_text p {
  line-height: 1.8;
  margin-bottom: 12px;
}
.article_text .text_small {
  font-size: 12px;
}
.text_small {
  color: #999;
  font-size: 12px;
}
.article_img_box {
  margin-bottom: 12px;
}
.article_img_box p {
  padding-top: 8px;
  font-size: 12px;
  color: #999;
}
.article_list {
  padding-left: 20px;
}
.article_list li {
  list-style: disc;
}
.article_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
}
.article_table th {
  font-weight: bold;
  vertical-align: middle;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 5px;
  width: 25%;
}
.article_table .table_title {
  background: #eee;
}
.article_table td {
  padding: 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  width: 34%;
}
.article_table_container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.article_table_container .table_title {
  white-space: nowrap;
}
.article_note {
  margin-bottom: 24px;
  border: 1px solid #ddd;
  padding: 16px;
  color: #666;
  font-size: 12px;
}
.article_writter_detail {
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 12px;
}
.article_writter_inner {
  display: flex;
  justify-content: center;
}
.article_writter_inner img {
  display: inline-block;
  width: 60px;
}
.article_provider_text {
  display: inline-block;
  padding-left: 12px;
  width: 100%;
}
.article_provider_text p {
  color: #333;
  font-size: 12px;
  padding-bottom: 4px;
}
.article_provider_text .article_writter_name {
  font-size: 14px;
  color: #333;
}
.article_founder_icon,
.article_author_icon {
  margin-left: 8px;
  margin-top: 4px;
}
.article_writter_inner .article_founder_icon img,
.article_writter_inner .article_author_icon img {
  width: 14px;
}
.article_writter_title {
  color: #666;
  font-size: 12px;
}
.article_writter_name {
  font-weight: 600;
}
.article_writter_label_founder,.article_writter_label_author {
  background: #FFF;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  padding: 4px;
  font-weight: normal;
  color: #666;
  text-align: center;
}
.article_writter_label_founder {
  border: 1px solid #74C774;
}
.article_writter_label_author {
  border: 1px solid #2C9FCD;
}
.article_provider {
  margin: 24px 0 8px;
  text-align: right;
  color: #666;
}
.article_provider a,
.article_provider a:link,
.article_provider a:visited {
  color: #666;
  text-decoration: underline;
  word-break: break-all;
  display:inline-block;
  vertical-align: top;
}
.article_provider_info {
  font-size: 12px;
  margin-top: 8px;
}
.article_lastmod {
  font-size: 14px;
  color: #666;
  text-align: right;
  margin-bottom: 24px;
}
.article_other {
  padding: 12px 0px;
}
.article_buttonLarge {
  font-size: 14px;
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  color: #0163c7;
  font-weight: bold;
  border-radius: 4px;
  background: #fff;
  padding: 8px;
}
.article_category a {
  border: 1px solid #ddd;
  color: #6d727a;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 4px;
  padding: 2px 8px;
}
.article_categoryBlock,
.article_articleListBlock {
  margin-top: 40px;
  padding: 0 16px;
}
.article_headingBlock {
  display: flex;
  justify-content: space-between;
}
.article_bannerBlock {
  margin-top: 20px;
}
.article_banner {
  display: block;
  margin: 0 auto;
  max-width: 343px;
  width: 100%;
  height: auto;
}
.article_policy_text {
  font-size: 12px;
  margin-top: 16px;
}
.article_commentBlock {
  margin: 24px 0;
}
.article_commenter {
  align-items: center;
  display: flex;
}
.article_commenter_img {
  border-radius: 50%;
  flex-shrink: 0;
}
.article_commenter_info {
  margin-left: 8px;
}
.article_text .article_commenter_title {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.article_text .article_commenter_name {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.article_text .article_comment {
  background-color: #F5F5F5;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 12px;
  position: relative;
}
.article_comment::before {
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #f5f5f5 transparent;
  content: "";
  left: 20px;
  position: absolute;
  top: -16px;
}
.article_comment--emphasis {
  background: linear-gradient(transparent 60%, rgba(251, 211, 79, 0.7) 0%);
  display: inline;
  font-weight: bold;
  padding-bottom: 2px;
}

/* snsShare */

.snsShare ul {
  display: flex;
}
.snsShare ul li {
  line-height: 0;
  margin-right: 10px;
}

/* flooting link */
#fixed_right {
  position: fixed;
  bottom: 30px;
  right: 12px;
  font-weight: bold;
  font-size: 12px;
}
#fixed_right a {
  display: block;
  transition-duration: .4s;
  border-radius: 4px;
  color: #fff;
  position: relative;
  background-color:#0163c7;
  opacity: .9;
  color: #fff;
  padding: 6px;
  box-shadow: #71959ec4 1px 1px 8px;
  padding-top: 24px;
  text-align: center;
}
#fixed_right a:before {
  content: "";
  background-image: url("https://s.yimg.jp/images/finance/card-loan/article/sp/image/ranking_icon.png");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 32px;
  width: 20px;
  height: 20px;
}

/* sidebar ranking-3 */
.article_wrapper .ranking {
  padding-top: 24px;
}

.ranking_list_item {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 16px 0 12px;
  position: relative;
  text-align: center;
}
.ranking_name{
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #0163c7;
}
.ranking_rank {
  align-items: center;
  background-color: #666;
  color: #fff;
  display: flex;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  height: 30px;

  position: absolute;
  width: 30px;
}
.ranking_list_item:nth-child(1) .ranking_rank {
  background-color: #fbd34f;
  color: #333;
}
.ranking_list_item:nth-child(2) .ranking_rank {
  background-color: #cee0f3;
  color: #333;
}
.ranking_list_item:nth-child(3) .ranking_rank {
  background-color: #ecc6b1;
  color: #333;
}
.ranking_button_block {
  margin-top: 12px;
}
.ranking_button {
  align-items: center;
  background-color: #fa6436;
  border-radius: 4px;
  box-shadow: 1px 2px 4px rgba(250, 100, 54, 0.25);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  height: 44px;
  padding: 8px 12px;
}
.ranking_button_text {
  padding-right: 22px;
  position: relative;
}
.ranking_button_text:before {
  background-color: #fff;
  border-radius: 50px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.ranking_button_text:after {
  border-right: 2px solid #fa6436;
  border-top: 2px solid #fa6436;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: rotate(45deg) translateY(-5px);
  width: 5px;
}
.ranking_button_subText {
  color: #666;
  font-size: 10px;
  margin-top: 8px;
}
.ranking_more_link,
.ranking_button2  {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #0163c7;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  margin-top: 16px;
  text-decoration: none;
}
.ranking_point {
  border: 1px solid #ECC6B1;
  border-radius: 4px;
  margin-top: 4px;
  padding: 8px 8px 12px;
}
.ranking_point_heading {
  align-items: center;
  color: #fa6436;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.ranking_point_heading::before {
  background: url(https://s.yimg.jp/images/finance/brokers-hikaku/article/pc/images/icon_thumb_up-orange.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.ranking_point_list {
  margin-top: 8px;
  text-align: left;
}
.ranking_point_item {
  font-size: 14px;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}
.ranking_point_item:not(:first-of-type) {
  margin-top: 4px;
} 
.ranking_point_item::before {
  border-left: 2px solid #fa6436;
  border-bottom: 2px solid #fa6436;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 12px;
  left: 10px;
  transform: rotate(-45deg) translateY(-10px);
  width: 12px;
}

/* 本文　商品カード */
.card_wrap {
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #ddd;
  margin-top: 24px;
}
.card_wrap .headingBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card_wrap .headingBlock .productName {}
.card_wrap .headingBlock .productName .productInfoLink {
  font-size: 16px;
  font-weight: 700;
  color: #0163c7;
  text-decoration: none;
}
.card_wrap .headingBlock .productCompanyName {
  font-size: 12px;
  color: #666;
}
.card_wrap .productImageLink {
  flex-shrink: 0;
  margin-left: 16px;
}
.card_wrap .productImageLink img {
  display: block;
  max-width: 100%;
}
.card_wrap .detailedTable {
  align-items: center;
  margin-top: 16px;
}
.card_wrap .detailedTable .tableRow {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 8px;
  align-items: center;
}
.card_wrap .detailedTable .tableRow + .tableRow {
  margin-top: 4px;
}
.card_wrap .detailedTable .tableRow .tableColumn {
  padding: 8px;
  font-size: 12px;
  text-align: center;
  background-color: #f5f5f5;
  color: #333;
}
.card_wrap .detailedTable .tableRow .tableValue {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.card_wrap .detailedTable .tableRow .tableValueNote {
  font-size: 10px;
}
.card_wrap .productButton {
  margin-top: 16px;
}
.card_wrap .productButton .buttonApply {
  box-sizing: border-box;
  display: block;
  padding: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  background-color: #fa6436;
  border: none;
  font-size: 18px;
}
.card_wrap .productButton .buttonApply_text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.card_wrap .productButton .buttonApply_text:after {
  margin-left: 4px;
  content: "";
  width: 20px;
  height: 20px;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0ODZfMzY3NjEpIj4KPGNpcmNsZSBjeD0iMTAuNDk5MyIgY3k9IjEwLjAwMDMiIHI9IjguMzMzMzMiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ljk1ODc3IDUuODc1MjFMOS4xMzcyOCA0LjY5NjdMMTQuNDQwNiAxMEw5LjEzNzI4IDE1LjMwMzNMNy45NTg3NyAxNC4xMjQ4TDEyLjA4MzYgMTBMNy45NTg3NyA1Ljg3NTIxWiIgZmlsbD0iI0ZBNjQzNiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0ODZfMzY3NjEiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgwIDEgLTEgMCAyMC41IDApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}
.card_wrap .productButton .buttonApply_subText {
  margin: 8px 0 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.card_wrap + .article_note {
  margin: 8px 0 0 0;
}

.breadcrumbList_notice {
  border:1px solid #ddd;
  color:#666;
  font-size:12px;
  padding:6px;
  margin:12px 16px 0;
}


/* 更新日付：上部 */
.share_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 12px;
}
.article_date__top {
  color: #666;
  font-size: 14px;
  text-align: right;
}
