@charset "UTF-8";
/*コメント*/
/* ----------------------------------------------------------------
  headings
----------------------------------------------------------------- */
/* H1
----------------------------------------------- */
#str-contents h1:not([class]) {
  margin: 0 0 10px;
  padding: 4px 0 7px;
  border-bottom: 5px solid #eee;
  color: #5c6672;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
#str-contents h1:not([class]):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
#str-contents h1:not([class]):before {
  background-color: #d7d7d7;
}

/* H2
----------------------------------------------- */
#str-contents h2:not([class]), #str-contents h3:not([class]), #str-contents .news-ip-h2 {
  margin: 20px -10px 10px;
  padding: 9px 10px;
  border-top: 2px solid #5c6672;
  border-bottom: 3px solid #eee;
  color: #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(62%, #eef2f4), color-stop(100%, #eef2f4));
  background-image: -webkit-linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-image: linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-color: #f7f9fa;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}
#str-contents h2:not([class]):before, #str-contents h3:not([class]):before, #str-contents .news-ip-h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
#str-contents h2:not([class]):before, #str-contents h3:not([class]):before, #str-contents .news-ip-h2:before {
  border-bottom: 1px solid #d6d7d8;
  background-color: #fff;
}

#str-contents table h2:not([class]), #str-contents table h3:not([class]), #str-contents table .news-ip-h2 {
  margin-right: 0;
  margin-left: 0;
}

/* H3
----------------------------------------------- */
#str-contents h3:not([class]) {
  padding: 6px 10px 6px 20px;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
#str-contents h3:not([class]):after {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 10px;
}
#str-contents h3:not([class]):after {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69737c), color-stop(100%, #4e555f));
  background-image: -webkit-linear-gradient( #69737c, #4e555f);
  background-image: linear-gradient( #69737c, #4e555f);
  background-color: #4e555f;
}
#str-contents h3:not([class]) > span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

#str-contents table h3:not([class]) {
  margin-right: 0;
  margin-left: 0;
}

/* H4
----------------------------------------------- */
#str-contents h4:not([class]), #str-contents h5:not([class]) {
  margin: 20px -10px 10px;
  padding: 6px 10px 6px 20px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
  color: #333333;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
#str-contents h4:not([class]):after, #str-contents h5:not([class]):after {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 10px;
}
#str-contents h4:not([class]):after, #str-contents h5:not([class]):after {
  background-color: #c4c9cd;
}

#str-contents table h4:not([class]), #str-contents table h5:not([class]) {
  margin-right: 0;
  margin-left: 0;
}

/* H5
----------------------------------------------- */
#str-contents h5:not([class]):after {
  display: none;
}

#str-contents table h5:not([class]) {
  margin-right: 0;
  margin-left: 0;
}

/* H6
----------------------------------------------- */
#str-contents h6:not([class]) {
  margin: 20px 0 10px;
  font-weight: bold;
}

/* .first-letter
----------------------------------------------- */
#str-contents .first-letter {
  margin-right: 10px;
  color: #2174ed;
  float: left;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
#str-contents .first-letter span {
  font-size: 14px;
  font-size: 1.4rem;
}

/* .with-logo-m
----------------------------------------------- */
#str-contents .with-logo-m, #str-contents .hdg-line,
#str-contents .with-logo-s,
#str-contents .with-logo {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #5a6672;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#str-contents .with-logo-m > .heading, #str-contents .hdg-line > .heading,
#str-contents .with-logo-s > .heading,
#str-contents .with-logo > .heading {
  padding-right: 10px;
  display: block;
  overflow: hidden;
}
#str-contents .with-logo-m > .logo, #str-contents .hdg-line > .logo,
#str-contents .with-logo-s > .logo,
#str-contents .with-logo > .logo {
  max-width: 90px;
  float: right;
}
#str-contents .with-logo-m > .en, #str-contents .hdg-line > .en,
#str-contents .with-logo-s > .en,
#str-contents .with-logo > .en {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

/* .news-ip-h2
----------------------------------------------- */
/* .text-title
----------------------------------------------- */
#str-contents .text-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#str-contents .text-title > .sub-title {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/* .hdg-line
----------------------------------------------- */
#str-contents .hdg-line {
  margin-top: 20px;
  min-height: 0;
}

/* ----------------------------------------------------------------
  paragraph
----------------------------------------------------------------- */
/* address
----------------------------------------------- */
#str-contents address {
  margin-bottom: 10px;
  text-align: right;
  font-style: normal;
}

/* .profile
----------------------------------------------- */
#str-contents p.profile > em {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.05;
}
#str-contents p.profile > span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

/* .sign
----------------------------------------------- */
#str-contents p.sign {
  text-align: right;
}
#str-contents p.sign strong {
  color: #333333;
  font-weight: normal;
}

/* .arrow
----------------------------------------------- */
#str-contents .arrow {
  margin: -10px 0 10px 0;
  text-align: center;
}

/* .note
----------------------------------------------- */
#str-contents .note {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

/* .ac
----------------------------------------------- */
#str-contents .ac {
  color: #e64646;
}

/* ----------------------------------------------------------------
  ul
----------------------------------------------------------------- */
/* default ul
----------------------------------------------- */
#str-contents ul:not([class]) {
  margin-left: 2em;
}
#str-contents ul:not([class]) > li {
  margin-bottom: 5px;
  display: list-item;
  list-style-type: disc;
}
#str-contents ul:not([class]) ul {
  margin: 5px 0 5px 2em;
}

/* .list-01
----------------------------------------------- */
#str-contents .list-01 > li {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents .list-01.list-add-separate > li {
  padding: 0;
  display: table;
  width: 100%;
}
#str-contents .list-01.list-add-separate > li > span,
#str-contents .list-01.list-add-separate > li > div {
  padding: 10px 0;
  display: table-cell;
}
#str-contents .list-01.list-add-separate > li > span {
  padding-right: 10px;
  width: 11em;
}
#str-contents .list-01.list-add-separate > li > div .list-01 {
  margin: -10px 0;
}
#str-contents .list-01.list-add-separate > li > div .list-01 > li:last-child {
  border-bottom: none;
}

#str-contents h2:not([class]) + .list-01, #str-contents h3:not([class]) + .list-01, #str-contents .news-ip-h2 + .list-01,
#str-contents h3:not([class]) + .list-01,
#str-contents h4:not([class]) + .list-01,
#str-contents h5:not([class]) + .list-01 {
  margin-top: -10px;
}

/* .number
----------------------------------------------- */
#str-contents .number > li {
  margin-bottom: 5px;
  padding-left: 2.5em;
  position: relative;
}
#str-contents .number > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

/* .plane
----------------------------------------------- */
#str-contents ul.plane > li,
#str-contents ul.plain > li {
  margin-bottom: 5px;
}
#str-contents ul.plane ul, #str-contents ul.plane ol,
#str-contents ul.plain ul,
#str-contents ul.plain ol {
  margin: 5px 0 5px 2em;
}

/* .list-def
----------------------------------------------- */
/* ----------------------------------------------------------------
  ol
----------------------------------------------------------------- */
/* default ol
----------------------------------------------- */
#str-contents ol:not([class]) > li {
  margin-bottom: 5px;
}

/* plain
----------------------------------------------- */
#str-contents ol.plain {
  margin-left: 0;
}
#str-contents ol.plain > li {
  list-style: none;
  margin-bottom: 5px;
}
#str-contents ol.plain ul, #str-contents ol.plain ol {
  margin: 5px 0 5px 2em;
}

/* ----------------------------------------------------------------
  dl
----------------------------------------------------------------- */
/* default dl
----------------------------------------------- */
#str-contents dl:not([class]) > dt {
  margin-bottom: 3px;
  font-weight: bold;
}
#str-contents dl:not([class]) > dd {
  margin-bottom: 10px;
}
#str-contents dl:not([class]) > dd > :last-child {
  margin-bottom: 0 !important;
}
#str-contents dl:not([class]) > dd:last-child {
  margin-bottom: 0;
}

/* .column
----------------------------------------------- */
#str-contents dl.column {
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
#str-contents dl.column > dt, #str-contents dl.column dd {
  padding: 8px 10px;
}
#str-contents dl.column > dt {
  border-bottom: 1px solid #e4e4e4;
  background-color: #f5f5f5;
  font-weight: bold;
}
#str-contents dl.column > :last-child > :last-child {
  margin-bottom: 0;
}

#str-contents dl.column h2:not([class]), #str-contents dl.column h3:not([class]), #str-contents dl.column .news-ip-h2 {
  margin-top: 10px;
}
#str-contents dl.column h3:not([class]) {
  margin-top: 20px;
}

/* .plain
----------------------------------------------- */
#str-contents dl.plain > dt {
  margin-bottom: 3px;
  font-weight: bold;
}
#str-contents dl.plain > dd {
  margin-bottom: 5px;
  padding: 0;
}
#str-contents dl.plain > :last-child {
  margin-bottom: 0;
}

/* .related-link
----------------------------------------------- */
#str-contents dl.related-link {
  padding: 10px;
  line-height: 1.25;
  background-color: #f4f5f6;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents dl.related-link > dt {
  margin-bottom: 3px;
  font-weight: bold;
}
#str-contents dl.related-link > :last-child {
  margin-bottom: 0;
}
#str-contents dl.related-link a {
  font-weight: normal;
}

/* .profile
----------------------------------------------- */
#str-contents dl.profile > dt {
  margin-bottom: 3px;
  padding-top: 10px;
  font-weight: bold;
}
#str-contents dl.profile > dd {
  padding-bottom: 10px;
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents dl.profile > dd > :last-child {
  margin-bottom: 0;
}
#str-contents dl.profile > :first-child {
  padding-top: 0;
}
#str-contents dl.profile > :last-child {
  margin-bottom: 0;
}

/* .account-list
----------------------------------------------- */
#str-contents .account-list {
  margin-bottom: 10px;
}
#str-contents .account-list > dl {
  margin-bottom: 10px;
  padding-left: 75px;
  position: relative;
  min-height: 65px;
}
#str-contents .account-list > dl > dt {
  padding-bottom: 5px;
  border-bottom: 1px dotted #e3e4e5;
  font-weight: bold;
}
#str-contents .account-list > dl > dd {
  padding-top: 5px;
}
#str-contents .account-list > dl > dd.img {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------
  link
----------------------------------------------------------------- */
 /* default
----------------------------------------------- */
#str-contents a {
  font-weight: bold;
}

/* .link-list-arrow
----------------------------------------------- */
#str-contents .link-list-arrow {
  margin: 0 0 10px !important;
}
#str-contents .link-list-arrow > li {
  margin-bottom: 5px;
}
#str-contents .link-list-arrow > li:last-child {
  margin-bottom: 0;
}
#str-contents .link-list-arrow > li > a[href^="#"] {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
#str-contents .link-list-arrow > li > a[href^="#"]:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0;
}
#str-contents .link-list-arrow > li > a[href^="#"]:before {
  padding: 2px;
  border: 1px solid #c7d2da;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px center;
  background-size: 2650px 63px;
  background-color: #f4f6f8;
}
#str-contents .link-list-arrow ul {
  margin: 5px 0 5px 10px;
}

/* .link-list-01
----------------------------------------------- */
#str-contents .link-list-01 {
  display: block;
}
#str-contents .link-list-01 > li {
  margin-bottom: 0;
  list-style-type: none;
}
#str-contents .link-list-01 > li > a {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e4e5;
  display: block;
}
#str-contents .link-list-01 > li ul {
  margin: 0 0 0 1.25em;
  display: block;
}
#str-contents .link-list-01 > li ul > li {
  margin-bottom: 0;
  list-style-type: none;
}
#str-contents .link-list-01 > li ul > li > a {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e4e5;
  display: block;
}
#str-contents .link-list-01 .link-list-02 > :last-child {
  border-bottom: 0;
}

#str-contents h2 + .link-list-01,
#str-contents h3 + .link-list-01,
#str-contents h4 + .link-list-01 {
  margin-top: -10px;
}

