@charset "UTF-8";

/* お問い合わせ、FAQ、プライバシーポリシーで使用 */

main p {
  padding: 15px 40px 35px 40px;
}


main p.lead_policy {
  font-size: 1.7rem;
  position: absolute;
  font-weight: 600;
  z-index: 501;
  top: -15px;
  left: 17%;
  text-align: center;
  border-bottom: 2px dotted #ccc;
  /* transform: rotate(-2deg); */
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
}



/* -----------------------------------
　以下、section .content
（よくあるご質問、お問い合わせのmainで使用）
----------------------------------　 */


.content {
  margin-top: 90px;
}

/* .content2 {
  margin-top: 50px;
  padding-top: 20px;
  border-top: #8098ce dotted 3px;
} */

/*  定義リスト */
dl.summ,
dl.summ2 {
  width: 100%;
  margin: 0 40px 10px;
}

dl.summ dt,
dl.summ2 dt {
  /* color: #0c162c; */
  font-weight: bold;
  font-size: 1.9rem;
  margin-top: 5px;
}

dl.summ2 {
  margin-top: 50px;
  border-top: #8098ce dotted 3px;
}

dl.summ2 dd span {
  font-size: 2rem;
}

form {
  margin-top: 50px;
  padding-top: 20px;

}

dl.summ dd,
dl.summ2 dd,
form p .material-icons {
  margin-left: 1.9rem;
  font-size: 2.6rem;
  color: #8098ce;
  text-shadow: 1px 1px 1px #0c063d;
  color: #8098ce;
  text-shadow: 1px 1px 1px #0b102b;
}

dl.summ dd .material-icons,
dl.summ2 dd .material-icons {
  font-size: 3rem;
}

dl.summ dd .alt {
  font-weight: normal;
  font-size: 1.6rem;
  color: #0c162c;
  text-shadow: none;
  line-height: 0.9;
}

dl.summ2 dd.alt2 {
  font-weight: normal;
  font-size: 1.5rem;
  color: #0c162c;
  text-shadow: none;
  line-height: 1.3;
  margin: 0 86px;
}

span.red {
  color: red;
}


/* ここからフォーム全体の見栄え*/
form {
  margin-left: 26px;
}

form dl.summ {
  width: 100%;
  margin-left: 16px;
}

form dl.form {
  padding: 0 0 10px 55px;
  display: flex;
  flex-wrap: wrap;
}

form dl.form dt {
  color: #0c162c;
  font-weight: 600;
  font-size: 1.6rem;
  width: 11em;
  margin: 35px 0 10px 15px;
}

form dl.form dd {
  width: calc(100% - 18em);
  margin: 36px 0 10px 20px;
  position: relative;
}

form dl.form dd.address {
  margin-left: 7rem;
}

form dl.form dd span {
  font-weight: bold;
}

form .pp img {
  width: 24px;
  height: auto;
}

form p.pp a:hover {
  text-shadow: 1px 1px 1px rgb(219, 167, 167);
}

/* form p.pp a:hover{
  text-shadow: 1px 1px 1px rgb(219, 167, 167);
}
form a.check-policy img:hover{
filter: drop-shadow(1px 1px 1px rgb(219, 167,167));
} */
::placeholder {
  color: #97a8b4;
  font-size: 1.4rem;
}

/* ここからフォームの各部品 */
input[type="text"],
input[type="tel"],
input[type="email"],
select {
  font-size: 1.8rem;
  height: 40px;
  width: 400px;
  border: 1px solid #c2c2c2;
  padding: 10px;
}

select {
  background: #fff;
}

input[type="radio"] {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  vertical-align: -4px;
}

input[type="radio"]:checked {
  background: #c2c2c2;
}

select {
  width: 200px;
}

textarea {
  font-size: 1.8rem;
  width: 400px;
  height: 350px;
  border: 1px solid #c2c2c2;
}

input[type="checkbox"] {
  height: 22px;
  width: 22px;
}

