/*-- コンテンツ要素 --*/

/*--------------------------------------------------------------*/
/*-- トップページコンテンツ --*/
#top #main{
	width:740px;
}
#main-col{
	width:980px;
	margin:0 0 20px;
}
/*-- 新築セクション--*/
#top div.new-sec{
	margin:0 0 20px;
	padding-top:30px;
	background: url(../img/home/new/line-y.gif) no-repeat top;
}
#top div.new-sec p.pic{
	width:218px;
	float:right;
	margin:0 6px 0 0;
}
#top div.new-sec p.pic img{
	width: 100%;
	padding:2px;
	border:1px solid #CCC;
}
#top div.new-sec .left{
	width:490px;
	float:left;
	margin:0;
}
#top div.new-sec p.t-right{
	text-align: right;
	width: 140px;
}
#top div.new-sec p.t-right a.btn-l{
	display: block;
	background: #ff9900;
	color: #fff;
	border-radius: 20px;	
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}
/*-- バナー --*/
#bnr-col{
	margin:0 0 30px;
}
#bnr-col li{
	float:left;
	margin:0 20px 0 0;
}
#bnr-col li.last{
	margin:0;
}
p.bnrSingle{
	margin: 0 0 30px;
}
/*-- 新着部分 --*/
h3.news{
	background: #67aef5;
	color: #fff;
	padding: 8px;
	margin: 0 0 15px;
	font-weight: normal;
	border-radius: 4px;
}
#top div.news-col{
	margin:0 0 30px;
}
#top div.news-col ul{
	width:206px;
	float:right;
	margin:0;
}
#top div.news-col ul li{
	margin:0 0 8px;
}
#topics{
	margin:0;
	width:520px;
	float:left;
}
#topics dl{
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	margin:0 10px 8px 6px;
	width:510px;
}
#topics dt{
	font-weight: bold;
	margin:0 0 6px;
}
#topics dt span{
	background:url(../img/icon/new.gif) no-repeat;
	margin-left:10px;
	padding-right:80px;
}
#topics dd{
	margin:0;
}

 
/*--------------------------------------------------------------*/
/*-- 第2階層コンテンツ汎用 --*/
#mid-wrap{
	width:730px;
	margin:0 0 40px;
}
.cb-list{
	margin:0;
}
.cb-list li{
	float:left;
	display:inline;
	margin:0 10px 6px 2px;
}
#two-bnr{
	margin:0 0 30px;
}
#two-bnr li{
	float:left;
	width:350px;
	margin:0;
}
#two-bnr li.right{
	float:right;
	margin:0;
}
#two-col{
	margin:0 0 20px;
}
#two-col div{
	margin:0 0 25px;
}
#two-col dl{
	width:305px;
	float:left;
	margin:0 15px;
}
#two-col dt{
	margin:0 0 6px;
}
/*-- おすすめプランパーツ --*/
#main dl.pic-plan{
	margin:0 12px 20px;
}
#main dl.pic-plan dt{
	margin:0 0 5px;
	font-size:18px;
	font-weight:bold;
	color:#003366;
	background:url(../reform/img/icon.gif) no-repeat 0.2em;
	padding:5px 0 0 35px;
}
#main dl.pic-plan dd{
	margin:0 0 10px 15px;
	background:none;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
#main dl.pic-plan dd.last{
	border:none;
	padding-bottom:0;
	margin:0 0 0 15px;
}
#main dl.pic-plan dd ul{
	margin:0;
}
#main dl.pic-plan dd li{
	float:left;
	width:140px;
	margin:0 0 10px;
	font-size:14px;
	background:url(../img/common/marker01.gif) no-repeat 0.2em;
	padding:0 0 0 25px;
}
/*-- グーグルマップ --*/
dl.map-col{
	margin:0 0 30px;
}
dl.map-col dt#g-map{
	margin:0 0 10px;
	float:right;
	border:1px #CCCCCC solid;
	width:480px;
	height:320px;
}
dl.map-col dt#g-map iframe{
	border: sol #ccc 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
dl.map-col dd{
	width:218px;
	float:left;
	margin:0;
}
dl.map-col dd li{
	margin:0 0 5px;
}
/* スタッフ紹介 */
/* ----------------------------------------------------- */
#staff-wrap{
	margin:0 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
