.battery_guide_search {
    padding: 1em;
    /* background-color: #f9f9f9; */
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-header {
    text-align: center;
    padding: 1em 0 0;
}

.main-header .title {
    font-size: min(1.5em, 5vw);
    font-weight: bold;
    margin-bottom: 1em;
    color: #0074c0;
}

.co-wrp {
    padding: 3em 4em;
    width: 100%;
    /* max-width: 780px; */
    margin: 2em auto;
    border-radius: 5px;
    counter-reset: index;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.battery_guide_search .co-wrp {
    max-width: 980px;
}

@media screen and (max-width:767px) {
    .co-wrp {
        padding: 1.5em;
    }
}

.q-wrp .title-wrp .title {
    font-size: min(1.1em, 5vw);
    color: #0074c0;
    font-weight: bold;
    border-bottom: 1px solid #0074c0;
    margin-bottom: 1.5em;
    text-align: left;
    padding-bottom: .25em;
}

.q-wrp .title-wrp .title::before {
    content: '';
    width: .3em;
    height: .3em;
    border: 5px solid;
    border-radius: 100%;
    display: inline-block;
    margin-right: .5em;
}

.q-wrp .title-wrp .title .type {
    font-size: 1.3em;
}

.q-wrp .lead {
    margin-bottom: 1em;
    text-align: center;
}

.q-wrp .note {
    font-size: min(.8em, 3.1vw);
    margin-bottom: 1.5em;
    margin-top: -1em;
}

.buttery-wrp {
    margin-bottom: 5em;
}

.vtoh-wrp {
    text-align: center;
    margin-bottom: 2em;
}

.vtoh-wrp .vtoh-btn {
    display: inline-block;
    background-color: #0074c0;
    color: #fff;
    padding: .75em 2em .5em;
    margin: 1em auto;
    font-size: 1em;
    line-height: 2;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.vtoh-wrp .vtoh-btn:hover {
    background-color: #222;
}

.vtoh-wrp .vtoh-btn::after {
    content: '';
    display: block;
    width: .4em;
    height: .4em;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    right: .75em;
    transform: translateY(-50%) rotate(45deg);
}

.q-title {
    font-size: min(1.05em, 3.6vw);
    margin-bottom: 1.5em;
    color: #0074c0;
}

.q-title .highlight {
    display: inline-block;
    position: relative;
    font-weight: bold;
    position: relative;
}

.q-title .highlight::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(140, 189, 85, .6);
    z-index: 0;
    bottom: 0;
    left: 0;
}

.q-title::before {
    counter-increment: index;
    content: 'Q' counter(index);
    display: inline-block;
    margin-right: .5em;
    font-size: 1.7em;
    font-weight: 300;
    font-family: var(--en);
}

.q-wrp {
    margin-bottom: 2em;
}


/* radio button2*/

.rbtn label {
    transition: all .3s;
}

.rbtn:hover label {
    background-color: #0074c0;
    color: #fff;
}

.rbtn.select label {
    background-color: #0074c0;
    border: 2px solid #0074c0;
    color: #fff;
}

.q1 .rbtn {
    width: 48%;
    opacity: .6;
}

.q2 .rbtn,
.q3 .rbtn {
    width: 32%;
    opacity: .6;
    pointer-events: none;
}

@media screen and (max-width:767px) {

    .q2 .rbtn,
    .q3 .rbtn {
        width: 48%;
    }
}

.q2 .rbtn label,
.q3 .rbtn label {
    border: 2px solid #ccc;
}

.rbtn.active {
    opacity: 1;
    pointer-events: all;
}

.rbtn.active label {
    border: 2px solid #0074c0;
}

.radio-normal-wrp2 input[type="radio"] {
    display: none;
}

.radio-normal-wrp2 label {
    display: block;
    text-align: left;
    cursor: pointer;
    margin-bottom: 1em;
    position: relative;
    border: 2px solid #0074c0;
    border-radius: 5px;
}

.radio-normal-wrp2 .radio {
    display: block;
    padding: 1em 3em;
}

@media screen and (max-width:767px) {
    .radio-normal-wrp2 .radio {
        padding-right: 1em;
    }
}

.radio-normal-wrp2 .radio::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    width: 1.3em;
    height: 1.3em;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 100%;
    box-sizing: border-box;
}

.radio-normal-wrp2 label:hover .radio::after {
    background-color: #9cb5bf;
    transition: 0.2s;
}

.radio-normal-wrp2 .radio::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - .5em);
    left: 1.35em;
    width: .4em;
    height: .6em;
    /* transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); */
    transition: transform .2s;
    transform-origin: center center;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg) scale(.8);
    opacity: .6;
}


/* === radio on ========= */

.radio-normal-wrp2 input[type="radio"]:checked+label {
    display: block;
}

.radio-normal-wrp2 input[type="radio"]:checked+label .radio::after {
    /* background-color: #4297bc; */
}

.radio-normal-wrp2 input[type="radio"]:checked+label .radio::before {
    /* transform: scale(1, 1); */
    /* transform: translateY(-50%) scale(.4); */
    border-right: 3px solid #0074c0;
    border-bottom: 3px solid #0074c0;
    opacity: 1;
}

#Q {
    display: block;
}

#A {
    display: none;
}

