@charset "UTF-8";
/* -----------------------------------------------------
	flexLayout
----------------------------------------------------- */
.flexColumn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexColumn01.bC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexColumn01.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexColumn01.aM {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexColumn01.aEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* -----------------------------------------------------
	columnLayout
----------------------------------------------------- */
.columnLayout {
  clear: both;
}
.columnLayout .colLeft {
  float: left;
}
.columnLayout .colRight {
  float: right;
}

.columnFlex {
  display: flex;
  flex-wrap: wrap;
}
.columnFlex.between {
  justify-content: space-between;
}

/* -----------------------------------------------------
	Clearfix
----------------------------------------------------- */
.columnLayout:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.columnLayout {
  *display: inline-table;
  *zoom: 1;
}

.w08per {
  width: 8%;
}

.w20per {
  width: 20%;
}

.w24per {
  width: 24%;
}

.w22per {
  width: 22%;
}

.w50per {
  width: 50%;
}

figure {
  margin: 0;
  vertical-align: bottom;
}

.mb1em {
  margin-bottom: 1em;
}

.ModelTitleWrap .area .left img {
  vertical-align: middle;
}

#loading {
  text-align: center;
  height: 200px;
  padding: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* contentsWrap 
*****************************************/
#contentsWrap2016 {
  width: 100%;
}

.SpringCP2Banner {
  padding: 15px 0 60px;
}

.mainArea {
  width: 100%;
  background: #000;
  overflow-x: hidden;
}
.mainArea p {
  margin: 0;
}
.mainArea .featureVideoWrap {
  clear: both;
  width: 100%;
  background: #000;
  margin: 46px auto 0;
  margin: 0 auto 0;
  position: relative;
  overflow-x: hidden;
}
.mainArea .featureVideoWrap .videoWrap video,
.mainArea .featureVideoWrap .videoWrap .TopImage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 0 0 -50%;
  z-index: 2;
  padding: 0;
}
.mainArea .featureVideoWrap .videoWrap .TopImage {
  z-index: 3;
}
.mainArea .featureVideoWrap .videoWrap .TopImage img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainArea {
    display: none;
  }
}

/* タブ 
*****************************************/
.productsCustomContents {
  background: #000;
}

.Tab2Wrap {
  border-top-color: #3d3d3d;
  border-bottom-color: #3d3d3d;
  background-color: #000;
}
.Tab2Wrap .sectionInner #TabNavigationU li a {
  color: #3AB0F0;
  border-bottom-color: rgba(255, 255, 255, 0);
}
.Tab2Wrap .sectionInner #TabNavigationU li a:hover {
  border-bottom-color: #3AB0F0;
}
.Tab2Wrap .sectionInner #TabNavigationU li.on a {
  border-bottom-color: #3AB0F0;
}
.Tab2Wrap .sectionInner #TabNavigationU li.on a:hover {
  border-bottom-color: #3AB0F0;
}

/* 標準構成 
*****************************************/
.wrapSection05 .hdg {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
}

#layer02 .wrapSection05 {
  background: #000;
  padding: 80px 0 110px;
}

#layer04 .wrapSection05 {
  background: #000;
  padding: 66px 0 112px;
}

#layer05 .wrapSection05 {
  background: #000;
  padding: 60px 0;
}

/* feature
*****************************************/
.section05 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .section05 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.featureList01 li dt {
  color: #fff;
}

.featureList01 li dd {
  color: #fff;
}

.section05 + .section06 {
  margin-top: 120px;
}

.section06 + .section06 {
  margin-top: 120px;
}

.section06 p {
  margin-bottom: 0;
}

.section06 p + p {
  margin-top: 13px;
}

.section06 .textIndent01 {
  margin-left: 5px;
}

