@charset "utf-8";
@import url("../../common/css/style.css");
/* エンコード維持用 */

/****************/
/*     HOME     */
/****************/

#topics {
  border-bottom: 1px solid lightgray;
}

#topics p {
  font-size: 12pt;
  padding: 4px 0;
}

#topics span:first-child {
  border-bottom: solid 2px red;
}

#topics p .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}

#topics p img {
  vertical-align: middle;
  margin-right: 5px;
}

#mainvisual{
  width: 958px;
  height: 280px;
  margin-bottom: 30px;
}

#copy .content{
  width: 661px;
  text-align: left;
}

#copy .content #subtitle_0{
  width: 603px;
  height: 50px;
}

#copy .content div{
  margin: 5px 0 15px 5px;
  width: 656px;
}

#service .title{
  width: 661px;
  height: 27px;
}

#service .content{
  background: url("../img/bkimg.jpg") no-repeat;
  height: 140px;
  padding: 13px 10px 2px;
}

#service .content .left_part{
  float: left;
  text-align: left;
  width: 480px;
}

#service .content #subtitle_1{
  width: 393px;
  height: 23px;
}

#service .content #subtitle_2{
  width: 290px;
  height: 23px;
}

#service .content #subtitle_3{
  width: 309px;
  height: 23px;
}

#service .content #subtitle_4{
  width: 304px;
  height: 23px;
}

#service .content .text{
  height: 83px;
  margin-top: 5px;
}

#service .content .link{
  text-align: right;
}

#service .content .link img{
  height: 9px;
  width: 6px;
  margin-left: 15px;
  margin-right: 5px;
}

#service .content .thumb{
  width: 140px;
  height: 130px;
  float: right;
}

#target table{
  text-align: left;
  height: 160px;
  border-collapse: collapse;
}

#target table tr td{
  border-bottom: 1pt solid;
  letter-spacing: 0px;
}

#target table tr .subtitle{
  width: 110px;
}

#target table tr .subtitle #subtitle_5{
  width: 105px;
  height: 22px;
}

#target table tr .subtitle #subtitle_6{
  width: 105px;
  height: 20px;
}

#contract{
  margin-top: 30px;
}

#contract .title{
  width: 661px;
  height: 20px;
}

#contract .content{
  text-align: left;
  margin: 5px 0 15px 5px;
}

#return{
  text-align: right;
}

#return img{
  width: 9px;
  height: 6px;
  margin-right: 5px;
}

#news .title {
  position: relative;
}

#news .title p {
  position: absolute;
  color: white;
  top: 4px;
  left: 11px;
  font-size: 12pt;
  font-family: serif;
}

/* #news p.title {
  font-size: 12pt;
  color: white;
  background-color: rgb(104, 104, 226);
  text-align: left;
  margin: 15px 0;
  padding: 2px;
} */

#news ul.newslist {
  list-style-type: none;
  margin-left: 5px;
}

#news .news_content {
  text-align: left;
}

#news .newstitle {
  font-weight: bold;
  margin: 15px 0 10px;
  font-size: 11pt;
}

#news .description {
  margin-top: 0px;
  font-size: 9pt; 
} 
