/*===================================================================
	common
===================================================================*/
/* titleSection
================================================== */
#contents.responsive .titleSection {
  background: #fef8f7 url(/katsuyou/nenga/smart/images/common/ttl_main_bg.png);
}

/* localnav
================================================== */
#contents.responsive .localnav {
  position: relative;
  margin: 50px 0;
}
#contents.responsive .localnav::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  border-top: solid 1px #d6dbdf;
  z-index: -1;
}
#contents.responsive .localnav__list {
  display: flex;
  width: 960px;
  margin: 0 auto;
  border: solid 1px #d6dbdf;
  border-bottom: none;
}
#contents.responsive .localnav__list li {
  box-sizing: border-box;
  flex: 1 0 0%;
}
#contents.responsive .localnav__list a, #contents.responsive .localnav__list span {
  display: block;
  padding: 20px 10px 18px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
#contents.responsive .localnav__list a {
  transition: all .3s ease;
  background: #fff;
  color: #333;
  text-decoration: none !important;
}
#contents.responsive .localnav__list span, #contents.responsive .localnav__list a:hover {
  background: #e83015;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .localnav {
    margin: 30px 0;
  }
  #contents.responsive .localnav::after {
    display: none;
  }
  #contents.responsive .localnav__list {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  #contents.responsive .localnav__list a, #contents.responsive .localnav__list span {
    padding: 18px 5px;
    font-size: 12px;
  }
}

/*===================================================================
	index
===================================================================*/
/* appdownload
================================================== */
#contents.responsive .appdownload {
  box-sizing: border-box;
  width: 960px;
  margin: 50px auto 0;
  padding: 45px 15px;
  background: url(/katsuyou/nenga/smart/images/common/bg_dot.png);
  text-align: center;
}
#contents.responsive .appdownload__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents.responsive .appdownload__title > i {
  flex: 0 0 94px;
  margin-right: 45px;
}
#contents.responsive .appdownload__title h2 {
  display: flex;
  flex-direction: column;
  color: #e83015;
}
#contents.responsive .appdownload__title h2 > span {
  position: relative;
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.3;
}
#contents.responsive .appdownload__title h2 > span::before, #contents.responsive .appdownload__title h2 > span::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 28px;
  height: 0;
  border-top: solid 2px #e83015;
}
#contents.responsive .appdownload__title h2 > span::before {
  left: 0;
  transform: rotate(60deg);
}
#contents.responsive .appdownload__title h2 > span::after {
  right: 0;
  transform: rotate(-60deg);
}
#contents.responsive .appdownload__title h2 > em {
  font-size: 30px;
  line-height: 1.3;
}
#contents.responsive .appdownload__lead {
  margin: 1em 0 .75em;
  font-size: 16px;
  line-height: 1.65;
}
#contents.responsive .appdownload__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
#contents.responsive .appdownload__btns li + li {
  margin-left: 30px;
}
#contents.responsive .appdownload__btns a {
  display: block;
}
#contents.responsive .appdownload__notes {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .appdownload {
    width: auto;
    margin-top: 30px;
    padding: 30px 15px;
    background-size: 5px 5px;
  }
  #contents.responsive .appdownload__title {
    display: block;
  }
  #contents.responsive .appdownload__title h2 > span {
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 16px;
  }
  #contents.responsive .appdownload__title h2 > span::before, #contents.responsive .appdownload__title h2 > span::after {
    width: 25px;
  }
  #contents.responsive .appdownload__title h2 > em {
    display: flex;
    align-items: center;
  }
  #contents.responsive .appdownload__title h2 > em i {
    flex: 0 0 78px;
    margin-right: 15px;
  }
  #contents.responsive .appdownload__title h2 > em span {
    font-size: 22px;
    text-align: left;
  }
  #contents.responsive .appdownload__btns {
    margin-bottom: 25px;
  }
  #contents.responsive .appdownload__btns li img {
    width: 100%;
    height: 60px;
  }
  #contents.responsive .appdownload__btns li + li {
    margin-left: 10px;
  }
  #contents.responsive .appdownload__notes {
    font-size: 11px;
    text-align: left;
  }
  #contents.responsive .appdownload__notes li + li {
    margin-top: 1em;
  }
}

