@media screen and (min-width: 769px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

html {
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #5a544b;
}

a:hover {
	opacity: .6;
	text-decoration: underline;
}

/*---------------------------------------
  header
---------------------------------------*/
/*
header {
	border-bottom: 3px solid #F90;
	height: 44px;
	padding: 0 20px;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 31px;
	margin-top: 7px;
	width: 236px;
}

header h1 a {
	display: block;
	height: 31px;
	text-indent: -9999em;
	width: 236px;
}

header #copy {
	float: right;
	height: 17px;
	margin-top: 13px;
	width: 373px;
}
*/


header {
	border-bottom: 3px solid #F90;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 31px;
	margin: 42px 0 5px;
	width: 236px;
}

header h1 a {
	display: block;
	height: 31px;
	text-indent: -9999em;
	width: 236px;
}

header #copy {
	/* float: right; */
	height: 17px;
	/* margin-top: 48px; */
	width: 373px;
	margin: 0 auto 10px;
}


.content {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
	text-align: center;
}


.header {
	background: #f90;
	overflow: hidden;
	padding: 5px 0 10px;
	position: fixed;
	top: 0;
	height: 20px;
	width: 100%;
	z-index: 999;
}

.header img {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	width: 100px;
}

.header .login-btn {
	float: right;
	height: 22px;
	margin-right: 10px;
	width: 180px;
	display: none;
}

.header a {
	background: #fff;
	border-radius: 4px;
	color: #f90;
	display: block;
	text-align: center;
	text-decoration: none;
}


/*---------------------------------------
  メインイメージ
---------------------------------------*/
#main {
	background: url(../images/bg01.png) repeat-x;
	height: 530px;
	padding: 0 20px;
}

#main-img {
	float: left;
	height: 530px;
	width: 532px;
}

/*---------------------------------------
  ユーザー登録
---------------------------------------*/
#main section {
	float: right;
	height: 530px;
	padding: 16px 0;
	position: relative;
	width: 432px;
}

#feature-box {
	background: #FFF;
	height: 498px;
}

#main #baloon {
	background: #F90;
	height: 50px;
	position: relative;
    width: 100%;
}

#main #baloon:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #F90 transparent transparent transparent;
    top: 100%;
    left: 20px;
}

#main #baloon h2 {
	background: url(../images/signup.png) no-repeat;
	background-position: 0 12px;
	height: 50px;
	margin-left: 20px;
	text-indent: -9999em;
	width: 154px;
}

#main #label {
	background: url(../images/catch.png) no-repeat;
	color: #FFF;
	height: 104px;
	position: absolute;
	right: 7px;
	text-indent: -9999em;
	top: 0px;
	width: 105px;
}

#main #label p {
	line-height: 100%;
	margin: 30px auto;
}

#main .feature {
	padding: 45px 20px 20px 20px;
}

#main .feature p {
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: left;
}

#main #small {
	padding-left: 11px;
}

#main #small p {
	color: #999;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 120%;
	text-indent: -1em;
}

#mailform {
	padding: 54px 0;
}

#reminder {
	margin-left: 20px;
	color: #FFC266;
}


input[type="text"] {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: rgb(85, 85, 85);
	font-size: 18px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 250px;
}

input[type="text"]:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

input[type="submit"] {
	background-color: #f90;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
	font-size: 18px;
	height: 54px;
	margin-left: 5px;
	vertical-align: middle;
	width: 100px;
}

input[type="submit"]:hover {
	opacity: .6;
}

/*---------------------------------------
  ソーシャルボタン
---------------------------------------*/
#social-button {
	background: #dce0d0;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px 15px 10px;
}

#social-button li {
	float: left;
}

iframe.twitter-share-button {
	width: 105px!important;
}

div#___plusone_0 {
	width: 70px!important;
}

#follow {
	margin-top: 10px;
	overflow: hidden;
}

#follow li {
	float: left;
}

#follow li a {
	color: #999;
	text-decoration: none;
}