/* .link-list-02
----------------------------------------------- */
#str-contents .link-list-02 > li {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents .link-list-02 ul {
  margin: 5px 0 5px 2em;
}
#str-contents .link-list-02 .link-list-02 > :last-child {
  border-bottom: 0;
}

#str-contents h2 + .link-list-02,
#str-contents h3 + .link-list-02,
#str-contents h4 + .link-list-02 {
  margin-top: -10px;
}

/* .link-list-line
----------------------------------------------- */
#str-contents .link-list-line {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.4em;
  text-align: center;
}
#str-contents .link-list-line > li {
  margin: 0 3px 5px;
  display: inline-block;
  letter-spacing: normal;
}
#str-contents .link-list-line > li > a {
  padding: 5px;
  border: 1px solid #d6d7d8;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 5.8em;
  display: block;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(100%, #e9edf0));
  background-image: -webkit-linear-gradient( #fbfdfe, #e9edf0);
  background-image: linear-gradient( #fbfdfe, #e9edf0);
  background-color: #e9edf0;
}

/* ----------------------------------------------------------------
  Index List
----------------------------------------------------------------- */
/* .list-index-01
----------------------------------------------- */
#str-contents .list-index-01 {
  margin: 0 -10px 10px;
  background-color: #fff;
}
#str-contents .list-index-01 > li {
  border-bottom: 1px solid #e4e4e4;
}
#str-contents .list-index-01 > li > a {
  padding: 10px 30px 10px 10px;
  color: #333333;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: normal;
  position: relative;
}
#str-contents .list-index-01 > li > a:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #006699;
  border-bottom: 3px solid #006699;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#str-contents .list-index-01 > li > a:before {
  margin-top: -6px;
  top: 50%;
  right: 10px;
}
#str-contents .list-index-01 > li > a > span > span {
  display: block;
  font-weight: bold;
}
#str-contents .list-index-01 > li:first-child {
  border-top: 1px solid #e4e4e4;
}
#str-contents .list-index-01.list-add-image > li > a {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#str-contents .list-index-01.list-add-image > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
#str-contents .list-index-01.list-add-image > li > a > span:first-child {
  width: 60px;
}
#str-contents .list-index-01.list-add-image > li > a > span:first-child img {
  width: 48px;
}

#str-contents h2 + .list-index-01 {
  margin-top: -10px;
}
#str-contents h2 + .list-index-01 > li:first-child {
  border-top: none;
}

/* .list-index-02
----------------------------------------------- */
#str-contents .list-index-02 > li {
  padding: 10px 0;
  border-bottom: 1px dotted #e4e4e4;
}
#str-contents .list-index-02 > li > a {
  margin: -10px 0;
  padding: 10px 0;
  color: #333333;
  display: block;
  font-weight: normal;
}
#str-contents .list-index-02 > li > a .style-link {
  color: #006699;
  font-weight: bold;
}
#str-contents .list-index-02 > li:first-child > a {
  padding-top: 0;
}
#str-contents .list-index-02 > li .style-link {
  display: block;
}
#str-contents .list-index-02 > li .style-icon-release,
#str-contents .list-index-02 > li .style-icon-info,
#str-contents .list-index-02 > li .style-icon-agm {
  margin: 0 0 3px 5px;
  padding: 1px 2px 0;
  border: 1px solid #e4e4e4;
  display: inline-block;
  line-height: 1.25;
  min-width: 6em;
  background-color: #f4f5f6;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
}
#str-contents .list-index-02.list-add-image > li {
  overflow: hidden;
}
#str-contents .list-index-02.list-add-image > li > img {
  float: left;
}
#str-contents .list-index-02.list-add-image > li > span {
  padding-left: 10px;
  display: block;
  overflow: hidden;
}
#str-contents .list-index-02.list-add-image > li > a {
  overflow: hidden;
}
#str-contents .list-index-02.list-add-image > li > a > img {
  float: left;
}
#str-contents .list-index-02.list-add-image > li > a > span {
  padding-left: 10px;
  display: block;
  overflow: hidden;
}
#str-contents .list-index-02.list-add-image#ipcastList > li > a > img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e4e5;
}
#str-contents .list-index-02.list-add-separate > li {
  padding: 0;
  display: table;
  width: 100%;
}
#str-contents .list-index-02.list-add-separate > li > span,
#str-contents .list-index-02.list-add-separate > li > div {
  padding: 10px 0;
  display: table-cell;
}
#str-contents .list-index-02.list-add-separate > li > span {
  padding-right: 10px;
  width: 5em;
}
#str-contents .list-index-02.list-add-separate > li > div > :last-child {
  margin-bottom: 0;
}

/* .list-index-03
----------------------------------------------- */
#str-contents .list-index-03 > li {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents .list-index-03 > li:first-child {
  padding-top: 0;
}
#str-contents .list-index-03 > li > :last-child {
  margin-bottom: 0;
}
#str-contents .list-index-03 > li > span {
  margin-bottom: 3px;
  display: block;
  font-weight: bold;
}
#str-contents .list-index-03 > li > span > .en {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

/* .list-index-top
----------------------------------------------- */
#str-contents .list-index-top {
  margin: 0 auto;
  max-width: 300px;
}
#str-contents .list-index-top ul {
  margin: 0;
  overflow: hidden;
  display: block;
  text-align: center;
}
#str-contents .list-index-top ul li {
  margin: 0 3% 3% 0;
  list-style-type: none;
  float: left;
  width: 31%;
}
#str-contents .list-index-top ul li span {
  display: block;
  font-size: 8px;
}
#str-contents .list-index-top ul li:first-child {
  margin-left: 0;
}
#str-contents .list-index-top ul li:nth-child(3n) {
  margin-right: 0;
}

/* ----------------------------------------------------------------
  nav
----------------------------------------------------------------- */
/* .nav-pagetop
----------------------------------------------- */
#str-contents .nav-pagetop {
  margin: 20px 0;
}
#str-contents .nav-pagetop > a {
  padding-left: 25px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
#str-contents .nav-pagetop > a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 0.1em;
  left: 0;
}
#str-contents .nav-pagetop > a:before {
  padding: 2px;
  border: 1px solid #c7d2da;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px center;
  background-size: 2650px 63px;
  background-color: #f4f6f8;
}

/* .nav-pc-01
----------------------------------------------- */
#str-contents .nav-pc-01 > a {
  display: inline-block;
  position: relative;
}
#str-contents .nav-pc-01 > a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: static;
}
#str-contents .nav-pc-01 > a:after {
  margin: 3px 0 0 3px;
  vertical-align: top;
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -91px center;
  background-size: 2650px 63px;
}
#str-contents .nav-pc-01 > a .newwindowicon {
  display: none;
}

/* .nav-btn-sns
----------------------------------------------- */
#str-contents .nav-btn-sns-container {
  text-align: center;
  margin: 20px 0 5px;
}
#str-contents .nav-btn-sns-container .gig-button-container{
  margin-left: 5px;
}
#str-contents .nav-btn-sns-container .gig-button-container:first-child{
  margin-left: 0;
}

/* LINE */
#str-contents .nav-btn-sns-container .gig-button-container.gig-button-container-lineit img{
  max-width: none;
  height: 20px;
}

/* .serial-link
----------------------------------------------- */
#str-contents .serial-link > ul {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#str-contents .serial-link > ul:after {
  content: "";
  display: block;
  clear: both;
}
#str-contents .serial-link > ul > li {
  padding: 5px 10px 3px;
  color: #c4c7ca;
  list-style: none;
  float: left;
}
#str-contents .serial-link > ul > li > a {
  margin: -5px -10px -3px;
  padding: 5px 10px 3px;
  border-style: solid;
  display: block;
}
#str-contents .serial-link > ul > li:first-child {
  padding-left: 5px;
  border-width: 2px 2px 2px 12px;
  -webkit-border-image: url(/home/set/common/s/img/bg-border-03.png) 4 4 4 24 stretch;
  -moz-border-image: url(/home/set/common/s/img/bg-border-03.png) 4 4 4 24 fill stretch;
  -o-border-image: url(/home/set/common/s/img/bg-border-03.png) 4 4 4 24 stretch;
  border-image: url(/home/set/common/s/img/bg-border-03.png) 4 4 4 24 fill stretch;
}
#str-contents .serial-link > ul > li:first-child > a {
  margin: -7px -12px -5px -17px;
  padding-left: 5px;
  border-width: 2px 2px 2px 12px;
  -webkit-border-image: url(/home/set/common/s/img/bg-border-01.png) 4 4 4 24 stretch;
  -moz-border-image: url(/home/set/common/s/img/bg-border-01.png) 4 4 4 24 fill stretch;
  -o-border-image: url(/home/set/common/s/img/bg-border-01.png) 4 4 4 24 stretch;
  border-image: url(/home/set/common/s/img/bg-border-01.png) 4 4 4 24 fill stretch;
}
#str-contents .serial-link > ul > li:last-child {
  padding-right: 5px;
  border-width: 2px 12px 2px 2px;
  float: right;
  -webkit-border-image: url(/home/set/common/s/img/bg-border-02.png) 4 24 4 4 stretch;
  -moz-border-image: url(/home/set/common/s/img/bg-border-02.png) 4 24 4 4 fill stretch;
  -o-border-image: url(/home/set/common/s/img/bg-border-02.png) 4 24 4 4 stretch;
  border-image: url(/home/set/common/s/img/bg-border-02.png) 4 24 4 4 fill stretch;
}
#str-contents .serial-link > ul > li:last-child > a {
  margin: -7px -17px -5px -12px;
  padding-right: 5px;
  border-width: 2px 12px 2px 2px;
  -webkit-border-image: url(/home/set/common/s/img/bg-border.png) 4 24 4 4 stretch;
  -moz-border-image: url(/home/set/common/s/img/bg-border.png) 4 24 4 4 fill stretch;
  -o-border-image: url(/home/set/common/s/img/bg-border.png) 4 24 4 4 stretch;
  border-image: url(/home/set/common/s/img/bg-border.png) 4 24 4 4 fill stretch;
}

/* .pagination-area-01
----------------------------------------------- */
#str-contents .pagination-area-01 > li > a > span {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
#str-contents .pagination-area-01 > li > a > span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 0;
}
#str-contents .pagination-area-01 > li > a > span:before {
  padding: 2px;
  border: 1px solid #c7d2da;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px center;
  background-size: 2650px 63px;
  background-color: #f4f6f8;
}
#str-contents .pagination-area-01 > li > a p {
  color: #333333;
  font-weight: normal;
}
#str-contents .pagination-area-01 > li:last-child > a > span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ----------------------------------------------------------------
  button
----------------------------------------------------------------- */
/* .nav-btn-01
----------------------------------------------- */
#str-contents .nav-btn-01 > a {
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #333333;
  display: block;
  box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8) inset, -2px -2px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(62%, #eef2f4), color-stop(100%, #eef2f4));
  background-image: -webkit-linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-image: linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-color: #f7f9fa;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
#str-contents .nav-btn-01 > a span {
  color: #006699;
  display: block;
  line-height: 1.35;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

/* .btn-list
----------------------------------------------- */
/* ----------------------------------------------------------------
  banner
----------------------------------------------------------------- */
/* .bnr-list
----------------------------------------------- */
/* ----------------------------------------------------------------
  table
----------------------------------------------------------------- */
/* default
----------------------------------------------- */
#str-contents table {
  margin: 0 0 10px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#str-contents table caption {
  padding-bottom: 5px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents table th, #str-contents table td {
  padding: 7px;
  border: 1px solid #e3e3e3;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents table th a, #str-contents table td a {
  font-weight: normal;
}
#str-contents table th {
  background-color: #f4f5f6;
  font-weight: normal;
}
#str-contents table th strong {
  display: inline-block;
}
#str-contents table thead th, #str-contents table thead td {
  background-color: #f4f5f6;
  font-weight: normal;
  text-align: center;
}
#str-contents table tbody th {
  text-align: left !important;
}
#str-contents table img {
  max-width: none;
}

