@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*===============================

    Variables

================================*/
:root {
  /* Colors */
  --color-font: #333333;
  --color-red-text: #d13319;
  --color-primary: #01b2af;
  --color-primary-light: #ebf9f9;
  --color-btn: #fa6436;
  --color-btn-green: #3bc442;
  --color-gradient-green: linear-gradient(
    180deg,
    rgba(59, 196, 66, 1) 0%,
    rgba(59, 196, 66, 1) 50%,
    rgba(67, 177, 64, 1) 50.01%,
    rgba(67, 177, 64, 1) 100%
  );
}

/*===============================

    Base

================================*/
html {
  color: var(--color-font);
  font-size: 16px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

p {
  line-height: 1.8;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*===============================

    layout

================================*/
body {
    background: #efefef;
} 
.wrapper {
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
    background-color: #fff;
}
.inner {
  max-width: 988px;
  margin: auto;
  padding: 0 10px;
}
.sc {
    padding: 40px 0;
}

.contents h3 {
    background: rgba(1, 178, 175, 0.08);
    border-left: 2px solid #01B2AF;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 32px;
    line-height: 1.5;
}

.contents p {
    margin-top: 16px;
}


/*===============================

    Utility

================================*/
.hukidashi {
font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  gap: 16px;
}

.hukidashi::before, .hukidashi::after {
  content: "";
  display: block;
  width: 0.111rem;
  background-color: var(--color-primary);
}

.hukidashi::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hukidashi::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.note {
    font-size: 14px;
    margin-top: 8px;
    color: #666666;
    line-height: 1.5;
}

.note + .note {
    margin-top: 0;
}

.txt-center {
    text-align: center;
}


/*===============================

    components

================================*/
table {
    line-height: 1.5;
    vertical-align: middle;
}
th,td {
    vertical-align: middle;
}
.table-container {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    margin-top: 16px;
    font-size: 14px;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #C9C9C9;
    padding: 8px 5px;
    text-align: center;
    min-width: 120px;
}

.comparison-table th {
    background: #EEF0F5;
    font-weight: 700;
}

.comparison-table thead th {
    background: #FFF;
}

#compareSection .note {
    color: #fff;
}

.company-logo {
    width: 100px;
    height: auto;
}

.highlight {
    color: #D13319;
    font-weight: 700;
}

.btn-detail {
    display: inline-block;
    background: linear-gradient(180deg, #FA6436 0%, #FA6436 100%);
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

/* Company Details */

.details-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C9C9C9;
}

.details-table th,
.details-table td {
    border: 1px solid #C9C9C9;
    padding: 8px 5px;
    font-size: 14px;
}

.details-table th {
    background: #EEF0F5;
    font-weight: 400;
    white-space: nowrap;
}


/* Header styles */
.site-header {
    background: #FFFFFF;
    border-bottom: 1px solid #01B2AF;
    padding: 8px 11px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    gap: 10px;
}

.header-actions .quick-link {
    display: flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    border: 1px solid #B0B0B0;
    border-radius: 3px;
    padding: 6px 10px;
}

.header-actions .quick-link::before {
    content: '';
    display: inline-block;
    background-image: url('images/icon_search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
  

.icon-text-group {
    display: flex;
    align-items: center;
    gap: 3px;
}

.icon-small {
    width: 20px;
    height: 20px;
}

/* Top Visual Section */
.top-visual {
    position: relative;
}

.main-visual {
    width: 100%;
    height: auto;
}

.timer {
    background-color: #333333;
    padding: 12px 8px;
}

.timer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.timer_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.timer_header_text {
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.timer_header_text::before {
    content: '';
    display: block;
    background-image: url('images/icon_clock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
}

.timer_countdown {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 4px 10px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.32);
}

.timer_countdown_number {
    color: #D13319;
    font-weight: 700;
    text-align: center;
}

.timer_body {
    margin-top: 12px;
}

.timer_btn {
    display: block;
    padding: 10px 16px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 2px;
    background: var(--Gradient-Green, linear-gradient(180deg, #3BC442 0%, #3BC442 50%, #43B140 50.01%, #43B140 100%));

}

/* Main Content */
.main-content {
    padding: 40px 0;
}

.intro-section {
    padding: 0 20px;
    margin-bottom: 40px;
}

.main-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* Quick Navigation */
.quick-nav {
    margin-bottom: 16px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

/* Comparison Table Section */
#compareSection {
    background: var(--color-primary);
    padding: 16px 10px 24px;
    margin-top: 16px;
}

.compareSection_title {
    color: #FFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.31);
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.compareSection_title::before {
    content: '';
    display: block;
    background-image: url('images/search.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 29px;
    height: 24px;
}

.section-header {
    text-align: center;
    margin-bottom: 16px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.section-icon {
    height: 40px;
    width: auto;
}

.scroll-hint {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}

/* Company Card */
.company-card {
    margin: 32px 0;
    border: 1px solid #01B2AF;
    border-radius: 5px;
}

.card-header {
    padding: 16px;
    border-bottom: 2px solid #01B2AF;
}

.company-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.company-rating {
    border-bottom: 1px solid #BABABA;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.rating-score {
    color: #FF0000;
    font-size: 16px;
    font-weight: 700;
}

.rating-details {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.rating-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
}

.rating-label {
    background: #F0F0F0;
    padding: 8px;
    font-weight: 700;
    font-size: 14px;
}

.rating-circles {
    color: #D9D9D9;
}

.application-timer {
    background-color: #333333;
    border-radius: 2px;
    padding: 12px 8px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.btn-apply {
    display: block;
    background: linear-gradient(180deg, #3BC442 0%, #43B140 100%);
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
}

/* Card Body */
.card-body {
    padding: 24px 16px;
}

.cardloans .cardloan + .cardloan {
    margin-top: 32px;
}

.cardloan {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cardloan_header {
    padding: 8px 0;
    border-bottom: 2px solid var(--Primary, #01B2AF);
}

.cardloan_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.cardloan_view {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.cardloan_image {
    width: 50.6%;
}

.cardloan_rating {
    flex: 1;
}

.point {
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    padding: 24px 16px;
    position: relative;
}

.cardloan .point {
    margin-top: 16px;
}

.point_title {
    position: absolute;
    top: -12px;
    left: 11px;
    background: #FFFFFF;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
}

.point_list {
    line-height: 1.5;
    
}

.point_list li {
    position: relative;
    padding-left: 26px;
}

.point_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 24px;
    background-image: url('images/icon_check_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.point_list li + li {
    margin-top: 16px;
}

.check-mark {
    color: #01B2AF;
    font-weight: 700;
}


.company-details .btn-more {
    margin-top: 16px;
}

.btn-more {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    background: linear-gradient(180deg, #FA6436 0%, #FA6436 50%, #FA6436 50.01%, #FA6436 100%);
}

.btn-more::after {
    content: '';
    display: block;
    background-image: url('images/icon_arrow_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
}

.company-info {
    padding: 0.5em;
    background-color: #f5f5f5;
    margin-top: 16px;
    line-height: 1.5;
    font-size: 14px;
    color: #717171;
}

.company-info ul {
    position: relative;
}
.company-info li {
    position: relative;
    padding-left: 0.8em;
}
.company-info li::before {
    display: block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: #717171;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.sc_header .hukidashi {
    margin-bottom: 16px;
}
.sc_title {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.31);
    background: #01B2AF;
    padding: 9px 8px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#guideSection .sc_title::before, #guideSection .sc_title::after {
    content: '';
    display: block;
    background-image: url('images/icon_guide.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
}


/* Footer */
.site-footer {
    background: #EBF9F9;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    text-align: center;
}

.copyright {
    color: #01B2AF;
    font-size: 12px;
}

/* メディアクエリ: 620px以上の場合のスタイル */
@media screen and (min-width: 620px) {
    .main-title {
        font-size: 20px;
        text-align: center;
        line-height: 1.8;
    }

    .compareSection_title {
        font-size: 28px;
    }

    .comparison-table {
        font-size: 16px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
        min-width: 140px;
    }

    .company-logo {
        width: 120px;
    }

    .btn-detail {
        font-size: 14px;
        padding: 10px 20px;
    }

    .cardloan {
        padding: 24px;
    }

    .cardloan_title {
        font-size: 24px;
    }

    .timer_header_text {
        font-size: 14px;
    }

    .timer_countdown_number {
        font-size: 18px;
    }

    .timer_btn {
        font-size: 18px;
        padding: 12px 24px;
    }

    .point_title {
        font-size: 20px;
    }

    .point_list {
        font-size: 16px;
    }

    .details-table th,
    .details-table td {
        font-size: 16px;
        padding: 12px 8px;
    }

    .contents h3 {
        font-size: 20px;
        padding: 12px 16px;
    }

    .feature-description {
        font-size: 16px;
        line-height: 1.8;
        margin: 16px 0;
    }

    .hukidashi {
        font-size: 22px;
    }

    .note {
        font-size: 15px;
    }
}

/* カードローン一覧のレイアウト改善 */
.cardloans .inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* タイマー表示の改善 */
.timer_countdown {
    margin: 8px 0;
}

/* 比較表のスクロールインジケーター */
.scroll-hint {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    padding: 4px;
    background: rgba(1, 178, 175, 0.08);
    border-radius: 4px;
}

/* ボタンホバーエフェクト */
.btn-detail:hover,
.timer_btn:hover,
.btn-more:hover {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* セクション間のスペーシング */
.sc {
    margin-bottom: 40px;
}

.sc:last-child {
    margin-bottom: 0;
}