@media (min-width: 1000px) {
    .shaken-system-wrapper .shaken-table {
        table-layout: fixed;
        width: 100%;
    }
    .shaken-system-wrapper .shaken-table th.time-col, 
    .shaken-system-wrapper .shaken-table td.time-cell {
        width: 80px;
    }
}

@media (max-width: 999px) {
    .shaken-system-wrapper .shaken-table th:nth-child(n+9),
    .shaken-system-wrapper .shaken-table td:nth-child(n+9) {
        display: none;
    }

    .shaken-system-wrapper .shaken-table {
        width: 100%;
		min-width: unset;
        table-layout: fixed;
    }

    .shaken-system-wrapper .shaken-table th.time-col, 
    .shaken-system-wrapper .shaken-table td.time-cell {
        width: 50px;
        font-size: 12px;
    }

    .shaken-system-wrapper .shaken-table th, 
    .shaken-system-wrapper .shaken-table td {
        padding: 5px 2px;
        font-size: 11px;
    }

    .shaken-system-wrapper .slot-box, 
    .shaken-system-wrapper .slot-closed {
        width: 100%;
        max-width: 100%;
        min-width: 0;       
        padding: 8px 0;    
        margin: 0;
        box-sizing: border-box;
    }

    .shaken-system-wrapper .status-ok, 
    .shaken-system-wrapper .status-few,
    .shaken-system-wrapper .slot-closed {
        font-size: 13px;
        line-height: 1;
        text-align: center;
    }

	.shaken-system-wrapper {
		padding: 10px 20px;
	}

}

@media (max-width: 960px) {
    .grid-container {
    	grid-template-columns: repeat(2, 1fr); 
    }

	.service-grid {
        grid-template-columns: repeat(3, 1fr); 
        gap: 20px;
    }

    .service-item {
        min-height: 220px; 
    }

	.service-arrow {
		margin-top: 0;
	}

	.est-container {
        margin: 30px 15px; 
    }

    .est-main {
        gap: 20px; 
        padding: 20px;
    }

    .est-car-grid {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        gap: 10px;
    }

    .est-car-item {
        padding: 10px 5px;
        font-size: 16px;
    }

    .est-car-desc {
        font-size: 13px;
        margin-top: 8px;
    }

    .est-car-badge {
        font-size: 13px;
    }

	.est-car-item .fa-check {
		left: 5px;
    	top: 2px;
	}
}

@media screen and (min-width: 769px) {
  .header {
    height: 110px;
    transition: height 0.3s ease, background-color 0.3s ease;
  }

  .header-logo img {
    height: 80px; 
    transition: height 0.3s ease;
  }

  .header.is-scrolled {
    height: 60px;
  }

  .header.is-scrolled .header-logo img {
    height: 50px; 
  }
}

