body {
    margin-right: auto;
    margin-left: auto;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 760px) {
    .main_image_pc {
        display: block;
    }

    .main_image_sp {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .main_image_pc {
        display: none;
    }

    .main_image_sp {
        display: block;
    }
}

header {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 1200px;
    margin: 0 auto;
}

.header img {
    width: 1198px;
    text-align: center;
}

h1 {
    font-family: serif;
    float: left;
}

h1 img {
    width: 130px;
}

.hd_contact1 {
    float: left;
    margin-top: 20px;
    margin-left: 300px;
}

.hd_contact1 img {
    width: 268px;
}

.hd_contact2 {
    float: right;
    margin-top: 10px;
}

.hd_contact2 img {
    width: 285px;
}

@media screen and (max-width: 1198px) {
    header {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .header img {
        width: 100%;
    }

    .hd_contact1 {
        margin-left: 100px;
    }

    .hd_contact2 {
        float: none;
    }

    .hd_contact2 img {
        margin-top: 15px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 760px) {
    .hd_contact1 img {
        width: 200px;
        margin-top: 15px;
        display: inline-block;
        right: 210px;
        position: absolute;
    }

    .hd_contact2 img {
        width: 185px;
        margin-top: 25px;
        display: inline-block;
        right: 10px;
        position: absolute;
    }
}

@media screen and (max-width: 530px) {
    h1 img {
        width: 80px;
    }

    .hd_contact1 img {
        width: 150px;
        right: 140px;
        margin-top: 20px;
    }

    .hd_contact2 img {
        width: 120px;
        margin-top: 35px;
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}

.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}

.ttl1_p {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 32px;
}

.ttl1_p1 {
    font-family: 'Noto Serif JP', serif;
    font-feature-settings: "palt"1;
    text-align: center;
    font-size: 32px;
    margin-top: -20px;
}

.ttl1_p1_1 {
    font-size: 46px;
    color: #bc9732;
}

@media screen and (max-width: 760px) {
    .ttl1_p {
        font-size: 24px;
    }

    .ttl1_p1 {
        font-size: 24px;
    }

    .ttl1_p1_1 {
        font-size: 24px;
    }
}

@media screen and (min-width: 580px) {
    .about_pc {
        display: block;
    }

    .about_sp {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .about_pc {
        display: none;
    }

    .about_sp {
        display: block;
    }
}

.about1 {
    width: 960px;
    height: 350px;
    margin: 0 auto;
}

.about_img_1 {
    margin-top: 80px;
    text-align: center;
}

.about_img_1 img {
    width: 960px;
    margin: 0 auto;
}

.about_img_2 {
    text-align: center;
}

.about_img_2 img {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .about_img_1 img {
        width: 100%;
    }

    .about_img_2 img {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .about_img_2 {
        margin-top: 50px;
    }

    .about_img_1 img {
        width: 90%;
    }

    .about_img_2 img {
        width: 90%;
    }
}

.about_text {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about_text p {
    text-align: center;
}

.ttl_img {
    margin-top: 50px;
}

.ttl_img img {
    width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 580px) {
    .title_image_pc {
        display: block;
    }

    .title_image_sp {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .title_image_pc {
        display: none;
    }

    .title_image_sp {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .ttl_img img {
        width: 100%;
    }
}

.ttl2_txt {
    margin-top: 80px;
    text-align: center;
}

.ttl3 {
    text-align: center;
}

.ttl3_txt {
    font-size: 32px;
    text-align: center;
    margin-top: 100px;
}

.obi1 {
    width: 100%;
    background-color: #1d2088;
    height: 100px;
}

.obi1_txt {
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    padding-top: 25px;
    font-size: 32px;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .obi1_txt {
        font-size: 26px;
    }
}

@media screen and (min-width: 580px) {
    .title3_img1_pc {
        display: block;
    }

    .title3_img1_sp {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .title3_img1_pc {
        display: none;
    }

    .title3_img1_sp {
        display: block;
    }
}

.ttl3_1 {
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}

.ttl3_1 img {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .ttl3_1 img {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .ttl3_1 {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
    }
}

.obi_info {
    text-align: center;
}

.obi_info img {
    width: 960px;
}

@media screen and (max-width: 960px) {
    .obi_info img {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .obi_info {
        margin-top: 30px;
    }
}

@media screen and (min-width: 580px) {
    .step1_pc {
        display: block;
    }

    .step1_sp {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .step1_pc {
        display: none;
    }

    .step1_sp {
        display: block;
    }
}

.step1 {
    text-align: center;
    margin-top: 50px;
}

.step1 img {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .step1 img {
        width: 100%;
    }
}

.arrow {
    text-align: center;
    margin-top: 50px;
}

.arrow img {
    width: 142px;
}

@media screen and (max-width: 580px) {
    .arrow img {
        width: 70px;
    }
}

@media screen and (min-width: 580px) {
    .q1_pc {
        display: block;
    }

    .q1_sp {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .q1_pc {
        display: none;
    }

    .q1_sp {
        display: block;
    }
}

.q1 {
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}

.q1 img {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .q1 img {
        width: 100%;
    }
}

.betsuin {
    font-size: 22px;
    text-align: center;
}

.maps {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.map_info {
    font-size: 22px;
    text-align: center;
}

.flow_ttl {
    font-size: 28px;
    color: #1d2088;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.flow_img {
    text-align: center;
}

footer {
    background-color: #1d2088;
    height: 50px;
    width: 100%;
    margin-bottom: -50px;
}

.footer_cont p {
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 12px;
}

@media screen and (max-width: 480px) {
    .wrapper {
        width: 95%;
        margin: 0 auto;
    }
}

.text_10 {
    width: 960px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 22px;
    font-weight: bold;
    color: red;
}

@media screen and (max-width: 960px) {
    .text_10 {
        width: 90%;
    }
}

.about_text2 {
    width: 560px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 100px;
}

.about_text2 p {
    text-align: center;
    font-size: 22px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 22px;
}

@media screen and (max-width: 560px) {
    .about_text2 {
        width: 90%;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 100px;
    }

    .about_text2 p {
        font-size: 18px;
    }

    table {
        font-size: 18px;
    }
}

table tr {
    border-bottom: solid 2px white;
}

table tr:last-child {
    border-bottom: none;
}

table th {
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #1d2088;
    color: white;
    text-align: center;
    padding: 10px 0;
}

table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #1d2088;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

table td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}