/* section
================================================== */
#contents.responsive .section {
  padding: 60px 0;
  overflow: hidden;
}
#contents.responsive .section--dotbg {
  background: url(/katsuyou/nenga/smart/images/common/bg_dot.png);
}
#contents.responsive .section__inner {
  width: 960px;
  margin: 0 auto;
}
#contents.responsive .section__head {
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 20px 17px;
  background: #e83015;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
#contents.responsive .section__head::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 11px 0 11px;
  border-color: #e83015 transparent transparent transparent;
}
#contents.responsive .section__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
  padding-bottom: 15px;
  background: url(/katsuyou/nenga/smart/images/common/bg_h2.png) repeat-x left bottom;
  background-size: 10px 6px;
  font-size: 30px;
  color: #e83015;
  line-height: 1.3;
}
#contents.responsive .section__title span {
  margin: 0 auto;
  padding-right: 56px;
}
#contents.responsive .section__title-b {
  margin-bottom: 40px;
  padding: 10px 0 7px;
  border-top: solid 2px #e83015;
  border-bottom: solid 2px #e83015;
  font-size: 24px;
  color: #e83015;
  text-align: center;
}
#contents.responsive .section__title-b--mt {
  margin-top: 75px;
}
#contents.responsive .section__subtitle {
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 1.38;
  color: #e83015;
  text-align: center;
}
#contents.responsive .section__subtitle--h3b > span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
#contents.responsive .section__subtitle--h3b > span::before, #contents.responsive .section__subtitle--h3b > span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 36px;
}
#contents.responsive .section__subtitle--h3b > span::before {
  left: 0;
  background: url(/katsuyou/nenga/smart/images/common/bg_h3_l.svg) no-repeat;
  background-size: cover;
}
#contents.responsive .section__subtitle--h3b > span::after {
  right: 0;
  background: url(/katsuyou/nenga/smart/images/common/bg_h3_r.svg) no-repeat;
  background-size: cover;
}
#contents.responsive .section__subtitle--h4 {
  margin-bottom: 8px;
  font-size: 20px;
  text-align: left;
}
#contents.responsive .section__point {
  margin-top: 55px;
  margin-bottom: 50px;
  border: solid 3px #e83015;
  line-height: 1.25;
  text-align: center;
  font-weight: bold;
}
#contents.responsive .section__point--mt0 {
  margin-top: 0;
}
#contents.responsive .section__point dt {
  position: relative;
}
#contents.responsive .section__point dt span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 1em;
  background: #fff;
  font-size: 18px;
  color: #e83015;
}
#contents.responsive .section__point dd {
  padding: 25px 15px 20px;
  font-size: 20px;
}
#contents.responsive .section__notes {
  font-size: 12px;
}
#contents.responsive .section__btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 580px;
  padding: 22px 10px 20px;
  background: #e83015;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
#contents.responsive .section__btn:hover {
  text-decoration: none;
}
#contents.responsive .section__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
#contents.responsive .section__lead {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.5;
}
#contents.responsive .section__lead--tmpl {
  margin-bottom: 1.5em;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section {
    padding: 40px 0;
  }
  #contents.responsive .section--dotbg {
    background-size: 5px 5px;
  }
  #contents.responsive .section__inner {
    width: auto;
    padding: 0 15px;
  }
  #contents.responsive .section__head {
    font-size: 24px;
  }
  #contents.responsive .section__title {
    margin-bottom: 25px;
    font-size: 22px;
    background-size: 8px auto;
  }
  #contents.responsive .section__title i {
    margin-right: 10px;
  }
  #contents.responsive .section__title i img {
    width: 56px;
    height: auto;
  }
  #contents.responsive .section__title span {
    padding-right: 0;
    text-align: center;
  }
  #contents.responsive .section__title-b {
    margin-bottom: 25px;
    font-size: 18px;
  }
  #contents.responsive .section__subtitle {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.3;
  }
  #contents.responsive .section__subtitle--h3b > span {
    padding: 0 32px;
  }
  #contents.responsive .section__subtitle--h3b > span::before, #contents.responsive .section__subtitle--h3b > span::after {
    width: 37px;
    height: 47px;
  }
  #contents.responsive .section__subtitle--h4 {
    margin-bottom: 8px;
    font-size: 19px;
  }
  #contents.responsive .section__point {
    margin-top: 50px;
    margin-bottom: 35px;
    border: solid 2px #e83015;
  }
  #contents.responsive .section__point dt span {
    font-size: 16px;
    white-space: nowrap;
  }
  #contents.responsive .section__point dd {
    padding: 35px 15px 20px;
    font-size: 18px;
  }
  #contents.responsive .section__point--mt0 {
    margin-top: 15px;
  }
  #contents.responsive .section__notes {
    font-size: 11px;
  }
  #contents.responsive .section__lead--tmpl {
    font-size: 16px;
  }
}

