@charset "UTF-8";

header nav.gnav ul.gnavList li.gnavItem:first-child {
	display: block;
}

@media screen and (max-width: 767px){
	header nav ul.spOnly {
    display: block;
	}
	header nav ul.spOnly li {
		width: 100%;
		display: none;
	}
	header nav ul.spOnly li:nth-child(2) {
		display: block;
	}
	header nav ul.spOnly li a {
		text-align: left;
		padding-left: 30px;
	}
	header nav ul.spOnly li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 26px;
	}
}



/* 役員紹介
--------------------------------------------------*/
.profile {
	background: #fff;
	padding: 30px 0;
}
.profile h1 {
	color: #1c3458;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	margin: 60px auto 30px;
	width: 1000px;
}
.profile h1:first-child {
	margin-top: 0;
}
	.profile div dl {
		width: 100%;
		display: flex;
		display: ms-flexbox;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		background: #fff;
	}
	.profile div dl:nth-child(even) {
		background: #e2edf8;
	}
	.profile div dl:last-child {
		border-bottom: 1px solid #ccc;
	}
	.profile div dl dt {
		width: 15em;
		font-weight: bold;
		padding: 0 1em 0 1.5em;
		box-sizing: border-box;
	}
	.profile div dl dd {
		width: calc(100% - 15em);
		padding: 0 1.5em 0 0;
		box-sizing: border-box;
	}

@media screen and (max-width: 767px) {
.profile h1 {
	font-size: 27px;
	font-size: 2.7rem;
	margin: 40px 0 20px
}
.profile h1:first-child {
	margin-top: 20px;
}
	.profile div dl {
		width: 100%;
		display: block;
	}
	.profile div dl dt {
		width: 100%;
		padding: 0 10px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.profile div dl dd {
		width: 100%;
		padding: 0 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