/* .base
----------------------------------------------- */
#str-contents table.base th, #str-contents table.base td {
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #e3e4e5;
  background-color: transparent;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  /*ガイドライン調整のため追加*/
}
#str-contents table.base th > :last-child, #str-contents table.base td > :last-child {
  margin-bottom: 0;
}
#str-contents table.base th .link-list-arrow, #str-contents table.base td .link-list-arrow {
  margin-bottom: 0 !important;
}
#str-contents table.base th a, #str-contents table.base td a {
  font-weight: bold;
}
#str-contents table.base tr:first-of-type > th,
#str-contents table.base tr:first-of-type > td {
  padding-top: 0;
}
#str-contents table.base tr > :last-child {
  padding-right: 0;
}

/* .releases
----------------------------------------------- */
#str-contents table.releases {
  border: none;
  display: block;
}
#str-contents table.releases tr, #str-contents table.releases thead, #str-contents table.releases tbody, #str-contents table.releases tfoot, #str-contents table.releases th, #str-contents table.releases td {
  padding: 0;
  border: none;
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
}
#str-contents table.releases tr a, #str-contents table.releases thead a, #str-contents table.releases tbody a, #str-contents table.releases tfoot a, #str-contents table.releases th a, #str-contents table.releases td a {
  font-weight: bold;
}
#str-contents table.releases th {
  padding-top: 10px;
}
#str-contents table.releases td {
  padding: 5px 0 10px;
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents table.releases td > :last-child {
  margin-bottom: 0;
}
#str-contents table.releases tr:first-of-type > :first-child {
  padding-top: 0;
}

/* .tbl-definision-01
----------------------------------------------- */
#str-contents table.tbl-definision-01 {
  border: none;
  width: auto !important;
}
#str-contents table.tbl-definision-01 th, #str-contents table.tbl-definision-01 td {
  padding: 0 3px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
}
#str-contents table.tbl-definision-01 th a, #str-contents table.tbl-definision-01 td a {
  font-weight: bold;
}
#str-contents table.tbl-definision-01 th.cell-type-01 em, #str-contents table.tbl-definision-01 th.cell-type-02 em, #str-contents table.tbl-definision-01 td.cell-type-01 em, #str-contents table.tbl-definision-01 td.cell-type-02 em {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  vertical-align: middle;
}
#str-contents table.tbl-definision-01 tr > :first-child {
  padding-left: 0;
}
#str-contents table.tbl-definision-01 tr > :last-child {
  padding-right: 0;
}

/* .layout
----------------------------------------------- */
#str-contents table.layout th, #str-contents table.layout td {
  padding: 0 5px 0;
  border: none;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
#str-contents table.layout th a, #str-contents table.layout td a {
  font-weight: bold;
}
#str-contents table.layout tr > :first-child {
  padding-left: 0;
}
#str-contents table.layout tr > :last-child {
  padding-right: 0;
}

/* .timeline
----------------------------------------------- */
#str-contents table.timeline {
  border-top: 1px dotted #e3e4e5;
  display: block;
}
#str-contents table.timeline thead, #str-contents table.timeline tbody, #str-contents table.timeline tfoot, #str-contents table.timeline tr, #str-contents table.timeline th, #str-contents table.timeline td {
  display: block;
}
#str-contents table.timeline th, #str-contents table.timeline td {
  padding: 0 0 10px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
}
#str-contents table.timeline th a, #str-contents table.timeline td a {
  font-weight: bold;
}
#str-contents table.timeline th > :last-child, #str-contents table.timeline td > :last-child {
  margin-bottom: 0;
}
#str-contents table.timeline tr > :nth-child(odd) {
  padding: 10px 0 3px;
}
#str-contents table.timeline tr > :nth-child(even) {
  border-bottom: 1px dotted #e3e4e5;
}

#str-contents h2:not([class]) + table.timeline, #str-contents h3:not([class]) + table.timeline, #str-contents .news-ip-h2 + table.timeline,
#str-contents h3:not([class]) + table.timeline,
#str-contents h4:not([class]) + table.timeline,
#str-contents h5:not([class]) + table.timeline {
  margin-top: -10px;
  border-top: none;
}

/* .timeline
----------------------------------------------- */
#str-contents table.detail tbody th {
  width: 3em;
}

/* ----------------------------------------------------------------
  image
----------------------------------------------------------------- */
 /* .lyt-image
----------------------------------------------- */
#str-contents .lyt-image {
  overflow: hidden;
}
#str-contents .lyt-image > .image {
  max-width: 40%;
  text-align: center;
}
#str-contents .lyt-image > .column {
  overflow: hidden;
}
#str-contents .lyt-image > .column h3:not([class]) {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #5a6672;
  background: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#str-contents .lyt-image > .column h3:not([class]):before, #str-contents .lyt-image > .column h3:not([class]):after {
  display: none;
}
#str-contents .lyt-image.image-l > .image {
  margin: 0 10px 10px 0;
  float: left;
}
#str-contents .lyt-image.image-r > .image {
  margin: 0 0 10px 10px;
  float: right;
}

#str-contents .list-01 > li .lyt-image > .image {
  margin-bottom: 0;
}
#str-contents .list-01 > li .lyt-image > .image > :last-child {
  margin-bottom: 0;
}

 /* .image-left / .image-right
----------------------------------------------- */
#str-contents .image-left,
#str-contents .image-right {
  margin-bottom: 10px;
}
#str-contents .image-left > .image,
#str-contents .image-right > .image {
  padding: 0 10px 10px 0;
  float: left;
  max-width: 50%;
}
#str-contents .image-left > .image p,
#str-contents .image-right > .image p {
  margin: 0;
}
#str-contents .image-left > .image img,
#str-contents .image-right > .image img {
  width: auto !important;
}
#str-contents .image-left > .image img + br + img,
#str-contents .image-right > .image img + br + img {
  margin-top: 5px;
}
#str-contents .image-left h3:not([class]),
#str-contents .image-right h3:not([class]) {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #5a6672;
  overflow: hidden;
  background: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#str-contents .image-left h3:not([class]):before, #str-contents .image-left h3:not([class]):after,
#str-contents .image-right h3:not([class]):before,
#str-contents .image-right h3:not([class]):after {
  display: none;
}
#str-contents .image-left.parallel > .col,
#str-contents .image-right.parallel > .col {
  overflow: hidden;
}

#str-contents .image-right > .image {
  padding: 0 0 10px 10px;
  float: right;
}

 /* .floatblock-ll,lm,ls
----------------------------------------------- */
#str-contents .floatblock-lll,
#str-contents .floatblock-ll,
#str-contents .floatblock-lm,
#str-contents .floatblock-ls,
#str-contents .floatblock-lss {
  margin-bottom: 10px;
}
#str-contents .floatblock-lll:after,
#str-contents .floatblock-ll:after,
#str-contents .floatblock-lm:after,
#str-contents .floatblock-ls:after,
#str-contents .floatblock-lss:after {
  content: "";
  display: block;
  clear: both;
}
#str-contents .floatblock-lll > .imageblock-ll,
#str-contents .floatblock-lll > .imageblock-l,
#str-contents .floatblock-lll > .imageblock-m,
#str-contents .floatblock-lll > .imageblock-s,
#str-contents .floatblock-lll > .imageblock-ss,
#str-contents .floatblock-lll > .imageblock-auto,
#str-contents .floatblock-lll > .image,
#str-contents .floatblock-ll > .imageblock-ll,
#str-contents .floatblock-ll > .imageblock-l,
#str-contents .floatblock-ll > .imageblock-m,
#str-contents .floatblock-ll > .imageblock-s,
#str-contents .floatblock-ll > .imageblock-ss,
#str-contents .floatblock-ll > .imageblock-auto,
#str-contents .floatblock-ll > .image,
#str-contents .floatblock-lm > .imageblock-ll,
#str-contents .floatblock-lm > .imageblock-l,
#str-contents .floatblock-lm > .imageblock-m,
#str-contents .floatblock-lm > .imageblock-s,
#str-contents .floatblock-lm > .imageblock-ss,
#str-contents .floatblock-lm > .imageblock-auto,
#str-contents .floatblock-lm > .image,
#str-contents .floatblock-ls > .imageblock-ll,
#str-contents .floatblock-ls > .imageblock-l,
#str-contents .floatblock-ls > .imageblock-m,
#str-contents .floatblock-ls > .imageblock-s,
#str-contents .floatblock-ls > .imageblock-ss,
#str-contents .floatblock-ls > .imageblock-auto,
#str-contents .floatblock-ls > .image,
#str-contents .floatblock-lss > .imageblock-ll,
#str-contents .floatblock-lss > .imageblock-l,
#str-contents .floatblock-lss > .imageblock-m,
#str-contents .floatblock-lss > .imageblock-s,
#str-contents .floatblock-lss > .imageblock-ss,
#str-contents .floatblock-lss > .imageblock-auto,
#str-contents .floatblock-lss > .image {
  padding: 0 10px 10px 0;
  float: left;
  max-width: 50%;
}
#str-contents .floatblock-lll > .imageblock-ll img,
#str-contents .floatblock-lll > .imageblock-l img,
#str-contents .floatblock-lll > .imageblock-m img,
#str-contents .floatblock-lll > .imageblock-s img,
#str-contents .floatblock-lll > .imageblock-ss img,
#str-contents .floatblock-lll > .imageblock-auto img,
#str-contents .floatblock-lll > .image img,
#str-contents .floatblock-ll > .imageblock-ll img,
#str-contents .floatblock-ll > .imageblock-l img,
#str-contents .floatblock-ll > .imageblock-m img,
#str-contents .floatblock-ll > .imageblock-s img,
#str-contents .floatblock-ll > .imageblock-ss img,
#str-contents .floatblock-ll > .imageblock-auto img,
#str-contents .floatblock-ll > .image img,
#str-contents .floatblock-lm > .imageblock-ll img,
#str-contents .floatblock-lm > .imageblock-l img,
#str-contents .floatblock-lm > .imageblock-m img,
#str-contents .floatblock-lm > .imageblock-s img,
#str-contents .floatblock-lm > .imageblock-ss img,
#str-contents .floatblock-lm > .imageblock-auto img,
#str-contents .floatblock-lm > .image img,
#str-contents .floatblock-ls > .imageblock-ll img,
#str-contents .floatblock-ls > .imageblock-l img,
#str-contents .floatblock-ls > .imageblock-m img,
#str-contents .floatblock-ls > .imageblock-s img,
#str-contents .floatblock-ls > .imageblock-ss img,
#str-contents .floatblock-ls > .imageblock-auto img,
#str-contents .floatblock-ls > .image img,
#str-contents .floatblock-lss > .imageblock-ll img,
#str-contents .floatblock-lss > .imageblock-l img,
#str-contents .floatblock-lss > .imageblock-m img,
#str-contents .floatblock-lss > .imageblock-s img,
#str-contents .floatblock-lss > .imageblock-ss img,
#str-contents .floatblock-lss > .imageblock-auto img,
#str-contents .floatblock-lss > .image img {
  width: auto !important;
}
#str-contents .floatblock-lll > .imageblock-ll img + br + img,
#str-contents .floatblock-lll > .imageblock-l img + br + img,
#str-contents .floatblock-lll > .imageblock-m img + br + img,
#str-contents .floatblock-lll > .imageblock-s img + br + img,
#str-contents .floatblock-lll > .imageblock-ss img + br + img,
#str-contents .floatblock-lll > .imageblock-auto img + br + img,
#str-contents .floatblock-lll > .image img + br + img,
#str-contents .floatblock-ll > .imageblock-ll img + br + img,
#str-contents .floatblock-ll > .imageblock-l img + br + img,
#str-contents .floatblock-ll > .imageblock-m img + br + img,
#str-contents .floatblock-ll > .imageblock-s img + br + img,
#str-contents .floatblock-ll > .imageblock-ss img + br + img,
#str-contents .floatblock-ll > .imageblock-auto img + br + img,
#str-contents .floatblock-ll > .image img + br + img,
#str-contents .floatblock-lm > .imageblock-ll img + br + img,
#str-contents .floatblock-lm > .imageblock-l img + br + img,
#str-contents .floatblock-lm > .imageblock-m img + br + img,
#str-contents .floatblock-lm > .imageblock-s img + br + img,
#str-contents .floatblock-lm > .imageblock-ss img + br + img,
#str-contents .floatblock-lm > .imageblock-auto img + br + img,
#str-contents .floatblock-lm > .image img + br + img,
#str-contents .floatblock-ls > .imageblock-ll img + br + img,
#str-contents .floatblock-ls > .imageblock-l img + br + img,
#str-contents .floatblock-ls > .imageblock-m img + br + img,
#str-contents .floatblock-ls > .imageblock-s img + br + img,
#str-contents .floatblock-ls > .imageblock-ss img + br + img,
#str-contents .floatblock-ls > .imageblock-auto img + br + img,
#str-contents .floatblock-ls > .image img + br + img,
#str-contents .floatblock-lss > .imageblock-ll img + br + img,
#str-contents .floatblock-lss > .imageblock-l img + br + img,
#str-contents .floatblock-lss > .imageblock-m img + br + img,
#str-contents .floatblock-lss > .imageblock-s img + br + img,
#str-contents .floatblock-lss > .imageblock-ss img + br + img,
#str-contents .floatblock-lss > .imageblock-auto img + br + img,
#str-contents .floatblock-lss > .image img + br + img {
  margin-top: 5px;
}
#str-contents .floatblock-lll .imagecaption,
#str-contents .floatblock-lll .imagecaption-s,
#str-contents .floatblock-ll .imagecaption,
#str-contents .floatblock-ll .imagecaption-s,
#str-contents .floatblock-lm .imagecaption,
#str-contents .floatblock-lm .imagecaption-s,
#str-contents .floatblock-ls .imagecaption,
#str-contents .floatblock-ls .imagecaption-s,
#str-contents .floatblock-lss .imagecaption,
#str-contents .floatblock-lss .imagecaption-s {
  margin: 5px 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents .floatblock-lll .imagecaption em,
