@charset "UTF-8";
h1, h2, h3, h4 {
	font-weight: normal;
}

.hero.-form {
    position: relative;
	background: #EAF6FA;
	height: 200px;
    display: flex;
	align-items: center;
	justify-content: center;
}

.hero.-form::before {
	position: absolute;
	width: 350px;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	background: url(/assets/img/sakana/form/hd-hero-bg@2x.png) no-repeat center / cover;
	z-index: 0;
}

.hero_logo {
	position: absolute;
	top: 0;
	left: 10%;
	width: 110px;
	box-shadow: 0px 3px 6px 0px #00000060;
}

.hero.-form .hero_ttl {
    position: relative;
	height: fit-content;
	font-size: 48px;
	text-align: center;
	line-height: 1.5;
}

.hero.-form .hero_ttl span {
	font-size: 30px;
	display: block;
}

.hero_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.form_table {
    margin-bottom: 50px;
}

.form_table thead th {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

.form_require {
    margin-left: auto;
}

.mwform-radio-field {
    display: inline-block;
    margin-bottom: 10px;
}

.mwform-file-delete {
    cursor: pointer;
    visibility: hidden;
}

.form_tbl_item.-cat:not(:last-child) {
    margin-bottom: 10px;
}

.form_tbl_item.-cat > dt {
    font-weight: bold;
}

.openWrap {
    display: flex;
}

.openWrap_start,
.openWrap_end {
    width: 120px;
    position: relative;
}

.openWrap_start {
    padding-right: 40px;
}

.openWrap_start::after {
    content: '〜';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
}

.radioWrap .mwform-radio-field {
    display: block;
}

.addWrap {
    display: flex;
    align-items: center;
}

.addWrap:not(:last-child) {
    margin-bottom: 10px;
}

.addWrap.-post {
    width: 200px;
}

.addWrap dt {
    width: 5em;
}

.addWrap dd {
    flex: 1;
}

.form_complete {
	text-align: center;
}

.requestWrap .mwform-checkbox-field {
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width:999px) {
}

@media screen and (max-width:767px) {
	.hero.-form {
		height: 120px;
	}

	.hero_logo {
		left: 12px;
		width: 60px;
	}

	.hero.-form .hero_ttl {
		height: fit-content;
		font-size: 26px;
		margin-top: 0;
	}

	.hero.-form .hero_ttl span {
		font-size: 14px;
	}

}
