@charset "UTF-8";
[data-hsfc-id=Renderer] .hsfc-TextareaInput,
[data-hsfc-id=Renderer] .hsfc-TextInput,
[data-hsfc-id=Renderer] .hsfc-FieldLabel,
[data-hsfc-id=Renderer] .hsfc-FieldDescription,
[data-hsfc-id=Renderer] .hsfc-ErrorAlert,
[data-hsfc-id=Renderer] .hsfc-RichText,
[data-hsfc-id=Renderer] .hsfc-Button,
[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator::after {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif!important;
}
[data-hsfc-id=Renderer] .hsfc-FieldLabel {
    font-size: 18px!important;
}
[data-hsfc-id=Renderer] .hsfc-TextField>*:not(:last-child) {
    margin-bottom: 7px!important;
}
[data-hsfc-id=Renderer] .hsfc-EmailField>*:not(:last-child){
    margin-bottom: 3px!important;
}
[data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
    font-size: 16px!important;
    padding: 10px!important;
}
[data-hsfc-id=Renderer] .hsfc-TextareaInput {
    resize: none!important;
    height: 200px!important;
}
.inner.ttl h1 {
	margin-top: 5rem;
	font-weight: bold;
    font-size: 1.75em;
}
.inner.ttl h1 span {
	display: inline-block;
    font-size: 1rem;
    background-color: #D32B43;
    color: #FFF;
    line-height: 1;
    padding: .5rem 1.5rem;
    border-radius: 30px;
}
.inner.ttl h1 strong {
	display: block;
}
@media only screen and (min-width: 950px) {
    main section {
        padding: 1.2em 0 3em;
    }
}
.Header_menuBlock {
    overflow: hidden;
    display: block !important;
}
.Header_menuBlockRight {
    float: right;
}
.Header_menu,
.Footer_topArea {
	display: none;
}
.Footer_contact_wrap {
	display:none;
}
.hsfc-Step .hsfc-Step__Content {
    padding: 0!important;
}
[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
	font-size: 0;
	position: relative;
}
[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator::after {
    content: "必須";
    background-color: var(--hsf-field-label-requiredindicator__color, var(--hsf-global__error-color, var(--hsf-default-erroralert__color)));
    color: #FFF;
    font-size: 10px;
    line-height: 1;
    padding: 5px 0px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: -18px;
    text-align: center;
    width: 30px;
}
[data-hsfc-id=Renderer] .hsfc-TextInput,
[data-hsfc-id=Renderer] .hsfc-TextareaInput {
    font-size: 16px!important;
	padding: 15px!important;
}
[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
    font-size: 16px!important;
}
.hsfc-RichText ul li,
.hsfc-RichText ul li p {
	line-height: 1.8!important;
}
.hsfc-RichText ul li {
	margin-bottom: 5px;
}
@media only screen and (max-width: 1000px) {
.Contents {
    margin-top: 20px!important;
}
main section {
    padding: 1.2em 0 3rem;
}
.Header_menuBtn {
	display:none;
}
.Header_menuBlock {
    display: none !important;
}

@media only screen and (max-width: 767px) {
.inner.ttl h1 {
	margin-top: 2.5rem;
}
.inner.ttl h1 strong {
    margin-top: 2%;
}
[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator::after {
	font-size: 9px;
	padding: 5px 0px 5px;
	top: -14px;
	width: 35px;
}
[data-hsfc-id=Renderer] .hsfc-TextInput {
    font-size: 14px!important;
}
[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
    font-size: 14px!important;
}
}