/* CSS Document */

body {
	background:#ffffff;	
}

section.top {
	color: #50bcb2;
	padding-top: 180px;
	padding-bottom: 90px;
	clear: both;
	overflow: hidden;

}
section.top h1 {
	font-size: 42px;
	font-weight: normal;
	line-height: 45px;
	color: #50bcb2;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: -0.09em;
	margin-top: -10px;
}
section.top .title {
	float: left;
	padding-left: 30px;
	width: 390px;
}

section h1.border {
	color:#50bcb2;	
}

section.top p {
	margin-bottom: 28px;
	line-height: 160%;
}
section.top p.btn {
	margin-bottom: 0;
	margin-top: 80px;
}
.top .pc_img {
	margin-left: 88px;
	text-align: center;
}
#service h2 {
	font-size: 27px;
}
#service h2 img {
	margin-bottom: 16px;
}
#service section {
	padding: 20px;
	padding-top: 45px;
	float: left;
	width: 300px;
	margin-right: 20px;
	box-sizing: border-box;
	background: #ffffff;
	margin-bottom:0;
}
#service section:last-child {
	margin-right: 0;
}
#service .services {
	overflow: hidden;
}
#service section .btn {
	width: 160px;
}
#plan {
}
#plan .price em {
	font-size: 36px;
	color: #dd4553;
}
#plan .price {
	font-size: 21px;
	margin-bottom: 20px;
	text-align: center;
}
#plan .add_link {
	font-size: 21px;
	text-align: center;
}

#plan .add_link a {
	text-decoration:none;
	
}

#plan h2 {
}
#plan h2 img {
	margin-bottom: 30px;
}
#plan section {
	padding: 40px 60px;
	border: 1px solid #50bcb2;
	padding-bottom: 40px;
	float: left;
	width: 458px;
	margin-right: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	min-height: 308px;
}
#plan section p {
	margin-bottom: 0;
}
#plan section:last-child {
	margin-right: 0;
}
#plan .plans {
	overflow: hidden;
}
#plan .btn {
	width: 320px;
}
#flow li {
	border: 2px solid #50bcb2;
	background: #ffffff;
	border-radius: 100px;
	margin-bottom: 40px;
}

#flow li:last-child {
	margin-bottom:0;	
}

#flow section {
	background: transparent;
	padding: 20px 0;
}
#flow p {
	margin-bottom: 0;
}
#flow section h2 {
	color: #50bcb2;
	line-height: 32px;
	vertical-align: middle;
	text-align: left;
	float: left;
	width: 325px;
	padding: 20px 0;
}
#flow section span {
	color: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #50bcb2;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	margin-right: 16px;
	box-sizing: border-box;
	padding: 3px;
	margin: 0 50px;
}
#flow section p {
	text-align: left;
	margin-left: 380px;
	border-left: 1px solid #efefef;
	padding-left: 45px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 20px;
}

#flow ol {
	margin-bottom:80px;	
}

#flow .btn {
	width: 320px;
}

#faq section {
	overflow: hidden;
	padding: 0 80px;
	margin-bottom: 90px;
}
#faq h3 {
	float: left;
	width: 230px;
	color: #50bcb2;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: normal;
}
#faq section ul {
	margin-left: 230px;
}
#faq section ul .faq_box {
	margin-bottom:10px;
}
#faq section ul .faq_box:last-child {
	margin-bottom: 0px;
}
.faq_q {
	border: 1px solid #cccccc;
	background: #ffffff;
	position: relative;
	text-align: left;
}
.faq_q:before {
	position: absolute;
	font-size: 36px;
	color: #50bcb2;
	left: 18px;
	top: 20px;
	content: "Q";
	line-height: 1em;
}
.faq_q .title {
	text-align: left;
	padding: 20px 46px 20px 68px;
	margin: 0;
}
.faq_q .arrow_up, .faq_q .arrow_down {
	position: absolute;
	right: 18px;
	top: 25px;
	font-size: 20px;
	color: #50bcb2;
}
.faq_q .arrow_up {
	display: none;
}
.faq_a {
	border: 1px solid #cccccc;
	background: #e7f5f4;
	position: relative;
	text-align: left;
	border-top: 0;
	display: none;
}
.faq_a:before {
	position: absolute;
	font-size: 36px;
	color: #50bcb2;
	left: 18px;
	top: 25px;
	content: "A";
	line-height: 1em;
}
.faq_a .answer {
	text-align: left;
	padding: 20px 46px 20px 74px;
	margin: 0;
}
#faq .btn {
	width: 320px;
}
