body {
    -webkit-font-smoothing: antialiased;
    background-color: #f5f5f5;
    color: #231815;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    overflow-wrap: break-word;
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
    height: auto;
    max-width: 100%;
    touch-action: manipulation;
}
h1,
h2 {
    font-weight: 700;
}
a {
    color: #333;
}
a:hover {
    color: #999;
}
.overLay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    position: fixed;
    display: none;
    top: 0;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px;
    padding-top: 10px;
    font-size: 56px;
    color: #fff;
    text-align: center;
    /* background-color: rgba(0,0,0,.7); */
    border-radius: 20px;
    z-index: 2001;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

header a {
    margin: 0 auto;
    max-width: 292px;
}
.small,
small {
    font-size: 0.78em;
}
.container {
    max-width: 960px;
}
@media only screen and (max-width: 768px) {
    img {
        max-height: 100%;
    }
    header {
        height: 76px;
    }
    header a {
        height: 40px;
    }
}
.text-red {
    color: red;
}
.text-gray {
    color: #333;
}

/* band
--------------------------------------------------*/

.band {
    background-color: #c90000;
    padding: 2rem 0;
    color: #fff;
    position: relative;
}

.band__title {
    display: block;
    font-size: 43rem;
    font-weight: 700;
    margin: 0 auto;
    max-width: 520rem;
    padding-left: 20rem;
    position: relative;
    text-align: center;
}

.band__text {
    display: inline-block;
    margin-top: 76rem;
    max-width: 745rem;
    text-align: left;
}

/* breadcrumb
--------------------------------------------------*/

.breadcrumb-item {
    padding: 0.5rem;
}

/* form
-------------------------------------------------*/
.form_wrap {
    background-color: #fff;
}
.form_wrap form {
    padding: 3rem 0 6rem;
}
.form__box {
    max-width: 540px;
    margin: 0 auto;
    padding: 1rem 0;
}
label.requited_label::before {
    content: "必須";
    color: white;
    background-color: red;
    padding: 0 2px;
    margin-right: 0.5rem;
    font-size: 0.875em;
}

label.any_label::before {
    content: "任意";
    color: white;
    background-color: #bdbdbd;
    padding: 0 2px;
    margin-right: 0.5rem;
    font-size: 0.875em;
}

.border-bottom {
    border-bottom: 1px solid #f5f5f5 !important;
}

/* parsley
-------------------------------------------------*/
.parsley-type,
.parsley-maxFileSize,
.parsley-pattern,
.parsley-required,
.parsley-customUrl,
.parsley-remote,
.parsley-maxlength,
.parsley-customError {
    color: red;
}

ul.filled {
    margin-bottom: 0;
}
input[type="email"].parsley-error,
input[type="text"].parsley-error,
input[type="file"].parsley-error,
input[type="url"].parsley-error {
    background-color: #ffebee;
    border: solid 1px #e57373;
}
input[type="email"].parsley-success,
input[type="text"].parsley-success,
input[type="file"].parsley-success,
input[type="url"].parsley-success {
    background-color: #e8f5e9;
    border: solid 1px #a5d6a7;
}
.btn {
    width: 50%;
    padding: 1rem;
    margin: 0 1rem;
}
#reset.btn {
    background-color: #757575;
    color: #fff;
}
.btn-orange {
    background-color: #f9a825;
}
@media only screen and (max-width: 768px) {
    .sp_blank {
        display: block;
    }
}

/* thx
-------------------------------------------------*/
.thx_wrap {
    background-color: #fff;
    padding: 6rem;
}
.thx_wrap h2 {
    margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
    .thx_wrap {
        padding: 3rem 1rem;
    }
}

/*
	time
*/
/* input[type="time"]{
	position: relative;
	padding-left: 3rem;
}
input[type="time"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
	z-index:100;
}
input[type=time]::-webkit-calendar-picker-text{
	color: #E8F5E9;
}
input[type="time"]:after {
	position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f017";
    color: #999;
    padding: 0 5px;
	left: 0;
	font-size: 1.5rem;
}
input[type="time"]::-webkit-inner-spin-button {
    z-index: 1;
} */
/* adjust clear button */
/* input[type="time"]::-webkit-clear-button {
     z-index: 1;
 } */
