@charset "utf-8";
/* CSS Document */
/* ---- particles.js container ---- */



/* ---- main visual ---- */

.logo img {
	width: 50px;
	height: auto;
}
.name_area {
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	font-size: 26px;
	margin: 30px auto;
}

.name_area * {
	display: block;
	margin: 0;
	line-height: 1.6;
	letter-spacing: .8em;
}

.myname {
font-weight: 400;
font-style: normal;
font-family: "kaisei-opti", sans-serif;
}

.name_area .eng {
	font-size:0.7em;
	font-family: "lunatix", sans-serif;
	letter-spacing: 0.01em;
}

.face01{
	width: 400px;
	margin-top:30px;
}

/*---- job --*/
.job h4 {
	font-weight: bold;
	font-size: 18px;
}
.job dt {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}

.job dd {
	  text-align: left;
	min-width: 50px;
	    line-height: 1.8em;
    font-size: 15px;
    color: #555;
    font-weight: 400;
	padding: 0;
	margin: 0;
}

/*---- tool table --*/
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	    line-height: 1.8em;
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:nth-child(odd){
	background-color: whitesmoke;
}


table tr:first-child{
	background-color: #E3E3E3;

}


table th,table td{
  text-align: left;
  padding: 10px 10px;
	min-width: 50px;
	    line-height: 1.8em;
    font-size: 15px;
    color: #555;
    font-weight: 400;
}


table th{
	font-weight: bold;
	padding: 5px 10px;
}
table th:nth-child(2),
table td:nth-child(2){
	text-align: center;
}



/* ---- 左側メニュー ---- */
/*.contents {
	display: flex;
	justify-content: center;
	overflow: visible;
}

#sidebar {
	position: sticky;
	left: 0;
	top: 0;
	width: 20%;
	height: 200px;
	background: white;
	text-align: right;
	line-height: 2.5em;
	margin-right: 5%;
}

#sidebar li a.is-current{
	color: red;
	background: yellow;
}*/
.contents {
	width: 90%;
	margin: auto;
	max-width : 800px;
}
#nav {
	display: flex;
	justify-content: center;
	padding: 0;
}

#nav li {
	padding: 15px;
}

@media screen and (max-width:768px){
	#nav {
		flex-wrap: wrap;
			max-width: 500px;}
	#nav li {
		padding:0px;
		border-bottom:1px solid #CDCDCD;
		margin: 10px;
		padding-bottom:2px;
		font-size: 20px;
	}
}
.main {
	width: 100%;
}

.tool_list {
	display: flex;
}

.works_list {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}

.works_list li{
	width: 48%;
	font-weight: bold;
}

.works_list li img {
	box-shadow: 3px 3px 10px lightslategray;
}

.more_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}

.more_list li {
	width: 48%;
	margin-bottom: 10px;
}

.more_list li p{
	margin: 5px;
}

.more_list p,.works_list p {
	    line-height: 1.8em;
    font-size: 15px;
    color: #555;
    font-weight: 400;
}
