@charset "utf-8";
/* 共通 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #333;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
	box-sizing: border-box;
}

body { 
	font-size:1.4rem;
    box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	line-height: 1.79;
}

a {
    text-decoration: none;
}

.wrap {
	overflow: hidden;
}

.recommend {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e50012;
    font-weight: bold;
    font-size: 4.1rem;
    color: #fff;
}

.loan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loan_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loan_btn dt {
    font-size: 2.9rem;
    font-weight: bold; 
}

.loan_btn dd a {
    transition: 0.3s;
}

.loan_btn dd a:hover {
    opacity: 0.8;
}

.loan_item_overview a {
    display: block;
    width: 430px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff7600;
    border-radius: 9.143px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    transition: 0.3s;
}

.loan_item_overview a:hover {
    background-color: #fff;
    border: 2px solid #ff7600;
    color: #ff7600;
}

.c_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c_inner {
    width: 1170px;
    margin: auto;
}

.title {
    width: 950px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    background-color: #e50012;
    border-radius: 20px;
    font-size: 6.5rem;
    color: #fff;
}

.title01 {
    padding-right: 60px;
}

.title02 {
    padding-right: 60px;
}

.question {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url(images/question_bg.png) no-repeat center center;
    background-size: 100% auto;
    text-align: left;
    padding: 190px 0 80px;
    font-size: 3rem;
    line-height: 1.39;
}

.answer {
    background: url(images/answer_bg.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    padding: 140px 125px 75px 0;
    font-size: 3.2rem;
    line-height: 1.39;
}

.answer_inner {
    text-align: left;
    display: inline-block;
}

.answer_red {
    font-size: 4.7rem;
    color: #e50012;
}

.small_text {
    font-size: 1.6rem;
    font-weight: normal;
}

.orange {
    color: #ff7600;
}

.title_small {
    font-size: 5.5rem;
}

@media screen and (min-width:768px) and ( max-width: 1169px) {
    .c_inner {
        width: 100%;
        padding: 0 3.5%;
    }
    
    .title {
        width: 85%;
        height: 120px;
        font-size: 4.5rem;
    }
    
    .title_small {
        font-size: 3.5rem;
    }
    
    .answer {
        padding: 120px 70px 75px 0;
    }
    
    .answer_red {
        font-size: 3rem;
        color: #e50012;
    }
    
    .recommend {
        font-size: 3.1rem;
        height: 100px;
    }
    
    .loan_item_overview a {
        width: 380px;
        font-size: 2rem;
    }
    
    .small_text {
        font-size: 1.8rem;
        font-weight: normal;
    }
    
    .question {
        padding: 130px 0 50px;
    }
}


@media screen and (max-width:768px) {
    .c_inner {
        width: 100%;
        padding: 0 2.5%;
    }
    
    .title {
        width: 100%;
        height: 80px;
        font-size: 3.5rem;
    }
    
    .title_small {
        font-size: 2.5rem;
    }
    
    .loan_btn dt {
        font-size: 1.9rem;
    }
    
    .recommend {
        font-size: 2.5rem;
        height: 80px;
    }
    
    .question {
        padding: 110px 0 45px;
        font-size: 2rem;
    }
    
     .answer {
        padding: 90px 50px 55px 0;
        font-size: 2.2rem;
    }
    
    .answer_red {
        font-size: 2.4rem;
        color: #e50012;
    }
    
    .small_text {
        font-size: 1.2rem;
    }
    
    .title01 {
        padding-right: 40px;
    }

    .title02 {
        padding-right: 40px;
    }

}

@media screen and (max-width:590px) {
    .question {
       padding: 65px 0px 35px 30px;
       font-size: 1.3rem;  
    }
    
    .recommend  {
        font-size: 1.7rem;
        height: 60px;
    }
    
    .answer {
       padding: 45px 22px 28px 0;
       font-size: 1.1rem;
    }
    
    .answer_red {
        font-size: 1.2rem;
    }
    
    .title {
       width: 100%;
       height: 65px;
       font-size: 2rem;
        margin: 0 auto 0;
    }
    
    .title01 {
        padding-right: 15px;
    }

    .title02 {
        padding-right: 15px;
    }

    
    .title_small {
        font-size: 1.5rem;
    }
    
    .loan_item_overview {
        width: 100%;
    }
    
    .loan_item_overview a {
        width: 100%;
        height: 40px;
        font-size: 1.6rem;
    }
    
    .small_text {
        font-size: 0.9rem;
        font-weight: normal;
    }
}

/* ヘッダー */

