/*********************
*
* 文字化け注意！！：
* 保存の際は必ず Unicode8
*
**********************/
html{
    padding:0;
    margin:0;
    background-color:none;
}
a img:hover{
    opacity: 0.8;
    background-color: transparent;
}

body{
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.5px;
}
p{
    margin: 0;
    padding: 0;
}
h2{
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    color: #ffffff;
    background-image: url(/ppc/lt/by/kaitori/truck/g/img/grange_bg.jpg);
    background-size: 50%;
    padding: 20px;
}
h3{
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}
dd{
    padding: 0;
    margin:0;
}

.flex{
    display: flex;
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap :wrap;
}
.flex-between{
    justify-content:space-between;
}
.outline{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0;
    padding-bottom: 20px;
}
.narrow{
    max-width: 600px;
}
.gray-bg{
    background-color: #dbdbdb;
}
.arrow::after,
.arrow::before{
    position: absolute;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    right: 30px;
    width: 10px;
    bottom: 0;
    height: 10px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
    .flex_pc {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (max-width: 960px) {
    h2 {
        font-size: 22px;
        padding:  10px;
    }
    p {
        font-size: 16px;
    }
    body{
        font-size: 16px;
        line-height: 1.7;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    共通
_______________________________________________________*/
@media screen and (min-width: 961px) {
    .content_area {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    .content_ttl {
        background: linear-gradient(to right, rgba(253, 112, 17, 1) 0%, rgba(244, 80, 9, 1) 100%);
        text-align: center;
        padding: 10px;
        margin-bottom: 50px;
        font-size: 32px;
        position: relative;
        color: #ffffff;
        line-height: 1.4;
    }

    .content_ttl img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .content_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .item {
        flex: 1;
    }

    .bgcolor {
        background-color: #fbecbd;
    }

}
@media screen and (max-width: 960px) {
    .content_area {
        padding: 10px;
    }
    .content_ttl{
        text-align: center;
        background-color: #fb7c00;
        font-weight: bold;
        font-size: 20px;
        color: #ffffff;
        padding: 15px 0;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .content_flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .item{
        flex:1;
    }
    .bgcolor{
        background-color: #fff;
    }
}
/*__________________________cv__________________________*/

@media screen and (min-width: 961px) {
    .cv_sp {
        display: none;
    }

    .cv_pc {
        padding-top: 20px;
        width: 100%;
        padding-bottom: 20px;
    }

    .cv_pc .outline {
        margin-top: 0;
    }

    .cv_pc h3 {
        color: #ffffff;
        background: #ff4800;
        padding: 15px 0 5px;
        font-size: 34px;
        text-align: center;
        line-height: 1.5;
    }

    .cv_pc h3::before,
    .cv_pc h3::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 5px;
        vertical-align: middle;
        border-right: 0 solid transparent;
        border-top: 40px solid #fff;
        border-left: 10px solid transparent;
        margin: 0 3%;
        transform: skew(20deg, 0deg);
    }

    .cv_pc h3:after {
        transform: skew(-20deg, 0deg) scale(-1, 1);
    }

    .cv_pc .flex_pc {
        background-color: #ffffff;
        height: 160px;
        border: solid #ff4800 6px;
        padding: 0 15px 15px 15px;
    }

    .cv-tel_pc,
    .cv-web_pc {
        text-align: center;
        padding: 20px 0 0;
    }

    .cv-tel_pc {
        width: 80%;
        padding-left: 8%;
        background: url(/ppc/lt/by/kaitori/truck/g/img/cv-tel-bg.jpg) no-repeat;
        background-position: left 15px bottom -60px;
        background-size: 65px;
    }

    .cv-web_pc {
        width: 120%;
    }

    .cv_pc .flex_pc h4 {
        padding: 0 0 5px;
        font-size: 20px;
    }

    .cv_pc .flex_pc h4 span {
        font-weight: normal;
    }

    .cv-tel_pc p {
        font-size: 16px;
    }

    .cv-tel-num_pc {
        color: #c70000;
        font-size: 42px;
        display: block;
        line-height: 1.2;
        font-weight: bold;
    }

    .cv-web-btn_pc {
        background-color: #00af4e;
        display: block;
        position: relative;
        width: 90%;
        padding: 15px 0;
        text-decoration: none;
        font-weight: bold;
        margin: 0 auto;
        border-radius: 10px;
        border-bottom: 7px solid #005622;
    }

    .cv-web-btn_pc:hover {
        bottom: -5px;
        border-bottom: 2px solid #005622;
    }

    .cv-web-btn_pc span {
        color: #fff600;
    }

    .cv-web-btn_pc p {
        color: #ffffff;
        font-size: 30px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 960px) {
    .cv_pc {
        display: none;
    }

    .cv_sp{
        background-color: #dbdbdb;
        background: url(/ppc/lt/by/kaitori/truck/g/img/cv-bg.jpg);
        background-repeat: repeat-x;
        padding-top: 10px;
        padding-bottom: 20px;
        background-size: cover;
    }
    .cv_web_btn_sp{
        display: block;
        margin-bottom: 10px;
    }
    .cv_sp p{
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
    }
    .cv_sp img {
        display: block;
        margin: 0 auto;
        width: 500px;
        max-width: 100%;
        height: auto;
    }
    .cv_sp p::before,
    .cv_sp p::after{
        font-size: 1.8em;
        line-height: 0;
        position: relative;
        bottom: -6px;
        font-family: arial;
        font-weight: 300;
    }
    .cv_sp p::before{
        content: '\005C';
        padding-right: 5px;
    }
    .cv_sp p::after{
        content: '/';
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ヘッダー
_______________________________________________________*/

header {
    background-color: #000;
    color: #fff;
}
.header_wrap {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 10px 15px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.header_logo {
    width: 190px;
    height: auto;
}
.header_tel_pc {
    display: block;
    width: 25%;
    height: 100%;
}
.header_tel_sp {
    display: none;
}
@media screen and (max-width: 960px){
    .header_wrap {
        padding: 6px;
    }
    .header_logo {
        padding: 5px;
        width: 140px;
        box-sizing: border-box;
    }
    .header_tel_pc {
        display: none;
    }
    .header_tel_sp {
        display: block;
        /*margin-right: 0;*/
        /*margin-left: auto;*/
        max-width: 170px;
        max-height: 40px;
        text-decoration: none;
        text-align: center;
        color: initial;
        margin-top: 2px;
        font-size: 14px;
        padding: 7px 20px 5px;
        background-color: #fefc63;
        font-weight: bold;
        border-radius: 100px;
        border-bottom: 4px #e7ce45 solid
    }
    .header_tel_sp::before{
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(/ppc/lt/by/kaitori/truck/g/img/tel-icon.png) no-repeat center;
        background-size: contain;
        vertical-align: sub;
    }
    .header_tel_sp span{
        color: #c70000;
    }
}
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    メインビジュアル
_______________________________________________________*/

.mv_wrap {
    margin-top: 10px;
    padding-bottom: 30px;
}
.mv_sp {
    display: none;
}

.main {
    background-image:url(/ppc/lt/by/kaitori/truck/g/img/grange_bg.jpg)
}
.main_form {
    background-color: #ffffff;
    color: #000000;
}
.main_form section {
    padding: 10px 4% 0;
}
.main_form section#user_area{
    padding-top: 0;
}
.main_form h3 {
    border-bottom: 1px solid #bbb;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: bold;
}
.main_form h3:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.main_form #car_area h3:before {
    background-image: url(/ppc/lt/by/kaitori/truck/g/img/sec5_icon1.png);
}
.main_form #user_area h3:before {
    background-image: url(/ppc/lt/by/kaitori/truck/g/img/sec5_icon2.png);
}

.main_under {
    background-color: #dedede;
}
.main_under_inner img{
    margin-left: 0;
    margin-right: auto;
    display: block;
    padding: 40px 0 50px;
}
input{
    font-size:15px;
}
.form_contents_left{
    width: 48%;
    display: inline-block;
}
.form_contents_right{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.req_on, .req_off, .form_any {
    font-size: 12px;
    float: left;
}
.req_on, .req_off {
    margin-right: 5px;
    padding: 0 5px;
    font-size: 0.8em;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-weight: 500;
}
.req_on {
    background: red;
}
.req_off {
    background: #27a424;
}
.form_title {
    display: inline-flex;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.form_area {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
dl:nth-child(2) select {
    border-radius: unset;
}
#form_box input:not(.submit_btn),
#form_box select{
    padding: 6px 8px;
    line-height: normal;
}
#form_box input:not(#name):not(#phone_number):not(.submit_btn),
#form_box select {
    background-image: url(/ppc/lt/by/kaitori/g/img/select_mark.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 7px;
}

/* 送信項目のエラーメッセージ */
.err_msg{
    color: #f00;
    font-size:13px;
    text-align: left;
    line-height: 1.6;
}

.contact_form {
    padding-bottom: 20px;
}
#next_btn {
    display: none;
}
.submit_btn_box input.submit_btn {
    font-weight: bold;
    color: #fff;
    width: 100%;
    max-width: 370px;
    height: inherit;
    padding: 6px 0;
    border: 1px solid firebrick;
    border-radius: 4px;
    font-size: 1.6em;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: linear-gradient(to bottom, #e70012 0%,#e70012 36%,#e70012 36%,#a8000d 51%,#d90011 100%);
}
/*　SSL信号　*/

#ssl_information_footer_form {
    text-align: left;
    width: 97%;
    margin: 20px auto 0;
}
#ssl_information_footer_form p {
    font-size: 12px;
    line-height: 1.4;
}
#ssl_information_footer_form .ssl_information_txt {
    padding-bottom: 3px;
    margin: 7px auto 2px;
    font-size: 16px;
    font-weight: bold;
}
#ssl_information_footer_form .ssl_information_txt::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/ppc/lt/by/kaitori/truck/g/img/ssl_icon.png) center;
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: inherit;
    background-size: contain;
    margin-right: 4px;
}

@media screen and (min-width: 961px){
    .grad-bg {
        position: relative;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,1) 58%,rgba(0,0,0,1) 100%);
        padding: 10px 0 0;
    }
    .main_form {
        width: 400px;
        position: absolute;
        z-index: 1;
        left: 56%;
        top: 90px;
        border-radius: 4px;
    }
    .main_form form {
        padding: 3%;
        text-align: left;
        border-radius: 4px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    }
    .form_title {
        width: 33%;
    }
    .form_title label[for="as_maker"]{
        font-size: 0.9em;
        vertical-align: middle;
        display: inline-grid;
        line-height: 1.4;
    }
    .form_area {
        width: 60%;
    }
    .contact_form dd input[name="as_maker"],
    .contact_form dd input[name="name"],
    .contact_form dd input[name="phone_number"],
    .contact_form dd input[name="as_maker2"],
    .contact_form dd input[name="name2"],
    .contact_form dd input[name="phone_number2"] {
        background-color: #ffffc9;
    }
    .mv_satei_sp {
        display: none;
    }
}
@media screen and (max-width: 960px){
    .grad-bg {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 1) 100%);
        padding: 0;
    }
    .mv_wrap {
        margin-top: 0;
        padding-bottom: 0;
    }
    .mv_pc {
        display: none;
    }
    .mv_sp {
        display: block;
        width: 100%;
        padding: 6px 0;
    }
    .main_form {
        width: 100%;
        position: static;
        margin: 0 auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .contact_form {
        background-color: #faf9d2;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px 10px 10px;
        box-sizing: border-box;
    }
    .form_heading_pc {
        display: none;
    }
    .form_title {
        width: 100%;
    }
    .form_area {
        width: 100%;
    }
    .contact_form dd #pref_id {
        background-color: #ffffff;
    }
    #next_btn.disable {
        background: #dadada;
        text-shadow: -2px -1px 2px #A8A8A8;
    }
    #next_btn {
        width: 92%;
    }
    #next_btn {
        display: block;
        width: 95%;
        margin: 0 auto;
        padding: 8px;
        box-sizing: border-box;
        background: linear-gradient(to bottom, #BD202D 0%, #E10214 88%);
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem;
        text-align: center;
        transition: .2s;
        border: none;
    }
    #user_area {
        display: none;
    }
    .mv_satei_sp {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: fit-content;
        padding: 5px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        background-color: #00994f;
    }
    .mv_satei_sp img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 30px;
    }
    .mv_satei_sp::before {
        position: absolute;
        right: 0;
        bottom: -12px;
        left: 0;
        margin: auto;
        width: 30px;
        height: 15px;
        content: '';
        background-color: #00994f;
        clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    }
    #ssl_information_footer_form {
        padding-bottom: 10px;
        width: 92%;
    }
}

