/* for SP */
#News header{
      background-image: url(../img/news/news-top_cut.jpg);
}
#News.detail header{
  background-image:none;
}
#News.detail .cp_breadcrumb{
margin-bottom: 30px !important;
}
#News.detail main img{
  width: 100%;
}
/*service index*/
#News{}
/*NewsList*/
#News .NewsList{
  margin-top: 30px;}
#News .NewsList a{
  display: block;
  color: #000;
}
#News .NewsList a:hover{
	opacity: 0.4;
}
#News .NewsList dl{
}
#News .NewsList dt{
  margin-bottom: 20px;
}
#News .NewsList dt img{
  width: 100%;
}
#News .NewsList dd{}
#News .NewsList dd div{
}
#News .G_icon{
  display: inline-block;
    color: #fff;
    line-height: 1.5;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 1.2rem;
  margin-right: 20px;
}
#News .NewsList dd div span{
  font-size: 1.2rem;
  line-height: 1rem;
}
#News .NewsList dd p{
  font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
}
#News .NewsList li{
  border-top: 1px solid #7A7A7A;
  padding: 35px 0;
}
#News .NewsList li:first-child{
  border-top: none;
  padding: 0 0 35px 0;
}



/*detail*/
.news {
		padding: 0;
	}
.news__date {
	margin-bottom: 10px;
}

.news time {
	color: #757575;
	font-size: 1.2rem;
	margin-right: 8px;
}

.news__label {
	background: #95a5a6;
	color: #FFF;
	padding: 5px 14px;
	font-size: 11px;
	font-size: 1.1rem;
	border-radius: 3px;
}
.news li{
      font-size: 1.4rem;
    line-height: 1.5;
}
.news li:not(:first-child) {
	margin-top: 20px;
}

.news li:not(:last-child) {
	    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;

}
section.news p {
	    font-size: 1.4rem;
    line-height: 1.8;
    margin: 30px 0 20px 0;
    padding: 0;
	word-break: break-all;
	}
section.news h2 {
	font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 10px 0 30px 0;
	}
section.news h2 span {
	display: block;
	font-size: 75%;
	color: #999;
	}
section.news h3 {
	    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 50px 0 20px 0;
    background-color: #d1d1d1;
    padding: 10px;
	}
.news {
		padding: 0;
	}

.news__date {
	margin-bottom: 10px;
}

.news time {
	color: #757575;
	font-size: 1.2rem;
	margin-right: 8px;
}

.news__label {
	background: #95a5a6;
	color: #FFF;
	padding: 5px 14px;
	font-size: 11px;
	font-size: 1.1rem;
	border-radius: 3px;
}
.news .kiji_table{
  font-size: 1.4rem;
    line-height: 1.5;
}
.news .kiji_table dt{
  font-weight: bold;
}
.news .kiji_box_left{}
.news .kiji_box_left h4,
.news .kiji_box_right h4{
  font-size: 1.4rem;
  font-weight: bold;
}
.news .kiji_box_left p,
.news .kiji_box_right p{
  margin: 10px 0 20px 0;
}

/*table*/
/* kiji_table */
.kiji_table dl,
.kiji_table dt,
.kiji_table dd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
.kiji_table dl {
	border-right: #D1DADE 1px solid;
	border-bottom: #D1DADE 1px solid;
	border-left: #D1DADE 1px solid;
	background: #F2F5F7;
	margin-bottom: 20px;
	}
.kiji_table dt,
.kiji_table dd {
	border-top: #D1DADE 1px solid;
	}
.kiji_table dt {
	width: 26%;
	float: left;
	padding: 15px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	}
.kiji_table dd {
	margin-left: 26%;
	border-left: #D1DADE 1px solid;
	padding: 10px;
	background: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 1.85em;
	}
.kiji_table dd:after {
	content:"";
	display:block;
	clear:both;
	}


.table-wrapper{
	overflow: auto;
	padding-bottom: 2px;
}
table.kiji_table{
	margin-bottom: 15px;
	border-collapse: collapse;
    border-spacing: 0;
}
.kiji_table td{
	border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 5px 4px;
}
/*itiran btn*/
.service__btn {
	margin: 50px auto;
	border: #8BA4AE 1px solid;
	border-radius: 40px;
	max-height: 80px;
	max-width: 500px;
	}
.service__btn a {
	display: block;
	text-decoration: none;
	color: #648491 !important;
	font-size: 18px !important;
	padding: 15px;
      text-align: center;
	}
.service__btn a:hover{
  opacity: 0.8;
}