body {
    margin: 2px;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.form p {
    margin: 0 0 5px;
    font-family: 'Noto Sans JP', sans-serif;
}

.form-field {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333a56;
    letter-spacing: 1px;
}

.form textarea {
    max-height: 100px;
    margin-bottom: 10px;
}

.form .pd-select {
    margin: 10px 0;
}

.form .pd-radio {
    margin-top: 10px
}

.form .pd-radio input {
    margin-right: 5px;
}

.form .pd-select select {
    width: 100%;
    color: #999daa;
    border: 1px solid #ccced5;
    border-radius: 2px;
    background-color: #f5f5f7;
    padding: 10px 8px;
}

.form textarea,
.form [type=text] {
    width: 100%;
    color: #333a56;
    border: 1px solid #ccced5;
    border-radius: 2px;
    background-color: #f5f5f7;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 8px;
    box-sizing: border-box;
}

.form .pd-checkbox .value span {
    gap: 8px;
    align-items: center;
    display: flex;
}

.pd-checkbox{
	margin:15px 0!important;
}

.pd-checkbox .value span label::after{
	display:none;
}

.pd-checkbox .value span label{
	font-weight:400;
}

.form [type=checkbox] {
    border: 1px solid #999daa;
    border-radius: 5px;
    background-color: #f5f5f7;
    width: 20px;
    height: 20px;
}

.form label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
}

.form label:after {
    content:'※必須';
    font-size:11px;
    color: rgb(218, 93, 100);
    margin-left:5px;
    margin-bottom:2px;
}


.form .first_name,
.form .last_name {
    width: calc(49.5% - 5px);
    display: inline-block;
    margin: 0;
}

.form .last_name {
    margin-right: 2%;
    margin-bottom:5px;
}

.form .submit input {
    border: none;
    border-radius: 4px;
    background: #333a56;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 20px 40px;
    width: 100%;
    text-align: center;
}

.form p:last-of-type {
    font-size: 10px;
    line-height: 1.4;
    color: #999daa;
    margin: 15px 0;
}

.error {
    color: rgb(218, 93, 100);
    line-height: 1.4;
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
}

.error.no-label.last_name {
	width:100%!important;
}
.error.no-label.first_name {
	width:100%!important;
}