#staff-wrap div{
	width:200px;
	margin:0 16px 15px;
	border:1px solid #CCC;
	background:#FFF;
	padding:10px 0;
}
#staff-wrap div dl{
	text-align:center;
}
#staff-wrap div dt{
	vertical-align:middle;
	margin:0 0 10px;
}
#staff-wrap div dd{
	font-size:14px;
	font-weight:bold;
	width:150px;
	margin:0 auto;
}
#staff-wrap div dd.name{
	font-size:16px;
	width:180px;
}
/* 施工事例 */
/* ----------------------------------------------------- */
#mid-wrap div.category-col{
	margin:0 0 25px 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999;
}
#mid-wrap div.category-col p.pic{
	width:180px;
	float:left;
	border:1px solid #CCC;
}
#mid-wrap div.category-col p.pic img{
	width: 100%;
}
#mid-wrap div.category-col div.txt{
	width:510px;
	float:right;
	margin:0;
}
#mid-wrap div.category-col div.txt p.time{
	font-size:14px;
	color:#006699;
	font-weight:bold;
}
/* 新築住宅を建てる */
/* ----------------------------------------------------- */
#flow-wrap{
	margin:0 0 30px;
}
#flow-wrap div.left{
	width:500px;
	float:left;
}
#flow-wrap div.right{
	width:180px;
	float:right;
}
#flow-wrap div.left dl{
	background:url(../newplan/img/newplan/square.gif) no-repeat left 50px;
	padding:0 0 40px;
}
#flow-wrap div.left dl.last{
	background:none;
	padding:0;
	margin:0 0 10px;
}
#flow-wrap div.left dt{
	margin:0 0 10px;
	font-size: 24px;
	font-weight: bold;
}
#flow-wrap div.left dt span{
	width: 100px;
	border: 1px #d2da65 solid;
	background:#eaedb0;
	padding: 6px 16px;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
	border-radius: 20px;
	margin-right: 10px;
}
#flow-wrap div.left dd{
	margin:0 0 0 80px;
	font-size:14px;
}
#flow-wrap div.left dl.last dt{
	margin:0 0 10px;
}
#flow-wrap div.left dl.last dd{
	margin:0 0 10px;
}
#flow-wrap div.right dl{
	margin:0 0 30px;
}
#flow-wrap div.right dt,
#flow-wrap div.right dd{
	margin:0 0 7px;
	font-size:12px;
}
/* 瑕疵担保 */
#mid-wrap div.career-col{
	margin:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
#mid-wrap div.career-col dl{
	width:200px;
	margin:0 10px 20px;
}
#mid-wrap div.career-col dt{
	text-align:center;
	margin:0 0 7px;
}
#mid-wrap div.career-col dd{
	text-align:center;
}
#btn-aqua{
	margin:40px 0 30px;
	text-align:center;
	padding:0;
}

div.plan{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
}
div.plan dl{
	width: 330px;
	margin: 0 0 30px;
}
div.plan dt{
	margin: 0 0 10px;
}
div.plan dd{
	text-align: center;
}
/* リフォーム */
/* ----------------------------------------------------- */
#main h3.r-ttl{
	width: 400px;
	background: #94cf1f;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	font-size: 22px;
	line-height: 1.0;
	border: none;
}
#mid-wrap ul.point-col{
	margin:0 0 30px 20px;
}
#mid-wrap ul.point-col li{
	background:url(../img/common/marker01.gif) no-repeat 0 0.4em;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 26px;
	margin:0 0 8px;
}
#mid-wrap  ul.image-two{
	margin:0 0 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
#mid-wrap  ul.image-two li{
	width:345px;
	margin:0 10px;
}
#mid-wrap  ul.image-two li.right{
	margin:0 10px;
}
#mid-wrap div.reform-spec{
	margin:0 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
}
#mid-wrap div.reform-spec dl{
	width:298px;
	margin:0 25px 15px;
	border-bottom:1px solid #CCC;
	padding-bottom:4px;
}
#mid-wrap div.reform-spec dt{
	font-size:20px;
	text-align:center;
	color:#006699;
	margin:0 0 6px;
	font-weight:bold;
}
#mid-wrap div.reform-spec dt.small{
	font-size:16px;
}
#mid-wrap div.reform-spec dd{
	margin:0 0 8px;
}
#mid-wrap div.reform-spec dd img{
	height:162px;
}
#pdf-wrap{
	margin:0 15px 30px;
	border:2px solid #CC9900;
	background:#FFF;
	padding:20px 0 10px;
}
#pdf-wrap dt{
	float:left;
	width:100px;
	margin:0 0 0 15px;
}
#pdf-wrap dd{
	float:right;
	width:550px;
	margin:0 15px 0 0;
}