#str-contents .floatblock-lll .imagecaption-s em,
#str-contents .floatblock-ll .imagecaption em,
#str-contents .floatblock-ll .imagecaption-s em,
#str-contents .floatblock-lm .imagecaption em,
#str-contents .floatblock-lm .imagecaption-s em,
#str-contents .floatblock-ls .imagecaption em,
#str-contents .floatblock-ls .imagecaption-s em,
#str-contents .floatblock-lss .imagecaption em,
#str-contents .floatblock-lss .imagecaption-s em {
  font-weight: normal;
}
#str-contents .floatblock-lll > .textblock,
#str-contents .floatblock-lll > .col,
#str-contents .floatblock-ll > .textblock,
#str-contents .floatblock-ll > .col,
#str-contents .floatblock-lm > .textblock,
#str-contents .floatblock-lm > .col,
#str-contents .floatblock-ls > .textblock,
#str-contents .floatblock-ls > .col,
#str-contents .floatblock-lss > .textblock,
#str-contents .floatblock-lss > .col {
  overflow: hidden;
}
#str-contents .floatblock-lll h3:not([class]),
#str-contents .floatblock-ll h3:not([class]),
#str-contents .floatblock-lm h3:not([class]),
#str-contents .floatblock-ls h3:not([class]),
#str-contents .floatblock-lss h3:not([class]) {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #5a6672;
  background: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#str-contents .floatblock-lll h3:not([class]):before, #str-contents .floatblock-lll h3:not([class]):after,
#str-contents .floatblock-ll h3:not([class]):before,
#str-contents .floatblock-ll h3:not([class]):after,
#str-contents .floatblock-lm h3:not([class]):before,
#str-contents .floatblock-lm h3:not([class]):after,
#str-contents .floatblock-ls h3:not([class]):before,
#str-contents .floatblock-ls h3:not([class]):after,
#str-contents .floatblock-lss h3:not([class]):before,
#str-contents .floatblock-lss h3:not([class]):after {
  display: none;
}

#str-contents .note-block > :last-child > .imageblock-l,
#str-contents .note-block > :last-child > .imageblock-m,
#str-contents .note-block > :last-child > .imageblock-s {
  padding-bottom: 0;
}

 /* .floatblock-rl,rm,rs
----------------------------------------------- */
#str-contents .floatblock-rll,
#str-contents .floatblock-rl,
#str-contents .floatblock-rm,
#str-contents .floatblock-rs,
#str-contents .floatblock-rss,
#str-contents .floatblock-r-auto {
  margin-bottom: 10px;
}
#str-contents .floatblock-rll:after,
#str-contents .floatblock-rl:after,
#str-contents .floatblock-rm:after,
#str-contents .floatblock-rs:after,
#str-contents .floatblock-rss:after,
#str-contents .floatblock-r-auto:after {
  content: "";
  display: block;
  clear: both;
}
#str-contents .floatblock-rll > .imageblock-ll,
#str-contents .floatblock-rll > .imageblock-l,
#str-contents .floatblock-rll > .imageblock-m,
#str-contents .floatblock-rll > .imageblock-s,
#str-contents .floatblock-rll > .imageblock-ss,
#str-contents .floatblock-rll > .imageblock-auto,
#str-contents .floatblock-rll > .image,
#str-contents .floatblock-rl > .imageblock-ll,
#str-contents .floatblock-rl > .imageblock-l,
#str-contents .floatblock-rl > .imageblock-m,
#str-contents .floatblock-rl > .imageblock-s,
#str-contents .floatblock-rl > .imageblock-ss,
#str-contents .floatblock-rl > .imageblock-auto,
#str-contents .floatblock-rl > .image,
#str-contents .floatblock-rm > .imageblock-ll,
#str-contents .floatblock-rm > .imageblock-l,
#str-contents .floatblock-rm > .imageblock-m,
#str-contents .floatblock-rm > .imageblock-s,
#str-contents .floatblock-rm > .imageblock-ss,
#str-contents .floatblock-rm > .imageblock-auto,
#str-contents .floatblock-rm > .image,
#str-contents .floatblock-rs > .imageblock-ll,
#str-contents .floatblock-rs > .imageblock-l,
#str-contents .floatblock-rs > .imageblock-m,
#str-contents .floatblock-rs > .imageblock-s,
#str-contents .floatblock-rs > .imageblock-ss,
#str-contents .floatblock-rs > .imageblock-auto,
#str-contents .floatblock-rs > .image,
#str-contents .floatblock-rss > .imageblock-ll,
#str-contents .floatblock-rss > .imageblock-l,
#str-contents .floatblock-rss > .imageblock-m,
#str-contents .floatblock-rss > .imageblock-s,
#str-contents .floatblock-rss > .imageblock-ss,
#str-contents .floatblock-rss > .imageblock-auto,
#str-contents .floatblock-rss > .image,
#str-contents .floatblock-r-auto > .imageblock-ll,
#str-contents .floatblock-r-auto > .imageblock-l,
#str-contents .floatblock-r-auto > .imageblock-m,
#str-contents .floatblock-r-auto > .imageblock-s,
#str-contents .floatblock-r-auto > .imageblock-ss,
#str-contents .floatblock-r-auto > .imageblock-auto,
#str-contents .floatblock-r-auto > .image {
  margin: 0;
  padding: 0 0 10px 10px;
  float: right;
  max-width: 50%;
}
#str-contents .floatblock-rll > .imageblock-ll img,
#str-contents .floatblock-rll > .imageblock-l img,
#str-contents .floatblock-rll > .imageblock-m img,
#str-contents .floatblock-rll > .imageblock-s img,
#str-contents .floatblock-rll > .imageblock-ss img,
#str-contents .floatblock-rll > .imageblock-auto img,
#str-contents .floatblock-rll > .image img,
#str-contents .floatblock-rl > .imageblock-ll img,
#str-contents .floatblock-rl > .imageblock-l img,
#str-contents .floatblock-rl > .imageblock-m img,
#str-contents .floatblock-rl > .imageblock-s img,
#str-contents .floatblock-rl > .imageblock-ss img,
#str-contents .floatblock-rl > .imageblock-auto img,
#str-contents .floatblock-rl > .image img,
#str-contents .floatblock-rm > .imageblock-ll img,
#str-contents .floatblock-rm > .imageblock-l img,
#str-contents .floatblock-rm > .imageblock-m img,
#str-contents .floatblock-rm > .imageblock-s img,
#str-contents .floatblock-rm > .imageblock-ss img,
#str-contents .floatblock-rm > .imageblock-auto img,
#str-contents .floatblock-rm > .image img,
#str-contents .floatblock-rs > .imageblock-ll img,
#str-contents .floatblock-rs > .imageblock-l img,
#str-contents .floatblock-rs > .imageblock-m img,
#str-contents .floatblock-rs > .imageblock-s img,
#str-contents .floatblock-rs > .imageblock-ss img,
#str-contents .floatblock-rs > .imageblock-auto img,
#str-contents .floatblock-rs > .image img,
#str-contents .floatblock-rss > .imageblock-ll img,
#str-contents .floatblock-rss > .imageblock-l img,
#str-contents .floatblock-rss > .imageblock-m img,
#str-contents .floatblock-rss > .imageblock-s img,
#str-contents .floatblock-rss > .imageblock-ss img,
#str-contents .floatblock-rss > .imageblock-auto img,
#str-contents .floatblock-rss > .image img,
#str-contents .floatblock-r-auto > .imageblock-ll img,
#str-contents .floatblock-r-auto > .imageblock-l img,
#str-contents .floatblock-r-auto > .imageblock-m img,
#str-contents .floatblock-r-auto > .imageblock-s img,
#str-contents .floatblock-r-auto > .imageblock-ss img,
#str-contents .floatblock-r-auto > .imageblock-auto img,
#str-contents .floatblock-r-auto > .image img {
  width: auto !important;
  max-width: 100%;
}
#str-contents .floatblock-rll > .imageblock-ll img + br + img,
#str-contents .floatblock-rll > .imageblock-l img + br + img,
#str-contents .floatblock-rll > .imageblock-m img + br + img,
#str-contents .floatblock-rll > .imageblock-s img + br + img,
#str-contents .floatblock-rll > .imageblock-ss img + br + img,
#str-contents .floatblock-rll > .imageblock-auto img + br + img,
#str-contents .floatblock-rll > .image img + br + img,
#str-contents .floatblock-rl > .imageblock-ll img + br + img,
#str-contents .floatblock-rl > .imageblock-l img + br + img,
#str-contents .floatblock-rl > .imageblock-m img + br + img,
#str-contents .floatblock-rl > .imageblock-s img + br + img,
#str-contents .floatblock-rl > .imageblock-ss img + br + img,
#str-contents .floatblock-rl > .imageblock-auto img + br + img,
#str-contents .floatblock-rl > .image img + br + img,
#str-contents .floatblock-rm > .imageblock-ll img + br + img,
#str-contents .floatblock-rm > .imageblock-l img + br + img,
#str-contents .floatblock-rm > .imageblock-m img + br + img,
#str-contents .floatblock-rm > .imageblock-s img + br + img,
#str-contents .floatblock-rm > .imageblock-ss img + br + img,
#str-contents .floatblock-rm > .imageblock-auto img + br + img,
#str-contents .floatblock-rm > .image img + br + img,
#str-contents .floatblock-rs > .imageblock-ll img + br + img,
#str-contents .floatblock-rs > .imageblock-l img + br + img,
#str-contents .floatblock-rs > .imageblock-m img + br + img,
#str-contents .floatblock-rs > .imageblock-s img + br + img,
#str-contents .floatblock-rs > .imageblock-ss img + br + img,
#str-contents .floatblock-rs > .imageblock-auto img + br + img,
#str-contents .floatblock-rs > .image img + br + img,
#str-contents .floatblock-rss > .imageblock-ll img + br + img,
#str-contents .floatblock-rss > .imageblock-l img + br + img,
#str-contents .floatblock-rss > .imageblock-m img + br + img,
#str-contents .floatblock-rss > .imageblock-s img + br + img,
#str-contents .floatblock-rss > .imageblock-ss img + br + img,
#str-contents .floatblock-rss > .imageblock-auto img + br + img,
#str-contents .floatblock-rss > .image img + br + img,
#str-contents .floatblock-r-auto > .imageblock-ll img + br + img,
#str-contents .floatblock-r-auto > .imageblock-l img + br + img,
#str-contents .floatblock-r-auto > .imageblock-m img + br + img,
#str-contents .floatblock-r-auto > .imageblock-s img + br + img,
#str-contents .floatblock-r-auto > .imageblock-ss img + br + img,
#str-contents .floatblock-r-auto > .imageblock-auto img + br + img,
#str-contents .floatblock-r-auto > .image img + br + img {
  margin-top: 5px;
}
#str-contents .floatblock-rll > .fixed-block-m > div:not([class]):first-child > img,
#str-contents .floatblock-rl > .fixed-block-m > div:not([class]):first-child > img,
#str-contents .floatblock-rm > .fixed-block-m > div:not([class]):first-child > img,
#str-contents .floatblock-rs > .fixed-block-m > div:not([class]):first-child > img,
#str-contents .floatblock-rss > .fixed-block-m > div:not([class]):first-child > img,
#str-contents .floatblock-r-auto > .fixed-block-m > div:not([class]):first-child > img {
  margin-bottom: 10px;
}
#str-contents .floatblock-rll .imagecaption,
#str-contents .floatblock-rl .imagecaption,
#str-contents .floatblock-rm .imagecaption,
#str-contents .floatblock-rs .imagecaption,
#str-contents .floatblock-rss .imagecaption,
#str-contents .floatblock-r-auto .imagecaption {
  margin: 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents .floatblock-rll .imagecaption em,
