@charset "utf-8";

/* ------------------------------------------------------------

  main

------------------------------------------------------------ */

main header {
  margin-bottom: 8em;
  padding-top: 5em;
  border: 0;
  text-align: center;
}

main header h2 {
  width: 100%;
  max-width: 96em;
  margin: 0 auto 8em auto;
  font-size: 1em;
  line-height: 1;
}

main header p {
  margin-bottom: 1.6666em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.7777;
  text-align: center;
}

main header ul {
  margin-bottom: 3em;
}

main header ul li {
  font-size: 1.4em;
  line-height: 1.7857;
}

main header a span:first-child {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.5;
  vertical-align: middle;
}

main header a .mdi-arrow-right {
  display: inline-block;
  margin-left: .3571em;
  vertical-align: middle;
}

main header a .mdi-arrow-right:before {
  font-size: 21px;
}

main img {
  width: 100%;
}

main a {
  font-weight: 700;
}

main br.sp-only {
  display: none;
}

/* ------------------------------------------------------------

  .device-sp main

------------------------------------------------------------ */

.device-sp main {
  padding: 0 2.5em;
  font-weight: normal;
}

@media (max-width: 767px) {

  .device-sp main {
    padding: 0 1em;
  }

  .device-sp main header {
    margin-bottom: 6em;
    padding-top: 4em;
    text-align: left;
  }

  .device-sp main header h2 {
    margin: 0 0 4em 0;
  }

  .device-sp main header p {
    text-align: left;
  }

  .device-sp main header a span:first-child,
  .device-sp main header a .mdi-arrow-right {
    vertical-align: text-bottom;
  }

  .device-sp main header br {
    display: none;
  }

  .device-sp main br.sp-only {
    display: block;
  }

}

/* ------------------------------------------------------------

  main .item-specific

------------------------------------------------------------ */

main .item-specific {
  margin-bottom: 8em;
}

main .item-specific section {
  width: 100%;
  max-width: 96em;
  margin: 0 auto 5em auto;
  padding-bottom: 5em;
  border-bottom: .5em solid #E5E5E5;
}

main .item-specific section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

main .item-specific section:after {
  content: "";
  display: block;
  clear: both;
}

main .item-specific section > div {
  float: right;
  /* width: 52em; */
  width: 54.1666%;
}

main .item-specific section > div h3 {
  margin-bottom: 1.5em;
}