.submit-btn,
.reset-btn {
    width: 25%;
    text-align: center;
    margin: .5em;
    padding: .5em 1em;
    border: none;
    background-color: #0074c0;
    color: #fff;
    font-size: 15px;
    border-radius: 4px !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: all .3s;
}

.submit-btn:hover,
.reset-btn:hover {
    color: #fff;
    background-color: #222;
}

.reset-btn {
    background-color: #ddd;
    color: #222;
}

.restitle {
    display: block;
    width: 10em;
    text-align: center;
    font-weight: bold;
    background-color: #0074c0;
    color: #fff;
    line-height: 2;
    padding: .25em 2em .2em;
    border-radius: 3em;
    margin: 0 auto;
    letter-spacing: .1em;
    text-indent: -.1em;
}


/* search resulst */

.res-type {
    margin: 0 auto 2em;
    width: 100%;
}

.res-type .search-word {
    display: none;
    font-size: .9em;
    font-weight: bold;
    /* width: 100%; */
}

.res-type .search-word .label {
    display: inline-block;
    width: 6em;
    text-align: center;
    font-size: .8em;
    font-weight: normal;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: .3em;
    margin-right: .5em;
    margin-bottom: .5em;
    border-radius: 4px;
}

.res-type .search-word .words {
    display: inline-block;
    vertical-align: bottom;
    line-height: 2;
}

.res-type .search-word.active {
    display: inline-block;
    margin-right: .75em;
}

.res-type .res-vtoh {
    font-size: 1.4em;
}

.item-box {
    border-top: 1px solid #ddd;
    padding-top: 2em;
    margin-top: 2em;
}

.item-box:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.item-box .img-wrp {
    width: 32%;
}

.item-box .img-wrp .img {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
}

.item-box .img-wrp .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.item-box .text-box {
    width: 64%;
}

.item-box .brand-title {
    display: inline-block;
    color: #0074c0;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: .5em;
}

.item-box .brand-size {
    display: inline-block;
    color: #0074c0;
    font-size: 1.6em;
    margin-bottom: .5em;
}

.item-box .sml {
    font-size: .8em;
}

.item-box .mode-wrp {
    margin-bottom: 1em;
    line-height: 1.5;
}

.item-box .mode-wrp .mode {
    display: inline-block;
    font-size: .9em;
    font-weight: bold;
}

.item-box .mode-wrp a {
    display: inline-block;
    color: #ee901f;
    text-decoration: underline;
    position: relative;
    padding-right: 1.5em;
}

.item-box .mode-wrp a::before {
    content: '';
    width: .4em;
    height: .4em;
    border-right: 1px solid;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    right: .45em;
    transform: translateY(-50%) rotate(45deg);
    z-index: 3;
}

.item-box .mode-wrp a::after {
    display: inline-block;
    content: '';
    width: 1em;
    height: 1em;
    background-color: #f9f9f9;
    border-radius: 100%;
    border: 1px solid;
    margin-left: .5em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.item-box .mode-wrp a:hover {
    color: #222;
}

.item-box .pdf-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item-box .pdf-wrp .pdfbtn {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    min-height: 3em;
    font-size: .8em;
    line-height: 1.5;
    padding: .5em;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: .5em 0;
    position: relative;
    transition: all .3s;
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

.item-box .pdf-wrp .pdfbtn .sml {
    display: block;
    font-size: 12.5px;
    color: var(--color-blue);
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .item-box .pdf-wrp .pdfbtn {
        width: 100%;
    }
}

.item-box .pdf-wrp .pdfbtn::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    right: .75em;
    transform: translateY(-50%) rotate(45deg);
}

.item-box .pdf-wrp .pdfbtn:hover {
    border-color: #0074c0;
}

.btn-wrp {
    margin: 2em auto;
}

.back-btn {
    font-size: .9em;
    display: inline-block;
    padding: .5em 3em;
    border: 1px solid #ccc;
    border-radius: 2em;
    background-color: #fff;
    position: relative;
}

.back-btn::before {
    content: '';
    width: .4em;
    height: .4em;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 1em;
}

/* inquiry */
.inquiry-wrp {
    margin: 3em auto 1em;
    width: 100%;
    border: 1px solid #ccc;
    padding: 1em 2em;
    border-radius: 4px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .inquiry-wrp {
        padding: 1em;
    }
}

.inquiry-wrp .title {
    font-size: min(1em, 3.2vw);
    font-weight: bold;
    margin: 1em 0;
}

.inquiry-wrp .lead {
    font-size: min(.9em, 3vw);
    margin-bottom: 1em;
}

.inquiry-wrp .check {
    background-color: #f3f3f3;
    padding: 1em 2em;
    text-align: left;
    margin: 1em auto;
}

.inquiry-wrp .check .check-title {
    font-size: min(.8em, 3vw);
    margin-bottom: .5em;
    font-weight: bold;
}

.inquiry-wrp .check .check-title::before {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    border: 4px solid #0074c0;
    border-radius: 100%;
    margin-right: .5em;
    vertical-align: middle;
    transform: translateY(-.1em);
}

.inquiry-wrp .check .check-lead {
    font-size: min(.8em, 2.8vw);
}

.inquiry-wrp .btn {
    padding: .5em 2em;
    font-size: .9em;
    border: 2px solid #0074c0;
    color: #0074c0;
    border-radius: 3em;
    margin: 2em 0;
    position: relative;
}

.inquiry-wrp .btn::after {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    right: .75em;
    transform: translateY(-50%) rotate(45deg);
}