#follow li a:hover {
	text-decoration: underline;
}

li iframe {
	margin-right: 10px;
}

#follow li#tw, #follow li#fb  {
	text-indent: 25px;
}

#follow li#tw {
	background: url(../images/twitter.png) no-repeat;
	background-position: 0 5px;
	margin-right: 20px;
}

#follow li#fb {
	background: url(../images/facebook.png) no-repeat;
	background-position: 0 5px;
}

/*---------------------------------------
  サービス説明
---------------------------------------*/
#content-area {
	background: url(../images/bg02.png) repeat-x;
	padding: 40px 20px 30px;
}

section#service1, section#service2, section#service3 {
	float: left;
	padding-top: 170px;
	width: 300px;
}

section#service1, section#service2 {
	margin-right: 40px;
}

section#service1 {
	background: url(../images/img01.png) no-repeat;
	background-position: center top;
}

section#service2 {
	background: url(../images/img02.png) no-repeat;
	background-position: center top;
}

section#service3 {
	background: url(../images/img03.png) no-repeat;
	background-position: center top;
	margin-bottom: 40px;
}

section#service1 h2, section#service2 h2, section#service3 h2 {
	color: #F90;
	/*font-family: mplus-1c-bold, sans-serif;*/
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}

section#service1 p, section#service2 p, section#service3 p {
	font-size:14px;
	letter-spacing: -1px;
	line-height: 140%;
}

#small2 {
	background: #dce0d0;
	clear: both;
	font-size: 14px;
	line-height: 140%;
	padding: 10px 20px;
}

/*---------------------------------------
  footer
---------------------------------------*/
footer {
	border-top: 2px solid #fbd01c;
	height: 80px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
}

footer li {
	float: left;
	font-size:14px;
	margin-right: 15px;
}

footer li a {
	color: #999;
	text-decoration: none;
}

/*---------------------------------------
  メール送信後画面
---------------------------------------*/
#main .feature p#thanks {
	font-size: 140%;
	color: #F90;
	font-weight: bold;
	text-align: center;
}
}

/*--タブレット--*/
@media screen and (max-width: 768px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

html {
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #5a544b;
}

a:hover {
	opacity: .6;
	text-decoration: underline;
}

/*---------------------------------------
  header
---------------------------------------*/
/*header {
	border-bottom: 3px solid #F90;
	height: 44px;
	padding: 0 20px;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 31px;
	margin-top: 7px;
	width: 236px;
}

header h1 a {
	display: block;
	height: 31px;
	text-indent: -9999em;
	width: 236px;
}

header #copy {
	float: right;
	height: 17px;
	margin-top: 13px;
	width: 373px;
}

.content {
	margin: 0 auto;
	overflow: hidden;
}*/

header {
	border-bottom: 3px solid #F90;
	padding: 0;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 31px;
	margin: 42px 20px 5px;
	width: 236px;
}

header h1 a {
	display: block;
	height: 31px;
	text-indent: -9999em;
	width: 236px;
}

header #copy {
	float: right;
	height: 17px;
	margin-top: 48px;
	margin-right: 20px;
	width: 373px;
}

.content {
	margin: 0 auto;
	overflow: hidden;
}

.header {
	background: #f90;
	overflow: hidden;
	padding: 5px 0 10px;
	position: fixed;
	top: 0;
	height: 20px;
	width: 100%;
	z-index: 999;
}

.header img {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	width: 100px;
}

.header .login-btn {
	float: right;
	height: 22px;
	margin-right: 10px;
	width: 180px;
}

.header a {
	background: #fff;
	border-radius: 4px;
	color: #f90;
	display: block;
	text-align: center;
	text-decoration: none;
}


/*---------------------------------------
  メインイメージ
---------------------------------------*/
#main {
	background-color: #504b43;
	background-image:  url(../images/bg01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 20px;
}

#main-img {
	float: none;
	width: 100%;
}

#main-img img {
	width: 100%;
}

