@charset 'utf-8';

/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */

section#txt1 {
        padding: 30px 0 20px;
	bottom:20px;
}

section#txt1 h2 {
	margin: 0 0 30px;
	font-size: 28px;
	font-family: "TBゴシック SL", sans-serif;
}


section#txt1 p {
	font-size: 18px;
	font-family: "TBゴシック SL", sans-serif;
}

section#txt1 span.btn_url {
        font-size: 16px;
	font-family: "TBゴシック SL", sans-serif;
	color: #808080;
}

section#txt1 a.btn_green {
	width: 185px;
}

section#txt2 {
        background: #f0f3f2;
	padding: 30px 0 20px;
	bottom:20px;
}

section#txt2 h2 {
	margin: 0 0 30px;
	font-size: 28px;
	font-family: "TBゴシック SL", sans-serif;
}

section#txt2 p {
	font-size: 18px;
	font-family: "TBゴシック SL", sans-serif;
}

section#txt2 span.btn_url {
        font-size: 16px;
	font-family: "TBゴシック SL", sans-serif;
	color: #808080;
}

section#txt2 a.btn_green {
	width: 185px;
}

section#buy2 {
        background: #d7efe0;
	padding: 90px 0 60px;
}

section#buy2 h2 {
	margin: 0 0 30px;
	font-size: 34px;
	font-family: "TBゴシック SL", sans-serif;
}

section#buy2 a.btn_green {
	width: 185px;
}

#top_option {
	text-align: left;
	min-height: 500px;
	margin: 0 0 10px;
	background: url(/images/top_option1.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 0;
}

#top_option div {
	margin-left: 20%;
}

#top_option h2 {
	margin: 0 0 10px;
	font-size: 32px;
	font-family: "TBゴシック SL", sans-serif;
}

#top_option p {
	font-size: 17px;
	line-height: 1.8;
	font-family: "TBゴシック SL", sans-serif;
}

#top_option p.xl {
	font-size: 32px;
	line-height: 1.8;
	
}

#top_option p b {
	text-decoration: underline;
	font-weight: normal;
}

#top_option a.btn_green {
	margin: 20px 0 0;
	text-shadow: none;
}

#top_option img {
        top: 40px;
        position: relative;

}

#top_option h3 {
	width: 150px;
	height: 34px;
	padding: 0 17px 0 30px;
	margin: 0 0 15px;
	line-height: 30px;
	float: left;
	position: relative;
	color: rgb(55, 173, 100);
	font-size: 18px;
	border: 2px solid rgb(55, 173, 100);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

