/* CSS Document */
body
{
	padding-top: 0px;
}

nav ul li:nth-child(2) a
{
	color: var(--link-color);
	pointer-events:none;
}

#sp_navi ul li:nth-child(2) a
{
	color: var(--link-color) !important;
}


#head_box
{
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;

}

#head_box img
{
	width: 100%;
	height:auto;
}

#head_box .body
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 80px;
}


#head_box .white_box
{
	background: rgba(255, 255, 255, 0.9);
	margin-right: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	width: 710px;

}

#head_box .white_box h3
{
	font-family: "Shippori Mincho", serif;
	font-size: 32px;
	line-height: 1.4;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: justify;
}



#outline dl
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px; /* 横のスペース */
	row-gap: 40px; /* 縦のスペース */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;

}

#outline dl dt,
#outline .common
{
	padding: 0px;
	border: 1px solid var(--table-color);
}

#outline dl dt h4,
#outline .common h4
{
	font-size: 24px;
	line-height: 1;
	color: #FFF;
	background-color: var(--table-color);
	margin-bottom: 0px;
	padding: 10px;
}

#outline dl dt .pad,
#outline .common .pad
{
	padding: 10px;
}

#outline dl dt table,
#outline .common table
{
	width: 100%;
}

#outline dl dt table th,
#outline .common table th
{
	width: 5em;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--table-color);
}

#outline dl dt table td,
#outline .common table td
{
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--table-color);

}

#outline dl dt table tr:last-child th,
#outline dl dt table tr:last-child td,
#outline .common table tr:last-child th,
#outline .common table tr:last-child td
{
	border-bottom-style: none;
}


#outline dl dt table td ul,
#outline .common table td ul
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}

#outline dl dt table td ul li,
#outline .common table td ul li
{
	padding-top: 0px;
	padding-bottom: 0px;
}

#outline dl dt table td ul li::marker,
#outline .common table td ul li::marker
{
	content: "・";
}

#staff
{
	background-image: url(images/back_image.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 30px;
	background-attachment: fixed;
}

#staff h2
{
	text-align: center;
	margin-bottom: 20px;

}

#staff ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 40px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#staff ul li
{
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	background: rgba(255, 255, 255, 0.4);
}

#staff ul li h4
{
	text-align: center;
}

#staff ul li .img
{
	text-align: center;
	margin-bottom: 20px;
}

#foot_photo
{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
}

#foot_photo img
{
	width: 100%;
	height:auto;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{

#head_box .body
{
	position: relative;
	bottom: auto;
	width: auto !important;

}


#head_box .white_box
{
	width: auto !important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;

}

#staff ul
{
	column-gap: 20px; /* 横のスペース */
}



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#head_box .white_box
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}


}


/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#head_box .white_box
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}


#head_box .white_box h3
{
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	line-height: 1.4;
}


#outline dl
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#outline dl dt
{
	margin-bottom: 40px;
}


#staff ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 30px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}



}
