@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:https://og-auto.net/
File name:style.css
Summary:base styles
Created:2023-11-03
--------------------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

.pc_mode{
    display: block;
}
.sp_mode {
    display: none; 
}
@media screen and (max-width: 768px) {
    .pc_mode{
        display: none;
    }
    .sp_mode {
        display: block;
    }
}

.text-widget-content h1,
.text-widget-content h2 {
    text-shadow: 2px 2px 2px #FFF, -2px -2px 2px #FFF,
                -2px 2px 2px #FFF, 2px -2px 2px #FFF,
                0px 2px 2px #FFF,  0 -2px 2px #FFF,
                -2px 0 2px #FFF, 2px 0 2px #FFF;
}

div.flow > div.grid-content {
    max-width: 700px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.flow > div.grid-content > div {
    width: 350px;
}
div.flow > div.grid-content > div:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div.flow > div.grid-content > div:nth-of-type(1) img {
    width: 100px;
    height: auto;
}
div.flow > div.grid-content > div:nth-of-type(1) div {
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    div.flow > div.grid-content > div {
        width: 100%;
    }
    div.flow > div.grid-content > div:nth-of-type(1) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div.flow > div.grid-content > div:nth-of-type(1) div {
        width: auto;
        margin: 10px auto;
    }
    div.flow > div.grid-content > div:nth-of-type(1) div h3 {
        text-align: center !important;
    }
}

iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    iframe {
        margin-bottom: 0;
    }
}

.plan2 {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.plan2 > div {
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .plan2 {
        display:flex;
    }
}

#mw_wp_form_mw-wp-form-7 {
    width: 66%;
    margin-top: 4%;
    padding: 8% 6%;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
}
@media screen and (max-width: 768px) {
	#mw_wp_form_mw-wp-form-7 {
		width: 88%;
	}
}

#mw_wp_form_mw-wp-form-7 h6 {
    font-size: 15px;
    font-family: Noto Sans JP;
    line-height: 1.8;
    margin-bottom: 8%;
}

#mw_wp_form_mw-wp-form-7 div.form-field {
    overflow: hidden;
    margin-bottom: 15px;
}

#mw_wp_form_mw-wp-form-7 p.title {
    font-size: 15px;
    font-family: Noto Sans JP;
    margin-bottom: 7px;
}

#mw_wp_form_mw-wp-form-7 p.title span {
    display: inline-block;
    margin-left: 3px;
    color: #eb6a56;
}

#mw_wp_form_mw-wp-form-7 .error {
    display: inline-block;
    color: #eb6a56;
    margin-top: 7px;
}

#mw_wp_form_mw-wp-form-7 input[type=text],
#mw_wp_form_mw-wp-form-7 input[type=email] {
    border: 1px solid rgba(150, 150, 150, .3);
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    width: 100%;
    float: left;
    letter-spacing: normal;
    font-size: 13px;
    outline: 0;
}

#mw_wp_form_mw-wp-form-7 select {
    border: 1px solid rgba(150, 150, 150, .3);
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    width: 100%;
    float: left;
    letter-spacing: normal;
    font-size: 13px;
    outline: 0;
}

#mw_wp_form_mw-wp-form-7 textarea {
    border: 1px solid rgba(150, 150, 150, .3);
    padding: 18px 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    width: 100%;
    float: left;
    letter-spacing: normal;
    font-size: 13px;
    outline: 0;
}

#mw_wp_form_mw-wp-form-7 input[type=submit] {
    background-color: rgba(233, 0, 0, 1);
    font-size: 18px;
    border-color: #000000;
    color: #ffffff;
    font-family: 'Noto Sans JP';
    letter-spacing: 0px;
    border-width: 0px;
    margin-top: 60px;
    padding: 20px 40px;
    width: 100%;
    border-radius: 60px;
    line-height: 1.2;
    display: inline-block;
    cursor: pointer;
}

.mw_wp_form_complete p {
    line-height: 1.8;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    width: 53px;
    height: 53px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pagetop img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
	.pagetop {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 20px;
    }
}

.mobile-header-wrapper, .mobile-popup nav {
    width: 70% !important;
}

.mobile-header-wrapper {
    left: -70%;
}

.open .header-wrapper {
    left: 70% !important;
}

#container-widget-1684880472848 .grid-content,
#container-widget-1684902233394 .grid-content,
#container-widget-1684902233390 .grid-content,
#container-widget-1684902233387 .grid-content,
#container-widget-1684902233384 .grid-content,
#container-widget-1684902233381 .grid-content  {
    justify-content: center;
}

#container-widget-1684880472848 .grid-content {
    justify-content: center;
    margin-top: 4%;
}

#container-widget-1684899728081 h6 {
    width: 66%;
    margin: 0 auto;
}
#container-widget-1684899728081 h6:nth-of-type(2) {
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
    #container-widget-1684899728081 h6 {
        width: 100%;
    }
    #container-widget-1684899728081 h6:nth-of-type(2) {
        margin: 3% auto 0;
    }
}