/*---------------------------------------
  ユーザー登録
---------------------------------------*/
#main section {
	float: none;
	padding: 16px 0;
	position: relative;
	width: 100%;
}

#feature-box {
	background: #FFF;
}

#main #baloon {
	background: #F90;
	height: 50px;
	position: relative;
    width: 100%;
}

#main #baloon:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #F90 transparent transparent transparent;
    top: 100%;
    left: 20px;
}

#main #baloon h2 {
	background: url(../images/signup.png) no-repeat;
	background-position: 0 12px;
	height: 50px;
	margin-left: 20px;
	text-indent: -9999em;
	width: 154px;
}

#main #label {
	background: url(../images/catch.png) no-repeat;
	color: #FFF;
	height: 104px;
	position: absolute;
	right: 7px;
	text-indent: -9999em;
	top: 0px;
	width: 105px;
}

#main #label p {
	line-height: 100%;
	margin: 30px auto;
}

#main .feature {
	padding: 45px 20px 20px 20px;
}

#main .feature p {
	font-size: 14px;
	line-height: 120%;
}

#main #small {
	padding-left: 11px;
}

#main #small p {
	color: #999;
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 120%;
	text-indent: -1em;
}

#mailform {
	padding: 20px 0;
}

input[type="text"] {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: rgb(85, 85, 85);
	font-size: 18px;
	height: 30px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 70%;
}

input[type="text"]:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

input[type="submit"] {
	background-color: #f90;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-appearance: none;
	color: #FFF;
	font-size: 18px;
	height: 44px;
	margin-top: 0;
	vertical-align: middle;
	width: 20%;
}

input[type="submit"]:hover {
	opacity: .6;
}

/*---------------------------------------
  ソーシャルボタン
---------------------------------------*/
#social-button {
	background: #dce0d0;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px 15px 10px;
}

#social-button li {
	float: left;
}

iframe.twitter-share-button {
	width: 105px!important;
}

div#___plusone_0 {
	width: 70px!important;
}

#follow {
	margin-top: 10px;
	overflow: hidden;
}

#follow li {
	float: left;
}

#follow li a {
	color: #999;
	text-decoration: none;
}

#follow li a:hover {
	text-decoration: underline;
}

li iframe {
	margin-right: 10px;
}

#follow li#tw, #follow li#fb  {
	text-indent: 25px;
}

#follow li#tw {
	background: url(../images/twitter.png) no-repeat;
	background-position: 0 5px;
	margin-right: 20px;
}

#follow li#fb {
	background: url(../images/facebook.png) no-repeat;
	background-position: 0 5px;
}

/*---------------------------------------
  サービス説明
---------------------------------------*/
#content-area {
	background: url(../images/bg02.png) repeat-x;
	padding: 40px 20px 30px;
}

section#service1, section#service2, section#service3 {
	float: left;
	padding-top: 170px;
	width: 30%;
}

section#service1, section#service2 {
	margin-right: 5%;
}

section#service1 {
	background: url(../images/img01.png) no-repeat;
	background-position: center top;
}

section#service2 {
	background: url(../images/img02.png) no-repeat;
	background-position: center top;
}

section#service3 {
	background: url(../images/img03.png) no-repeat;
	background-position: center top;
	margin-bottom: 40px;
}

section#service1 h2, section#service2 h2, section#service3 h2 {
	color: #F90;
	/*font-family: mplus-1c-bold, sans-serif;*/
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}

section#service1 p, section#service2 p, section#service3 p {
	font-size:14px;
	letter-spacing: -1px;
	line-height: 140%;
}

#small2 {
	background: #dce0d0;
	clear: both;
	font-size: 14px;
	line-height: 140%;
	padding: 10px 20px;
}

/*---------------------------------------
  footer
---------------------------------------*/
footer {
	border-top: 2px solid #fbd01c;
	height: 80px;
	overflow: hidden;
	padding: 10px 20px 0 20px;
}

footer li {
	float: left;
	font-size:14px;
	margin-right: 15px;
}