.section06 p {
  color: #c8c8c8;
  line-height: 1.71;
}
.section06 p + p {
  margin-top: 20px;
}
.section06 p + .note {
  margin-top: 16px;
}
.section06 p + .featureList02 {
  margin-top: 2.2em;
}
.section06 p + figure {
  margin-top: 23px;
}
.section06 .mt40 {
  margin-top: 40px;
}
.section06 figure + .featureList02 {
  margin-top: 40px;
}
.section06 .featureList02 li {
  color: #c8c8c8;
  line-height: 1.71;
  padding-left: 1em;
  position: relative;
}
.section06 .featureList02 li:before {
  position: absolute;
  top: 0.9em;
  left: 0.35em;
  font-size: 50%;
  line-height: 1.71;
  content: '●';
}
.section06 .featureList02 li + li {
  margin-top: 1em;
}
.section06 .table06 {
  width: 100%;
  border-bottom: 1px solid #707070;
}
.section06 .table06 th, .section06 .table06 td {
  color: #c8c8c8;
  border-top: 1px solid #707070;
  padding: 1em 0.3em;
}
.section06 .table06 td {
  color: #878787;
}
.section06 .imgHdg01 {
  text-align: center;
}
.section06 .featureLead01 {
  font-size: 20px !important;
  margin-bottom: 15px;
}
.section06 .featureText01 {
  font-size: 14px !important;
  margin-bottom: 60px;
}
.section06 .featureList01 {
  width: 90%;
  margin: 0 auto 15px;
  text-align: center;
}
.section06 .featureList01 li {
  color: #c8c8c8;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  line-height: 1.6;
}
.section06 .featureList01 li dt {
  display: inline-block;
  color: #c8c8c8;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 0.8em;
}
.section06 .featureList01 li dd {
  display: inline-block;
  color: #c8c8c8;
  font-size: 17px;
  vertical-align: middle;
}
.section06 .featureList01 + .note02 {
  margin-top: 36px;
}

/* kensyo
*****************************************/
.kensyoHdg02 {
  width: 494px;
  padding-bottom: 5px;
  margin: 0 auto 23px;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kensyoHdg02 {
    width: 100%;
  }
}

.kensyo_table02 {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 {
    width: 100%;
  }
}
.kensyo_table02.type02 {
  width: 822px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02.type02 {
    width: 100%;
  }
}
.kensyo_table02 + .kensyo_table02 {
  margin-top: 15px;
}
.kensyo_table02 tr th {
  color: #fff;
  text-align: right;
  vertical-align: middle;
  padding-right: 30px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr th {
    padding-right: 15px;
    padding-bottom: 14px;
  }
}
.kensyo_table02 tr td {
  vertical-align: middle;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr td {
    padding-bottom: 14px;
  }
}
.kensyo_table02 tr td.db {
  width: 87px;
  padding-left: 12px;
  font-size: 20.5px;
  font-weight: bold;
}
.kensyo_table02 tr td.db.db01 {
  color: #2ec5ff;
}
.kensyo_table02 tr td.db.db02 {
  color: #b12eff;
}
.kensyo_table02 tr td.db.db03 {
  color: #9d9d9d;
}
.kensyo_table02 tr td.db.db04 {
  color: #bce300;
}
.kensyo_table02 tr td.db.db05 {
  color: #e5bb00;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr td.db {
    width: 20.58%;
    font-size: 17px;
  }
}
.kensyo_table02 tr td.db p img {
  vertical-align: middle;
}
.kensyo_table02 tr td.graphArea {
  width: 438px;
  /*
  @keyframes graphanimation01 {
  	0% {
  		opacity: 0;
  		width: 0%;
  	}
  	100% {
  		opacity: 1;
  		width: 10%;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr td.graphArea {
    width: 39.66%;
  }
}
.kensyo_table02 tr td.graphArea .graphBase {
  width: 100%;
  height: 16px;
  background: #2e2e2e;
}
.kensyo_table02 tr td.graphArea .graphBase .graph {
  width: 0%;
  height: 16px;
  opacity: 0;
  transition: 1.5s all ease-in-out;
}
.kensyo_table02 tr td.graphArea .graphBase .graph.active {
  opacity: 1;
  /*
  animation-name: graphanimation01;
  animation-duration: $moveTime*1;
  animation-timing-function: $easing;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  */
}
.kensyo_table02 tr td.graphArea.graphArea01 .graphBase .graph.active {
  width: 16.2100456621%;
  background: #2ec5ff;
}
.kensyo_table02 tr td.graphArea.graphArea02 .graphBase .graph.active {
  width: 31.9634703196%;
  background: #9d9d9d;
}
.kensyo_table02 tr td.graphArea.graphArea03 .graphBase .graph.active {
  width: 52.7397260274%;
  background: #b12eff;
}
.kensyo_table02 tr td.graphArea.graphArea04 .graphBase .graph.active {
  width: 75.1141552511%;
  background: #9d9d9d;
}
.kensyo_table02 tr td.graphArea.graphArea05 .graphBase .graph.active {
  width: 69.6347031963%;
  background: #bce300;
}
.kensyo_table02 tr td.graphArea.graphArea06 .graphBase .graph.active {
  width: 94.0639269406%;
  background: #9d9d9d;
}
.kensyo_table02 tr td.graphArea.graphArea07 .graphBase .graph.active {
  width: 76.0273972603%;
  background: #e5bb00;
}
.kensyo_table02 tr td.graphArea.graphArea08 .graphBase .graph.active {
  width: 81.2785388128%;
  background: #9d9d9d;
}
.kensyo_table02 tr .lv01 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr .lv01 {
    font-size: 12px;
  }
}
.kensyo_table02 tr .lv02 {
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .kensyo_table02 tr .lv02 {
    font-size: 12px;
  }
}

