@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
.device-msie-8 #main .mainTitle .title {
  background-image: url("/assets/images/index/logo_01_old.png") !important;
}
@media all and (min-width: 751px), print {
  #global-nav .globalInner header {
    display: none;
  }
  #global-nav2 .globalInner header {
    display: none;
  }
  #global-nav2 footer {
    display: block;
  }
  #global-nav2 .searchInputWrap .searchInputInner {
    padding-top: 0;
  }
  #global-nav2 .searchInputWrap .search {
    border-top: none 0;
  }
  #main {
    padding-bottom: 56.262%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000 url("/assets/images/index/main/pic_03.jpg") no-repeat center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main img {
    width: 100%;
    height: 100%;
  }
  #main .mainTitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #main .mainTitle .mainTitleOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  #main .mainTitle .mainTitleOuter .mainTitleInner {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: table-cell;
  }
  #main .mainTitle .title {
    margin: 0 auto;
    padding-top: 14.90385%;
    width: 82.69231%;
    height: 0;
    text-indent: -100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("/img/top/mainvisual-logo.png") no-repeat 0 0;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main #mainSlideShow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main #mainSlideShow li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main .pagination {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 5.12821%;
    left: 3.84615%;
    z-index: 4;
  }
  #main .pagination li {
    margin-right: 0.96154%;
    width: 1.34615%;
    font-size: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #main .pagination li.stay {
    cursor: default;
    background-color: #f1c400;
  }
  #main .pagination li img {
    width: 100%;
    vertical-align: top;
  }
  #main #mainFadeShow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main #mainFadeShow li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main #mainFadeShow li:first-child {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    z-index: 1;
  }
  #main #mainFadeShow li .mainImage {
    height: 100%;
  }
  #main #mainFadeShow li .link {
    width: 50%;
    position: absolute;
    bottom: 5.12821%;
    right: 3.84615%;
    z-index: 4;
    text-align: right;
  }
  #main #mainFadeShow li .link a {
    color: #fff;
  }
  #main #mainFadeShow li .link a .linkInner {
    padding-left: 2.75em;
    display: inline-block;
    position: relative;
  }
  #main #mainFadeShow li .link a .arrowIcon {
    width: 2em;
    height: 2em;
    position: absolute;
    top: -0.2em;
    left: 0;
    background: url(/img/top/arrow_01.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #main #mainFadeShow li .link a .text {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
  }
  #main .pagination {
    width: 50%;
    text-align: left;
    position: absolute;
    bottom: 5.12821%;
    left: 3.84615%;
    z-index: 4;
  }
  #main .pagination li {
    margin-right: 1.92308%;
    width: 2.6923%;
    font-size: 0;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  #main .pagination li.stay {
    background-color: #f1c400;
  }
  #main .pagination li img {
    width: 100%;
    vertical-align: top;
  }

