  @charset "UTF-8";
.device-type-sp #global-header .global-movieLink {
  display: block;
}
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/research/header_bg_01.jpg");
  }
  .device-type-pc.country-type-other #global-header header {
    padding-bottom: 56.25%;
    background-image: none;
  }
  .device-type-pc.country-type-other #global-header header #mainMovieWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
  }
  .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovie,
  .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovieOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovie iframe {
    width: 100%;
    height: 100%;
  }
  .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovieOverlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-color: #000;
  }
  #global-content #pageHeader .article {
    padding-top: 40px;
  }
  #global-content #pageHeader .articleFirst {
    padding-top: 0;
  }
  #global-content #pageHeader .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  #global-content #pageBody .article {
    padding-top: 70px;
  }
  #global-content #pageBody .article:first-child {
    padding-top: 0;
  }
  #global-content #pageBody .title {
    padding: 0.8em 0;
    font-size: 48px;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
  }
  #global-content #pageBody #cluster .lead {
    margin-bottom: 40px;
  }
  #global-content #pageBody #cluster .clusterImage {
    margin: 0 auto;
    max-width: 1040px;
    /* height: 690px; */
    overflow: hidden;
    position: relative;
    /* background: url("/ja/assets/images/research/index/cluster/pic_01.jpg") no-repeat center top; */
  }
  #global-content #pageBody #cluster .clusterImage .items {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter {
    width: 224px;
    text-align: center;
    cursor: pointer;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .itemInner {
    padding: 15px 0;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .caption strong {
    padding-left: 0.8em;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .caption strong:after {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 0.4em;
    height: 0.4em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .caption span {
    padding-top: 8px;
    font-size: 18px;
    display: block;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link {
    display: none;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link .linkInner {
    display: inline-block;
    color: #fff;
    position: relative;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link .linkInner:after {
    content: "";
    position: absolute;
    top: 0.4em;
    left: -1em;
    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: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link .text {
    font-size: 16px;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter:hover .itemInner {
    color: #fff;
    -webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter:hover .itemInner .link {
    padding-top: 15px;
    width: 100%;
    display: block;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemOuter:hover .caption strong:after {
    border-color: #fff;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail {
    width: 100%;
    text-align: left;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    z-index: 2;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter {
    padding: 30px;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner {
    padding-top: 30px;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner:first-child {
    padding-top: 0;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner .caption {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner .text {
    padding: 0.5em 0 0 1em;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
  }
  #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner .text:after {
    content: "";
    width: 0;
    height: 1em;
    position: absolute;
    top: 0.7em;
    left: 0;
    border-right: solid 3px #fff;
  }
  #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter {
    color: #adc400;
    position: absolute;
    top: 35px;
    left: 250px;
  }
  #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter .itemInner {
    color: #adc400;
  }
  #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter .caption strong:after {
    border-color: #adc400;
  }
  #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter:hover .itemInner {
    background-color: #97ab00;
  }
  #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter {
    color: #00afec;
    position: absolute;
    top: 448px;
    left: 8px;
  }
  #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter .itemInner {
    color: #00afec;
  }
  #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter .caption strong:after {
    border-color: #00afec;
  }
  #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter:hover .itemInner {
    background-color: #0092c7;
  }
  #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter {
    color: #f39700;
    position: absolute;
    top: 448px;
    left: 490px;
  }
  #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter .itemInner {
    color: #f39700;
  }
  #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter .caption strong:after {
    border-color: #f39700;
  }
  #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter:hover .itemInner {
    background-color: #cc7e00;
  }
  #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .itemInner,
  #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .itemInner,
  #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .itemInner {
    color: #fff;
    -webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  }
  #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .itemInner .link,
  #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .itemInner .link,
  #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .itemInner .link {
    padding-top: 15px;
    width: 100%;
    display: block;
  }
  #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .caption strong:after,
  #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .caption strong:after,
  #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .caption strong:after {
    border-color: #fff;
  }
  #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .itemInner {
    background-color: #97ab00;
  }
  #global-content #pageBody #cluster.view1 .items .type1 .itemDetail {
    display: block;
    top: 190px;
    background-color: #97ab00;
  }
  #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .itemInner {
    background-color: #0092c7;
  }
  #global-content #pageBody #cluster.view2 .items .type2 .itemDetail {
    display: block;
    bottom: 280px;
    background-color: #0092c7;
  }
  #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .itemInner {
    background-color: #cc7e00;
  }
  #global-content #pageBody #cluster.view3 .items .type3 .itemDetail {
    display: block;
    bottom: 280px;
    background-color: #cc7e00;
  }
  #global-content #pageBody #cluster .detailLink {
    text-align: right;
  }
  #global-content #pageBody #cluster .detailLink .detailLinkInner {
    padding-top: 40px;
    text-align: left;
    display: inline-block;
  }
  #global-content #pageBody #around .aroundInner {
    background-color: #001e62;
  }
  #global-content #pageBody #around .items {
    display: block;
  }
  #global-content #pageBody #around .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #pageBody #around .items .item {
    width: 33.3%;
    float: left;
    position: relative;
  }
  #global-content #pageBody #around .items .item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #global-content #pageBody #around .items .item a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
  }
  #global-content #pageBody #around .items .item a .linkWrap,
  #global-content #pageBody #around .items .item a .linkOuter,
  #global-content #pageBody #around .items .item a .linkInner {
    width: 100%;
    height: 100%;
  }
  #global-content #pageBody #around .items .item a .linkWrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content #pageBody #around .items .item a .linkOuter {
    display: table;
  }
  #global-content #pageBody #around .items .item a .linkInner {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-content #pageBody #around .items .item a .textWrap {
    padding: 1em;
  }
  #global-content #pageBody #around .items .item a .textWrap .text {
    font-size: 18px;
    line-height: 1.4;
  }
  #global-content #pageBody #around .items .item a .textWrap .listBlank,
  #global-content #pageBody #around .items .item a .textWrap .listPdf {
    margin-left: 1em;
  }
  #global-content #pageBody #topics .cotegories {
    margin-bottom: 0.5em;
  }
  #global-content #pageBody #topics .cotegories .icon {
    margin-right: 0.5em;
    padding: 0.3em 1em;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
  }
  #global-content #pageBody #topics .cotegories .type1 {
    background-color: #b8d200;
  }
  #global-content #pageBody #topics .cotegories .type2 {
    background-color: #00afec;
  }
  #global-content #pageBody #topics .cotegories .type3 {
    background-color: #f39700;
  }
  #global-content #pageBody #topics .detailLink {
    text-align: right;
    position: relative;
  }
  #global-content #pageBody #topics .detailLink .detailLinkInner {
    padding-top: 40px;
    text-align: left;
    display: inline-block;
  }
  #global-content #pageBody #topics .detailLink .detailLinkL {
    padding-top: 0;
    position: absolute;
    top: 40px;
    left: 0;
  }
  #global-content #pageBody #movie .movieInner {
    padding-bottom: 30px;
    color: #fff;
    background-color: #c63527;
  }
  #global-content #pageBody #movie .movieInner a {
    color: #fff;
    display: block;
  }
  #global-content #pageBody #movie .lead {
    margin-bottom: 40px;
  }
  #global-content #pageBody #movie #moviePlayArea {
    margin: 0 auto;
    width: 96.15385%;
    background-color: #94271e;
  }
  #global-content #pageBody #movie #moviePlayArea .moviePlayInner {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
  }
  #global-content #pageBody #movie #moviePlayArea .moviePlayInner .moviePlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content #pageBody #movie #moviePlayArea .moviePlayInner .moviePlay iframe {
    width: 100%;
    height: 100%;
  }
  #global-content #pageBody #movie .labelItems {
    padding: 1.92308%;
    text-align: left;
  }
  #global-content #pageBody #movie .labelItems .item {
    display: none;
  }
  #global-content #pageBody #movie .labelItems .item .movieLabel,
  #global-content #pageBody #movie .labelItems .item .movieTitle {
    display: block;
    line-height: 1.4;
  }
  #global-content #pageBody #movie .labelItems .item .movieLabel {
    margin-bottom: 0.2em;
    font-size: 16px;
  }
  #global-content #pageBody #movie .labelItems .item .movieTitle {
    font-size: 20px;
  }
  #global-content #pageBody #movie .items {
    margin: 0 auto;
    width: 96.15385%;
    display: block;
  }
  #global-content #pageBody #movie .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #pageBody #movie .items .item {
    width: 20%;
    float: left;
    position: relative;
    background-color: #fff;
  }
  #global-content #pageBody #movie .items .item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
  }
  #global-content #pageBody #movie .items .item .caption {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
  }
  #global-content #pageBody #movie .items .item .caption .captionInner {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  #global-content #pageBody #movie .items .item .caption .captionInner .text {
    font-size: 14px;
    line-height: 1.4;
  }
  #global-content #pageBody #movie .items .item .stay {
    width: 100%;
    height: 100%;
    display: none;
    border: solid 2px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content #pageBody #movie.view1 .labelItems .type1 {
    display: block;
  }
  #global-content #pageBody #movie.view1 .items .type1 .caption {
    display: none;
  }
  #global-content #pageBody #movie.view1 .items .type1 .stay {
    display: block;
  }
  #global-content #pageBody #movie.view2 .labelItems .type2 {
    display: block;
  }
  #global-content #pageBody #movie.view2 .items .type2 .caption {
    display: none;
  }
  #global-content #pageBody #movie.view2 .items .type2 .stay {
    display: block;
  }
  #global-content #pageBody #movie.view3 .labelItems .type3 {
    display: block;
  }
  #global-content #pageBody #movie.view3 .items .type3 .caption {
    display: none;
  }
  #global-content #pageBody #movie.view3 .items .type3 .stay {
    display: block;
  }
  #global-content #pageBody #movie.view4 .labelItems .type4 {
    display: block;
  }
  #global-content #pageBody #movie.view4 .items .type4 .caption {
    display: none;
  }
  #global-content #pageBody #movie.view4 .items .type4 .stay {
    display: block;
  }
  #global-content #pageBody #movie.view5 .labelItems .type5 {
    display: block;
  }
  #global-content #pageBody #movie.view5 .items .type5 .caption {
    display: none;
  }
  #global-content #pageBody #movie.view5 .items .type5 .stay {
    display: block;
  }
  #global-content #pageBody #movie .detailLink {
    padding-top: 1.92308%;
    padding-right: 1.92308%;
    text-align: right;
  }
  #global-content #pageBody #movie .detailLink .detailLinkInner {
    text-align: left;
    display: inline-block;
  }
  #global-content #pageBody #movie .module-iconArrowRL01 {
    background-color: #fff;
  }
  #global-content #pageBody #movie .module-iconArrowRL01:before {
    border-top-color: #c63527;
    border-right-color: #c63527;
  }
  #global-content #pageFooter .article {
    padding-top: 40px;
  }
  #global-content #pageFooter .article:first-child {
    padding-top: 0;
  }
  #global-content #pageFooter .article .bnr {
    text-align: right;
  }
  #global-content #pageFooter .article .bnr a {
    display: block;
  }
  #global-content #pageFooter .article .bnr img {
    vertical-align: bottom;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #global-content #pageFooter .article .bnr .bnrInner {
    width: 100%;
    position: relative;
  }
  #global-content #pageFooter .article .bnr .thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-content #pageFooter .article .bnr .icon {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
  }
  #global-content #pageFooter .article .items {
    display: block;
  }
  #global-content #pageFooter .article .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content #pageFooter .article .items .odd {
    clear: both;
    float: left;
  }
  #global-content #pageFooter .article .items .even {
    float: right;
  }
  #global-content #pageFooter .article .items .item {
    margin-top: 20px;
    width: 352px;
    height: 125px;
    overflow: hidden;
  }
  #global-content #pageFooter .article .items .item:nth-of-type(1),
  #global-content #pageFooter .article .items .item:nth-of-type(2) {
    margin-top: 0;
  }
  #global-content #pageFooter .article .items .item a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #005;
  }
  #global-content #pageFooter .article .items .item .itemInner {
    width: 100%;
    height: 100%;
    display: table;
  }
  #global-content #pageFooter .article .items .item .itemInner .pic,
  #global-content #pageFooter .article .items .item .itemInner .box {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-content #pageFooter .article .items .item .itemInner .pic img {
    width: 125px;
    height: auto;
    vertical-align: bottom;
  }
  #global-content #pageFooter .article .items .item .itemInner .box {
    width: 100%;
  }
  #global-content #pageFooter .article .items .item .itemInner .box .boxInner p {
    padding-left: 1em;
    text-align: left;
    font-size: 17px;
    line-height: 1.35294;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  #global-content #pageFooter .article .items .item .itemInner .box .boxInner p:after {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.4em;
    height: 0.4em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #global-content #pageFooter .article .items .item .itemInner .box .boxInner .listBlank,
  #global-content #pageFooter .article .items .item .itemInner .box .boxInner .listPdf {
    margin-left: 1em;
  }

  /* リンクリスト */
  #global-wrapper .module-listLayout01 .listItems .listItem .listDetail {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 2em;
  }
  #global-wrapper .module-listLayout01 .sub-list {
    padding-left: 3em;
  }
  #global-wrapper .module-listLayout01 .sub-list .sub-list_item {
    margin-top: 20px;
  }
  #global-wrapper .module-listLayout01 .sub-list .sub-list_item .listText,
  #global-wrapper .module-listLayout01 .sub-list .sub-list_item .listDetail {
    font-size: 15px;
  }
  #global-wrapper .module-listLayout01 .sub-list .sub-list_item .module-lead02 {
    margin-bottom: 10px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/research/header_bg_01.jpg");
}
.device-view-pc .device-type-pc.country-type-other #global-header header {
  padding-bottom: 56.25%;
  background-image: none;
}
.device-view-pc .device-type-pc.country-type-other #global-header header #mainMovieWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.device-view-pc .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovie,
.device-view-pc .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovieOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovie iframe {
  width: 100%;
  height: 100%;
}
.device-view-pc .device-type-pc.country-type-other #global-header header #mainMovieWrap .mainMovieOverlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #000;
}
.device-view-pc #global-content #pageHeader .article {
  padding-top: 40px;
}
.device-view-pc #global-content #pageHeader .articleFirst {
  padding-top: 0;
}
.device-view-pc #global-content #pageHeader .title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.device-view-pc #global-content #pageBody .article {
  padding-top: 70px;
}
.device-view-pc #global-content #pageBody .article:first-child {
  padding-top: 0;
}
.device-view-pc #global-content #pageBody .title {
  padding: 0.8em 0;
  font-size: 48px;
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 200;
}
.device-view-pc #global-content #pageBody #cluster .lead {
  margin-bottom: 40px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage {
  margin: 0 auto;
  max-width: 1040px;
  /* height: 690px; */
  overflow: hidden;
  position: relative;
  /* background: url("/ja/assets/images/research/index/cluster/pic_01.jpg") no-repeat center top; */
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter {
  width: 224px;
  text-align: center;
  cursor: pointer;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .itemInner {
  padding: 15px 0;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .caption strong {
  padding-left: 0.8em;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .caption strong:after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .caption span {
  padding-top: 8px;
  font-size: 18px;
  display: block;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link {
  display: none;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link .linkInner {
  display: inline-block;
  color: #fff;
  position: relative;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link .linkInner:after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1em;
  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: 2px solid #fff;
  border-right: 2px solid #fff;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter .link .text {
  font-size: 16px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter:hover .itemInner {
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter:hover .itemInner .link {
  padding-top: 15px;
  width: 100%;
  display: block;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemOuter:hover .caption strong:after {
  border-color: #fff;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail {
  width: 100%;
  text-align: left;
  color: #fff;
  display: none;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  z-index: 2;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter {
  padding: 30px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner {
  padding-top: 30px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner:first-child {
  padding-top: 0;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner .caption {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner .text {
  padding: 0.5em 0 0 1em;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .item .itemDetail .detailOuter .detailInner .text:after {
  content: "";
  width: 0;
  height: 1em;
  position: absolute;
  top: 0.7em;
  left: 0;
  border-right: solid 3px #fff;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter {
  color: #adc400;
  position: absolute;
  top: 35px;
  left: 250px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter .itemInner {
  color: #adc400;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter .caption strong:after {
  border-color: #adc400;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type1 .itemOuter:hover .itemInner {
  background-color: #97ab00;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter {
  color: #00afec;
  position: absolute;
  top: 448px;
  left: 8px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter .itemInner {
  color: #00afec;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter .caption strong:after {
  border-color: #00afec;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type2 .itemOuter:hover .itemInner {
  background-color: #0092c7;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter {
  color: #f39700;
  position: absolute;
  top: 448px;
  left: 490px;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter .itemInner {
  color: #f39700;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter .caption strong:after {
  border-color: #f39700;
}
.device-view-pc #global-content #pageBody #cluster .clusterImage .items .type3 .itemOuter:hover .itemInner {
  background-color: #cc7e00;
}
.device-view-pc #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .itemInner,
.device-view-pc #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .itemInner,
.device-view-pc #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .itemInner {
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.15);
}
.device-view-pc #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .itemInner .link,
.device-view-pc #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .itemInner .link,
.device-view-pc #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .itemInner .link {
  padding-top: 15px;
  width: 100%;
  display: block;
}
.device-view-pc #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .caption strong:after,
.device-view-pc #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .caption strong:after,
.device-view-pc #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .caption strong:after {
  border-color: #fff;
}
.device-view-pc #global-content #pageBody #cluster.view1 .items .type1 .itemOuter .itemInner {
  background-color: #97ab00;
}
.device-view-pc #global-content #pageBody #cluster.view1 .items .type1 .itemDetail {
  display: block;
  top: 190px;
  background-color: #97ab00;
}
.device-view-pc #global-content #pageBody #cluster.view2 .items .type2 .itemOuter .itemInner {
  background-color: #0092c7;
}
.device-view-pc #global-content #pageBody #cluster.view2 .items .type2 .itemDetail {
  display: block;
  bottom: 280px;
  background-color: #0092c7;
}
.device-view-pc #global-content #pageBody #cluster.view3 .items .type3 .itemOuter .itemInner {
  background-color: #cc7e00;
}
.device-view-pc #global-content #pageBody #cluster.view3 .items .type3 .itemDetail {
  display: block;
  bottom: 280px;
  background-color: #cc7e00;
}
.device-view-pc #global-content #pageBody #cluster .detailLink {
  text-align: right;
}
.device-view-pc #global-content #pageBody #cluster .detailLink .detailLinkInner {
  padding-top: 40px;
  text-align: left;
  display: inline-block;
}
.device-view-pc #global-content #pageBody #around .aroundInner {
  background-color: #001e62;
}
.device-view-pc #global-content #pageBody #around .items {
  display: block;
}
.device-view-pc #global-content #pageBody #around .items:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #pageBody #around .items .item {
  width: 33.3%;
  float: left;
  position: relative;
}
.device-view-pc #global-content #pageBody #around .items .item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.device-view-pc #global-content #pageBody #around .items .item a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}
.device-view-pc #global-content #pageBody #around .items .item a .linkWrap,
.device-view-pc #global-content #pageBody #around .items .item a .linkOuter,
.device-view-pc #global-content #pageBody #around .items .item a .linkInner {
  width: 100%;
  height: 100%;
}
.device-view-pc #global-content #pageBody #around .items .item a .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content #pageBody #around .items .item a .linkOuter {
  display: table;
}
.device-view-pc #global-content #pageBody #around .items .item a .linkInner {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-content #pageBody #around .items .item a .textWrap {
  padding: 1em;
}
.device-view-pc #global-content #pageBody #around .items .item a .textWrap .text {
  font-size: 18px;
  line-height: 1.4;
}
.device-view-pc #global-content #pageBody #around .items .item a .textWrap .listBlank,
.device-view-pc #global-content #pageBody #around .items .item a .textWrap .listPdf {
  margin-left: 1em;
}
.device-view-pc #global-content #pageBody #topics .cotegories {
  margin-bottom: 0.5em;
}
.device-view-pc #global-content #pageBody #topics .cotegories .icon {
  margin-right: 0.5em;
  padding: 0.3em 1em;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
}
.device-view-pc #global-content #pageBody #topics .cotegories .type1 {
  background-color: #b8d200;
}
.device-view-pc #global-content #pageBody #topics .cotegories .type2 {
  background-color: #00afec;
}
.device-view-pc #global-content #pageBody #topics .cotegories .type3 {
  background-color: #f39700;
}
.device-view-pc #global-content #pageBody #topics .detailLink {
  text-align: right;
  position: relative;
}
.device-view-pc #global-content #pageBody #topics .detailLink .detailLinkInner {
  padding-top: 40px;
  text-align: left;
  display: inline-block;
}
.device-view-pc #global-content #pageBody #topics .detailLink .detailLinkL {
  padding-top: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
