.accessPage .textBox .textBox_innerWrap .box:not(:last-child) {
  margin-bottom: 60px;
}
.accessPage .textBox .textBox_innerWrap .box .box_inner {
  margin-bottom: 40px;
}
.accessPage .textBox .textBox_innerWrap .box .box_inner .box_inner_img {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.accessPage .textBox .textBox_innerWrap .box .box_inner .box_inner_img img {
  height: 320px;
  width: auto;
}
.accessPage .textBox .textBox_innerWrap .box ul li dl {
  font-size: 0;
}
.accessPage .textBox .textBox_innerWrap .box ul li dl dt, .accessPage .textBox .textBox_innerWrap .box ul li dl dd {
  float: left;
  display: inline-block;
  font-size: 1.4rem;
}
.accessPage .textBox .textBox_innerWrap .box ul li dl dt {
  width: 200px;
}
.accessPage .textBox .textBox_innerWrap .box ul li dl dd {
  width: calc(100% - 200px);
}

p.d-name {
  color: #17a4db;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 80px;
  line-height: 1.5;
}


.qr {
	display:block;
	margin:0 auto;
	width:60%;
	}
	
/*# sourceMappingURL=tablet_style.css.map */
