@charset "UTF-8";
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 6.25%;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.5;
}
li {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}
/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
body, input, select, textarea {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14pt;
	line-height: 1.65;
}
a {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #111;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #FFF;
	border: none;
}
em, i {
	font-style: italic;
}
p {
	margin: 0 0 2em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1em 0;
}
h3 {
	line-height: 4em;
	padding: 0 20px;
}
sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}
sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.clear {
	clear: both;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}
.mb50 {
	margin-bottom: 50px;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ナビゲーション
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#header {
	width: 800px;
	margin: 0 auto;
}
#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	font: normal 17px/30px 'Varela Round', sans-serif;
	background: url(../images/navi/line.png) no-repeat right center;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	text-align: center;
	text-decoration: none;
}
#menu li:last-child a {
	border: none;
}
#menu li a:hover {
}
#toggle {
	display: none;
}

/* Basic */
@-ms-viewport {
 width: device-width;
}
body {
	-ms-overflow-style: scrollbar;
}
.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}
.select-wrapper:before {
	content: "";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}
.select-wrapper select::-ms-expand {
 display: none;
}
.formerize-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}
.txtbox3 {
	width: 100%;
	clear: both;
	padding: 40px 20px;
	overflow: hidden;
	margin-bottom: 50px;
}
.box3 li {
	list-style: none;
	color: #333;
}
.benefits {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	padding: 0;
}
.benefits li {
	padding: 0 2% 6%;
	width: 33%;
	float: left;
	text-align: center;
	vertical-align: top;
}
.benefits li h2 {
	margin: 20px 0 0 0;
	font-size: 14rem;
	color: #666;
	font-weight: 700;
}
.benefits li p {
	margin-top: 18px;
	line-height: 20px;
	text-align: left;
	font-size: 12rem;
	color: #333;
}
div#under_content {
	width: 800px;
	margin: 0 auto;
}
table {
	margin-top: 12px;
	font-size: 14px;
	width: 100%;
}
table tr {
	border-top: 1px solid #DDDDDD;
}
table tr {
	border-top: 1px solid #DDDDDD;
}
table tr th, table tr td {
	padding: 10px;
	text-align: left;
}
table tr th {
	color: #333;
}
table tr td {
	color: #666;
}
/* Main */
h3 {
	font-weight: bold;
	font-size: 18px;
	padding-left: 15px;
	border-left: 5px solid #111;
	border-bottom: 1px solid #111;
	margin-bottom: 0;
}
.wrap {
	background: url(../images/bg.jpg) no-repeat top center;
	height: auto;
}
#main {
	padding: 0 0 2em 0;
	margin-top: 0;
}
.headcenter {
	background: url(../images/bg02.jpg) repeat-x top center;
	padding-top: 29px;
}
#mainheader {
	width: 100%;
	height: 600px;
}
#recmain {
	width: 949px;
	margin: 0 auto;
	height: auto;
	padding-top: 230px;
	text-align: center;
}
.reclogo {
	width: 949px;
	margin: 0 auto;
}
.headinner {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}
.inner {
	width: 800px;
	max-width: 80em;
	margin: 0 auto;
	padding: 50px 0;
}
.mainprice {
	width: 800px;
	margin: -15px auto 0;
	padding:0;
}
.txtbox1 {
	clear: both;
	padding: 100px 0 50px;
	text-align: center;
}
.txtbox1 h3 {
	font-size: 30px;
}
.txtbox2 {
	background: url(../images/ttl.png) no-repeat top center;
	padding: 50px 0;
	text-align: center;
	margin: 500px auto 0;
}
.txtbox2 .inner {
	padding: 0 0;
}
.phoytobox {
	width: 100%;
	clear: both;
}
.phoytobox li {
	width: 32%;
	float: left;
	height: auto;
	margin-right: 1%;
}
.phoytobox li:last-child {
	margin-right: 0;
}
.learn-btn, .download-btn {
	display: inline-block;
	padding: 20px 54px;
	border: 2px solid #efefef;
	border-radius: 3px;
	color: #efefef;
	font-size: 16px;
	margin: 20px auto 470px;
}
.learn-btn:hover {
	display: inline-block;
	padding: 20px 54px;
	border: 2px solid #ccc;
	border-radius: 3px;
	color: #ccc;
	font-size: 16px;
	margin: 20px auto 470px;
}
.mt50 {
	margin-top: 50px;
}
.cal {
	text-align: center;
	width: 300px;
	padding: 20px;
	border: 1px solid #333;
	border-radius: 4px;
	margin: 50px auto;
	background-color: #333;
	color: fff;
}
.cal a {
	color: #ccc;
}
.cal a:hover {
}
.inputbtn {
	margin-left: 10px;
	margin-top: 40px;
}
/* Footer
-------------------- */
footer {
	background-color: #202024;
}
#Copyright {
	clear: both;
	padding: 20px 0 20px;
	color: #999;
	font-size: 15px;
	text-align: center;
}
#Copyright a {
	color: #efefef;
}
/* homepage
-------------------- */
#homepageheader {
	width: 100%;
	margin-top: 40px;
	position: static;
}
#homepageheader .header_inner {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
}
#homepageheader h1 {
	width: 263px;
	margin: 0 auto 15px;
	margin-left: auto;
	float: left;
	margin-left: 15px;
}
#homepageheader .img_tel {
	width: 388px;
	margin: 0 auto 0px 10px;
	float: left;
}
#homepageheader .subnav {
	float: right;
	margin: 27px 0px 10px;
	overflow: hidden;
}
#homepageheader .fb-like {
	float: right;
	margin: 25px 25px 10px 5px;
}
#homepageheader .subnav li {
	padding: 0 15px;
	float: left;
	height: 21px;
}
#homepageheader .subnav li a {
	display: block;
	color: #304750;
	line-height: 110%;
	padding: 2px 0 0 15px;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.sunrise99.jp/images/common/ic_triangle.png) left center no-repeat;
}

