@charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}

/* 768 - 899 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* 320 - 767 */
@media only screen and (max-width: 767px) {
.head-nv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 500px;
    height: 70px;
    margin: auto;
    position: fixed;
    padding: 0 12px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 100;
    background-color: #fff;
}

.head-inner {
    margin-top: 70px;
}

.head-logo {
    width: 120px;
    column-gap: 20px;
}

.head-btn {
    width: calc(100% - 140px);
}

.head-btn a {
    padding: 1px 2px 2px 8px;
    font-size: 12px;
}

.head-top {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    line-height: 170%;
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
}
span.big {
    font-size: 130%;
}

.btn-text {
    font-size: 22px;
    margin-top: 32px;
    
}

.btn-arrow {
    max-width: 140px;
    margin: auto;
    margin-top: 6px;
}

.btn-box input {
    max-width: 100%;
    margin-top: 12px;
}

.input-label {
    font-size: 20px;
}
.sec-title {
    font-size: 24px;
    padding: 12px 0;
}

.bullet-main ul li {
    text-align: justify;
    margin-top: 22px;
    font-weight: bold;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 30px;
    background-position: left top;
}

.sec-get {
    padding: 50px 0;
}
.sec-why {
    padding: 50px 0;
}

.text-box {
    font-size: 16px;
}

.hole-sec {
    padding: 32px 0 50px 0;
}

.voice-list-title {
    font-size: 16px;
}
  #footer_main {
    padding: 24px 0 24px 0;
    font-size: 14px;
  }
}
