body {
    overflow-x: hidden;
}
#contents {
    width: 100%;
    background-color: #fff;
}
.assessmentWay.contact__contents label{
    margin-top: 0;
}
.l-main {
    width: auto;
    padding: 0;
}
.footer__copywrite::before {
    width: 100%;
}
.contact__contents {
    position: relative;
}
.l-page .contact__wrap {
    margin-block: 0;
}
.contacttype-1formError.parentFormcontactForm.formError {
    position: absolute;
    top: -25px;
    left: 0;
    
}
.page__header {
    width: 800px;
    margin: 0 auto;
}
.cancell__catch {
    width: 800px;
    margin: 0 auto 20px;
}
.cancell_ttl {
    width: 330px;
    margin-bottom: 10px;
    border-bottom: solid #000 1px;
    width: max-content;
}

.contact__section02 .contact__list--noborder {
    border-bottom: none;
}


input[type="radio"]:checked,
input[type="checkbox"]:checked {
	appearance: auto;
}
input[type="date"],
select {
	position: relative;
	width: 190px;
}
input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
    -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
}
input[type=date]::-webkit-calendar-picker-indicator {
    /*省略*/
    opacity: 0;
}
input[type="date"]:after {
	display: none;
}

.annotation {
    margin-top: 30px;
}
.annotation dt {
    margin-bottom: 5px;
    font-weight: bold;
    color:rgb(255,0,0);
}

.annotation dd {
    color:rgb(255,0,0);
}


.contact__title {
    background-color: #1F2869;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 4px 4px 0 0;
}

.contact__section02 {
    background-color: #fff;
    border: 1px solid var(--border-color);
    margin: 0 0 16px;
    padding: 30px 60px 60px;

}
.contact__contents span.notes {
    color: #ff0000;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
.contact__ttl.contact__ttl02 {
    padding-top: 0;
}

.contact__section .formError .formErrorContent {
    color: #ff0000;
}

.ui-select svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -164px;
    margin: auto;
}

.service__attention {
    margin-top: 15px;
}