/* 注意事項お知らせ掲載  */
  #main .atten-news {
    background:rgba(255,255,255,0.8);
    position: absolute;
    bottom: 23%;
    right: 5.84615%;
    z-index: 4;
    padding:20px;
  }
  #main .atten-news h4 {
    font-size:15pt;
    text-align:left;
    margin-bottom:10px;
  }
  #main .atten-news p {
    font-size:12pt;
    text-align:left;
  }
  #main .atten-news p span {
    font-size:10pt;
  }

  #pageNav {
    background-color: #2e2e2e;
  }
  #pageNav ul {
    display: block;
  }
  #pageNav ul li {
    display: inline-block;
    position: relative;
  }
  #pageNav ul li a {
    padding: 20px 9px 20px 11px;
    display: block;
  }
  #pageNav ul li a div:after {
    content: "";
    margin: auto;
    width: 0;
    height: 32.05128%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: solid 1px #6d6d6d;
  }
  #pageNav ul li a strong {
    font-size: 12px;
    letter-spacing: -0.5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    display: block;
  }
  #pageNav ul li a span {
    padding-top: 8px;
    font-size: 12px;
    color: #b6b6b6;
    display: block;
  }
  #pageNav ul li:first-child a div:after {
    border-left: none 0;
  }
  #donner {
    margin-top: 10px;
  }
  #donner .donnerBnr {
    display: block;
    transition: 0.3s;
  }
  #donner .donnerBnr:hover {
    opacity: 0.8;
  }
  #donner .donnerBnr img{
    max-width: 100%;
  }

  #secValue {
    background: url("/assets/images/index/values/bg_01.jpg") no-repeat center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #secValue img {
    height: auto;
  }
  #secValue .secOuter {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
  }
  #secValue .secInner {
    min-width: 100%;
    padding-bottom: 55.76923%;
    background: url("/assets/images/index/values/bg_02.png") no-repeat center top;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  #secValue .secInner .valueWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #secValue .secInner .valueWrap .valueOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  #secValue .secInner .valueWrap .valueInner {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #secValue .secInner .valueWrap .title img {
    width: 64.03846%;
  }
  #secValue .secInner .valueWrap ul {
    padding-top: 20px;
    max-width: 860px;
    width: 82.69231%;
    display: inline-block;
  }
  #secValue .secInner .valueWrap ul li {
    white-space: nowrap;
    display: inline;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
  }
  #secValue .secInner .valueWrap ul li span,
  #secValue .secInner .valueWrap ul li .num {
    margin-right: 0.5em;
  }
  #secValue .secInner .valueWrap .link {
    margin-top: 25px;
    display: inline-block;
    border: solid 1px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #secValue .secInner .valueWrap .link div {
    width: 220px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
  }
  #secFeatures .secOuter {
    margin: 0 auto;

  }
  #secFeatures .secOuter .title {
    padding: 75px 0;
    text-align: center;
  }
  #secFeatures .secOuter .title strong {
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
  }
  #secFeatures .secOuter .title span {
    font-size: 16px;
    display: block;
    color: 8 f8f8f;
  }

  #secFeatures .secOuter .secInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secFeatures .secOuter .secInner ul {
    width: 48.51485%;
    float: left;
  }
  #secFeatures .secOuter .secInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secFeatures .secOuter .secInner ul li {
    margin: 2.04082%;
    width: 45.91837%;
    text-align: left;
    float: left;
    background:#f0e8d9;
    color:#333;

  }
  #secFeatures .secOuter .secInner ul li a {
    display: block;
    color:#333;
  }
  #secFeatures .secOuter .secInner ul li .pic img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
  }
 #secFeatures .secOuter .secInner ul li .caption {
    padding: 20px 20px 0;
    font-size: 18px;
    line-height: 1.5;
  }
  #secFeatures .secOuter .secInner ul li .detail {
    padding: 15px 20px 0;
    padding-bottom: 50px;
  }
  #secFeatures .secOuter .secInner ul li .detail dt {
    font-size: 13px;
  }
  #secFeatures .secOuter .secInner ul li .detail dd {
    padding-top: 10px 20px 0;
    font-size: 13px;
    line-height: 1.38462;
  }
  #secFeatures .secOuter .listLink {
    padding-top: 30px;
    padding-right: 3.84615%;
    text-align: right;
  }
  #secFeatures .secOuter .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #secNews .secInner {
    margin: 0 auto;
    max-width: 1040px;
    margin-bottom:100px;
  }
  #secNews .secInner .title {
    padding: 75px 0;
    text-align: center;
  }
  #secNews .secInner .title strong {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
  }
  #secNews .secInner .title span {
    font-size: 16px;
    display: block;
    color: 8 f8f8f;
  }
  #secNews .secInner .newsWrap {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 92.30769%;
    position: relative;
  }
  #secNews .secInner .newsWrap .list {
    text-align: left;
    display: block;
  }
  #secNews .secInner .newsWrap .list li {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
  }
  #secNews .secInner .newsWrap .list li:first-child {
    padding-top: 0;
  }
  #secNews .secInner .newsWrap .list li dl {
    width: 100%;
    display: table;
  }
  #secNews .secInner .newsWrap .list li dl dt,
  #secNews .secInner .newsWrap .list li dl dd {
    display: table-cell;
    vertical-align: top;
  }
  #secNews .secInner .newsWrap .list li dl dt {
    padding-right: 1.5em;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.625;
  }
  #secNews .secInner .newsWrap .list li dl dd {
    width: 100%;
  }
  #secNews .secInner .newsWrap .list li dl dd .text {
    font-size: 16px;
    line-height: 1.625;
    vertical-align: middle;
  }
  #secNews .secInner .newsWrap .list li dl dd .infoIcon,
  #secNews .secInner .newsWrap .list li dl dd .icon {
    margin-left: 1em;
    vertical-align: middle;
  }
  #secNews .secInner .newsWrap .caption {
    font-size: 21px;
    line-height: 54px;
  }
  .newsAndInfo .caption2 {
  font-size:13pt
  }
  #secNews .secInner .newsWrap .listLink {
    width: 46.875%;
    text-align: right;
    position: absolute;
    bottom: 0;
  }
  #secNews .secInner .newsWrap .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
  #secNews .secInner .newsWrap .newsAndInfo {
    width: 46.875%;
    float: left;
  }
  #secNews .secInner .newsWrap .newsAndInfo nav {
    margin-bottom: 40px;
  }
  #secNews .secInner .newsWrap .newsAndInfo nav ul {
    display: block;
  }
  #secNews .secInner .newsWrap .newsAndInfo nav ul li {

    float: left;
  }
  #secNews .secInner .newsWrap .newsAndInfo nav ul li a div {
    font-size: 21px;
    line-height: 54px;
  }
  #secNews .secInner .newsWrap .newsAndInfo nav ul .seminarNav {
    display: none;
  }
  #secNews .secInner .newsWrap .seminar {
    width: 46.875%;
    float: right;
  }
  #secNews .secInner .newsWrap .seminar .caption {
    margin-bottom: 40px;
    text-align:left;
  }
  #secNews .secInner .openNews .newsAndInfo .newsNav a,
  #secNews .secInner .openSeminar .newsAndInfo .newsNav a {
    color: #fff;
    background-color: #fc0;
  }
  #secNews .secInner .openNews .newsAndInfo .infoList,
  #secNews .secInner .openSeminar .newsAndInfo .infoList {
    display: none;
  }
  #secNews .secInner .openNews .newsAndInfo .prevList,
  #secNews .secInner .openSeminar .newsAndInfo .prevList {
    display: none;
  }
  #secNews .secInner .openInfo .newsAndInfo .infoNav a {
    color: #fff;
    background-color: #fc0;
  }
  #secNews .secInner .openInfo .newsAndInfo .newsList {
    display: none;
  }
  #secNews .secInner .openInfo .newsAndInfo .prevList {
    display: none;
  }
  #secNews .secInner .openPrev .newsAndInfo .prevNav a {
    color: #fff;
    background-color: #fc0;
  }
  #secNews .secInner .openPrev .newsAndInfo .infoList {
    display: none;
  }
  #secNews .secInner .openPrev .newsAndInfo .newsList {
    display: none;
  }
  #secResearch {
    margin-top: 70px;
    padding-bottom: 70px;
    background-color: #c5af64;
  }
  #secResearch .secInner {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secResearch .secInner .title {
    padding: 75px 0;
    text-align: center;
  }
  #secResearch .secInner .title strong {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
    color: #fff;
  }
  #secResearch .secInner .title span {
    font-size: 16px;
    display: block;
    color: #fff;
  }
  #secResearch .secInner ul {
    display: block;
  }
  #secResearch .secInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secResearch .secInner ul li {
    margin-left: 1.92308%;
    width: 21.63462%;
    text-align: left;
    float: left;
  }
  #secResearch .secInner ul li:first-child {
    margin-left: 3.84615%;
  }
  #secResearch .secInner ul li a {
    display: block;
  }
  #secResearch .secInner ul li .pic img {

    height: 100%;