.area {
    font-size: 2rem;
    text-align: center;
}

.area a {
    color: #043993;
}

@media screen and (max-width: 768px) {
    .area {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 590px) {
    .area {
        font-size: 1.4rem;
    }
}

/* カーローンでこんなお悩みはありませんか？ */

.intro_title {
    font-size: 3.2rem;
    text-align: center;
}

.intro_top {
    position: relative;
    text-align: center;
}

.intro_top p img{
    width: 40%;
}

.intro_img {
    width: 15%;
    margin: auto;
}

.intro_question01 {
    position: absolute;
    top: 0;
    left: 0px;
}

.intro_question02 {
    position: absolute;
    top: 0;
    right: 0px;
}

@media screen and (max-width: 1170px) {
    
    .intro_top {
        width: 100%;
    }
    
    .intro_img {
        width: 100%;
    }
    
    .intro_img img {
        width: 13%;
    }
    
    .intro_question01 {
        left: 35px; 
    }
    
    .intro_question02 {
        right: 20px; 
    }
    
    .intro_top p {
        width: 100%;
    }
    
    .intro_top p img {
        width: 38%;
    }
}

@media screen and (max-width: 768px) {
    .intro_title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 590px) {
    
    .intro_title {
        font-size: 1.7rem;
    }
    
    .intro_img {
        margin-top: 175px;
    }
    
    .intro_question01 {
        left: 0;
        top: -163px;
    }
    
    .intro_question02 {
        right: 0;
        top: -163px;
    }
    
    .intro_top p img {
        width: 50%;
    }
    
    .intro_img img {
        width: 25%;
    }
}


/* 金利　年1.95%~5.5% */

.title03 {
    background-color: #fff;
    border-radius: 8px;
    color: #e50012;
    padding: 15px;
    margin-left: 10px;
    font-size: 2rem;
}

.table {
    width: 100%;
    border: 1px solid #000;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table th {
    font-size: 2.4rem;
    text-align: center;
    white-space: nowrap;
    background-color: #ffeb45;
    border-bottom-width: 1px;
}

.table th, .table td {
    padding: 30px 10px;
    border: 1px solid #000;
    text-align: center;
}

.table td {
    font-size: 2.4rem;
    font-weight: bold;
}

.table_title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #ff7600;
    text-align: center;
    margin-bottom: 10px;
}

.simulation_btn {
    text-align: center;
}

.simulation_btn a {
    transition: 0.3s;
}

.simulation_btn a:hover {
    opacity: 0.8;
}

@media screen and (max-width:768px) {
    .table_title {
        font-size: 2.2rem;
    }
    
    .title03 {
        padding: 12px;
    }
}

@media screen and (max-width: 590px) {
    
    .table_title {
        font-size: 1.8rem;
    }
    
    table tr {
        width: 100%;
    }
    
    table thead th {
        width: 37.5%;
    }
    
    table tbody th{
       width: 20%; 
    }
    
    table tbody td{
        width: 37.5%;
    }
    
    table thead {
	    display:none;
    }
    table tbody th {
	    display:block;
    }
    table tbody td {
	    display:block;
    }
    table tbody td::before {
	    content: attr(label);
	    float: left;
	    clear:both;
	    font-weight:bold;
    }
    
    .table th, .table td {
        width: 100%;
        padding: 15px 10px;
    }
    
    .table th {
        font-size: 1.8rem;
    }
    
    .table td {
        font-size: 1.6rem;
    }
    
    .title03 {
        padding: 8px;
        font-size: 1.2rem;
    }
    
}

/* 正社員以外もご利用可能！ */

/* 車購入費用以外にも利用可能！ */

.use ul {
    display: flex;
    justify-content: space-between;
}

.use_item {
    width: 260px;
    height: 260px;
    background-color: #efeee4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.use_item_icon {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #fff;
    text-align: center;
    width: 60%;
}

