#content {
  max-width: none;
  overflow: hidden;
}

sup {
  font-size: 80%;
}

.pagetop {
  z-index: 1;
}

.t4k a {
  color: #2095f2;
}
.t4k .t4k_header {
  background: url(../images/mv_bg_pc.png) center top no-repeat;
}
.t4k .t4k_header_inner {
  background: url(../images/mv_item_pc.png) 98% 170px no-repeat;
  background-position: -webkit-calc(100% - 20px) 170px;
  background-position: calc(100% - 20px) 170px;
  min-height: 600px;
  max-width: 1200px;
  min-width: 960px;
  width: 100%;
  margin: auto;
  padding: 60px 0 0 50px;
  box-sizing: border-box;
  color: #fff;
}
.t4k .t4k_header_leda {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.t4k .t4k_header_ttl {
  font-size: 5rem;
  font-weight: bold;
}
.t4k .t4k_header_item {
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 30px;
}
.t4k .t4k_header_release {
  font-size: 1.6rem;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 2px 10px;
  margin-left: 8px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.t4k .t4k_header_catch {
  margin-bottom: 45px;
}
.t4k .t4k_header_catch li {
  margin-bottom: 10px;
}
.t4k_nav {
  max-width: 1230px;
  min-width: 960px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.t4k_nav_inner {
  margin: 0 -6px 66px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.t4k_nav_inner li {
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 25%;
  padding: 0 6px;
  box-sizing: border-box;
}
.t4k_nav_inner li a {
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 5px solid #0080cc;
  text-align: center;
  color: #0080cc;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  line-height: 1.1;
  padding: 5px 0;
}
.t4k_nav_inner li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 17px;
  border-style: solid;
  border-color: transparent #0080cc #0080cc transparent;
}
.t4k_nav_inner li a::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 34px;
  height: 34px;
  background: url(../images/icon_arw.png) right bottom no-repeat;
}
.t4k_main {
  max-width: 1130px;
  min-width: 960px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  box-sizing: border-box;
}
.t4k_main_sect {
  padding-bottom: 60px;
}
.t4k_main_ttl {
  background: url(../images/img_line.png) center top no-repeat, url(../images/img_line.png) center bottom no-repeat;
  padding: 20px 5px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1865d4;
  text-align: center;
  margin-bottom: 50px;
}
.t4k_main_leda {
  font-size: 2.8rem;
  font-weight: 300;
  color: #1865d4;
  margin-bottom: 25px;
}
.t4k_main_txt {
  font-size: 1.8rem;
  font-weight: normal;
  color: #535353;
  margin-bottom: 35px;
}
.t4k_main_txt + .t4k_main_txt {
  margin-top: -20px;
}
.t4k_main_img {
  text-align: center;
  margin-bottom: 30px;
}
.t4k_main_img.-arw {
  position: relative;
  padding-right: 20px;
  padding-top: 10px;
}
.t4k_main_img.-arw::after {
  content: "";
  background: url(../images/icon_arw02.png) right top no-repeat;
  width: 41px;
  height: 37px;
  position: absolute;
  right: 20px;
  top: 30px;
}
.t4k_main_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -25px;
}
.t4k_main_unit_list {
  padding: 0 25px;
  box-sizing: border-box;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}
.t4k_main_graph {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.t4k_main_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.t4k_main_flex .t4k_main_img {
  -webkit-flex: 0 0 480px;
  flex: 0 0 480px;
}
.t4k_main_flex .t4k_main_graph {
  -webkit-flex: 0 1 600px;
  flex: 0 1 600px;
}
.t4k .t4k_column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -8px 25px;
}
.t4k .t4k_column > li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0 8px;
  box-sizing: border-box;
}
.t4k .t4k_column.-three > li {
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 33.33%;
}
.t4k .t4k_tuner {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
  width: 100%;
}
.t4k .t4k_tuner_th, .t4k .t4k_tuner_td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.t4k .t4k_tuner_th {
  color: #061c45;
  font-size: 1.6rem;
  font-weight: 900;
}
.t4k .t4k_tuner_td {
  color: #535353;
  font-size: 1.6rem;
  font-weight: 300;
}
.t4k .t4k_tuner_head .t4k_tuner_th {
  background-color: #f2f2f2;
}
.t4k .t4k_tuner_head .t4k_tuner_th.-empty {
  border-width: 0;
  background-color: #fff;
  width: 31%;
}
.t4k .t4k_tuner_head .t4k_tuner_th.-head {
  background-color: #ccc;
}
.t4k .t4k_box {
  text-align: center;
  border: 1px solid #2095f2;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.t4k .t4k_box_ttl {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  background-color: #2095f2;
  padding: 10px 2px;
}
.t4k .t4k_box_txt {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
  padding: 10px 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.t4k .t4k_aside {
  background: #f4fafe;
  padding: 30px 30px 40px;
  margin-bottom: 40px;
}
.t4k .t4k_aside_ttl {
  font-size: 2.8rem;
  font-weight: 900;
  color: #1865d4;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.t4k .t4k_aside_ttl::before, .t4k .t4k_aside_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28%;
  background: no-repeat;
  background-size: contain;
  height: 17px;
  margin: auto;
}
.t4k .t4k_aside_ttl::before {
  left: 0;
  background-image: url(../images/img_line02_l.png);
  background-position: right center;
}
.t4k .t4k_aside_ttl::after {
  right: 0;
  background-image: url(../images/img_line02_r.png);
  background-position: left center;
}
.t4k .t4k_aside_ttl.-s::before, .t4k .t4k_aside_ttl.-s::after {
  width: 18%;
}
.t4k .t4k_aside_ttl.-s::before {
  background-image: url(../images/img_line03_l.png);
}
.t4k .t4k_aside_ttl.-s::after {
  background-image: url(../images/img_line03_r.png);
}
.t4k .t4k_aside_inner {
  padding: 0 35px;
}
.t4k .t4k_aside_txt {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 25px;
}
.t4k .t4k_aside_box {
  background-color: #fff;
  text-align: center;
  padding: 40px 15px 30px;
  margin: 0 0 20px;
}
.t4k .t4k_spec {
  border-top: 1px solid #c7c7c7;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.t4k .t4k_spec:last-of-type {
  margin-bottom: 30px;
}
.t4k .t4k_spec_ttl {
  -webkit-flex: 0 1 185px;
  flex: 0 1 185px;
  padding: 20px;
  box-sizing: border-box;
}
.t4k .t4k_spec_ttl.-start {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.t4k .t4k_spec_body {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.6;
}
.t4k .t4k_spec_img {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.t4k .t4k_spec_img li {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 50%;
  text-align: center;
  margin-bottom: 35px;
}
.t4k .t4k_small {
  font-size: 1.3rem;
  font-weight: normal;
  color: #898989;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.t4k .t4k_small.-l {
  margin-top: 15px;
}
.t4k .t4k_small + .t4k_small {
  padding-top: 1em;
}
.t4k .t4k_small.space {
  padding-bottom: 60px;
}
.t4k .t4k_pagetop {
  margin-right: -50px;
  padding: 30px 0;
  text-align: right;
}
.t4k .t4k_pagetop_link {
  color: #d9d9d9;
  padding-right: 35px;
  position: relative;
}
.t4k .t4k_pagetop_link::before {
  content: "";
  color: #fff;
  background: url(../images/icon_pagetop.png) right top no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
.t4k .t4k_link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 50px -15px;
  font-size: 1.8rem;
}
.t4k .t4k_link_list {
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 12px;
}
.t4k .t4k_link_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  border: 5px solid #bbb;
  text-align: center;
  color: #898989;
  padding: 10px;
}
.t4k .t4k_link_em {
  font-size: 2.4rem;
}
.t4k .t4k_link_small {
  font-size: 1.6rem;
}
.t4k .t4k_table {
  margin-bottom: 15px;
}
.t4k .t4k_table.-spShow {
  margin-bottom: 0;
}
.t4k .t4k_table_ttl {
  background-color: #2095f2;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.t4k .t4k_table_ttl.-black {
  background-color: #000;
}
.t4k .t4k_table_unit {
  width: 100%;
  border-bottom: 3px solid #acacac;
}
.t4k .t4k_table_unit.-slim {
  margin-bottom: 1px;
  border-bottom: 1px solid #d9d9d9;
}
.t4k .t4k_table_unit.-h1 {
  height: 34px;
}
.t4k .t4k_table_unit.-h2 {
  height: 70px;
}
.t4k .t4k_table_unit td, .t4k .t4k_table_unit th {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  padding: 5px;
}
.t4k .t4k_table_unit td:first-child, .t4k .t4k_table_unit th:first-child {
  border-left-width: 0;
}
.t4k .t4k_table_unit_head th {
  background-color: #e8f4fe;
}
.t4k .t4k_table_unit_head td {
  background-color: #f8fcff;
  border-top-width: 0;
}
.t4k .t4k_table_unit_head td:first-child {
  border-left-width: 1px;
}
.t4k .t4k_table_unit_tr {
  background-color: #fff;
}
.t4k .t4k_table_unit_tr.-first {
  border-top: 3px solid #acacac;
}
.t4k .t4k_table_unit_tr.-first td, .t4k .t4k_table_unit_tr.-first th {
  border-top-width: 0;
}
.t4k .t4k_tableSp {
  display: none;
}
.t4k .t4k_series {
  display: inline;
  text-indent: 0;
  letter-spacing: -.2em;
}
.t4k .t4k_series > li {
  display: inline-block;
  letter-spacing: 0em;
}
.t4k .t4k_series > li::after {
  content: "/";
}
.t4k .t4k_series > li:nth-last-of-type(-n+2)::after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .t4k .t4k_pagetop {
    margin-right: 0px;
  }
  .t4k .t4k_aside_ttl::before, .t4k .t4k_aside_ttl::after {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  #container {
    margin-top: 0;
  }

  .t4k .is-hideSp {
    display: none;
  }
  .t4k .t4k_header {
    background-color: #061c45;
    background-image: url(../images/mv_bg_sp.png);
    background-position: center top;
    background-size: contain;
  }
  .t4k .t4k_header_inner {
    background-image: url(../images/mv_item_sp.png);
    background-position: center 17px;
    background-size: 300px auto;
    padding: 212px 0 0;
    min-height: 0;
    min-width: 0;
    margin: 0 10px;
    width: auto;
  }
  .t4k .t4k_header_leda {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
  .t4k .t4k_header_ttl {
    font-size: 2.2rem;
  }
  .t4k .t4k_header_item {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .t4k .t4k_header_release {
    font-size: 1rem;
    padding: 1px 8px;
    margin-left: 5px;
    margin-bottom: 4px;
  }
  .t4k .t4k_header_catch {
    margin-bottom: 15px;
  }
  .t4k .t4k_header_catch li {
    margin-bottom: 10px;
    text-align: center;
  }
  .t4k .t4k_header_catch li:nth-child(1) img {
    width: 216px;
  }
  .t4k .t4k_header_catch li:nth-child(2) img {
    width: 240px;
  }
  .t4k .t4k_header .t4k_small {
    color: #d6d6d6;
  }
  .t4k_nav {
    min-width: 0;
    padding: 0 10px;
  }
  .t4k_nav_inner {
    margin: 10px -5px 8px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  .t4k_nav_inner li {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 5px 10px;
  }
  .t4k_nav_inner li a {
    border-width: 3px;
    font-size: 1.2rem;
    height: 55px;
  }
  .t4k_nav_inner li a::before {
    border-width: 10px;
  }
  .t4k_nav_inner li a::after {
    width: 8px;
    height: 8px;
    background-size: contain;
  }
  .t4k_main {
    min-width: 0;
    padding: 0 10px;
  }
  .t4k_main_sect {
    padding-bottom: 30px;
  }
  .t4k_main_ttl {
    background: url(../images/img_line.png) center top no-repeat, url(../images/img_line.png) center bottom no-repeat;
    background-size: 100% 3px,100% 3px;
    padding: 10px 3px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .t4k_main_leda {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .t4k_main_txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .t4k_main_txt + .t4k_main_txt {
    margin-top: -10px;
  }
  .t4k_main_img {
    margin-bottom: 15px;
  }
  .t4k_main_img.-arw {
    position: relative;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .t4k_main_img.-arw::after {
    background-position: center bottom;
    background-size: contain;
    width: 20px;
    height: 18px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .t4k_main_unit {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 -10px;
  }
  .t4k_main_unit_list {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .t4k_main_flex {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 15px;
  }
  .t4k_main_flex .t4k_main_img {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .t4k_main_flex .t4k_main_graph {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }
  .t4k .t4k_column {
    margin: 0 0px 5px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  .t4k .t4k_column > li {
    padding: 0 0 5px;
  }
  .t4k .t4k_column.-three > li {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .t4k .t4k_tuner_th, .t4k .t4k_tuner_td {
    padding: 5px;
  }
  .t4k .t4k_tuner_th {
    font-size: 1.2rem;
  }
  .t4k .t4k_tuner_td {
    font-size: 1.2rem;
  }
  .t4k .t4k_box_ttl {
    font-size: 1.2rem;
    padding: 5px 1px;
  }
  .t4k .t4k_box_txt {
    font-size: 1.2rem;
    padding: 5px 3px;
  }
  .t4k .t4k_aside {
    padding: 15px 15px 20px;
    margin-bottom: 20px;
  }
  .t4k .t4k_aside_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
  }
  .t4k .t4k_aside_ttl::before, .t4k .t4k_aside_ttl::after {
    display: none;
  }
  .t4k .t4k_aside_inner {
    padding: 0;
  }
  .t4k .t4k_aside_txt {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
  .t4k .t4k_aside_box {
    padding: 20px 10px 15px;
    margin: 0 0 10px;
  }
  .t4k .t4k_spec:last-of-type {
    margin-bottom: 15px;
  }
  .t4k .t4k_spec_ttl {
    font-size: 1.2rem;
    -webkit-flex: 0 0 70px;
    flex: 0 0 70px;
    padding: 10px 5px;
  }
  .t4k .t4k_spec_body {
    font-size: 1.2rem;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 5px;
  }
  .t4k .t4k_spec_img li {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 15px 0 0;
    margin-bottom: 0;
  }
  .t4k .t4k_small {
    font-size: 1rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }
  .t4k .t4k_small.-l {
    margin-top: 8px;
  }
  .t4k .t4k_small_num {
    text-indent: -2.9rem;
    padding-left: 1.6rem;
  }
  .t4k .t4k_pagetop {
    padding: 15px 0 0;
  }
  .t4k .t4k_pagetop_link {
    padding-right: 20px;
    font-size: 1.3rem;
  }
  .t4k .t4k_pagetop_link::before {
    width: 15px;
    height: 15px;
  }
  .t4k .t4k_link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px -5px;
    font-size: 1.4rem;
  }
  .t4k .t4k_link_list {
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
    margin: 0 5px 15px;
  }
  .t4k .t4k_link_btn {
    height: 60px;
    border-width: 3px;
    text-align: center;
    padding: 5px;
  }
  .t4k .t4k_link_small {
    font-size: 1.2rem;
  }
  .t4k .t4k_link_em {
    font-size: 2rem;
  }
  .t4k .t4k_table {
    display: none;
  }
  .t4k .t4k_tableSp {
    display: block;
    margin-bottom: 15px;
  }
  .t4k .t4k_tableSp_ttl {
    background-color: #2095f2;
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    border-radius: 2px;
  }
  .t4k .t4k_tableSp_unit {
    width: 100%;
    font-size: 1.3rem;
    table-layout: fixed;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .t4k .t4k_tableSp_unit_head, .t4k .t4k_tableSp_unit_th, .t4k .t4k_tableSp_unit_td,
  .t4k .t4k_tableSp_unit td {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
    padding: 5px;
    height: 2em;
  }
  .t4k .t4k_tableSp_unit_head {
    background-color: #2095f2;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 10px 0;
    height: 2em;
  }
  .t4k .t4k_tableSp_unit_th {
    background-color: #e8f4fe;
  }
  .t4k .t4k_tableSp_unit_td {
    background-color: #f8fcff;
  }
  .t4k .t4k_tableSp_unit_tr .t4k_tableSp_unit_head {
    background: #2095f2 98% center no-repeat;
    background-size: 20px auto;
  }
  .t4k .t4k_tableSp_unit_tr.is-open .t4k_tableSp_unit_head {
    background-image: url(../images/icon_slide_off.png);
    border-right: 1px solid #d9d9d9;
  }
  .t4k .t4k_tableSp_unit_tr.is-close .t4k_tableSp_unit_head {
    background-image: url(../images/icon_slide_on.png);
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .t4k .t4k_tableSp_unit_slide {
    display: none;
  }
}

/* 画像コンテンツ
------------------------------------------------- */

.produce-img{
	margin: 10px 0px 25px 0px;
	text-align: center;
	clear: both;
}
.produce-img.mgt-s{
	margin-top: 10px;
}
.produce-imgwrap{
	text-align: center;
}
.produce-imgwrap .produce-img{
	text-align: left;
	display: inline-block;
}
.produce-imgwrap .produce-img-txt {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #777;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {	
	.produce-img{
		margin-top: 20px;
	}
	.produce-img.mgt-s{
		margin-top: 5px;
	}
	.produce-mv{
		margin-bottom: 20px;
	}
}
/* ==========	コンテンツ -SP end- ========== */
