@charset "utf-8";

/* Base
----------------------------------- */
#special {
  text-align: left;
  line-height: 1.4;
  color: #666;
  font-size: 16px;
  margin-top: 10px;
  float: left;
}
#special p,
#special dl {
  line-height: 1.8;
}

/* Btn
----------------------------------- */
#special .btn {
  font-weight: bold;
  font-size: 20px;
  border-radius: 6px;
  padding: 20px 5px;
  text-decoration: none;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 1.4;
}
#special .btn.entry {
  color: #fff !important;
  text-shadow: 0px 0px 0px transparent, 0px 1px 0px rgba(0, 0, 0, 0.3);
}
#special a.btn::after,
#special .btn::after {
  content: none;
}

/* List_nav
------------------------------------*/
.list_nav li:first-child {
  border-top: 0px none;
}
.list_nav li {
  line-height: 1.3;
  border-top: 1px solid #ddd;
}
.list_nav li a,
.list_nav li span {
  display: table;
  position: relative;
  padding: 9px 0px;
  width: 100%;
}
.list_nav li a {
  text-decoration: none;
}
.list_nav li a .fw_b:hover {
  text-decoration: underline;
}
.list_nav div {
  display: table-cell;
  vertical-align: middle;
}

.list_nav .tmb {
  width: 40px;
  text-align: center;
}
.list_nav .tmb img {
  display: block;
  margin: 0px auto; /*border-radius:4px;*/
  width: 100px;
}

.list_nav .tmb + .text_box {
  padding-left: 8px;
  width: 100%;
}
.list_nav .tmb + .text_box p {
  margin-bottom: 3px;
}
.list_nav .tmb + .text_box p:last-child {
  margin-bottom: 0px !important;
}
.list_nav .tmb + .text_box p {
  margin-bottom: 3px;
}
.list_nav .add_info {
  font-size: 10px;
  color: #999;
}

/* Special_side_navi */
#special_side_navi {
  float: right;
  width: 250px;
  margin-top: 10px;
}
#special_side_navi h2 {
  color: #fff;
  padding: 10px 10px 7px 20px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  background: #ff78a1 url(/img/search/icon_bdr_p.gif) no-repeat 10px center;
  border-radius: 4px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
}

/* Box_special */
.box_special {
  margin: 10px 0;
}
.box_special h1 {
  line-height: 1;
  padding: 8px 6px 2px;
  font-size: 24px;
  background: #00a8d3;
  color: #fff;
  padding: 10px;
}
.box_special h1.title-large {
  display: block;
  padding: 0;
  background: transparent;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin: 1.5em 0 1.2em;
  color: #555555;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, #fff9c4 61%, #fff9c4 100%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, #fff9c4 61%, #fff9c4 100%);
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, #fff9c4 61%, #fff9c4 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, #fff9c4 61%, #fff9c4 100%);
  font-family: 'Helvetica', 'Arial', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック',
    'Yu Gothic', sans-serif;
}
.box_special h1.title-large strong {
  color: #f08080;
  font-weight: 700;
}
.box_special .list_nav {
  background-color: #fff;
  margin-top: 10px;
}
.box_special .list_nav {
  background-color: #fff;
  margin-top: 10px;
}
.box_special .list_nav li {
  width: 33.33333%;
  float: left;
  border: none;
  height: 84px;
  overflow: hidden;
}
.box_special .list_nav .tmb + .text_box {
  padding-right: 20px;
  font-size: 14px;
}
.box_special .list_nav .tmb + .text_box p {
  margin-bottom: 2px;
}
.box_special .list_nav .tmb {
  vertical-align: top;
}
.box_special .list_nav .tmb img {
  width: 105px; /*border: 1px solid #d9d9d9;*/
}

/* footer
----------------------------------- */
.featureFooter {
  text-align: left;
  margin: 80px 0 70px;
}
.featureFooter__inner {
  width: 940px;
  margin: 0 auto;
}
.featureFooter .contentsIncomeBox__inner__banner {
  margin: 40px 0;
}
.featureFooter .supportServiceBanner {
  margin-bottom: 80px;
}
