@charset "Shift_JIS";
/* CSS Document */

#contentsInner {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

/* ???g======================================================================================================== */
/* ?A???t?@================================================================ */
#alpha{
	margin: 0 0 20px;
}

#alphaContents{
	float: left;
	width: 200px;
}

/* ?e???T?[?r?X */
#serviceBox{
	margin: 0 0 10px;
}

#serviceBox h3{
	background-image: url(images/title-service.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	height: 70px;
}

#serviceBox ul{
	background-image: url(images/line-service.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0 0 0 10px;
}

#serviceBox li{
	font-size: 12px;
	line-height: 35px;
	background-image: url(images/arrow-service.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 35px;
	padding: 0 0 0 10px;
}

#serviceBox li a{
	font-weight: bold;
	display: block;
	height: 35px;
}

/* ??[?r?[ */
#flv{
	margin: 0;
	height: 195px;
	width: 200px;
}

/* QR?R?[?h */
#QRcode{
	height: 55px;
	width: 200px;
}

#QRcode img{
	display: block;
	margin: 0;
	border: 0;
}

/* ?t???b?V?? */
#flashBox{
	float: right;
	width: 650px;
}

#flashBox #flash{
	/*height: 350px;*/
	width: 650px;
}

#flashBox #flashTxt{
	background-image: url(images/flash-txt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*height: 155px;*/
	width: 650px;
	margin-top:5px;
	padding:20px 0;
}

#flashBox #flashTxt em{
	font-weight: bold;
	color: #604F41;
	display: block;
	padding: 0 10px 5px;
	font-size: 14px;
	line-height: 1.8em;
}

#flashBox #flashTxt p{
	padding: 0 10px 0;
	font-size: 12px;
	line-height: 1.4em;
}

/* ?x?[?^================================================================ */
#beta{
	float: none;
	clear: both;
	display: block;
}

/* ?j???[?X */
#news{
	float: left;
	width: 380px;
}

#news h3{
	background-image: url(images/title-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	height: 35px;
	margin: 0 0 5px;
}

#news iframe{
	height: 170px;
	width: 380px;
	display: block;
	margin: 0 0 10px;
}

#news .iconBox{
}

#news .iconBox img{
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

/* ?J?o?[?t???E */
#coverfrow{
	float: right;
	width: 465px;
}

/* ?P?A???[?N???? */
.clearfix:after {
  content: ".";  /* ?V?????v?f?????? */
  display: block;  /* ?u???b?N???x???v?f?? */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
ul#btn_rokyo li.company {
	float:left;
}
ul#btn_rokyo li.company a {
	display:block;
	background:url(images/btn_company.gif) no-repeat left top;
	width:325px;
	height:0;
	padding-top:44px;
	overflow: hidden;
}
ul#btn_rokyo li.company a:hover {
	background:url(images/btn_company.gif) no-repeat left bottom;
}
ul#btn_rokyo li.staff {
	float:right;
}
ul#btn_rokyo li.staff a {
	display:block;
	background:url(images/btn_staff.gif) no-repeat left top;
	width:325px;
	height:0;
	padding-top:44px;
	overflow: hidden;
}
ul#btn_rokyo li.staff a:hover {
	background:url(images/btn_staff.gif) no-repeat left bottom;
}

/* ????3???????^?@208/5/22 */
#flex3 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#flex3 a:hover {
	opacity: 0.7;
}

#mainbanner {
	/*margin-top: 20px;*/
}

#mainbanner a:hover{
	opacity: 0.7;
}


/*?@2019?N?x?????E?????????? & ?????????]???????C?@*/

.taikenjigyou {
	width: 100%;
	margin-top: 30px;
	padding:12px;
	box-sizing: border-box;
	background: #4f86c5;
	border-radius: 24px;
}
.taikenjigyou-inner {
	line-height: 32px;
	margin:0 auto;
	padding: 24px;
	box-sizing: border-box;
	font-size: 22px;
	border: 2px dotted #fff;
	box-sizing: border-box;
	border-radius: 20px;
	color: #fff;
}
.taikenjigyou-inner span {
	font-size: 24px;
	font-weight: bold;
}
.taikenjigyou-inner-link {
	text-align: center;
	margin-top: 24px;
	height: 40px;
	box-sizing: border-box;
	line-height: 46px;
	font-weight: bold;
}
.taikenjigyou-inner-link a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-decoration: none;
	background: #f8b624;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: 0.5s;
}
.taikenjigyou-inner-link a:hover {
	background: #ad7045;
	color: #fff;
	transition: 0.1s;
}
.flexbox {
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content:center;
	margin-top: -80px;
}
.flexbox-element-1,
.flexbox-element-2 {
	width: 420px;
	height: 200px;
	box-sizing: border-box;
	transition: 0.5s;
}
.flexbox-element-1:hover,
.flexbox-element-2:hover {
	opacity: 0.7;
	transition: 0.1s;
}
.flexbox-element-1 {
	background: url(images/banner-420x200-kaigo.jpg)center center no-repeat;
}
.flexbox-element-2 {
	background: url(images/banner-420x200-seikatsu.jpg)center center no-repeat;
	margin-left: 20px;
}
.flexbox-element-1 a,
.flexbox-element-2 a {
	display: block;
	width: 100%;
	height: 100%;
}
.taikenjigyou-character {
	width: 80px;
	height: 97px;
	position: relative;
	left:760px;
	top:-100px;
	background: url(images/2019-kaigo-taiken.png) center center no-repeat;
	background-size: 100%;
}

/*?@2019?N?x?????E?????????? & ?????????]???????C?@?N?????@*/


