@charset "UTF-8";
img, iframe {
  vertical-align: top;
}

sub, sup {
  font-size: 10px;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

body {
  min-width: 980px;
  color: #333;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}

a {
  color: inherit;
  text-decoration: none;
}

.nobr {
  display: inline-block;
  text-align: left;
}

#main {
  overflow: hidden;
  margin: 50px 0;
}
#main .inner {
  width: 900px;
  margin: auto;
}
#main .section {
  padding-bottom: 30px;
}
#main .section h2 {
  padding: 10px 16px;
  background: #555;
  color: #fff;
}

#modal {
  z-index: 8192;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/STEPWGN/common/image_common/modal_bg.png');
}
#modal .modal-container {
  overflow: auto;
  height: 100%;
}
#modal .modal-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
#modal .modal-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#modal .modal-content {
  display: inline-block;
  position: relative;
  margin: 44px;
  text-align: left;
}
#modal .modal-content iframe {
  background: #ffffff;
}
#modal .modal-content .modal-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
}
#modal .modal-content .modal-close img {
  transition: opacity 0.3s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#modal .modal-content .modal-close img:hover {
  opacity: 0.65;
}

.anchor-refs {
  color: #016ba2;
  font-size: 11px;
  transition: opacity 0.3s ease;
}
.anchor-refs:hover {
  opacity: 0.65;
}

a img {
  transition: opacity 0.3s ease;
}
a img:hover {
  opacity: 0.65;
}

#header a img:hover {
  opacity: 1;
}

.mod-tlink {
  color: #016ba2;
  padding-right: 13px;
  background: url('/STEPWGN/common/image_common/link_arrow.png') no-repeat 100% 50%;
}
.mod-tlink:hover {
  text-decoration: underline;
}

