@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: .5rem; }

h1 {
  font-size: 1.6rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1.0rem; }

p, dt, dd, li, pre, address, th, td {
  font-size: 1.4rem; }

.hide-txt {
  visibility: hidden; }

p.sub_h {
  font-weight: bold;
  font-size: 1.4rem; }

@media screen and (min-width: 576px) {
  h1 {
    font-size: 2.2rem; }
  h2 {
    font-size: 1.9rem; }
  h3 {
    font-size: 1.6rem; }
  h4 {
    font-size: 1.4rem; }
  h5 {
    font-size: 1.2rem; }
  h6 {
    font-size: 1.0rem; }
  p.sub_h {
    font-size: 1.6rem; } }

@media screen and (min-width: 992px) {
  h1 {
    font-size: 3.0rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.2rem; }
  h4 {
    font-size: 1.8rem; }
  h5 {
    font-size: 1.5rem; }
  h6 {
    font-size: 1.0rem; }
  p.sub_h {
    font-size: 2.2rem; } }

.nWrap {
  white-space: nowrap; }

.pair {
  overflow: hidden; }

body {
  background: white;
  min-height: 100vh;
  position: relative;
  padding-bottom: 110px; }

/* table */
table.spec {
  margin-right: auto;
  margin-left: auto; }
  table.spec caption {
    caption-side: top;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center; }
  table.spec thead {
    background: navy;
    color: snow; }
  table.spec tbody {
    background: lightsteelblue; }
    table.spec tbody tr.evenrow {
      background: aliceblue; }
  table.spec th, table.spec td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    min-width: 5rem; }

table.borderset {
  border: 1px solid gray; }
  table.borderset td {
    border-left: 1px solid gray;
    border-right: 1px solid gray; }

#navSetting {
  width: 100%; }
  #navSetting a.inNaviTopItem {
    font-size: 1.4rem !important;
    height: 100% !important; }
  #navSetting .nav-link.inNaviTopItem {
    text-align: left;
    border: #81a9e1 1px solid;
    border-radius: 5px;
    color: white; }
    @media screen and (min-width: 992px) {
      #navSetting .nav-link.inNaviTopItem {
        border-radius: 0.3rem;
        text-align: center;
        min-width: 100px; }
        #navSetting .nav-link.inNaviTopItem:hover {
          background: rgba(135, 206, 250, 0.2); } }

.navbar-bland #brandPrt {
  display: block;
  max-width: 300px;
  height: 35px;
  background-image: url("");
  /* urlのサンプル ../img/img_icon/inject_ws_textlogo300_35.svg */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden; }
  .navbar-bland #brandPrt h3 {
    /*			visibility:hidden; ロゴ表示の場合 テスト中はh3表示 */ }

footer {
  background: royalblue;
  color: white;
  height: 110px;
  position: absolute;
  bottom: 0; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.3rem; }
  #page-top a {
    background: #66a;
    text-decoration: none;
    color: white;
    text-align: center;
    width: 80px;
    height: 25px;
    display: block;
    border-radius: 5px; }
    #page-top a:hover {
      border: 2px gray solid;
      background: #99d; }

.tpSlogan {
  overflow: hidden;
  background: none; }
  .tpSlogan h1 {
    display: none;
    visivility: hidden; }

@incluede mq(sm) {
  .tpSlogan h1 {
    display: inline; } }
  .tpSlogan img.onlysm {
    display: block;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 576px) {
      .tpSlogan img.onlysm {
        display: none; } }
  @media screen and (min-width: 576px) {
    .tpSlogan {
      height: 332px;
      background: url("../img/img_bg/bg_tp_mtl540_332.jpg"); } }
  @media screen and (min-width: 768px) {
    .tpSlogan {
      height: 442px;
      background: url("../img/img_bg/bg_tp_mtl720_442.jpg"); } }
  @media screen and (min-width: 992px) {
    .tpSlogan {
      height: 589px;
      background: url("../img/img_bg/bg_tp_mtl960_589.jpg"); } }

.bg-preventPeel {
  background: lavenderblush; }

.bg-durabilityUp {
  background: papayawhip; }

.bg-keepWater {
  background: lightcyan; }

.bg-antiShock {
  background: honeydew; }

.slideSetting img {
  display: block; }

#n-prtB dl {
  overflow: auto;
  height: 150px;
  width: auto; }
  #n-prtB dl dt　 {
    color: royalblue;
    font-weight: bold;
    font-size: 90%;
    width: auto; }
  #n-prtB dl dd {
    color: #999;
    width: auto;
    padding-right: 1rem; }

#n-all dl {
  overflow: auto;
  height: 150px;
  width: auto; }
  #n-all dl .pair {
    border-bottom: solid 1px #dedede; }
  #n-all dl dt {
    color: royalblue;
    font-weight: bold;
    width: 9rem; }
    @media screen and (min-width: 768px) {
      #n-all dl dt {
        float: left; } }
  #n-all dl dd {
    margin-left: 2rem;
    color: #999; }
    @media screen and (min-width: 768px) {
      #n-all dl dd {
        margin-left: 10rem; } }

#mainPrt h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  border-bottom: 1px solid gray;
  border-left: 3px solid gray; }

#mainPrt h2 {
  margin: 1rem 1rem 3rem 0;
  border-bottom: 1px solid gray; }

#mainPrt h3 {
  margin: 3rem 1rem 3rem 0; }

#mainPrt h4 {
  margin: 2rem 1rem 2rem 0; }

#mainPrt p, #mainPrt ul {
  margin-left: 1em; }