.device-view-pc #global-content #pageBody #movie .movieInner {
  padding-bottom: 30px;
  color: #fff;
  background-color: #c63527;
}
.device-view-pc #global-content #pageBody #movie .movieInner a {
  color: #fff;
  display: block;
}
.device-view-pc #global-content #pageBody #movie .lead {
  margin-bottom: 40px;
}
.device-view-pc #global-content #pageBody #movie #moviePlayArea {
  margin: 0 auto;
  width: 96.15385%;
  background-color: #94271e;
}
.device-view-pc #global-content #pageBody #movie #moviePlayArea .moviePlayInner {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.device-view-pc #global-content #pageBody #movie #moviePlayArea .moviePlayInner .moviePlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content #pageBody #movie #moviePlayArea .moviePlayInner .moviePlay iframe {
  width: 100%;
  height: 100%;
}
.device-view-pc #global-content #pageBody #movie .labelItems {
  padding: 1.92308%;
  text-align: left;
}
.device-view-pc #global-content #pageBody #movie .labelItems .item {
  display: none;
}
.device-view-pc #global-content #pageBody #movie .labelItems .item .movieLabel,
.device-view-pc #global-content #pageBody #movie .labelItems .item .movieTitle {
  display: block;
  line-height: 1.4;
}
.device-view-pc #global-content #pageBody #movie .labelItems .item .movieLabel {
  margin-bottom: 0.2em;
  font-size: 16px;
}
.device-view-pc #global-content #pageBody #movie .labelItems .item .movieTitle {
  font-size: 20px;
}
.device-view-pc #global-content #pageBody #movie .items {
  margin: 0 auto;
  width: 96.15385%;
  display: block;
}
.device-view-pc #global-content #pageBody #movie .items:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #pageBody #movie .items .item {
  width: 20%;
  float: left;
  position: relative;
  background-color: #fff;
}
.device-view-pc #global-content #pageBody #movie .items .item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
.device-view-pc #global-content #pageBody #movie .items .item .caption {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0,0,0,0.5);
}
.device-view-pc #global-content #pageBody #movie .items .item .caption .captionInner {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.device-view-pc #global-content #pageBody #movie .items .item .caption .captionInner .text {
  font-size: 14px;
  line-height: 1.4;
}
.device-view-pc #global-content #pageBody #movie .items .item .stay {
  width: 100%;
  height: 100%;
  display: none;
  border: solid 2px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content #pageBody #movie.view1 .labelItems .type1 {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view1 .items .type1 .caption {
  display: none;
}
.device-view-pc #global-content #pageBody #movie.view1 .items .type1 .stay {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view2 .labelItems .type2 {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view2 .items .type2 .caption {
  display: none;
}
.device-view-pc #global-content #pageBody #movie.view2 .items .type2 .stay {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view3 .labelItems .type3 {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view3 .items .type3 .caption {
  display: none;
}
.device-view-pc #global-content #pageBody #movie.view3 .items .type3 .stay {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view4 .labelItems .type4 {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view4 .items .type4 .caption {
  display: none;
}
.device-view-pc #global-content #pageBody #movie.view4 .items .type4 .stay {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view5 .labelItems .type5 {
  display: block;
}
.device-view-pc #global-content #pageBody #movie.view5 .items .type5 .caption {
  display: none;
}
.device-view-pc #global-content #pageBody #movie.view5 .items .type5 .stay {
  display: block;
}
.device-view-pc #global-content #pageBody #movie .detailLink {
  padding-top: 1.92308%;
  padding-right: 1.92308%;
  text-align: right;
}
.device-view-pc #global-content #pageBody #movie .detailLink .detailLinkInner {
  text-align: left;
  display: inline-block;
}
.device-view-pc #global-content #pageBody #movie .module-iconArrowRL01 {
  background-color: #fff;
}
.device-view-pc #global-content #pageBody #movie .module-iconArrowRL01:before {
  border-top-color: #c63527;
  border-right-color: #c63527;
}
.device-view-pc #global-content #pageFooter .article {
  padding-top: 40px;
}
.device-view-pc #global-content #pageFooter .article:first-child {
  padding-top: 0;
}
.device-view-pc #global-content #pageFooter .article .bnr {
  text-align: right;
}
.device-view-pc #global-content #pageFooter .article .bnr a {
  display: block;
}
.device-view-pc #global-content #pageFooter .article .bnr img {
  vertical-align: bottom;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.device-view-pc #global-content #pageFooter .article .bnr .bnrInner {
  width: 100%;
  position: relative;
}
.device-view-pc #global-content #pageFooter .article .bnr .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-content #pageFooter .article .bnr .icon {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.device-view-pc #global-content #pageFooter .article .items {
  display: block;
}
.device-view-pc #global-content #pageFooter .article .items:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content #pageFooter .article .items .odd {
  clear: both;
  float: left;
}
.device-view-pc #global-content #pageFooter .article .items .even {
  float: right;
}
.device-view-pc #global-content #pageFooter .article .items .item {
  margin-top: 20px;
  width: 352px;
  height: 125px;
  overflow: hidden;
}
.device-view-pc #global-content #pageFooter .article .items .item:nth-of-type(1),
.device-view-pc #global-content #pageFooter .article .items .item:nth-of-type(2) {
  margin-top: 0;
}
.device-view-pc #global-content #pageFooter .article .items .item a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #005;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .pic,
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .box {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .pic img {
  width: 125px;
  height: auto;
  vertical-align: bottom;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .box {
  width: 100%;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .box .boxInner p {
  padding-left: 1em;
  text-align: left;
  font-size: 17px;
  line-height: 1.35294;
  color: #fff;
  display: inline-block;
  position: relative;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .box .boxInner p:after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .box .boxInner .listBlank,
.device-view-pc #global-content #pageFooter .article .items .item .itemInner .box .boxInner .listPdf {
  margin-left: 1em;
}

/* リンクリスト */
.device-view-pc #global-wrapper .module-listLayout01 .listItems .listItem .listDetail {
  font-size: 16px;
  padding-top: 10px;
  padding-left: 2em;
}
.device-view-pc #global-wrapper .module-listLayout01 .sub-list {
  padding-left: 3em;
}
.device-view-pc #global-wrapper .module-listLayout01 .sub-list .sub-list_item {
  margin-top: 20px;
}
.device-view-pc #global-wrapper .module-listLayout01 .sub-list .sub-list_item .listText,
.device-view-pc #global-wrapper .module-listLayout01 .sub-list .sub-list_item .listDetail {
  font-size: 15px;
}
.device-view-pc #global-wrapper .module-listLayout01 .sub-list .sub-list_item .module-lead02 {
  margin-bottom: 10px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-content #pageHeader .article {
    padding-top: 8%;
  }
  .device-js-on #global-content #pageHeader .articleFirst {
    padding-top: 0;
  }
  .device-js-on #global-content #pageHeader .title {
    margin-bottom: 2.66667%;
    text-align: center;
    font-size: 108.33333%;
    line-height: 1.61538;
    font-weight: bold;
  }
  .device-js-on #global-content #pageBody .article {
    padding-top: 12%;
  }
  .device-js-on #global-content #pageBody .article:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content #pageBody .title {
    padding: 0.8em 0;
    font-size: 200%;
    color: #fff;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 200;
  }
  .device-js-on #global-content #pageBody #cluster .lead {
    margin-bottom: 40px;
  }
  .device-js-on #global-content #pageBody #cluster .clusterImage {
    /* padding-bottom: 90.4%; */
    overflow: hidden;
    position: relative;
    /* background: url("/ja/assets/images/research/index/cluster/pic_01_sp.jpg") no-repeat center top;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%; */
  }
  .device-js-on #global-content #pageBody #cluster .clusterImage .items {
    display: none;
  }
  .device-js-on #global-content #pageBody #cluster .detailLink {
    padding-top: 8%;
  }
  .device-js-on #global-content #pageBody #around .aroundInner {
    background-color: #001e62;
  }
  .device-js-on #global-content #pageBody #around .items {
    display: block;
  }
  .device-js-on #global-content #pageBody #around .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content #pageBody #around .items .item {
    width: 50%;
    float: left;
    position: relative;
  }
  .device-js-on #global-content #pageBody #around .items .item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .device-js-on #global-content #pageBody #around .items .item a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
  }
  .device-js-on #global-content #pageBody #around .items .item a .linkWrap,
  .device-js-on #global-content #pageBody #around .items .item a .linkOuter,
  .device-js-on #global-content #pageBody #around .items .item a .linkInner {
    width: 100%;
    height: 100%;
  }
  .device-js-on #global-content #pageBody #around .items .item a .linkWrap {
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content #pageBody #around .items .item a .linkOuter {
    display: table;
  }
  .device-js-on #global-content #pageBody #around .items .item a .linkInner {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #global-content #pageBody #around .items .item a .textWrap {
    padding: 1em;
  }
  .device-js-on #global-content #pageBody #around .items .item a .textWrap .text {
    font-size: 100%;
    line-height: 1.25;
  }
  .device-js-on #global-content #pageBody #around .items .item a .textWrap .listBlank,
  .device-js-on #global-content #pageBody #around .items .item a .textWrap .listPdf {
    margin-left: 1em;
  }
  .device-js-on #global-content #pageBody #topics .cotegories {
    margin-bottom: 0.5em;
  }
  .device-js-on #global-content #pageBody #topics .cotegories .icon {
    margin-right: 0.5em;
    padding: 0.3em 1em;
    vertical-align: middle;
    font-size: 83.33333%;
    color: #fff;
    display: inline-block;
  }
  .device-js-on #global-content #pageBody #topics .cotegories .type1 {
    background-color: #b8d200;
  }
  .device-js-on #global-content #pageBody #topics .cotegories .type2 {
    background-color: #00afec;
  }
  .device-js-on #global-content #pageBody #topics .cotegories .type3 {
    background-color: #f39700;
  }
  .device-js-on #global-content #pageBody #topics .detailLink {
    padding-top: 2.66667%;
  }
  .device-js-on #global-content #pageBody #movie .movieInner {
    padding-bottom: 8%;
    color: #fff;
    background-color: #c63527;
  }
  .device-js-on #global-content #pageBody #movie .movieInner a {
    color: #fff;
    display: block;
  }
  .device-js-on #global-content #pageBody #movie .lead {
    margin-bottom: 5.33333%;
  }
  .device-js-on #global-content #pageBody #movie #moviePlayArea {
    margin: 0 auto;
    width: 92%;
    background-color: #94271e;
  }
  .device-js-on #global-content #pageBody #movie #moviePlayArea .moviePlayInner {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
  }
  .device-js-on #global-content #pageBody #movie #moviePlayArea .moviePlayInner .moviePlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content #pageBody #movie #moviePlayArea .moviePlayInner .moviePlay iframe {
    width: 100%;
    height: 100%;
  }
  .device-js-on #global-content #pageBody #movie .labelItems {
    padding: 4.34783%;
    text-align: left;
  }
  .device-js-on #global-content #pageBody #movie .labelItems .item {
    display: none;
  }
  .device-js-on #global-content #pageBody #movie .labelItems .item .movieLabel,
  .device-js-on #global-content #pageBody #movie .labelItems .item .movieTitle {
    display: block;
    line-height: 1.4;
  }
  .device-js-on #global-content #pageBody #movie .labelItems .item .movieLabel {
    margin-bottom: 0.2em;
    font-size: 100%;
  }
  .device-js-on #global-content #pageBody #movie .labelItems .item .movieTitle {
    font-size: 125%;
  }
  .device-js-on #global-content #pageBody #movie .items {
    margin: 0 auto;
    padding-top: 5.33333%;
    width: 92%;
    display: block;
  }
  .device-js-on #global-content #pageBody #movie .items .item {
    padding-top: 2.89855%;
  }
  .device-js-on #global-content #pageBody #movie .items .item:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content #pageBody #movie .items .item .itemInner {
    display: table;
    background-color: #94271e;
  }
  .device-js-on #global-content #pageBody #movie .items .item .pic,
  .device-js-on #global-content #pageBody #movie .items .item .caption {
    vertical-align: middle;
    text-align: left;
    display: table-cell;
  }
  .device-js-on #global-content #pageBody #movie .items .item .pic {
    width: 22.6087%;
  }
  .device-js-on #global-content #pageBody #movie .items .item .caption {
    padding: 0.2em 1em;
    font-size: 108.33333%;
    font-weight: bold;
    line-height: 1.4;
  }
  .device-js-on #global-content #pageBody #movie .items .item img {
    width: 100%;
    vertical-align: bottom;
  }
  .device-js-on #global-content #pageBody #movie.view1 .labelItems .type1 {
    display: block;
  }
  .device-js-on #global-content #pageBody #movie.view1 .items .type1 .itemInner {
    background-color: #fff;
  }
  .device-js-on #global-content #pageBody #movie.view1 .items .type1 .caption {
    color: #000;
  }
  .device-js-on #global-content #pageBody #movie.view2 .labelItems .type2 {
    display: block;
  }
  .device-js-on #global-content #pageBody #movie.view2 .items .type2 .itemInner {
    background-color: #fff;
  }
  .device-js-on #global-content #pageBody #movie.view2 .items .type2 .caption {
    color: #000;
  }
  .device-js-on #global-content #pageBody #movie.view3 .labelItems .type3 {
    display: block;
  }
  .device-js-on #global-content #pageBody #movie.view3 .items .type3 .itemInner {
    background-color: #fff;
  }
  .device-js-on #global-content #pageBody #movie.view3 .items .type3 .caption {
    color: #000;
  }
  .device-js-on #global-content #pageBody #movie.view4 .labelItems .type4 {
    display: block;
  }
  .device-js-on #global-content #pageBody #movie.view4 .items .type4 .itemInner {
    background-color: #fff;
  }
  .device-js-on #global-content #pageBody #movie.view4 .items .type4 .caption {
    color: #000;
  }
  .device-js-on #global-content #pageBody #movie.view5 .labelItems .type5 {
    display: block;
  }
  .device-js-on #global-content #pageBody #movie.view5 .items .type5 .itemInner {
    background-color: #fff;
  }
  .device-js-on #global-content #pageBody #movie.view5 .items .type5 .caption {
    color: #000;
  }
  .device-js-on #global-content #pageBody #movie .detailLink {
    padding-top: 4%;
  }
  .device-js-on #global-content #pageBody #movie .module-iconArrowRL01 {
    background-color: #fff;
  }
  .device-js-on #global-content #pageBody #movie .module-iconArrowRL01:before {
    border-top-color: #c63527;
    border-right-color: #c63527;
  }
  .device-js-on #global-content #pageFooter .article {
    padding-top: 8%;
  }
  .device-js-on #global-content #pageFooter .article:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content #pageFooter .article .bnr {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #global-content #pageFooter .article .bnr a {
    display: block;
  }
  .device-js-on #global-content #pageFooter .article .bnr img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .device-js-on #global-content #pageFooter .article .bnr .bnrInner {
    width: 100%;
    position: relative;
  }
  .device-js-on #global-content #pageFooter .article .bnr .thumb {
    display: none;
  }
  .device-js-on #global-content #pageFooter .article .bnr .icon {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
  }
  .device-js-on #global-content #pageFooter .article .items {
    margin: 0 auto;
    width: 92%;
    display: block;
  }
  .device-js-on #global-content #pageFooter .article .items .item {
    padding-top: 5.7971%;
  }
  .device-js-on #global-content #pageFooter .article .items .item:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content #pageFooter .article .items .item a {
    width: 100%;
    display: block;
    background-color: #005;
  }
  .device-js-on #global-content #pageFooter .article .items .item a .itemInner .pic {
    display: none;
  }
  .device-js-on #global-content #pageFooter .article .items .item a .itemInner .box {
    width: 100%;
    position: relative;
  }
  .device-js-on #global-content #pageFooter .article .items .item a .itemInner .box .boxInner {
    padding: 2.89855%;
    text-align: center;
  }
  .device-js-on #global-content #pageFooter .article .items .item a .itemInner .box .boxInner p {
    font-size: 125%;
    line-height: 1.5;
    color: #fff;
    display: inline;
  }
  .device-js-on #global-content #pageFooter .article .items .item a .itemInner .box .boxInner p: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 #pageFooter .article .items .item a .itemInner .box .boxInner .listBlank,
  .device-js-on #global-content #pageFooter .article .items .item a .itemInner .box .boxInner .listPdf {
    margin-left: 1em;
  }

  /* リンクリスト */
  .device-js-on #global-wrapper .module-listLayout01 .listItems .listItem .listDetail {
    font-size: 125%;
    padding-left: 2em;
  }
  .device-js-on #global-wrapper .module-listLayout01 .sub-list {
    padding-left: 3em;
  }
  .device-js-on #global-wrapper .module-listLayout01 .sub-list .sub-list_item {
    margin-top: 8%;
  }
  .device-js-on #global-wrapper .module-listLayout01 .sub-list .sub-list_item .listText,
  .device-js-on #global-wrapper .module-listLayout01 .sub-list .sub-list_item .listDetail {
    font-size: 117.33333%;
  }
  .device-js-on #global-wrapper .module-listLayout01 .sub-list .sub-list_item .module-lead02 {
    font-size: 117.33333%;
    margin: 0 0 3% 0;
  }
}

