@charset "UTF-8";
/* ----------------------------------------------------------------
  headings
----------------------------------------------------------------- */
/* .hdg-l1
----------------------------------------------- */
.hdg-l1 {
  margin-bottom: 10px;
  padding: 4px 0 7px;
  border-bottom: 5px solid #eee;
  color: #5d6572;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
.hdg-l1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hdg-l1:before {
  background-color: #d7d7d7;
}

/* .hdg-l2
----------------------------------------------- */
.hdg-l2, .hdg-l2-container {
  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;
}
.hdg-l2:before, .hdg-l2-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hdg-l2:before, .hdg-l2-container:before {
  border-bottom: 1px solid #d6d7d8;
  background-color: #fff;
}

/* .hdg-l2-container
----------------------------------------------- */
.hdg-l2-container {
  padding: 0;
}
.hdg-l2-container > .hdg-l2, .hdg-l2-container > .hdg-l2-container,
.hdg-l2-container > .hdg-sup {
  display: table-cell;
  vertical-align: middle;
}
.hdg-l2-container > .hdg-l2, .hdg-l2-container > .hdg-l2-container {
  border: none;
  width: 100%;
  background: none;
}
.hdg-l2-container > .hdg-l2:before, .hdg-l2-container > .hdg-l2-container:before {
  display: none;
}
.hdg-l2-container > .hdg-sup {
  padding: 0 10px 0 0;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.hdg-l2-container > .hdg-sup .btn-rss {
  padding: 9px 30px 8px 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 3px 3px 0 rgba(255, 255, 255, 0.6) inset, -3px -3px 0 rgba(255, 255, 255, 0.6) inset;
  line-height: 1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient( #fefefe, #ebebeb);
  background-image: linear-gradient( #fefefe, #ebebeb);
  background-color: #ebebeb;
  position: relative;
}
.hdg-l2-container > .hdg-sup .btn-rss:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 5px;
}
.hdg-l2-container > .hdg-sup .btn-rss:before {
  background-image: url("/site/set/common/s/img/icon-rss.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2650px 63px;
  background-size: 20px 20px;
}

/* .hdg-l2-01
----------------------------------------------- */
.hdg-l2-01 {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

/* .hdg-l2-02-container
----------------------------------------------- */
.hdg-l2-02-container {
  margin: 20px -10px 10px;
  padding: 0 10px 8px;
  border-bottom: 1px solid #d8dadc;
}
.hdg-l2-02-container > .hdg-l2-02,
.hdg-l2-02-container > .hdg-sup {
  display: table-cell;
  vertical-align: bottom;
}
.hdg-l2-02-container > .hdg-l2-02 {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.hdg-l2-02-container > .hdg-l2-02 > b {
  margin-right: 3px;
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
.hdg-l2-02-container > .hdg-sup {
  padding: 0 0 0 10px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  margin: 20px -10px 10px;
  padding: 6px 10px 6px 20px;
  border-top: 1px solid #d7d7d7;
  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: 14px;
  font-size: 1.4rem;
  position: relative;
  position: relative;
}
.hdg-l3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hdg-l3:before {
  border-bottom: 1px solid #d6d7d8;
  background-color: #fff;
}
.hdg-l3:after {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 10px;
}
.hdg-l3: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;
}
.hdg-l3 > span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  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;
}
.hdg-l4:after {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  left: 10px;
}
.hdg-l4:after {
  background-color: #c4c9cd;
}

/* .hdg-l5
----------------------------------------------- */
.hdg-l5 {
  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;
}

/* .hdg-l6
----------------------------------------------- */
.hdg-l6 {
  margin: 20px 0 10px;
  font-weight: bold;
}

/* ----------------------------------------------------------------
  paragraph
----------------------------------------------------------------- */
/* .catch
----------------------------------------------- */
.catch {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* .caption
----------------------------------------------- */
.caption {
  font-size: 11px;
  font-size: 1.1rem;
}

/* ----------------------------------------------------------------
  list
----------------------------------------------------------------- */
/* default
----------------------------------------------- */
menu p, menu ul, menu ol, menu dl, menu table, ul p, ul ul, ul ol, ul dl, ul table, ol p, ol ul, ol ol, ol dl, ol table, dl p, dl ul, dl ol, dl dl, dl table {
  margin-top: 5px;
}

/* .list-order
----------------------------------------------- */
.list-order > li {
  margin-bottom: 5px;
}

/* .list
----------------------------------------------- */
.list > li, .list-01 > li, .list-02 > li {
  padding: 10px 0 9px;
  border-top: 1px dotted #e3e4e5;
}
.list > li:first-child, .list-01 > li:first-child, .list-02 > li:first-child {
  padding-top: 0;
  border-top: none;
}
.list > li:last-child, .list-01 > li:last-child, .list-02 > li:last-child {
  padding-bottom: 0;
}
.list > li > :last-child, .list-01 > li > :last-child, .list-02 > li > :last-child {
  margin-bottom: 0;
}
.list .list, .list-01 .list, .list-02 .list, .list .list-01, .list-01 .list-01, .list-02 .list-01, .list .list-02, .list-01 .list-02, .list-02 .list-02 {
  margin: 10px 0 0 1em;
}
.list .list:first-child, .list-01 .list:first-child, .list-02 .list:first-child, .list .list-01:first-child, .list-01 .list-01:first-child, .list-02 .list-01:first-child, .list .list-02:first-child, .list-01 .list-02:first-child, .list-02 .list-02:first-child {
  padding-top: 10px;
  border-top: 1px dotted #e3e4e5;
}

/* .list-01
----------------------------------------------- */
.list-01 > li a {
  margin-top: 5px;
  display: block;
}
.list-01 > li > :first-child {
  margin-top: 0;
}
.list-01.branch > li {
  overflow: hidden;
}
.list-01.branch > li > .thumb {
  padding-right: 10px;
  float: left;
}
.list-01.branch > li > .detail {
  overflow: hidden;
}
.list-01.branch > li > .detail > :last-child {
  margin-bottom: 0;
}
.list-01 ul, .list-01 ol, .list-01 p {
  margin-top: 5px;
}

/* .list-02
----------------------------------------------- */
.list-02 > li > :first-child {
  margin-top: 0;
}
.list-02 > li b {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.list-02 > li .url a {
  word-wrap: break-word;
  font-weight: normal;
}
.list-02 ul, .list-02 ol, .list-02 p {
  margin-top: 5px;
}
.list-02 p.url {
  word-wrap: break-word;
  color: #646464;
  font-weight: bold !important;
}

/* .list-number
----------------------------------------------- */
.list-number > li {
  margin-bottom: 5px;
}
.list-number > li > span,
.list-number > li > div {
  display: table-cell;
}
.list-number > li > span {
  white-space: nowrap;
  min-width: 2em;
}
.list-number > li > div {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-number .list-number {
  margin-left: 1em;
}

/* .list-normal
----------------------------------------------- */
.list-normal > li {
  margin-bottom: 5px;
}
.list-normal > li:last-child {
  margin-bottom: 0;
}
.list-normal .list-normal {
  margin-left: 1em;
}

/* .list-line
----------------------------------------------- */
.list-line {
  margin-bottom: 5px;
  letter-spacing: -0.4em;
}
.list-line > li {
  margin: 0 0 0 -1px;
  padding: 0 10px;
  border-width: 0 1px;
  border-color: #e3e4e5;
  border-style: solid;
  display: inline;
  letter-spacing: normal;
}

/* .list-error
----------------------------------------------- */
.list-error > li {
  margin-bottom: 5px;
  color: #e64646;
  font-weight: bold;
}

/* .list-def
----------------------------------------------- */
.list-def > dt {
  margin-top: 10px;
  font-weight: bold;
}
.list-def > dd {
  padding-bottom: 10px;
  border-bottom: 1px dotted #e3e4e5;
}
.list-def > :first-child {
  margin-top: 0;
}
.list-def-noline .list-def dt {
  margin-top: 0;
}
.list-def-noline .list-def dd {
  border-bottom: 0;
  padding-bottom: 0;
}

/* ----------------------------------------------------------------
  link
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
/* .link-list
----------------------------------------------- */
.link-list {
  margin: 0 -10px 10px;
}
.link-list > li > a {
  padding: 10px 30px 9px 10px;
  border-bottom: 1px solid #e3e4e5;
  color: #333333;
  display: block;
  position: relative;
}
.link-list > 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);
}
.link-list > li > a:before {
  margin-top: -6px;
  top: 50%;
  right: 10px;
}
.link-list > li:first-child > a {
  border-top: 1px solid #e3e4e5;
}
.link-list .link-list,
.link-list .link-list-01 {
  margin: 0 0 0 1em;
}
.link-list .link-list > li:first-child > a,
.link-list .link-list-01 > li:first-child > a {
  border-top: none;
}

/*------ 見出し + .link-list ------ */
[class*="hdg-l"] + .link-list {
  margin-top: -10px;
}
[class*="hdg-l"] + .link-list > li:first-child > a {
  border-top: none;
}

.hdg-l6 + .link-list {
  margin-top: 0;
}

/* .link-list-01
----------------------------------------------- */
.link-list-01 {
  margin: 0 -10px 10px;
}
.link-list-01 > li > a {
  padding: 10px 10px 9px 20px;
  border-bottom: 1px solid #e3e4e5;
  display: block;
  position: relative;
}
.link-list-01 > li > a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 10px;
}
.link-list-01 > li > a:before {
  margin-top: -3px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(255, 255, 255, 0.3) inset, -1px -1px 2px rgba(0, 0, 0, 0.3) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2adb7), color-stop(100%, #697683));
  background-image: -webkit-linear-gradient( #a2adb7, #697683);
  background-image: linear-gradient( #a2adb7, #697683);
  background-color: #697683;
}
.link-list-01 > li:first-child > a {
  border-top: 1px solid #e3e4e5;
}
.link-list-01 .link-list,
.link-list-01 .link-list-01 {
  margin: 0 0 0 20px;
}
.link-list-01 .link-list > li:first-child > a,
.link-list-01 .link-list-01 > li:first-child > a {
  border-top: none;
}

/*------ 見出し + .link-list ------ */
[class*="hdg-l"] + .link-list-01 {
  margin-top: -10px;
}
[class*="hdg-l"] + .link-list-01 > li:first-child > a {
  border-top: none;
}

.hdg-l6 + .link-list-01 {
  margin-top: 0;
}

/* .link-list-02
----------------------------------------------- */
.link-list-02 > li {
  margin-bottom: 10px;
}
.link-list-02 > li > a {
  padding: 11px 10px 11px 10px;
  border: 1px solid #d6d7d8;
  border-radius: 2px;
  color: #006699;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.45;
  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;
}
.link-list-02 > li.ir > a, .link-list-02 > li.csr > a, .link-list-02 > li.recruit > a {
  padding-left: 45px;
  position: relative;
}
.link-list-02 > li.ir > a:before, .link-list-02 > li.csr > a:before, .link-list-02 > li.recruit > a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 6px;
}
.link-list-02 > li.ir > a:before, .link-list-02 > li.csr > a:before, .link-list-02 > li.recruit > a:before {
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2650px 63px;
  background-position: -1187px center;
}
.link-list-02 > li.csr > a:before {
  background-position: -1215px center;
}
.link-list-02 > li.recruit > a:before {
  background-position: -1246px center;
}
.link-list-02 > li > .link-list,
.link-list-02 > li > .link-list-01 {
  margin: 0 0 10px;
}
.link-list-02 > li > .link-list > li:first-child > a,
.link-list-02 > li > .link-list-01 > li:first-child > a {
  border-top: none;
}

/* .link-list-03
----------------------------------------------- */
.link-list-03 {
  font-weight: bold;
}
.link-list-03 > li:first-child > a {
  margin-top: 0;
}
.link-list-03 > li:last-child {
  border-bottom: none;
}
.link-list-03 > li > a {
  margin-top: -1px;
  padding: 10px 30px 9px 10px;
  border: 1px solid #d6d7d8;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  color: #333333;
  display: block;
  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;
  text-decoration: none;
  position: relative;
}
.link-list-03 > li > a:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #7f7f7f;
  border-bottom: 3px solid #7f7f7f;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-list-03 > li > a:before {
  margin-top: -6px;
  top: 50%;
  right: 10px;
}
.link-list-03 > li.toggle-container .toggle-more {
  margin: 0;
  padding: 0 4px;
  background-color: #ebebeb;
  font-size: 14px;
}
.link-list-03 > li.toggle-container .toggle-more > li {
  padding: 0 10px;
  background-color: #f7f8f9;
}
.link-list-03 > li.toggle-container .toggle-more > li > a {
  padding: 10px 0 9px;
  display: block;
  border-top: 1px dotted #d2d5d8;
}
.link-list-03 > li.toggle-container .toggle-more > li:first-child {
  border-top: 2px solid #ccd1d2;
}
.link-list-03 > li.toggle-container .toggle-more > li:first-child > a {
  border-top: none;
}
.link-list-03 > li.toggle-container.available {
  overflow: hidden;
}
.link-list-03 > li.toggle-container.available .toggle-more {
  height: 0;
}
.link-list-03 > li.toggle-container.available.open > .toggle-hook:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-list-03 > li.toggle-container.available.open .toggle-more {
  border-bottom: 1px solid #d6d7d8;
  display: block;
}
.link-list-03 > li:last-child.toggle-container.open .toggle-more {
  border-bottom: 4px solid #ebebeb;
}

/* .link-list-04
----------------------------------------------- */
.link-list-04 {
  margin: 0 0 10px;
}
.link-list-04 > li > a {
  padding: 10px 0 9px;
  border-bottom: 1px dotted #e3e4e5;
  display: block;
}
.link-list-04 > li:first-child > a {
  padding-top: 0;
}
.link-list-04 > li:last-child > a {
  border-bottom: none;
}
.link-list-04 .link-list,
.link-list-04 .link-list-01,
.link-list-04 .link-list-04 {
  margin: 0 0 0 1em;
}

/* .link-list-05
----------------------------------------------- */
.link-list-05 {
  margin-bottom: 5px;
  letter-spacing: -0.4em;
  text-align: center;
}
.link-list-05 > li {
  margin: 0 3px 5px;
  display: inline-block;
  min-width: 5.8em;
  letter-spacing: normal;
}
.link-list-05 > li > a {
  padding: 7px 10px 6px 10px;
  border: 1px solid #d6d7d8;
  border-radius: 2px;
  color: #006699;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.45;
  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;
  text-align: center;
}

/* ----------------------------------------------------------------
  Index link
----------------------------------------------------------------- */
/* .link-list-index
----------------------------------------------- */
.link-list-index {
  margin: 1px -10px 20px;
}
.link-list-index:after {
  content: "";
  display: block;
  clear: both;
}
.link-list-index > li {
  margin-top: -1px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d6d7d8;
  width: 33.33333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.08em;
}
.link-list-index > li:nth-child(3n) {
  border-right: none;
}
.link-list-index > li > a {
  padding: 60px 2px 10px;
  color: #333333;
  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;
  position: relative;
}
.link-list-index > li > a:before {
  content: "";
  display: block;
  width: 68px;
  height: 64px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: 50%;
}
.link-list-index > li > a:before {
  margin-left: -34px;
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2650px 63px;
}
.link-list-index > li > a .newwindowicon {
  display: none;
}
.link-list-index > li.mysb > a:before {
  background-position: -2072px center;
}
.link-list-index > li.product > a:before {
  background-position: -2140px center;
}
.link-list-index > li.campaign > a:before {
  background-position: -2208px center;
}
.link-list-index > li.shop > a:before {
  background-position: -2276px center;
}
.link-list-index > li.service > a:before {
  background-position: -2344px center;
}
.link-list-index > li.support > a:before {
  background-position: -2412px center;
}
.link-list-index > li.price > a:before {
  background-position: -2480px center;
}

/* .link-list-index-01
----------------------------------------------- */
.link-list-index-01 {
  margin: 0 0 5px -5px;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem;
}
.link-list-index-01:after {
  content: "";
  display: block;
  clear: both;
}
.link-list-index-01 > li {
  margin-bottom: 5px;
  padding-left: 5px;
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.link-list-index-01 > li > a {
  padding: 45px 2px 7px;
  border: 1px solid #d6d7d8;
  color: #333333;
  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;
  text-shadow: 1px 1px 0 #fff;
  position: relative;
}
.link-list-index-01 > li > a:before {
  content: "";
  display: block;
  width: 35px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 50%;
}
.link-list-index-01 > li > a:before {
  margin-left: -18px;
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2650px 63px;
}
.link-list-index-01 > li.mobile > a:before {
  background-position: -186px center;
}
.link-list-index-01 > li.ybb > a {
  letter-spacing: -0.15em;
}
.link-list-index-01 > li.ybb > a:before {
  background-position: -224px center;
}
.link-list-index-01 > li.lifestyle > a {
  letter-spacing: -0.2em;
}
.link-list-index-01 > li.lifestyle > a:before {
  background-position: -261px center;
}
.link-list-index-01 > li.shop > a:before {
  background-position: -298px center;
}
.link-list-index-01 > li.support > a:before {
  background-position: -333px center;
}
.link-list-index-01 > li.corp > a:before {
  background-position: -367px center;
}

.link-list-index-01 li.en-ir,
.link-list-index-01 li.en-csr {
  width: 50%;
}
.link-list-index-01 li.ir > a:before, .link-list-index-01 .link-list-02 > li.csr > a:before, .link-list-index-01 .link-list-02 > li.recruit > a:before,
.link-list-index-01 li.csr > a:before,
.link-list-index-01 li.en-ir > a:before,
.link-list-index-01 li.en-csr > a:before,
.link-list-index-01 li.recruit > a:before {
  width: 30px;
  margin-left: -15px;
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2650px 63px;
}
.link-list-index-01 li.ir > a:before, .link-list-index-01 .link-list-02 > li.csr > a:before, .link-list-index-01 .link-list-02 > li.recruit > a:before {
  background-position: -1187px center;
}
.link-list-index-01 li.csr > a:before {
  background-position: -1215px center;
}
.link-list-index-01 li.en-ir > a:before {
  background-position: -1187px center;
}
.link-list-index-01 li.en-csr > a:before {
  background-position: -1215px center;
}
.link-list-index-01 li.recruit > a:before {
  background-position: -1246px center;
}

/* .link-list-index-02
----------------------------------------------- */
.link-list-index-02 {
  margin: 0 0 5px -5px;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem;
}
.link-list-index-02:after {
  content: "";
  display: block;
  clear: both;
}
.link-list-index-02 > li {
  margin-bottom: 5px;
  padding-left: 5px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.link-list-index-02 > li > a {
  padding: 65px 2px 7px;
  border: 1px solid #d6d7d8;
  display: block;
  background-color: #fff;
  position: relative;
}
.link-list-index-02 > li > a:before {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 50%;
}
.link-list-index-02 > li > a:before {
  margin-left: -31px;
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2650px 63px;
}
.link-list-index-02 > li > a .newwindowicon {
  display: none;
}
.link-list-index-02 > li.sb-smart {
  letter-spacing: -0.1em;
}
.link-list-index-02 > li.sb-smart > a:before {
  margin-left: -49px;
  width: 98px;
  background-position: -1618px center;
}
.link-list-index-02 > li.sb-3g > a:before {
  margin-left: -43px;
  width: 86px;
  background-position: -1721px center;
}
.link-list-index-02 > li.mb-data > a:before {
  margin-left: -15px;
  width: 31px;
  background-position: -1811px center;
}
.link-list-index-02 > li.satellite > a:before {
  margin-left: -11px;
  width: 23px;
  background-position: -1847px center;
}
.link-list-index-02 > li.pre > a:before {
  background-position: -1875px center;
}
.link-list-index-02 > li.disney > a:before {
  background-position: -1941px center;
}

/* ----------------------------------------------------------------
  nav
----------------------------------------------------------------- */
/* .nav-more
----------------------------------------------- */
.nav-more {
  border-top: 5px solid #f6f6f6;
  min-height: 45px;
  position: relative;
}
.nav-more:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: 0;
}
.nav-more:before {
  background-color: #e6e6e6;
}
.nav-more > a {
  margin-top: -5px;
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: #f6f6f6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  top: 0;
  right: 0;
  position: relative;
  position: absolute;
}
.nav-more > a:before {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -4px;
}
.nav-more > a:before {
  background-color: #e6e6e6;
}
.nav-more > a > span {
  padding: 9px 16px 11px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient( white, #f1f1f1);
  background-image: linear-gradient( white, #f1f1f1);
  background-color: #f1f1f1;
  background-color: #fff;
}

/* .nav-top
----------------------------------------------- */
.nav-top {
  text-align: right;
}
.nav-top > a {
  padding-left: 25px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.nav-top > a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.nav-top > a:before {
  padding: 2px;
  border: 1px solid #c7d2da;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px center;
  background-size: 2650px 63px;
  background-color: #f4f6f8;
}

/* .nav-internal
----------------------------------------------- */
.nav-internal > li {
  margin-bottom: 5px;
}
.nav-internal > li:last-child {
  margin-bottom: 0;
}
.nav-internal > li > a {
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
.nav-internal > li > a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 0;
}
.nav-internal > li > a: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("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -26px center;
  background-size: 2650px 63px;
  background-color: #f4f6f8;
}

/* .nav-pager
----------------------------------------------- */
.nav-pager {
  display: table;
  width: 100%;
}
.nav-pager > li {
  display: table-cell;
  vertical-align: middle;
  background-color: #f4f5f6;
}
.nav-pager > li > a,
.nav-pager > li > span {
  display: block;
}
.nav-pager > li > span {
  color: #c4c7ca;
}
.nav-pager > li.prev {
  width: 6.5em;
  vertical-align: top;
  background-color: transparent;
}
.nav-pager > li.prev > a {
  padding: 5px 10px 3px 5px;
  border-width: 2px 2px 2px 12px;
  -webkit-border-image: url(/site/set/common/s/img/bg-border-01.png) 4 4 4 24 stretch;
  -moz-border-image: url(/site/set/common/s/img/bg-border-01.png) 4 4 4 24 fill stretch;
  -o-border-image: url(/site/set/common/s/img/bg-border-01.png) 4 4 4 24 stretch;
  border-image: url(/site/set/common/s/img/bg-border-01.png) 4 4 4 24 fill stretch;
}
.nav-pager > li.prev > span {
  padding: 5px 10px 3px 5px;
  border-width: 2px 2px 2px 12px;
  -webkit-border-image: url(/site/set/common/s/img/bg-border-03.png) 4 4 4 24 stretch;
  -moz-border-image: url(/site/set/common/s/img/bg-border-03.png) 4 4 4 24 fill stretch;
  -o-border-image: url(/site/set/common/s/img/bg-border-03.png) 4 4 4 24 stretch;
  border-image: url(/site/set/common/s/img/bg-border-03.png) 4 4 4 24 fill stretch;
}
.nav-pager > li.next {
  width: 6.5em;
  vertical-align: top;
  background-color: transparent;
}
.nav-pager > li.next > a {
  padding: 5px 5px 3px 10px;
  border-width: 2px 12px 2px 2px;
  -webkit-border-image: url(/site/set/common/s/img/bg-border.png) 4 24 4 4 stretch;
  -moz-border-image: url(/site/set/common/s/img/bg-border.png) 4 24 4 4 fill stretch;
  -o-border-image: url(/site/set/common/s/img/bg-border.png) 4 24 4 4 stretch;
  border-image: url(/site/set/common/s/img/bg-border.png) 4 24 4 4 fill stretch;
}
.nav-pager > li.next > span {
  padding: 5px 5px 3px 10px;
  border-width: 2px 12px 2px 2px;
  -webkit-border-image: url(/site/set/common/s/img/bg-border-02.png) 4 24 4 4 stretch;
  -moz-border-image: url(/site/set/common/s/img/bg-border-02.png) 4 24 4 4 fill stretch;
  -o-border-image: url(/site/set/common/s/img/bg-border-02.png) 4 24 4 4 stretch;
  border-image: url(/site/set/common/s/img/bg-border-02.png) 4 24 4 4 fill stretch;
}
.nav-pager > li > ul {
  margin: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.nav-pager > li > ul > li {
  margin: 0 5px;
  border-radius: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  letter-spacing: normal;
  vertical-align: middle;
  color: rgba(51, 51, 51, 0);
  background-color: #e1e6e8;
}
.nav-pager > li > ul > li > a {
  color: rgba(51, 51, 51, 0);
}
.nav-pager > li > ul > li.active {
  background-image: -webkit-linear-gradient( #c3ccd4, #84919d 97%, #6d7984);
  background-image: linear-gradient( #c3ccd4, #84919d 97%, #6d7984);
  background-color: #6d7984;
}

/* .tabContainer
----------------------------------------------- */
.tabContainer .tabPanel {
  display: none;
}
.tabContainer .tabPanel.active {
  display: block;
}
.tabContainer .static .tabPanel {
  display: block;
}

/* .tab
----------------------------------------------- */
.tab {
  padding: 0 2px;
  border-bottom: 1px solid #d6d7d8;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab > li {
  padding: 0 2px;
  display: table-cell;
  vertical-align: bottom;
  letter-spacing: -0.1em;
  line-height: 1.35;
}
.tab > li > a {
  padding: 10px 2px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #d6d7d8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  box-shadow: 1px 1px 0 #fff inset, -1px 0 0 #fff inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient( white, #f2f2f2);
  background-image: linear-gradient( white, #f2f2f2);
  background-color: #f2f2f2;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab > li > a > span {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.tab > li.active > a {
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
  color: #333333;
  background-image: none;
  background-color: #fff;
}

/* ----------------------------------------------------------------
  button
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  /*padding: 7px 10px 6px 10px;*/
  /*border: 1px solid #d6d7d8;*/
  border-radius: 2px;
  color: #006699;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.45;
/*  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;
*/  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.btn:visited, .btn:active, .btn:hover, .btn:focus {
  color: #006699;
}

/* .btn-01
----------------------------------------------- */
.btn-01 {
  padding: 7px 10px 6px 10px;
  border: 1px solid #339fd5;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.45;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(255, 255, 255, 0.6) inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #339fd5), color-stop(50%, #339fd5), color-stop(50%, #0187cb), color-stop(100%, #3da6db));
  background-image: -webkit-linear-gradient( #339fd5, #339fd5 50%, #0187cb 50%, #3da6db);
  background-image: linear-gradient( #339fd5, #339fd5 50%, #0187cb 50%, #3da6db);
  background-color: #3da6db;
  text-align: center;
  text-shadow: 2px 2px 0 #0576ba;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-01:visited, .btn-01:active, .btn-01:hover, .btn-01:focus {
  color: #fff;
}

/* .btn-02
----------------------------------------------- */
.btn-02 {
  padding: 6px 15px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  color: #006699;
  display: inline-block;
  line-height: 1.45;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfcfc), color-stop(100%, #e6ebec));
  background-image: -webkit-linear-gradient( #fbfcfc, #e6ebec);
  background-image: linear-gradient( #fbfcfc, #e6ebec);
  background-color: #fbfcfc;
  font-weight: bold;
  vertical-align: top;
}

/* .btn-list
----------------------------------------------- */
.btn-list {
  margin-bottom: 0;
  letter-spacing: -0.4em;
  text-align: center;
}
.btn-list > li {
  margin: 0 0 10px 10px;
  display: inline-block;
  letter-spacing: normal;
}
.btn-list > li:last-child {
  margin-right: 0;
}
.btn-list.col-2 {
  letter-spacing: normal;
}
.btn-list.col-2:after {
  content: "";
  display: block;
  clear: both;
}
.btn-list.col-2 > li {
  margin: 0 0 10px;
  display: block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-list.col-2 > li:nth-child(odd) {
  padding-right: 5px;
}
.btn-list.col-2 > li:nth-child(even) {
  padding-left: 5px;
}

/* ----------------------------------------------------------------
  banner
----------------------------------------------------------------- */
/* .bnr-list
----------------------------------------------- */
/* ----------------------------------------------------------------
  table
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.tbl {
  font-size: 12px;
  font-size: 1.2rem;
}
.tbl th, .tbl td {
  padding: 7px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: normal;
}
.tbl th a, .tbl td a {
  font-weight: normal;
}
.tbl th {
  background-color: #f7f7f7;
}
.tbl tbody th {
  text-align: left;
}

/* ----------------------------------------------------------------
  image
----------------------------------------------------------------- */
 /* .image-left / .image-right
----------------------------------------------- */
.image-left {
  overflow: hidden;
}
.image-left > .image {
  float: left;
  text-align: center;
  padding-right: 4.6875%;
}
.image-left > .image .caption {
  margin-top: 3.33333px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.image-left > .col {
  overflow: hidden;
}
.image-left.wrap > .image {
  margin: 0 0 4.6875%;
}

.image-right {
  overflow: hidden;
}
.image-right > .image {
  float: right;
  text-align: center;
  padding-left: 4.6875%;
}
.image-right > .image .caption {
  margin-top: 3.33333px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.image-right > .col {
  overflow: hidden;
}
.image-right.wrap > .image {
  margin: 0 0 4.6875%;
}

 /* .lyt-image
----------------------------------------------- */
 /* .image-list
----------------------------------------------- */
.image-list > li {
  margin: 0 0 10px 0;
  text-align: center;
}
.image-list.col-2 {
  margin-bottom: 0;
}
.image-list.col-2:after {
  content: "";
  display: block;
  clear: both;
}
.image-list.col-2 > li {
  margin: 0 0 10px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-list.col-2 > li:nth-child(odd) {
  padding-right: 5px;
}
.image-list.col-2 > li:nth-child(even) {
  padding-left: 5px;
}
.image-list.col-3 {
  margin-bottom: 0;
  letter-spacing: normal;
}
.image-list.col-3:after {
  content: "";
  display: block;
  clear: both;
}
.image-list.col-3 > li {
  margin: 0 0 10px;
  display: block;
  float: left;
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-list.col-3 > li:nth-child(2) {
  padding: 0 3px;
}
.image-list.col-3 > li:nth-child(3n) {
  padding-left: 6px;
}
.image-list.col-3 > li:nth-child(3n+1) {
  padding-right: 6px;
}

 /* .image-list-01
----------------------------------------------- */
.image-list-01 {
  margin: 0 auto;
  max-width: 310px;
}
.image-list-01:after {
  content: "";
  display: block;
  clear: both;
}
.image-list-01 > li {
  margin-bottom: 10px;
  padding: 0 5px;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-list-01 > li.full {
  width: 100%;
}

 /* .image-list-line
----------------------------------------------- */
.image-list-line {
  margin-bottom: 0;
  letter-spacing: -0.4em;
}
.image-list-line > li {
  margin: 0 10px 10px 0;
  display: inline-block;
  letter-spacing: normal;
}

/* ----------------------------------------------------------------
  box
----------------------------------------------------------------- */
/* .box
----------------------------------------------- */
.box, .box-01 {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f4f5f7;
}
.box > :last-child, .box-01 > :last-child {
  margin-bottom: 0;
}

/* .box-01
----------------------------------------------- */
.box-01 {
  padding: 15px;
  border: 1px solid #d8dadc;
  border-radius: 0;
  box-shadow: 0 0 0 1px white inset, 0 0 0 5px #d7e3f5 inset;
  background-color: #fff;
}

/* ----------------------------------------------------------------
  notice
----------------------------------------------------------------- */
/* .notice-list
----------------------------------------------- */
.notice-list {
  font-size: 11px;
  font-size: 1.1rem;
}
.notice-list li {
  margin-bottom: 5px;
}
.notice-list li > span,
.notice-list li > div {
  display: table-cell;
}
.notice-list li > span {
  white-space: nowrap;
  min-width: 1.5em;
}
.notice-list li > div {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.notice-list a {
  font-weight: normal;
}

/* ----------------------------------------------------------------
  layout
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
  compornent
----------------------------------------------------------------- */
/* .comp-inquiry
----------------------------------------------- */
.comp-inquiry {
  margin: 20px auto;
  padding-left: 60px;
  position: relative;
  width: 200px;
  font-size: 11px;
  font-size: 1.1rem;
}
.comp-inquiry > dt {
  margin-top: -20px;
  color: rgba(51, 51, 51, 0);
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 40px;
  overflow: hidden;
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -583px center;
  background-size: 2650px 63px;
}
.comp-inquiry > dd > a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
}

/* .comp-important
----------------------------------------------- */
.comp-important {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d8dadc;
  background-color: #fff;
}
.comp-important > :last-child {
  margin-bottom: 0;
}
.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;
}
.comp-important .catch strong {
  color: #e61919;
}
.comp-important .catch:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 8px;
}
.comp-important .catch:before {
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -2008px center;
  background-size: 2650px 63px;
}
.comp-important .important-hdg {
  margin: -9px -9px 10px;
  padding: 7px 7px 5px;
  background-color: #d7e3f5;
  font-weight: bold;
}
.comp-important .important-hdg-01 {
  margin-bottom: 8px;
  padding: 10px 0 0;
  border-top: 1px solid #cdd5d5;
}
.comp-important .important-hdg-01:first-of-type {
  padding-top: 0;
  border-top: none;
}
.comp-important .comp-important-item > li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 1px dotted #d8dadc;
}
.comp-important .comp-important-item > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/* .comp-important-item
----------------------------------------------- */
.comp-important-item > li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d8dadc;
}
.comp-important-item > li > .date {
  margin-bottom: 4px;
  display: block;
}
.comp-important-item > li > :last-child {
  margin-bottom: 0;
}
.comp-important-item > li:last-child {
  margin-bottom: 0;
}
.comp-important-item > li.branch {
  padding: 0;
}
.comp-important-item > li.branch > a {
  padding: 10px;
  color: #333333;
  display: block;
  font-weight: normal;
}
.comp-important-item > li.branch > a .more {
  margin-top: 4px;
  color: #006699;
  display: block;
  font-weight: bold;
}

/* .comp-stock
----------------------------------------------- */
.comp-stock {
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #f4f5f7;
}
.comp-stock table {
  margin: 0;
}
.comp-stock table th, .comp-stock table td {
  vertical-align: middle;
  font-weight: normal;
}
.comp-stock table th b, .comp-stock table td b {
  line-height: 1.25;
  font-size: 24px;
  font-size: 2.4rem;
}
.comp-stock table th .caption, .comp-stock table td .caption {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.comp-stock table th {
  padding-right: 10px;
  width: 6em;
}

/* .sliderTy01
----------------------------------------------- */
.sliderTy01 {
  margin: 0 -10px 10px;
  overflow: hidden;
}
.sliderTy01 .flexslider {
  margin: 0;
  position: relative;
  text-align: center;
}
.sliderTy01 .flexslider .slides {
  margin: 0;
}
.sliderTy01 .flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
}
.sliderTy01 .flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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;
}
.sliderTy01 .flexslider .slides > li img {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
}
.sliderTy01 .flexslider .slides > li:not(:first-child) {
  display: none;
}
.sliderTy01 .flexslider.oneLiOnly {
  margin: 0;
}
.sliderTy01 .fl_viewport {
  margin-bottom: -12px;
}
.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(/site/set/common/s/img/bg-slider-l.png), url(/site/set/common/s/img/bg-slider-r.png), url(/site/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;
}
.sliderTy01 .fl_control-paging li {
  float: left;
}
.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;
}
.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);
}
.sliderTy01 .fl_control-paging li:last-child a {
  margin-right: 0;
}
.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;
}
.sliderTy01 .fl_direction-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.sliderTy01 .fl_direction-nav:before {
  background-color: #eee;
}
.sliderTy01 .fl_direction-nav:after {
  width: 100%;
  height: 3px;
  background: #eee;
  bottom: -4px;
  left: 0;
}
.sliderTy01 .fl_direction-nav a {
  display: block;
  position: relative;
  min-width: 110px;
  height: 35px;
  cursor: pointer;
  text-indent: -999px;
}
.sliderTy01 .fl_direction-nav li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
}
.sliderTy01 .fl_direction-nav li a {
  position: relative;
}
.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);
}
.sliderTy01 .fl_direction-nav li a:before {
  margin-top: -6px;
  position: absolute;
  left: 10px;
  top: 50%;
}
.sliderTy01 .fl_direction-nav li:first-child {
  border-top: 1px solid #d6d7d8;
  text-align: left;
}
.sliderTy01 .fl_direction-nav li:first-child a {
  float: left;
}
.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;
}
.sliderTy01 .fl_direction-nav li:last-child {
  border-top: 1px solid #d6d7d8;
  text-align: right;
}
.sliderTy01 .fl_direction-nav li:last-child a {
  float: right;
  position: relative;
}
.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);
}
.sliderTy01 .fl_direction-nav li:last-child a:before {
  margin-top: -6px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
}
.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
----------------------------------------------- */
.sliderTy02Wrap.available {
  margin: 0;
  padding: 0;
  border: none;
}
.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-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;
}
.sliderTy02Wrap.available .sliderTy02 > div:first-child,
.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-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;
}
.sliderTy02Wrap.available .sliderTy02 > div:first-child span,
.sliderTy02Wrap.available .sliderTy02 > div:last-child span {
  display: inline-block;
}
.sliderTy02Wrap.available .sliderTy02 > div:first-child span.next, .sliderTy02Wrap.available .sliderTy02 > div:first-child span.prev,
.sliderTy02Wrap.available .sliderTy02 > div:last-child span.next,
.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);
}
.sliderTy02Wrap.available .sliderTy02 > div:first-child span.prev,
.sliderTy02Wrap.available .sliderTy02 > div:last-child span.prev {
  margin: 23px 0 0 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sliderTy02Wrap.available .sliderTy02 > div:first-child span.end,
.sliderTy02Wrap.available .sliderTy02 > div:last-child span.end {
  border-color: #c1c1c1;
}
.sliderTy02Wrap.available .sliderTy02 > div:first-child {
  left: 5px;
}
.sliderTy02Wrap.available .sliderTy02 > div:last-child {
  right: 5px;
}
.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;
}
.sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) dl dt {
  margin-bottom: 0;
  font-size: 11px;
}
.sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) dl dd {
  max-height: 37px;
  overflow: hidden;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
}
.sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) ul {
  overflow: hidden;
  height: 54px;
}
.sliderTy02Wrap.available .sliderTy02 > div:nth-child(2) ul li {
  float: left;
  width: 100%;
}
.sliderTy02Wrap.available .sliderTy02 dl dt {
  font-weight: normal !important;
}

.sliderTy02Wrap {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d6d7d8;
}

/* .sliderTy03
----------------------------------------------- */
.sliderTy03 {
  margin-bottom: 10px;
}
.sliderTy03 > div {
  position: relative;
}
.sliderTy03 > div div:first-child, .sliderTy03 > div div:nth-child(3) {
  margin-top: -29px;
  border: 1px solid #d6d7d8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 58px;
  overflow: hidden;
  cursor: pointer;
}
.sliderTy03 > div div:first-child > span, .sliderTy03 > div div:nth-child(3) > span {
  border: 2px solid #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.sliderTy03 > div div:first-child > span.prev, .sliderTy03 > div div:nth-child(3) > span.prev {
  position: relative;
  position: absolute;
}
.sliderTy03 > div div:first-child > span.prev:before, .sliderTy03 > div div:nth-child(3) > span.prev: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);
}
.sliderTy03 > div div:first-child > span.prev:before, .sliderTy03 > div div:nth-child(3) > span.prev:before {
  margin: -6px 0 0 -3px;
  top: 50%;
  left: 50%;
}
.sliderTy03 > div div:first-child > span.next, .sliderTy03 > div div:nth-child(3) > span.next {
  position: relative;
  position: absolute;
}
.sliderTy03 > div div:first-child > span.next:before, .sliderTy03 > div div:nth-child(3) > span.next: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);
}
.sliderTy03 > div div:first-child > span.next:before, .sliderTy03 > div div:nth-child(3) > span.next:before {
  margin: -6px 0 0 -6px;
  top: 50%;
  left: 50%;
}
.sliderTy03 > div div:first-child > span.end:before, .sliderTy03 > div div:nth-child(3) > span.end:before {
  border-color: #6d6d6d;
}
.sliderTy03 > div div:fisrst-child {
  left: 0;
  cursor: pointer;
}
.sliderTy03 > div div:nth-child(3) {
  right: 0;
  cursor: pointer;
}
.sliderTy03 > div div:nth-child(2) {
  margin: 0 25px;
  overflow: hidden;
}
.sliderTy03 > div div:nth-child(2) ul {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}
.sliderTy03 > div div:nth-child(2) ul li {
  padding: 0 5px;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.sliderTy03 .counter {
  height: 9px;
  border-width: 0 10px;
  color: #ced7da;
  font-size: 16px;
  letter-spacing: 8px;
  margin: 10px auto;
}
.sliderTy03 .counter:after {
  content: "";
  display: block;
  clear: both;
}
.sliderTy03 .counter p {
  margin-right: 7px;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #e6ebec;
}
.sliderTy03 .counter p:last-child {
  margin-right: 0;
}
.sliderTy03 .counter p.current {
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.725);
  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);
}
.sliderTy03 .counter p.current:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.sliderTy03.noIcon a *[class*="icon"] {
  display: none !important;
}

