/* =========================================================================================
  NEW FEATURE STYLE FOR TABLET & PC
  LAST UPDATE : 2022/11/11
  AUTHER : MIYAGAWA TAKAYUKI
========================================================================================= */
.newFeature {
    margin: 0 0 64px;
}

.contents .newFeature:last-child {
    margin: 0;
}

.nf-block {
    padding: 0 0 32px;
    margin: 0 0 32px;
    border-bottom: 1px dotted #DAE0E5;
}

.newFeature .nf-block:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.nf-block h3 {
    font-size: 21px;
    line-height: 1.8rem;
    text-align: left;
    margin: 0 0 16px;
		padding-left: 10px;
		border-left: 12px solid #FAA002;
}

.nf-explain,
.image-explain {
    font-size: 14px;
    line-height: 1.65rem;
}

.image-explain {
    line-height: 1.5rem;
}

/* FOR VERTICALLY LONG IMAGE */
p.nf-image-center {
  text-align: center;
}

p.nf-image-center img {
    width: 50%;
}

ul.nf-image {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

ul.nf-image li {
    width: 50%;
}

ul.nf-image-tablet li {
    width: 100%;
}

ul.nf-image img,
ul.nf-image-center img,
p.nf-image img {
    width: 100%;
    vertical-align: bottom;
}

ul.nf-image-border img {
  border: 1px solid #DAE0E5;
}

/* FOR OBLONG IMAGE */
p.nf-image {
  width: 100%;
  height: auto;
}

/* TEXT DECORATION */
/* .image-explain {
  font-size: 14px;
  line-height: 1.5;
} */

.ie-align-center {
  text-align: center;
}

.ie-font-bold {
  font-weight: bold;
}

/* ADJUST BOTTOM MARGIN */
.bottom-margin-8px {
  margin-bottom: 8px;
}

.bottom-margin-24px {
  margin-bottom: 24px;
}

.bottom-margin-32px {
  margin-bottom: 32px;
}

/* TABLE */
.nf-detail table {
	width: 100%;
	margin-top: 24px;
	border: 1px solid #DAE0E5;
	border-collapse: collapse;
}

.nf-detail th,
.nf-detail td {
	font-size: 14px;
	line-height: 1.25rem;
	vertical-align: middle;
	border: 1px solid #DAE0E5;
	padding: 12px;
}

.nf-detail th {
	width: 35%;
	text-align: center;
	background-color: #f0f2f5;
}

.nf-detail td {
	width: 65%;
	text-align: left;
}