#areaBtn {
  font-size: 1.2rem;
  letter-spacing: .2rem; }

.listMembers dl .pair {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 1rem; }

.listMembers dl a {
  background: lightcyan;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .listMembers dl a :hover {
    background: cyan; }

.listMembers dl div.setE {
  padding: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.listMembers dl dd.prefecture {
  font-size: .8rem;
  width: 6em;
  float: right;
  text-align: right;
  color: gray;
  margin: 0;
  padding: 0; }

.listMembers dl dt.companyName, .listMembers dl dd.companeyAddress {
  width: calc(100% - 7em); }

.listMembers dl dd.call {
  margin-top: .8rem;
  width: 12rem; }

.listMembers dl dd.zip {
  font-size: .8rem;
  text-align: right;
  color: gray;
  width: 6em;
  float: right;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 768px) {
  .listMembers dl .pair {
    border: none;
    border-radius: 0;
    margin: 1rem .3rem; }
  .listMembers dl div.setE {
    padding: 1rem 0.5rem;
    border-bottom: 1px #ddd solid; }
  .listMembers dl dd.prefecture {
    font-size: .8rem;
    width: 6em;
    float: right;
    text-align: right;
    color: gray;
    margin: 0;
    padding: 0; }
  .listMembers dl dt.companyName, .listMembers dl dd.companeyAddress {
    width: 25rem;
    float: left; }
  .listMembers dl dd.call {
    margin-top: 0;
    width: 10rem;
    float: left; }
  .listMembers dl dd.zip {
    display: none; } }

@media screen and (min-width: 992px) {
  .listMembers dl dt.companyName, .listMembers dl dd.companeyAddress {
    width: 28rem; }
  .listMembers dl dd.zip {
    text-align: center;
    width: 9rem;
    display: block;
    float: left;
    color: inherit;
    font-size: 1.4rem; } }

.listMembers p {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #aaa; }

#preventPeel, #durabilityUp, #keepWater, #antiShock {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 5rem;
  marginbottom-top: 0;
  marginbottom-bottom: 0; }
  @media screen and (max-width: 575px) {
    #preventPeel img, #durabilityUp img, #keepWater img, #antiShock img {
      width: 100%; }
      #preventPeel img.lmt240, #durabilityUp img.lmt240, #keepWater img.lmt240, #antiShock img.lmt240 {
        max-width: 240px; }
      #preventPeel img.lmt250, #durabilityUp img.lmt250, #keepWater img.lmt250, #antiShock img.lmt250 {
        max-width: 250px; } }

#preventPeel .hArtcl, #preventPeel .smlArtcl, #durabilityUp .hArtcl, #durabilityUp .smlArtcl, #keepWater .hArtcl, #keepWater .smlArtcl, #antiShock .hArtcl, #antiShock .smlArtcl {
  border: 3px solid;
  border-radius: 10px; }

#preventPeel {
  background: lavenderblush; }
  #preventPeel .hArtcl {
    border-color: pink; }
  #preventPeel .smlArtcl {
    border-color: palevioletred; }

#durabilityUp {
  background: papayawhip;
  /*custom text color*/ }
  #durabilityUp .hArtcl {
    border-color: orange; }
  #durabilityUp .smlArtcl {
    border-color: darkorange; }
  #durabilityUp .ctc-darkred {
    color: darkred; }

#keepWater {
  background: lightcyan; }
  #keepWater .hArtcl {
    border-color: paleturquoise; }
  #keepWater .smlArtcl {
    border-color: lightsteelblue; }

#antiShock {
  background: honeydew; }
  #antiShock .hArtcl {
    border-color: limegreen; }
  #antiShock .smlArtcl {
    border-color: darkgreen; }

.decLettersRight {
  text-align: right;
  font-size: 1.2rem;
  margin-right: 1rem;
  position: relative;
  top: -1rem;
  color: darkgray;
  color: darkgray; }

dl.featureProduct {
  background: #fff8;
  border: 2px #fffb solid;
  border-radius: 10px;
  overflow: hidden; }
  dl.featureProduct dt {
    background: #ccc;
    padding-left: 2rem;
    font-size: 1.3rem; }
  dl.featureProduct dd {
    background: #dedede;
    margin-bottom: 0;
    padding-left: 3rem;
    font-size: 1.3rem; }

.border_method {
  border: 2px solid royalblue; }

#privacyP {
  border: 1px solid gray;
  padding: 1rem;
  margin: 2rem 1rem; }

#thanks {
  padding-top: 100px;
  text-align: center; }

#sampleSite #mainPrt .tpBtn ul {
  margin: .5rem;
  padding: .5rem; }

#sampleSite #mainPrt .tpBtn li {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: .5rem; }

#sampleSite #mainPrt .paraFontSize1 p {
  font-size: 1rem; }

.articleSet {
  border-bottom: 1px solid gray;
  padding-bottom: 5rem;
  margin-bottom: 5rem; }
  .articleSet .contPrt {
    padding-left: 1rem;
    padding-right: 1rem; }
    .articleSet .contPrt article {
      padding: 15px;
      border-radius: 15px;
      background: lavender; }
    .articleSet .contPrt .reportPic {
      max-width: 400px;
      width: auto;
      margin-top: 2rem;
      margin-bottom: 4rem;
      margin-left: auto;
      margin-right: auto; }
      .articleSet .contPrt .reportPic figcaption h6 {
        text-align: center; }

.reportPic {
  max-width: 400px;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto; }
  .reportPic figcaption h6 {
    text-align: center; }