#str-contents .floatblock-rl .imagecaption em,
#str-contents .floatblock-rm .imagecaption em,
#str-contents .floatblock-rs .imagecaption em,
#str-contents .floatblock-rss .imagecaption em,
#str-contents .floatblock-r-auto .imagecaption em {
  font-weight: normal;
}
#str-contents .floatblock-rll .note,
#str-contents .floatblock-rl .note,
#str-contents .floatblock-rm .note,
#str-contents .floatblock-rs .note,
#str-contents .floatblock-rss .note,
#str-contents .floatblock-r-auto .note {
  margin: 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents .floatblock-rll > .textblock,
#str-contents .floatblock-rll > .col,
#str-contents .floatblock-rl > .textblock,
#str-contents .floatblock-rl > .col,
#str-contents .floatblock-rm > .textblock,
#str-contents .floatblock-rm > .col,
#str-contents .floatblock-rs > .textblock,
#str-contents .floatblock-rs > .col,
#str-contents .floatblock-rss > .textblock,
#str-contents .floatblock-rss > .col,
#str-contents .floatblock-r-auto > .textblock,
#str-contents .floatblock-r-auto > .col {
  overflow: hidden;
}
#str-contents .floatblock-rll h3:not([class]),
#str-contents .floatblock-rl h3:not([class]),
#str-contents .floatblock-rm h3:not([class]),
#str-contents .floatblock-rs h3:not([class]),
#str-contents .floatblock-rss h3:not([class]),
#str-contents .floatblock-r-auto h3:not([class]) {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #5a6672;
  background: none;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
#str-contents .floatblock-rll h3:not([class]):before, #str-contents .floatblock-rll h3:not([class]):after,
#str-contents .floatblock-rl h3:not([class]):before,
#str-contents .floatblock-rl h3:not([class]):after,
#str-contents .floatblock-rm h3:not([class]):before,
#str-contents .floatblock-rm h3:not([class]):after,
#str-contents .floatblock-rs h3:not([class]):before,
#str-contents .floatblock-rs h3:not([class]):after,
#str-contents .floatblock-rss h3:not([class]):before,
#str-contents .floatblock-rss h3:not([class]):after,
#str-contents .floatblock-r-auto h3:not([class]):before,
#str-contents .floatblock-r-auto h3:not([class]):after {
  display: none;
}

#str-contents .note-block > :last-child > .imageblock-l,
#str-contents .note-block > :last-child > .imageblock-m,
#str-contents .note-block > :last-child > .imageblock-s,
#str-contents .note-block > :last-child > .imageblock-auto {
  padding-bottom: 0;
}

 /* .imageblock-l,m
----------------------------------------------- */
#str-contents .imageblock-l,
#str-contents .imageblock-m {
  margin-bottom: 10px;
}

 /* .floatblock-rs-auto
----------------------------------------------- */
#str-contents .floatblock-rs-auto:after {
  content: "";
  display: block;
  clear: both;
}
#str-contents .floatblock-rs-auto > .imageblock-auto {
  padding: 0 0 10px 10px;
  float: right;
  max-width: 40%;
}
#str-contents .floatblock-rs-auto > .imageblock-auto img {
  width: auto !important;
}
#str-contents .floatblock-rs-auto .imagecaption-s {
  margin: 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents .floatblock-rs-auto .imagecaption-s em {
  font-weight: normal;
}
#str-contents .floatblock-rs-auto > .textblock {
  overflow: hidden;
}

 /* .floatblock-section
----------------------------------------------- */
#str-contents .floatblock-section .imagecaption-s {
  margin: 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

 /* .imageblock-ll
----------------------------------------------- */
#str-contents .imageblock-ll {
  margin-bottom: 10px;
}
#str-contents .imageblock-ll .imagecaption {
  margin: 5px 0 10px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#str-contents .imageblock-ll .imagecaption em {
  font-weight: normal;
}

 /* .image-list
----------------------------------------------- */
#str-contents .link-list-image-01 {
  overflow: hidden;
  margin-right: -8px;
}
#str-contents .link-list-image-01 > li {
  margin: 0 8px 8px 0;
  float: left;
}

/* ----------------------------------------------------------------
  box
----------------------------------------------------------------- */
/* .box-01
----------------------------------------------- */
#str-contents .box-01 {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e3e4e5;
  border-radius: 4px;
  background-color: #fff;
}
#str-contents .box-01 > :last-child {
  margin-bottom: 0;
}

/* .box-02
----------------------------------------------- */
#str-contents .box-02 {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f4f5f6;
}
#str-contents .box-02 > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
  notice
----------------------------------------------------------------- */
/* .note-list
----------------------------------------------- */
#str-contents .note-list {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
#str-contents .note-list > li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  position: relative;
}
#str-contents .note-list > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
#str-contents .note-list div.note-label {
  margin-bottom: 10px;
}
#str-contents .note-list ul:not([class]) {
  margin: 0;
  display: block;
}
#str-contents .note-list ul:not([class]) > li {
  padding-left: 2em;
  position: relative;
  list-style-type: none;
  position: relative;
}
#str-contents .note-list ul:not([class]) > li .pointer {
  position: absolute;
  top: 0;
  left: 2px;
  display: inline-block;
  min-width: 1em;
  background-color: #fff;
}
#str-contents .note-list ul:not([class]) > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  overflow: hidden;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
#str-contents .note-list ul:not([class]) > li:before {
  border-radius: 4px;
  background-color: #333333;
}
#str-contents .note-list ul:not([class]) > li:last-child {
  margin-bottom: 0;
}

#str-contents ul.note-list:before {
  margin-bottom: 10px;
  content: "[注]";
  display: block;
}

#str-contents .note-block .note-list .pointer {
  background-color: #f4f5f6 !important;
}

/* .note-block
----------------------------------------------- */
#str-contents .note-block {
  margin-bottom: 10px;
  padding: 7px;
  border-radius: 2px;
  background-color: #f4f5f6;
  font-size: 11px;
  font-size: 1.1rem;
}
#str-contents .note-block a {
  font-weight: normal;
}
#str-contents .note-block > :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
  layout
----------------------------------------------------------------- */
/* .col-2/.col-3/.col-4
----------------------------------------------- */
/* ----------------------------------------------------------------
  compornent
----------------------------------------------------------------- */
/* .comp-important
----------------------------------------------- */
#str-contents .comp-important {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d8dadc;
  background-color: #fff;
}
#str-contents .comp-important > :last-child {
  margin-bottom: 0;
}
#str-contents .comp-important .catch {
  margin: -10px -10px 10px;
  padding: 7px 7px 5px 28px;
  border-bottom: 1px solid #d8dadc;
  box-shadow: 0px 0px 0px 1px #fff inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(100%, #e9edf0));
  background-image: -webkit-linear-gradient( #fbfdfe, #e9edf0);
  background-image: linear-gradient( #fbfdfe, #e9edf0);
  background-color: #e9edf0;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
#str-contents .comp-important .catch strong {
  color: #e61919;
}
#str-contents .comp-important .catch:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 8px;
}
#str-contents .comp-important .catch:before {
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -2008px center;
  background-size: 2650px 63px;
}
#str-contents .comp-important .important-hdg {
  margin: -9px -9px 10px;
  padding: 7px 7px 5px;
  background-color: #d7e3f5;
  font-weight: bold;
}
#str-contents .comp-important .important-hdg-01 {
  margin-bottom: 8px;
  padding: 10px 0 0;
  border-top: 1px solid #cdd5d5;
}
#str-contents .comp-important .important-hdg-01:first-of-type {
  padding-top: 0;
  border-top: none;
}
#str-contents .comp-important .comp-important-item > li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px dotted #d8dadc;
}
#str-contents .comp-important .comp-important-item > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/* .comp-important-item
----------------------------------------------- */
#str-contents .comp-important-item > li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d8dadc;
}
#str-contents .comp-important-item > li > .date {
  margin-bottom: 4px;
  display: block;
}
#str-contents .comp-important-item > li > :last-child {
  margin-bottom: 0;
}
#str-contents .comp-important-item > li:last-child {
  margin-bottom: 0;
}
#str-contents .comp-important-item > li.branch {
  padding: 0;
}
#str-contents .comp-important-item > li.branch > a {
  padding: 10px;
  color: #333333;
  display: block;
  font-weight: normal;
}
#str-contents .comp-important-item > li.branch > a .more {
  margin-top: 4px;
  color: #006699;
  display: block;
  font-weight: bold;
}

 /* .news-wrap-02
----------------------------------------------- */
#str-contents .news-wrap-02 .floatblock-ll > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-ll > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-ll > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-ll > .imageblock-auto,
#str-contents .news-wrap-02 .floatblock-lm > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-lm > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-lm > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-lm > .imageblock-auto,
#str-contents .news-wrap-02 .floatblock-ls > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-ls > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-ls > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-ls > .imageblock-auto,
#str-contents .news-wrap-02 .floatblock-rl > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-rl > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-rl > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-rl > .imageblock-auto,
#str-contents .news-wrap-02 .floatblock-rm > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-rm > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-rm > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-rm > .imageblock-auto,
#str-contents .news-wrap-02 .floatblock-rs > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-rs > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-rs > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-rs > .imageblock-auto,
#str-contents .news-wrap-02 .floatblock-r-auto > .imageblock-l,
#str-contents .news-wrap-02 .floatblock-r-auto > .imageblock-m,
#str-contents .news-wrap-02 .floatblock-r-auto > .imageblock-s,
#str-contents .news-wrap-02 .floatblock-r-auto > .imageblock-auto {
  margin-bottom: 10px;
  padding: 0;
  float: none;
  max-width: none;
  text-align: center;
}
#str-contents .news-wrap-02 .floatblock-ll .imagecaption,
#str-contents .news-wrap-02 .floatblock-ll .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-ll .note,
#str-contents .news-wrap-02 .floatblock-lm .imagecaption,
#str-contents .news-wrap-02 .floatblock-lm .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-lm .note,
#str-contents .news-wrap-02 .floatblock-ls .imagecaption,
#str-contents .news-wrap-02 .floatblock-ls .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-ls .note,
#str-contents .news-wrap-02 .floatblock-rl .imagecaption,
#str-contents .news-wrap-02 .floatblock-rl .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-rl .note,
#str-contents .news-wrap-02 .floatblock-rm .imagecaption,
#str-contents .news-wrap-02 .floatblock-rm .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-rm .note,
#str-contents .news-wrap-02 .floatblock-rs .imagecaption,
#str-contents .news-wrap-02 .floatblock-rs .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-rs .note,
#str-contents .news-wrap-02 .floatblock-r-auto .imagecaption,
#str-contents .news-wrap-02 .floatblock-r-auto .imagecaption-s,
#str-contents .news-wrap-02 .floatblock-r-auto .note {
  display: block;
}