footer li a {
	color: #999;
	text-decoration: none;
}

/*---------------------------------------
  メール送信後画面
---------------------------------------*/
#main .feature p#thanks {
	font-size: 140%;
	color: #F90;
	font-weight: bold;
	text-align: center;
}
}

/*--スマートフォン--*/
@media screen and (max-width:640px) {
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

html {
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #5a544b;
}

a:hover {
	opacity: .6;
	text-decoration: underline;
}

/*---------------------------------------
  header
---------------------------------------*/
/*header {
	border-bottom: 3px solid #F90;
	height: auto;
	padding: 0 20px;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: none;
	height: 31px;
	margin-top: 7px;
	width: 236px;
}

header h1 a {
	display: block;
	height: 31px;
	text-indent: -9999em;
	width: 236px;
}

header #copy {
	float: none;
	display: block;
	margin-top: 13px;
	margin-bottom: 10px;
	width: 100%;
}

.content {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}*/

header {
	border-bottom: 3px solid #F90;
	height: auto;
	padding: 0;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: none;
	height: 31px;
	margin: 42px 5px 0;
	width: 236px;
}

header h1 a {
	display: block;
	height: 31px;
	text-indent: -9999em;
	width: 236px;
}

header #copy {
	float: none;
	display: block;
	margin: 5px auto 10px;
	width: 95%;
}


.content {
	margin: 0 auto;
	overflow: hidden;
	/*padding: 0 20px;*/
	position: relative;
}

.header {
	background: #f90;
	overflow: hidden;
	padding: 5px 0 10px;
	position: fixed;
	top: 0;
	height: 20px;
	width: 100%;
	z-index: 999;
}

.header img {
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	width: 100px;
}

.header .login-btn {
	float: right;
	height: 22px;
	margin-right: 10px;
	width: 180px;
}

.header a {
	background: #fff;
	border-radius: 4px;
	color: #f90;
	display: block;
	text-align: center;
	text-decoration: none;
}

/*---------------------------------------
  メインイメージ
---------------------------------------*/
#main {
	background: none;
	padding: 0;
}

#main-img {
	float: none;
	width: 100%;
}

/*---------------------------------------
  ユーザー登録
---------------------------------------*/
#main section {
	float: none;
	padding: 16px 0;
	position: relative;
	width: 100%;
}

#feature-box {
	background: #FFF;
}

#main #baloon {
	background: #F90;
	height: 50px;
	position: relative;
    width: 100%;
}

#main #baloon:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #F90 transparent transparent transparent;
    top: 100%;
    left: 20px;
}

#main #baloon h2 {
	background: url(../images/signup.png) no-repeat;
	background-position: 0 12px;
	height: 50px;
	margin-left: 20px;
	text-indent: -9999em;
	width: 154px;
}

#main #label {
	background: url(../images/catch.png) no-repeat;
	color: #FFF;
	font-size: 120%;
	height: 104px;
	position: absolute;
	right: 7px;
	text-indent: -9999em;
	top: 0;
	width: 105px;
}

#main #label p {
	line-height: 100%;
	margin: 30px auto;
}

#main .feature {
	padding: 45px 20px 20px 20px;
}

#main .feature p {
	font-size: 13px;
	letter-spacing: -0.8px;
	line-height: 170%;
}

#main #small {
	padding-left: 11px;
}

#main #small p {
	color: #999;
	font-size: 11px;
	letter-spacing: -1.5px;
	line-height: 120%;
	text-indent: -1em;
}

#mailform {
	padding: 20px 0;
}

input[type="text"] {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: rgb(85, 85, 85);
	font-size: 18px;
	height: 40px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	vertical-align: middle;
	width: 90%;
}

input[type="text"]:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

input[type="submit"] {
	background-color: #f90;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-appearance: none;
	color: #FFF;
	font-size: 18px;
	height: 54px;
	margin-top: 5px;
	vertical-align: middle;
	width: 180px;
}

