@charset "utf-8";
/* CSS Document */

#company table {
	font-size:14px;
    margin-left: auto;
    margin-right: auto;
}
#company table tbody tr td{
	padding:16px 0;
}
#company table thead p{
	font-size:16px;
	padding-top:16px;
	padding-bottom:7px;
	padding-left:20px;
	letter-spacing:6px;
}
#company table thead tr,
#company table tbody tr{
	border-bottom:1px solid #E0DEDC;
}
#company table tbody tr:last-child{
	border-bottom:none;
}
#company table thead td{
	text-align:center;
}
#company table tbody tr td.left_cell{
	width:170px;
	text-align:center;
	letter-spacing:3px;
	vertical-align:top;
	padding-right:45px;
}
#company table tbody tr td.right_cell{
	letter-spacing:0.1em;
}
#company table tbody tr td.right_cell iframe{
	display:block;
	margin:0 auto;
}
#company table tbody tr td.right_cell a{
	color:#333333;
	text-decoration:none;
}
.tdtxts {
	color:#7E5128;
	font-size:0.75rem;
}
.aboutusmidashi {
	text-align:center;
	font-size: 1rem;
    font-weight: bold;
	line-height:2;
    vertical-align: bottom;
    color: #000;
}
.wakumoji2 {
    border: #000 solid 2px;
    padding: 3px 5px 3px 5px;
    margin-right: 10px;
    font-size: 1rem;
}
.aboutusimg {
    margin-top: 20px;
	margin-bottom:35px;
    padding-bottom: 20px;
	padding-left:18px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 35%, #F2EEEA 35%, #F2EEEA 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    background-size: cover;
}
.aboutusimg: last-child {
	margin-right:0;
}
.bnr_jisseki2 {
    text-align: center;
    margin-top: 20px;
    width: 55%;
}
/*=======　メディア別設定  =======*/
/*　SPの時摘要　*/
@media screen and (max-width:576px) {
.aboutusimg {
	background:none;
	padding-left:0px;
}
.aboutusimg p {
	margin-bottom:35px;
	background:none;
}
.bnr_jisseki2 {
    width: auto;
}
#company table thead p {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 7px;
    padding-left: 0px;
    letter-spacing: 6px;
}
#company th {
    text-align: center;
}
#company tbody th {
	background-color:#F2EEEA;
}


}