body {
    margin: 0px;
    font-family: serif;
    text-align: center;
}

header img {
    width: 100px;
}

.top_wrapper {
    background-image: url(../imgs/ad_top.jpg);
    background-size: cover;
    background-position: center;
    height: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.top_wrapper h1 {
    color: white;
    text-shadow: 1px 2px 3px black;
    font-size: 1rem;
    text-align: center;
    font-family: serif;
    line-height: 35px;
}


.box {
    text-align: center;
    margin: 30px 20px;
    border-left: 1px solid orange;
    border-bottom: 1px solid orange;
    border-right: 1px solid orange;
    margin: 0px 20px;
}

.title-box {
    letter-spacing: 10px;
    /* border-radius: 10px; */
    background-color: orange;
    /* border: 1px solid orange; */
    padding: 20px;
}

.sub-title {
    font-size: 1rem;
    color: red;
    font-weight: bolder;
    font-family: serif;
    text-shadow: 1px 2px 1px white;
}


.box h2 {
    font-family: serif;
    color: white;
}

.box ul {
    font-weight: bolder;
    list-style-type: none;
    padding: 0px;
    margin: 30px 0px;
    font-family: serif;
}

.box li {
    margin: 20px 0px;
}

.movie {
    width: 335px;
    /* border: 1px solid; */
    margin: 20px;
}

.jirei {
    font-family: serif;
    margin: 50px 0px;
    font-weight: bolder;
}

.download {
    border-radius: 40px;
    color: white;
    font-family: serif;
    font-weight: bolder;
    text-decoration: none;
    background-color: orange;
    padding: 20px 40px;
}

footer {
    margin-top: 50px;
}

.founded {
    font-size: 0.4rem;
    text-align: center;
    margin: 20px 0px;
    color: rgb(4, 15, 86);
    padding: 10px 0;
}

.contact_wrapper_top {
    padding: 100px;
    font-size: 2rem;
    font-family: serif;
    text-align: center;
    background-image: url(./imgs/take1/business.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact_wrapper_top h2 {
    color: white;
    font-family: serif;
    z-index: 2;
    font-size: 1.6rem;
    text-shadow: 1px 1px 1px black;
}

.contact_detail {
    margin: 30px 20px;
    text-align: center;
}

.access_wrapper {
    margin: 80px 20px;
    text-align: center;
}

.contact_detail h3, .access_wrapper h3 {
    font-family: serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 40px 0px;
}

.form_label {
    display: block;
    font-family: serif;
    margin-top: 30px;
}

/* CSSを追加・更新 開始 */
.input-wrapper {
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}

.form_input {
    height: 40px;
    border: 1px solid #cccccc;
    width: 100%;
}

.was-validated .form-invalid-message.invalid {
    display: block;
}

/* CSSを追加・更新 終了 */

.required {
    color: white;
    background-color: red;
    padding: 1px 5px;
    font-size: .7rem;
    font-weight: bold;
}

.check {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.button {
    border-radius: 5px;
    padding: 3px 48px;
    letter-spacing: .1rem;
    background-color: #333;
    color: #fff;
    font-family: serif;
}

textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    resize: none;
    max-width: 500px;
}