/* リフォーム製品 */
#reform-item{
	margin:0 0px 40px 10px;
	padding:0 0 10px;
	border-bottom:dotted #CCCCCC 2px;
}
#reform-item dt{
	width:365px;
	float:left;
	margin:0 0 30px;
}
#reform-item dd{
	width:326px;
	float:right;
	margin:0 0 10px;
}
#reform-item dd.img-p{
	float: none;
	margin: 0 0 30px;
	text-align: center;
}
#reform-item dd.btn{
	float:none;
	clear:both;
	width:660px;
	margin:0 auto 20px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
#reform-item dd.btn a{
	text-decoration: none;
	padding: 12px 0;
	display: block;
	background: #f98618;
	color: #fff;
	border-radius: 6px;
}
#reform-item dd.btn br{
		display: none;
	}
#reform-item dd.btn a:hover{
	background: #4e86ef;
	color: #f8ff2b;
}
#reform-item dd ul li{
	margin:0 0 20px;
}
#reform-item dd ul li.op-btn{
	width: 300px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#reform-item dd ul li.op-btn i{
	font-weight: normal;
	font-size: 13px;
}
#reform-item dd ul li.op-btn a{
	display: block;
	padding: 15px 0;
	background: #f98618;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}
#reform-item dd ul li.op-btn a:hover{
	background: #4093ef;
}
div.reform-col{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin: 0 0 30px;
}
div.reform-col dl{
	width: 48%;
}
div.reform-col dl.price{
	margin: 0;
}
div.reform-col dt{
	font-weight: bold;
	margin: 0 0 10px;
}
div.reform-col dd{
	margin: 0 0 10px;
}
div.reform-col dl.price dt{
	font-size: 18px;
	font-weight: bold;
	color: #003eac;
	margin: 0 0 4px;
	line-height: 1.1;
}
div.reform-col dl.price dd{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.1;
}
div.reform-col dl.price dd span{
	font-size: 20px;
}
div.reform-col dd.btn{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div.reform-col dd.btn a{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	background: #f98618;
	color: #fff;
	border-radius: 6px;
}
div.reform-col2{
	margin: 0 0 20px;

}
div.reform-col2 dl{
	
}
div.reform-col2 dl.price{
	
}
div.reform-col2 dl.price dt{
	margin: 0 0 10px;
}
div.reform-col2 dl.price dd{
	font-weight: bold;
}
p.btn-detail-p{
	width:660px;
	margin:0 auto 50px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
p.btn-detail-p a{
	text-decoration: none;
	padding: 12px 0;
	display: block;
	background: #f98618;
	color: #fff;
	border-radius: 6px;
}

p.btn-detail-p br{
		display: none;
	}
p.btn-detail-p a:hover{
	background: #4e86ef;
	color: #f8ff2b;
}
#mid-wrap p.r-catch{
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 8px;
}
#mid-wrap p.r-catch br{
	display: none;
}
#mid-wrap p.r-catch span{
	font-size: 38px;
	color: #f92610;
	background:url(../img/common/icon-r.png) no-repeat 0 0.2em;
	padding: 0 0 0 50px;
}
/* アンカーリスト */
ul.anchor-link{
	margin:0 5px 30px;
	border-top: solid #89B3D9 1px;
	border-bottom: solid #89B3D9 1px;
	background-color: #fff;
	padding: 12px 10px 0;
}
ul.anchor-link li{
	float:left;
	font-weight:bold;
	margin:0 12px 10px 0;
	font-size:16px;
	background:url(../img/icon/icon03.gif) no-repeat 0.2em;
	padding:0 0 0 25px;
}

