@charset "utf-8";

/*TOP COLUMN*/
.eventMv{
   padding: 40px 0;
   margin-bottom: 60px;
}
img.eventMvImg{
    position: relative;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 400px;
    z-index: 1;
    border-radius: 15px 15px 0 0;
}
.eventMvTxt{
    position: relative;
    width: calc(100% - 100px);
    background: #fff;
    margin:-80px auto 0;
    z-index: 2;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
}
.eventMvTxt h1{
    color:#247c3a;
    text-align: center;
    font-size:25px;
    line-height: 2em;
}
img.titIco{
    display: block;
    width: 45px;
    margin:1em auto 2em;
}
p.eventMvSubTit{
    font-size:16px;
    text-align: center;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
    .eventMv{
       margin-bottom: 40px;
    }
    img.eventMvImg{
       height: 250px; 
    }
    .eventMvTxt{
        width: calc(100% - 50px);
        padding: 20px;
        margin:-50px auto 0;
    }
    .eventMvTxt h1{
        font-size:22px;
        letter-spacing: 0;
    }
}

/*コンテンツ*/
.companyWrap{
    width: 100%;
    max-width: 768px;
    margin: 0 auto 50px;
}
table.companyTb{
    width: 100%;
    line-height: 2em;
}
table.companyTb th{
	text-align:left;
	padding:15px;
    width: 15em;
}
table.companyTb td{
	padding:15px;
}
ul.companyUl li{
	list-style:none;
	text-indent:-1em;
	padding-left:1em;
}
ul.companyUl li:before{
	content:"・"; 
}
@media screen and (min-width:768px),print{
	table.companyTb tr:nth-child(odd){
		background:#ECEEE9;
	}
}
@media screen and (max-width:767px){
    .companyWrap{
        max-width: 600px;
    }
	table.companyTb,
	table.companyTb tbody,
	table.companyTb tr,
	table.companyTb th,
	table.companyTb td{
		display:block;
        width: 100%;
	}
	table.companyTb th{
		background:#ECEEE9;
	}
}