object-fit: cover;
  }
  #secResearch .secInner ul li .caption {
    padding-top: 8.88889%;
  }
  #secResearch .secInner ul li .caption .text {
    font-size: 16px;
    color: #fff;
    line-height: 1.375;
  }
  #secResearch .secInner ul li .caption .module-iconBlankM01 {
    margin-left: 1em;
    border-color: #fff;
  }
  #secResearch .secInner ul li .caption .module-iconBlankM01:after {
    border-color: #fff;
  }
  #secResearch .secInner .listLink {
    padding-top: 2.88462%;
    padding-right: 3.84615%;
    text-align: right;
  }
  #secResearch .secInner .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }
  #secResearch .secInner .listLink .module-iconBlankM01 {
    margin-left: 1em;
    border-color: #fff;
  }
  #secResearch .secInner .listLink .module-iconBlankM01:after {
    border-color: #fff;
  }
  #secLegacy {
    background: #000 url("/assets/images/index/legacy/bg_01.jpg") no-repeat center top;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #secLegacy .secOuter {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
    overflow: hidden;
  }
  #secLegacy .secInner {
    min-width: 100%;
    padding-bottom: 88.46154%;
  }
  #secLegacy .secInner .title {
    padding: 75px 0;
    text-align: center;
  }
  #secLegacy .secInner .title strong {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
    color: #fff;
  }
  #secLegacy .secInner .title span {
    font-size: 16px;
    display: block;
    color: #fff;
  }
  #secLegacy .secInner .title {
    padding-top: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #secLegacy .secInner .legacyWrap {
    width: 100%;
    height: 75%;
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 220px;
    left: 0;
  }
  #secLegacy .secInner .legacyWrap .legacyOuter {
    margin: 0 auto;
    width: 84.61538%;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
  }
  #secLegacy .secInner .legacyWrap .legacyInner {
    padding: 0 0 200px;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .lead {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 2.76923;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history li {
    padding-top: 10px;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history li:first-child {
    padding-top: 0;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history dl {
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history dl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history dl dt,
  #secLegacy .secInner .legacyWrap .legacyInner .history dl dd {
    text-align: left;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history dl dt {
    float: left;
    white-space: nowrap;
  }
  #secLegacy .secInner .legacyWrap .legacyInner .history dl dd {
    padding-left: 9.5em;
  }
  #secLegacy .secInner .listLink {
    padding-top: 30px;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 3.84615%;
  }
  #secLegacy .secInner .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }
  #secLegacy .secInner .btnMore {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #secLegacy .secInner .btnMore span {
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
  }
  #secLegacy .secInner .btnMore span:before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.2em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-bottom: 4px solid #424242;
    border-right: 4px solid #424242;
  }
  #secLegacy .secInner .btnMoreUp {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #special100th {
    margin: 0 3.84615%;
  }
  #special100th .specialInner {
    padding: 55px 0 55px 100px;
    text-align: left;
    display: inline-block;
    background: url("/assets/images/index/100th/icon_01.png") no-repeat left center;
  }
  #special100th .logo {
    margin-right: 20px;
    display: inline-block;
  }
  #special100th a {
    padding-left: 3em;
    display: inline-block;
    position: relative;
  }
  #special100th a .module-iconArrowRL01 {
    position: absolute;
    top: 0;
    left: 0;
  }
  #special100th a .text {
    font-size: 16px;
    line-height: 1.5;
  }
  #special100th a .module-iconBlankM01 {
    margin-left: 0.5em;
  }
  #global-content .mastersBanner{
    background-color: #000;
    color: #fff;
    display: block;
    padding: 30px 0;
    font-size: 14px;
  }
  #global-content .mastersBanner .mastersBanner-cap{
    font-size: 18px;
    margin-bottom: 10px;
  }
  #global-content .special {
    margin: 0 auto;
    max-width: 1040px;
    padding: 20px 0 30px;
    position: relative;
  }
  #global-content .special .specialLogo{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
  }
  #global-content .special .specialText{
    font-size: 30px;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
    line-height: 1.4;
  }
  #global-content .special img{
    width: 100%;
  }
  #global-content .special .listLink {
    padding-right: 3.84615%;
    text-align: right;
  }
  #global-content .special .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    vertical-align: middle;
  }
}
.device-view-pc #global-nav .globalInner header {
  display: none;
}
.device-view-pc #global-nav2 .globalInner header {
  display: none;
}
.device-view-pc #global-nav2 footer {
  display: block;
}
.device-view-pc #global-nav2 .searchInputWrap .searchInputInner {
  padding-top: 0;
}
.device-view-pc #global-nav2 .searchInputWrap .search {
  border-top: none 0;
}
.device-view-pc #main {
  padding-bottom: 56.262%;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000 url("/assets/images/index/main/pic_03.jpg") no-repeat center top;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main img {
  width: 100%;
  height: 100%;
}
.device-view-pc #main .mainTitle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.device-view-pc #main .mainTitle .mainTitleOuter {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #main .mainTitle .mainTitleOuter .mainTitleInner {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: table-cell;
}
.device-view-pc #main .mainTitle .title {
  margin: 0 auto;
  padding-top: 14.90385%;
  width: 82.69231%;
  height: 0;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/img/top/mainvisual-logo.png") no-repeat 0 0;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main #mainSlideShow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.device-view-pc #main #mainSlideShow li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main .pagination {
  width: 50%;
  text-align: left;
  position: absolute;
  bottom: 5.12821%;
  left: 3.84615%;
  z-index: 4;
}
.device-view-pc #main .pagination li {
  margin-right: 1.92308%;
  width: 2.6923%;
  font-size: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.device-view-pc #main .pagination li.stay {
  cursor: default;
  background-color: #f1c400;
}
.device-view-pc #main .pagination li img {
  width: 100%;
  vertical-align: top;
}
.device-view-pc #main #mainFadeShow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.device-view-pc #main #mainFadeShow li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #main #mainFadeShow li:first-child {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  z-index: 1;
}
.device-view-pc #main #mainFadeShow li a {
  display: block;
  height: 100%;
}
.device-view-pc #main #mainFadeShow li .mainImage {
  height: 100%;
}
.device-view-pc #main #mainFadeShow li .link {
    width: 50%;
    position: absolute;
    bottom: 5.12821%;
    right: 3.84615%;
    z-index: 4;
    text-align: right;
  }
.device-view-pc #main #mainFadeShow li .link a {
    color: #fff;
  }
.device-view-pc #main #mainFadeShow li .link a .linkInner {
    padding-left: 2.75em;
    display: inline-block;
    position: relative;
  }
.device-view-pc #main #mainFadeShow li .link a .arrowIcon {
    width: 2em;
    height: 2em;
    position: absolute;
    top: -0.2em;
    left: 0;
    background: url(/assets/images/index/main/arrow_01.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }
.device-view-pc #main #mainFadeShow li .link a .text {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
  }
