
/* --------------------------------------------------- */
#sec01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto 50px;
	position: relative;
	padding: 5%;
	background-color: #fff;
	border: #04479C 1px solid;
}
#sec01 dl {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
#sec01 dt,
#sec01 dd {
	display: table-cell;
	vertical-align: top;
}
#sec01 dt {
	width: 220px;
	line-height: 1.4em;
	font-weight: 500;
	padding-left: 45px;
	position: relative;
	padding-top: 10px;
}
#sec01 dt span {
	display: inline-block;
	font-size: 10px;
	color: #FF6E00;
	border: #FF6E00 1px solid;
	line-height: 100%;
	padding: 1px 2px 3px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 13px;
}
#sec01 dt span.off {
	color: #ccc;
	border: #ccc 1px solid;
}
#sec01 dd {
}
#sec01 dd textarea,
#sec01 dd input,
#sec01 dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #f8f8f8;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin-bottom: 10px;
}
#sec01 dd select {
	padding: 10px;
}
#sec01 dd input.siz-s,
#sec01 dd select.siz-s {
	width: 80px;
}
#sec01 dd input.siz-m,
#sec01 dd select.siz-m {
	width: 150px;
}
#sec01 dd textarea::placeholder,
#sec01 dd input::placeholder {
	color: #ddd;
}
#sec01 dd textarea:hover,
#sec01 dd input:hover,
#sec01 dd select:hover {
}
#sec01 .radio-list {
    border: none;
}
#sec01 .radio-list label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border-radius: 3px;
    background-color: #f8f8f8;
    cursor: pointer;
	border: rgba(0,91,171,0) 1px solid;
	transition: .3s;
}
#sec01 .radio-list label:hover {
	border: rgba(0,91,171,1) 1px solid;
}
#sec01 .radio-list label:has(:checked) {
	border: rgba(0,91,171,1) 1px solid;
    background-color: #005BAB;
    color: #fff;
}
#sec01 .radio-list label::before,
#sec01 .radio-list label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
#sec01 .radio-list label::before {
    width: 16px;
    height: 16px;
    background-color: #fff;
	border: #005BAB 1px solid;
}
#sec01 .radio-list label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(8px + .7em);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #005BAB;
}
#sec01 .radio-list input {
    display: none;
}

#sec01 .check-list {
    border: none;
}
#sec01 .check-list label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border-radius: 3px;
    background-color: #f8f8f8;
    cursor: pointer;
	border: rgba(0,91,171,0) 1px solid;
	transition: .3s;
}
#sec01 .check-list label:hover {
	border: rgba(0,91,171,1) 1px solid;
}
#sec01 .check-list label:has(:checked) {
    background-color: #005BAB;
    color: #fff;
}
#sec01 .check-list label::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    content: '';
	border: #005BAB 1px solid;
}
#sec01 .check-list label:has(:checked)::after {
    position: absolute;
    top: 17px;
    left: 15px;
    transform: rotate(45deg);
    width: 7px;
    height: 8px;
    border: solid #005BAB;
    border-width: 0 2px 2px 0;
    content: '';
}
#sec01 .check-list input {
    display: none;
}
#sec01 .privacy {
	border: #ccc 1px solid;
	padding: 25px 25px 5px;
	width: 100%;
	height: 200px;
	overflow: auto;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin: 15px 0 30px;
}
#sec01 .privacy > li {
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#sec01 .privacy > li strong {
	display: block;
	font-size: 1.1em;
	margin-bottom: 8px;
	font-weight: 600;
}
#sec01 .privacy ul {
	list-style: outside disc;
	margin-left: 20px;
	margin-top: 5px;
}
#sec01 .privacy li li {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
	background-color: #005BAB;
	text-align: center;
	border: none;
	font-size: 1.1em;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 4px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #004E93;
}
@media screen and (max-width: 900px) {
	#sec01 dl,
    #sec01 dt,
    #sec01 dd {
        display: block;
    }
	#sec01 dt {
		width: 100%;
		margin-bottom: 10px;
    }
	#sec01 dt br {
		display: none;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
        padding: 0 0 5px;
    }
	#sec01 dl {
        margin-bottom: 0px;
		padding: 4% 6%;
		border-bottom: #999 1px dotted;
    }
	#sec01 dd input.siz-s,
    #sec01 dd select.siz-s {
        width: 70px;
    }
	input.form_btn {
		width: 90%;
		margin: 5% auto;
	}
	#sec01 .privacy {
        padding: 15px 15px 5px;
    }
}
/* --------------------------------------------------- */
#thanks {
	max-width: 700px;
	width: 90%;
	margin: 0 auto 80px 5%;
	position: relative;
}
#thanks .ttl {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
#thanks p {
	margin-bottom: 30px;
}
#thanks .btn-style03 {
	margin: 60px auto 0;
}
@media screen and (max-width: 680px) {
	#thanks {
		margin-bottom: 50px;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