@media screen and (max-width: 1280px) {
#homepageheader .header_inner {
	width: 96%;
	margin: 0 auto;
}
.headinner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
}

@media screen and (max-width: 980px) {
.wrap {
	background-size: contain;
}
#mainheader {
	width: 100%;
	height: 200px;
}
#recmain {
	width: 70%;
	margin: 0 auto;
	height: auto;
	padding-top: 20px;
	text-align: center;
}
.reclogo {
	width: 100%;
	margin: 0 auto;
}
.inner {
	width: 90%;
	padding: 10px 0;
	margin: 0 auto;
}
.headinner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.inner img {
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.mainprice {
	width:90%;
	margin: -15px auto 0;
	padding:0;
}
.txtbox1 {
	clear: both;
	padding: 20px 0 20px;
}
h3 {
	font-size: 14px;
	line-height: 1.6em;
}
.txtbox2 {
	background-size: 150%;
	padding: 20px 0;
	text-align: center;
	margin: 20px auto 0;
}
.mainttl img {
	width: 70%;
}
.inner p {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 12px;
}
.mainttl {
	margin-top: 120px;
}
/* homepage
-------------------- */
#homepageheader {
	width: 100%;
	margin-top: 40px;
	position: static;
}
#homepageheader .header_inner {
	width: 96%;
	margin: 0 auto;
}
#homepageheader h1 {
	width: 263px;
	margin: 0 auto 15px;
	margin-left: auto;
	float: left;
	margin-left: 15px;
	text-align: center;
}
#homepageheader .img_tel {
	width: 388px;
	margin: 0 auto 0px 10px;
	float: left;
	text-align: center;
}
#homepageheader .subnav {
	float: right;
	margin: 27px 0px 10px;
	overflow: hidden;
}
#homepageheader .fb-like {
	float: right;
	margin: 25px 25px 10px 5px;
}
#homepageheader .subnav li {
	padding: 0 15px;
	float: left;
	height: 21px;
}
#homepageheader .subnav li a {
	display: block;
	color: #304750;
	line-height: 110%;
	padding: 2px 0 0 15px;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.sunrise99.jp/images/common/ic_triangle.png) left center no-repeat;
}
}

@media screen and (max-width: 700px) {
#homepageheader h1 {
	width: 90%;
	margin: 0 auto 15px;
	margin-left: auto;
	float: none;
	margin-left: 15px;
}
#homepageheader .img_tel {
	text-align: center;
	margin: 0 auto 0px;
	float: none;
}
#homepageheader .subnav {
	width: 90%;
	padding-left: 10%;
	float: none;
	margin: 27px auto 10px;
	overflow: hidden;
}
#homepageheader .subnav li {
	padding: 0 1%;
	width: 23%;
	float: left;
	height: 21px;
}
#homepageheader .img_tel img {
	width: 90%;
}
#mainheader {
	height: 160px;
}
.mainttl {
	margin-top: 0;
}
.txtbox1 {
	padding: 0;
}
}

@media screen and (max-width: 480px) {
#homepageheader h1 img {
	width: 100%;
}
#homepageheader .img_tel {
	width: 90%;
}
#homepageheader .subnav li {
	height: auto;
}
#mainheader {
	height: 120px;
}
}