/* よくある質問 */
/* ----------------------------------------------------- */
#mid-wrap div.faq-list{
	margin:0 0 0 10px;
}
#mid-wrap div.faq-list dl{
	margin:0 0 15px;
	padding-bottom:8px;
	background:url(../img/common/u-line.gif) repeat-x bottom;
}
#mid-wrap div.faq-list dt{
	background:url(../info/img/q.jpg) no-repeat 0 0.8em;
	padding:15px 0 15px 52px;
	font-size:14px;
}
#mid-wrap div.faq-list dd{
	background:url(../info/img/a.jpg) no-repeat 0 0.8em;
	padding:15px 0 15px 52px;
}

/* 分譲住宅 */
p.other-a{
	text-align:right;
	font-size:16px;
	font-weight:bold;
}
p.other-a a{
	background:url(../img/icon/icon03.gif) no-repeat left center;
	padding:0 0 0 18px;
}

/* フォトアルバム */
#photoAlbum ul{
	width:740px;
	margin:0;
}
#photoAlbum li{
	float:left;
	width:175px;
	margin:0 10px 10px 0;
}
#photoAlbum li.last{
	margin:0 0 10px;
}
#photoAlbum li img{
	padding:1px;
	border:solid #CCC 1px;
	text-align:center;
}
/* 地盤調査・地盤保証 */
/* ----------------------------------------------------- */
ul.pdf-img{
	margin: 0 0 40px;
}
ul.pdf-img li{
	width: 730px;
	margin: 0 0 20px;
}
ul.pdf-img li img{
	width: 100%;
}
#o-tab{
	margin: 0 0 20px;
}
#trafic-flow{
	margin: 0 0 30px;
}
#trafic-flow ul{
	margin: 0;
}
#trafic-flow li{
	text-align: center;
	background: rgba(34,108,196,1.00);
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	padding: 8px 0;
}
#trafic-flow li span{
	font-size: 14px;
}
#trafic-flow li.img{
	background: none;
}
#box-txt{
	border: 2px solid #0c4ab1;
	padding: 20px 10px 4px;
	box-sizing: border-box;
	margin: 0 0 30px;
	background: #fff;
}
#box-txt li{
	margin: 0 0 16px;
}

/* 分譲住宅のご紹介 */
/* ----------------------------------------------------- */
#article_wrap{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 60px;
}
/* pic_wrap */
#article_wrap div.pic_wrap{
	width: 350px;
	margin: 0 20px 0 0;
}
#article_wrap div.pic_wrap p.pic{
	margin: 0 0 20px;
}
#article_wrap div.pic_wrap p.pic img{
	width: 100%;
}
#article_wrap div.pic_wrap ul.sub_pics{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0;
}
#article_wrap div.pic_wrap ul.sub_pics li{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px #ccc solid;
	width: 80px;
	margin: 0 10px 10px 0;
}
#article_wrap div.pic_wrap ul.sub_pics li:nth-child(4n){
	margin: 0 0 10px;
}
#article_wrap div.pic_wrap ul.sub_pics li img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
/* spec_wrap */
#article_wrap div.spec_wrap{
	width: 360px;
}
#article_wrap div.spec_wrap p.catch{
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
}
#article_wrap div.spec_wrap table{
	width: 100%;
}
#article_wrap div.spec_wrap table th{
	border-bottom: solid #CCC 1px;
    background: #EDEDE2;
	width: 1%;
    padding: 8px;
    white-space: nowrap;
    font-weight: bold;
}
#article_wrap div.spec_wrap table td{
	border-bottom: solid #CCC 1px;
    padding: 8px;
	background: #fff;
}
/* g-map */
div.g-map_article{
	margin: 0 0 60px;
}
div.g-map_article iframe{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: #ccc 1px solid !important;
	width: 100%;
	height: 500px;
}
/* detail_btn */
#main .pic-article p.detail_btn{
	margin: 20px 0;
}
p.detail_btn a{
	display: inline-block;
	background: #f98618;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 15px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
p.detail_btn a i{
	font-size: 12px;
}

/* ゼロエネルギー住宅 */
/* ----------------------------------------------------- */
div.pic-water{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 40px;
}
div.pic-water dl{
	width: 47%;
	margin: 0 1.5%;
}
div.pic-water dt{
	margin: 0 0 12px;
}
div.pic-water dd{
	background: #fff;
	min-height: 320px;
}
div.pic-water dd img{
	width: 100%;
}

div.pic-water2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 40px;
}
div.pic-water2 div{
	width: 31%;
	margin: 0 1.5%;
	background: #fff;
	padding: 15px 0 12px;
}
div.pic-water2 div p.pic{
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
div.pic-water2 dt{
	width: 192px;
	margin: 0 auto 8px;
}
div.pic-water2 dt img{
	width: 100%;
}
div.pic-water2 dd{
	width: 192px;
	margin: 0 auto 8px;
}
/* ウルブロZ　ページ */
/* ----------------------------------------------------- */
#uruburo{
	margin: 0 0 30px;
}