input[type="submit"] {
  font-family: inherit;
  font-size: 1.6rem;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 1px solid #0b102b;
  background: #e5ebf7;
  border-radius: 5px;
  margin: 0 0 30px 12em;
}

input[type="submit"]:hover {
  background: #ebf3ff;
}

/* 記事をアコーディオンメニューに格納する　：よくあるご質問 */
.acd-blk {
  width: 85%;
  background: #fff;
  margin: 0 auto;
}

details {
  margin: 10px 0;
}

summary {
  margin-left: -30px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 13px 0 13px 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.2s;
}

summary:hover {
  cursor: pointer;
  background-color: #fdfdfd;
}

details p {
  margin: 5px 0 5px 50px;
  color: #0b102b;
  background: #FFF;
  line-height: 1.5;
  font-size: 1.6rem;
}

/* 定義リスト：プライバシーポリシー */
dl.pp dt {
  font-weight: 600;
}

dl.pp dd {
  margin: 0 0 25px 20px;
}

/* THANKSページ */

#thanks main {
  margin-top: 200px;
  padding: 40px;
  z-index: -1;
  height: 300px;
}

#thanks main .content {
  margin-top: 23px;
  padding: 0 30px;
}

#thanks h2 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}

#thanks .acd-blk p {
  line-height: 1.9;
}

/* -----------------------------------
　以下、個々の製品のページ
----------------------------------　 */

main#product {
  margin: 140px auto -100px;
  padding: 0 0 0 30px;
}

.path {
  font-size: 90%;
}
.path span {
  letter-spacing: -0.2em;
}
.path p {
  border-bottom: 1px #bbb dotted;
  margin-right: 30px;
  padding-bottom: 0px;
  margin-bottom: 50px;
}

.path a:hover {
  text-shadow: 0 0 2px rgba(1, 55, 173, 0.95);
}

