@charset "utf-8";

.section-inner {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

h1 {
    margin-bottom: 40px;
    margin-top: 30px;
}

@media screen and (max-width:1200px) {
    .section-inner {
        padding: 20px;
    }

    /*
    .section-inner .section-inner {
        padding: 0;
    }
        */
}

@media screen and (max-width: 800px) {
    .headline .tel {
        width: auto !important;
        float: right;
    }
}

@media screen and (max-width:640px) {
    h1 {
        margin-bottom: 20px;
    }
}

a {
    color: #33B3ED;
}

/* 　header
******************************************/
header {
    position: relative;
    padding-bottom: 20px;
}

.headline {
    background: transparent;
    width: 100%;
}

.headline .section-inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
}

.headline .section-inner::before,
.headline .section-inner::after {
  content: none;
}


.headline .logo {
    float: none;
    max-width: 230px;
}

.headline a {
    color: #111;
}

.headline a:hover {
    text-decoration: none;
}

.headline .tel {
    float: none;
}

.headline .tel a {
    display: block;
    max-width: 230px;
}

@media screen and (max-width:640px) {
    header {
        text-align: center;
        padding-bottom: 0;
        background-size: cover;
        background-position: 60% bottom;
    }

    .headline .section-inner {
        padding: 0;
    }

    .headline .logo {
        max-width: 300px;
        width: 40%;
    }

    .headline .tel {
        width: 40% !important;
    }
}

/* 　footer
******************************************/
#pagetop {
    position: fixed;
    left: 20px;
    bottom: -50px;
    color: #999;
    font-size: 150%;
    text-decoration: none;
    transition: all .5s linear 0s;
}

#pagetop.show {
    display: inline-block;
    bottom: 20px;
}

#entry-bnr {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    max-width: 400px;
}

#entry-bnr a {
    display: block;
}

footer {
    width: 100%;
    background: #111;
    color: #fff;
    font-size: 80%;
    text-align: center;
    padding: 40px 20px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover,
footer a:active {
    color: #f6f6f6;
    text-decoration: none;
}

@media screen and (max-width:640px) {
    footer small {
        font-size: 80%;
    }
}

/* 　sub
******************************************/
.sub header {
    background: none;
    padding-bottom: 0;
}

.sub .main {
    padding: 40px;
}

@media screen and (max-width:640px) {
    .sub .main {
        padding: 20px;
    }
}

/* 　contact
******************************************/
input[type=file] {
    border: 0;
    box-shadow: none;
}

.table-userform th {
    background: #f6f6f6;
}

.bg-gray {
    background: #eee;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, .02);
    padding: 20px;
    margin-bottom: 10px;
}

.form-group-single {
    margin-bottom: 0;
}

.list-upload li {
    margin-bottom: 10px;
}

.list-upload img {
    width: 10%;
    margin-right: 10px;
}

.upload-group p {
    line-height: 1.4;
}

.upload-group p span {
    font-weight: 500;
}


@media screen and (max-width:640px) {
    .read-txt {
        font-size: 14px;
    }

    .upload-group p {
        font-size: 14px;
    }

    .form-submit-col2 .btn {
        width: 48.5%;
        float: left;
    }

    .form-submit-col2 .btn:last-child {
        float: right;
    }
}