.device-view-pc #main .pagination {
  width: 50%;
  text-align: left;
  position: absolute;
  bottom: 5.12821%;
  left: 3.84615%;
  z-index: 4;
}
.device-view-pc #main .pagination li {
  margin-right: 0.96154%;
  width: 1.34615%;
  font-size: 0;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.device-view-pc #main .pagination li.stay {
  background-color: #f1c400;
}
.device-view-pc #main .pagination li img {
  width: 100%;
  vertical-align: top;
}
.device-view-pc #pageNav {
  background-color: #2e2e2e;
}
.device-view-pc #pageNav ul {
  display: block;
}
.device-view-pc #pageNav ul li {
  display: inline-block;
  position: relative;
}
.device-view-pc #pageNav ul li a {
  padding: 20px 9px 20px 11px;
  display: block;
}
.device-view-pc #pageNav ul li a div:after {
  content: "";
  margin: auto;
  width: 0;
  height: 32.05128%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: solid 1px #6d6d6d;
}
.device-view-pc #pageNav ul li a strong {
  font-size: 12px;
  letter-spacing: -0.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  display: block;
}
.device-view-pc #pageNav ul li a span {
  padding-top: 8px;
  font-size: 12px;
  color: #b6b6b6;
  display: block;
}
.device-view-pc #pageNav ul li:first-child a div:after {
  border-left: none 0;
}
.device-view-pc #secValue {
  background: url("/assets/images/index/values/bg_01.jpg") no-repeat center top;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.device-view-pc #secValue img {
  height: auto;
}
.device-view-pc #secValue .secOuter {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}
.device-view-pc #secValue .secInner {
  min-width: 100%;
  padding-bottom: 55.76923%;
  background: url("/assets/images/index/values/bg_02.png") no-repeat center top;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.device-view-pc #secValue .secInner .valueWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #secValue .secInner .valueWrap .valueOuter {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #secValue .secInner .valueWrap .valueInner {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #secValue .secInner .valueWrap .title img {
  width: 64.03846%;
}
.device-view-pc #secValue .secInner .valueWrap ul {
  padding-top: 20px;
  max-width: 860px;
  width: 82.69231%;
  display: inline-block;
}
.device-view-pc #secValue .secInner .valueWrap ul li {
  white-space: nowrap;
  display: inline;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
}
.device-view-pc #secValue .secInner .valueWrap ul li span,
.device-view-pc #secValue .secInner .valueWrap ul li .num {
  margin-right: 0.5em;
}
.device-view-pc #secValue .secInner .valueWrap .link {
  margin-top: 25px;
  display: inline-block;
  border: solid 1px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.device-view-pc #secValue .secInner .valueWrap .link div {
  width: 220px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.device-view-pc #secFeatures .secOuter {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secFeatures .secOuter .title {
  padding: 75px 0;
  text-align: center;
}
.device-view-pc #secFeatures .secOuter .title strong {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
}
.device-view-pc #secFeatures .secOuter .title span {
  font-size: 16px;
  display: block;
  color: 8 f8f8f;
}
.device-view-pc #secFeatures .secOuter .secInner {
  margin-left: 2.88462%;
}
.device-view-pc #secFeatures .secOuter .secInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secFeatures .secOuter .secInner ul {
  width: 48.51485%;
  float: left;
}
.device-view-pc #secFeatures .secOuter .secInner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secFeatures .secOuter .secInner ul li {
  margin: 0 2.04082%;
  width: 45.91837%;
  text-align: left;
  float: left;
}
.device-view-pc #secFeatures .secOuter .secInner ul li a {
  display: block;
}
.device-view-pc #secFeatures .secOuter .secInner ul li .pic img {
  width: 100%;
}
.device-view-pc #secFeatures .secOuter .secInner ul li .caption {
  padding: 20px 20px 0;
  font-size: 16px;
  line-height: 1.375;
}
.device-view-pc #secFeatures .secOuter .secInner ul li .caption2 {
  font-size: 16px;
  line-height: 1.375;
}
.device-view-pc #secFeatures .secOuter .secInner ul li .detail {
  padding-top: 20px;
}
.device-view-pc #secFeatures .secOuter .secInner ul li .detail dt {
  font-size: 13px;
}
.device-view-pc #secFeatures .secOuter .secInner ul li .detail dd {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.38462;
}
.device-view-pc #secFeatures .secOuter .listLink {
  padding-top: 30px;
  padding-right: 3.84615%;
  text-align: right;
}
.device-view-pc #secFeatures .secOuter .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secNews .secInner .title {
  padding: 75px 0;
  text-align: center;
}
.device-view-pc #secNews .secInner .title strong {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
}
.device-view-pc #secNews .secInner .title span {
  font-size: 16px;
  display: block;
  color: 8 f8f8f;
}
.device-view-pc #secNews .secInner .newsWrap {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 92.30769%;
  position: relative;
}
.device-view-pc #secNews .secInner .newsWrap .list {
  text-align: left;
  display: block;
}
.device-view-pc #secNews .secInner .newsWrap .list li {
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
}
.device-view-pc #secNews .secInner .newsWrap .list li:first-child {
  padding-top: 0;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl {
  width: 100%;
  display: table;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dt,
.device-view-pc #secNews .secInner .newsWrap .list li dl dd {
  display: table-cell;
  vertical-align: top;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dt {
  padding-right: 1.5em;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.625;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dd {
  width: 100%;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dd .text {
  font-size: 16px;
  line-height: 1.625;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner .newsWrap .list li dl dd .infoIcon,
.device-view-pc #secNews .secInner .newsWrap .list li dl dd .icon {
  margin-left: 1em;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner .newsWrap .caption {
  font-size: 21px;
  line-height: 54px;
}
.device-view-pc #secNews .secInner .newsWrap .listLink {
  width: 46.875%;
  text-align: right;
  position: absolute;
  bottom: 0;
}
.device-view-pc #secNews .secInner .newsWrap .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}
.device-view-pc #secNews .secInner .newsWrap .newsAndInfo {
  width: 46.875%;
  float: left;
}
.device-view-pc #secNews .secInner .newsWrap .newsAndInfo nav {
  margin-bottom: 40px;
}
.device-view-pc #secNews .secInner .newsWrap .newsAndInfo nav ul {
  display: block;
}
.device-view-pc #secNews .secInner .newsWrap .newsAndInfo nav ul li {
  width: 50%;
  float: left;
}
.device-view-pc #secNews .secInner .newsWrap .newsAndInfo nav ul li a div {
  font-size: 21px;
  line-height: 54px;
}
.device-view-pc #secNews .secInner .newsWrap .newsAndInfo nav ul .seminarNav {
  display: none;
}
.device-view-pc #secNews .secInner .newsWrap .seminar {
  width: 46.875%;
  float: right;
}
.device-view-pc #secNews .secInner .newsWrap .seminar .caption {
  margin-bottom: 40px;
}
.device-view-pc #secNews .secInner .openNews .newsAndInfo .newsNav a,
.device-view-pc #secNews .secInner .openSeminar .newsAndInfo .newsNav a {
  color: #fff;
  background-color: #fc0;
}
.device-view-pc #secNews .secInner .openNews .newsAndInfo .infoList,
.device-view-pc #secNews .secInner .openSeminar .newsAndInfo .infoList {
  display: none;
}
.device-view-pc #secNews .secInner .openNews .newsAndInfo .prevList,
.device-view-pc #secNews .secInner .openSeminar .newsAndInfo .prevList {
  display: none;
}
}
.device-view-pc #secNews .secInner .openInfo .newsAndInfo .infoNav a {
  color: #fff;
  background-color: #fc0;
}
.device-view-pc #secNews .secInner .openInfo .newsAndInfo .newsList {
  display: none;
}
.device-view-pc #secNews .secInner .openInfo .newsAndInfo .prevList {
  display: none;
}
.devic
.device-view-pc #secNews .secInner .openPrev .newsAndInfo .prevNav a {
  color: #fff;
  background-color: #fc0;
}
.device-view-pc #secNews .secInner .openPrev .newsAndInfo .newsList {
  display: none;
}
.device-view-pc #secNews .secInner .openPrev .newsAndInfo .infoList {
  display: none;
}e-view-pc #secResearch {
  margin-top: 70px;
  padding-bottom: 70px;
  background-color: #c5af64;
}
.device-view-pc #secResearch .secInner {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secResearch .secInner .title {
  padding: 75px 0;
  text-align: center;
}
.device-view-pc #secResearch .secInner .title strong {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
  color: #fff;
}
.device-view-pc #secResearch .secInner .title span {
  font-size: 16px;
  display: block;
  color: #fff;
}
.device-view-pc #secResearch .secInner ul {
  display: block;
}
.device-view-pc #secResearch .secInner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secResearch .secInner ul li {
  margin-left: 1.92308%;
  width: 21.63462%;
  text-align: left;
  float: left;
}
.device-view-pc #secResearch .secInner ul li:first-child {
  margin-left: 3.84615%;
}
.device-view-pc #secResearch .secInner ul li a {
  display: block;
}
.device-view-pc #secResearch .secInner ul li .pic img {
  width: 100%;
}
.device-view-pc #secResearch .secInner ul li .caption {
  padding-top: 8.88889%;
}
.device-view-pc #secResearch .secInner ul li .caption .text {
  font-size: 16px;
  color: #fff;
  line-height: 1.375;
}
.device-view-pc #secResearch .secInner ul li .caption .module-iconBlankM01 {
  margin-left: 1em;
  border-color: #fff;
}
.device-view-pc #secResearch .secInner ul li .caption .module-iconBlankM01:after {
  border-color: #fff;
}
.device-view-pc #secResearch .secInner .listLink {
  padding-top: 2.88462%;
  padding-right: 3.84615%;
  text-align: right;
}
.device-view-pc #secResearch .secInner .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.device-view-pc #secResearch .secInner .listLink .module-iconBlankM01 {
  margin-left: 1em;
  border-color: #fff;
}
.device-view-pc #secResearch .secInner .listLink .module-iconBlankM01:after {
  border-color: #fff;
}
.device-view-pc #secLegacy {
  background: #000 url("/assets/images/index/legacy/bg_01.jpg") no-repeat center top;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.device-view-pc #secLegacy .secOuter {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
  overflow: hidden;
}
.device-view-pc #secLegacy .secInner {
  min-width: 100%;
  padding-bottom: 88.46154%;
}
.device-view-pc #secLegacy .secInner .title {
  padding: 75px 0;
  text-align: center;
}
.device-view-pc #secLegacy .secInner .title strong {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
  color: #fff;
}
.device-view-pc #secLegacy .secInner .title span {
  font-size: 16px;
  display: block;
  color: #fff;
}
.device-view-pc #secLegacy .secInner .title {
  padding-top: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.device-view-pc #secLegacy .secInner .legacyWrap {
  width: 100%;
  height: 75%;
  color: #fff;
  overflow: hidden;
  position: absolute;
  top: 220px;
  left: 0;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyOuter {
  margin: 0 auto;
  width: 84.61538%;
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner {
  padding: 0 0 200px;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .lead {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 2.76923;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history li {
  padding-top: 10px;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history li:first-child {
  padding-top: 0;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history dl {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history dl dt,
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history dl dd {
  text-align: left;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history dl dt {
  float: left;
  white-space: nowrap;
}
.device-view-pc #secLegacy .secInner .legacyWrap .legacyInner .history dl dd {
  padding-left: 9.5em;
}
.device-view-pc #secLegacy .secInner .listLink {
  padding-top: 30px;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 3.84615%;
}
.device-view-pc #secLegacy .secInner .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.device-view-pc #secLegacy .secInner .btnMore {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.device-view-pc #secLegacy .secInner .btnMore span {
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.device-view-pc #secLegacy .secInner .btnMore span:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.2em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-bottom: 4px solid #424242;
  border-right: 4px solid #424242;
}
.device-view-pc #secLegacy .secInner .btnMoreUp {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.device-view-pc #special100th {
  margin: 0 3.84615%;
}
.device-view-pc #special100th .specialInner {
  padding: 55px 0 55px 100px;
  text-align: left;
  display: inline-block;
  background: url("/assets/images/index/100th/icon_01.png") no-repeat left center;
}
.device-view-pc #special100th .logo {
  margin-right: 20px;
  display: inline-block;
}
.device-view-pc #special100th a {
  padding-left: 3em;
  display: inline-block;
  position: relative;
}
.device-view-pc #special100th a .module-iconArrowRL01 {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #special100th a .text {
  font-size: 16px;
  line-height: 1.5;
}
.device-view-pc #special100th a .module-iconBlankM01 {
  margin-left: 0.5em;
}
.device-view-pc #global-content .mastersBanner{
  background-color: #000;
  color: #fff;
  display: block;
  padding: 30px 0;
  font-size: 14px;
}
.device-view-pc #global-content .mastersBanner .mastersBanner-cap{
  font-size: 18px;
  margin-bottom: 10px;
}
.device-view-pc #global-content .special {
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 0 30px;
  position: relative;
}
.device-view-pc #global-content .special .specialLogo{
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.device-view-pc #global-content .special .specialText{
  font-size: 30px;
  display: inline-block;
  width: 78%;
  vertical-align: middle;
  line-height: 1.4;
}
.device-view-pc #global-content .special img{
  width: 100%;
}
.device-view-pc #global-content .special .listLink {
  padding-right: 3.84615%;
  text-align: right;
}
.device-view-pc #global-content .special .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: middle;
}