.product {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.product .left {
  width: 45%;
}

.product .left h2 {
  margin: -40px 0 17px 0;
}

.product .left ul {
  position: relative;
}

.product .left ul li {
  border-bottom: 1px dotted #cacaca;
  line-height: 2.5;
  margin-left: 0px;
  text-indent: 50px;
  padding-left: 3px;
}

.product .left ul li.zai:before {
  content: "線材：";
  top: 0px;
  left: -43px;
  position: absolute;
}

.product .left ul li.kei:before {
  content: "線径：";
  top: 40px;
  left: -43px;
  position: absolute;
}

.product .left p {
  padding: 10px 5px 35px 7px;
  text-align: justify;
}

.product .right {
  width: 50%;
}

.product .right img {
  border: 1px #cacaca solid;
  border-radius: 4px;
  padding: 7px;
  margin-top: -30px;
}
.product .left p a {
  display: inline-block;
  padding: 0px 4px;
  border: 1px #0c063d solid;
  border-radius: 3px;
}
.product .left p a:hover {
  text-shadow: 0 0 2px rgba(1, 55, 173, 0.95);
}


/* ------------------------------------------------------
　タブレット
------------------------------------------------------　 */
/* @media screen and (max-width: 768px) {
  body {
    background-color: #f10010;
  }
} */


/* ------------------------------------------------------
　スマホ
------------------------------------------------------　 */
@media screen and (max-width: 414px) {

  /* ----- 問い合わせ・FAQのページ */

  * {
    box-sizing: border-box;
  }

  header {
    height: 80px;
  }

  #kv {
    margin-top: 80px;
    margin-bottom: -10px;
  }

  main .inner {
    margin: 55px 0 10px 0;
    background: #fff;
  }

  main .inner section {
    margin-bottom: 70px;
    background: #fff;
  }

  main {
    padding: 80px 10px 0px 10px;
    margin-bottom: -100px;
  }

  main h1.double_inquire {
    padding-top: 85px;
  }

  main p {
    top: -120px;
    margin-left: -18%;
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  /* 　↓ .contentは、問い合わせ・FAQ・プライバシーで使用 */
  div.content {
    padding: 10px;
    border: none;
    margin: 20px auto 13px auto;
  }

  .content .summ dl {
    display: block;
  }

  .content form dl {
    display: block;
  }

  .content dl.summ dt,
  .content dl.summ2 dt {
    line-height: 1.2;
  }

  .content dl.summ dd,
  .content dl.summ2 dd,
  form p .material-icons {
    font-size: 2rem;
    margin: 0 0 20px 8%;
  }

  .content dl.summ,
  .content dl.summ2 {
    width: 85%;
    margin-left: 10px;
  }

  /* dl.summ2 dd.alt2 {
    font-size: 1.4rem;
    width: 75%;
    margin: 2px 2% 5px 12%;
  } */

  dl.summ2 dd span {
    font-size: 1.7rem;
  }

  dl.summ2 dd.alt2 {
    font-weight: normal;
    font-size: 1.4rem;
    color: #0c162c;
    text-shadow: none;
    line-height: 1.3;
    margin: 0 0 0 3%;
    width: 100%;
  }

  .content2 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: #8098ce dotted 3px;
  }


  form {
    margin: 0;
    padding: 5px;
    /* border-top: #2a2d36 dotted 2px; */
  }

  form dl.form {
    padding: 0 0 10px 5px;
    display: block;
  }

  form dl.form dt {
    margin: 35px 0 -20px 15px;
  }

  form dl.form dd {
    width: 100%;
    margin: 30px 0 -10px 12%;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select,
  textarea {
    width: 75%;
    border: 1px solid #c2c2c2;
  }

  input[type="submit"] {
    width: 75%;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-left: 13%;
  }

  /* --------　↓　よくあるご質問 */
  .acd-blk {
    width: 95%;
    margin-top: -76px;
  }

  details {
    margin: 10px 0;
  }

  summary {
    margin-left: 0;
    padding-left: 18px;
  }

  details p {
    width: 90%;
    padding: 0 5px 12px 10px;
    margin: 10px 10px 30px 30px;
    background: #fff;
  }

  /* --------　↓　プライバシーポリシー */
  dl.pp {
    margin-top: -50px;
  }


  /* THANKSページ */
  body#thanks {
    background: #fff;
  }

  #thanks main {
    margin-top: 70px;
    margin-bottom: 0;
    padding: 40px;
    z-index: -1;
    /* height: 300px; */
    border: none;
  }

  #thanks header h1 img {
    width: 55%;
    margin: 50px 0 0 10px;
  }

  #thanks .inner {
    width: 100%;
    margin-top: -15px;
    padding: 0;
    z-index: -1;
  }

  #thanks main .content {
    margin: 0;
    padding: 0;
  }

  #thanks h2 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
  }

  /* #thanks .acd-blk {
    padding-top: 50px;
  } */

  #thanks main p {
    padding: 50px 0 0 20%;
  }

  #thanks footer {
    position: fixed;
    bottom: 0;
    left: 0;
  }


  /* 　グローバルナビの上端2px調節　 */
  #header-nav ul.performance {
    top: -38px;
    left: 0;
  }

  /* 　個々のページ　 */

  main#product {
    margin: 30px auto -150px;
  }

  .path {
    margin: -14px 0 10px 5px;
  }

  .product {
    display: flex;
    flex-direction: column-reverse;
    width: 98%;
  }

  .product .left {
    display: block;
    width: 98%;
    /* background-image: url(../images/product_bg.jpg);
    background-repeat: repeat repeat; */
  }

  .product .path p {
    padding-left: 14%;
  }

  .product .left p {
    padding: 10px 3% 10px 68px;
  }

  .product .right {
    width: 80%;
    margin: -45px 0 60px 6%;
    background-image: url(../images/product_bg.jpg);
    background-repeat: repeat repeat;
  }





}