html, body {
    margin: 0;
    background-color: #1e3175;
}
.pc_800px {
    max-width: 800px;
    margin: 0 auto;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
@media screen and (max-width:480px) {
    .pc_800px {
        border-right: none;
        border-left: none;
    }
}
section {
    position: relative;
    margin-bottom: -6px;
}
img {
    width: 100%;
}

.section02_tel {
    position: absolute;
    display: block;
    width: 31%;
    top: 6px;
    right: 3px;
}
@media screen and (max-width:480px) {
    .section02_tel {
        top: 0;
    }
}
.cat.active {
    animation: shake 1s infinite;
}
@keyframes shake {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}
.cat {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 999;
}
.cat01 {
    width: 30%;
    bottom: -25px;
}
@media screen and (max-width:480px) {
    .cat01 {
        bottom: -10px;
    }
}

.section04 {
    background-color: #265aa6;
    padding-bottom: 30px;
}
.section04_title {
    text-align: center;
}
.section04_title p {
    display: inline-block;
    padding: 5px 25px;
    background-color: #f5d804;
    color: #265aa6;
    font-weight: 700;
    font-size: 2.5vw;
    border-radius: 30px;
}
@media screen and (max-width:480px) {
    .section04_title p {
        font-size: 4vw;
    }
}
.horizontal-swiper {
    padding: 15px 0 !important;
    background-color: #fff;
}
.swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-slide {
    width: 25% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.swiper-slide img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    height: 100%;
}
.swiper-notification {
    display: none;
}

.cat02 {
    width: 32%;
    right: 0;
    bottom: 90px;
}
@media screen and (max-width:480px) {
    .cat02 {
        bottom: 30px;
    }
}

.section07 {
    padding-bottom: 5px;
    background-color: #6d9add;
    text-align: center;
    font-weight: 700;
}
.section07_title p {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 8px;
    background-color: #fff;
    color: #6d9add;
    font-size: 7vw;
    line-height: 7vw;
}
.section07_title p:last-child {
    margin: 0
}
@media screen and (max-width:480px) {
    .section07_title p {
        padding: 5px;
    }
}
.section07_contents {
    width: 97%;
    margin: 20px auto;
    padding: 50px 0 5px 0;
    font-size: 3vw;
    background-color: #fff;
    color: #3e3e3e;
}
@media screen and (max-width:480px) {
    .section07_contents {
        padding: 30px 0 10px 0;
    }
}
.section07_contents p {
    display: inline-block;
    margin: 0 0 20px 0;
}
.section07_tel img {
    width: 80%;
    margin-left: 7%;
}
.business_hour {
    display: inline-block;
    color: #ff9933;
}
.contact_form {
    width: 70%;
    margin: 0 auto 20px;
    font-size: 1.5vw;
    text-align: left;
}
.input_contents {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-bottom: 15px;
}
.input_contents label {
    width: 50%;
}
.input_contents label > span {
    font-size: 1vw;
}
.input_contents > div {
    width: 50%;
}
.input_contents input[type="text"] {
    width: 100%;
    height: 100%;
    font-size: 2vw;
    box-sizing: border-box;
}
.input_contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input_contents input[type="radio"] {
    width: 2vw;
    height: 2vw;
}
#text {
    width: 100%;
    font-size: 2vw;
}
.contact_form input[type="submit"] {
    display: block;
    width: 25%;
    font-size: 2vw;
    margin: 0 auto;
    cursor: pointer;
}
@media screen and (max-width:480px) {
    .contact_form {
        width: 85%;
    }
    .contact_form, .input_contents input[type="text"], #text {
        font-size: 4vw;
    }
    .input_contents label > span {
        font-size: 3vw;
    }
    .input_contents input[type="radio"] {
        width: 4vw;
        height: 4vw;
    }
    .contact_form input[type="submit"] {
        width: 35%;
        font-size: 4vw;
    }
}
.privacy_title {
    margin: 0 !important;
    font-size: 2vw;
    font-weight: 300;
    color: #888;
}
.privacy_contents {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.2vw;
    font-weight: 300;
    list-style: none;
    color: #888;
}
@media screen and (max-width:480px) {
    .privacy_title {
        font-size: 4vw;
    }
    .privacy_contents {
        font-size: 2.3vw;
    }
}

.section08 {
    padding: 20px 0 10px 0;
    background-color: #265aa6;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width:480px) {
    .section08 {
        font-size: 6vw;
    }
}
.section08 p {
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 2px #000;
}

.section09 {
    padding: 60px 0;
    background-color: #1b1947;
    color: #fff;
    text-align: center;
    font-size: 2vw;
}
@media screen and (max-width:480px) {
    .section09 {
        font-size: 3vw;
    }
}