a {
    text-decoration: none;
}
p {
    margin: 0;
}
h2 {
    text-align: center;
}
h2 +p {
    text-align: center;
    font-weight: bold;
}
body{
    color: #121c25 !important;
}
.btn_brown a{
    background-color: #63322f;
    color: #fff;
    font-weight: bold;
}
.btn_cyan a{
    background-color: #43a0b6;
    color: #fff;
    font-weight: bold;    
}
.lp .anchor_basic {
    top: 0;
}
.lp_inner {
    max-width: 1200px;
    margin: 0 auto;
}
.lp_middle_btn {
    max-width: 1200px;
    margin: 60px auto;
}


.lp_h1.lp_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.lp_h1 h1 {
    font-size: 13px;
}
.lp_h1 a {
    display: inline-block;
    background-color: #63322f;
    color: #fff;
    width: 260px;
    line-height:40px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    font-weight: bold;
}
.lp_h1 a i{
    font-size: 18px;
    display: inline-block;
    padding-left: 5px;
}
nav.pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_lp {
    flex-basis: 30%;
}
.nav_lp {
    flex-basis: 70%;
}
.nav_lp ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav_lp ul li{
    flex-basis: 20%;
}
.nav_lp ul li a{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

body.lp .header_container {
    box-shadow: none;
    height: auto;
}

body.lp .sticking.header_container {
    z-index: 100000;
    height: 50px;
    box-shadow: 1px 1px 1px #ccc;
}


.lp_1st_view_inner {
    max-width: 1050px;
    margin: 20px auto 0;
    background: 
        url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat top 20px left 20px,
        url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat top 20px right 20px,
        url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat bottom 20px right 20px,
        url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat bottom 20px left 20px;
    background-color: #f9f8f1;
}
.catch_copy {
    text-align: center;
    padding:105px 0 0;
}
.lp_1st_view_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}
.lp_1st_view_btn li{
    flex-basis: 50%;
    margin: 0 20px;
}
.lp_1st_view_btn li a{
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    border-radius: 10px;
}
.lp_1st_view_btn li.btn_cyan a span{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
.lp_1st_view_btn li.btn_cyan {
    position: relative;
}
.lp_1st_view_btn li.btn_cyan:before {
    content: "";
    display: inline-block;
    background-size: contain;
    background: url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/btn_ribbon.png) no-repeat center center;
    width: 91px;
    height: 44px;
    position: absolute;
    left: -8px;
    top: 9px;
}


p.sub_catch {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0 40px;
    line-height: 1.2;
}
.monthly_cars {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    padding: 30px 0 50px;
}

.lp_1st_view {
    background: url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/main_cars_bg.jpg) repeat-x;
    height: 800px;
    background-position: 0 100px;
    -webkit-animation: bgroop 30s linear infinite;
    animation: bgroop 30s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  100px;
    }
    to {
        background-position: -2800px 100px;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 100px;
    }
    to {
        background-position: -2800px 100px;
    }
}


