/* ページ */

body, td, th {
	font-size: 16px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-display: swap;
	color: #111111;
	letter-spacing: 0.1em;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

p, a, div, span, font, strong, section, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, label, input, textarea, select, :before, :after {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	}

form {
	margin: 0px;
	}

a:link { color: #111111; text-decoration: none; }
a:visited { color: #111111; text-decoration: none; }
a:hover { color: #111111; text-decoration: none; }
a:active { color: #111111; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
	
body, td, th {
	font-size: 14px;
	font-family: "Jost", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

}


/* 全体レイアウト */

.r5 {
	border-radius: 5px;
	}

.r10 {
	border-radius: 10px;
	}


/* スタッフ紹介 */

@media screen and (min-width: 641px){

#sta.det {
	width: 90%;
	max-width: 1000px;
	line-height: 200%;
	margin: 50px auto 100px auto;
	}

#sta.det dl {
	width: 100%;
	max-width: 900px;
	display: table;
	}

#sta.det dt {
	width: 44.444%;
	display: table-cell;
	vertical-align: top;
	}

#sta.det dt img {
	width: 100%;
	}

#sta.det dd {
	width: 55.555%;
	padding: 0px 0px 0px 6%;
	display: table-cell;
	vertical-align: middle;
	}

#sta.det dd h2 {
	font-size: 24px;
	margin: 5px 0px 40px 0px;
	}

#sta.det dd h2 p {
	font-size: 16px;
	font-weight: normal;
	color: #E52082;
	letter-spacing: normal;
	margin: 20px 0px 0px 0px;
	}

#sta.det dd ol {
	width: 100%;
	border-top: 1px #e0e0e0 solid;
	padding: 20px 0px;
	display: table;
	}

#sta.det dd ol:last-child {
	border-bottom: 1px #e0e0e0 solid;
	}

#sta.det dd h3 {
	width: 150px;
	font-size: 16px;
	text-align: center;
	display: table-cell;
	}

#sta.det dd p {
	width: calc(100% - 150px);
	display: table-cell;
	}

#sta.det ul h3 {
	font-size: 24px;
	color: #E52082;
	margin: 40px 0px 20px 0px;
	}

}

@media screen and (max-width: 640px){

#sta.det {
	width: 90%;
	line-height: 200%;
	margin: 30px auto 50px auto;
	}

#sta.det dt img {
	width: 70%;
	margin: 0px auto 30px auto;
	display: block;
	}

#sta.det dd {
	text-align: center;
	}

#sta.det dd h2 {
	font-size: 24px;
	margin: 10px 0px 30px 0px;
	}

#sta.det dd h2 p {
	font-size: 14px;
	font-weight: normal;
	color: #E52082;
	letter-spacing: normal;
	margin: 10px auto 0px auto;
	text-align: center;
	display: table;
	}

#sta.det dd ol {
	width: 100%;
	border-top: 1px #e0e0e0 solid;
	padding: 15px 0px;
	display: table;
	}

#sta.det dd ol:last-child {
	border-bottom: 1px #e0e0e0 solid;
	}

#sta.det dd h3 {
	width: 120px;
	font-size: 14px;
	display: table-cell;
	}

#sta.det dd p {
	width: calc(100% - 120px);
	text-align: left;
	display: table-cell;
	}

#sta.det ul h3 {
	font-size: 18px;
	color: #E52082;
	margin: 30px 0px 10px 0px;
	}

}

