@charset "utf-8";

/*******************************
formTop
*******************************/
#formTop #contents {
	width: 1000px;
}

#formTop section {
	margin-bottom: 3.5em;
}

#formTop section h2 {
    padding: 0 0 0.5em 2%;
    width: 98%;
    max-width: 98%;
    margin-bottom: 1.5em;
	border-bottom: 1px solid #00336A;
	text-indent: -0.9em;
}

#formTop section h2 span {
    font-size: 150%;
    font-weight: 700;
    color: #00336A;
    border-left: 6px solid #BEAF73;
    padding: 0 0 0 0.5em;
    letter-spacing: 0.02em;
}

#formTop section dl {
	margin-bottom: 1em;
}

#formTop section dl dt {
	display: inline-block;
	background: #00336A;
	font-weight: 500;
	color: #fff;
	padding: 0.25em 0.5em;
}

#formTop section dl dd {
	color: #00336A;
}

#formTop section .btn01 {
	width: 30em;
	max-width: 100%;
	margin: 1em auto 0;
}

#formTop section .btn01 a {
	display: block;
	box-shadow: 4px 4px 0 #7f7f7f;
	padding: 3px;
	background: #D1C79D;
	color: #00336A;
	font-size: 150%;
	text-align: center;
	font-weight: 500;
}

#formTop section .btn01 a div {
	border: 1px solid #fff;
	padding: 0.2em 1rem 0.3em 0;
	background: url(/common/images/arrow_06.svg) 98% center no-repeat;
	background-size: 1em auto;
}

/*******************************
form-common
*******************************/
#formInput #contents {
	width: 1000px;
	max-width: 90%;
}

#formInput .formBox01 p:not(:last-child) {
	margin-bottom: 1em;
}

#formInput form table {
	margin-top: 1.25em;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

#formInput form table th, #formInput form table td {
	padding: 0.75em;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	vertical-align: middle;
}

#formInput form table th {
	width: 35%;
	background: #eaeef7;
}

#formInput form table td {
	background: #f8f8f8;
}

#formInput form table.confirm td {
	background: #fff;
}

#formInput form table td input, #formInput form table td select, #formInput form table td textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #00336A;
	border-radius: 0;
	font: inherit;
	outline: none;
	padding: 0.5em;
}

#formInput form table td input {
	width: 80%;
}

#formInput form table td select {
	width: 90%;
}

#formInput form table td textarea {
	width: 90%;
	height: 10em;
}

#formInput form table td input:focus, #formInput form table td select:focus, #formInput form table td textarea:focus {
	background: #fff8c9;
}

#formInput form table th div {
	position: relative;
}

#formInput form table td .txt01 {
	margin-left: 0.5em;
}

#formInput .must {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #FF5964;
	padding: 0.25em 0.5em;
	font-size: 87.5%;;
	color:#fff;
	font-weight: 500;
}

#formInput .btnArea01 {
	margin: 1.5em auto 0;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

#formInput .btnArea01 input {
	max-width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#formInput .btnArea01 input#btn-send {
	margin-right: 2.5%;
}

#formInput .btnArea01 input:hover {
	opacity: 0.8;
}

#formInput .example {
	color:#666;
}

/*******************************
formTnanks
*******************************/
#formThanks #contents {
	width: 1000px;
	max-width: 90%;
}

#formThanks .thanksTxt01 {
	font-weight: 700;
	font-size: 150%;
	color: #00336a;
	text-decoration: underline;
	margin-bottom: 1em;
}

#formThanks .infoArea01 {
	padding: 1.5em;;
	background: #f6f6f6;
}

#formThanks .freedial{
	width: 309px;
	height:0;
	padding: 23px 0 0 0;
	overflow: hidden;
	display: block;
	background:url(/form/images/freedial.svg) no-repeat 0 0;
	margin-top: 1.5em;
}
#formThanks .freedial2{
	width: 309px;
	height:0;
	padding: 23px 0 0 0;
	overflow: hidden;
	display: block;
	background:url(/form/images/freedial2.svg) no-repeat 0 0;
	margin-top: 1.5em;
}
#formThanks .freedial a,
#formThanks .freedial2 a {
	height: auto;
	margin-top: -23px;
	opacity: 0;
	display: block;
}
#formThanks .tel1{
    margin-top: 1em;
}
#formThanks .tel1 a {
	display: inline-block;
    font-size: 1.375em;
}
#formThanks .tel1 a img {
    width: 1em;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#formThanks .toTop {
	margin-top: 1.5em;
}

#formThanks .toTop a {
	background: url(/common/images/arrow_03.svg) 0 center no-repeat;
	background-size: auto;
	background-size: 0.75em auto;
	padding: 0 0 0 1em;
	color: #00336a;
	text-decoration: underline;
	font-weight: 500;
}