/* steps
================================================== */
#contents.responsive .steps {
  display: flex;
  justify-content: space-between;
  margin: 0 17px;
  list-style: none;
}
#contents.responsive .steps li p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #e83015;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
#contents.responsive .steps li p i {
  flex: 0 0 55px;
  margin-right: 12px;
}
#contents.responsive .steps li div {
  text-align: center;
}
#contents.responsive .steps li + li {
  position: relative;
}
#contents.responsive .steps li + li::before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  border-color: #e83015;
  transform: rotate(-45deg);
  bottom: 160px;
  left: -25%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .steps {
    display: block;
    margin: 0;
  }
  #contents.responsive .steps li p {
    justify-content: center;
    margin-bottom: 15px;
  }
  #contents.responsive .steps li + li {
    margin-top: 60px;
  }
  #contents.responsive .steps li + li::before {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-style: solid;
    border-width: 0 4px 4px 0;
    border-color: #e83015;
    transform: rotate(45deg);
    bottom: auto;
    top: -45px;
    left: 50%;
    margin-left: -10px;
  }
}

/* howto
================================================== */
#contents.responsive .howto {
  display: flex;
  flex-wrap: wrap;
}
#contents.responsive .howto li {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 152px;
  margin-bottom: 45px;
  padding-right: 46px;
}
#contents.responsive .howto li::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #e83015;
  transform: rotate(-45deg);
  right: 20px;
  top: 140px;
}
#contents.responsive .howto li:nth-child(5n) {
  padding-right: 0;
}
#contents.responsive .howto li:nth-child(5n)::after {
  display: none;
}
#contents.responsive .howto li p {
  margin-top: 8px;
  font-size: 14px;
}
#contents.responsive .howto li p em {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .howto {
    margin: 0 -10px 0 10px;
  }
  #contents.responsive .howto li {
    flex: 0 0 50%;
    margin-bottom: 25px;
    padding-right: 35px;
  }
  #contents.responsive .howto li::after {
    right: 15px;
    top: 38%;
  }
  #contents.responsive .howto li:nth-child(5n) {
    padding-right: 35px;
  }
  #contents.responsive .howto li:nth-child(5n)::after {
    display: block;
  }
  #contents.responsive .howto li:last-child::after {
    display: none;
  }
}

/* creators
================================================== */
#contents.responsive .creators {
  display: flex;
  margin-bottom: 60px;
}
#contents.responsive .creators__text {
  box-sizing: border-box;
  flex: 0 0 420px;
  padding-right: 50px;
  background: url(/katsuyou/nenga/smart/images/2020/creators_bg_01.png) no-repeat right -38px bottom;
}
#contents.responsive .creators__text h3 {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 10px 13px;
  background: #239b56;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
#contents.responsive .creators__text h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #239b56 transparent transparent transparent;
}
#contents.responsive .creators__text p {
  font-size: 16px;
  line-height: 1.625;
}
#contents.responsive .creators__image {
  flex: 0 0 540px;
}
#contents.responsive .creators--rev {
  flex-direction: row-reverse;
}
#contents.responsive .creators--rev .creators__text {
  padding-right: 0;
  padding-left: 50px;
  background: url(/katsuyou/nenga/smart/images/2020/creators_bg_02.png) no-repeat left -24px bottom;
}
#contents.responsive .creators--rev .creators__text h3 {
  background: #f39c12;
}
#contents.responsive .creators--rev .creators__text h3::after {
  border-color: #f39c12 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .creators {
    display: block;
    margin: 0 -15px 25px;
    padding-bottom: 100px;
    background: url(/katsuyou/nenga/smart/images/2020/creators_bg_01.png) no-repeat left -15px bottom;
    background-size: 192px auto;
  }
  #contents.responsive .creators__text {
    margin-bottom: 20px;
    padding: 0 15px !important;
    background: none !important;
  }
  #contents.responsive .creators__text h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  #contents.responsive .creators__image {
    padding: 0 15px;
  }
  #contents.responsive .creators--rev {
    background: url(/katsuyou/nenga/smart/images/2020/creators_bg_02.png) no-repeat right -15px bottom;
    background-size: 189px auto;
  }
}