/* .instructor
----------------------------------------------- */
#str-contents .instructor {
  margin-bottom: 10px;
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents .instructor p.name {
  margin-bottom: 5px;
}

/* FAQ
----------------------------------------------- */
#str-contents .question-list > li {
  border-bottom: 1px dotted #e3e4e5;
}
#str-contents .question-list > li a {
  padding: 10px 0 10px 25px;
  display: block;
  position: relative;
}
#str-contents .question-list > li a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 0;
}
#str-contents .question-list > li a:before {
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -59px center;
  background-size: 2650px 63px;
}
#str-contents .question-list > li:first-child a {
  margin-top: 0;
}

#str-contents .answer-block .marker {
  margin: 13px 12px 0 0;
  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-image: url("/home/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -59px center;
  background-size: 2650px 63px;
}
#str-contents .answer-block .marker img {
  display: none;
}
#str-contents .answer-block .content {
  padding: 10px 0;
  border-bottom: 1px dotted #e3e4e5;
  min-height: 23px;
  overflow: hidden;
}
#str-contents .answer-block .content > :last-child {
  margin-bottom: 0;
}
#str-contents .answer-block > dt:nth-of-type(2n) {
  background-position: -75px;
}
#str-contents .answer-block > :first-child {
  margin-top: 3px;
}
#str-contents .answer-block > dd:first-of-type {
  padding-top: 0;
}
#str-contents .answer-block > :last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* #profile
----------------------------------------------- */
#str-contents #profile {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f5f5f5;
}
#str-contents #profile .prof-name {
  font-weight: bold;
  margin-bottom: 10px;
}
#str-contents #profile .prof-last {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px dotted #d1d1d1;
}
#str-contents #profile .prof-last > span {
  font-weight: bold;
}

/* .promotion
----------------------------------------------- */
#str-contents ul.promotion {
  background-color: #fff;
}
#str-contents ul.promotion > li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #e4e4e4;
}
#str-contents ul.promotion > li > a {
  display: block;
}
#str-contents ul.promotion > li > a > span {
  display: block;
}
#str-contents ul.promotion.enable {
  margin: 0 -10px;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
#str-contents ul.promotion.enable > li {
  margin-bottom: 0;
  border: none;
  display: inline-block;
  letter-spacing: normal;
}
#str-contents ul.promotion.enable > li > a {
  padding: 0 5px;
}
#str-contents ul.promotion.enable > li > a img {
  width: 51px;
}
#str-contents ul.promotion.enable > li:first-child > a {
  padding-left: 0;
}
#str-contents ul.promotion.enable > li:last-child > a {
  padding-right: 0;
}

#str-contents ul.promotion-description {
  margin: 0 -10px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
#str-contents ul.promotion-description > li {
  padding: 0 10px;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
#str-contents ul.promotion-description > li.active {
  display: block;
}

.support-transform-3d ul.promotion.enable > :first-child {
  -webkit-transition: 200ms ease-out, margin-left 400ms ease-out;
  -moz-transition: 200ms ease-out, margin-left 400ms ease-out;
  transition: 200ms ease-out, margin-left 400ms ease-out;
}

/* .infoview
----------------------------------------------- */
#str-contents .infoview {
  border: 1px solid #c6c6c6;
  position: relative;
  /* set containing block */
  overflow: hidden;
  /* clearfix */
  background-color: #fff;
  /* BUG WebKit 528.18 (Mobile Safari 4.0): inner contents position broken */
  -webkit-transform: translate(0, 0);
}

body:not(#top) #str-contents .infoview {
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* background gradation */
#str-contents .infoview.enable,
#str-contents .infoview:not(.enable) > .list > * {
  /* disable JavaScript */
}

/* reset default style */
#str-contents .infoview p,
#str-contents .infoview ul {
  margin: 0;
  font-size: 12px;
}

#str-contents .infoview > .list {
  line-height: 1.2;
  overflow: hidden;
}

#str-contents .infoview > .list > * {
  display: table;
  border-top: 1px dotted #c6c6c6;
  /* disable JavaScript ONLY */
  position: relative;
  /* set containing block */
}

#str-contents .infoview > .list > :first-child {
  border-top: none;
}

/* disable JavaScript ONLY */
#str-contents .infoview > .list .item {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* infomation */
#str-contents .infoview > .list .item a {
  padding: 5px;
  display: block;
  min-height: 48px;
  color: #333;
  text-decoration: none;
}

/* datetime area */
#str-contents .infoview > .list .item a > span {
  margin-bottom: 3px;
  display: block;
  font-size: 10px;
}

/* title */
#str-contents .infoview > .list .item a > em {
  font-weight: normal;
}

/* omit title text over max length (enable JavaScript) */
@media screen and (max-width: 320px), screen and (orientation: portrait) {
  /* iOS 4 */
  .infoview > .list .item a > em > :first-child:after {
    content: "\2026";
  }

  /* … */
  .infoview > .list .item a > em > :nth-child(n+2) {
    display: none;
  }
}
/**
 * enable JavaScript ONLY
 */
#str-contents .infoview.enable > .list > * {
  display: block;
  border-top: none;
  height: 0;
  overflow: hidden;
  /* hidden non-active '.infoview .index' */
}

/* active item */
#str-contents .infoview.enable > .list > .active {
  height: auto;
}

/* animation targets */
#str-contents .infoview.enable > .list .item {
  display: block;
  width: auto;
  position: relative;
  vertical-align: baseline;
}

#str-contents .infoview.enable > .list > .active .item {
  left: 0;
  -webkit-transition: left 600ms ease-out;
  -moz-transition: left 600ms ease-out;
  -o-transition: left 600ms ease-out;
  -ms-transition: left 600ms ease-out;
  transition: left 600ms ease-out;
}

/* siblings */
#str-contents .infoview.enable > .list > :not(.active) .item {
  left: -100%;
}

#str-contents .infoview.enable > .list > .active ~ :not(.active) .item {
  left: 100%;
}

/* auto reflesh ONLY */
#str-contents .infoview.enable.timer > .list > :not(.active) .item {
  left: 100%;
}

#str-contents .infoview.enable > .list .item a {
  padding: 5px 0;
}

#str-contents .infoview .index {
  display: table-cell;
  white-space: nowrap;
  /* Gecko: display:table can't change box-sizing algorithm */
  -moz-box-sizing: border-box;
}

#str-contents .infoview .index:before {
  padding: 5px 0 5px 5px;
  content: "[";
}

#str-contents .infoview .index:after {
  padding: 5px 5px 5px 0;
  content: "]";
}

#str-contents .infoview .index:before,
#str-contents .infoview .index:after,
#str-contents .infoview .index a {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}

#str-contents .infoview .index a {
  padding: 5px 0;
}

/**
 * enable JavaScript ONLY
 */
#str-contents .infoview.enable .index {
  padding: 0;
  display: table;
  /* set wide tap area */
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /* set tap area above text */
}

#str-contents .infoview.enable .index:before,
#str-contents .infoview.enable .index:after,
#str-contents .infoview.enable .index a {
  padding: 5px 0;
  display: table-cell;
  height: auto;
  vertical-align: bottom;
}

#str-contents .infoview > .prev,
.infoview > .next {
  /* set wide tap area */
  display: table;
  height: 58px;
  position: relative;
  z-index: 1;
  /* Gecko: display:table can't change box-sizing algorithm */
  -moz-box-sizing: border-box;
}

#str-contents .infoview > .prev,
#str-contents .infoview > .next {
  padding: 5px;
}

/* fill space (don't touch background area) */
#str-contents .infoview > .prev {
  float: left;
}

#str-contents .infoview > .next {
  float: right;
}

#str-contents .infoview > .prev > a,
#str-contents .infoview > .next > a {
  display: table-cell;
  border: 1px solid #c6c6c6;
  /* img vertical/horizontal centering */
  text-align: center;
  vertical-align: middle;
}

#str-contents .infoview > .prev > a {
  padding: 0 5px 0 4px;
}

#str-contents .infoview > .next > a {
  padding: 0 4px 0 5px;
}

#str-contents .infoview > .prev img,
#str-contents .infoview > .next img {
  display: block;
}

/* disable item */
#str-contents .infoview > .prev.disable > a,
#str-contents .infoview > .next.disable > a {
  border-color: #e4e4e4;
}

#str-contents .infoview > .prev.disable img,
#str-contents .infoview > .next.disable img {
  opacity: 0.33;
}

/* #000 -> #ccc */
/* .app-area
----------------------------------------------- */
#str-contents #app-area h3 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
}
#str-contents #app-area h3:before, #str-contents #app-area h3:after {
  display: none;
}

#str-contents #app-area ul,
#str-contents #app-area ol,
#str-contents #app-area li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#str-contents #app-area p.lead {
  margin-bottom: 30px;
}

#str-contents #app-area .section {
  margin-bottom: 10px;
}
#str-contents #app-area .section br {
  display: none;
}

#str-contents #app-area .crossfade .indicator {
  display: none;
}

#str-contents #app-area #app-photo .crossfade .indicator,
#str-contents #app-area #app-favourite .crossfade .indicator {
  display: block;
}

#str-contents #app-area .crossfade .indicator .inner {
  text-align: center;
}

#str-contents #app-area .crossfade .indicator span {
  margin: 0 7px;
  border-radius: 7px;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-color: #e6ebec;
}
#str-contents #app-area .crossfade .indicator span.current {
  background-image: -webkit-linear-gradient( #c3ccd4, #83909b);
  background-image: linear-gradient( #c3ccd4, #83909b);
  box-shadow: 0 1px 1px #484848;
  background-color: #83909b;
}

#str-contents #app-area .crossfade ul li.hide {
  opacity: 0;
}

#str-contents #app-area .crossfade ul li.fadeOut {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#str-contents #app-area .crossfade ul li.fadeIn {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* #app-photo */
#str-contents #app-area #app-photo .crossfade .image {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  height: 257px;
  position: relative;
  top: 0;
  left: 0;
  background: url("/corp/set/data/help/app/img/s/index_pic_01.jpg") no-repeat;
  -webkit-background-size: 300px 257px;
  background-size: 300px 257px;
}

#str-contents #app-area #app-photo .crossfade ul li {
  position: absolute;
  top: 21px;
  left: 19px;
}

#str-contents #app-area #app-photo .crossfade ul li:first-child,
#str-contents #app-area #app-photo .crossfade ul li.first-child {
  z-index: 10;
}

#str-contents #app-area #app-photo .crossfade ul li img {
  width: 148px;
}

@media screen and (min-width: 500px) {
  #str-contents #app-area #app-photo .crossfade .image {
    width: 460px;
    height: 394px;
    -webkit-background-size: 460px 394px;
    -moz-background-size: 460px 394px;
    -o-background-size: 460px 394px;
    -ms-background-size: 460px 394px;
    background-size: 460px 394px;
  }

  #str-contents #app-area #app-photo .crossfade ul li {
    position: absolute;
    top: 32px;
    left: 29px;
  }

  #str-contents #app-area #app-photo .crossfade ul li img {
    width: 228px;
  }
}
/* #app-movie */
#str-contents #app-area #app-movie .image {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}

