.page {
    margin-top: 50px;
}

.form-group .text {
    font-size: 21px;
    margin-bottom: 60px;
    margin-top: 20px;
    line-height: 1.8;
}

.form-group .submit input[type='submit'] {
    /* background-color: #ed1c24; */
    width: 270px;
}

.info-content {
    margin-top: 90px;
}

.info-content .pic {
    width: 54%;
    overflow: hidden;
    margin-right: 6%;
}

.info-content .pic img {
    width: 100%;
}

.info-content .text {
    font-size: 24px;
}

.info-content .info {
    background-color: #f8f8f8;
    margin-top: 50px;
}

.info-content .info .title {
    background-color: #ed9a03;
    color: #FFF;
    line-height: 46px;
    font-size: 20px;
    padding-left: 30px;
}

.info-content .info .con {
    padding-left: 30px;
    padding-bottom: 15px;
}

.info-content .info .txt {
    font-size: 19px;
    line-height: 1.6;
    margin-top: 10px;
}

.info-content .sns {
    padding-left: 30px;
    margin-top: 40px;
}

.info-content .sns a {
    margin-right: 20px;
    width: 44px;
    overflow: hidden;
}

.info-content .sns a img {
    width: 100%;
}

.pub-title {
    font-size: 31px;
    line-height: 1.5;
    margin-top: 80px;
    text-transform: capitalize;
}

.other .item {
    margin-top: 55px;
    width: 32%;
    overflow: hidden;
    margin-right: 2%;margin-bottom: 2%;
}

.other .item:nth-of-type(3n) {
    margin-right: 0;
}

.other .item .pic {
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
}

.other .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.other .item .txt {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 10px;text-align: center;
}

.store {
    margin-top: 40px;
}

.store .item {
    margin-top: 10px;margin-bottom: 10px;
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
}

.store .item:nth-of-type(3n) {
    margin-right: 0;
}

.store .item .pic {
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
}

.store .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store .item .txt {
    font-size: 20px;
    margin-top: 15px;
}

@media (max-width:768px) {
    .store .item {
        width: 49%;
    }
    .store .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .store .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.question {
    margin-top: 20px;
    padding: 0 10%;
}

.question .title {
    font-size: 31px;
    line-height: 1.5;
    /* margin-bottom: 30px; */
    text-align: center;
}

.question .item {
    border-bottom: 1px #dfe4e8 solid;
    padding-top: 30px;
    padding-bottom: 30px;
}

.question .item .tit {
    font-size: 21px;
    line-height: 2;
    padding-right: 50px;
    cursor: pointer;
}

.question .item.on .tit {
    color: #0061a5;
}

.question .item .tit .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 41px;
    height: 41px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.question .item .tit .arrow::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-right: 2px #203a66 solid;
    border-bottom: 2px #203a66 solid;
}

.question .item .tit .arrow.down {
    background-color: #0077cc;
}

.question .item .tit .arrow.down::before {
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.question .item .text-content {
    font-size: 16px;
    padding: 2%;
}

.question .all {
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 2px #001e50 solid;
    margin-top: 50px;
    font-size: 18px;
    width: 180px;
    cursor: pointer;
}

.question .all::before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px #001e50 solid;
    border-bottom: 2px #001e50 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-right: 10px;
    margin-top: -7px;
}
.question .all.on::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    margin-top: 4px;
}

#contact-form.form-group {
    margin-top: 30px;
}

@media (max-width:1199px) {
    .info-content,
    .pub-title {
        margin-top: 80px;
    }
    .form-group .text br {
        display: none;
    }
    .form-group .text,
    .info-content .info .title,
    .info-content .info .txt {
        font-size: 18px;
    }
    .info-content .text,
    .store .item .txt {
        font-size: 20px;
    }
    .info-content .info {
        margin-top: 30px;
    }
    .pub-title {
        font-size: 32px;
    }
    .other .item {
        margin-top: 50px;
    }
    .other .item .txt,
    .question .title {
        font-size: 24px;
    }
    .store {
        margin-top: 20px;
    }
    .question {
        padding: 0;
    }
    .question .item .tit {
        font-size: 20px;
        padding-right: 40px;
    }
    .question .item .text-content {
        font-size: 16px;
    }
    .question .item .tit .arrow {
        width: 35px;
        height: 35px;
    }
    .question .item .tit .arrow::before {
        left: 12px;
        top: 15px;
    }
}

@media (max-width:1023px) {
    .page {
        margin-top: 70px;
    }
    .info-content {
        margin-top: 50px;
        flex-flow: column;
    }
    .info-content .pic {
        width: 100%;
        margin-bottom: 20px;
    }
    .info-content .sns {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .other .item {
        margin-top: 30px;
    }
    .other .item .txt {
        font-size: 20px;
    }
    .store .item .txt,
    .question .item .tit {
        font-size: 18px;
    }
    .store {
        margin-top: 0;
    }
    .question .title {
        margin-bottom: 0px;
    }
    .question .all {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .page {
        margin-top: 50px;
    }
    .form-group .text {
        margin-bottom: 30px;
    }
    .form-group .submit input[type='submit'] {
        /* width: auto; */
        width: 150px;
        padding: 0;
        text-align: center;
    }
    .form-group .text,
    .info-content .info .title,
    .info-content .info .txt,
    .question .item .tit {
        font-size: 16px;
    }
    .question .item .tit {
        white-space: pre-wrap;
        overflow: visible;
    }
    .info-content .text,
    .other .item .txt {
        /* font-size: 18px; */
        text-align: center;
    }
    .info-content .info .title,
    .info-content .info .con {
        padding-left: 20px;
    }
    .info-content .sns {
        padding-left: 0;
    }
    .info-content .sns a {
        margin-right: 10px;
        width: 45px;
    }
    .pub-title {
        font-size: 24px;
        margin-top: 50px;
    }
    .question {
        margin-top: 40px;
    }
    .question .title {
        /* font-size: 20px; */
    }
}

@media (max-width:540px) {
    .info-content .info {
        margin-top: 20px;
    }
    .other .item {
        width: 100%;
        margin-right: 0;
    }
    .store .item {
        width: 100%;
        margin-right: 0;
    }
    .question .item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .question .all {
        margin: 0 auto;
        margin-top: 30px;
    }
}