/*
Theme Name:LC LINK
Theme URL:https://hal0402.com
Description:LC LINK
Author: LC LINK
Version: 1.0

*/

/* base
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
}

body{
	font-family:ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, sans-serif;
	font-size:1.6rem;
	margin:0;
	padding: 0;
	line-height: 2;
	font-weight: 400;
	color:#494949;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url("https://hal0402.com/img/hal_bg001.jpg");
}
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#494949;
}

a:hover {
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

p{
	padding:0;
	font-size: 1.6rem;
	margin: 0;
	letter-spacing: .05em;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	body{
		background-color:#fff6f6;
	}
	main {
		width: 480px;
		margin: 0 auto;
	}
}
/* main
--------------------------------*/
#container{
	position:relative;
	background-color: rgba(0, 0, 0, 0.5);
}

main{
	position:relative;
	height: 100%;
	min-height:100vh;
}

.contents{
	width:100%;
	position: relative;
	padding-top: 20px;
}

.contents .prof{
	position:relative;
	text-align: center;
	margin-bottom: 2rem;
}

.contents .prof img{
	position:relative;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
}

.contents .prof h1{
	position:relative;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}

.contents ul{
	width: 95%;
	margin: 5rem auto 10rem;
}

.contents ul li{
	position:relative;
	line-height: 1;
	width: 100%;
	margin-bottom: 2rem;
	list-style-type: none;
	background: rgba(46, 184, 168, 0.42);
	border: 2px solid rgb(255, 255, 255);
}

.contents ul li:before{
	position: absolute;
	z-index: 2;
	left: 6px;
	top: 8px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	content: "";
}


.contents ul li a{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.7rem;
	z-index: 10;
}

.contents ul li a .icon{
	position:relative;
	width: 50px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.contents ul li a .icon img{
	position:relative;
	width: 40px;
	height: 40px;
}

.contents ul li a .txt{
	position:relative;
	width: calc(100% - 60px);
	text-align: left;
}

.contents ul li a .txt h2{
	position:relative;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.contents ul li a .txt p{
	position:relative;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}

.copy{
	text-align:center;
	font-size:1rem;
	color:#FFF;
}

/* 404
--------------------------------*/

.error404{
	display:block;
	width:85%;
	margin:0 auto 20px;
	border-radius:16px;
	background-color:#FFF;
	padding:16px;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 8px, rgba(0, 0, 0, 0.25) -1px -1px 8px;
}

.error404 h1{
	text-align:center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.error404 p{
	font-size: 1.4rem;
}

.error404 a{
	display: block;
	width: 80%;
	margin: 3rem auto;
	background: rgb(51, 51, 51);
	padding: 12px;
	border-radius: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: .3em;
	height: 40px;
	line-height: 1;
}