@media screen and (min-width: 500px) {
  #str-contents #app-area #app-movie .image {
    width: 460px;
  }
}
/* #app-news */
#str-contents #app-area #app-news .crossfade .image {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  height: 245px;
  position: relative;
  top: 0;
  left: 0;
  background: url("/corp/set/data/help/app/img/s/index_pic_03.jpg") no-repeat;
  -webkit-background-size: 300px 245px;
  background-size: 300px 245px;
}

#str-contents #app-area #app-news .crossfade ul li {
  position: absolute;
  top: 23px;
  left: 25px;
}

#str-contents #app-area #app-news .crossfade ul li img {
  width: 247px;
}

#str-contents #app-area #app-news .crossfade ul li:first-child,
#str-contents #app-area #app-news .crossfade ul li.first-child {
  z-index: 10;
}

@media screen and (min-width: 500px) {
  #str-contents #app-area #app-news .crossfade .image {
    width: 460px;
    height: 375px;
    -webkit-background-size: 460px 375px;
    -moz-background-size: 460px 375px;
    -o-background-size: 460px 375px;
    -ms-background-size: 460px 375px;
    background-size: 460px 375px;
  }

  #str-contents #app-area #app-news .crossfade ul li {
    position: absolute;
    top: 36px;
    left: 40px;
  }

  #str-contents #app-area #app-news .crossfade ul li img {
    width: 376px;
  }
}
/* #app-tweet */
#str-contents #app-area #app-tweet .crossfade .image {
  margin-right: auto;
  margin-left: auto;
  width: 144px;
  height: 300px;
  position: relative;
  top: 0;
  left: 0;
  background: url("/corp/set/data/help/app/img/s/index_pic_04.jpg") no-repeat;
  -webkit-background-size: 144px 300px;
  background-size: 144px 300px;
}

#str-contents #app-area #app-tweet .crossfade ul li {
  position: absolute;
  top: 48px;
  left: 11px;
}

#str-contents #app-area #app-tweet .crossfade ul li img {
  width: 123px;
}

#str-contents #app-area #app-tweet .crossfade ul li:first-child,
#str-contents #app-area #app-tweet .crossfade ul li.first-child {
  z-index: 10;
}

@media screen and (min-width: 500px) {
  #str-contents #app-area #app-tweet .crossfade .image {
    width: 220px;
    height: 458px;
    -webkit-background-size: 220px 458px;
    -moz-background-size: 220px 458px;
    -o-background-size: 220px 458px;
    -ms-background-size: 220px 458px;
    background-size: 220px 458px;
  }

  #str-contents #app-area #app-tweet .crossfade ul li {
    position: absolute;
    top: 74px;
    left: 16px;
  }

  #str-contents #app-area #app-tweet .crossfade ul li img {
    width: 188px;
  }
}
/* #app-favourite */
#str-contents #app-area #app-favourite .crossfade .image {
  margin-right: auto;
  margin-left: auto;
  width: 144px;
  height: 300px;
  position: relative;
  top: 0;
  left: 0;
  background: url("/corp/set/data/help/app/img/s/index_pic_04.jpg") no-repeat;
  -webkit-background-size: 144px 300px;
  background-size: 144px 300px;
}

#str-contents #app-area #app-favourite .crossfade ul li {
  position: absolute;
  top: 48px;
  left: 11px;
}

#str-contents #app-area #app-favourite .crossfade ul li img {
  width: 123px;
}

#str-contents #app-area #app-favourite .crossfade ul li:first-child,
#str-contents #app-area #app-favourite .crossfade ul li.first-child {
  z-index: 10;
}

@media screen and (min-width: 500px) {
  #str-contents #app-area #app-favourite .crossfade .image {
    width: 220px;
    height: 458px;
    -webkit-background-size: 220px 458px;
    -moz-background-size: 220px 458px;
    -o-background-size: 220px 458px;
    -ms-background-size: 220px 458px;
    background-size: 220px 458px;
  }

  #str-contents #app-area #app-favourite .crossfade ul li {
    position: absolute;
    top: 74px;
    left: 16px;
  }

  #str-contents #app-area #app-favourite .crossfade ul li img {
    width: 188px;
  }
}
/* #app-push */
#str-contents #app-area #app-push .image {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}

@media screen and (min-width: 500px) {
  #str-contents #app-area #app-push .image {
    width: 460px;
  }
}
/* .sliderTy01
----------------------------------------------- */
#str-contents .sliderTy01 {
  margin: 0 -10px 10px;
  overflow: hidden;
}
#str-contents .sliderTy01 .flexslider {
  margin: 0;
  position: relative;
  text-align: center;
}
#str-contents .sliderTy01 .flexslider .slides {
  margin: 0;
}
#str-contents .sliderTy01 .flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
}
#str-contents .sliderTy01 .flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#str-contents .sliderTy01 .flexslider .slides > li > *:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 10px;
}
#str-contents .sliderTy01 .flexslider .slides > li img {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#str-contents .sliderTy01 .flexslider .slides > li:not(:first-child) {
  display: none;
}
#str-contents .sliderTy01 .flexslider.oneLiOnly {
  margin: 0;
}
#str-contents .sliderTy01 .fl_viewport {
  margin-bottom: -12px;
}
#str-contents .sliderTy01 .fl_control-paging {
  margin: 0 0 -26px;
  border-width: 0 10px;
  padding: 0 11px 10px 13px;
  color: #ced7da;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  height: 26px;
  overflow: hidden;
  z-index: 20;
  background-image: url(/home/set/common/s/img/bg-slider-l.png), url(/home/set/common/s/img/bg-slider-r.png), url(/home/set/common/s/img/bg-slider-b.png);
  background-repeat: no-repeat, no-repeat,repeat-x;
  background-position: top left, top right,bottom center;
  background-size: 8px 26px, 8px 26px, 1px 1px;
  background-color: #fff;
  letter-spacing: 8px;
  font-size: 16px;
}
#str-contents .sliderTy01 .fl_control-paging li {
  float: left;
}
#str-contents .sliderTy01 .fl_control-paging li a {
  margin-right: 7px;
  margin-top: 9px;
  border-radius: 20px;
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: #e6ebec;
  text-indent: 9999px;
}
#str-contents .sliderTy01 .fl_control-paging li a.fl_active {
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3ccd4), color-stop(97%, #84919d), color-stop(100%, #6d7984));
  background-image: -webkit-linear-gradient( #c3ccd4, #84919d 97%, #6d7984);
  background-image: linear-gradient( #c3ccd4, #84919d 97%, #6d7984);
  background-color: #6d7984;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
#str-contents .sliderTy01 .fl_control-paging li:last-child a {
  margin-right: 0;
}
#str-contents .sliderTy01 .fl_direction-nav {
  margin: 0;
  border-bottom: #d6d7d8 solid 1px;
  height: 35px;
  position: absolute;
  bottom: 0;
  letter-spacing: -0.4em;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfcfc), color-stop(34%, #fbfcfc), color-stop(100%, #e6ebec));
  background-image: -webkit-linear-gradient( #fbfcfc, #fbfcfc 34%, #e6ebec);
  background-image: linear-gradient( #fbfcfc, #fbfcfc 34%, #e6ebec);
  background-color: #e6ebec;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  position: relative;
}
#str-contents .sliderTy01 .fl_direction-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  position: absolute;
  bottom: -4px;
  left: 0;
}
#str-contents .sliderTy01 .fl_direction-nav:before {
  background-color: #eee;
}
#str-contents .sliderTy01 .fl_direction-nav:after {
  width: 100%;
  height: 3px;
  background: #eee;
  bottom: -4px;
  left: 0;
}
#str-contents .sliderTy01 .fl_direction-nav a {
  display: block;
  position: relative;
  min-width: 110px;
  height: 35px;
  cursor: pointer;
  text-indent: -999px;
}
#str-contents .sliderTy01 .fl_direction-nav li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
}
#str-contents .sliderTy01 .fl_direction-nav li a {
  position: relative;
}
#str-contents .sliderTy01 .fl_direction-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #006699;
  border-bottom: 3px solid #006699;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#str-contents .sliderTy01 .fl_direction-nav li a:before {
  margin-top: -6px;
  position: absolute;
  left: 10px;
  top: 50%;
}
#str-contents .sliderTy01 .fl_direction-nav li:first-child {
  border-top: 1px solid #d6d7d8;
  text-align: left;
}
#str-contents .sliderTy01 .fl_direction-nav li:first-child a {
  float: left;
}
#str-contents .sliderTy01 .fl_direction-nav li:first-child:after {
  margin: 12px 0 0 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: 3px solid #069;
  border-right: 3px solid #069;
  display: inline-block;
  top: 0;
  left: auto;
  right: 10px;
  width: 6px;
  height: 6px;
}
#str-contents .sliderTy01 .fl_direction-nav li:last-child {
  border-top: 1px solid #d6d7d8;
  text-align: right;
}
#str-contents .sliderTy01 .fl_direction-nav li:last-child a {
  float: right;
  position: relative;
}
#str-contents .sliderTy01 .fl_direction-nav li:last-child a:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #006699;
  border-bottom: 3px solid #006699;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#str-contents .sliderTy01 .fl_direction-nav li:last-child a:before {
  margin-top: -6px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
}
#str-contents .sliderTy01 .fl_direction-nav li:last-child a:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #069;
  border-right: 3px solid #069;
  right: 11px;
  top: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 12px 12px 0 0;
  right: 0;
  top: 0;
}

/* .sliderTy02
----------------------------------------------- */
#str-contents .sliderTy02Wrap.available {
  margin: 0;
  padding: 0;
  border: none;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 {
  margin: 0 auto 20px;
  padding: 8px 30px;
  border: 1px solid #d6d7d8;
  border-radius: 1px;
  position: relative;
  width: 100%;
  height: 70px;
  box-shadow: 0px 0px 0px 2px #fff inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient( #fbfdfe, #e9edf0);
  background-image: linear-gradient( #fbfdfe, #e9edf0);
  background-color: #e9edf0;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child,
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  cursor: pointer;
  border: solid 1px #d6d7d8;
  width: 18px;
  height: 58px;
  box-shadow: 0px 0px 0px 2px #fff inset;
  background-image: -webkit-linear-gradient( #fbfdfe, #e9edf0);
  background-image: linear-gradient( #fbfdfe, #e9edf0);
  background-color: #e9edf0;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child span,
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child span {
  display: inline-block;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child span.next, #str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child span.prev,
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child span.next,
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child span.prev {
  margin: 23px 0 0 2px;
  border-bottom: 3px solid #006699;
  border-right: 3px solid #006699;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child span.prev,
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child span.prev {
  margin: 23px 0 0 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child span.end,
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child span.end {
  border-color: #c1c1c1;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:first-child {
  left: 5px;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:last-child {
  right: 5px;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) {
  margin-top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  overflow: hidden;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) dl {
  margin-top: 5px;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) dl dt {
  margin-bottom: 0;
  font-size: 11px;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) dl dd {
  max-height: 37px;
  overflow: hidden;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) ul {
  overflow: hidden;
  height: 54px;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) ul li {
  float: left;
  width: 100%;
}
#str-contents .sliderTy02Wrap.available .sliderTy02 dl dt {
  font-weight: normal !important;
}

.sliderTy02Wrap {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d6d7d8;
}

.sliderTy02Wrap {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d6d7d8;
}

/* ----------------------------------------------------------------
  form
----------------------------------------------------------------- */
/* default
----------------------------------------------- */
#str-contents select,
#str-contents textarea,
#str-contents input[type="text"],
#str-contents input[type="password"],
#str-contents input[type="datetime"],
#str-contents input[type="datetime-local"],
#str-contents input[type="date"],
#str-contents input[type="month"],
#str-contents input[type="time"],
#str-contents input[type="week"],
#str-contents input[type="number"],
#str-contents input[type="email"],
#str-contents input[type="url"],
#str-contents input[type="search"],
#str-contents input[type="tel"],
#str-contents input[type="color"],
#str-contents .uneditable-input {
  padding: 3px 5px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  max-width: 100%;
  min-height: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) inset;
}

#str-contents select {
  padding: 3px;
}

#str-contents input + label {
  padding-left: 5px;
}

#str-contents label + input {
  padding-right: 5px;
}

/* .submit-field
----------------------------------------------- */
#str-contents .submit-field > ul {
  margin: 0;
  text-align: center;
}
#str-contents .submit-field > ul > li {
  margin: 0 10px 10px;
  display: inline-block;
}
#str-contents .submit-field > ul > li:before {
  display: none;
}

