/*--
	■Contents

=========================================================*/

/*-- 

	Base

====================================================== --*/

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #555;
	margin:0px;
	padding:0px;
	text-align:center;
}
.container{
}
.all {
	width: 766px;
	margin:0px auto;
	text-align:left;
}
.partition {
	clear: both;
	display: none;
}
img {
	border: 0px;
	vertical-align:top;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
}
dl,dt,dd,ul,li,ol {
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
li {
	line-height: 1.3em;
}
hr {
	display:none;
	clear:both;
}
strong {
}
em {
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-fix:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .clear-fix { display: inline-block; }
/* no ie mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* */
sup{
	vertical-align:5px;
	font-size:9px;
}

/*-- 

	Link Ele

====================================================== --*/
a {
	color:#55698a;
}
a:hover {
	color:#0099FF;
	text-decoration:none;
}


/*-- 

	Head Ele

====================================================== --*/
.head {
	width: 750px;
	margin-left:8px;
}
.head .bn{
	text-align:right;
	margin-top:-55px;
	margin-left:200px;
	position:relative;
	height:66px;
}

/*-- 

	Footer Ele

====================================================== --*/

.footer {
	width: 750px;
	font-size: 10px;
	clear: both;
	margin-left:8px;
	background:url(../../../images/pi_gakusyu/zadankai/footer_bg.gif) repeat-x left top;
	padding-top:18px;
}
.footer .logo{
	float:right;
	width:115px;
	height:30px;
	margin-bottom:10px;
}
.footer .copy {
	text-align:left;
	font-size:11px;
	width:600px;
	float:left;
	line-height:20px;
	margin-top:5px;
	
}


/*-- 

	Main Contents Ele

====================================================== --*/
.main {
	width: 766px;
	margin: 0px;
	padding: 0px;
}

.main *{
	box-sizing: content-box;
}


/*-- 

	Individual Parts Ele

====================================================== --*/

/*-- discussion --*/
/*-- ------------------------------------------------- --*/
.discussion{
	width:750px;
	margin-bottom:20px;
	min-height: 235px;
	margin-left:8px;
	background:url(../../../images/pi_gakusyu/zadankai/discussion_bg.jpg) no-repeat left top;
	position: relative;
}
.discussion h1{
	margin:0px;
	padding:15px 0px 5px 20px;
}
.discussion .link {
	margin: 30px 0 0 10px;
	padding: 0;
	z-index: 99;
	position: relative;
}
.discussion dl dt{
	margin:0px 0px 30px 43px;
}
.discussion dl dd{
	margin:0px 290px 0px 38px;
	line-height:1.6em;
}
.discussion .photo{
	position: absolute;
	right: 10px;
	top: 35px;
	border: 3px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	transform: rotate(-5deg);
}
.socialbtn {
	z-index: 10;
	display: flex;
}

/*.backnumberList
-----------------------------------*/
.backnumberList{
  margin: 15px 0 15px 8px;
  display: flex;
  flex-wrap: wrap;
}
.backnumberList li{
  margin-right: 6px;
  margin-top: 6px;
}
.backnumberList li a{
  display: block;
  padding: 7px 20px 7px 40px;
  border-radius: 5px;
  background: #EFF7FC;
  text-decoration: none;
  color: #3C98DD;
  position: relative;
}
.backnumberList li a:before{
  content: "";
  width: 14px;
  height: 14px;
  background: #3C98DD;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.backnumberList li a:after{
  content: "";
  border-left: 4px solid #FFF;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  display: block;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}



/*-- introduciton --*/
/*-- ------------------------------------------------- --*/
.introduciton{
	width:750px;
	margin-bottom:25px;
	margin-left:8px;
	height:485px;
	position:relative;
	background:url(../../../images/pi_gakusyu/zadankai/introduction_bg.jpg) no-repeat left top;
}
.main .introduciton h2{
	margin:0px 0px 30px ;
	padding:33px 0px 0px 63px ;
}
.introduciton .userList{
	width:520px;
	margin-left:10px;
}
.introduciton .userList dl{
	width:130px;
	float:left;
	margin-bottom:10px;
}
.introduciton .userList dl dt{
	background:url(../../../images/pi_gakusyu/zadankai/introduction_dt_bg.jpg) no-repeat right top;
	padding:10px 0px 9px 26px;
}
.introduciton .userList dl dd{
	background:url(../../../images/pi_gakusyu/zadankai/mark_link.gif) no-repeat left top;
	width:110px;
	margin-left:20px;
	line-height:1.6em;
}
.introduciton .userList dl dd img{
	float:right;
	margin-left:2px;
}
.introduciton .userList dl dd a{
	display:block;
	text-indent:23px;
}
.introduciton .userList dl dd a strong{
	color:#53310c;
	text-decoration:underline;
}
.introduciton .userList dl dd a:hover strong{
	text-decoration:none;
}
.introduciton .btn{
	position:absolute;
	right:20px;
	bottom:20px;
}




.main h2{
	margin:0px 0px 10px;
}



/*-- お悩み --*/
/*-- ------------------------------------------------- --*/
.troubledTit{
	background: url("../../../images/pi_gakusyu/zadankai/h2_img.png") no-repeat right 20px center #a87444;
	color: #FFF;
	padding: 8px 10px 12px 87px;
	font-size: 18px;
	margin: 30px 8px 10px 8px !important;
	border: 3px solid #dedad1;
	position: relative;
	font-weight: 500;
	letter-spacing: .05em;
}
.troubledTit .tag{
	background: #f1eedd;
	color: #390102;
	font-size: 16px;
	padding: 7px 15px;
	position: absolute;
	transform: rotate(5deg);
	left: -3px;
	top: -5px;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.troubledTit .tag:before{
	content: "";
	width: 26px;
	height: 24px;
	background: url("../../../images/pi_gakusyu/zadankai/crip.png");
	background-size: 100% 100%;
	position: absolute;
	left: -8px;
	top: 12px;
	transform: rotate(-5deg);
}
.troubled{
	width:748px;
	margin-left:8px;
	margin-bottom:5px;
	border:1px solid #ddd;
	min-height: 245px;
	position: relative;
	padding-right: 317px;
	box-sizing: border-box !important;
}
* html .troubled{
	width:750px;
}
.troubled .img{
	position: absolute;
	right: 10px;
	top: 10px;
}
.troubled dl{
	width:320px;
	height:154px;
	float:right;
}
.troubled dl dt{
	padding:25px 0px 0px 24px;
	margin-bottom:2px;
}
.troubled dl dd{
	margin:0px 30px 0px 28px;
	line-height:1.6em;
}
.troubled ul{
	background:url(../../../images/pi_gakusyu/zadankai/child_bg.jpg) no-repeat left top;
	padding:12px 0px 10px 0px;
	float:right;
	width:320px;
}
.troubled ul li{
	list-style:none;
	margin-left:18px;
	margin-bottom:5px;
	padding-left:34px;
	line-height:22px;
}
.troubled ul li.kids{
	background:url(../../../images/pi_gakusyu/zadankai/icon_kids02.gif) no-repeat 1px 0px;
}
.troubled ul li.girl{
	background:url(../../../images/pi_gakusyu/zadankai/icon_girl02.gif) no-repeat 0px 0px;
}
.troubled .child{
	float:left;
	width:109px;
}
.af{	background:url(../../../images/pi_gakusyu/zadankai/af_bg.jpg) no-repeat 2px 2px;	}
.ko{	background:url(../../../images/pi_gakusyu/zadankai/ko_bg.jpg) no-repeat 2px 2px;	}
.ei{	background:url(../../../images/pi_gakusyu/zadankai/ei_bg.jpg) no-repeat 2px 2px;	}
.mm{	background:url(../../../images/pi_gakusyu/zadankai/mm_bg.jpg) no-repeat 2px 2px;	}
.is{	background:url(../../../images/pi_gakusyu/zadankai/is_bg.jpg) no-repeat 2px 2px;	}
.ck{	background:url(../../../images/pi_gakusyu/zadankai/ck_bg.jpg) no-repeat 2px 2px;	}
.mk{	background:url(../../../images/pi_gakusyu/zadankai/mk_bg.jpg) no-repeat 2px 2px;	}


/*-- アドバイス --*/
/*-- ------------------------------------------------- --*/
.advice{
	width:748px;
	min-height: 120px;
	margin-top: 20px;
	margin-bottom:25px;
	margin-left:8px;
	border: 1px dashed #d6d1ab;
	position: relative;
}
.advice dt{
	padding:0 0px 0px 104px;
	margin-top: -12px;
}
.advice > dd{
	width:745px;
	padding:10px 0px 5px;
	display: flex;
	align-items: flex-start;
}
.advice > dd.noflex{
	display: block;
	padding-right: 330px;
	box-sizing: border-box;
}
.advice dd p{
	margin:0px 0 10px 116px;
	line-height:1.6em;
}
.advice dd p:last-child{
	margin-bottom: 0;
}
.advice dd p.ex{
	flex: 1;
}
.advice dd .support{
	background:#f4f2ed;
	width:320px;
	position:relative;
	margin-left:20px;
	margin-top:-24px;
}
.advice dd .support .img{
	float:left;
	width:110px;
	text-align:center;
	margin:5px 0px;
}
.advice dd .support dl{
	width:205px;
	float:right;
	margin-top:10px;
}
.advice dd .support dl dt,
.advice dd .support03 dt{
	margin:0px 10px 4px 0;
	color: #633d3d;
	border: 1px solid #a97443;
	background: url("../../../images/pi_gakusyu/zadankai/support_tit_bg.png");
	padding: 5px 10px;
}
.advice dd .support03 dt{
	margin-right: 0;
}
.advice dd .support dl dd{
	background:none;
	width:200px;
	line-height:1.6em;
	padding:0px;
}
.advice dd .support dl dd img{
	float:left;
	margin-right:8px;
}
.advice dd .support .btn{
	clear:both;
	border-top:5px solid white;

}

.advice dd .support p.caption{
	font-size:10px;
	text-indent:-1em;
	padding-left:1em;
	margin:0px 7px;
	color:#2d0601;
	padding-bottom:5px;
	text-align:left;
	clear:both;
}

.advice dd .support02{
	width:315px;
}
.advice dd .support02 dl{
	width:200px;
}
.advice dd .support02 dl dd{
	width:195px;
}

.advice dd .support03{
	width:315px;
	float:right;
	position:relative;
	margin-left:20px;
	margin-top:-24px;
}
.advice dd .support03 dd{
	background:none;
	width:auto;
	line-height:1.6em;
	padding:0px;
}

.advice dd .support04{
	width:405px;
	margin-left:5px;
	margin-top:0px;
}
* html .advice dd .support04{
	margin-left:2px;
}
.advice dd .support04 .img{
	width:195px;

}

.advice dd .before-after{
	position: absolute;
	right: 10px;
	top: 40px;
	width:315px;
	margin-top:-24px;
}
.advice .staff{
	position: absolute;
	left: 2px;
	top: -15px;
}



/*-- ショールーム --*/
/*-- ------------------------------------------------- --*/
.showroom{
	background:url(../../../images/pi_gakusyu/zadankai/showroom_bg.jpg) no-repeat right bottom;
	height:390px;
	width:750px;
	margin-left:8px;
}
.showroom h2{
	background:url(../../../images/pi_gakusyu/zadankai/h2_bg.gif) no-repeat left top;
	margin:0px 0px 15px;
	padding:35px 0px 0px 10px;
}
.showroom p{
	margin:0px 300px 0px 35px;
	line-height:1.6em;
}




/*-- アンケート --*/
/*-- ------------------------------------------------- --*/
.enquete{
	background:url(../../../images/pi_gakusyu/zadankai/enquete_bg.jpg) repeat left top;
	width:750px;
	margin-left:8px;
	margin-bottom:20px;
}
.enquete h2{
	background:url(../../../images/pi_gakusyu/zadankai/h2_bg.gif) no-repeat left top;
	margin:0px 0px 10px;
	padding:40px 0px 0px 10px;
}
.enquete p{
	margin:0px 32px 30px 35px ;
	line-height:1.6em;
}
.enquete .answer{
	text-align:right;
	margin:0px 32px 5px 0px ;
	font-size:14px;
	font-weight:bold;
	color:#6E4013;
}
.enquete li{
	float:left;
	list-style:none;
	margin-bottom:25px;
	width:179px;
	text-align:right;
}



/*-- バナー --*/
/*-- ------------------------------------------------- --*/
.main .bn{
	text-align:right;
	margin:0px 8px 20px;
}

/* ソーシャルボタン */
.socialbtn{
/*	margin-top:-4px;
	margin-bottom:4px;*/
	margin-left:8px;
	position:relative;
	font-size:0.85em;
}
.socialbtn a.mixi-check-button{
	margin-right:8px;
	position:absolute;
	top:28px;
	left:4px;
}
.socialbtn .sbtwitter{
	margin-right: 20px;
}























