@charset "UTF-8";




@media only screen and (max-width: 767px){
	

	
		
/*********** 共通・背景 *************/
	
.discussion_bg01 {
	background-image: url("../../discussion/images/sp_discussion_bg01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #F3EFE8;
	padding-bottom: 40px;
}

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

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

.first-set {
	top: -40px;
}
	
.discussion_01-wrap {
	margin-top: -10px;
}

.discussion_01-cap {
	font-size: 1.1rem;
	margin-top: 5px;
}

.discussion_01-cap dl {
	margin-bottom: 2px;
}

.discussion_01-cap dt {
	width: 20px;
	margin-right: 2px;
}

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

.cont-wrap {
	margin-top: 50px;
}

.cont-wrap.first {
	margin-top: 40px;
}
	
.cont-wrap li:nth-child(1) {
	width: 100%;
}

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

.cont-wrap .photo .txt {
	font-size: 1.1rem;
	margin-top: 5px;
}

.cont-wrap .ttl {
	font-size: 2.0rem;
	font-weight: 600;
}
	
.cont-wrap .headline {
	margin-top: 20px;
}

.cont-wrap .headline .line {
	width: 35px;
	margin-right: 5px;
	margin-top: 12px;
}

.cont-wrap .headline .txt {
	font-size: 1.6rem;
	font-weight: 600;
	width: calc(100% - 40px);
}

.cont-wrap dl {
	margin-top: 15px;
}

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

.cont-wrap dd {
	text-align: justify;
	line-height: 1.6;
	width: calc(100% - 45px);
	margin-top: 2px;
}

	

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

.cont-wrap.left li:nth-child(2) {
	margin-top: 30px;
	order: 2;
}


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

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

	
/** 個別 **/
.discussion_03b {
	margin-top: 20px;
}
	
.discussion_04b {
	margin-top: 20px;
}
	
.discussion_05b {
	margin-top: 20px;
}

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





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

.topic-bg {
	margin-top: 50px;
}

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

.topic_title {
	width: 180px;
}

.topic_01-wrap {
	padding: 10px 0;
}

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

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

.topic_01-photo {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;

}

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

.topic_01-photo p:nth-child(2) {
	width: 100%;
	margin-top: 5px;
}

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






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

	
	
	
	
	
	
	
	
	
	
	
	
	




	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.position_03-wrap .scroll-box div img {
  min-width: 700px;
}


	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	
	
	
	
	
	

	
	
	
}








