@charset "UTF-8";

.all{
  width: auto;
  margin: 0 20px;
}
.all *{
  box-sizing: border-box;
}
.backnumberList{
  display: block;
	margin-left: 0;
}
.backnumberList li a{
  padding: 10px 10px 10px 30px;
}
.backnumberList li a:before{
  left: 10px;
}
.backnumberList li a:after{
  left: 15px;
}
.main{
	width: auto;
}
.discussion{
	width: auto;
	height: auto;
	margin: 0 -20px 20px;
	background: url("../../../images/pi_gakusyu/zadankai/discussion_bg_sp.png");
	padding: 20px;
}
.discussion h1{
	padding: 0;
	text-align: center;
}
.discussion dl dt{
	margin: 20px 0;
	text-align: center;
}
.discussion dl dd{
	margin: 0;
}
.discussion .photo{
	display: none;
}
.introduciton{
	margin: 0 -20px 25px;
	width: auto;
	background: none;
	border-top: 3px solid #e0e2cc;
	border-bottom: 3px solid #e0e2cc;
	height: auto;
	padding: 20px;
}
.main .introduciton h2{
	border-bottom: 1px dashed #bababa;
	padding: 0 0 10px;
	margin: 0;
	text-align: center;
}
.introduciton .userList{
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.introduciton .userList dl{
	float: none;
	width: 30%;
	margin: 20px 0 0;
	padding: 0;
}
.introduciton .userList dl dt{
	padding: 0;
	background: none;
	text-align: center;
}
.introduciton .userList dl dd{
	width: auto;
	margin-left: 0;
}
.introduciton .guide{
	position: absolute;
	right: 40px;
	bottom: 60px;
}
.troubledTit{
	background: #a87444;
	font-size: 16px;
	padding-left: 60px;
	margin: 30px 0 10px !important;
}
.troubledTit .tag{
	padding: 5px 10px;
	font-size: 14px;
}
.troubled{
	margin: 0 0 5px;
	width: auto;
	padding: 0 0 10px;
}
.troubled .img{
	position: static;
	text-align: center;
}
.troubled dl{
	width: calc(100% -  109px);
}
.troubled dl dt{
	padding: 25px 0 0 20px;
	margin-bottom: 0;
}
.troubled dl dt img{
	width: 50px;
}
.troubled dl dd{
	margin: 0 10px 0 20px;
	line-height: 1.4;
	font-size: 12px;
}
.troubled ul{
	width: calc(100% - 109px);
	max-width: 320px;
}
.advice{
	width: auto;
	margin: 20px 0 25px;
	padding: 2px 10px 10px;
	min-height: 0;
}
.advice dd{
	width: auto;
	display: block;
	padding-bottom: 0;
}
.advice dd .support,
.advice dd .support03{
	width: auto;
	float: none;
	margin: 10px 0 0;
	padding: 10px;
}
.advice dd p{
	margin-left: 106px;
}
.advice dd .support .img{
	width: 90px;
	margin: 0 0 5px;
}
.advice dd .support dl{
	width: calc(100% - 100px);
	margin: 0 0 5px;
}
.advice dd .before-after{
	position: static;
	width: auto;
	margin: 10px 0;
}
.advice > dd.noflex{
	padding-right: 0;
}
.advice dd .support04 .img{
	float: none;
	width: auto;
	text-align: center;
}
.advice dd .support04 dl{
	width: auto;
	margin-bottom: 0;
	float: none;
}
.advice dd .support dl dd{
	width: auto;
}
.showroom{
	margin: 0 -20px;
	width: auto;
	height: auto;
	background: url("../../../images/pi_gakusyu/zadankai/showroom_bg.png");
}
.showroom h2{
	padding-right: 50px;
}
.showroom p{
	margin: 0;
	padding: 0 20px 20px;
}
.enquete{
	width: auto;
	height: auto;
	margin: 0 -20px;
}
.enquete h2{
	padding-right: 20px;
}
.enquete p{
	margin: 0 20px 20px;
}
.enquete .answer{
	margin-right: 20px;
}
.enquete ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}
.enquete ul li{
	width: 48%;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 0;
	float: none;
}
