/* CSS Document */
.pc_off {display: none;}

.manshitsu_contents{
}

/********** manshitsu_head ************/
.manshitsu_head{
	padding:15px;
	background-color: #;
	margin: 10px 0 0 0;
	border: 1px double #AAAAAA;
	border-width: 4px 0px 4px 0px;

}
.manshitsu_family_ti{
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 10px;
}
.manshitsu_head p{
	margin:0;
	padding:0;
	font-size: 14px;
	width: 330px;
	float: left;
}
.manshitsu_family{
	padding:px 0;
	overflow:hidden;
    text-align: center;
}
.manshitsu_family p{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.manshitsu_person{
    width: 80px;
    margin-right: 0px;
    margin-left: 55px;
    float: left;
    text-align: center;
}
.manshitsu_person img{
	width:80px;
	float:left;
	margin-right:5px;
}
.manshitsu_person span{
	float:;
	width: 150px;
	font-size: 12px;
	line-height: 20px;
	margin-left: -5px;
	display: inline;
}

/********** manshitsu_talk ************/
.manshitsu_talk{
	margin: 0px;
	padding: 30px;
	height: auto;
	overflow: hidden;
	background-color: #FFF8E5;
	border-radius: 5px;
}
.manshitsu_talk .talk_left,
.manshitsu_talk .talk_right{
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
}
.manshitsu_talk .talk_left .img{
	width:70px;
	height:70px;
	margin-right:10px;
	float:left;
}
.manshitsu_talk .talk_right .img{
	width:70px;
	height:70px;
	margin-left:10px;
	float:right;
}
.manshitsu_talk .text2{
	margin: 25px;
}
/*--満室経営家族　吹きだし左--*/
.manshitsu_talk .talk_left .text {
	max-width: 380px;
	height: auto;
	float: left;
	position: relative;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px #a7a7a7;
}

.manshitsu_talk .talk_left .text:after,
.manshitsu_talk .talk_left .text:before {
	right: 100%;
	top: 24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.manshitsu_talk .talk_left .text:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
.manshitsu_talk .talk_left .text:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #999;
	border-width:8px;
	margin-top: -8px;
}
.manshitsu_talk .text span{
    font-size: 18px;
    font-weight:bold;
    color: #f54141;
}

/*--満室経営家族　吹きだし左　ここまで--*/

/*--満室経営家族　吹きだし右--*/
.manshitsu_talk .talk_right .text {
	max-width: 380px;
	height: auto;
	position: relative;
	text-align: left;
	padding: 10px;
	margin-left: 128px;
	float: right;
	margin-bottom: 10px;
	background: #FFF ;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px #a7a7a7;
}
.manshitsu_talk .talk_right .text:after,
.manshitsu_talk .talk_right .text:before {
	left: 100%;
	top: 24px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.manshitsu_talk .talk_right .text:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ffffff;
	border-width: 7px;
	margin-top: -7px;
}
.manshitsu_talk .talk_right .text:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #999;
	border-width: 8px;
	margin-top: -8px;
}
/*--満室経営家族　吹きだし右　ここまで--*/



.talk_line{
	clear:both;
	padding:5px 10px;
	margin:15px 0;
	border:1px double #999999;
	border-width:4px 0 4px 0;
}