/* template
================================================== */
#contents.responsive .template {
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .template {
    margin: 0 0 30px;
  }
}

/* bgtmpl
================================================== */
#contents.responsive .bgtmpl {
  border-bottom: solid 1px #d6dbdf;
}
#contents.responsive .bgtmpl__howto {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#contents.responsive .bgtmpl__howto li {
  flex: 0 0 194px;
}
#contents.responsive .bgtmpl__howto li p {
  margin-top: 15px;
  font-size: 14px;
}
#contents.responsive .bgtmpl__howto li + li {
  position: relative;
  margin-left: 80px;
}
#contents.responsive .bgtmpl__howto li + li::before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 0 4px 4px 0;
  border-color: #e83015;
  transform: rotate(-45deg);
  top: 170px;
  left: -30%;
}
#contents.responsive .bgtmpl__stamp {
  position: relative;
  padding: 35px 0 50px 0;
  border: solid 2px #e83015;
  border-radius: 10px;
}
#contents.responsive .bgtmpl__stamp h4 {
  position: absolute;
  left: -2px;
  top: -65px;
}
#contents.responsive .bgtmpl__stamp h4 img {
  width: 134px;
  height: auto;
}
#contents.responsive .bgtmpl__stamp p:nth-of-type(1) {
  margin-bottom: 40px;
  padding: 0 50px 0 160px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#contents.responsive .bgtmpl__stamp p:nth-of-type(2) {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .bgtmpl__howto {
    margin-bottom: 85px;
  }
  #contents.responsive .bgtmpl__howto li {
    flex: 1 0 0%;
  }
  #contents.responsive .bgtmpl__howto li + li {
    margin-left: 50px;
  }
  #contents.responsive .bgtmpl__howto li + li::before {
    top: 35%;
  }
  #contents.responsive .bgtmpl__stamp {
    padding: 75px 0 40px 0;
    border-radius: 5px;
  }
  #contents.responsive .bgtmpl__stamp p:nth-of-type(1) {
    margin-bottom: 25px;
    padding: 0 25px;
    font-size: 18px;
    line-height: 1.3;
  }
}

/* feature
================================================== */
#contents.responsive .feature__grid {
  display: flex;
  justify-content: space-between;
}
#contents.responsive .feature__grid__item--288 {
  flex: 0 0 288px;
}
#contents.responsive .feature__grid__item--349 {
  flex: 0 0 349px;
}
#contents.responsive .feature__grid__item--540 {
  flex: 0 0 540px;
}
#contents.responsive .feature__grid__item--630 {
  flex: 0 0 630px;
}
#contents.responsive .feature__grid__item--full {
  flex: 0 0 940px;
}
#contents.responsive .feature__grid .new {
  text-align: right;
}
#contents.responsive .feature__grid .new i {
  display: inline-block;
  margin-bottom: .5em;
  padding: .2em .75em;
  background: #e53123;
  border-radius: 1.5em;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
#contents.responsive .feature__grid + .feature__grid, #contents.responsive .feature__grid + .section__subtitle--h4 {
  margin-top: 50px;
}
#contents.responsive .feature__items {
  display: flex;
  justify-content: space-between;
}
#contents.responsive .feature__items li {
  flex: 0 0 157px;
}
#contents.responsive .feature__items li p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
#contents.responsive .feature__table {
  margin-top: 10px;
  margin-bottom: 1em;
}
#contents.responsive .feature__table table {
  width: 100%;
}
#contents.responsive .feature__table th, #contents.responsive .feature__table td {
  border: solid 1px #d0d0d0;
  vertical-align: top;
}
#contents.responsive .feature__table th {
  padding: 1em 2em;
  background: #f2f4f4;
  white-space: nowrap;
}
#contents.responsive .feature__table td {
  padding: 1em;
  background: #fff;
}
#contents.responsive .feature__table td dt span {
  display: inline-block;
  margin-bottom: .75em;
  padding: .35em 1.5em;
  background: #e83015;
  border-radius: 2em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .feature__grid {
    display: block;
  }
  #contents.responsive .feature__grid > div + div {
    margin-top: 40px;
  }
  #contents.responsive .feature__grid__item--288 {
    padding: 0 30px;
  }
  #contents.responsive .feature__grid + .feature__grid, #contents.responsive .feature__grid + .section__subtitle--h4 {
    margin-top: 40px;
  }
  #contents.responsive .feature__items {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px -20px;
  }
  #contents.responsive .feature__items li {
    flex: 0 0 calc(50% - 40px);
    margin: 0 20px 20px;
  }
}

