@charset "utf-8";
#council {
	color: #141414;
	font-size: 16px;
	font-family:
	'Roboto', YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width: auto;
	line-height: 1.7;
	width: 100%;
	background: #c7c7c7;
}


.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	background-color: #fff;
	height: auto;
	padding: 0 4%;
}

.container {
	/* width: 80%; */
	margin: 0 auto;
}

.top {
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
}

.title {
	font-size: 32px;
}

.next_flex {
	display: flex;
	align-items: baseline;
}

img {
	width: 100%;
}

.top img {
	width: 49%;
	margin-top: 30px;
}

.ph {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

#Cont {
	/* margin-bottom: 50px; */
	width: 100%;
}

.bold {
	font-weight: bold;
}

.cont_ttl {
	font-size: 24px;
	margin: 30px 0;
	background: rgb(229 243 246);
	padding: 5px 10px;
}

.cont_ttl span {
	font-size: 18px;
	padding-left: 30px;
}

.attendance {
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.committee {
	width: 35%;
}

.company {
	width: 65%;
}
.at_ttl {
	font-size: 18px;
	padding: 0 0.8em;
	text-align: center;
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(142 191 232) 70%);
}

.name {
    margin-top: 10px;
}

/*2024.04.24　追記*/
.name_flex {
    display: flex;
    justify-content: flex-start;
}

.position {
    text-align: right;
    margin-right: 0.5em;
}
/*-------------------*/
.name span {
	width: 8em;
	display: inline-block;
}


.report .ttl {
    font-size: 18px;
}

.report .name {
    margin-top: 5px;
}

.ttl {
    margin: 30px 0 0;
    font-size: 18px;
}

.report {
    margin-top: 20px;
}

.thema {
    padding-left: 5px;
}

.pc_hide {
	display: none;
}

.text {
    padding-left: 10px;
    line-height: 2;
}

.next .text {
    padding-left: 50px;
}

.subttl {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.mg-top {
    margin-top: 30px;
}

.cont_detail {
    width: 80%;
    margin: 0 auto;
}

.others .text {
    width: 80%;
	margin: 0 auto;
}

.next {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.next .ttl {
    margin: 0 0 15px 0;
}

