@charset "utf-8";

/*初期設定*/
body {
	background-color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	color: #fff;
	font-size: 14px;
	line-height: 1.58;
}
a {
	color: #fff;
	text-decoration: none;
}
img,
video {
	max-width: 100%;
	height: auto;
}
.pc_only {
	display: none;
}

noscript p {
	margin: 36px auto;
	//width: 540px;
	padding: 12px;
	background-color: #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/*ヘッダー*/
#sp_c_hdr {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#sp_c_hdr_float {
	width: 100%;
	height: 50px;
	background-color: #000;
}
#sp_c_hdr_logo {
	width: 76px;
	height: 32px;
	padding: 10px 0 8px 10px;
	float: left;
}
#sp_c_hdr_btn {
	width: 50px;
	height: 50px;
	float: right;
}
#sp_c_hdr_navi {
	background: rgba(0,0,0,0.5);
	height: 0;
	overflow-y: hidden;
}
#sp_c_hdr_navi_list {
	width: 240px;
	margin: 0 0 auto auto;
	background: rgba(0,0,0,0.5) url("../img/common/sp_c_hdr_navi_list_line.png") no-repeat center top;
	background-size: contain;
}
#sp_c_hdr_navi_list li {
	font-size: 14px;
	font-weight: bold;
	//line-height: 43px;
	line-height: 38px;
	padding-left: 13px;
	width: 227px;
	background: url("../img/common/sp_c_hdr_navi_list_line.png") no-repeat center bottom;
	background-size: contain;
}

#sp_c_hdr_navi_list li span{
	font-size:10px;
	color:#f00;
	
}
#sp_c_hdr_sns {
	position:absolute;
	right: 0;
	top: 58px;
	font-family:'FontAwesome';
	font-size:18px;
	line-height:1em;
	padding: 0 12px 0 0;
}
#sp_c_hdr_sns a {
	display: inline-block;
	text-align: center;
	color:#1ca1f2;
	background-color:#fff;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#sp_c_hdr_sns a:nth-of-type(2) {
	width: 50px;
}
#sp_c_hdr_sns a:nth-of-type(3) {
	color:#4368b2;
}
#sp_c_hdr_sns a:nth-of-type(2) span {
	font-size: 12px;
	vertical-align: middle;
}
#sp_c_hdr_sns a:nth-of-type(4) {
	color:#4368b2;
	width: 50px;
}
#sp_c_hdr_sns a:nth-of-type(4) span {
	font-size:12px;
	vertical-align: middle;
}

/*コンテンツ*/
#c_cont {
	margin: 0 auto;
	padding: 60px 10px 0;
}

@media screen and (min-width: 641px) {
	.c_cont_hdr h1 {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (max-width: 640px) {
	.c_cont_hdr h1 {
		font-size: 14px;
		line-height: 14px;
	}
}
.c_cont_hdr h1 img {
	height: 11px;
}
#c_cont section h2 {
	text-align: center;
}

/*フッター*/
#c_ftr {
	width: 100%;
	margin-top: 50px;
	background-color: #000;
}
#sp_c_ftr_navi {
	padding: 0 10px;
}
#sp_c_ftr_navi_list {
	background: url("../img/common/sp_c_ftr_navi_list_line.png") no-repeat center top;
	background-size: contain;
}
#sp_c_ftr_navi_list li {
	padding: 0 10px;
	font-size: 16px;
	line-height: 49px;
	background: url("../img/common/sp_c_ftr_navi_list_line.png") no-repeat center bottom;
	background-size: contain;
}

#sp_c_ftr_navi_list li span {
	font-size:10px;
	color: #f00;
}

#c_ftr_top {
	width: 100%;
	text-align: center;
	padding: 30px 0 40px;
	border-bottom: 1px solid #fff;
}
#c_ftr_logo img {
	width: 102px;
}
#c_ftr_name {
	margin-top: 14px;
	font-size: 12px;
}
#c_ftr_sns_list {
	margin-top: 14px;
	font-size: 0;
}
#c_ftr_sns_list li {
	display: inline-block;
	margin-left: 10px;
}

.c_footer_div {
	width: 100%;
	text-align: center;
}

ul.c_footer{
  font-size: 0;
}

ul.c_footer li{
  width: 100%;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}

ul.c_footer li.site {
}

ul.c_footer li.copy {
}

ul.c_footer li a{
  color: #fff;
  text-decoration: none;
}

.c_ftr_sosial{
	margin: 0 0 20px;
}


.c_ftr_sosial_fa{
	background-color:#40599a;
	color:#fff;
	border-radius: 30px;
	margin: 0 10px 20px;
	padding: 10px 10px;
	width:35px;
	height:35px;
}

.c_ftr_sosial_tw{
	background-color:#63adf1;
	color:#fff;
	border-radius: 30px;
	margin: 0 10px 20px;
	padding: 10px 10px;
	width:35px;
	height:35px;
}

#sp_c_pageTop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
}

#sp_c_pageTop.button {
  padding: 2px 20px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #00AFEC;
  border-radius: 1em;
  background-color: #00AFEC;
}

#sp_c_pageTop.button:hover {
  background-color: #00BFFC;
}



