#main {
	padding: 150px 0 0;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#main {
        padding: 70px 0 0;
    }
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 .phone {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 80px;
	display: table;
	border: #ccc 1px solid;
	border-radius: 9px;
}
#sec01 .phone dt,
#sec01 .phone dd {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
#sec01 .phone dt {
	font-weight: 500;
	position: relative;
}
#sec01 .phone dt::after {
	content: "";
	width: 1px;
	height: auto;
	background-color: #ccc;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
}
#sec01 .phone dd {
}
#sec01 .phone dd a {
	display: inline-block;
	color: #306B7D;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 150%;
	pointer-events: none;
}
#sec01 .phone dd span {
	display: block;
	text-align: center;
	font-size: 10px;
}

#sec01 h2 {
	font-size: 22px;
	font-weight: 600;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
#sec01 h2::before {
	content: "";
	width: 2px;
	height: 40px;
	background: black;
	margin: 0 auto 10px;
	display: block;
}
#sec01 form dl {
	margin-bottom: 20px;
}
#sec01 form dt {
	margin-bottom: 5px;
	padding-left: 45px;
	position: relative;
}
#sec01 form dt span {
	display: inline-block;
	font-size: 10px;
	border: #306B7D 1px solid;
	background-color: #306B7D;
	color: #fff;
	line-height: 14px;
	padding: 1px 4px 2px;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 3px;
}
#sec01 form dt span.off {
	border: #ccc 1px solid;
	color: #ccc;
	background-color: transparent;
}
#sec01 form dd {
}
form dd textarea,
form dd input,
form dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #F9F8F6;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin-bottom: 10px;
}
form dd select,
form dd input.siz-s {
	display: block;
	max-width: 150px;
	width: 80%;
}
form dd input.siz-s {
	display: inline-block;
}
form dd textarea::placeholder,
form dd input::placeholder {
	color: #ddd;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	font-weight:400;
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0px auto;
	border: #306B7D 2px solid;
	background-color: #306B7D;
	text-align: center;
	font-size: 1.1em;
	line-height: 100%;
	padding: 25px 0;
	letter-spacing: 2px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	letter-spacing: 4px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: transparent;
	border: #306B7D 2px solid;
	color: #306B7D;
}

#privacy {
	border: #306B7D 1px solid;
	padding: 20px 20px 10px;
	line-height: 170%;
	font-size: 90%;
	height: 200px;
	overflow: auto;
	margin: 40px 0 30px;
	border-radius:3px;
}
#privacy li {
	margin-bottom: 15px;
}
#privacy li strong {
	display: block;
	font-weight: 500;
	font-size: 110%;
	margin-bottom: 5px;
}
#privacy li ol {
	list-style: outside disc;
	margin-left: 25px;
}
#privacy li ol li {
	margin-bottom: 0;
}
#thanks {
	max-width: 600px;
	width: 85%;
	margin: 120px auto 70px;
}
#thanks dt {
	text-align: center;
	font-size: 150%;
	font-weight:400;
	margin-bottom: 25px;
	letter-spacing: 4px;
}
#thanks dd {
}
#thanks dd p {
	margin-bottom: 10px;
}
#thanks dd a {
	display: block;
	max-width: 300px;
	width: 90%;
	margin: 40px auto 0;
	background-color: #2C6879;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	transition: .3s;
}
#thanks dd a:hover {
	background-color: #274B56;
}
@media screen and (max-width: 900px) {
	#sec01 h2 {
        font-size: 20px;
    }
	#thanks {
        margin: 190px auto 50px;
    }
}
@media screen and (max-width: 680px) {
	#sec01 .phone {
        margin: 0 auto 40px;
        display: block;
    }
    #sec01 .phone dt,
    #sec01 .phone dd {
        display: block;
        padding: 15px;
    }
    #sec01 .phone dt {
    }
    #sec01 .phone dt::after {
        width: auto;
        height: 1px;
        top: auto;
        bottom: 0;
        right: 20px;
		left: 20px;
    }
    #sec01 .phone dd a {
        pointer-events: auto;
    }
    #sec01 .phone dd span {
    }
	#sec01 h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }
	#thanks {
        margin: 40px auto 50px;
    }
}
/* --------------------------------------------------- */

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

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