@charset "UTF-8";

br.sp_only { display: none; }

.modal__body {
  width: 800px;
  margin: 0 auto;
  padding: 49px 30px 32px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

/* .features_3d
-------------------------------------------------------------------------- */
.features_3d .features_title {
  font-size: 200%;
  border-bottom: 3px solid #ce181e;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.features_3d .features_text {
  margin-bottom: 50px;
}
.features_3d .features_list li {
  line-height: 27px;
  margin-bottom: 17px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.features_3d .features_list li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ce181e;
  margin-right: 6px;
  -webkit-border-radius: 13px;
          border-radius: 13px;
}
.features_3d .features_btn {
  text-align: center;
}
.features_3d .features_btnbody {
  display: inline-block;
  border-radius: 20px;
  background: #ce181e;
  position: relative;
  width: 480px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.features_3d .features_btnbody:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 16px;
  background: transparent url(../../../../3ds/common/css/img/arrow_link_01.png) 0 0 no-repeat;
}
.features_3d .features_btnbody span {
  font-size: 85.71429%;
  color: #FFF;
  display: inline-block;
  padding: 13px 0 13px 0;
}

/* .modal_net
-------------------------------------------------------------------------- */
.modal_net dt {
  font-size: 157.1428571%;
  border-bottom: 3px solid #ce181e;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
.modal_net dd {
  display: table;
  width: 100%;
  padding: 20px 0 20px 0;
  table-layout: fixed;
  font-size: 85.7142857%;
}
.modal_net dd span {
  display: table-cell;
  width: 39%;
  vertical-align: middle;
  font-weight: bold;
}
.modal_net dd p {
  display: table-cell;
  width: 60%;
}

/* HOVER
-------------------------------------------------------------------------- */
.features_3d  .features_btnbody {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.features_3d  .features_btnbody:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