input[type="submit"]:hover {
	opacity: .6;
}

/*---------------------------------------
  ソーシャルボタン
---------------------------------------*/
#social-button {
	background: #dce0d0;
	margin-top: 10px;
	overflow: hidden;
	padding: 15px 15px 10px;
}

#social-button li {
	float: left;
}

iframe.twitter-share-button {
	width: 105px!important;
}

div#___plusone_0 {
	width: 70px!important;
}

#follow {
	margin-top: 10px;
	overflow: hidden;
}

#follow li {
	float: left;
}

#follow li a {
	color: #999;
	text-decoration: none;
}

#follow li a:hover {
	text-decoration: underline;
}

li iframe {
	margin-right: 10px;
}

#follow li#tw, #follow li#fb  {
	height: 18px;
	line-height: 18px;
	text-indent: 25px;
}

#follow li#tw {
	background: url(../images/twitter.png) no-repeat;
	margin-right: 20px;
}

#follow li#fb {
	background: url(../images/facebook.png) no-repeat;
}

/*---------------------------------------
  サービス説明
---------------------------------------*/
#content-area {
	background: url(../images/bg02.png) repeat-x;
	padding: 40px 20px 30px;
}

section#service1, section#service2, section#service3 {
	margin-bottom: 40px;
	padding-top: 170px;
	width: 100%;
}

section#service1, section#service2 {
	margin-right: 40px;
}

section#service1 {
	background: url(../images/img01.png) no-repeat;
	background-position: center top;
}

section#service2 {
	background: url(../images/img02.png) no-repeat;
	background-position: center top;
}

section#service3 {
	background: url(../images/img03.png) no-repeat;
	background-position: center top;
	margin-bottom: 40px;
}

section#service1 h2, section#service2 h2, section#service3 h2 {
	color: #F90;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 140%;
	margin-bottom: 10px;
}

section#service1 p, section#service2 p, section#service3 p {
	font-size:14px;
	letter-spacing: -1px;
	line-height: 140%;
}

#small2 {
	background: #dce0d0;
	clear: both;
	font-size: 14px;
	line-height: 140%;
	padding: 10px 20px;
}

/*---------------------------------------
  footer
---------------------------------------*/
footer {
	border-top: 2px solid #fbd01c;
	height: auto;
	overflow: hidden;
	padding: 0;
}

footer li {
	border-bottom: 1px solid #999;
	font-size:14px;
	float: none;
	margin: 0;
}

footer li a {
	background: url(../images/icon01.png) no-repeat;
	background-position: 96% 50%;
	color: #999;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}

/*---------------------------------------
  メール送信後画面
---------------------------------------*/
#main .feature p#thanks {
	font-size: 120%;
	color: #F90;
	font-weight: bold;
	text-align: center;
}

}

/*---------------------------------------
  retina対応
---------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
header h1 {
	background: url(../images/logo-retina.png) no-repeat;
	background-size: 100%;
	float: none;
	height: 33px;
	/* margin-top: 42px; */
	margin: 50px auto 15px;
	width: 235px;
}

#main #baloon h2 {
	/* background: url(../images/signup-retina.png) no-repeat; */
	background-size: 100%;
	background-position: 0 12px;
	height: 50px;
	margin-left: 20px;
	text-indent: -9999em;
	width: 154px;
}

#main #label {
	background: url(../images/catch-retina.png) no-repeat;
	background-size: 100%;
	color: #FFF;
	height: 104px;
	position: absolute;
	right: 7px;
	text-indent: -9999em;
	top: 0px;
	width: 105px;
}

section#service1 {
	background: url(../images/img01-retina.png) no-repeat;
	background-size: 50%;
	background-position: center top;
}

section#service2 {
	background: url(../images/img02-retina.png) no-repeat;
	background-size: 50%;
	background-position: center top;
}

section#service3 {
	background: url(../images/img03-retina.png) no-repeat;
	background-size: 50%;
	background-position: center top;
	margin-bottom: 40px;
}
}
