<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.l-contents-form {
    max-width: 965px;
    margin: auto;
    padding-top: 30px;
}
.l-contents-form h2 {
    background: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
}
.l-contents-form td span {
    display: block;
    margin-bottom: 6px;
}
.l-contents-form input[type=text],
.l-contents-form input[type=tel] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 8px;
    border: 1px solid #bfbfbf;
}
.l-contents-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 8px;
    border: 1px solid #bfbfbf;
}
.l-contents-form .required {
    color: #c02;
}
.l-contents-form #zip1,
.l-contents-form #zip2 {
    display: inline-block;
    width: 18%;
}

.l-contents-form .SubmitButtonArea {
    text-align: center;
}
.l-contents-form .SubmitButtonArea li {
	display: inline;
	margin: 0 3px;
}
.l-contents-form .SubmitButtonArea li input {
	display: inline;
	font-size: 83%;
	padding: 2px 5px;
}

small.Pdf {
	padding-right: 16px;
	background-image: url(/image/jp/r1/icon/icon_pdf_hd.gif) !important;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

/* 2022.08.19 */
/* agree */
.FormAgreeAreaError {
    border:1px solid #cdcdcd;
    margin-bottom:15px;
    padding:10px 20px 0 20px;
    text-align: center;
}
.FormAgreeWrap .l-area-title {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;
    font-size: 1.375em;
    line-height: 140%;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5769230769em;
    margin-bottom: 1em;
}
.FormAgreeWrap .l-area-title::after {
    content: '';
    display: block;
    width: 9.2307692308em;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #e60227;
}
.FormAgreeArea {
    width: 100%;
    margin: 2em 0 25px;
    text-align: center;
}
.FormAgree {
    float: none;
    width: 45%;
    max-width: 320px;
    margin: 0 10px;
    display: inline-block;
}
.FormAgree button.FormAgreeButton {
    width: 340px;
    padding: 5px 0;
    background-color: #e60027;
    border: 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 140%;
    color: #ffffff;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.FormAgree button.FormAgreeButton:hover {
    background-color: #b1000e;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}
.FormAgree button.FormAgreeCorrection {
    width: 340px;
    padding: 5px 0;
    background-color: #cccccc;
    border: 0;
    font-size: 90%;
    font-weight: bold;
    line-height: 140%;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.FormAgree button.FormAgreeCorrection:hover {
    background-color: #bbbbbb;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}
.FormAgreeError {
    margin:22px 0 22px 0;
}
.FormAgreeError span {
    font-weight:bold;
    color:#890000;
}
@media screen and (max-width: 579px) {
    .FormAgreeArea {
        margin-left: 0;
    }
    .FormAgree {
        display: block;
        margin: 0 auto 20px auto;
        width: 100%;
        max-width: 230px;
    }
}

body #Popup .u-mb-4 {
    margin-bottom: 1em;
}
body #Popup .d-none {
    display: none;
}
</pre></body></html>