div.vision-box {
 background-color:#669933;
 height:90px;
}
div.vision-box p {
 text-align:center;
 font-size:1.3rem;
 color:#ffffff;
 padding:20px 0 0;
 line-height:2rem;
 font-family:serif;
}

/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .sp-slider {
      height: auto;
      margin-bottom:0;  
}
  .newsAndInfo .caption2 {
   padding-top:8px;
  }

  .device-js-on #secNews li.infoNav h3.caption2 {
  padding-top:10px;
}

  .device-js-on #secValue {
    padding-bottom: 88%;
    background: url("/assets/images/index/values/bg_01_sp.jpg") no-repeat center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
  }
  .device-js-on #secValue img {
    height: auto;
  }
  .device-js-on #secValue .secInner .valueWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #secValue .secInner .valueWrap .valueOuter {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-js-on #secValue .secInner .valueWrap .valueInner {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #secValue .secInner .valueWrap .title img {
    width: 92%;
  }
  .device-js-on #secValue .secInner .valueWrap ul {
    padding-top: 2.66667%;
    display: inline-block;
  }
  .device-js-on #secValue .secInner .valueWrap ul li {
    padding: 0.5em 0.25em;
    white-space: nowrap;
    display: inline-block;
    font-size: 91.66667%;
    color: #fff;
  }
  .device-js-on #secValue .secInner .valueWrap ul li span .num {
    margin-right: 0.5em;
  }
  .device-js-on #secValue .secInner .valueWrap .link {
    margin-top: 5.33333%;
    width: 34.66667%;
    display: inline-block;
    border: solid 1px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .device-js-on #secValue .secInner .valueWrap .link div {
    padding: 0.25em 0;
    font-size: 191.66667%;
    color: #fff;
  }
  .device-js-on #secFeatures .secOuter .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secFeatures .secOuter .title strong {
    margin-bottom: 2.66667%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
  }
  .device-js-on #secFeatures .secOuter .title span {
    font-size: 125%;
    display: block;
    color: 8 f8f8f;
  }
  .device-js-on #secFeatures .secOuter ul {
    padding-left: 2.66667%;
    display: block;
  }
  .device-js-on #secFeatures .secOuter ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #secFeatures .secOuter ul li {
    padding-bottom: 6.66667%;
    width: 48.66667%;
    text-align: left;
    float: left;
  }
  .device-js-on #secFeatures .secOuter ul li:nth-child(odd) {
    clear: left;
  }
  .device-js-on #secFeatures .secOuter ul li a,
  .device-js-on #secFeatures .secOuter ul li .notLink {
    margin: 0 auto;
    width: 89.0411%;
    display: block;
  }
  .device-js-on #secFeatures .secOuter ul li .pic img {
    width: 100%;
    height: auto;
  }
  .device-js-on #secFeatures .secOuter ul li .kbemedia-pic img {
    width: 100%;
    height: auto;
    text-align:center;
    margin:0 auto;
    border:1px solid #ccc;
  }
  .device-js-on #secFeatures .secOuter ul li .caption {
    padding: 0.5em 0;
    font-size: 100%;
    line-height: 1.3;
  }
  .device-js-on #secFeatures .secOuter ul li .detail dt {
    font-size: 100%;
  }
  .device-js-on #secFeatures .secOuter ul li .detail dd {
    display: none;
  }
  .device-js-on #secFeatures .secOuter .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secFeatures .secOuter .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secFeatures .secOuter .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secFeatures .secOuter .listLink a .text {
    padding: 2.89855%;
    font-size: 125%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secFeatures .secOuter .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secNews .secInner .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secNews .secInner .title strong {
    margin-bottom: 2.66667%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
  }
  .device-js-on #secNews .secInner .title span {
    font-size: 125%;
    display: block;
    color: 8 f8f8f;
  }
  .device-js-on #secNews .secInner .newsWrap .list {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secNews .secInner .newsWrap .list li {
    padding: 5.07246% 0;
    border-top: solid 1px #ddd;
  }
  .device-js-on #secNews .secInner .newsWrap .list li:first-child {
    border-top: none 0;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl {
    text-align: left;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dt {
    font-size: 95%;
    line-height: 1.3;
    vertical-align: middle;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dd {
    padding-top: 2.89855%;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dd .text {
    font-size: 100%;
    line-height: 1.5;
    vertical-align: middle;
  }
  .device-js-on #secNews .secInner .newsWrap .list li dl dd .infoIcon,
  .device-js-on #secNews .secInner .newsWrap .list li dl dd .icon {
    margin-left: 0.5em;
    vertical-align: middle;
  }
  .device-js-on #secNews .secInner .newsWrap .newsAndInfo nav {
    font-size: 100%;
    line-height: 1.45833;
  }
  .device-js-on #secNews .secInner .newsWrap .newsAndInfo nav ul {
    margin-left: 2.66667%;
    width: 94.66667%;
    height: 4em;
    display: table;
  }
  .device-js-on #secNews .secInner .newsWrap .newsAndInfo nav ul li {
    width: 33.4%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #secNews .secInner .newsWrap .newsAndInfo nav ul li a {
    margin: 0 4.23729%;
    height: 100%;
    display: block;
  }
  .device-js-on #secNews .secInner .newsWrap .newsAndInfo nav ul li a div {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-js-on #secNews .secInner .newsWrap .newsAndInfo nav ul li a div .caption {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #secNews .secInner .newsWrap .seminar .caption {
    display: none;
  }
  .device-js-on #secNews .secInner .openNews .newsNav a {
    color: #fff;
    background-color: #fc0;
  }
  .device-js-on #secNews .secInner .openNews .infoList,
  .device-js-on #secNews .secInner .openNews .seminarList,
  .device-js-on #secNews .secInner .openInfo .prevList {
    display: none;
  }
  .device-js-on #secNews .secInner .openInfo .infoNav a {
    color: #fff;
    background-color: #fc0;
  }
  .device-js-on #secNews .secInner .openInfo .newsList,
  .device-js-on #secNews .secInner .openInfo .seminarList,
  .device-js-on #secNews .secInner .openInfo .prevList {
    display: none;
  }
  .device-js-on #secNews .secInner .openPrev .infoNav a {
    color: #fff;
    background-color: #fc0;
  }
  .device-js-on #secNews .secInner .openPrev .newsList,
  .device-js-on #secNews .secInner .openPrev .seminarList,
  .device-js-on #secNews .secInner .openPrev .infoList {
    display: none;
  }
  .device-js-on #secNews .secInner .openSeminar .seminarNav a {
    color: #fff;
    background-color: #fc0;
  }
  .device-js-on #secNews .secInner .openSeminar .newsList,
  .device-js-on #secNews .secInner .openSeminar .infoList {
    display: none;
  }
  .device-js-on #secNews .secInner .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secNews .secInner .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secNews .secInner .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secNews .secInner .listLink a .text {
    padding: 2.89855%;
    font-size: 100%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secNews .secInner .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secResearch {
    margin-top: 9.33333%;
    padding-bottom: 9.33333%;
    background-color: #c5af64;
  }
  .device-js-on #secResearch .secInner .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secResearch .secInner .title strong {
    margin-bottom: 2.66667%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
    color: #fff;
  }
  .device-js-on #secResearch .secInner .title span {
    font-size: 100%;
    display: block;
    color: #fff;
  }
  .device-js-on #secResearch .secInner ul {
    padding-left: 2.66667%;
    display: block;
  }
  .device-js-on #secResearch .secInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #secResearch .secInner ul li {
    padding-bottom: 6.66667%;
    width: 48.66667%;
    text-align: left;
    float: left;
  }
  .device-js-on #secResearch .secInner ul li:nth-child(odd) {
    clear: left;
  }
  .device-js-on #secResearch .secInner ul li a {
    margin: 0 auto;
    width: 89.0411%;
    display: block;
  }
  .device-js-on #secResearch .secInner ul li .pic img {
    width: 100%;
    height: auto;
  }
  .device-js-on #secResearch .secInner ul li .caption {
    padding: 0.5em 0;
  }
  .device-js-on #secResearch .secInner ul li .caption .text {
    font-size: 100%;
    line-height: 1.3;
    color: #fff;
  }
  .device-js-on #secResearch .secInner ul li .caption .module-iconBlankM01 {
    margin-left: 0.5em;
    border-color: #fff;
  }
  .device-js-on #secResearch .secInner ul li .caption .module-iconBlankM01:after {
    border-color: #fff;
  }
  .device-js-on #secResearch .secInner .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secResearch .secInner .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secResearch .secInner .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secResearch .secInner .listLink a .text {
    padding: 2.89855%;
    font-size: 100%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secResearch .secInner .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secLegacy {
    padding-bottom: 320%;
    background: url("/assets/images/index/legacy/bg_01_sp.jpg") no-repeat center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
  }
  .device-js-on #secLegacy .secInner .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secLegacy .secInner .title strong {
    margin-bottom: 2.66667%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
    color: #fff;
  }
  .device-js-on #secLegacy .secInner .title span {
    font-size: 100%;
    display: block;
    color: #fff;
  }
  .device-js-on #secLegacy .secInner .title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #secLegacy .legacyWrap {
    width: 100%;
    height: 69.16667%;
    color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 15.66265%;
    left: 0;
  }
  .device-js-on #secLegacy .legacyWrap .legacyOuter {
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
  }
  .device-js-on #secLegacy .legacyWrap .legacyInner {
    padding-bottom: 9.33333%;
  }
  .device-js-on #secLegacy .legacyWrap .legacyInner .lead {
    margin-bottom: 8%;
    font-size: 108.33333%;
    line-height: 1.92308;
  }
  .device-js-on #secLegacy .legacyWrap .legacyInner .history {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secLegacy .legacyWrap .legacyInner .history li {
    padding-top: 4.34783%;
  }
  .device-js-on #secLegacy .legacyWrap .legacyInner .history li:first-child {
    padding-top: 0;
  }
  .device-js-on #secLegacy .legacyWrap .legacyInner .history dl {
    text-align: left;
    font-size: 108.33333%;
    line-height: 1.53846;
  }
  .device-js-on #secLegacy .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secLegacy .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secLegacy .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secLegacy .listLink a .text {
    padding: 2.89855%;
    font-size: 100%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secLegacy .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #secLegacy .listLink {
    padding-bottom: 10.66667%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .device-js-on #secLegacy .btnMore {
    margin: 0 auto;
    width: 5em;
    height: 5em;
    position: absolute;
    bottom: 8.75%;
    right: 0;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .device-js-on #secLegacy .btnMore span {
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
  }
  .device-js-on #secLegacy .btnMore span:before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0.2em;
    left: 0;
    width: 1em;
    height: 1em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-bottom: 0.3em solid #424242;
    border-right: 0.3em solid #424242;
  }
  .device-js-on #secLegacy .btnMoreUp {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .device-js-on #special100th {
    padding: 5.33333% 0;
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #special100th .specialInner {
    text-align: left;
  }
  .device-js-on #special100th .logo {
    margin-right: 20px;
    display: inline-block;
  }
  .device-js-on #special100th a {
    padding-left: 26.08696%;
    display: block;
    background: url("/assets/images/index/100th/icon_01.png") no-repeat left center;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .device-js-on #special100th a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #special100th a .text {
    font-size: 100%;
    line-height: 1.5;
  }
  .device-js-on #special100th a .module-iconBlankM01 {
    margin-left: 0.5em;
  }
  .device-js-on #global-content .mastersBanner{
    background-color: #000;
    color: #fff;
    display: block;
    padding: 5% 0;
    font-size: 108.33333%;
  }
  .device-js-on #global-content .mastersBanner .mastersBanner-cap{
    font-size: 100%;
    margin-bottom: 5%;
  }
  .device-js-on #global-content .mastersBanner .mastersBanner-txt{
    width: 92%;
    margin: 0 auto;
    line-height: 1.3;
  }