.kyoka_inner {
    background-color: #63322f;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    top: 60px;
}
.kyoka_inner h2{
    text-align: center;
}
.kyoka_inner p{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 20px;
}
.kyoka_inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.kyoka_inner ul li{
    padding: 5px;
}
.kyoka_inner ul li span{
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.reason {
    background-color: #f9f8f1;
    padding: 150px 0 80px;
}
.reason_inner h2 {
    text-align: center;
}
.reason_inner h2 span {
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.reason_inner h2 span strong{
    display: block;
    font-size: 15px; 
}
.reason_inner h2 span:before,
.reason_inner h2 span:after{
    display: inline-block;
    content: "";
    background-size: contain;
    width: 86px;
    height: 86px;
    position: absolute;
    background-repeat: no-repeat;
}
.reason_inner h2 span:before{
    background-image: url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/ttitle_reason_l.png);
    left: -86px;
    top: 0;
}
.reason_inner h2 span:after{
    background-image: url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/ttitle_reason_r.png);
    right:-86px;
    top: 0;
}
.reason_content {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}
.reason_content dl {
    text-align: center;
    max-width: 420px;
}
.reason_content dl dt{
    padding-bottom: 10px;
}
.reason_content dl dt span{
    display: block;
}
.reason_content dl dd{
    text-align: left;
}
section.point {
    background-color: #f9f8f1;
    padding-bottom: 100px;
}
section.point ul{
    padding-top: 25px;
    display: flex;
    justify-content: center;
}
section.point ul li{
    flex-basis: calc(100% / 6);
    text-align: center;
    max-width: 150px;
    height: 150px;
    background-color: #63322f;
    border-radius: 10px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
section.point ul li span{
    display: block;
    color: #fff;
    font-weight: bold;
}
.nav_lp_sp {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .lp_h1.lp_inner {
        display: block;
        text-align: center;
    }
    .lp_h1 h1 {
        background-color: #63322f;
        color: #fff;
        margin: 0;
        font-size: 10px;
        line-height: 1.3;
        padding: 3px;
    }
    .lp_h1_btn {
        display: none;
    }
    .nav_lp_sp {
        display: block;
        text-align: right;
    }
    .nav_lp_sp a {
        background-color: #28a3e2;
        color: #fff;
        display: inline-block;
        padding: 5px 20px;
        border-radius: 5px;
    }
    .nav_lp_pc {
        display: none;
    }
    nav.pc.lp_inner {
        padding: 10px;
    }
    .lp_1st_view {
        height: 1250px;
        background-position: 0 550px;
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0  550px;
        }
        to {
            background-position: -2800px 550px;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 550px;
        }
        to {
            background-position: -2800px 550px;
        }
    }
}
@media only screen and (max-width: 758px) {
    .reason_inner h2 span:before,
    .reason_inner h2 span:after{
        display: none;
    }
    .lp_form_container {
        flex-direction: column;
    }
}
@media only screen and (max-width: 650px) {
    .lp_1st_view_btn {
        padding: 0 15px;
        flex-direction: column;
    }
    .lp_1st_view_btn li {
        flex-basis: 50%;
        margin: 10px 0;
    }
    .reason_content {
        flex-direction: column;
        align-items: center;
    }
    section.point ul {
        flex-wrap: wrap;
    }
    section.point ul li {
        flex-basis: calc(100% / 3);
        margin:10px;
    }
    .lp_1st_view_btn li a {
        height: 110px;
    }
    .lp_1st_view_btn li a img {
        max-width: 80%;
    }
    .kyoka_inner {
        padding: 50px 15px;
    }
    .reason {
        padding: 70px 15px 60px;
    }
    .catch_copy {
        padding: 30px 10px 0;
    }
    .lp_1st_view_inner {
        margin: 20px 10px 0;
        background: url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat top 10px left 10px, url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat top 10px right 10px, url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat bottom 10px right 10px, url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat bottom 10px left 10px;
        background-color: #f9f8f1;
    }
    p.sub_catch {
        font-size: 18px;
        padding: 10px 0;
        line-height: 1.3;
    }
    .lp_1st_view {
        height: 800px;
        background-position: 0 450px;
        -webkit-animation: bgroop 30s linear infinite;
        animation: bgroop 30s linear infinite;
    }
    @-webkit-keyframes bgroop {
        from {
            background-position: 0  450px;
        }
        to {
            background-position: -2800px 450px;
        }
    }
    @keyframes bgroop {
        from {
            background-position: 0 450px;
        }
        to {
            background-position: -2800px 450px;
        }
    }
    .kyoka_inner {
        top: 0;
    }
}
@media only screen and (max-width: 450px) {
    .lp_h1.lp_inner {
        padding-bottom: 10px;
    }
    section.point ul li {
        flex-basis: calc(100% / 2);
        max-width: 160px;
    }
    .lp_1st_view_btn li {
        margin: 5px 0;
    }
    .lp_1st_view_btn li a {
        height: 100px;
    }
    .monthly_cars {
        padding: 15px 0;
    }
    .lp_1st_view_inner {
        margin: 10px 10px 0;
        background: url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat top 10px left 10px, url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat top 10px right 10px, url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat bottom 10px right 10px, url(http://akane-test.xyz/spz/wp-content/themes/neocla/images/lp/dot.png) no-repeat bottom 10px left 10px;
        background-color: #f9f8f1;
    }
}
/****************************************************

フォーム

****************************************************/
.lp_form h2 + p {
    text-align: center;
    padding-bottom: 20px;
}
.lp_form h2 + p a{
    text-decoration: underline;
    display: inline-block;
    padding: 0 10px;
    cursor:default;
}
.lp_form_container h3 {
    border-bottom: 2px solid #121c25;
    margin-bottom: 15px;
}
.lp_form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
.lp_form_container {
    display: flex;
    justify-content: space-between;
}
.lp_form_container div{
    flex-basis: 50%;
    padding: 0 20px;
}

.lp_form .form dl dt {
    width: 150px;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
}
.lp_form .form dl dt span{
    font-weight: bold;
    display: inline-block;
    width: 20px;
}
.lp_form .form dl dd {
    width:calc(100% - 150px);
    font-size: 14px;
    font-weight: bold;
}
.lp_form .form input {
    width: 100%;
    border-radius: 5px;
    background-color: #edf9ff;
}
.lp_form .form select {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    background-color: #edf9ff;
}
.lp_form .form textarea {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    background-color: #edf9ff;
}
::placeholder {
  color: #aaa;
}
.lp_form_comment {
    padding: 0 20px;
}

.lp_form .form .form_btn input {
    width: 350px;
    background-color: #43a0b6;
    color: #fff;
    border: 2px solid #43a0b6;
    padding: 20px 0;
}
.lp_form .form_btn li:hover input {
    color: #28A3E2 !important;
    background-color: #fff;
}
.lp_form .form_btn li:hover input {
    color: #28A3E2 !important;
    background-color: #fff;
}
.lp_form .form_btn li:hover:after {
    color: #28A3E2 !important;
}
.lp_form .form_btn li:after {
    margin-top: -8px;
}
@media only screen and (max-width: 450px) {
    .lp_form .form dl dd {
        width: 100%;
    }
    .lp_form .form .form_btn input {
        width: 280px;
        padding: 10px 0;
    }
}

/****************************************************

声

****************************************************/
section.review {
    background-color: #f9f8f1;
    padding: 100px 0;
}
.review_outer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto 0;
}
.review_outer div{
    flex-basis: 50%;
    padding: 20px;
}
.review_outer ul{
    border: 3px solid #121c25;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 15px 25px;
    height: 230px;
}
.review_outer ul li:first-child {
    text-align: center;
    position: relative;
    top: -30px;
}
.review_outer ul li:first-child img {
    border-radius: 50%;
    border: 3px solid #121c25;
    background-color: #fff;
}
.review_outer ul li:nth-child(2) {
    margin-top: -15px;
}
.review_outer ul li:last-child {
    text-align: right;
}
@media only screen and (max-width: 650px) {
    .review_outer {
        display: block;
    }
    .review_outer ul {
        height: auto;
    }
}
/****************************************************

LPブログ

****************************************************/
.lp_blog {
    padding: 100px 0;
}
.lp_news_outer {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
.lp_news_outer .news_list_box {
    flex-basis: 33.33333%;
    padding: 25px;
}
.news_list_box ul li:nth-child(2){
    font-size: 14px;
    border-bottom: 1px solid #121c25;
    margin-bottom: 5px;
}
.news_list_box ul li h3{
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
}
.news_list_box ul li:last-child{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
@media only screen and (max-width: 758px) {
    .lp_news_outer .news_list_box {
        padding: 10px;
        flex-basis: 50%;
    }
    .lp_news_outer {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 450px) {
    .lp_news_outer {
        flex-direction: column;
    }
    .news_list_box ul li:first-child{
        text-align: center;
    }
    .news_list_box ul {
        max-width: 300px;
        margin: 0 auto;
    }
}
/****************************************************

販売車種

****************************************************/
.lp_sell_car {
    background-color: #f9f8f1;
    padding:70px 0 100px;
}
.lp_sell_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto;
}
.lp_sell_outer div{
    flex-basis: 25%;
    padding: 10px;
}
@media only screen and (max-width: 758px) {
    .lp_sell_outer div {
        flex-basis: 50%;
        text-align: center;
    }
}
@media only screen and (max-width: 450px) {
    .lp_sell_outer {
        flex-direction: column;
    }
}
/****************************************************

LPフッター

****************************************************/
.lp_footer {
    background-color: #63322f;
    padding: 40px 0 30px;
}
.lp_footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-size: 14px;
}
.lp_footer .inner a{
    color: #fff;
}
.lp_footer_col1 {
    flex-basis: 25%;
    text-align: center;
}
.lp_footer_col2 {
    flex-basis: 25%;
}
.lp_footer_col3 {
    flex-basis: 10%;
}
.lp_footer_col4 {
    flex-basis: 40%;
}

.lp_footer_col2 li span{
    display: inline-block;
    padding-right: 10px;
}
@media only screen and (max-width: 758px) {
    .lp_footer .inner {
        flex-wrap: wrap;
    }
    .lp_footer_col1 {
        flex-basis: 30%;
        text-align: center;
    }
    .lp_footer_col2 {
        flex-basis: 70%;
    }
    .lp_footer_col3 {
        flex-basis: 30%;
    }
    .lp_footer_col4 {
        flex-basis: 70%;
    }
}