﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");

.secInner {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

a {
    text-decoration: underline;
    color: #0000EE;
}

@media screen and (min-width: 1025px) {
    margin-bottom: 50px;
}
/*
        img{
          width: 180px;
          @media screen and (min-width: 1025px) {
            width: 250px;
          }
        }
*/
.lh2 {
    line-height: 2;
}

.bottomBtn.single {
    text-align: center;
    display: block;
}

    .bottomBtn.single .submit {
        position: relative;
        display: inline-block;
    }

.bottomBtn {
    width: 100%;
    max-width: 720px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px auto 0;
}

    .bottomBtn .submit {
        border-radius: 10px;
        color: #fff;
        display: block;
        height: 55px;
        border: none;
        background: #1b3893;
        text-align: center;
        line-height: 50px;
        position: relative;
        font-size: 1.5rem;
        font-weight: 400;
        cursor: pointer;
        font-family: "Noto Sans JP", sans-serif;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
        transition: 0;
        margin-bottom: 0;
        width: 100%;
    }

        .bottomBtn .submit:nth-of-type(1) {
            margin-bottom: 20px;
        }

@media screen and (min-width: 600px) {
    .bottomBtn .submit {
        transition: .3s;
        width: 48.5%;
        max-width: 350px;
    }

        .bottomBtn .submit:nth-of-type(1) {
            margin-bottom: 0px;
        }
}

.bottomBtn .submit:hover {
    opacity: .6;
}

.pc {
    display: none !important;
}

@media screen and (min-width: 600px) {
    .pc {
        display: block !important;
    }
}