main .item-specific section > div h3:before {
  content: "";
  display: inline-block;
  width: 6.4em;
  height: 7em;
  margin-right: 1.8em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

main .item-specific section:nth-of-type(1) > div h3:before {
  background-image: url(/store/techo/2018/images/benefit/ico_01.svg);
}

main .item-specific section:nth-of-type(2) > div h3:before {
  background-image: url(/store/techo/2018/images/benefit/ico_02.svg);
}

main .item-specific section:nth-of-type(3) > div h3:before {
  background-image: url(/store/techo/2018/images/benefit/ico_03.svg);
}

main .item-specific section > div h3 span {
  display: inline-block;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.3333;
  vertical-align: middle;
}

main .item-specific section > div > p {
  margin-bottom: 1.1111em;
  font-size: 1.6em;
  line-height: 1.75;
}

/* --------------------------------------------------------- */

main .item-specific section > div .coverage {
  margin-bottom: 1em;
}

main .item-specific section > div .coverage h4 {
  font-size: 1.6em;
  line-height: 1.75;
}

main .item-specific section > div .coverage h4 + span {
  display: inline-block;
  margin-bottom: .1428em;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 2;
}

main .item-specific section > div .coverage h4 + ul {
  margin-top: .3em;
}

main .item-specific section > div .coverage ul:after {
  content: "";
  display: block;
  clear: both;
}

main .item-specific section > div .coverage ul li {
  display: inline-block;
  float: left;
  margin: 0 .5em 1em 0;
  padding: .6em 1.2em;
  border-radius: .4em;
}

main .item-specific section > div .coverage ul li:last-child {
  margin-right: 0;
}

main .item-specific section > div .coverage ul .original {
  background-color: #5C2849;
}

main .item-specific section > div .coverage ul .cousin {
  background-color: #EA4863;
}

main .item-specific section > div .coverage ul .avec {
  background-color: #F26444;
}

main .item-specific section > div .coverage ul .planner {
  background-color: #A53E5C;
}

main .item-specific section > div .coverage ul .weeks {
  background-color: #1FCCC9;
}

main .item-specific section > div .coverage ul li span {
  color: #FFF;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.7857;
}

main .item-specific section > div .coverage ul + p {
  margin-top: .7142em;
  font-size: 1.4em;
  line-height: 1.7857;
}

main .item-specific section > div .coverage ul + p > span {
  display: block;
}

/* --------------------------------------------------------- */

main .item-specific section > div .data {
  width: 30em;
  display: inline-block;
  margin-bottom: 4em;
  border-top: .1em solid #E5E5E5;
  letter-spacing: 0;
}

main .item-specific section > div .data dt,
main .item-specific section > div .data dd {
  padding: .1em 0;
}

main .item-specific section > div .data dt span,
main .item-specific section > div .data dd span {
  font-size: 1.4em;
  line-height: 1.6428;
}

main .item-specific section > div .data dt {
  position: absolute;
}

main .item-specific section > div .data dt span {
  font-weight: 700;
}

main .item-specific section > div .data dd {
  padding-left: 8.5em;
  /*padding-right: 1em;*/
  border-bottom: .1em solid #E5E5E5;
}

/* --------------------------------------------------------- */

main .item-specific section > div .drawer-box {
  margin-bottom: .5em;
}

main .item-specific section > div .drawer-box:nth-last-of-type(1) {
  margin-bottom: 4em;
}

main .item-specific section > div .drawer-box dt {
  cursor: pointer;
}

main .item-specific section > div .drawer-box dt span {
  display: inline-block;
  vertical-align: middle;
}

main .item-specific section > div .drawer-box dt span:first-child:before {
  -ms-transition: -ms-transform .3s;
  -moz-transition: -moz-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

main .item-specific section > div .drawer-box.is-open dt span:first-child:before {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

main .item-specific section > div .drawer-box dt span:last-child {
  margin-left: .3125em;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

main .item-specific section > div .drawer-box dd {
  overflow: hidden;
  height: 0;
  -ms-transition: height .3s;
  -moz-transition: height .3s;
  -webkit-transition: height .3s;
  transition: height .3s;
}

main .item-specific section > div .drawer-box dd p {
  padding: 1.0714em 0 2.5em 0;
  font-size: 1.4em;
  line-height: 1.5;
}

main .item-specific section > div .drawer-box:nth-last-of-type(1) dd p {
  padding-bottom: 0;
}

/* --------------------------------------------------------- */

main .item-specific section > div .note:after {
  content: "";
  display: block;
  clear: both;
}

main .item-specific section > div .note img {
  float: left;
  width: 7.2em;
  margin: .3em 1em 0 0;
  border-radius: .4em;
}

main .item-specific section > div .note p {
  font-size: 1.2em;
  line-height: 1.5;
}

/* --------------------------------------------------------- */

main .item-specific section > ul:before,
main .item-specific section > ul:after {
  content: "";
  display: table;
}
main .item-specific section > ul:after {
  clear: both;
}

main .item-specific section > ul {
  float: left;
  /* width: 40em; */
  width: 41.6666%;
}

main .item-specific section > ul li {
  margin-bottom: .5em;
}

main .item-specific section > ul li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------

  .device-sp main .item-specific

------------------------------------------------------------ */

.device-sp main .item-specific section > div p a {
  display: inline;
}

.device-sp main .item-specific section > div p br {
  display: none;
}

@media (max-width: 767px) {

  .device-sp main .item-specific {
    margin-bottom: 6em;
  }

  .device-sp main .item-specific section {
    margin: 0 0 4em 0;
    padding-bottom: 4em;
  }

  .device-sp main .item-specific section:last-child {
    margin: 0;
    padding-bottom: 0;
  }

  .device-sp main .item-specific section > div {
    float: none;
    width: 100%;
    margin: 0;
  }

  .device-sp main .item-specific section > div h3:before {
    width: 5.3em;
    height: 5.7em;
    margin-right: 1.6em;
  }

  .device-sp main .item-specific section > div h3 span {
    font-size: 2.4em;
    line-height: 1.4166;
  }

  /* --------------------------------------------------------- */

  .device-sp main .item-specific section > div .coverage {
    margin-bottom: 1.5em;
  }

  .device-sp main .item-specific section:nth-of-type(3) > div .coverage {
    margin-bottom: 3em;
  }

  /* --------------------------------------------------------- */

  .device-sp main .item-specific section > div .data {
    display: block;
    margin-bottom: 3em;
  }

  /* --------------------------------------------------------- */

  .device-sp main .item-specific section > div .drawer-box:nth-last-of-type(1) {
    margin-bottom: 3em;
  }

  .device-sp main .item-specific section > div .drawer-box dt span {
    vertical-align: text-top;
  }

  .device-sp main .item-specific section > div .drawer-box dd p {
    padding: 1.0714em 0 1.7857em 0;
  }

  .device-sp main .item-specific section > div .drawer-box:nth-last-of-type(1) dd p {
    padding-bottom: 0;
  }

  /* --------------------------------------------------------- */

  .device-sp main .item-specific section > ul {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }

}

/* ------------------------------------------------------------

  main .comparison-table
  .item-type_*

------------------------------------------------------------ */

main .comparison-table section {
  width: 100%;
  max-width: 96em;
  margin: 0 auto 8em auto;
}

main .comparison-table #benefit2017 {
  padding-top: 3em;
  margin-top: -3em;
}

main .comparison-table section h3 {
  margin-bottom: 4.5em;
  padding: 1em 0 .8em 0;
  border-radius: .6em;
  background-color: #55ACEE;
  text-align: center;
}

main .comparison-table section h4 {
  margin-bottom: 1em;
}

main .comparison-table section h3 span,
main .comparison-table section h4 span {
  font-size: 2em;
  line-height: 1.3;
}

main .comparison-table section h3 span {
  color: #FFF;
}

main .comparison-table section > p,
main .comparison-table section > a {
  font-size: 1.6em;
  line-height: 1.75;
}

main .comparison-table section > p {
  margin-bottom: .9375em;
}

main .comparison-table section > a {
  display: inline-block;
  margin-bottom: 1.875em;
}

/* --------------------------------------------------------- */

main .comparison-table section .items {
  margin-bottom: 4.5em;
}

main .comparison-table section .items:after {
  content: "";
  display: block;
  clear: both;
}

main .comparison-table section .items li {
  float: left;
  /*
  width: 17.2em;
  margin-right: 2.5em;
  */
  width: 17.9166%;
  margin-right: 2.6041%;
}

main .comparison-table section .items li:last-child {
  margin-right: 0;
}

/* --------------------------------------------------------- */

div[class^="item-type_"] {
  position: relative;
  /*
  width: 17.2em;
  min-height: 11.4em;
  */
  width: 100%;
  background: #FFF;
}

.item-type_z {
  border: 2px solid #CCC;
  border-radius: 4px;
  text-align: center;
}

div[class^="item-type_"]:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 19px;
  height: 19px;
  padding-top: 2px;
  border-radius: 4px;
  color: #FFF;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.item-type_a:before {
  content: "A" !important;
  background-color: #EA4863;
}

.item-type_b:before {
  content: "B" !important;
  background-color: #F80;
}

.item-type_c:before {
  content: "C" !important;
  background-color: #8CC855;
}

.item-type_d:before {
  content: "D" !important;
  background-color: #00B9F0;
}

.item-type_e:before {
  content: "E" !important;
  background-color: #F80;
}

.item-type_f:before {
  content: "F" !important;
  background-color: #00B9F0;
}

.item-type_z:before {
  content: "-" !important;
  padding-top: 0 !important;
  border: 2px solid #CCC;
  background-color: #FFF;
  color: #000 !important;
  line-height: .9 !important;
}

.item-type_z:after {
  content: "";
  display: inline-block;
  /* height: 11.2em; */
  padding-top: 66.279%;
  vertical-align: middle;
}

div[class^="item-type_"].fl {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.2em;
  border: 2px solid #CCC;
  border-radius: .6em;
  z-index: 100;
}

div[class^="item-type_"] img {
  width: 100%;
  border-radius: .6em;
}

div[class^="item-type_"].fl img {
  border-radius: .6em .6em 0 0;
}

div[class^="item-type_"] span {
  display: inline-block;
  padding: .6em 0 0 0;
  font-size: 1.2em;
  line-height: 1.5;
}

.item-type_z span {
  padding: 0 !important;
  color: #B2B2B2;
  vertical-align: middle;
}

div[class^="item-type_"].fl span {
  padding: .6em .8em .4em .8em;
}

/* --------------------------------------------------------- */

main .comparison-table section table {
  width: 100%;
  margin-bottom: 5em;
  border-top: .1em solid #CCC;
  border-left: .1em solid #CCC;
}

main .comparison-table section table:last-child {
  margin-bottom: 0;
}

main .comparison-table section table thead tr th {
  padding: 1em;
  border-bottom: .1em solid #CCC;
  border-right: .1em solid #FFF;
  background-color: #CCC;
  word-break: break-all;
  /* word-wrap: break-word; */
}

main .comparison-table section table thead tr th:last-child {
  border-right: .1em solid #CCC;
}

main .comparison-table section table thead tr th span {
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.2857;
}

main .comparison-table section table tbody tr td {
  padding: 1em;
  border-bottom: .1em solid #CCC;
  border-right: .1em solid #CCC;
  word-break: break-all;
  /* word-wrap: break-word; */
}

main .comparison-table section table tbody tr .is-active {
  background-color: #F2F2F2;
}

main .comparison-table section table tbody tr td span {
  font-size: 1.4em;
  line-height: 1.2857;
}

main .comparison-table section table tbody tr td i {
  display: block;
  width: 2.1em;
  height: 2.1em;
  margin: 0 auto;
}

main .comparison-table section table tbody tr td i:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  padding-top: 2px;
  border-radius: 4px;
  color: #FFF;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

main .comparison-table section table tbody tr td .icon-type_a:before {
  content: "A";
  background-color: #EA4863;
}

main .comparison-table section table tbody tr td .icon-type_b:before {
  content: "B";
  background-color: #F80;
}

main .comparison-table section table tbody tr td .icon-type_c:before {
  content: "C";
  background-color: #8CC855;
}

main .comparison-table section table tbody tr td .icon-type_d:before {
  content: "D";
  background-color: #00B9F0;
}

main .comparison-table section table tbody tr td .icon-type_e:before {
  content: "E";
  background-color: #F80;
}

main .comparison-table section table tbody tr td .icon-type_f:before {
  content: "F";
  background-color: #00B9F0;
}

main .comparison-table section table tbody tr td .icon-type_z:before {
  content: "-";
  background-color: transparent;
  color: #8C8C8C;
  line-height: .9;
}

/* ------------------------------------------------------------

  .device-sp main .comparison-table
  .device-sp .item-type_*

------------------------------------------------------------ */

@media (max-width: 767px) {

  .device-sp main .comparison-table section {
    margin: 0 0 6em 0;
  }

  .device-sp main .comparison-table section h3 {
    margin-bottom: 3em;
  }

  .device-sp main .comparison-table section h4 span {
    font-size: 2em;
    line-height: 1;
  }

  .device-sp main .comparison-table section > a {
    margin-bottom: 1.7857em;
    font-size: 1.4em;
    line-height: 1.75;
  }

  /* --------------------------------------------------------- */

  .device-sp main .comparison-table section .items {
    margin-bottom: 0;
  }

  .device-sp main .comparison-table section .items li {
    width: 47.3333%;
    margin: 0 5% 3em 0;
  }

  .device-sp main .comparison-table section .items li:nth-of-type(even),
  .device-sp main .comparison-table section .items li:last-child {
    margin-right: 0;
  }

  /* --------------------------------------------------------- */

  .device-sp div[class^="item-type_"] {
    font-weight: normal;
  }

  /* --------------------------------------------------------- */

  .device-sp main .comparison-table section table {
    margin-bottom: 4em;
  }

  .device-sp main .comparison-table section h3 span {
    letter-spacing: -.025em;
  }

}

@media screen and (max-width: 479px) {
  .device-sp main .item-specific section > ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .device-sp main .item-specific section > ul li + li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .device-sp main .item-specific section > ul li {
    float: left;
    width: calc(50% - 2.5px);
    margin-bottom: 0;
  }
  .device-sp main .item-specific section > ul li + li {
    float: right;
  }
}







h4 + p a.btn-permeate > span {
  display: inline-block;
  vertical-align: middle;
}
.device-sp h4 + p a.btn-permeate > span:first-of-type {
  width: calc(100% - 24px);
}
.device-sp h4 + p a.btn-permeate > span[class*="mdi-"] {
  line-height: 1;
}
.device-sp h4 + p a.btn-permeate > span[class*="mdi-"]::before {
  display: inline-block;
}