div.vision-box {
 background-color:#011665;
 height:auto;
}
div.vision-box p {
 font-size:100%;
 line-height:135%;
 padding-bottom:20px
}


}
/**********************************/
/* spotlight 160331 */
/**********************************/
@media all and (min-width: 751px), print {
  #secSpotlight {
    margin-top: 70px;
    padding-bottom: 70px;
    background-color: #c5af64;
  }
  #secSpotlight .secOuter {
    margin: 0 auto;
    max-width: 1040px;
  }
  #secSpotlight .secOuter .title {
    padding: 75px 0;
    text-align: center;
  }
  #secSpotlight .secOuter .title strong {
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: -2px;
    display: block;
    color: #fff;
  }
  #secSpotlight .secOuter .title span {
    font-size: 16px;
    display: block;
    color: #fff;
  }
  #secSpotlight .secOuter .secInner {
    margin-left: 2.88462%;
  }
  #secSpotlight .secOuter .secInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secSpotlight .secOuter .secInner ul {
    width: 48.51485%;
    float: left;
  }
  #secSpotlight .secOuter .secInner ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #secSpotlight .secOuter .secInner ul li {
    margin: 0 2.04082%;
    width: 45.91837%;
    text-align: left;
    float: left;
  }
  #secSpotlight .secOuter .secInner ul li a {
    display: block;
  }
  #secSpotlight .secOuter .secInner ul li .pic img {
    width: 100%;
  }
  #secSpotlight .secOuter .secInner ul li .caption {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
  }
  #secSpotlight .secOuter .secInner ul li .detail {
    padding-top: 20px;
    color: #fff;
  }
  #secSpotlight .secOuter .secInner ul li .detail dt {
    font-size: 13px;
  }
  #secSpotlight .secOuter .secInner ul li .detail dd {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.38462;
  }
  #secSpotlight .secOuter .listLink {
    padding-top: 2.88462%;
    padding-right: 3.84615%;
    text-align: right;
  }
  #secSpotlight .secOuter .listLink .text {
    margin-left: 0.5em;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
  }
  #secSpotlight .secOuter .listLink .module-iconBlankM01 {
    margin-left: 1em;
    border-color: #fff;
  }
  #secSpotlight .secOuter .listLink .module-iconBlankM01:after {
    border-color: #fff;
  }
}
.device-view-pc #secSpotlight {
  margin-top: 70px;
  padding-bottom: 70px;
  background-color: #c5af64;
}
.device-view-pc #secSpotlight .secOuter {
  margin: 0 auto;
  max-width: 1040px;
}
.device-view-pc #secSpotlight .secOuter .title {
  padding: 75px 0;
  text-align: center;
}
.device-view-pc #secSpotlight .secOuter .title strong {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -2px;
  display: block;
  color: #fff;
}
.device-view-pc #secSpotlight .secOuter .title span {
  font-size: 16px;
  display: block;
  color: #fff;
}
.device-view-pc #secSpotlight .secOuter .secInner {
  margin-left: 2.88462%;
}
.device-view-pc #secSpotlight .secOuter .secInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secSpotlight .secOuter .secInner ul {
  width: 48.51485%;
  float: left;
}
.device-view-pc #secSpotlight .secOuter .secInner ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li {
  margin: 0 2.04082%;
  width: 45.91837%;
  text-align: left;
  float: left;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li a {
  display: block;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li .pic img {
  width: 100%;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li .caption {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li .detail {
  padding-top: 20px;
  color: #fff;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li .detail dt {
  font-size: 13px;
}
.device-view-pc #secSpotlight .secOuter .secInner ul li .detail dd {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.38462;
}
.device-view-pc #secSpotlight .secOuter .listLink {
  padding-top: 2.88462%;
  padding-right: 3.84615%;
  text-align: right;
}
.device-view-pc #secSpotlight .secOuter .listLink .text {
  margin-left: 0.5em;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.device-view-pc #secSpotlight .secOuter .listLink .module-iconBlankM01 {
  margin-left: 1em;
  border-color: #fff;
}
.device-view-pc #secSpotlight .secOuter .listLink .module-iconBlankM01:after {
  border-color: #fff;
}
@media screen and (max-width: 750px) {
  .device-js-on #secSpotlight {
    margin-top: 9.33333%;
    padding-bottom: 9.33333%;
    background-color: #c5af64;
  }
  .device-js-on #secSpotlight .secOuter .title {
    padding: 9.33333% 0;
    text-align: center;
  }
  .device-js-on #secSpotlight .secOuter .title strong {
    margin-bottom: 2.66667%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 275%;
    letter-spacing: -1px;
    display: block;
    color: #fff;
  }
  .device-js-on #secSpotlight .secOuter .title span {
    font-size: 100%;
    display: block;
    color: #fff;
  }
  .device-js-on #secSpotlight .secOuter ul {
    padding-left: 2.66667%;
    display: block;
  }
  .device-js-on #secSpotlight .secOuter ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #secSpotlight .secOuter ul li {
    padding-bottom: 6.66667%;
    width: 48.66667%;
    text-align: left;
    float: left;
  }
  .device-js-on #secSpotlight .secOuter ul li:nth-child(odd) {
    clear: left;
  }
  .device-js-on #secSpotlight .secOuter ul li a,
  .device-js-on #secSpotlight .secOuter ul li .notLink {
    margin: 0 auto;
    width: 89.0411%;
    display: block;
  }
  .device-js-on #secSpotlight .secOuter ul li .pic img {
    width: 100%;
    height: auto;
  }
  .device-js-on #secSpotlight .secOuter ul li .caption {
    padding: 0.5em 0;
    font-size: 100%;
    line-height: 1.3;
    color: #fff;
  }
  .device-js-on #secSpotlight .secOuter ul li .detail {
    color: #fff;
  }
  .device-js-on #secSpotlight .secOuter ul li .detail dt {
    padding-top: .5em;
    font-size: 100%;
  }
  .device-js-on #secSpotlight .secOuter ul li .detail dd {
    padding-top: 1em;
    font-size: 114%;
    line-height: 1.3;
  }
  .device-js-on #secSpotlight .secOuter .listLink {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #secSpotlight .secOuter .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on #secSpotlight .secOuter .listLink a .module-iconArrowRL01 {
    display: none;
  }
  .device-js-on #secSpotlight .secOuter .listLink a .text {
    padding: 2.89855%;
    font-size: 100%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #secSpotlight .secOuter .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #global-content .special {
    margin: 0 auto;
    width: 92%;
    padding: 0 0 8%;
    position: relative;
    text-align: center;
  }
  .device-js-on #global-content .special .specialLogo{
    width: 70%;
    margin: 0 auto;
  }
  .device-js-on #global-content .special .specialText{
    font-size: 150%;
    margin-bottom: 1.5em;
    line-height: 1.4;
  }
  .device-js-on #global-content .special img{
    width: 100%;
  }
  .device-js-on .special .listLink {
    margin: 5% auto 0;
    width: 100%;
  }
  .device-js-on .special .listLink a {
    display: block;
    position: relative;
    background-color: #005;
  }
  .device-js-on .special .listLink a .module-iconArrowRL01 {
    display: none!important;
  }
  .device-js-on .special .listLink .module-iconBlankM01{
    display: none!important;
  }
  .device-js-on .special .listLink a .text {
    padding: 2.89855% 0;
    font-size: 100%;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }
  .device-js-on .special .listLink a .text:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}
