@charset "UTF-8";

/* CSS Document */
html {
    background: #fff;
}

/*.menu img {
    border: 1px solid #D4D6DE;
}*/

nav {
    display: none;
}

nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
}

main {
    max-width: 990px;
    margin: 0 auto;
    padding: 100px 30px;
}

footer {
    position: static;
}

footer small {
    color: #1A274E;
}

section {
    margin-bottom: 60px;
    overflow: hidden;
}

table {
    width: 100%;
    list-style: inside;
    font-size: 15px;
    margin-bottom: 20px;
}

table tr {
    border-bottom: 1px solid;
}

table th {
    padding: 1em;
    vertical-align: top;
}

table td {
    padding: 1em;
}

main h1 {
    font-size: 54px;
    text-align: center;
    font-weight: bold;
    color: #1A274E;
    margin-bottom: 1em;
}

main h1 span {
    font-size: 18px;
    text-shadow: none;
    margin: -28px 0 30px;
    display: block;
}

main h1 span::before {
    content: "\A";
    white-space: pre;
}

main h2 {
    color: #1A274E;
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: bold;
}

main h3 {
    color: #1A274E;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1em;
}

main h4 {
    color: #1A274E;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

.main-image {
    width: 100%;
    margin-bottom: 80px;
}

/*事業案内*/
.profile-ul {
    margin-bottom: -2em;
}

.profile-ul > li {
    list-style: none;
    margin-bottom: 2em;
}

.profile-ul img {
    margin-bottom: 1em;
}

.profile-ul-one img {
    width: 420px;
    float: left;
    margin-bottom: 1em;
}

.profile-ul-one .right {
    width: calc(100% - 470px);
}

/* //事業案内*/

/*会社情報*/
table.company th {
    width: 20%;
}

table.company ul {
    list-style: inside disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

table.company ul li {
    width: 48%;
}

.rinen {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 1em 0;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 800;
  font-style: normal;
}

/* //会社情報*/

/*アクセス*/
.gmap {
    position: relative;
    height: 517px;
    width: 100%;
    padding-top: 55.65%;
    display: block;
    margin-bottom: 80px;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.access a {
    margin-top: 20px;
}

/* //アクセス*/

/*お問合わせ*/
.hissu::after {
    content: "必須";
    margin-left: 1em;
    font-size: 80%;
    display: inline-block;
    color: #fff;
    background-color: darkorange;
    padding: 0.2em 0.8em;
}

table.contact th {
    width: 35%;
}


form input:not([type="radio"]),
textarea {
    width: 100%;
}

form table td input[type="radio"] {
    margin-bottom: 1em;
}

/* //お問合わせ*/




/*スマートフォン用css*/
@media screen and (max-width: 480px) {
    main {
        width: 100%;
        margin: 0 auto;
        padding: 100px 0 60px;
    }

    footer small {
        color: #fff;
    }

    .main-image {
        width: 120%;
        margin-left: -10%;
    }

    section {
        padding: 0 8%;
    }

    table {
        font-size: 14px;
        border-top: 1px solid;

    }

    table th,
    table td {
        width: 100% !important;
        display: block;
        padding: 1em;
    }

    table th {
        border-bottom: 1px solid;
        background-color: rgba(211, 211, 211, 0.5) !important;
        padding: 0.5em 1em;
    }

    main h1 {
        font-size: 26px;
    }

    main h2 {
        font-size: 18px;
    }

    main h3 {
        font-size: 14px;
    }

    /*事業案内*/

    .profile-ul-one img,
    .profile-ul-one .right {
        width: 100%;
    }

    /* //事業案内*/

    /*会社情報*/

    table.company ul {
        display: block;
    }

    table.company ul li {
        width: 100%;
    }

    .rinen {
        font-size: 16px;
        text-align: left;
        padding: 0;
    }

    /* //会社情報*/

    /*アクセス*/
    .gmap {
        height: 0;
        padding-top: 100%;
        width: 120%;
        width: 120%;
        margin-left: -10%;
        margin-bottom: 40px;
    }

    /* //アクセス*/

}