@media (max-width: 768px) {
	.only-pc {
		display: none;
	}

	.only-sp {
		display: block;
	}

	.only-768px {
		display: block;
	}

	.header-container {
		padding: 0 20px;
	}

	.hero-inner {
		padding-bottom: 45%; 
	}

	.hero-catch {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.hero-logo-img {
		width: 50px;
		margin-right: 10px;
	}

	.hero-sub-title {
		font-size: 17px;
	}

	.hero-main-title {
		font-size: 26px;
	}

	.mv-breadcrumb {
		padding: 15px 20px;
	}

	.mv-container {
		height: 260px;
	}

	.mv-title-box {
		padding: 15px 40px;
		min-width: 600px;
	}

	.mv-title {
		font-size: 24px;
	}

	.top-section { 
		padding: 50px 20px; 
	}

	.top-row, .top-row.top-reverse {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}

	.top-center-title { 
		font-size: 22px; 
	}

	.top-service-title { 
		font-size: 20px; 
	}

	.top-reserve-row {
		flex-direction: column;
		gap: 40px;
	}
	
	.top-reserve-col:first-child {
		border-right: none;
		border-bottom: 1px solid #333; 
		padding-bottom: 40px;
	}
	
	.top-reserve-title {
		min-height: auto;
		margin-bottom: 20px;
	}

	.message-section {
		padding: 50px 20px 60px;
	}

	.message-title {
		font-size: 20px;
	}

	.message-body {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 40px;
	}

	.message-col {
		font-size: 16px;
	}

	.outline-wrapper {
		flex-direction: column;
		gap: 35px;
	}

	.outline-content {
		width: 100%;
	}

	.outline-section,
	.bases-section,
	.history-section {
		padding: 60px 20px;
	}

	.outline-header {
		width: 100%;
	}

	.outline-table th, 
	.outline-table td {
		padding: 16px 20px;
	}

	.outline-table th {
		width: 100%;
		display: block;
		padding-bottom: 5px;
		background: none !important;
	}

	.outline-table td {
		width: 100%;
		display: block;
		padding-top: 0;
	}

	.outline-table tr {
		display: block;
		border-bottom: 1px solid #e0e0e0;
	}

	.outline-table tr:nth-child(odd) {
		background-color: #f7f7f7 !important;
	}

	.bases-top-wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.bases-header {
		width: 100%;
	}

	.bases-top-right-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
		width: 100%;
	}

	.bases-image {
		width: 100%;
		max-width: 100%;
	}

	.bases-map-wrapper {
		height: 240px;
	}

	.bases-map-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.bases-bottom-btn-wrap {
		width: 100%;
		max-width: 100%;
	}

	.history-wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.history-header {
		width: 100%;
	}

	.history-timeline-list::before {
		left: 12px;
	}

	.history-timeline-item {
		flex-direction: column;
		gap: 8px;
		padding-left: 30px;
	}

	.history-year-month {
		width: 100%;
		text-align: left;
	}

	.history-dot {
		left: 7px;
		top: 7px;
	}

	.history-text {
		padding-left: 0;
		font-size: 16px;
	}

	.contact-banner {
		height: 200px;
		margin-bottom: 40px;
	}

	.contact-banner-title {
		font-size: 22px;
	}

	.contact-lead-text {
		font-size: 16px;
		text-align: left; 
		margin-bottom: 35px;
	}

	.contact-form-btn {
		max-width: 100%; 
		padding: 18px 0;
	}

    .week-2 { display: none; }
	
	.syakn-benefit-card.is-wide {
        grid-column: span 1;
    }

    .syakn-card-wide-inner {
        flex-direction: column;
        gap: 10px;
    }

    .syakn-card-wide-body {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .syakn-benefits-grid .syakn-card-title {
        font-size: 18px;
    }

    .syakn-card-price {
        font-size: 20px;
    }

    .syakn-card-price span {
        font-size: 16px;
    }

    .shaken-table th, .shaken-table td {
        padding: 8px 2px;
        font-size: 11px;
    }

    .slot-name { display: none; }
    .slot-time { font-size: 10px; }

    .shaken-nav { 
		align-items: center; 
		gap: 5px;
	}

    .shaken-legend { 
		justify-content: flex-end; 
	}

	.syakn-mv-container { 
		height: 260px; 
	}
	.syakn-mv-title-box { 
		padding: 15px 40px; 
		min-width: 240px; 
	}

	.syakn-mv-title { 
		font-size: 16px; 
	}
	
	.syakn-intro-section { 
		padding: 50px 20px 40px; 
	}
	
	.shaken-price-table { 
		display: block; 
		overflow-x: auto; 
		white-space: nowrap; 
	}
	
	.syakn-benefits-grid {
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		margin-bottom: 40px;
	}
	.syakn-benefit-card { 
		padding: 25px 15px; 
	}
	
	.syakn-benefit-row-item { 
		flex-direction: column;
		justify-content: flex-start;
		height: auto;
	}
	.syakn-row-img { 
		width: 100%; 
		height: 200px; 
	}

	.syakn-row-content { 
		padding: 25px 20px; 
	}

	.syakn-other-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.syakn-other-card { 
		width: 100%; 
	}
	
	.contact-banner { 
		height: 200px; 
	}

	.syakn-benefits-section,
	.syakn-price-section {
		padding: 30px 10px;
	}

	.syakn-flow-container {
		padding: 30px 10px;
	}
	
	.syakn-flow-card {
		flex-direction: column; 
		padding: 20px;
		gap: 15px;
	}

	.syakn-flow-left {
		flex: none;
		width: 100%;
	}

	.syakn-flow-img-wrapper {
		/* max-width: 280px; */
		margin: 0 auto;
	}
	
	.syakn-flow-right {
		width: 100%;
	}

	.syakn-hayawari-icon {
		width: 150px;
		height: 135px;
	}

	.syakn-other-icon {
    	width: 95px;
		height: 100px;
	}

	.flow-section-v2 {
		padding: 20px 10px 0;
	}

	.flow-title-bar {
		margin-left: 20px;
		margin-top: -20px;
		padding: 12px 25px;
	}
	
	.flow-title-bar .section-title-v2 {
		font-size: 20px; 
	}

	.step-grid-v2,
	.step-grid-v3 {
		grid-template-columns: 1fr; 
		gap: 40px;
		margin-top: 40px;
	}

	.step-image-v2 {
		aspect-ratio: 16 / 10; 
		margin-bottom: 5px;
	}

	.step-name-v2 {
		font-size: 20px; 
	}

	.step-text-v2 {
		font-size: 15px; 
	}

	.step-badge-v2 {
		font-size: 16px;
	}

	.service-detail-section {
        padding: 60px 10px;
    }

    .service-detail-section .syakn-intro-lead,
	.syakn-intro-section .syakn-intro-lead {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center; 
    }

    .service-detail-catch {
        font-size: 15px;
        margin-bottom: 25px;
        padding: 0 15px;
    }

    .service-detail-text-block p {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 10px;
        word-break: break-all; 
    }

	.service-gallery-grid {
        grid-template-columns: 1fr; 
        gap: 30px;
    }
    
    .service-case-comparison {
        flex-direction: column; 
        gap: 15px;
    }
    
    .service-case-arrow {
        transform: rotate(90deg); 
        margin: 5px 0;
    }
    
    .service-case-img-wrap {
        width: 100%;
        max-width: 100%;
    }

    .service-case-desc {
        font-size: 16px;
        line-height: 1.8;
        padding: 0 10px;
    }

	.grid-container.houjin-grid {
        grid-template-columns: 1fr; 
        gap: 30px;
    }

	.service-wrapper {
		padding: 0 20px;
	}

	.hj-banner-in { 
		padding: 100px 20px; 
	}

    .hj-banner-txt { 
		font-size: 24px; 
	}

	.section-title {
    	font-size: 22px;
	}

	.policy-main-title {
    	font-size: 24px;
	}

	.kjn-grid {
        gap: 35px;
    }

    .kjn-card {
        flex-direction: column;
        gap: 20px;
    }

    .kjn-imgbox,
    .kjn-body {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .kjn-imgbox {
        border-radius: 16px;
    }

    .kjn-sub-ttl {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .kjn-txt {
        font-size: 16px;
    }

	.kjn-chk-card {
		padding: 40px 20px;
	}

	.kjn-proc-card {
        flex-direction: column-reverse; 
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }
    
    .kjn-proc-body {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    .kjn-proc-text {
        margin-bottom: 15px;
    }

    .kjn-proc-imgbox {
        width: 120px;
        margin-bottom: 15px;
    }
    
    .kjn-proc-link-area {
        width: 100%;
        justify-content: space-between; 
        border-top: 1px solid #f0f0f0;
        padding-top: 15px;
    }

	.est-main {
        flex-direction: column; 
        gap: 30px;
    }

    .est-left-panel, 
    .est-right-panel {
        flex: none;
        width: 100%; 
    }

    .est-car-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

	.foot-container {
        padding: 50px 20px 40px;
    }

    .foot-container {
        padding: 20px;
    }

    .foot-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 40px;
        max-width: 100%;
    }

	.foot-logo-img {
		width: 50px;
	}

    .foot-info {
        text-align: left;
        flex: 1;
    }

    .foot-logo-area {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
    }

    .foot-catch {
        font-size: 13px;
    }

    .foot-brand {
        font-size: 20px;
    }

    .foot-details {
        font-size: 13px;
        line-height: 1.8;
    }

    .foot-details p {
        margin: 0;
    }

    .foot-links {
        display: flex;
        align-items: flex-end;
        gap: 5px;
        flex: 0 0 auto;
    }

    .foot-link-item img {
        height: 40px; 
        width: auto;
    }

    #copy {
        padding: 10px 20px;
        border-top: 1px solid #e6e6e6;
    }

    .policy-footer-flex {
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .policy-footer-links {
        display: flex;
        flex-direction: row; 
        justify-content: flex-start;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

    .policy-footer-links a {
        font-size: 13px;
        color: #333; 
        text-decoration: none;
    }

    .policy-copyright {
        font-size: 11px;
        color: #333;
        text-align: right;
    }

	.contact-section {
		padding: 60px 20px; 
	}

	.app-repair-card-body {
		flex-direction: column;
		gap: 0;
	}

	.app-repair-note-txt {
		text-align: left;
	}

	.app-repair-info-row {
		justify-content: center;
		gap: 5px;
	}

	.floating-actions {
		right: 12px;
		bottom: 12px;
		gap: 8px;
	}

	.btn-circle {
		width: 68px;
		height: 68px;
		font-size: 10px;
	}

	.btn-square-top {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.kjn-panel-grid,
    .kjn-used-panel-wrap {
        padding: 30px 10px;
        gap: 20px;
    }

    .kjn-panel-card {
        flex-direction: column;
        border-radius: 16px;
    }

    .kjn-panel-imgbox {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 200px; 
    }

    .kjn-panel-body {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 24px 20px 28px;
    }

    .kjn-panel-card::after,
    .kjn-panel-card.is-used::after {
        font-size: 70px;
        right: 12px;
        bottom: -10px;
    }

    .kjn-card-badge {
        font-size: 16px;
        padding: 4px 16px;
        margin-bottom: 10px;
    }

    .kjn-card-lead {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .kjn-card-name {
        font-size: 16px;
    }

    .kjn-card-subname {
        font-size: 16px;
        display: block; 
        margin-top: 2px;
    }

    .kjn-card-desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .kjn-panel-btn-wrap {
        max-width: 100%;
    }

    .kjn-panel-btn-wrap .contact-form-btn {
        width: 100%;
        padding: 16px 0;
        font-size: 15px;
    }
    
    .syakn-intro-lead {
        font-size: 20px;
        padding: 20px 0 10px;
    }

    .service-detail-text-block p {
        font-size: 15px;
        padding: 0 15px;
    }

	.service-04-pd {
		padding: 0 10px;
	}

	.proc-nav-menu {
        margin: 25px auto 15px;
        gap: 10px;
    }
    
    .proc-nav-btn {
        width: calc((100% - 10px) / 2);
        font-size: 17px;
        padding: 12px 8px;
    }

}

@media (max-width: 700px) {
    .header-menu {
        display: none; 
    }

    .hamburger-btn {
        display: block !important;
        background: none;
        border: none;
        width: 30px;
        height: 24px;
        position: relative;
        z-index: 2000;
        cursor: pointer;
    }

    .hamburger-btn span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #333; 
        left: 0;
        transition: all 0.3s ease;
    }

    .header-btn span { 
		background-color: #333; 
	}
    .header.is-scrolled .hamburger-btn span { 
		background-color: #fff; 
	}
    .header:not(.is-top-inactive):not(.is-scrolled) .hamburger-btn span { 
		background-color: #fff; 
	}

    .hamburger-btn span:nth-child(1) { top: 0; }
    .hamburger-btn span:nth-child(2) { top: 11px; }
    .hamburger-btn span:nth-child(3) { bottom: 0; }

    .hamburger-btn.is-active span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
        background-color: #fff !important;
    }

    .hamburger-btn.is-active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.is-active span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
        background-color: #fff !important;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%; 
        height: 100vh;
        background-color: rgba(233, 23, 19, 0.85);
        z-index: 1500;
        transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15); 
    }

    .header-nav.is-open {
        right: 0;
    }

    .header-nav .header-menu {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
        padding: 0;
    }

    .header-nav .header-item {
        width: 100%;
        text-align: center;
    }

    .header-nav .header-item a {
        color: #fff !important;
        font-size: 15px; 
        font-weight: bold;
        letter-spacing: 0.1em;
        text-decoration: none;
        display: block;
        align-items: center;
        padding: 5px 0;
    }
    
	.en-sub {
		display: block;
	}

    .header-nav .header-item a .en-sub {
        font-family: "Times New Roman", "Helvetica Neue", Arial, sans-serif;
        font-size: 11px; 
        font-weight: 500;
        letter-spacing: 0.2em;
        color: rgba(255, 255, 255, 0.6);
    }

    .header-nav .header-item a::after {
        display: none !important;
    }

}

@media (max-width: 600px) {
    .grid-container {
    	grid-template-columns: 1fr; 
    }

    .card {
    	padding: 20px;
    }

	.service-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px 15px; 
		padding: 0;
        padding-top: 40px;
    }

    .service-item {
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: flex-start;
        padding: 10px 5px;
        text-align: center; 
    }

    .service-item:nth-child(5) {
        grid-column: span 2;
        width: 60%;
        margin: 0 auto;
    }

    .service-icon-wrap {
        width: 110px;
        height: 110px;
        flex-shrink: 0; 
        margin: 0 auto 15px auto; 
    }

    .service-icon-wrap img {
        width: 70px;
        height: 70px;
    }

    .service-text {
        font-size: 13px;
        line-height: 1.4;
        width: 100%;
    }


	.kjn-change-body {
		padding: 0 10px;
	}

	.kjn-flow-grid {
        flex-direction: column;
        gap: 30px; 
        margin-bottom: 50px;
    }

    .kjn-flow-card {
        width: 100%;
        min-height: auto;
        padding: 40px 20px 25px 20px;
    }

    .kjn-arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 12px 0 12px;
        border-color: #e91713 transparent transparent transparent;
        margin: 10px auto;
    }

	.kjn-panel-grid {
		flex-direction: column;
	}

	.kjn-badge {
		left: 5%;
	}

	.kjn-chk-wrap {
		overflow: hidden !important;
		padding: 0 0 10px 0 !important;
		margin: 20px -20px !important; 
		/* position: relative !important; */
		left: 0 !important;
		transform: none !important;
		overscroll-behavior-x: none !important;
	}

	.kjn-chk-grid {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		grid-template-columns: none !important;
		gap: 12px !important; 
		width: 100% !important;
		padding: 0 6vw !important; 
		box-sizing: border-box !important;
		touch-action: pan-y !important;
	}

	.kjn-chk-card {
		flex: 0 0 88vw !important;  
		width: 88vw !important;
		min-width: 88vw !important;  
		max-width: 88vw !important;
		min-height: auto !important;
		padding: 35px 24px !important; 
		box-sizing: border-box !important;
		transform: none !important;
	}

	.kjn-chk-dots {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 10px;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.kjn-chk-dot {
		width: 8px;
		height: 8px;
		background-color: #cbd5e1;
		border-radius: 50%;
		display: inline-block;
		transition: all 0.3s ease;
		cursor: pointer;
	}

	.kjn-chk-dot.is-active {
		background-color: #e91713;
		width: 18px;
		border-radius: 4px;
	}

	.voice-title { 
		font-size: 20px; 
	}

    .voice-card { 
		min-width: 290px; 
		width: 290px; 
		padding: 20px; 
	}

    .voice-container { 
		padding: 0 20px; 
	}

	.foot-container {
        padding: 20px 15px;
    }

	.foot-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.policy-footer-flex {
		flex-direction: column;
		gap: 10px;
	}

	.policy-copyright {
		font-size: 10px;
	}

	.foot-details {
        font-size: 12.5px;
	}

	.action-buttons-row {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
	.only-768px {
		display: none;
	}

	.only-500px {
		display: block;
	}

	.no-500px {
		display: none;
	}

	.header-nav {
		width: 80%;
	}

   	.mv-title-box {
		padding: 0;
		min-width: unset;
		width: 100%;
	}

	.mv-title {
		font-size: 22px;
	}

	.top-center-title {
        font-size: 20px;
    }

	.top-service-desc {
		text-align: left;
		font-size: 16px;
	}

	.top-promise-title {
    	font-size: 21px;
	}

	.top-promise-desc {
		margin-bottom: 20px;
		text-align: left;
	}

	.bases-map-wrapper {
		height: 160px; 
	
	}

	.bases-map-bottom {
		gap: 15px; 
	}

	.bases-bottom-address {
		flex-direction: column;
		gap: 4px;
		font-size: 15px;
		padding: 0 5px;
	}

	.address-label {
		font-weight: bold;
	}

	.bases-bottom-btn-wrap {
		width: 100%;
		max-width: 100%;
	}

	.contact-banner {
		height: 140px;
		margin-bottom: 30px;
	}

	.contact-banner-title {
		font-size: 20px; 
		letter-spacing: 0.05em;
	}

	.contact-banner-sub {
		font-size: 13px;
	}

	.contact-lead-text {
		font-size: 16px;
		line-height: 1.5;
		text-align: justify;
		margin-bottom: 30px;
	}

	.syakn-intro-lead {
		text-align: left;
		line-height: 1.5;
	}

	.houjin-card-main-ttl {
        font-size: 20px;
        margin: 25px 0 40px 0;
    }

	.houjin-card-text {
		font-size: 16px;
	}

    .houjin-card-content {
        padding: 0; 
    }

    .card.houjin-card {
        padding-bottom: 30px;
    }

	.hj-banner-txt {
        font-size: 21.5px;
    }

	.hj-desc-block {
		text-align: left !important;
	}

	.hj-faq-title { 
		font-size: 22px; 
		margin-bottom: 30px; 
	}

    .hj-faq-icon-q, .hj-faq-icon-a { 
		margin-right: 12px; 
		width: 30px; 
		height: 30px; 
		font-size: 16px; 
	}

    .hj-faq-q-txt, .hj-faq-a-txt { 
		font-size: 16px; 
	}

    .hj-faq-toggle-btn { 
		font-size: 16px; 
	}

	.hj-switch-area { 
        margin: 35px auto 20px auto; 
    }

    .hj-switch-container {
        padding: 4px; 
    }

    .hj-switch-btn { 
        padding: 11px 0; 
        font-size: 16px; 
    }

	.flow-main-image-wrap img { 
		height: 130px;
	}

	.flow-title-bar {
        margin-left: -10px;
	}

	.section-title,
	.section-title, .flow-v2section-title  {
        font-size: 20px;
		text-align: left;
    }

	.syakn-benefits-grid {
        grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 0;
	}

	.syakn-benefit-card {
        padding: 15px;
		gap: 10px;
    }

	.syakn-hayawari-icon {
        width: 100px;
        height: 95px;
		margin: 0 auto;
    }

	.syakn-action-area {
		padding: 0 20px 20px;
	}

	.syakn-other-icon {
        width: 66px;
        height: 80px;
		margin: 0 auto;
	}

	.syakn-card-title {
		font-size: 15px;
	}

	.syakn-benefit-row-list { 
		margin-top: 0;
	}

	.outline-table th, .outline-table td {
        padding: 8px 10px;
    }

	.service-wrapper {
    	margin-top: 0;
	}

	.policy-main-title {
    	font-size: 22px;
	}

	.service-detail-text-block p {
		text-align: left;
	}

	.top-lead {
		font-size: 20px;
		text-align: left;
		padding-bottom: 30px;
	}

	.top-desc-block {
		text-align: left;
	}

	.top-highlight {
		font-size: 20px;
	}

	.top-desc-block > .top-highlight {
		text-align: center !important;
		display: flex;
        justify-content: center;
	}

	.top-center-desc {
		text-align: left;
	}

	.kjn-change-header {
		padding: 16px;
	}

	.kjn-change-title {
		font-size: 18px;
		gap: 26px;
	}

	.kjn-change-title i {
		font-size: 23px;
	}

	.kjn-panel-main-ttl {
		font-size: 18px;
	}

	.kjn-chk-grid {
		margin: 20px auto 35px auto;
	}

	.kjn-proc-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

	.est-main {
        padding: 15px;
    }
    .est-section-title {
        font-size: 15px;
    }
    .est-car-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .est-car-item {
        font-size: 15px;
    }

    .est-car-name {
        margin-top: 15px;
    }

    .est-car-desc {
        font-size: 11px;
        line-height: 1.2;
    }

    .est-car-badge {
        font-size: 10px;
        padding: 2px 4px;
    }

    .est-total-amount {
        font-size: 20px;
    }

    .est-detail-table th, 
    .est-detail-table td {
        padding: 8px;
        font-size: 13px;
    }

    .est-notes {
        font-size: 12px;
    }

	.shaken-btn {
		padding: 5px 10px;
		font-size: 12px;
	}

	.shaken-pager {
		font-size: 15px;
	}

	.shaken-legend {
    	font-size: 10px;
	}

	.shaken-system-wrapper .shaken-table th, 
	.shaken-system-wrapper .shaken-table td {
		font-size: 12px;
	}

	.message-section {
		padding: 40px 20px 0;
	}

	.bases-image img {
		object-fit: cover;
	}

	.service-ttl {
		margin-bottom: 50px;
	}

	.kjn-panel-imgbox {
        height: 180px;
    }

    .kjn-card-lead {
        font-size: 17px;
    }

    .kjn-panel-card::after,
    .kjn-panel-card.is-used::after {
        font-size: 60px;
    }

	.proc-simple-card {
		padding: 35px 10px;
	}

	.proc-nav-btn {
        width: 100%;
        padding: 12px 10px;
		font-size: 15px;
    }

	.kjn-all-bk {
		padding: 30px 10px 60px;
	}

	.service-detail-section .syakn-intro-lead,
	.syakn-intro-section .syakn-intro-lead {
		text-align: left;
		margin: 0;
		font-size: 17px;
	}

	.kjn-all-bk .section-title {
		text-align: center;
		padding: 20px 10px;
	}

	.syakn-intro-section {
        padding: 50px 10px 0;
    }

	.houjin-card-sub-ttl {
		font-size: 19px;
	}

	.kjn-txt {
		line-height: 1.5;
	}

	.kjn-flow .syakn-intro-lead {
		text-align: center;
	}

	.bk-wt .syakn-intro-lead {
		text-align: center;
		font-size: 20px;
	}

	.kjn-grid {
		margin-top: 30px;
	}

	.proc-simple-title {
		font-size: 20px;
	}

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

	.syakn-ttl-center .section-title,
	.syakn-ttl-center .flow-v2section-title {
		text-align: center !important;
	}

	.step-name-v2 {
		font-size: 19px;
	}

	.flow-section-v2 .step-card-v2 {
		padding: 40px 10px;
	}

	.step-header-meta {
		padding-top: 15px;
	}

	/* バナー部分 */
	.bottom-banner-area {
		flex-direction: column;
		gap: 15px;
		margin-top: 70px;
	}
	
	.bottom-banner-item {
		width: 100%;
		max-width: 350px; 
	}

}