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

#contents {
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}

#profile {
	padding-top: 200px;
	margin-bottom: 220px;
}

#profile-image {
	height: 100%;
	width: 100%;
}

.title {
	width: 46%;
	margin-left: 27%;
	margin-right: 27%;
}

.title1 {
	font-size: 5em;
	font-weight: bold;
	border-bottom: 2px #595959 solid;
	margin-bottom: 10px;
}

.title2 {
	font-size: 2.2em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 100px;
}

.article {
	font-size: 2.8em;
	text-align: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

#content-sns a {
	text-decoration: none;
	font-size: 1em;
	color: #000000;
}

#content-sns {
	margin-bottom: 220px;
}

.sns-icon {
	display: flex;
	align-items: center;
	padding-left: 30px;
	width: 100%;
}

.content-sns-img {
	width: 100px;
	height: 100px;
}

.sns-img {
	width: 100px;
	height: 100px;
}

.content-sns-name {
	padding-left: 20px;
}

#content-app-info a {
	text-decoration: none;
	font-size: 1em;
	color: #000000;
}

#content-app-info {
	display: flex;
	align-items: center;
	margin-bottom: 220px;
	padding-left: 30px;
	width: 100%;
}

.content-app-img {
	width: 100px;
	height: 100px;
}

.app-img {
	width: 100px;
	height: 100px;	
}

.content-app-name {
	padding-left: 20px;	
}

#contact-button-wrapper {
  margin-bottom: 220px;
  text-align: center;
}

.contact-button {
  font-size: 1.6em;
  padding: 15px 30px;
  border: none;
  background-color: #595959;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #000;
}

#footer-copylight {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 100px;
}

