

body{
	font-family: "Inter", sans-serif;
	background:#f4f4f4;
	margin: 0;
	background-image: url("assets/img/bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p,h1,h2,h3 {
	margin: 0;
}

header {
	position: fixed;
    top: 0;
    width: 100%;
    max-width: 650px;
    padding: 5px 0;
    background-color: #fff;
    color: #3e3a39;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car__wrapper{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

max-width:1200px;

margin:auto;

}

.car__post-box{
	background: #fff;
	border: 3px solid #f63e03;
	position: relative;
    border-radius: 10px;
}

.car__post-box--top{
	color:white;
	display:flex;
	justify-content:space-between;
	font-weight:bold;
}


.car__post-box--img img{

width:100%;

}

/*.car__post-box-price-nm b{

font-size:50px;

color:red;

}*/
.car__post-box--btn {
    color: white;
    text-align: center;
    
    border-radius: 30px;
    margin: 10px;
    background: linear-gradient(to bottom, #7be35b, #28a745);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.car__post-box--btn:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 10px rgba(0,0,0,0.3);
}

.div-link{

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

}



.car__post--inner {
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;*/
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}


.button-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
}
.bt-item {
    width: 30%;
    text-align: center;
    margin: 0 10px;
}
.bt-item.btn-one {
    border-radius: 8px;
    box-shadow:0 2px 0 rgba(0,0,0,0.3);
    border:2px solid rgba(255,255,255,0.3);
    background:linear-gradient(
	    to bottom,
	    #ff5c3a,
	    #e32700
	);
}

a.btn-one {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.bt-item a span {
    font-size: 16px;
}


.bt-item.btn-two {
    background:linear-gradient(
	    to bottom,
	    #ffc640,
	    #ff8a00
	  );
    border-radius: 8px;
    box-shadow:0 2px 0 rgba(0,0,0,0.3);
    border:2px solid rgba(255,255,255,0.3);
}

a.btn-two {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.bt-item.btn-three {
    background:linear-gradient(
	    to bottom,
	    #7be35b,
	    #28a745
	  );
    border-radius: 8px;
    box-shadow:0 2px 0 rgba(0,0,0,0.3);
    border:2px solid rgba(255,255,255,0.3);
}

a.btn-three {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.bt-item:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 10px rgba(0,0,0,0.3);
}

.line-color-text {
    /* margin-top: -27px; */
    margin-top: -9px;
    position: relative;
    z-index: 1;
}

.car-list-content {
    background-image: url(assets/img/bg-list.png);
    padding-bottom: 40px;
}
.car__post-box--top.kei_car b {
    background-color: #f63e03;
    border-bottom-right-radius: 12px;
}
.car__post-box--top.kei_car em {
	background-color: #f63e03;
    border-bottom-left-radius: 12px;
}
.car__post--inner {
    padding: 0 14px;
    /* margin-top: -54px; */
    margin-top: -32px;
}


.car__post-box--year.kei_car {
    background-color: #f63e03;
    color: #fff;
    
}
.car__post-box-price{
	display:flex;
    justify-content: space-around;
	align-items:center;
	width: 100%;
	padding: 10px 1px;
	background-color: #f63e03;
}

/* label 支払総額 */
.allprice{
	background:black;
	color:white;
	border-radius:5px;
	font-weight:bold;
	font-style: normal;
}

/* price area */
.car__post-box-price-nm{
	display:flex;
	align-items:flex-start;
}

/* BIG PRICE */
/* .car__post-box-price-nm b {
	font-weight: 900;
	line-height: 1;
	color: #f6c400;
	background: linear-gradient(
		45deg,
		#FFD100 0%,
		#B98F00 17%,
		#C29F00 50%,
		#FFCC41 75%,
		#FFCC41 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;

	text-shadow:
		1px 0 0 #000,
		-1px 0 0 #000,
		0 1px 0 #000,
		0 -1px 0 #000,
		1px 1px 0 #000,
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000;
} */

.car__post-box-price-nm b {
	font-family: "Arial Black", "Impact", "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-size: 0.6em;
	line-height: 0.9;
	display: inline-block;
	color: transparent;
	background: linear-gradient(
		45deg,
		#FFD100 0%,
		#B98F00 17%,
		#C29F00 50%,
		#FFCC41 75%,
		#FFCC41 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #000;
	paint-order: stroke fill;
}

/* 万円 */

.car__post-box-price-nm span{
	font-weight:bold;
	margin-left:5px;
	align-self:center;
}

.car__post-box--img.lp {
    margin-bottom: -9px;
}
.car__post-box--loan {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 0px;
    justify-content: space-around;
}
h3.car__post-box--loan--title {
    margin: 0;
}
.car__post-box--loan--price--detail b {
    color: #ff0000;
    font-weight: 900;
    font-family: "Inter", sans-serif;
}

.car__post-box--text ul {
    margin: 0;
    padding: 0;
}

.car__post-box--button {
    display: flex;
    gap: 10px;
    padding: 16px 10px;
}
.car__post-box--button a {
    background-color: #ffd100;    
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;  
}
.btn-special p {
    margin: 0px;
}
.btn-special {
    display: flex;
    align-items: center;
    padding: 0 6px;
}
p.text-muus {
    background-color: #fff;
    color: #148e02;
    border-radius: 3px;
}

/* p.main-bt-text strong {
    position: absolute;
    font-size: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #1f8b0e;
    top: 31%;
    padding: 1px;
    right: -28px;
} */

p.main-bt-text strong {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	background-color: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	color: #1f8b0e;
	top: 31%;
	right: -28px;
	padding: 0;
	line-height: 1;
}

footer {
    background-color: #000;
    padding: 28px 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-bottom: 87px;
}
footer p {
    color: #fff;
    font-weight: 300;
}

.tenpo-content {
    background-color: #fef7cb;
    padding: 15px;
}
.tenpo-item {
    padding: 15px;
    border: 4px solid #fbbc03;
    margin-bottom: 15px;
    background-color: #fff;
}

.tenpo-item.tempo-one h3.tempo-title {
    text-align: center;
    margin-bottom: 15px;
    background-color: #ed000d;
    color: #fff;
    padding: 8px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
}


.tenpo-item.tempo-two h3.tempo-title {
    text-align: center;
    margin-bottom: 15px;
    background-color: #40B32F;
    color: #fff;
    padding: 8px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.tenpo-item.tempo-three h3.tempo-title {
    text-align: center;
    margin-bottom: 15px;
    background-color: #D08A23;
    color: #fff;
    padding: 8px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.tenpo-item.tempo-four h3.tempo-title {
    text-align: center;
    margin-bottom: 15px;
    background-color: #A071DA;
    color: #fff;
    padding: 8px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.tenpo-item.tempo-five h3.tempo-title {
    text-align: center;
    margin-bottom: 15px;
    background-color: #FF8009;
    color: #fff;
    padding: 8px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
}

.tenpo-item.tempo-six h3.tempo-title {
    text-align: center;
    margin-bottom: 15px;
    background-color: #0080F1;
    color: #fff;
    padding: 8px;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 5px;
}
img.tempo-image {
    width: 100%;
}
.tempo-detail {
    padding: 15px 0 10px;
}

.tempo-detail p {
    margin: 12px 0;
}
.tempo-detail p span {
    color: #000;
    font-weight: 400;
}
.tenpo-item.tempo-one .tempo-detail p {
    color: #ed000d;
    font-weight: 600;
}

.tenpo-item.tempo-two .tempo-detail p {
    color: #40B32F;
    font-weight: 600;
}

.tenpo-item.tempo-three .tempo-detail p {
    color: #D08A23;
    font-weight: 600;
}

.tenpo-item.tempo-four .tempo-detail p {
    color: #A071DA;
    font-weight: 600;
}

.tenpo-item.tempo-five .tempo-detail p {
    color: #FF8009;
    font-weight: 600;
}

.tenpo-item.tempo-six .tempo-detail p {
    color: #0080F1;
    font-weight: 600;
}


.tenpo-item.tempo-one .tempo-detail a {
    background-color: #ed000d;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 30px;
    border-radius: 30px;
    letter-spacing: 3px;
}


.tenpo-item.tempo-two .tempo-detail a {
    background-color: #40B32F;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 30px;
    border-radius: 30px;
    letter-spacing: 3px;
}


.tenpo-item.tempo-three .tempo-detail a {
    background-color: #D08A23;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 30px;
    border-radius: 30px;
    letter-spacing: 3px;
}

.tenpo-item.tempo-four .tempo-detail a {
    background-color: #A071DA;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 30px;
    border-radius: 30px;
    letter-spacing: 3px;
}

.tenpo-item.tempo-five .tempo-detail a {
    background-color: #FF8009;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 30px;
    border-radius: 30px;
    letter-spacing: 3px;
}

.tenpo-item.tempo-six .tempo-detail a {
    background-color: #0080F1;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 30px;
    border-radius: 30px;
    letter-spacing: 3px;
}



/* Form */

.form-content {
    margin-top: 80px;
}
.form-detail {
    background-color: #fdf7d6;
    padding: 0 20px 20px;
}
.form-name {
    text-align: center;
    padding: 20px;
}
.form-name img {
    margin: 12px 0;
}
.form-info {
    background-color: #fff;
    padding: 20px;
}
.form-row {
    width: 100%;
    padding: 15px 0;
}
.form-row input, select {
    width: 100%;
    height: 36px;
    font-size: 16px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    margin-top: 5px;
    
}
.form-row textarea {
    width: 100%;
    font-size: 16px;
    height: 120px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    margin-top: 5px;
    padding-top: 10px;
}
.form-row label span {
    font-size: 14px;
    color: #f60000;
}
.form-row label {
    font-weight: 500;
}
.form-row.spec-iptu input {
    background-color: #d9d9d9;
}
.form-row.spec-iptu label{
    font-weight: normal;
}
.text-check-sub p span {
    font-size: 14px;
    color: #f60000;
}
.text-check-sub p a {
    color: #01579B;
    font-weight: 500;
}
.radio-box{
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}
.form-submit {
    margin: 20px 0;
    text-align: center;
}
.form-submit button {
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid rgb(246 171 70);
    background: linear-gradient(to bottom, #ffe201, #ff8c01);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
}
.form-submit button:hover {
    transform:translateY(-2px);
    box-shadow:0 6px 10px rgba(0,0,0,0.3);
}

label.radio-box {
    margin-top: 5px;
}
label.radio-box span {
    font-size: 14px;
    font-weight: 500;
}

/* thanks */
.thank-detail {
    background-color: #fffce6;
    height: 75vh;
    display: table;
    width: 100%;
}
.ththth {
    display: table-cell;
    width: 100%;
    height: 100vh;
    /* vertical-align: middle; */
    text-align: center;
    padding-top: 60px;
}
.ththth h3 {
    margin-bottom: 30px;
    font-size: 28px;
}
.ththth p {
    font-size: 16px;
    margin-bottom: 19px;
    font-weight: 500;
}
.ththth a {
    background-color: #f3f3f3;
    padding: 10px 35px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #c0c0c0;
    border-radius: 30px;
}
.mt-60 {
    margin-top: 60px;
}



article.car__post-box:hover {
    opacity: 0.8;
}

.lp-theme__cta--link--btn:hover {
    opacity: 0.7;
}

/* Responsive */
/* PC / Tablet */
@media (min-width: 769px) {
    .form-name h2 {
        font-size: 52px;
    }

    .sp-wrap {
        position: relative;
        max-width: 650px;
        margin: 0 auto;
    }
    .car__post-box-price-nm b {
        font-size:55px;
    }
    .sp {
        display: none;
    }
    .bt-item.btn-one {
        padding: 10px 0;
    }
    .bt-item.btn-two {
        padding: 10px 0;
    }
    .bt-item.btn-three {
        padding: 10px 0;
    }
    .button-list {
        padding: 14px 0;
        font-size: 24px;
    }
    .car__post-box--top.kei_car em {
        padding: 4px 12px 6px 12px;
        font-weight: 400;
    }
    .car__post-box--top.kei_car b {
        padding: 5px 12px 5px 9px;
        font-weight: 400;
    }
    .car__post-box--title{
        font-size: 18px;
        padding: 10px;
        font-weight: 500;
        height: 46px;
    }
    .car__post-box--year.kei_car {
        padding: 6px 5px;
        letter-spacing: 2px;
    }
    .car__post-box-price-nm span {
        font-size:20px;
    }
    .allprice {
        padding:4px 12px;
    }
    .car__post-box--loan--price--detail b {
        font-size: 36px;
    }
    .car__post-box--text {
        padding: 0 10px;
    }
    .car__post-box--text ul li {
        list-style-type: none;
        line-height: 31px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .car__post-box--button a {
        padding: 5px 20px;
        font-size: 18px;
    }
    .pc {
        display: block;
    }
    p.main-bt-text {
       font-size: 28px; 
    }
    p.main-bt-text span {
        font-size: 15px;
    }
    p.text-muus {
        font-weight: 800;
        padding: 0px 8px 1px;
        letter-spacing: 2px;
    }
    p.main-bt-text {
        font-weight: 800;
        letter-spacing: 1px;
        position: relative;
    }
    .btn-special {
        gap: 10px;
    }
    .car__post-box--btn {
        padding: 10px 0;
    }
    .car__post-box-price {
        gap:10px;
    }
    .menu-toggle {
        padding:10px;
    }
    .all-content {
        margin-top: 80px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .sp-wrap {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }
    .banner-ads img {
        width: 100%;
    }
    .line-color-text img {
        width: 100%;
    }
    .line-color img {
       width: 100%; 
    }
    .banner-top img {
        width: 100%;
    }
    .big-button-content img {
        width: 100%;
    }
    .banner-ads-btn img {
        width: 100%;
    }
    .car__post-box-price-nm b {
        font-size:34px;
    }
    .sp {
        display: block;
    }
    .bt-item.btn-one {
        padding: 6px 0;
    }
    .bt-item.btn-two {
        padding: 6px 0;
    }
    .bt-item.btn-three {
        padding: 6px 0;
    }
    .button-list {
        padding: 10px 0;
        font-size: 16px;
    }
    .tach-btn a {
        width: 95%;
    }
    .banner-ads-btn a {
        width: 95%;
    }
    .campaign-banner {
        display: none;
    }
    .car__post-box--top {
        gap: 10px;
    }
    .car__post-box--top.kei_car b {
        font-size: 11px;
    }
    .car__post-box--top.kei_car em {
        font-size: 11px;
        font-weight: 500;
    }
    .car__post-box--top.kei_car em {
        padding: 2px 4px 4px;
    }
    .car__post-box--top.kei_car b {
        padding: 2px 4px 4px;
    }
    .car__post-box--title{
        font-size: 13px;
        padding: 5px;
        font-weight: 500;
        height: 36px;

    }
    .car__post-box--year.kei_car {
        padding: 6px 2px;
        letter-spacing: 0px;
        font-size: 12px;
    }
    .car__post-box-price-nm span {
        font-size: 11px;
    }
    em.allprice {
        font-size: 9px;
        padding: 2px 4px;
    }
    p.car__post-box--loan--title {
        font-size: 11px;
    }
    .car__post-box--loan--price--detail b {
        font-size: 14px;
    }
    .car__post-box--loan--price--detail span {
        font-size: 14px;
    }
    .car__post-box--text {
        padding: 0 2px;
    }
    .car__post-box--text ul li {
        list-style-type: none;
        line-height: 22px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
    }
    .car__post-box--button a {
        padding: 5px;
        font-size: 11px;
    }
    .pc {
        display: none;
    }
    p.main-bt-text {
       font-size: 13px;
       letter-spacing: 0px;
       font-weight: 600;
    }
    p.main-bt-text span {
        font-size: 10px;
    }
    p.text-muus {
        font-size: 11px;
    }
    p.text-muus {
        font-weight: 400;
        padding: 0px 4px 1px;
        letter-spacing: 0px;
    }
    .btn-special {
        gap: 3px;
    }
    .car__post-box--btn {
        padding: 7px 0;
    }
    .car__post-box-price {
        gap:6px;
    }
    .menu-toggle {
        padding:0px;
    }
    .all-content {
        margin-top: 60px;
    }
    .form-tt img {
        width: 100%;
    }
    .ththth p {
        font-size: 12px;
        margin-bottom: 19px;
        font-weight: 500;
    }
    .form-content {
        margin-top: 60px;
    }
    footer {
        margin-bottom: 80px;
    }
    .bt-item a span {
        font-size: 14px;
    }
    .form-name h2 {
        font-size: 32px;
    }
}


.button-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ef8400b0;
}

.tach-btn a {
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tach-btn {
    width: 100%;
    position: relative;
    display: inline-block;
}

.yoyaku-content {
    width: 100%;
    position: relative;
    display: inline-block;
}
.banner-ads-btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[readonly]{
    pointer-events: none;
}

.campaign-banner{
    position: fixed;
    top: 120px; /* chỉnh vị trí theo thiết kế */
    left: calc(50% - 610px); /* nằm bên trái main */
    z-index: 10;
}

.campaign-banner img{
    width: 260px; /* chỉnh theo size banner */
    height: auto;
}
.campaign-banner img {
    display: block;
    margin-bottom: 10px;
}
img.small-btn {
    width: 70%;
}

.campaign-banner a:hover img{
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.logo {
    margin-left: 30px;
}


/* Menu Top */

/* icon menu */
.menu-toggle{
    font-size:38px;
    cursor:pointer;
    margin-right: 20px;
}

/* overlay */
.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.4);
    display:none;
    z-index:100;
}

/* popup */
.menu-popup{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#eee;
    padding:48px 25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.3);
    width:260px;
    text-align:center;
    display:none;
    z-index:101;
}

/* close button */
.menu-close{
    position:absolute;
    top:10px;
    right:12px;
    font-size:22px;
    cursor:pointer;
}

/* button style */
.menu-btn{
    display:block;
    margin:10px 0;
    padding:8px;
    border-radius:10px;
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
.menu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/* colors */
.menu-btn.gray{
    background:#ddd;
    color:#000;
}

.menu-btn.blue{
    background:linear-gradient(#4c6df0,#243fcf);
}

.menu-btn.red{
    background:linear-gradient(#ff4b4b,#d50000);
}

.menu-btn.green{
    background:linear-gradient(#54d45b,#2ea92e);
}


.gold-number {
  display: inline-block;
  font-family: "Arial Black", "Impact", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;

  color: transparent;
  background: linear-gradient(
    180deg,
    #FFD100 0%,
    #B98F00 17%,
    #C29F00 50%,
    #FFCC41 75%,
    #FFCC41 100%
  );
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;

  text-shadow:
    1px 0 0 #000,
    -1px 0 0 #000,
    0 1px 0 #000,
    0 -1px 0 #000,
    2px 2px 0 #000;
}