/*__________________________選ばれる3つの理由__________________________*/
@media screen and (min-width: 961px){
    .reason h3 {
        padding-bottom: 25px;
        text-align: center;
        color: #ff4800;
    }
    .reason .grad-box-rel{
        height: auto;
        padding: 6px;
        background: linear-gradient(to bottom, rgba(178,143,106,1) 0%,rgba(254,242,217,1) 50%,rgba(178,143,106,1) 100%);
        box-sizing: border-box;
    }
    .reason .grad-box-inner{
        padding: 30px 50px 20px;
        background-color: #FFF;
        height: 170px;
    }
    .reason .grad-box-inner em{
        font-style: normal;
        font-weight: bold;
        background-color: #f9e54d;
    }
    .reason .outline > .grad-box-rel {
        width: 100%;
        margin: 0 auto 20px;
    }
    .reason .flex_pc .grad-box-rel{
        width: calc(100% / 2 - 10px);
    }
}
@media screen and (max-width: 960px){
    .reason h3 {
        font-size: 20px;
        padding-bottom: 10px;
        text-align: center;
        color: #ff4800;
    }
    .reason .grad-box-rel{
        width: 95%;
        height: auto;
        margin: 0 auto 10px;
        padding: 4px;
        background: linear-gradient(to bottom, rgba(178,143,106,1) 0%,rgba(254,242,217,1) 50%,rgba(178,143,106,1) 100%);
        box-sizing: border-box;
    }
    .grad-box-inner{
        padding: 20px 4%;
        background-color: #FFF;
    }
    .grad-box-inner em{
        font-style: normal;
        font-weight: bold;
        background-color: #f9e54d;
    }
    .reason .outline .grad-box-rel:last-child {
        margin-bottom: 0;
    }
}
/*__________________________買取強化中__________________________*/

