@charset "UTF-8";
/*========
inquiry
=========*/

.inquiry .flex_btns li {
    width: 49%;
}

.inquiry .flex_btns li svg {
    transform: rotate(90deg);
    top: 43%;
}

.inquiry-area {
    padding: 6rem 0;
}

.inquiry-area:nth-child(even) {
    background: #F5F5F5;
}

.inquiry-area:nth-child(odd) {
    background: #fff;
}

.inquiry-area > section {
    padding-top: 12rem;
    margin-top: -12rem;
}

.inquiry h2 {
    text-align: left !important;
    font-size: 2.8rem !important;
    margin-bottom: 4rem;
    border-bottom: 1px solid #707070;
    padding-bottom: 1.5rem;
}

.inquiry-detail {
    background: #fff;
    padding: 4rem;
    margin-top: 4rem;
}

.inquiry-detail strong{
	color: #005093 !important;
}

.inquiry-detail p {
    line-height: 2;
}

.inquiry-btn-area {
    width: 100%;
    text-align: center;
    margin: 6rem auto 0 auto;
}

a.inquiry-btn {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 9rem;
    line-height: 9rem;
    color: #005093;
    font-weight: bold;
    font-size: 2rem;
    max-width: 460px;
    width: 90%;
}
a.inquiry-btn:last-child{
    margin-left: 3rem;
}
a.inquiry-btn svg {
    position: absolute;
    right: 4rem;
    top: calc(50% - 1rem);

}

a.inquiry-btn:hover {
    background: #005093;
    color: #fff;
}

a.inquiry-btn:hover svg path{
    stroke: #fff;
}


.inquiry-area:nth-child(odd) .inquiry-detail {
    border: 1px solid #999
}

.inquiry-area:nth-child(odd) a.inquiry-btn {
    border: 1px solid #005093
}

.rotate_reset svg{
	transform: none !important;
	top: 37% !important;
}

@media screen and (max-width: 1013px) {
    a.inquiry-btn{
    }
a.inquiry-btn:last-child{
    margin-left: 0;
    margin-top: 2rem;
}
}

@media screen and (max-width: 767px) {
    
a.inquiry-btn {
    font-size: 1.5rem;
}
   
.inquiry-area > section {
    padding-top: 10rem !important;
    margin-top: -10rem !important;
}
    .inquiry .flex_btns li {
        width: 100%;
    }

    .inquiry h2 {
        font-size: 1.8rem !important;
        margin-bottom: 1rem !important;
        padding-bottom: 1rem;
    }

    .inquiry-detail {
        padding: 2rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 428px) {
    a.inquiry-btn {
        font-size: 1.4rem;
    }   
    a.inquiry-btn svg {
        right: 1.5rem;
    }
}