@charset "UTF-8";

/* ----------------------------------------
* all
---------------------------------------- */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

body {
    font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
}
/* ----------------------------------------
* header
---------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    z-index: 99999;
    background: #fff;
}

.header .nav{
    padding: 0 10px;
    font-size: 1.4rem;
}

.header .nav a {
    text-decoration: none;
    color: #000;
    letter-spacing: 2px;
}

.header .nav-separator {
    background-color: #eaeaea;
    width: 4px;
    height: 14px;
}

.header .wrap,
.header .wrap > .frow {
    height: 100%;
}

.header .logo {
    background-image: url(/data/img/common/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 32px;
}

.header.scrolled {
    background: #134d9f;
}

.header.scrolled .nav a {
    color: #fff;
}

.header.scrolled .nav-separator {
    background-color: #3c71b4;
}

.header.scrolled .logo {
    background-image: url(/data/img/common/logo_white.png);
}

.header .menu {
    position: relative;
}

@media (max-width: 1199px) {
    .header {
        height: 60px;
    }

    .header .logo {
        height: 28px;
    }
}
/* ----------------------------------------
* footer
---------------------------------------- */
.footer {
    background: #134d9f;
    color: #fff;
    padding: 30px 30px 140px;
}

#floating {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
}

/* ----------------------------------------
* hamburger
---------------------------------------- */
.hamburger {
    position: absolute;
    display: block;
    width: 27px;
    height: 14px;
    bottom: 0;
    right: 0;
}

.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 6px;
}

.hamburger span:nth-of-type(3) {
    bottom: 0;
}

.hamburger::after {
    content: "MENU";
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 8px;
    font-weight: 350;
    line-height: 2;
}

.scrolled .hamburger span {
    background-color: white;
}

.scrolled .hamburger::after {
    color: white;
}

.is_open .hamburger span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
}

.is_open .hamburger span:nth-of-type(2) {
    opacity: 0;
}

.is_open .hamburger span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
}

.is_open .hamburger::after {
    content: "CLOSE";
}

/* ----------------------------------------
* sp_menu
---------------------------------------- */
.sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #134d9f;
    padding: 95px 50px 0 50px;
    z-index: 999;
}

.sp_menu ul {
    width: 100%;
}

.sp_menu ul li {
    margin: 12px 0 0 0;
    text-align: center;
    width: 280px;
    border-bottom: 1px solid #3c71b4;
    padding-bottom: 12px;
}

.sp_menu ul li:last-child {
    border: 0;
}

.sp_menu ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
    padding-top: 90px;
    min-width: 320px;
}

section {
    padding: 100px 15px;
}

section:first-child {
    padding-top: 0;
    padding-bottom: 0;
}

.box-1 {
    background-color: #f3f3f3;
    padding: 13px 30px;
    text-align: center;
    border-radius: 35px;
    font-weight: 700;
}

.box-2 {
    background-color: #ed5656;
    padding: 15px 30px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 3.8rem;
    color: #fff;
    letter-spacing: 3px;
    box-shadow: 0 4px 7px 0px #3a3a3a;
}

.box-2:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 3px 0px #3a3a3a;
    background-color: #de5252;
}

.box-3>div:first-child {
    height: calc(100% - 90px);
}

.box-3>div:last-child {
    height: 90px;
    padding-top: 20px;
}

.box-4 {
    background-color: #fff;
    border-radius: 20px;
}

.box-4.transparent {
    background-color: rgba(255, 255, 255, 0.9);
}

.box-5 {
    border-radius: 20px 20px 0 0;
}

.box-qa {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    max-width: 890px;
    width: 100%;
}

.box-qa .que,
.box-qa .ans {
    width: 30px;
    position: relative;
}

.box-qa .que::before {
    content: "Q.";
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: 700;
    font-size: 2.5rem;
}

.box-qa .ans::before {
    content: "A.";
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: 700;
    font-size: 2.5rem;
}

.box-qa .text {
    width: calc(100% - 60px);
    font-weight: 350;
    font-size: 1.8rem;
    line-height: 1.8;
}

.box-qa .toggle {
    width: 30px;
    text-align: right;
}

.arrow-1 {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #134d9f; 
}

.bubble-1 {
    background-image: url(/data/img/lp/carloan/bubble_1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    max-width: 100%;
    padding-bottom: 16px;
    display: inline-block;
}

.bubble-2 {
    background-image: url(/data/img/lp/carloan/bubble_2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    max-width: 100%;
    padding-bottom: 16px;
    display: inline-block;
}

.color-main {
    color: #134d9f;
}

.color-info {
    color: #777777;
}

.color-attention {
    color: #ed5656;
}

.bg-main {
    background-color: #134d9f;
}

.bg-second {
    background-color: #f0f4f5;
}

.bg-attention {
    background-color: #ed5656;
}

.bg-image-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(/data/img/lp/carloan/bg_top.png);
}

.bg-image-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(/data/img/lp/carloan/bg_step.png);
}

.link-init {
    text-decoration: none;
    color: inherit;
}

.fw-demilight {
    font-weight: 350;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-bold {
    font-weight: 700;
}

.text-underline {
    background: linear-gradient(transparent 85%, #ed5656 85%);
    background-position-y: -8px;
}

.text-underline-2 {
    background: linear-gradient(transparent 85%, #ed5656 85%);
    background-position-y: -4px;
}

.icon-badge {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    background-image: url(/data/img/lp/carloan/icon_badge.png);
    width: 180px;
    height: 180px;
    position: absolute;
    left: 92%;
    bottom: 35%;
}

.icon-arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 39px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

.icon-arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 39px;
    height: 39px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.icon-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-top: 3px solid #ed5656;
    border-right: 3px solid #ed5656;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-toggle {
    background-image: url(/data/img/lp/carloan/icon_open.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.icon-toggle.is-open {
    background-image: url(/data/img/lp/carloan/icon_close.png);
}

.title-border {
    border-bottom: 4px solid #d9e3e6;
}

.text-marker {
    text-indent: -2rem;
    padding-left: 3rem;
}

.text-marker::before {
    content: "・";
    color: #ed5656;
    font-size: 5rem;
    line-height: 1rem;
    width: 2rem;
    height: 1.8rem;
    display: inline-block;
    vertical-align: middle;
}

/* md */
@media (max-width: 1199px) {
    #content {
        padding-top: 60px;
    }
}

/* xs */
@media (max-width: 767px) {
    #floating {
        bottom: 30px;
    }

    section {
        padding: 60px 15px;
    }

    .box-2 {
        border: 3px solid #ed5656;
    }

    .box-qa .que::before {
        font-size: 2rem;
    }
    
    .box-qa .ans::before {
        font-size: 2rem;
    }
    
    .box-qa .text {
        font-size: 1.7rem;
    }

    .bg-image-1 {
        background-position: top right 60%;
    }

    .text-underline {
        background-position-y: -3px;
    }
    
    .text-underline-2 {
        background-position-y: -2px;
    }
    
    .icon-badge {
        width: 82px;
        height: 82px;
    }

    .icon-arrow::before {
        width: 26px;
        height: 26px;
    }
    
    .icon-arrow::after {
        left: 6px;
        width: 7px;
        height: 7px;
    }

    .text-marker.text-marker-xs-min {
        text-indent: -1.5rem;
        padding-left: 1.5rem;
    }

    .text-marker.text-marker-xs-min::before {
        font-size: 4rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}