.pickup {
    background: url(/ppc/lt/by/kaitori/truck/g/img/pickup-bg.jpg);
    background-size: cover;
    padding: 30px 0;
}
.pickup > p{
    background: url(/ppc/lt/by/kaitori/truck/g/img/pickup-subttl.png) no-repeat;
    background-position: calc(50% - 7px) 0;
    background-size: contain;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    padding: 4px;
}
.pickup h2{
    background:none;
    padding: 5px 0 10px;
}
.pickup h2 span{
    color: #fee600;
}
.pickup_block {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 5px;
    margin-top: 0;
    text-align: center;
    width: 640px;
    background-color: #ffffff;
    box-sizing: border-box;
}
.pickup_block img{
    padding-bottom: 5px;
    max-width: 100%;
}
.pickup_block em{
    display: block;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width: 960px){
    .pickup_block {
        gap: 6px;
        padding: 6px 6px 5px;
        max-width: 94%;
        font-size: 15px;
    }
    .pickup_box {
        font-size: 16px;
        line-height: 1.3;
    }
    .pickup > p{
        font-size: 20px;
    }
    .pickup h2{
        font-size: clamp(14px, 7vw, 32px);
    }
}

/*__________________________事例__________________________*/

.jirei li {
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

@media screen and (min-width: 961px) {
    .jirei li {
        width: calc(50% - 10px);
        padding: 10px;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    .jirei li:not(:nth-child(n+5)) {
        margin-bottom: 20px;
    }

    .jirei .flex_pc dt {
        width: 36%;
        margin-right: 4%;
    }

    .jirei .flex_pc dd {
        width: 60%;
        margin-bottom: 2%;
        font-size: 18px;
        line-height: 1.6;
    }

    .jirei .flex_pc dt img {
        width: 100%;
    }

    .jirei .flex_pc dd div {
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .jirei .flex_pc dd span {
        color: #ff2626;
    }

    .jirei .flex_pc dd span b {
        font-size: 1.3em;
    }

    .jirei .flex_pc p {
        padding: 2% 0 1%;
        color: #c70000;
        text-align: center;
        font-size: 42px;
        font-weight: bold;
        line-height: 1;
    }

    .jirei .flex_pc p:before {
        content: '買取金額';
        font-size: 0.5em;
        vertical-align: middle;
        padding-right: 20px;
    }

    .jirei .flex_pc p:after {
        content: '円';
        font-size: 0.7em;
    }
}
@media screen and (max-width: 960px){
    .jirei li {
        margin: 0 auto;
        width: 95%;
    }
    .jirei .outline{
        padding-bottom: 15px;
    }
    .jirei li:not(:last-child){
        margin-bottom: 10px;
    }
    .jirei .flex dt{
        width: 38%;
    }
    .jirei .flex dd{
        width: 60%;
        font-size: 15px;
        line-height: 1.6;
    }
    .jirei .flex dt,
    .jirei .flex dd {
        margin-bottom: 2%;
    }
    .jirei .flex dt img {
        width: 100%;
    }
    .jirei .flex dd div{
        font-size: 16px;
        font-weight: bold;
    }
    .jirei .flex dd span{
        color: #ff2626;
        font-weight: normal;
        font-size: 14px;
    }
    .jirei .flex dd span b {
        font-size: 1.6em;
        vertical-align: middle;
    }
    .jirei li p{
        background-color: #c70000;
        color: #ffffff;
        padding: 0 2%;
        font-size: 28px;
        font-weight: bold;
        text-align: right;
        position: relative;
        line-height: 1.4;
    }
    .jirei li p:before{
        content: '買取金額';
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%) translateX(-10%);
        font-size: 0.5em;
    }
    .jirei li p:after{
        content: '円';
        font-size: 0.8em;
    }
}
/*__________________________流れ__________________________*/
@media screen and (min-width: 961px) {
    .flow h2 {
        margin-bottom: 50px;
    }

    .flow .outline {
        padding-bottom: 15px;
    }

    .flow li {
        width: 24%;
        text-align: center;
        position: relative;
    }

    .flow li p {
        text-align: right;
        width: 80%;
        font-weight: bold;
    }

    .flow .step-num {
        color: #ff2626;
        font-weight: bold;
        text-align: left;
        display: inline-block;
        width: 80%;
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0;
    }

    .flow .step-num em {
        font-size: 1.5em;
        font-style: normal;
    }

    .flow img {
        width: 100%;
    }
    .white-arrow {
        position: relative;
        display: inline-block;
    }
    .white-arrow::before {
        content: "";
        position: absolute;
        right: -15px;
        top: -30px;
        bottom: 0;
        margin: auto;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 10px solid transparent;
        border-left: 15px solid #8d8d8d;
        transform: skew(-20deg,-5deg);
    }
    .white-arrow:last-child:before {
        display: none;
    }
}
@media screen and (max-width: 960px){
    .flow ol{
        padding-bottom: 5px;
    }
    .white-arrow:not(:last-child){
        margin-bottom: 20px;
    }
    .flow li.white-arrow {
        width: 95%;
        height: 100%;
        margin-inline: auto;
    }
    .white-arrow{
        background: url(/ppc/lt/by/kaitori/truck/g/img/flow-bg-sp.png);
        position: relative;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .white-arrow:not(:last-child):after{
        position: absolute;
        bottom: -25px;
        right: 0;
        left: 0;
        margin: auto;
        content: "";
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border: 20px solid transparent;
        border-left: 20px solid #ffffff;
        transform: rotate(90deg);
    }
    .flow .white-arrow {
        align-items: center;
        font-size: 16px;
        line-height: 1.3;
    }
    .flow .white-arrow img {
        width: 50%;
        margin-top: -10px;
    }
    .flow .step-num{
        position: absolute;
        color: #ff4800;
        width: 50%;
        font-size: 18px;
        font-weight: bold;
        top: 8%;
        left: 50%;
        width: auto;
    }
    .flow .step-num em{
        font-size: 27px;
        font-style: normal;
    }
    .flow .white-arrow p {
        position: absolute;
        width: 50%;
        font-size: 16px;
        font-weight: bold;
        top: 50%;
        left: 50%;
        width: auto;
    }

}
/*__________________________footer__________________________*/
@media screen and (min-width: 961px) {
    footer {
        background-color: #fff;
        text-align: center;
        padding: 20px 0 20px;
        color: #a2a2a2;
        border-top: 2px solid #dbdbdb;
        margin-top: 20px;
    }

    footer .content_area {
        padding: 5px 0 20px;
        display: table;
        margin: 0 auto;
    }

    footer .content_area p {
        display: table-cell;
    }

    footer .content_area p a {
        color: #000;
        padding: 0 20px;
    }
}
@media screen and (max-width: 960px){
    footer {
        background-color: #434242;
        text-align: center;
        padding: 20px 0 20px;
        color: #959595;
    }
    footer .content_area {
        padding-bottom: 10px;
    }
    footer .content_area p {
        padding-bottom: 10px;
    }
    footer .content_area p a {
        color: #fff;
    }

    .form_style{
        background-color: #faf9d2;
        padding: 20px 2%;
        box-sizing: border-box;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


/* 点滅 */
.target_item {
    border: 3px solid #f12;
    animation-name: borderFlashing;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@keyframes borderFlashing {
    0% {box-shadow: 0 0 0 0 #f12, 0 0 0 0 #fff, 0 0 0 1px #f12}
    100% {box-shadow: 0 0 0 0 #f12, 0 0 0 0 rgba(255,255,255,0), 0 0 0 5px rgba(100,164,134,0)}
}


/* 送信ボタン後のloading画像 */
#loading_img {
    display: none;  /* 編集しないで下さい */
    /* サイズや位置は追記して変更してください。
    loading画像は /img/af15/load.gif を読み込んでいますが、svgなど他の画像を使用、または全画面で表示したいなどがある場合は変更しますので言ってください */
}

/* レイヤー */
#layer {
    display: none;   /* 編集しないで下さい */
    position: fixed; /* 編集しないで下さい */
    width: 100%;     /* 編集しないで下さい */
    height: 100%;    /* 編集しないで下さい */
    top: 0;          /* 編集しないで下さい */
    left: 0;         /* 編集しないで下さい */
    z-index: 990;    /* 編集しないで下さい */
    background-color: #fff;
    opacity: 0.8;
}
/* レイヤーのコンテンツ */
#layer_carbox {
    display: none;    /* 編集しないで下さい */
    z-index: 991;     /* 編集しないで下さい */
    position: fixed;  /* 編集しないで下さい */
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
}
.tab_box {
    display: none;  /* 編集しないで下さい */
}
.tab_box li {
    text-decoration: underline;
    cursor: pointer;  /* 編集しないで下さい */
}
.tab_box li:hover {
    text-decoration: none;
}
.loading_img {
    display: none;  /* 編集しないで下さい */
    width: 10%;
}
/* モーダルの画像サイズ */
.cnModalContentImg {
    width: 100%;
    height: auto;
}