@charset "UTF-8";
/*下層ページCSS*/

/**************************************************************
【TCNポイントのご案内】
**************************************************************/
#tcn_points {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.8;
}
#tcn_points img {
  width: 100%;
}
#tcn_points a {
  color: #1e90ff;
  text-decoration: underline;
}
#tcn_points a:hover {
  color: #87cefa;
}
#tcn_points h1, #tcn_points .about_points h2 {
  font-weight: 600;
}
#tcn_points h1 {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}
#tcn_points .about_points {
  margin-top: 16px;
  padding: 40px 24px;
  background-color: #fff;
  margin-bottom: 24px;
}
#tcn_points .about_points h2 {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 2px dotted;
  margin-bottom: 8px;
}
#tcn_points .about_points.benefit a {
  display: block;
  width: 48%;
  margin: 16px auto 0;
  border-radius: 10px;
  background-color: #ff4500;
  padding: 6px 0;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
} 
#tcn_points .about_points.benefit a:hover {
  opacity: .8;
}
#tcn_points .about_points li {
  margin-bottom: 40px;
}
#tcn_points .about_points li figure {
  margin-top: 10px;
}
#tcn_points .about_points li figure img {
  border: 1px solid #c0c0c0;
}
#tcn_points .about_points li:last-child {
  margin-bottom: 0;
}

#tcn_points aside {
  background-color: #fff;
  padding: 24px;
}
#tcn_points aside h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
#tcn_points aside ul {
  padding-left: 24px;
}
#tcn_points aside ul li {
  list-style: square;
  font-size: 18px;
  margin-bottom: 10px;
}
#tcn_points aside ul li:last-child {
  margin-bottom: 0;
}

/*.back_btn {
  width: 312px;
  margin: 24px auto 0 0;
}
.voices_list .bottom_bg .back_btn a {
  display: block;
  width: 100%;
}*/