/********** manshitsu_answer ************/
.manshitsu_answer{
	clear:both;
	margin: 15px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.manshitsu_a_img{
	width:10%;
	float:left;
}
.manshitsu_a_title{
	color: #;
	font-weight: bold;
	font-size: 16px;
	line-height: px;
}
.manshitsu_a_title h3{
position: relative;
padding-left: 25px;
}
.manshitsu_a_title h3:before{
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px rgb(241, 104, 54);
}
.manshitsu_a_title h3:after{
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px rgb(241, 104, 54);
}
.manshitsu_answer p{
	clear:both;
	margin:10px 0;
	padding:0;
}
/*会社情報*/
.manshitsu_a_info{
	border-top: 1px dashed #CCCCCC;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.manshitsu_a_info .info_l{
	width:140px;
	float:left;
	text-align:center;
}
.manshitsu_a_info .info_l img{
	padding:2px;
	border:1px solid #CCCCCC;
}
.manshitsu_a_info .info_r{
	width: 450px;
	float: right;
	font-size: 12px;
	line-height: 18px;
}
.manshitsu_a_info .info_r span{
	display:block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom:5px;
	font-weight: bold;
}
.manshitsu_answer hr{
	border:1px solid #AAAAAA;
	border-width:1px 0 0 0;
	height:1px;
	margin:5px 0;
}

/********** manshitsu_point ************/
.manshitsu_point{
	clear:both;
	margin: 15px;
	padding: 15px;
	background: #FFEDED;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.manshitsu_p_title{
	font-size:20px;
	font-weight:bold;
	color:#FF0303;
	margin-bottom:5px;

}

.manshitsu_answer a{
    margin: 10px;
    display: block;
    line-height: 20px;
    border-left: 5px solid #f16b38;
    padding: 0px 5px;
    color: #09c;
    font-weight: bold;
    text-decoration: none;
}
.manshitsu_answer a:hover{
    opacity: 0.8;
}



.manshitsu_next{
	text-align:right;
	padding:15px;
	margin-bottom: 5px;
}
.manshitsu_prev{
	text-align:left;
	padding:15px;
	margin-bottom: 20px;
float:left;
}

.manshitsu_next a,
.manshitsu_prev a{
	padding:5px 15px;
	color:#FFFFFF;
	text-decoration:none;
	background:#ff8000;
border-radius: 20px;
font-weight: bold;
}
.manshitsu_next a:hover,
.manshitsu_prev a:hover{
filter:alpha(opacity=80);
opacity:0.8;
}


/*************************************

          listリスト

**************************************/
.main_box_ooya {
    width: 680px;
    border: 1px solid #D6D6D6;
    overflow: hidden;
    background-color: #FFF;
    margin-top: 20px;
    border-top-width: 2px;
    border-top-color: #060;
}
.ooya_pickup {
    overflow: hidden;
}
.ooya_pickup li {
    position: relative;
    float: left;
    width: 49%;
    height: 100px;
    border-bottom: 1px dotted #999;
}
.ooya_pickup li:nth-child(odd){
 border-right: 1px dotted #999;
width: 50.8%;
}

.ooya_pickup li img {
    float: left;
        width: 70px;
    padding: 10px;
    padding-top: 5%;
}
.ooya_pickup a {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.ooya_pickup a p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    float: right;
    padding: 10px;
    width: 71%;
    font-weight: 700;
    color: #51382f;
    padding-top: 14px;
}
ooya_pickup a span {
 text-align: left;
 color: #999;
 font-size: 12px;
 line-height: 16px;
 font-weight: 400
}
.ooya_pickup_text {
 float: right;
 width: 76%
}
.ooya_pickup li:hover {
 background: #E3F5CD
}
.ooya_pickup li img.new_icon{
 float:  initial;
    width:  initial;
    padding:  initial;
    padding-top:  initial;
    margin: 8px;
}

/*************************************

          listリスト

**************************************/
/*************************************

          20180613追加

**************************************/
.box_kanren3{
    clear: both;
    margin: -15px 15px 40px 15px;
    background: #ffffff;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-bottom-right-radius: 5px;

    border-bottom-left-radius: 5px;
}
.box_kanren3 ul{
padding:0;
}
.box_kanren3 li {
    border-bottom: 1px dotted #CCC;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
    height: 80px;
}
.box_kanren3 li a  {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 96%;
    height: 100%;
    background/*\**/: #fff\9;
    filter: alpha(opacity=0);
border-left:none;
}
.box_kanren3 li span {
    float: left;
    width: 70px;
    max-height: 60px;
    padding: 6px;
}
.box_kanren3 li a b {
    position: absolute;
    left: 100px;
    top: 13px;
    width: 460px;
    overflow: hidden;
    color: #09c;
    font-size: 15px;
    text-align: left;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 23px;
}
.box_kanren3 li p {
    float: right;
    width: 462px;
    padding-top: 37px;
    padding-right: 14px;
    color: #666666;
    line-height: 18px;
    font-size: 13px;
    text-align: left;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px;
}
.box_kanren3 li:hover{
 background: #E3F5CD
}
.manshitsu_answer2 {
    clear: both;
    margin: 15px 15px 0px 15px;
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}