@charset "UTF-8";
/* -----------------------------
common
----------------------------- */

/* main */
.l-content .mvArea .mainVisual {
  width: 1105px;
  height: 90px;
  padding-left: 95px;
  background: url(/pr/2dx/fa_7days/img/logo_2d.png) #000 no-repeat 20px 17px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 90px;
}
.l-content .mvArea .mvTxtArea {
  width: 1150px;
  height: 230px;
  background: url(/pr/2dx/fa_7days/img/main.png) #00003e no-repeat right;
  padding-left: 50px;
}
.l-content .mvArea .mvTxtArea .mainTxt01 {
  font-size: 24px;
  color: #fbc904;
  font-weight: bold;
  padding-top: 60px;
  line-height: 1;
}
.l-content .mvArea .mvTxtArea .mainTxt02 {
  font-size: 48px;
  color: #FFF;
  font-weight: bold;
  padding-top: 30px;
  line-height: 1;
}
.l-content .mvArea .mvTxtArea .mainTxt03 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  padding-top: 30px;
  line-height: 1;
}

.l-content .mvArea .mvBtnArea {
  background-color: #000;
  height: 90px;
  padding-top: 25px;
  color: #FFF;
}
.l-content .mvArea .mvBtnArea .m-btnList--center {
  margin-top: 0;
}
.l-content .m-btnList--center li {
  width: 360px;
  vertical-align: top;
}
.l-content .m-btnWin--strong,
.l-content .m-btnWin--conversion {
  width: 360px;
  height: 50px;
  font-size: 16px;
  padding-top: 14px;
}
.l-content .exampleArea {
  margin-top: 30px;
}

.l-content .exampleArea .exampleBox {
  float: left;
  width: 255px;
  margin-left: 40px;
}
.l-content .exampleArea .exampleBox:first-child {
  margin-left: 30px;
}

.l-content .exampleArea .exampleBox .ttl {
  width: 239px;
  height: 14px;
  background-color: #00003e;
  color: #FFF;
  padding: 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.l-content .exampleArea .exampleBox .ttl .fa {
  display: block;
  border-left: #005bac 14px solid;
}
.l-content .exampleArea .exampleBox .pic {
  margin-top: 10px;
}
.l-content .exampleArea .exampleBox .m-table th {
  background-color: #00003e;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 3px 5px;
}
.l-content .exampleArea .exampleBox .m-table th.material {
  height: 43px;
}
.l-content .exampleArea .exampleBox .m-table td {
  background-color: #f4f2f0;
  font-weight: bold;
  text-align: left;
  border: 1px solid #FFF;
  padding: 3px 5px;
}