@charset "utf-8";

body{
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
	background:#f7f7f7;
	font-size:16px;
	min-height: 100vh;
	margin:0;
	padding:0;
	color:#303030;
}

#container{
	width: 80vw;
    max-width: 640px;
    margin: 10vh auto 5vh;
    padding: 3em 2em 2em;
    border-radius: 5px;
//    background: #fff;
//    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

h1{
	font-size: 1.6em;
    text-align: center;
    margin: 2em 0 3em;
}

h2{
	font-size: 1.0em;
	padding: 1em 0;
	border-radius:5px;
	color:#303030;
}

h3{
	font-size: 1.2em;
	text-align:center;
	display:block;
	width: auto;
	color: #b8860b;
}

h4{
	margin: 0.5em 0 1.3em;
}

.midashi_alpha{
	font-family: 'Pacifico', cursive;
	font-size: 1.5em;
	color: #333333;
	text-align: center;
}

a{
	color:#303030;
}

.home_top_cover{
    max-width:680px;
    margin: -30px auto 0;
}
.home_top_img{
	max-width:100%;
	height:auto;
	border-radius:5px;
}
.home_img{
	max-width:100%;
	height:auto;
	border-radius:5px;
}
.home_about{
	color: #fff;
	background: #626262;
	width:auto;
	padding:1em;
	border-radius:0.5em;
}
.home_about h2{
	background: none;
	padding: 0;
	font-size:1.0em;
	color:#fff;
}

.home_about h3{
	font-size: 1.0em;
	text-align:left;
	color: #fff;
}
.home_about a{
	color:#fff;
}

.login_item {
  counter-increment: number;
  display: flex;
  padding: 5px 0;
}

.login_item:before {
    content: counter(number);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fb4d3c;
    width: 23px;
    height: 23px;
    color: #fff;
    margin-right: 10px;
    padding-bottom: 3px;
    box-sizing: border-box;
}

.btn-fblogin {
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
    padding: 6px 12px;
    text-decoration: none;
    box-sizing: border-box;
	color:#ffffff;
	font-size:18px;
    text-decoration: none;
    max-width: 420px;
    margin: 0 auto;
}

.myButton2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 6px 10px;
	background: -moz-linear-gradient(
		top,
		#ebecec 0%,
		#ebecec);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ebecec),
		to(#ebecec));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #ebecec;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-decoration: none;
}

.myButton3{
	background-color: #5297e9;
    border-color: #5297e9;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
}

.fixed_fblogin_cover{
    width:100%;
    margin : 0 auto;
	position:fixed;
	bottom:-5px;
}

.fixed_fblogin{
    width:80vw;
    max-width:580px;
	padding:1em;
	background: #fff;
	border:4px solid #ccc;
	border-radius: 5px;
	margin:0 auto;
}

.fixed_fblogin .l{
	width: 50%;
    float: left;
    color: #333;
    font-size: 0.9em;
    text-align: center;
    padding: 0.5em;
    box-sizing: border-box;
}

.fixed_fblogin .r{
	width:50%;height:70px;float:right;text-align:center;
}

.is_sp{
	display:none;
}

.is_pc{
	display:block;
}

.footer_cover{
	background-color:#333333;
	min-height: 300px;
}

.footer{
	width:auto;
	text-align:center;
	padding: 1em;
	font-size: 0.8em;
	line-height: 3;
	/* text-decoration: none; */
}

.footer a{
	color:#fff;
	text-decoration: none;
}

.footer_credit{
	font-size:0.8em;
	color:#999;
	text-align: center;
	padding:0.2em;
}

.footer_poweredby{
	font-size:0.8em;
	color:#999;
	text-align: center;
	padding:0.2em;
}
.footer_poweredby a{
	color:#999;
	text-decoration: none;
}

/*media Queries スマートフォンのみ（599px）以下
--------------------------------------------------------------*/
@media only screen and (max-width: 599px){
	body{

	}
	h1{
		margin:0;
		text-align: left;
	}
	#container{
		margin: -1em auto 5vh;
		width: auto;
		border-radius: 0;
	}
	.fixed_fblogin{
		font-size:14px;
	}
	.fixed_fblogin .l{
		margin-left:-1em;
		width:40%;height:auto;text-align:center;line-height: 1.6;
	}
	.fixed_fblogin .l b{
		margin-top: -2px;
		display: block;
	}
	.fixed_fblogin .r{
		width:60%;height:auto;text-align:center;
		margin-right:-0.2em;
	}
	.fixed_fblogin .r p{
		margin:0;
	}
	.fixed_fblogin .r .myButton{
		width:90%;
		height:22px;
		padding:12px;
	}
	.fixed_fblogin{
		padding:1em 2em 1.5em;
	}
	.fixed_fblogin p{
		margin:0.5em 0;
	}
	.is_sp{
		display:block;
	}
	.is_pc{
		display:none;
	}
	.home_top_img{
		border-radius:0;
	}
	.home_top_cover {
    margin-top: 0;
	}
}

@media only screen and (max-width: 320px){
	.fixed_fblogin .l{
		margin-left:-1em;
		font-size:0.7em;
	}
	.fixed_fblogin .r{
	}
	.fixed_fblogin .r .myButton{
		font-size:0.9em;
	}
}


.form-att{
	background: #ffa3ba;
    padding: 0 5px;
}

input{
	border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5em 0.4em;
    display: inline-block;
    font-size: 1.0em;
    width: 240px;
    box-sizing: border-box;
}

textarea{
	border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5em 0.4em;
    font-size: 1.0em;
    width: 100%;
    box-sizing: border-box;
}

.form_submit{
	display:block;
	margin:0 auto;
}