@charset "utf-8";

#col3form .main-wrap {
    display: flex;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 20px 50px;
}
#col3form .left {
    max-width: 423px;
    margin-right: 8.8%;
}
#col3form .fo-modal-list {align-items: baseline;}
#col3form .fo-modal-active {
    position: relative;
    visibility: inherit;
    width: 100%;
    opacity: 1;
}
#col3form .fo-modal-active img {width: 100%;}
#col3form h1 {
    margin: 20px 0 30px;
    display: flex;
    flex-direction: column;
}
#col3form h1 .up {
    font-size: 23px;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#col3form h1 .up:before,
#col3form h1 .up:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #84919E;
    margin-top: 5px;
}
#col3form h1 .up:before {
    transform: rotate(-30deg);
    margin-right: 17px;
}
#col3form h1 .up:after {
    transform: rotate(30deg);
    margin-left: 8px;
}
#col3form h1 .down {
    font-size: 36px;
    line-height: 44px;
}
#col3form form {padding: 0;}
#col3form .fo-modal-active .slick-prev:focus,
#col3form .fo-modal-active .slick-prev,
#col3form .fo-modal-active .slick-next:focus,
#col3form .fo-modal-active .slick-next {
    width: 30px;
    height: 88px;
}
#col3form .fo-modal-active .slick-prev:before,
#col3form .fo-modal-active .slick-next:before {
    right: calc(50% - 4px);
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#col3form .fo-modal-active .slick-prev:before {right: calc(50% - 12px);}
#col3form .slick-dots {
    position: static;
    display: flex;
    justify-content: space-between;
}
#col3form .slick-dots li {
    width: 20%;
    height: 100%;
}
#col3form .fo-modal-active .slick-slide {
    border: 2px solid #ccc;
    box-sizing: border-box;
}
#col3form .fo-modal-active .slick-slide.slick-current {height: 100%;}
#col3form .fo-modal-list {margin-top: 10px;}
#col3form .fo-modal-list .slick-slide {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: calc(100% / 3 - 30px / 3)!important;
}
#col3form .fo-modal-list .slick-track {
    display: flex;
    justify-content: space-between;
    transform: none!important;
}
#col3form .fo-modal-list .slick-track:before,
#col3form .fo-modal-list .slick-track:after {content: none;}
#col3form .fo-modal-list li {position: relative;}
#col3form .fo-modal-list li img {border: none;}
#col3form .fo-modal-list .slick-current:before {
    content: '';
    border: 5px solid #03AF7A;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
}
#col3form .explain {
    position: relative;
    padding: 35px;
    box-sizing: border-box;
    border: 1px solid #03AF7A;
    border-radius: 5px;
    margin-top: 35px;
}
#col3form .explain .absolute {
    font-size: 23px;
    font-family: "Roboto";
    font-weight: 300;
    color: #03AF7A;
    position: absolute;
    top: -26px;
    left: 25px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #EBF9F0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#col3form .explain .absolute img {
    width: 14px;
    margin-left: 5px;
    transform: translateY(-3px);
}
#col3form .explain h2 {
    font-size: 15px;
    color: #03AF7A;
    background: url(/img/pre/icon/green_check.png) center left / 12px no-repeat;
    padding-left: 20px;
    margin-bottom: 7px;
}
#col3form .explain .ul-wrap {font-size: 14px;}
#col3form .explain .ul-wrap li {margin-bottom: 4px;}
#col3form .explain .ul-wrap:not(:last-child) {margin-bottom: 15px;}
#col3form .explain .ul-wrap.numbering ul {margin-left: 25px;}
#col3form .explain .ul-wrap:not(.numbering) ul {margin-left: 20px;}
#col3form .explain .ul-wrap:not(.numbering) li:before {content: '・';}
#col3form .explain .ul-wrap:not(.numbering) li {
    text-indent: -1em;
    margin-left: 1em;
}
#col3form .explain .numbering li {
    text-indent: -1.2em;
    margin-left: 1.2em;
}
#col3form .explain .numbering .sub-list>ul>li:before{
    content: '∟';
    font-family: "Roboto";
}
#col3form .radio4 {flex-wrap: wrap;}
#col3form .radio4 li {
    width: 34%;
    margin-right: 0;
}
#col3form .radio4 li:nth-child(n+3) {margin-top: 8px;}
#col3form .web-meeting .date-area:not(:last-of-type) {border-bottom: 1px dotted #dddddd;}
#col3form .web-meeting .date-area {padding: 0 0 15px;}
#col3form .web-meeting .date-area .input-wrap {
    width: calc(99.8% - 40px);
    margin: 10px 0 0 8px;
}
#col3form .web-meeting .date-area .time {margin: 15px 0 0 0;}
#col3form .pre-fo2-btnarea {margin-top: 30px;}
#col3form #web_meeting_date {border-bottom: none;}

/* lp24_bから遷移 */
#col3form .dealerform-img-area figure{
    margin: 0;
}
#col3form .dealerform-img-area img{
    width: 100%;
}
@media screen and (max-width: 940px) {
    #col3form .main-wrap {flex-direction: column;}
    #col3form .left {
        max-width: 100%;
        margin-right: 0;
    }
    #col3form .fo-modal-list {
        max-width: 100%;
        padding: 0;
    }
    #col3form h1 {
        align-items: center;
        text-align: center;
        margin-top: 0;
    }
    #col3form .explain {margin-bottom: 35px;}
}
@media screen and (min-width: 671px) {
    #col3form .pre-fo2-white-wrap {
        padding: 40px 60px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
}
@media screen and (max-width: 670px) {
    #col3form h1 {margin-bottom: 25px;}
    #col3form h1 .up {font-size: 15px;}
    #col3form h1 .down {
        font-size: 26px;
        line-height: 24px;
    }
    #col3form .fo-modal-list {margin-top: 5px;}
    #col3form .explain {
        margin-top: 24px;
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    #col3form .explain .absolute {
        font-size: 17px;
        padding: 7px;
        top: -21px;
        left: 20px;
    }
    #col3form .explain .absolute img {width: 11px;}
    #col3form .explain h2 {
        background-size: 9px;
        font-size: 14px;
        padding-left: 15px;
    }
    #col3form .explain .ul-wrap {font-size: 13px;}
    #col3form .explain .ul-wrap li {margin-bottom: 2px;}
    #col3form .explain .ul-wrap.numbering ul,
    #col3form .explain .ul-wrap:not(.numbering) ul {margin-left: 0;}
    #col3form form {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    #col3form .pre-fo2-white-wrap {padding-top: 30px;}
    #col3form .fo-modal-active .slick-prev:before,
    #col3form .fo-modal-active .slick-next:before {
        width: 13px;
        height: 13px;
    }
}