#uruburo h3{
	background: none;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 40px;
	margin: 0 0 40px;
}
#uruburo h3 span{
	color: #f00;;
}
#uruburo p.u-img{
	width: 730px;
	margin: 0 0 60px;
	text-align: center;
}
#uruburo p.u-img img{
	width: 100%;
}
#uruburo ul.merit{
	margin: 0 0 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
}
#uruburo ul.merit li{
	position: relative;
 	background-color:#ff4000;
	width: 200px;
	height: 200px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;	
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
}
#uruburo ul.merit li span{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :200px;
	text-align:center;	
}
#uruburo ul.merit li p span{
	font-size: 40px;
}

#uruburo div.wrap{
	background: #fff;
	padding: 40px 20px;
	box-sizing: border-box;
	margin: 0 0 30px;
}
#uruburo div.wrap.last{
	margin: 0 0 70px;
}
#uruburo div.wrap h4{
	background: none;
	padding: 0;
	margin: 0 0 35px;
	border: none;
	font-size: 30px;
}
#uruburo div.wrap h4 span{
	margin-right: 10px;
	background: #ff4000;
	border-radius:20px;
	color: #fff;
	display: inline-block;
	padding: 3px 12px;
}
#uruburo div.wrap p{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#uruburo div.wrap p.img{
	margin: 0;
}
#uruburo div.wrap p.img img{
	width: 100%;
}

#uruburo h3.ttl{
	width: 520px;
	background: #275b9a;
	color: #fff;
	text-align: center;
	border-radius:20px;
	font-size: 32px;
	padding: 5px 0;
	margin: 0 auto 30px;
}

#uruburo ul.hikaku{
	margin: 0 0 20px;
}
#uruburo ul.hikaku li{
	width: 94%;
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	margin: 0 auto 25px;
	text-align: center;
}

div.uruburo-info{
	margin: 0 0 40px;
	padding: 25px 20px;
	box-sizing: border-box;
	border: 3px solid #ff8000;
	background: #fff;
}
div.uruburo-info h3{
	background: none;
	padding: 0;
	border: none;
	margin: 0 0 20px;
	font-size: 36px;
	text-align: center;
}
div.uruburo-info ul{
	margin: 0 0 15px;
}
div.uruburo-info ul li{
	list-style-type: circle;
	margin: 0 0 5px 20px;
	font-size: 16px;
	font-weight: bold;
}
div.uruburo-info dl{
	margin: 0;
}
div.uruburo-info dt{
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 20px;
}
div.uruburo-info dt span{
	font-size: 42px;
	color: #f00;
}
div.uruburo-info dt BR{
	display: none;
}
div.uruburo-info dd{
	width: 90%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin:0 auto;
}
div.uruburo-info dd a{
	display: block;
	padding: 10px 0;
	border-radius: 4px;
	color: #fff;
	background: #ff8000;
	text-decoration: none;
}
div.uruburo-info dd a:hover{
	background: #3d97f2;
}
/*-- 採用情報 --*/
/*--------------------------------------------------------------*/
a.recruit-btn{
	width: 300px;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	background: #4e86ef;
	color: #fff;
	margin: 0 auto 30px;
	font-size: 16px;
}
a.recruit-btn:hover{
	background: #f98618;
}
input[type="submit"]{
	outline: none;
	cursor: pointer;
	border: none;
}
input[type="submit"]{
	width: 300px;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	background: #4e86ef;
	color: #fff;
	margin: 0 auto 30px;
	font-size: 16px;
}
input[type="submit"]:hover{
	background: #f98618;
}
ul.tab{
	width: 100%;
	margin: 0 auto 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
ul.tab li{
	width: 49%;
	text-align: center;
	font-size: 17px;
}
ul.tab li a{
	padding: 10px 0;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #fff;
}
ul.tab li a:hover,
ul.tab li a.visible{
	background: #67aef5;
	color: #fff;
}

#b-box2{
	display: none;
}

