@charset "utf-8";
@import "reset.css";
@import url(pc.css) screen and (min-width: 768px);
@import url(smart.css) screen and (max-width: 767px);

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align:center;
	display: block;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img, 
.rslides a img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.totop {
    margin: 0;
    padding: 0;
    position: fixed;
    display: none;
    width: 52px;
    height: 52px;
    text-align: left;
    right: 20px;
    bottom: 20px;
}
#contents #contents_area .index .item_01.clearfix .item_right ul li .top02 {
	background-image: url(../images/top_001.png);
	background-repeat: no-repeat;
	background-position: right 20px;
}
#oshirase {
	height: 450px;
	overflow-y: scroll;
}

#casetopics {
	height: 450px;
	overflow-y: scroll;
}
#casetopics dl{
	width:98%;
	border-bottom:1px dotted #ccc;
	font-size:16px;
	padding:10px 0;
	
}
#casetopics dl:after{
	content:"";
	clear:both;
	display:block;
}
#casetopics dt{
	width:70px;
	float:left;

}
#casetopics dd{
	width:calc(100% - 80px);
	float:right;
	margin-left:8px;
}
#casetopics dt img{
	width:100%;
}

#casetopics dd a{
	display:block;
	margin-bottom:0.2em;
}



.index .item_03 .item_right h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 5px;
	border-color: #069;
}

.img_center {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
#contents #contetns_area .company .item_02 .image_right {
	display: block;
	float: left;
	width: 35%;
}
#contents #contetns_area .company .item_02 .image_right img {
	height: auto;
	width: 100%;
}
a:hover img{
    opacity: 0.7;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_img { display: block !important; }
.sp_img { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
}
#contents #contetns_area .company .item_03 .right_txt {
	display: block;
	float: left;
	width::50%;
}