.graphWrap {
  margin-top: 40px;
}
.graphWrap + .graphWrap {
  margin-top: 25px;
}
.graphWrap .kensyoHdg02 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}

.section07 + .section07 {
  margin-top: 100px;
}
.section07 + .section07.type02 {
  margin-top: 44px;
}
.section07 .kensyoHdg01 {
  text-align: center;
  margin-bottom: 50px;
}
.section07 .kensyoHdg01.type02 {
  margin-bottom: 25px;
}
.section07 .kensyoHdg01 + .subHdg {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: -42px;
}
.section07 .kensyoHdg02 {
  width: 494px;
  padding-bottom: 5px;
  margin: 0 auto 23px;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section07 .kensyoHdg02 {
    width: 100%;
  }
}
.section07 figure + .kensyoHdg02 {
  margin-top: 47px;
}
.section07 .graphWrap .kensyoHdg02 {
  margin: 0 auto 35px;
}
.section07 .kensyoBoxTitle01 {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}
.section07 .kensyoBoxTitle01.type02 {
  color: #ffff00;
}
.section07 .kensyoBox01 {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 15px 10px 15px 10px;
  text-align: center;
  background: #141414;
}
@media screen and (max-width: 767px) {
  .section07 .kensyoBox01 {
    width: 100%;
  }
}
.section07 .kensyoBox01 p {
  color: #fff;
  margin-bottom: 0 !important;
}
.section07 .kensyoBox01.type02 p {
  color: #ffff00;
}
.section07 .kensyo_area01 {
  width: 866px;
  margin: 50px auto 0;
  background: url("../img/kensyo/img_03.jpg") no-repeat 50% 0;
  text-align: center;
  padding-top: 425px;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_area01 {
    width: 100%;
  }
}
.section07 .kensyo_area01 p {
  color: #fff;
  margin-bottom: 23px;
}
.section07 .kensyo_list01 {
  border-bottom: 1px solid #6b6b6b;
  margin-bottom: 58px;
}
.section07 .kensyo_list01 li {
  border-top: 1px solid #6b6b6b;
  color: #fff;
  padding: 1.5em 2em;
}
.section07 .tableScrollWrap-sp + .tableScrollWrap-sp {
  margin-top: 40px;
}
.section07 .tableScrollWrap-sp + .note02 {
  margin-top: 30px;
  margin-left: 10px;
}
.section07 .kensyo_note {
  text-align: center;
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_note {
    text-align: left;
    white-space: nowrap;
  }
}
.section07 .kensyo_table01 {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #6b6b6b;
}
.section07 .kensyo_table01 + .kensyo_table01 {
  margin-top: 40px;
}
.section07 .kensyo_table01 + .note02 {
  margin-top: 30px;
  margin-left: 10px;
}
.section07 .kensyo_table01 tr th {
  color: #fff;
  padding: 0.5em 0.5em;
  text-align: center;
  vertical-align: middle;
  background: #292929;
  border-top: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
}
.section07 .kensyo_table01 tr th:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_table01 tr th {
    white-space: nowrap;
  }
}
.section07 .kensyo_table01 tr td {
  color: #fff;
  vertical-align: middle;
  padding: 0.5em 0.5em;
  border-top: 1px solid #6b6b6b;
  border-right: 1px solid #6b6b6b;
}
.section07 .kensyo_table01 tr td:last-child {
  border-right: none;
}
.section07 .kensyo_table01 tr .lv02 {
  background: #5c0035;
}
.section07 .kensyo_table01 tr .lv03 {
  background: #292929;
}
.section07 .kensyo_table01 tbody.type02 td {
  padding: 1.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_table01 tbody.type02 td {
    padding: 0.5em 0.5em;
  }
}
.section07 .kensyo_table01.type02 tr th {
  padding: 0.5em 0.2em;
}
.section07 .kensyo_table01.type02 tr td {
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_table01.type02 tr td {
    padding: 1em 1em;
  }
}
.section07 .kensyo_table01.type03 {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_table01.type03 {
    width: 100%;
  }
}
.section07 .kensyo_table01.type03 tr th {
  text-align: left !important;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_table01.type03 tr th {
    white-space: normal;
  }
}
.section07 .kensyo_table01.type03 tr td {
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .section07 .kensyo_table01.type03 tr td {
    padding: 1em 1em;
  }
}

