@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainBox {
	width: 700px;
}

#main .h3Ttl {
	margin-bottom: 26px;
}

#main dl {
	margin-bottom: 20px;
}

#main dt {
	padding-top: 7px;
	float: left;
}

#main dd {
	padding: 7px 0 8px 9.3em;
	background: url(../img/common/line01.png) repeat-x left bottom;
	background-size: 3px 1px;
}

#main dd li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#main .imgBox .photo {
	float: left;
	width: 130px;
}

#main .imgBox .textBox {
	margin-top: -3px;
	float: right;
	width: 550px;
}

#main .imgBox .textBox .ttl {
	margin-bottom: 8px;
	color: #000;
	font-size: 1.6rem;
}

#main .imgBox .textBox .ttl span {
	font-size: 1.3rem;
}

#main dd,
#main .imgBox .textBox p {
	text-align: justify;
}

@media all and (max-width: 767px) {
	#main dd {
		padding-left: 5.5em;
	}

	#main .imgBox .photo {
		margin: 0 auto 20px;
		float: none;
	}

	#main .imgBox .textBox {
		margin-top: 0;
		float: none;
		width: auto;
	}
}

@media all and (-ms-high-contrast:none){
    #main dt {
        padding-top: 13px;
    }
    
    #main dd {
        padding: 13px 0 2px 9.3em;
    }
    
    #main .imgBox .textBox {
        margin-top: 4px;
    }
}
/* 250709 */
#main .member {
	padding: 3.1rem 0 3.1rem;
	margin-bottom: 2rem;
	background: #FFFADC url(../img/about/member_bg.png) repeat left top/27px;
}
#main .member .staffList {
	display: flex;
	flex-wrap: wrap;
}
#main .member .staffList li {
	padding: 14px 14px 14px 0;
	width: 50%;
	display: flex;
	align-items: flex-start;
	border-top: 1px dashed #231815;
	box-sizing: border-box;
}
#main .member .staffList li:nth-child(2n) {
	padding: 14px 0 14px 14px;
	border-left: 1px dashed #231815;
}
#main .member .staffList li:first-child,
#main .member .staffList li:nth-child(2) {
	padding-top: 0;
	border-top: none;
}
#main .member .staffList .liStyle {
	padding-bottom: 0;
}
#main .member .staffList .phoBox {
	width: 13rem;
	position: relative;
	background-color: #fff;
	border-radius: 1rem;
	box-sizing: border-box;
}
#main .member .staffList .phoBox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 2px solid #FFD800;
	box-sizing: border-box;
	content: "";
}
#main .member .staffList .phoBox img {
	width: 100%;
}
#main .member .staffList .txtBox {
	margin: -0.6rem 0 0 2rem;
	flex: 1;
}
#main .member .staffList .txtBox .ttl {
	margin-bottom: 7px;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.6;
}
#main .member .staffList .txtBox .ttl:last-child {
	margin-bottom: 0 !important;
}
#main .member .staffList .txtBox .ttl .large {
	display: block;
	font-size: 1.6rem;
}
#main .member .staffList .txt {
	font-weight: 500;
	text-align: justify;
}
#main .member .staffList .txtBox .txt:not(:last-child) {
	margin-bottom: 8px;
}
#main .member .staffList .txtBox .btn a {
	max-width: 18.5rem;
	padding: 3px;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	font-feature-settings: "palt";
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fff url("../img/common/icon04.png") no-repeat left 9px center;
	background-size: 10px auto;
	border: 1px solid #646464;
	border-radius: 30px;
	box-sizing: border-box;
}
#main .member .staffList li:last-child {
	display: block;
	padding-top: 10px;
}
@media all and (min-width: 768px) {
	#main .member .staffList .txtBox .btn a:hover {
		color: #fff;
		font-weight: 700;
		background-color: #37BAA0;
		border-color: #37BAA0;
		background-image: url("../img/common/icon04_white.png");
	}
}
@media all and (max-width: 767px) {
	#main .member {
		padding-bottom: 2rem;
	}
	#main .member .mainBox {
		margin: 0 20px;
	}
	#main .member .staffList {
		display: block;
	}
	#main .member .staffList li {
		padding: 14px 0 !important;
		width: auto;
		border-top: 1px dashed #231815;
	}
	#main .member .staffList li:nth-child(2n) {
		border-left: none;
	}
	#main .member .staffList li:nth-child(2) {
		border-top: 1px dashed #231815;
	}
	#main .member .staffList li:last-child {
		padding: 10px !important;
	}
	#main .member .staffList li:last-child .txt {
		text-align: center;
	}
}
@media all and (max-width: 359px) {
	#main .member .staffList .phoBox {
		width: 10rem;
	}
}