.use_item_title {
    padding: 20px 0 0 0;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.34;
    text-align: center;
}

.use_answer {
    background: url(images/recommend_bottom01.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    padding: 125px 5px 90px 0;
    font-size: 3.2rem;
    line-height: 1.39;
}

.use_answer .small_text{
    display: block;
}

@media screen and (min-width:768px) and ( max-width: 1169px) {
    .use_item {
        width: 23%;
    }
    
    .use_item_title {
        font-size: 2rem;
    }
}

@media screen and (max-width:768px) {
    .use ul {
       flex-wrap: wrap;
    }
    
    .use_item {
        width: 47%;
        height: 200px;
    }
    
    .use_item01 {
        margin-bottom: 20px;
    }
    
    .use_item02 {
        margin-bottom: 20px;
    }
    
    .use_item_title {
        font-size: 1.8rem;
    }
    
    .use_answer{
        font-size: 2rem;
    }
}

@media screen and (max-width:590px) {
    .use_answer {
        padding: 45px 5px 33px 0;
        font-size: 1.2rem;
    }
}


/* ネットから簡単にお申込み */

.flow {
    display: flex;
    justify-content: space-between;
}

.flow_item {
    position: relative;
    width: 200px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #ff7600;
    border-radius: 18px;
}

.flow_item::after {
    content: "";
    position: absolute;
    background: url("images/flow_triangle.png") no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 43%;
    right: 19%;
}

.flow_item:first-child::after {
    display: none;
}

.flow_item_title {
    display: block;
    width: 100%;
    height: 50%;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.37;
    border-top-right-radius: 14px; 
    border-top-left-radius: 14px;
    background-color: #ff7600;
    position: relative;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: 50%;
    color: #ff7600;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.47;
}

.flow_answer {
    background: url(images/recommend_bottom02.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    padding: 120px 5px 90px 0;
    font-size: 3.2rem;
    line-height: 1.39;
}

.flow_answer_text {
    width: 72%;
    margin: auto;
    position: relative;
    top: -30px;
}

@media screen and (min-width:768px) and ( max-width: 1169px) {
    .flow_item {
        width: 18%;
    }
    
    .flow_answer {
        padding: 100px 110px 77px;
        font-size: 2.8rem;
    }
    
    .flow_item::after {
        right: 17%;
    }
    
    .flow_answer_text {
        width: 76%;
        top: -30px;
    }
}

@media screen and (max-width:768px) {
    .flow {
        flex-direction: column;
    }
    
    .flow_item {
        width: 100%;
        flex-direction: unset;
        height: 100px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .flow_item::after {
        content: "";
        position: absolute;
        background: url("images/flow_triangle.png") no-repeat;
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 43%;
        right: 19%;
    }
    
    .flow_item_title {
        width: 50%;
        height: 100%;
        font-size: 2rem;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        border-top-right-radius: 0;
    }
    
    .flow_text {
        padding: 0 3.5%;
        font-size: 1.6rem;
    }
    
    .flow_answer {
        font-size: 2.2rem;
        padding: 55px 95px 35px;
    }
    
    .flow_answer_text {
        width: 74%;
        top: -15px;
    }
}

@media screen and (max-width:590px) {
    .flow_answer {
        padding: 29px 45px 20px;
        font-size: 1rem;
    }
    
    .flow_answer_text {
        width: 75%;
        margin: auto;
        padding: 0;
        top: -15px;
    }
    
    .flow_item {
        height: 70px;
        margin-bottom: 20px;
    }
    
    .flow_item_title {
       font-size: 1.4rem; 
    }
    
    .flow_text {
        font-size: 1.2rem;
    }

}

.faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.faq>li {
    font-size: 2.2rem;
    font-weight: bold;
    width: 50%;
    padding:15px 0;
    line-height: 1.47;
}

.faq_title {
    background: url(images/faq_bg.png) no-repeat center center;
    background-size: 100% auto;
    text-align: center;
    padding: 170px 0 70px 0;
    font-size: 3.2rem;
    line-height: 1.39;
}

    ul.faq>li:nth-child(odd)>div {
    color: #11ABBA;
    padding: 0px 0px 0px 100px;
    max-width: 471px;
    height: 380px;
    margin: 0 auto;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

    ul.faq>li:nth-child(even)>div {
    color: #FC7900;
    padding: 0px 90px 0px 0px;
    max-width: 471px;
    height: 380px;
    margin: 0 auto;
    background: #FFF url(./images/faq00bg.png) no-repeat center center;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.faq>li:nth-child(even)>div small {
    color: #000;
}

.q_item {
    margin-right: 60px;
}

.q_item01 div{
    background: url(images/faq01bg.png) no-repeat center center;
}

.q_item02 div{
    background: url(images/faq02bg.png) no-repeat center center;
}

.q_item03 div{
    background: url(images/faq03bg.png) no-repeat center center;
}

/* 202506顧客誘導口対応 */
.q_item04 div{
    background: url(images/faq04bg.png) no-repeat center center;
}

.speach-balloons-medium {
    position: relative;
    width: 160px;
    height: 100px;
    padding: 5px;
    line-height: 100px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #e50012;
    border-radius: 50%;
}
  
.speach-balloons-medium::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 100px;
    top: 70px;
    border-right: 22px solid #e50012;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    transform: rotate( 110deg);
}
/* 202506*/
.q_item {
    max-width: 471px;
}

.a_item {
    max-width: 471px;
}

.a_item span {
    margin-bottom: 10px;
    text-align: center;
}

.faq small {
    font-size: 0.6em;
    font-weight: normal;
    width: 80%;
}

@media screen and (min-width:768px) and ( max-width: 1169px) {
    ul.faq>li {
        width: 45%;
    }
}

@media screen and (max-width:768px) {
    .faq_title {
        padding: 135px 0 70px 0;
        font-size: 2.2rem;
    }
    
    ul.faq>li:nth-child(even)>div {
        padding: 0px 70px 0px 0px;
        height: 275px;
    }
    
    ul.faq>li:nth-child(odd)>div {
        padding: 0px 0px 0px 60px;
        height: 275px;
    }
}

@media screen and (max-width:768px) {
    ul.faq>li {
        font-size: 1.8rem;
    }
    
    .faq small {
        width: 70%;
    }
}

@media screen and (max-width:590px) {
    ul.faq>li {
        font-size: 1.6rem;
        width: 100%;
    }
    
    .q_item {
        margin-right: 0;
    }
    
    .faq_title {
        font-size: 1.0rem;
        padding: 65px 0 35px 0;
    }
    
    ul.faq>li:nth-child(odd)>div {
        height: 320px;
    }
    
    ul.faq>li:nth-child(even)>div {
        height: 320px;
    }
}

@media screen and (max-width: 400px) {
     ul.faq>li:nth-child(odd)>div {
        height: 285px;
    }
    
    ul.faq>li:nth-child(even)>div {
        height: 285px;
    }   
}

.answer_bottom {
     background: url(images/answer_bottom_bg.png) no-repeat center center;
     background-size: 100% auto;
}

.answer_bottom .small_text {
    font-weight: bold;
    padding-left: 10px;
}

.answer_bottom .answer_inner {
    text-align: center;
}


.footer {
    background-color: #FFEB45;
    text-align: center;
}

.footer dl {
    width: 50%;
    margin: auto;
}

.footer dl>dt {
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: solid 1px #FFF;
    padding: 0px 0 10px;
}

.footer dl>dd {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.3em;
    padding: 15px 0;
}

.footer small {
    display: block;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    background-color: #FFD700;
}

.code {
    text-align: center;
    background-color: #fff;
    padding: 30px 0;
}

.code_num {
    font-size: 1.8rem;
}

@media screen and (max-width:590px) {
    .footer small {
        font-size: 0.9rem;
    }
    
    .footer dl>dd {
        line-height: 1.4;
        font-size: 1.2rem;
    }
    
    .footer dl>dt {
        
    }
    
    .footer dl {
        width: 70%;
    }
    
    .code {
        padding: 20px 2.5%;
    }
    
    .code_num {
        font-size: 1.2rem;
    }
    
    .code_text {
        font-size: 1.0rem;
    }

}

