@charset "UTF-8";




/*********** 共通・背景 *************/

.discussion_bg01 {
	background-image: url("../../discussion/images/discussion_bg01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #F3EFE8;
	padding-bottom: 80px;
}


/*********** ↑共通・背景 *************/



main .cap-cover {
	right: 10%;
	bottom: 25%;
}

.first-set {
	position: relative;
	top: -120px;
	left: 0;
	width: 100%;
}

.discussion_01-wrap {
	max-width: 950px;
	margin: 0 auto;
	margin-top: -40px;
}

.discussion_01-cap {
	display: flex;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 5px;
}

.discussion_01-cap dl {
	display: flex;
	margin-bottom: 5px;
}

.discussion_01-cap dt {
	width: 24px;
	margin-right: 5px;
}




/*********** 座談会 *************/

.cont-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
}

.cont-wrap.first {
	margin-top: 80px;
}

.cont-wrap li:nth-child(1) {
	width: 59.67%;
}

.cont-wrap li:nth-child(2) {
	width: 36.67%;
}

.cont-wrap .photo img {
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,0.3);
}

.cont-wrap .photo .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	margin-top: 10px;
}

.cont-wrap .ttl {
	color: #C56548;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: justify;
}

@media only screen and (max-width: 1240px){
.cont-wrap .ttl br {display: none;}
}


.cont-wrap .headline {
	display: flex;
	margin-top: 40px;
}

.cont-wrap .headline .line {
	width: 70px;
	height: 1px;
	background: #000;
	margin-right: 10px;
	margin-top: 15px;
}

.cont-wrap .headline .txt {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: justify;
	width: calc(100% - 60px);
}

.cont-wrap dl {
	display: flex;
	margin-top: 20px;
}

.cont-wrap dt {
	width: 35px;
	margin-right: 10px;
}

.cont-wrap dd {
	text-align: justify;
	width: calc(100% - 45px);
}




/** left **/
.cont-wrap.left li:nth-child(1) {
	order: 2;
}

.cont-wrap.left li:nth-child(2) {
	order: 1;
}


/** right **/
.cont-wrap.right li:nth-child(1) {
	order: 1;
}

.cont-wrap.right li:nth-child(2) {
	order: 2;
}



/** 個別 **/
.discussion_03b {
	margin-top: 40px;
}

.discussion_04b {
	margin-top: 40px;
}

.discussion_05b {
	margin-top: 40px;
}

/*********** ↑座談会 *************/






/*********** topic *************/

.topic-bg {
	background: #fff;
	margin-top: 100px;
}

.topic_title-bg {
	background-image: url("../../discussion/images/topic_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0;
}

.topic_title {
	width: 240px;
	margin: 0 auto;
}

.topic_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 0;
}

.topic_01-wrap li:nth-child(1) {
	width: 70.33%;
}

.topic_01-wrap li:nth-child(2) {
	width: 27.92%;
}

.topic_01-photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.topic_01-photo p:nth-child(1) {
	width: 56.75%;
}

.topic_01-photo p:nth-child(2) {
	width: 42.06%;
}

.topic_01-wrap .txt {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.03em;
	text-align: justify;
}

.topic_01-wrap .txt .b {
	font-weight: 700;
}

/*********** ↑topic *************/






