.site-content a {
    text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #dc3232;
}

#content .entry-content .input-title {
    margin-top: 20px;
    font-size: 18px;
}

#content .entry-content table {
    width: 100%;
    border: 1px solid #bbb;
}

#content .entry-content table th {
    width: 30%;
    background-color: #f2f2f2 !important;
    text-align: left;
    border-right: 1px solid #bbb;
}

#content .entry-content table td div {
    position: relative;
}

#content .entry-content .required,
#content .entry-content .optional {
	display: inline-block;
    margin-right: 0.5em;
    padding: 0.2em 0.6em;
    border-radius: 0.5em;
    color: #fff;
    font-size: 70%;
    vertical-align: top;
}

#content .entry-content .required {
    background-color: #f15151;
}

#content .entry-content .optional {
    background-color: #777;
}

.entry-content .submit {
	margin-top: 3em;
	text-align: center;
}

#content .entry-content .submit input {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;;
    padding: 0.7em 5em;
    border-radius: 1em;
}

#content .entry-content input[type="checkbox"]:checked + .checkmark:before {
    margin-top: -12px;
}

#content .unit_title {
    position: absolute;
    right: 15px;
    top: 34px;
}

#content .wpcf7-not-valid-tip {
    font-size: 0.9em;
}

.privacypolicy-area {
    margin: 30px auto;
    padding: 15px 10%;
    border: dashed 1px #999;
}

.privacypolicy-area p.link {
    margin: 15px 0;
    padding-left: 15px;
    position: relative;
}

.privacypolicy-area p.link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #697b91;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.privacypolicy-area .input {
    text-align: center;
    margin-top: 10px;
}

.privacypolicy-area .wpcf7-not-valid-tip {
    display: block;
    height: 25px;
    overflow: hidden;
}

.privacypolicy-area .wpcf7-not-valid-tip:before {
    white-space: pre;
    content: "※個人情報の取扱いについて、ご同意をお願いいたします。\A";
}
.privacypolicy-area.terms-area .wpcf7-not-valid-tip:before {
    white-space: pre;
    content: "※利用規約及び個人情報の取扱いについて、ご同意をお願いいたします。\A";
}