#layer02 {
  width: auto;
  min-width: 960px;
  background: #000;
  overflow: hidden;
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  #layer02 {
    min-width: 100%;
  }
}

#layer03 {
  width: auto;
  min-width: 960px;
  background: #000;
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #layer03 {
    min-width: 100%;
    padding-bottom: 40px;
  }
}

.area02 {
  background: #000 url("../img/bg03.png") repeat-x 50% 0;
  background: #000;
  padding-bottom: 13px;
}
.area02 .kinen {
  text-align: center;
  margin-bottom: 10px;
}
.area02 .areaInner01 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  min-height: 500px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .area02 .areaInner01 {
    width: 100%;
    min-height: auto;
  }
}
.area02 .areaInner01 .top_area01 {
  position: absolute;
  top: 10px;
  left: -84px;
}
@media screen and (max-width: 767px) {
  .area02 .areaInner01 .top_area01 {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.area02 .areaInner01 .top_area01 p {
  color: #c8c8c8;
  line-height: 1.71;
}
.area02 .areaInner01 .top_area02 {
  position: absolute;
  top: 46px;
  left: 367px;
}
@media screen and (max-width: 767px) {
  .area02 .areaInner01 .top_area02 {
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
.area02 .areaInner01 .top_area02 p + p {
  color: #fff;
  margin-top: 28px;
}
.area02 .areaInner01 .top_area03 {
  position: absolute;
  top: 310px;
  left: 413px;
  width: 574px;
}
@media screen and (max-width: 767px) {
  .area02 .areaInner01 .top_area03 {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
  }
}
.area02 .top_area04 {
  width: 896px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area02 .top_area04 {
    width: 100%;
  }
}
.area02 .top_area04 .titleArea {
  width: 641px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .area02 .top_area04 .titleArea {
    width: 100%;
  }
}
.area02 .top_area04 .titleArea p + p {
  color: #fff;
  margin-top: 7px;
  text-align: right;
}
.area02 .top_area04 .graphWrap + .graphWrap {
  margin-top: 35px;
}
.area02 .top_area04 .graphWrap .kensyoHdg02 {
  margin-bottom: 40px;
}

.area02 .areaInner01 .PCbody {
  position: absolute;
  top: 183px;
  left: -254px;
}

.areaInner01 {
  padding-top: 55px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .areaInner01 {
    padding-top: 0;
  }
}
.areaInner01 .flexColumn01 {
  margin-right: 18px;
}
.areaInner01 .tx02 {
  color: #fff;
  width: 650px;
  font-size: 19px;
  line-height: 1.7526315789;
  margin-top: 5px;
}
.areaInner01 .area02Inner01 {
  position: absolute;
  top: 190px;
  left: 307px;
  width: 653px;
  /*
  margin-left: 307px;
  margin-top: 8px;
  */
}
.areaInner01 .area02Inner01 .tx06 {
  color: #878787;
  font-size: 9.3px;
  line-height: 1.5376344086;
  text-align: right;
  margin: 12px 20px 30px 0;
}
.areaInner01 .area02Inner01 .area02Inner02 {
  width: 644px;
  margin-left: 9px;
}
.areaInner01 .area02Inner01 .area02Inner02 .tx03 {
  text-align: center;
  margin-bottom: 43px;
}
.areaInner01 .area02Inner01 .area02Inner02 .tx04 {
  text-align: center;
  margin-bottom: 5px;
}
.areaInner01 .area02Inner01 .area02Inner02 .tx05 {
  color: #878787;
  font-size: 14px;
  width: 644px;
  text-align: center;
}

.area02 .nouki {
  font-size: 13px;
  text-align: center;
  color: #ff0056;
  border: 1px solid #ff0056;
  padding: 0.95em;
}

.area02 .featureHdg02 {
  text-align: center;
  color: #007cff;
  font-size: 16px;
  padding: 2.6em 0 0.3em;
  margin-top: 92px;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #007cff;
}

.area02 .featureLead01 {
  font-size: 20px !important;
  margin-bottom: 15px;
}

.area02 .featureList01 {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

.area02 .featureList01 li {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
  line-height: 1.6;
}

.area02 .featureList01 li dt {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 0.8em;
}

.area02 .featureList01 li dd {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
}

.area02 .box {
  border: 1px solid #ff0056;
  padding: 10px 15px;
}

.area02 .box ul li {
  color: #ff0056;
  font-size: 13px;
  line-height: 2;
}

/*	table
*****************************************/
.table01 {
  width: 100%;
  border-left: #c7c7c7 1px solid;
  border-bottom: #c7c7c7 1px solid;
}

.table01 th,
.table01 td {
  border-top: #c7c7c7 1px solid;
  border-right: #c7c7c7 1px solid;
  padding: 5px 15px 4px;
}

@media screen and (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    text-align: left;
    word-break: break-all;
  }
}
.table01 th .tablePlane,
.table01 td .tablePlane {
  border-left: none;
  border-bottom: none;
}

.table01 th .tablePlane th,
.table01 th .tablePlane td,
.table01 td .tablePlane th,
.table01 td .tablePlane td {
  text-align: left;
  border-top: none;
  border-right: none;
  background: none;
  padding: 0 0 0;
}

@media screen and (max-width: 767px) {
  .table01 th .tablePlane th,
  .table01 th .tablePlane td,
  .table01 td .tablePlane th,
  .table01 td .tablePlane td {
    display: table-cell;
  }
}
.table01 th .tablePlane th,
.table01 td .tablePlane th {
  color: #505050;
  padding-right: 1em;
  white-space: nowrap;
}

.table01 th,
.table01 th.lv01 {
  color: #FFF;
  background: #666464 url(../img/background-28.gif) repeat-x 0 0;
}

.table01 th.lv02 {
  color: #505050;
  background: #f6f6f6 url(../img/background-29.gif) repeat-x 0 0;
}

.table01 td {
  background: #fcfdfd url(../img/background-30.gif) repeat-x 0 0;
}

@media screen and (max-width: 767px) {
  .tableScrollWrap-sp {
    overflow-x: auto;
  }

  .tableScrollWrap-sp .table01 th,
  .tableScrollWrap-sp .table01 td {
    display: table-cell;
    white-space: nowrap;
  }
}
.table02Bg {
  background: url(../img/background-47.jpg) no-repeat 0 100%;
  padding-bottom: 28px;
}

.table02 {
  width: 100%;
}

.table02 th,
.table02 td {
  border-bottom: #CCC 1px solid;
  padding: 5px 15px 4px;
}

.table02 th {
  color: #00326E;
  background: #f2f2f3 url(../img/background-43.png) repeat-x 0 0;
}

.table02 th.first {
  background: #f2f2f3 url(../img/background-45.png) no-repeat 0% 0;
}

.table02 th.last {
  background: #f2f2f3 url(../img/background-46.png) no-repeat 100% 0;
}

.table02 td {
  background: #fcfdfd url(../img/background-44.png) repeat-x 0 0;
}

.table03 {
  width: 100%;
  margin-bottom: 30px;
}

.table03 th,
.table03 td {
  padding: 0.3em 15px 0;
}

.table03 th {
  width: 125px;
  color: #FFF;
  background: #00177a url(../img/background-90.png) no-repeat 0 0;
  margin-right: 15px;
  text-align: center;
}

.table03 th span {
  display: block;
}

.table03 th span.title {
  font-size: 129%;
  font-weight: bold;
}

.table03 td p {
  margin-bottom: 0.3em;
}

.table03 td li {
  margin-bottom: 0.3em;
}

.table04 {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #bfbfbf;
}

.table04 th,
.table04 td {
  padding: 0.3em 15px 0.3em 1em;
  border-bottom: 1px solid #bfbfbf;
  font-size: 86%;
}

.table04 th {
  width: 125px;
  margin-right: 15px;
}

.table05 {
  width: 100%;
  border-top: #CCC 1px solid;
  margin-bottom: 35px;
}

.table05 th,
.table05 td {
  border-bottom: #CCC 1px solid;
  padding: 5px 15px 4px 5px;
  vertical-align: top;
  background: url(../img/background-96.gif) repeat-x 0 0;
}

.table05 th {
  color: #00326E;
}

.table06 {
  width: 100%;
  margin-bottom: 5px;
  border-top: 1px solid #bfbfbf;
}

.table06.topBorderNone {
  border-top: none;
}

.table06 thead th,
.table06 thead td {
  padding: 0.5em 15px 0.5em 1em;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 100%;
  font-weight: bold;
  vertical-align: top;
}

.table06 tbody th,
.table06 tbody td {
  padding: 0.75em 15px 0.75em 1em;
  border-bottom: 1px solid #bfbfbf;
  font-size: 100%;
  vertical-align: top;
}

.table06 tbody th {
  width: auto;
}

.table06.typeLeft tbody th {
  text-align: left;
}
