@charset "UTF-8";
/*-----------------------------

index

-----------------------------*/
/* slider ------------------- */
#slider			{height:469px; margin-bottom: 2.5em;}
#slider img		{max-width: 100%; height: auto;}




/* news ------------------- */
#news				{display:table; margin-bottom: 32px}
#news h3,#news ul	{display:table-cell; vertical-align:top;}

#news h3		{width:22%}
#news ul		{width:78%;}

#news h3		{color:#4c2e1b; position:relative;}
#news h3 div	{font-size:3.7em; line-height:1.1; letter-spacing: 2px; margin-top: -10px;}
#news h3 a		{font-size:0.94em; background:#4c2e1b; color:#fff; width:100%; text-align:center; padding:8px 0; position:absolute; bottom:0; left:0;}

#news ul li 	{position: relative; margin:0 0 10px 38px;}
#news ul li:last-child 	{margin:0 0 0 38px;}

#news ul li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .2s;
}

#news ul li a:hover::after {
	right: -.5em;
}

#news ul li a,
#news ul li span{
	color:#4c2e1b; margin-left: 15px
}

#news ul li a{
	text-decoration: underline;
}


/*greeting ------------------- */

#greeting-bg {
	background: #f1f1f1 url("../images/index/greeting-bg.png") no-repeat  left bottom; 
	margin-bottom: 33px; 
	background-size: auto 300px;
}

#greeting_in	{padding: 40px 34px 40px 27.5%; text-align:justify;text-justify:inter-ideograph; line-height:1.8;}
#greeting-bg p		{text-align: right;}

/*bnrbox ------------------- */

#index_bnr_box		{display: table;}
#index_bnr_box a	{display: table-cell; text-align: center; width: 105px; vertical-align: top; color: #595757}

#index_bnr_box a.yobou,	
#index_bnr_box a.kenshin,
#index_bnr_box a.counsel,
#index_bnr_box a.dental,
#index_bnr_box a.pethotel,
#index_bnr_box a.seminar	{padding-right: 38px;}
#index_bnr_box a.qa  		{padding-right: 0;}

#index_bnr_box span	{
	display: block;
	width: 105px;
	height: 105px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 10px;
}

#index_bnr_box a.yobou span 	{background: #00527a url("../images/index/index_bnr_yobou.png") no-repeat center; background-size: auto 73px}
#index_bnr_box a.kenshin span 	{background: #af2902 url("../images/index/index_bnr_kenshin.png") no-repeat center; background-size: auto 76px}
#index_bnr_box a.counsel span 	{background: #104424 url("../images/index/index_bnr_counsel.png") no-repeat center; background-size: auto 85px}
#index_bnr_box a.dental span 	{background: #cf9e03 url("../images/index/index_bnr_dental.png") no-repeat center; background-size: auto 63px}
#index_bnr_box a.pethotel span 	{background: #4b7abd url("../images/index/index_bnr_pethotel.png") no-repeat center; background-size: auto 63px}
#index_bnr_box a.seminar span 	{background: #4b7abd url("../images/index/index_bnr_seminar.png") no-repeat center; background-size: auto 63px}
#index_bnr_box a.qa span 		{background: #58454c url("../images/index/index_bnr_qa.png") no-repeat center; background-size: auto 62px}

#index_bnr_box a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#index_bnr_box a {
	-webkit-transform: scale(1);
	transform: scale(1);
}