/* explanation
================================================== */
#contents.responsive .explanation__grid {
  display: flex;
}
#contents.responsive .explanation__grid__item--548 {
  flex: 0 0 548px;
}
#contents.responsive .explanation__grid__item--270 {
  box-sizing: border-box;
  flex: 0 0 270px;
  margin-left: 65px;
}
#contents.responsive .explanation__grid__item--270 > div {
  padding-left: 10px;
}
#contents.responsive .explanation__grid__item--270 ul {
  margin-top: 15px;
}
#contents.responsive .explanation__grid + .explanation__grid {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .explanation__grid {
    display: block;
  }
  #contents.responsive .explanation__grid > div + div {
    margin-top: 40px;
  }
  #contents.responsive .explanation__grid__item .taC {
    text-align: left;
  }
  #contents.responsive .explanation__grid__item--270 {
    margin-left: 0;
  }
  #contents.responsive .explanation__grid__item--270 > div {
    padding: 0;
  }
  #contents.responsive .explanation__grid__item--270 > div div {
    padding: 0 40px;
  }
  #contents.responsive .explanation__grid + .explanation__grid {
    margin-top: 40px;
  }
}

/* banners
================================================== */
#contents.responsive .banners__list {
  display: flex;
  justify-content: center;
}
#contents.responsive .banners__list li {
  flex: 0 0 460px;
}
#contents.responsive .banners__list li + li {
  margin-left: 40px;
}
#contents.responsive .banners__list a {
  display: block;
}
#contents.responsive .banners__title {
  margin: 50px 0 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .banners__list {
    display: block;
  }
  #contents.responsive .banners__list li + li {
    margin: 30px 0 0 0;
  }
  #contents.responsive .banners__title {
    margin: 30px 0 10px;
  }
}

/* tabGroup
================================================== */
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #tabGroup {
    width: 960px;
    margin: 0 auto;
  }
  #tabGroup .tabNav {
    width: 100%;
    height: 195px;
    margin-top: 45px;
  }
  #tabGroup .tabNav .tab {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #tabGroup .tabNav .tab li {
    float: left;
    width: calc(100% / 3);
    height: 62px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 2px 2px;
    box-sizing: border-box;
  }
  #tabGroup .tabNav .tab li.tnavFull {
    width: 100%;
    position: relative;
  }
  #tabGroup .tabNav .tab li.tnavHalf {
    width: 50%;
    position: relative;
    box-sizing: border-box;
  }
  #tabGroup .tabNav .tab a:hover {
    opacity: .7;
  }
}
@media only screen and (max-width: 767px) {
  #tabGroup .tabNav ul li {
    float: left;
    width: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 2px 2px;
    box-sizing: border-box;
  }
  #tabGroup .tabNav ul li.tnavFull {
    width: 100%;
    position: relative;
  }
}
/*===================================================================
	product
===================================================================*/
#contents.responsive .productSection {
  margin-top: 25px;
  width: 960px;
  margin: 0 auto;
}
#contents.responsive .tgProductList {
  display: flex;
  flex-wrap: wrap;
}
#contents.responsive .tgProductList li {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0 0 .25em 10px;
  border-left: 1px solid #cccccc;
}
#contents.responsive .subtitle {
  margin-bottom: 30px;
  font-size: 121%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  background: #F4F4F4;
  font-weight: bold;
}
#contents.responsive .ptopic {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px #ccc solid;
}
#contents.responsive .featureTable {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
#contents.responsive .featureTable th, #contents.responsive .featureTable td {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 5px 15px;
}
#contents.responsive .featureTable th {
  background: #fafafa;
}
#contents.responsive .tgProductList + .ptopic {
  margin-top: 40px;
}
#contents.responsive .featureTable + .subtitle {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .productSection {
    width: auto;
    padding: 0 15px;
  }
  #contents.responsive .tgProductList li {
    flex: 0 0 50%;
  }
}
