@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
    background: #fff;
}
body h1 {
    font-family: "Alex Brush", cursive;
    font-size: 7rem;
}
body h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #0f1f2f;
}
body .jumbotron {
    background: #0f1f2f;
    color: #caa45d;
    margin-bottom: 0px;
    margin-top: 15px;
    border-radius: 0px;
}
body .jumbotron p {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2rem;
}
body .intro p {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
body section {
    margin: 0px 0px 80px 0px;
}
body section .img-fluid {
    margin-top: 60px;
}
body .col-xl-6 > div {
    background: #cdcdc3;
    color: #0f1f2f;
    padding: 60px;
}
body .col-xl-6 > div.text-left {
    margin-right: -90px;
    padding-right: 90px;
}
body .col-xl-6 > div.text-right {
    margin-left: -90px;
    padding-left: 60px;
    text-align: left !important;
}
body .fullwidth {
    background: #0f1f2f;
    color: #caa45d;
    padding-top: 80px;
    padding-bottom: 80px;
}
body .fullwidth h3 {
    color: #caa45d;
}
body .fullwidth p {
    color: #fff;
    opacity: 0.8;
}
body .fullwidth p b {
    color: #caa45d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}
body form .card {
    border: 0px;
    margin-top: -30px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}
body form .card .form-group {
    margin-bottom: 1rem;
}
body form .card .form-group label{
	font-size: 1rem;
}
body form .card .card-header {
    display: none;
}
body form .card .card-body {
    background: #cdcdc3;
    padding: 15px 30px;
    border: 0px;
    border-radius: 0px;
}
@media screen and (max-width: 991px) {
    body h1 {
        font-size: 3rem;
    }
    body .col-xl-6 > div.text-left,
    body .col-xl-6 > div.text-right {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
        padding-right: 0;
        padding: 20px;
    }
    body form .card .card-body {
        padding: 20px;
    }
}

.btn-primary{
	background-color: #101f2f;
	border-color: #101f2f;
	border-radius: 0;
	padding: .5rem 1.5rem;
	margin-top: 1rem;
}

footer.bg-dark{
	background-color: #101f2f !important;
}

footer a{
	color: #cba35c !important;
}

.form-control{
	font-size: 15px;
	height: calc(1.3em + .75rem);
}

textarea{
	max-height: 100px;
}