@charset "UTF-8";
@import "/include/css/common.sp.css";
@import "/include/css/common.moving.css";

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	background: #fff url(../images/visual.jpg) top / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	padding: 25px 15px 50px;
}

#contact em {
	color: #03a5b8;
}

#contact .viewmore li {
	width: 200px;
	margin: 0 20px 20px;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor p.clearfix {
}

#anchor .f_left {
	display: block;
}

#anchor .f_right {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	height: 40px;
	margin-top: 10px;
	background: #cdedf1;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

#anchor ul {
	margin: 30px 0;
	text-align: center;
	font-size: 0;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	margin-right: 8%;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	background: #cdedf1;
	font-size: 16px;
	line-height: 70px;
	color: #fff;
	position: relative;
	z-index: 1;
}

#anchor li:before {
	content: '';
	width: 72px;
	height: 1px;
	margin-top: -1px;
	background: #cdedf1;
	position: absolute;
	top: 50%;
	right: -72px;
	z-index: -1;
}

#anchor li:last-child {
	margin-right: 0;
}

#anchor li:last-child:before {
	display: none;
}

#anchor li.this {
	background: #03a5b8;
}

#anchor .error {
	margin-bottom: 20px;
	font-size: 14px;
	color: #c00;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#form .form {
	max-width: 700px;
	margin: 0 auto 30px;
}

#form .form {
	text-align: left;
	font-size: 0;
}

#form .form dl {
	margin-bottom: 10px;
}

#form .form dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 35%;
	padding-right: 20px;
	font-size: 14px;
}

#form .form dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 65%;
	font-size: 14px;
}

@media only screen and (max-width: 640px) {
#form .form dt,
#form .form dd {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
}

#form .form .error {
	font-size: 14px;
	color: #c00;
}

#form .form .agree {
	margin: 30px 0;
	text-align: center;
}

#form .form .agree p {
	display: inline-block;
	vertical-align: top;
	padding: 20px 10px;
	background: #cdedf1;
	font-size: 14px;
}

#form .form .agree span {
	text-decoration: underline;
	color: #03a5b8;
}

/* ---------------------------------------------------------
	CSS Document contact > form
--------------------------------------------------------- */

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'],
#form select,
#form textarea {
	vertical-align: middle;
	padding: 1px 10px 0;
	outline: 0;
	border: solid 1px #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	background: #fafafa;
}

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'],
#form select {
	height: 50px;
}

#form input[type='checkbox'] {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
}

#form .w180 {
	width: 100%;
}

#form .w280 {
	width: 100%;
}

/* ---------------------------------------------------------
	CSS Document confirm
--------------------------------------------------------- */

#confirm .form {
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: left;
	font-size: 0;
}

#confirm .form dl {
	padding: 20px 0;
	border-bottom: solid 2px #eee;
	position: relative;
}

#confirm .form dl:first-child {
	padding: 22px 0 20px;
	border-top: solid 2px #eee;
}

#confirm .form dl:before {
	content: '';
	width: 4%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 21%;
}

#confirm .form dl:first-child:after {
	content: '';
	width: 4%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -2px;
	left: 21%;
}

#confirm .form dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 25%;
	padding-right: 8%;
	font-size: 14px;
}

#confirm .form dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 75%;
	font-size: 14px;
}

@media only screen and (max-width: 640px) {
#confirm .form dl:before,
#confirm .form dl:first-child:after {
	display: none;
}
#confirm .form dt,
#confirm .form dd {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
}

#confirm .form dd em {
	color: #cc0000;
}

#confirm .form p.em {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #cc0000;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	margin: 0 15px;
	text-align: left;
}

#complete h3 {
	margin: 0 0 25px;
	background: url(../images/title_tel.png) repeat-x center;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

#complete h3 span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	background: #fff;
}

#complete p {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	display: none;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#privacy .inner {
	padding: 15px;
	background: #fff;
	text-align: left;
	font-size: 12px;
	color: #03a5b8;
	position: relative;
}

#privacy p span {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

#privacy h3 {
	margin-bottom: 20px;
	margin-right: 40px;
	line-height: 1;
}

#privacy h3 span:first-child {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

#privacy h3 span:last-child {
	display: block;
	font-size: 24px;
}

#privacy dl {
	padding-bottom: 15px;
}

#privacy dd {
	margin-left: 15px;
}
