.information .inline{
  width: 820px;
  margin: auto;
}

.information .inline .latest{
  margin: 0 auto 80px;
}

.information .inline .info_detail{
  padding: 25px 0;
  margin: 0 auto 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.information .inline .info_detail .info_detail_row{
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}

.information .inline .info_detail .info_detail_row:last-child{
  margin-bottom: 0;
}

.information .inline .info_detail .info_detail_row .row_label{
  width: 230px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  display: inline-block;
}

.information .inline .info_detail .info_detail_row .row_contents{
  width: 590px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  display: inline-block;
}

.information .inline .info_detail .info_detail_row .row_contents .version{
  font-size: 26px;
  margin: 0 0 10px;
  display: inline-block;
}

.information .inline .btn_firm_dl{
  width: 440px;
  display: block;
  margin: 0 auto 50px;
  font-size: 16px;
  position: relative;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  background: #000;
  text-align: center;
}

.information .inline .btn_firm_dl::after{
  content: '';
  display: block;
  width: 17px;
  height: 15px;
  background: url(../img/information/icon_btn_dl.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 99;
  margin-top: -7.5px;
}

.information .inline .txt_firm_dl{
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.information .inline .list_changelog .label_changelog{
  font-size: 16px;
  margin: 0 0 10px;
}

.information .inline .list_changelog table{
  width: 100%;
  border-collapse: collapse;
}

.information .inline .list_changelog table tr th,
.information .inline .list_changelog table tr td{
  font-size: 14px;
  font-weight: normal;
}

.information .inline .list_changelog table tr th{
  height: 30px;
  background: #e3dedc;
  border-right: 1px solid #fff;
  padding: 15px 0;
  text-align: center;
}

.information .inline .list_changelog table tr td{
  background: #ffffff;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #e6dfdb;
}

.information .inline .list_changelog table tr th:last-child,
.information .inline .list_changelog table tr td:last-child{
  border-right: none;
}

.information .inline .list_changelog table tr th.version{
  width: 170px;
}

.information .inline .list_changelog table tr th.detail{
  width: 480px;
}

.information .inline .list_changelog table tr th.date{
  width: 170px;
}

.information .inline .list_changelog table tr td:nth-child(2){
  padding: 15px 30px;
  text-align: left;
}
.add_message{
  max-width: 1120px;
  margin:0 auto;
  padding:30px 0;
}
.add_message p{
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .information .inline{
    width: 100%;
    padding: 0 10px 90px;
  }

  .information .inline .latest{
    margin: 0 auto 40px;
  }

  .information .inline .info_detail{
    margin: 0 auto 15px;
    padding: 15px 25px;
  }

  .information .inline .info_detail .info_detail_row{
    display: block;
    margin: 0 0 20px;
  }

  .information .inline .info_detail .info_detail_row:last-child{
    margin-bottom: 0;
  }

  .information .inline .info_detail .info_detail_row .row_label{
    width: auto;
    font-size: 13px;
    display: block;
    margin: 0 0 5px;
  }

  .information .inline .info_detail .info_detail_row .row_contents{
    width: auto;
    font-size: 13px;
    line-height: 20px;
    display: block;
  }

  .information .inline .info_detail .info_detail_row .row_contents .version{
    font-size: 18px;
    margin: 0;
    display: inline-block;
  }

  .information .inline .txt_firm_dl{
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-align: left;  
    width: 85%;
    margin: auto;
  }

  .information .inline .list_changelog table tr th,
  .information .inline .list_changelog table tr td{
    font-size: 12px;
  }

  .information .inline .list_changelog table tr th{
    height: 22.5px;
  }

  .information .inline .list_changelog table tr th.version{
    width: 90px;
  }

  .information .inline .list_changelog table tr th.detail{
    width: auto;
  }

  .information .inline .list_changelog table tr th.date{
    width: 90px;
  }

  .information .inline .list_changelog table tr td:nth-child(2){
    padding: 15px 12.5px;
  }
  
  .add_message{
    max-width: unset;
    margin:0 3%;
    padding:0 0 25px;
  }
  .add_message p{
    font-size: 10px;
    line-height: 1.5;
  }
}


/* firmware */
.firmware_howto {
	width:100%;
	line-height:1.5;
}
.firmware_howto::after {
	 content:"";
 	display:block;
 	clear:both;
}
.firmware_howto.last {
	margin-bottom:60px;	
}
.step_box {
	width:49%;
	margin:30px 0 15px;
}
.step_box.no1,.step_box.no3 {
	float:left;
}
.step_box.no2,.step_box.no4 {
	float:right;
}
.step_box .step {
	margin:40px 0 25px;
	font-size:16px;
	font-weight:bold;
}
.step_box .step span {
	display:inline-block;
	color:#fff;
	background-color:#000;
	padding:2px 15px 2px 20px;
	letter-spacing:.2em;
	margin-right:10px;
	font-size:16px;
	margin-bottom:8px;
}
.step_box p {
	font-size:16px;
	margin:15px 0;
}
.step_box p.ind {	
	text-indent:-1.1em;
	padding-left:1.1em;
}
.step_box img {
	width:95%;	
}
.step_box.no2 img {
	margin-top:72px;
}
.urlcopy_box {
	width:100%;
	padding:30px 0 20px;
	margin:50px auto;
	background-color:#e5ddd6;
	text-align:center;
}
.urlcopy_box p {
	font-size:14px;
	margin:0 auto;
}
.urlcopy_box .urlcopy {
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-color:#000;
	padding:10px 40px;
	display:inline-block;
	margin:30px auto 10px;
	position:relative;
}
.urlcopy_box .urlcopy::after {
	position:relative;
	content:"　";
	background:url("../img/firmware/copy.svg") no-repeat;
	background-size:100%;
	width:16px;
	top:2px;
	margin-left:10px;
	display:inline-block;
	vertical-align: middle;
}
.urlcopy_txt {
	display: none;
}
.firmware_label {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 7px 20px;
  background: #ee7972;
  margin: 0 0 40px;
  display: inline-block;
}

.info_detail.mb {
	margin-bottom:60px;
}
.firmware_print {
	width:100%!important;
	display:block!important;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	.firmware_howto {
		width:90%;
		margin:0 auto; 
	}
	.step_box.no1,.step_box.no2,.step_box.no3,.step_box.no4 {
	float:none;
	}
	.step_box {
		width:100%;
		margin:20px auto;
	}
	.step_box .step {
		margin:40px 0 20px;
		font-size:13px;
	}
	.step_box .step span {
		font-size:14px;
		display:inline-block;
		margin-bottom:8px;
	}
	.step_box p {
		font-size:14px;
	}
	.step_box.no2 img {
		margin-top:0;
	}
	.step_box img {
		margin:10px auto 30px;	
	}
	.txt_firm_dl {
		width:100%!important;
	}
	.info_detail.mb {
		margin-bottom:40px!important;
	}
}

