@charset "UTF-8";



@media screen and (max-width: 767px) {
.sp-w600p {
width: 600px;
}
}

.ttb input[type="text"] {
    font-family: inherit !important;
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
    padding: 0.5em !important;
    font-size: 1.4rem !important;
    background-color: #FFF !important;
    box-shadow: 1px 1px 1px 0px #eee inset !important;
}

.ttb .txtbox-line1 {
    line-height: 2.7 !important;
}

.parts .form .txt-supplement_error {
    position: relative;
    color: #fff;
    display:block;
	background: red;
    margin-top: 0.5em;
    padding-left: 1.25em;
    margin-bottom: 1em;
    font-size: 1.3rem;
}

.month {
    line-height: 3.4;
}