/* .coverPageDialogOverlay
----------------------------------------------- */
.coverPageDialogOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  opacity: 0.8;
}

/* .coverPageFixedView
----------------------------------------------- */
.coverPageFixedView {
  overflow-x: hidden;
  overflow-y: scroll;
}

.coverPageFixedView body {
  overflow: hidden;
}

/* .coverPageDialog
----------------------------------------------- */
.coverPageDialog {
  margin: 20px 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10002;
  outline: 0;
  -webkit-user-select: element;
  -moz-user-select: element;
  -ms-user-select: element;
  -o-user-select: element;
  user-select: element;
}

.coverPageDialogContent {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  /* --------------------------------------------------------------------------
   * 左右の余白を固定値にする場合は、ここの値を両方とも変更する。
   *
   * 既定値: 20px;
   *
   * 例: 左右の余白を 100px ずつにする
   *
   *     padding-left: 100px;
   *     padding-right: 100px;
   * ----------------------------------------------------------------------- */
  padding-left: 20px;
  padding-right: 20px;
}

.coverPageDialogContentIframe {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  color: #000;
  /* --------------------------------------------------------------------------
   * 中央にあるコンテンツの幅を固定値にする場合は、この値を変更する。
   *
   * 既定値: 100%;
   *
   * 例: 幅 200px で固定する
   *
   *     width: 200px;
   * ----------------------------------------------------------------------- */
  width: 100%;
}