.mod-tag {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #a9a9a9;
  vertical-align: middle;
  font-size: 10px;
}
.mod-tag sup {
  font-size: 8px;
  vertical-align: top;
}
.mod-tag ~ b {
  font-size: 10px;
}
.mod-tag ~ i {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.mod-fig .content {
  text-align: center;
}
.mod-fig .caption {
  margin-top: 4px;
  text-align: center;
}

.mod-heading .lead {
  margin: 40px 0 30px;
}
.mod-heading .desc {
  font-weight: bold;
  font-size: 15px;
}

.mod-content-footer {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-size: 12px;
}
.mod-content-footer a {
  color: #016ba2;
}
.mod-content-footer a:hover {
  text-decoration: underline;
}
.mod-content-footer .refs {
  margin-top: 20px;
}
.mod-content-footer .note {
  margin-top: 20px;
}

.mod-item-info .image {
  text-align: center;
}
.mod-item-info .lead {
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
}
.mod-item-info .title {
  margin-top: 5px;
  font-size: 13px;
}
.mod-item-info .tags {
  margin-top: 5px;
}
.mod-item-info .note {
  margin-top: 5px;
  font-size: 12px;
}

.mod-box {
  overflow: hidden;
}
.mod-box .left {
  float: left;
}
.mod-box .right {
  float: right;
}

.mod-slide {
  position: relative;
}
.mod-slide .visualBox {
  position: relative;
}
.mod-slide .visualBox .visualListClip {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mod-slide .visualBox .visualListClip .visualList {
  position: relative;
  width: 100%;
  height: 100%;
}
.mod-slide .visualBox .visualListClip .visualList > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mod-slide .visualBox .visualListClip .visualList > li.active {
  z-index: 16;
}
.mod-slide .visualBox .controller .left,
.mod-slide .visualBox .controller .right {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 64;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.3s ease;
}
.mod-slide .visualBox .controller .left:hover,
.mod-slide .visualBox .controller .right:hover {
  opacity: 0.7;
}
.mod-slide .visualBox .controller .left {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('/STEPWGN/common/image_common/slide_btn_left.png') no-repeat;
}
.mod-slide .visualBox .controller .right {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('/STEPWGN/common/image_common/slide_btn_right.png') no-repeat;
}
.mod-slide .groups {
  font-size: 0;
}
.mod-slide .groups .group {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.mod-slide .groups .group .label {
  margin: 10px 0;
}
.mod-slide .itemList {
  font-size: 0;
}
.mod-slide .itemList > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.mod-slide .itemList > li:hover {
  opacity: 0.65;
}
.mod-slide.opt-thumb-control .itemListWrapper {
  position: relative;
}
.mod-slide.opt-thumb-control .itemListWrapper .controller .left,
.mod-slide.opt-thumb-control .itemListWrapper .controller .right {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 64;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.3s ease;
}
.mod-slide.opt-thumb-control .itemListWrapper .controller .left:hover,
.mod-slide.opt-thumb-control .itemListWrapper .controller .right:hover {
  opacity: 0.8;
}
.mod-slide.opt-thumb-control .itemListWrapper .controller .left.disabled,
.mod-slide.opt-thumb-control .itemListWrapper .controller .right.disabled {
  cursor: default;
  opacity: 0.4;
}
.mod-slide.opt-thumb-control .itemListWrapper .controller .left {
  left: -18px;
  width: 36px;
  height: 36px;
  background: url('/STEPWGN/common/image_common/slide_thumb_btn_left.png') no-repeat;
}
.mod-slide.opt-thumb-control .itemListWrapper .controller .right {
  right: -18px;
  width: 36px;
  height: 36px;
  background: url('/STEPWGN/common/image_common/slide_thumb_btn_right.png') no-repeat;
}
.mod-slide.opt-thumb-control .itemListClip {
  overflow: hidden;
}
.mod-slide.opt-thumb-control .itemList {
  position: relative;
  left: 0;
  white-space: nowrap;
}
.mod-slide.opt-thumb-control .itemList > li {
  white-space: normal;
}

.mod-expand {
  overflow: hidden;
  position: relative;
}
.mod-expand .expandAngle {
  content: "";
  display: none;
  z-index: 16;
  position: absolute;
  width: 18px;
  height: 10px;
  background: url('/STEPWGN/common/image_common/expand_icon_angle.png') no-repeat;
}
.mod-expand.opt-x3 .itemList > li {
  width: 282px;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #b9b9b9;
  border-left-color: rgba(0, 0, 0, 0.14);
}
.mod-expand.opt-x3 .itemList > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.mod-expand.opt-x3 .itemList > li.opt-x2 {
  width: 591px;
}
.mod-expand.opt-x4 .itemList > li {
  width: 200px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #b9b9b9;
  border-left-color: rgba(0, 0, 0, 0.14);
}
.mod-expand.opt-x4 .itemList > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.mod-expand.opt-x4 .itemList > li.opt-x2 {
  width: 433px;
}
.mod-expand.opt-x4 .itemList > li.opt-x3 {
  width: 666px;
}
.mod-expand .itemList {
  font-size: 0;
}
.mod-expand .itemList > li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 44px;
  transition: opacity 0.3s ease;
}
.mod-expand .itemList > li:hover {
  opacity: 0.65;
}
.mod-expand .itemList > li .detail {
  display: none;
}
.mod-expand .itemList > li .expandButton {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url('/STEPWGN/common/image_common/expand_icon_open.png') no-repeat;
}
.mod-expand .itemList > li.active .expandButton {
  background-image: url('/STEPWGN/common/image_common/expand_icon_close.png');
}
.mod-expand .visualBox {
  overflow: hidden;
  height: 0;
  margin-top: 30px;
  background: #454545;
  color: #ffffff;
}
.mod-expand .visualBox .visualBoxInner {
  position: relative;
  width: 980px;
  margin: auto;
}
.mod-expand .visualBox .visualList {
  position: relative;
}
.mod-expand .visualBox .visualList > li {
  display: none;
  overflow: hidden;
  padding: 30px 58px;
}
.mod-expand .visualBox .visualList > li .contentWrapper {
  display: table;
  width: 100%;
}
.mod-expand .visualBox .visualList > li .image {
  display: table-cell;
  height: 232px;
  vertical-align: top;
}
.mod-expand .visualBox .visualList > li .detail {
  display: table-cell;
  width: 100%;
  padding-left: 30px;
  vertical-align: middle;
}
.mod-expand .visualBox .visualList > li .detail .lead {
  font-size: 24px;
}
.mod-expand .visualBox .visualList > li .detail .title {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.mod-expand .visualBox .visualList > li .detail .title:before {
  content: "［";
}
.mod-expand .visualBox .visualList > li .detail .title:after {
  content: "］";
}
.mod-expand .visualBox .visualList > li .detail .desc {
  margin-top: 10px;
}
.mod-expand .visualBox .visualList > li .detail .tags {
  margin-top: 10px;
}
.mod-expand .visualBox .visualList > li .detail .note {
  margin-top: 10px;
  font-size: 12px;
}
.mod-expand .visualBox .controller .left,
.mod-expand .visualBox .controller .right {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 64;
  position: absolute;
  top: 128px;
  margin: auto;
}
.mod-expand .visualBox .controller .left:hover,
.mod-expand .visualBox .controller .right:hover {
  background-color: #333333;
}
.mod-expand .visualBox .controller .left {
  left: 5px;
  width: 36px;
  height: 36px;
  background: url('/STEPWGN/common/image_common/expand_btn_left.png') no-repeat;
}
.mod-expand .visualBox .controller .right {
  right: 5px;
  width: 36px;
  height: 36px;
  background: url('/STEPWGN/common/image_common/expand_btn_right.png') no-repeat;
}
.mod-expand .visualBox .controller .close {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 64;
  position: absolute;
  top: 20px;
  right: 5px;
  width: 36px;
  height: 36px;
  background: url('/STEPWGN/common/image_common/expand_btn_close.png') no-repeat;
  transition: opacity 0.3s ease;
}
.mod-expand .visualBox .controller .close:hover {
  opacity: 0.65;
}
@media screen and (min-width: 1044px) {
  .mod-expand .visualBox .visualBoxInner {
    width: 1024px;
  }
  .mod-expand .visualBox .visualList > li {
    padding: 30px 80px;
  }
  .mod-expand .visualBox .controller .close {
    right: 0;
  }
  .mod-expand .visualBox .controller .left {
    left: 0;
  }
  .mod-expand .visualBox .controller .right {
    right: 0;
  }
}