/*-- ケーダンバー --*/
/*--------------------------------------------------------------*/
div.k-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	margin: 0 0 50px;
}
div.k-wrap div.pic{
	width: 42%;
}
div.k-wrap div.pic img{
	width: 100%;
}
div.k-wrap div.txt{
	width: 54%;
}

#main h3.k-ttl{
	text-align: center;
	font-size: 30px;
	background: #0057a4;
	padding: 10px 0;
	margin: 0 0 30px;
	color: #fff;
}
.pic-img{
	text-align: center;
	margin: 0 0 40px;
}

div.k-point{
	margin: 0 0 40px;
}
div.k-point dl{
	margin: 0 0 30px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
div.k-point dl dt{
	color: #00208c;
	padding-bottom: 5px;
	margin: 0 0 15px;
	border-bottom: 4px solid #ffe6bf;
	font-weight: bold;
	font-size: 20px;
}

/* 介護用品レンタル */
/* ----------------------------------------------------- */
ul.r-list{
	margin: 0 0 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
ul.r-list li{
	width: 32%;
	background: #fff;
	padding: 10px 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
div.hoken{
	margin: 0 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
div.hoken div.txt{
	width: 66%;
}
div.hoken div.txt ul{
	margin: 0 0;
}
div.hoken div.txt ul li{
	margin: 0 0 20px 25px;
	list-style-type: disc;
	font-size: 16px;
}
div.hoken div.pic{
	width: 30%;
}
div.hoken div.pic img{
	width: 100%;
}

p.r-ttl{
	margin: 0 0 35px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	background: #499c9e;
}

ul.pic-icon{
	margin: 0 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	padding: 0;
	background: none;
}
ul.pic-icon li{
	width: 18%;
	list-style: none;
	text-align: center;
	font-size: 11px;
}
ul.pic-icon li img{
	padding-bottom: 6px;
}
/* float clear */
/* ----------------------------------------------------- */
#main .pic-list:after,
#top div.new-sec:after,
#bnr-col:after,
#top div.news-col:after,
#mid-wrap div.work-wrap:after,
#mid-wrap div.category-col:after,
#flow-wrap:after,
#main dl.pic-plan:after,
#main dl.pic-plan dd:after,
dl.map-col:after,
#photoAlbum:after,
#two-bnr:after,
#pdf-wrap:after,
#reform-item:after,
ul.anchor-link:after
{
	content:"."; 
	display:block;
	height:0;
	clear:both; 
	visibility:hidden;
}

#main .pic-list,
#top div.new-sec,
#bnr-col,
#top div.news-col,
#mid-wrap div.work-wrap,
#mid-wrap div.category-col,
#flow-wrap,
#main dl.pic-plan,
#main dl.pic-plan dd,
dl.map-col,
#photoAlbum,
#two-bnr,
#pdf-wrap,
#reform-item,
ul.anchor-link
{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #main .pic-list,
* html #top div.new-sec,
* html #bnr-col,
* html #top div.news-col,
* html #mid-wrap div.work-wrap,
* html #mid-wrap div.category-col,
* html #flow-wrap,
* html #main dl.pic-plan,
* html #main dl.pic-plan dd,
* html dl.map-col,
* html #photoAlbum,
* html #two-bnr,
* html #pdf-wrap,
* html #reform-item,
* html ul.anchor-link
{
	 height:1%;
}

#main .pic-list,
#top div.new-sec,
#bnr-col,
#top div.news-col,
#mid-wrap div.work-wrap,
#mid-wrap div.category-col,
#flow-wrap,
#main dl.pic-plan,
#main dl.pic-plan dd,
dl.map-col,
#photoAlbum,
#two-bnr,
#pdf-wrap,
#reform-item,
ul.anchor-link
{
	display:block;
}
/* End hide from IE-mac */