.coverPageDialogCloseWrapper {
  position: absolute;
  top: 33px;
  right: 40px;
}

.coverPageDialogSP .coverPageDialogCloseWrapper {
  top: 14px;
  right: 30px;
}

/* ----------------------------------------------------------------
  form
----------------------------------------------------------------- */
/* default
----------------------------------------------- */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  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;
}

select {
  padding: 3px;
}

input + label {
  padding-left: 5px;
}

label + input {
  padding-right: 5px;
}

label {
  cursor: pointer;
}

/* .form-list
----------------------------------------------- */
.form-list > li {
  margin-bottom: 5px;
}
.form-list > li:last-child {
  margin-bottom: 0;
}

/* .form-list-line
----------------------------------------------- */
.form-list-line {
  margin-bottom: 5px;
  letter-spacing: -0.4em;
}
.form-list-line > li {
  margin: 0 10px 5px 0;
  display: inline-block;
  letter-spacing: normal;
}

/* .form-tbl
----------------------------------------------- */
.form-tbl {
  border-bottom: 1px solid #ccc;
  display: block;
}
.form-tbl thead, .form-tbl tbody, .form-tbl tr, .form-tbl th, .form-tbl td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-tbl th, .form-tbl td {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form-tbl td {
  padding-bottom: 15px;
  border-top: none;
  border-bottom: none;
}
.form-tbl td > :first-child {
  margin-top: 0;
}
.form-tbl td > :last-child {
  margin-bottom: 0;
}
.form-tbl .icon-required {
  display: inline-block;
}
.form-tbl select,
.form-tbl textarea,
.form-tbl input[type="text"],
.form-tbl input[type="password"],
.form-tbl input[type="datetime"],
.form-tbl input[type="datetime-local"],
.form-tbl input[type="date"],
.form-tbl input[type="month"],
.form-tbl input[type="time"],
.form-tbl input[type="week"],
.form-tbl input[type="number"],
.form-tbl input[type="email"],
.form-tbl input[type="url"],
.form-tbl input[type="search"],
.form-tbl input[type="tel"],
.form-tbl input[type="color"] {
  margin-bottom: 5px;
}

/* .form-lyt
----------------------------------------------- */
.form-lyt {
  display: table;
  width: 100%;
}
.form-lyt > * {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.form-lyt > * input[type="text"] {
  padding: 6px 5px;
}
.form-lyt > * [class*="btn"] {
  white-space: nowrap;
}
.form-lyt > *:last-child {
  padding-left: 10px;
}

/* ----------------------------------------------------------------
  Other
----------------------------------------------------------------- */
/* iframe
----------------------------------------------- */
iframe {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  width: 100%;
}

/* ----------------------------------------------------------------
  common
----------------------------------------------------------------- */
/* JS挿入アイコン調整
----------------------------------------------- */
.newwindowicon,
.pdficon,
.mailicon,
.wmvicon,
.rssicon,
.new-icon {
  margin: 3px 0 0 5px;
  vertical-align: top;
}

.new-icon {
  margin-top: 5px;
}

.sliderTy02 .newwindowicon,
.sliderTy02 .pdficon,
.sliderTy02 .mailicon,
.sliderTy02 .wmvicon,
.sliderTy02 .rssicon {
  margin-top: 1px;
}

/* 汎用アイコン
----------------------------------------------- */
.icon, .icon-01, .icon-02, .icon-03, .icon-04, .icon-05 {
  padding: 2px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  min-width: 8.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  background-color: #f4f5f7;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}

.icon-01, .icon-02, .icon-03, .icon-04, .icon-05 {
  border: none;
  padding: 3px;
  background-color: #d7e3f5;
}

.icon-02 {
  color: #fff;
  background-color: #8eb5ef;
}

.icon-03 {
  color: #fff;
  background-color: #5a89ce;
}

.icon-04 {
  color: #fff;
  background-color: #9fa9b3;
}

.icon-05 {
  color: #fff;
  background-color: #e61919;
}

/* 地図を探すアイコン
----------------------------------------------- */
.icon-search {
  padding: 3px 0 2px 35px;
  display: inline-block;
  position: relative;
}
.icon-search:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-search:before {
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -638px center;
  background-size: 2650px 63px;
}

/* 現在地情報アイコン
----------------------------------------------- */
.icon-map {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.icon-map:before {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  left: 0;
}
.icon-map:before {
  background-image: url("/site/set/common/s/img/sprite.png");
  background-repeat: no-repeat;
  background-position: -669px center;
  background-size: 2650px 63px;
}

/* フォントカラー
----------------------------------------------- */
.ac {
  color: #e64646;
}

/* マージン・パディング制御用クラス
----------------------------------------------- */
.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制御
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  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;
}

.line-dot-top {
  padding-top: 10px;
  border-top: 1px dotted #e3e4e5;
}

/* 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(/site/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;
}
