@charset "UTF-8";
/* CSS Document */

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	color: #000;
}
p,h1,h2,h3,h4,h5,h6{ line-height: 1.6em; }
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}

.wrap {
    width: calc(100% - 48px);
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

header{
	padding: 30px 0 20px;
	text-align: center;
}
header .logo img{
	width: 150px;
}
/* header .logo{
	float: left;
	margin-left: 15px;
}
header .logo img{
	width: 150px;
	vertical-align: bottom;
}
header .logo span{
	font-size: 14px;
	vertical-align: bottom;
	letter-spacing: 1px;
	padding-left: 10px;
}
header .btn{
	display: block;
	width: 180px;
	float: right;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 0;
	background: #00a1ea;
	border-radius: 40px;
	text-align: center;
	margin-right: 15px;
} */

.sec-contents{
	padding: 30px 0 120px;
}
.sec-contents .ttl{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.sec-contents .in{
	height: 1110px;
}
.sec-contents .txt{
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

.footer{
	background: #000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .safooter-service{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 0;
	margin-top: 40px;
	margin-bottom: 40px;
  }
  .safooter-service-wrap{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
  }
  .safooter-service-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
  }
  .safooter-service-content:last-child{
  margin-bottom: 0;
  }
  .safooter-service-content a{
	display: flex;
	width: 100%;
	padding: 24px 40px;
	border:4px solid #efefef;
	justify-content: space-between;
	-webkit-transition: all 0.15s;
	transition: all 0.15;
  }
  .safooter-service-content a:hover{
	border:4px solid #efefef;
  }
  .safooter-service-content a:active{
	border:4px solid #efefef;
  }
  .safooter-service-content a:visited{
	border:4px solid #efefef;
  }
  .safooter-service-content-txt{
	font-size: 16px;
	font-weight: 700;
	color: #efefef;
  }
  .safooter-border{
	width: 100%;
	height: 1px;
	background: #efefef;
  }
  .safooter-base{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 0;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #000;
  }
  .safooter-base-wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
  }
  .safooter-base-logo{
	margin-bottom: 24px;
	width: 240px;
  }
  .safooter-base-info p{
	text-align: left;
	font-size: 12px;
	line-height: 2;
  }
  .safooter-base-tel a{
	  color: #ffffff;
	font-weight: 700;
  }
  .safooter-base-product a{
	color:#efefef;
	padding-right: 4px;
	border-right: 1px solid #ccc;
	-webkit-transition: all 0.15s;
	transition: all 0.15;
  }
  .safooter-base-product a:hover{
	opacity: .5;
  }
  .safooter-base-product a:last-child{
	border-right: none;
	padding-right: 0;
  }
  .safooter-base-cr{
	color:#888;
  }

@media only screen and (min-width: 768px) {
	.sp{
		display:none !important;
	}

	.wrap {
		width: calc(100% - 160px);
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}

	.safooter-service{

		margin-top: 120px;
		margin-bottom: 40px;
	  }
	  .safooter-service-wrap{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	  }
	  .safooter-service-content{
		width: 48%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	  }
	  .safooter-service-content a:hover{
		border:4px solid #000;
	  }
	  .safooter-base-wrap{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	  }
	  .safooter-base-logo{
		margin-bottom: 0;
	  }
	  .safooter-base-info p{
		text-align: right;
	  }

}

@media only screen and (max-width: 767px) {
	.pc{
		display:none !important;
	}

	header{
		padding: 40px 0 0;
	}
	/* header .logo img{
		width: 150px;
	}
	header .logo span{
		display: none;
	}
	header .btn{
		width: 140px;
		font-size: 12px;
	} */


.sec-contents .ttl{
	font-size: 18px;
}
.sec-contents .in{
	height: 1670px;
}

}