/* movie ua */
.device-type-pc .mainMovie-pcHide {
  display: none;
}
.device-type-sp .mainMovie-spHide {
  display: none;
}
@media screen and (max-width: 750px) {
  .device-type-pc .mainMovie-pcHide {
    display: block;
  }
  .device-type-pc .mainMovie-spHide {
    display: none;
  }
  .device-js-on #global-breadCrumb ul li {
    text-shadow: none;
  }
  .device-js-on #global-breadCrumb ul li a {
    color: #333;
  }
  .device-js-on #global-header.typeMid01 header {
    padding-bottom: 0;
  }
  .device-js-on #global-header.typeMid01 header .headerInner{
    position: inherit;
    padding-top: 15%;
  }
  .device-js-on #global-header .video{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-js-on #global-header .video iframe,
  .device-js-on #global-header .video object,
  .device-js-on #global-header .video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } 
  .device-js-on #global-header.typeMid01 header .headerInner .title,
  .device-js-on #global-header.typeMid01 header .headerInner .title span {
    width: auto;
    height: auto;
    text-shadow: none;
    display: block;
  }
  .device-js-on #global-header.typeMid01 header .headerInner .title span,
  .device-js-on #global-header.typeMid01 header .headerInner .title .pageTitle {
    color: #333;
    font-size: 110%;
    padding-bottom: 4%;
  }
  .device-js-on .movieSubtitle {
    font-size: 150%;
    margin-bottom: 8%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 751px) {
  .device-type-sp.device-js-on #global-breadCrumb ul li {
    text-shadow: none;
  }
  .device-type-sp.device-js-on #global-breadCrumb ul li a {
    color: #333;
  }
  .device-type-sp.device-js-on #global-header header {
    background-image: none;
    padding-bottom: 0;
  }
  .device-type-sp.device-js-on #global-header.typeMid01 header .headerInner {
    position: inherit;
    padding-top: 10%;
  }
  .device-type-sp.device-js-on #global-header .video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-type-sp.device-js-on #global-header .video iframe,
  .device-type-sp.device-js-on #global-header .video object,
  .device-type-sp.device-js-on #global-header .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .device-type-sp.device-js-on #global-header.typeMid01 header .headerInner .title,
  .device-type-sp.device-js-on #global-header.typeMid01 header .headerInner .title span {
    width: auto;
    height: auto;
    text-shadow: none;
    display: block;
  }
  .device-type-sp.device-js-on #global-header.typeMid01 header .headerInner .title span,
  .device-type-sp.device-js-on #global-header.typeMid01 header .headerInner .title .pageTitle {
    color: #333;
    font-size: 100%;
    padding-bottom: 3%;
  }
  .device-type-sp.device-js-on #global-wrapper .module-commonLayout section{
    margin-bottom: 4%;
  }
  .device-type-sp.device-js-on .movieSubtitle{
    font-size: 250%;
    line-height: 1.4;
  }
}