/* .form-btn-01
----------------------------------------------- */
#str-contents .form-btn-01 {
  margin-bottom: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
#str-contents .form-btn-01 > li {
  margin: 0 10px 10px;
  letter-spacing: normal;
  display: inline-block;
}
#str-contents .form-btn-01 > li input,
#str-contents .form-btn-01 > li a {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #006699;
  display: block;
  line-height: 1.55;
  min-width: 6em;
  box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8) inset, -2px -2px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(62%, #eef2f4), color-stop(100%, #eef2f4));
  background-image: -webkit-linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-image: linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-color: #f7f9fa;
  text-align: center;
  font-weight: bold;
}

/* .submit-field
----------------------------------------------- */
#str-contents .submit-field > ul:not([class]) {
  margin-bottom: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
#str-contents .submit-field > ul:not([class]) > li {
  margin: 0 10px 10px;
  letter-spacing: normal;
  display: inline-block;
}
#str-contents .submit-field > ul:not([class]) > li input,
#str-contents .submit-field > ul:not([class]) > li a {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  color: #006699;
  display: block;
  line-height: 1.55;
  min-width: 6em;
  box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8) inset, -2px -2px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfdfe), color-stop(62%, #eef2f4), color-stop(100%, #eef2f4));
  background-image: -webkit-linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-image: linear-gradient( #fbfdfe, #eef2f4 62%, #eef2f4);
  background-color: #f7f9fa;
  text-align: center;
  font-weight: bold;
}

/* ----------------------------------------------------------------
  Other
----------------------------------------------------------------- */
/* iframe
----------------------------------------------- */
#str-contents iframe {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  width: 100%;
}

#str-contents div.stock-performance {
  margin: 0 -10px;
}
#str-contents div.stock-performance iframe {
  height: 1500px;
}

/* ----------------------------------------------------------------
  common
----------------------------------------------------------------- */
/* アイコン
----------------------------------------------- */
#str-contents .style-icon-default,
#str-contents .style-icon-default-01,
#str-contents .style-icon-default-02,
#str-contents .style-icon-default-03,
#str-contents .style-icon-default-04 {
  margin: 0 0 3px 0;
  padding: 1px 2px 0;
  border: 1px solid #e4e4e4;
  display: inline-block;
  line-height: 1.25;
  min-width: 8.5em;
  background-color: #f4f5f6;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}

#str-contents .style-icon-default-02,
#str-contents .style-icon-default-03,
#str-contents .style-icon-default-04 {
  border: none;
  padding: 2px 3px 1px;
  color: #fff;
}

#str-contents .style-icon-default-01 {
  background-color: #d7e3f5;
  border: none;
  padding: 2px 3px 1px;
}

#str-contents .style-icon-default-02 {
  background-color: #8eb5ef;
}

#str-contents .style-icon-default-03 {
  background-color: #5a89ce;
}

#str-contents .style-icon-default-04 {
  background-color: #9fa9b3;
}

/* JS挿入アイコン調整
----------------------------------------------- */
#str-contents .newwindowicon,
#str-contents .pdficon,
#str-contents .mailicon,
#str-contents .wmvicon,
#str-contents .rssicon {
  margin: 3px 0 0 5px;
  vertical-align: top;
}

#str-contents .sliderTy02 .newwindowicon,
#str-contents .sliderTy02 .pdficon,
#str-contents .sliderTy02 .mailicon,
#str-contents .sliderTy02 .wmvicon,
#str-contents .sliderTy02 .rssicon {
  margin-top: 1px;
}

/* マージン・パディング制御用クラス
----------------------------------------------- */
.m-top-0 {
  margin-top: 0 !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.p-top-0 {
  padding-top: 0 !important;
}

.p-right-0 {
  padding-right: 0 !important;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

.p-left-0 {
  padding-left: 0 !important;
}

.m-top-5 {
  margin-top: 5px !important;
}

.m-right-5 {
  margin-right: 5px !important;
}

.m-bottom-5 {
  margin-bottom: 5px !important;
}

.m-left-5 {
  margin-left: 5px !important;
}

.p-top-5 {
  padding-top: 5px !important;
}

.p-right-5 {
  padding-right: 5px !important;
}

.p-bottom-5 {
  padding-bottom: 5px !important;
}

.p-left-5 {
  padding-left: 5px !important;
}

.m-top-10 {
  margin-top: 10px !important;
}

.m-right-10 {
  margin-right: 10px !important;
}

.m-bottom-10 {
  margin-bottom: 10px !important;
}

.m-left-10 {
  margin-left: 10px !important;
}

.p-top-10 {
  padding-top: 10px !important;
}

.p-right-10 {
  padding-right: 10px !important;
}

.p-bottom-10 {
  padding-bottom: 10px !important;
}

.p-left-10 {
  padding-left: 10px !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-right-15 {
  margin-right: 15px !important;
}

.m-bottom-15 {
  margin-bottom: 15px !important;
}

.m-left-15 {
  margin-left: 15px !important;
}

.p-top-15 {
  padding-top: 15px !important;
}

.p-right-15 {
  padding-right: 15px !important;
}

.p-bottom-15 {
  padding-bottom: 15px !important;
}

.p-left-15 {
  padding-left: 15px !important;
}

.m-top-20 {
  margin-top: 20px !important;
}

.m-right-20 {
  margin-right: 20px !important;
}

.m-bottom-20 {
  margin-bottom: 20px !important;
}

.m-left-20 {
  margin-left: 20px !important;
}

.p-top-20 {
  padding-top: 20px !important;
}

.p-right-20 {
  padding-right: 20px !important;
}

.p-bottom-20 {
  padding-bottom: 20px !important;
}

.p-left-20 {
  padding-left: 20px !important;
}

.m-top-25 {
  margin-top: 25px !important;
}

.m-right-25 {
  margin-right: 25px !important;
}

.m-bottom-25 {
  margin-bottom: 25px !important;
}

.m-left-25 {
  margin-left: 25px !important;
}

.p-top-25 {
  padding-top: 25px !important;
}

.p-right-25 {
  padding-right: 25px !important;
}

.p-bottom-25 {
  padding-bottom: 25px !important;
}

.p-left-25 {
  padding-left: 25px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-right-30 {
  margin-right: 30px !important;
}

.m-bottom-30 {
  margin-bottom: 30px !important;
}

.m-left-30 {
  margin-left: 30px !important;
}

.p-top-30 {
  padding-top: 30px !important;
}

.p-right-30 {
  padding-right: 30px !important;
}

.p-bottom-30 {
  padding-bottom: 30px !important;
}

.p-left-30 {
  padding-left: 30px !important;
}

/* Width制御
----------------------------------------------- */
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/* Line制御
----------------------------------------------- */
.line-top {
  border-top: 1px #000 solid !important;
}

.line-reset-top {
  border-top: none !important;
}

.line-right {
  border-right: 1px #000 solid !important;
}

.line-reset-right {
  border-right: none !important;
}

.line-bottom {
  border-bottom: 1px #000 solid !important;
}

.line-reset-bottom {
  border-bottom: none !important;
}

.line-left {
  border-left: 1px #000 solid !important;
}

.line-reset-left {
  border-left: none !important;
}

/* Display制御
----------------------------------------------- */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.hide-wmvicon img.wmvicon {
  display: none !important;
}

.hide-newwindowicon img.newwindowicon {
  display: none !important;
}

/* Align Control
----------------------------------------------- */
.left,
table.left th,
table.left td,
thead.left > tr > *,
tbody.left > tr > * {
  text-align: left !important;
}

.center,
table.center th,
table.center td,
thead.center > tr > *,
tbody.center > tr > * {
  text-align: center !important;
}

.right,
table.right th,
table.right td,
thead.right > tr > *,
tbody.right > tr > * {
  text-align: right !important;
}

.middle,
table.middle th,
table.middle td,
thead.middle > tr > *,
tbody.middle > tr > * {
  vertical-align: middle !important;
}

/* ----------------------------------------------------------------
.table-01,table.tbl,table.detail
----------------------------------------------------------------- */
.touch-contents-wrap {
  overflow: hidden;
  margin: 0 -3px 0;
  padding: 0 3px;
}

.touch-contents-wrap table tbody th,
.tbl tr td,
.detail tr td {
  min-width: 100px;
}

.scrollBar {
  margin: -5px 0 10px 0;
  height: 8px;
  background-color: #e3e4e5;
  position: relative;
  border-radius: 100px;
  z-index: 0;
  overflow: hidden;
}
.scrollBar:before, .scrollBar:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 8px;
  top: 0;
  z-index: 10;
  background: url(/home/set/common/s/img/scrollBar-01.png) left top no-repeat;
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
}
.scrollBar:after {
  right: 0;
  background-position: -5px 0;
}
.scrollBar:before {
  left: 0;
  background-position: 0 0;
}

.scrollBarC {
  background-color: #84919d;
  position: absolute;
  height: 8px;
  border-radius: 100px;
  z-index: 5;
  top: 0;
  left: 0;
}

.scrollBar.noVisual {
  height: 0 !important;
}

.scrollBar.noVisual * {
  height: 0 !important;
}
 /* ニュースモジュール
----------------------------------------------- */


.hdg-l3:before {
    background-color: #fff;
    border-bottom: 1px solid #d6d7d8;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.hdg-l3 {
	font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.hdg-l3 {
    background-color: #f7f9fa;
    background-image: linear-gradient(#fbfdfe, #eef2f4 62%, #eef2f4);
    border-bottom: 3px solid #eee;
    border-top: 2px solid #5c6672;
    color: #333333;
	margin: 20px -10px 10px;
    padding: 9px 10px;
    position: relative;
}
p.lead {
	font-weight: bold;
	margin-bottom: 10px!important;
}
#str-contents .image-left.parallel > .image, #str-contents .image-right > .image {
	float: none;
	max-width: 100%;
	padding: 0;
}
.box-pane .image-left.parallel > .image img, .box-pane .image-right.parallel > .image img {
	width: 100%!important;
}
.box-pane .caption {
    display: block;
    font-size: 1.2rem;
	margin-bottom: 0;
}
.box-pane .image-left .col p {
  margin: 10px 0 0; 
}



/* ----------------------------------------------------------------
  notice
----------------------------------------------------------------- */
/* .notice-list
----------------------------------------------- */
.notice-list {
  font-size: 12px;
  font-size: 1.2rem;
  list-style-type: none;
}
.notice-list li {
  margin-bottom: 5px;
}
.notice-list li > span,
.notice-list li > div {
  display: table-cell;
}
.notice-list li > span {
  white-space: nowrap;
  padding-right: .5em;
}
.notice-list li > div {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notice-list a {
  font-weight: normal;
}
.notice-list.large {
  font-size: 14px;
  font-size: 1.4rem;
}
#str-contents .notice-list dd > ul{
  list-style-type: none;
  margin-left: 0;
}

#str-contents .notice-list dd > ul > li{
  list-style-type: none;
}


/* list-bullet-03
----------------------------------------------- */
.list-bullet-03 > li {
    background: url("/home/set/common/s/img/bullet-note.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding-left: 16px;
  line-height: 18.6000003814697px;
}

.list-bullet-03.note > li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}