@charset "UTF-8";
* {
  word-break: normal;
}

/*製品紹介*/
.p-product2 .l-section__1 {
  background: #e7e5e5;
}

.p-product2 .l-section__1 .l-section__inner {
  max-width: 1000px;
}

.p-product2 .l-section__1 ul li {
  display: flex;
  padding-bottom: 70px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-product2 .l-section__1 ul li {
    display: block;
    margin-bottom: 30px;
  }
}

.p-product2 .l-section__1 ul li div.-pic {
  width: 410px;
}

@media screen and (max-width: 799px) {
  .p-product2 .l-section__1 ul li div.-pic {
    width: 100%;
    text-align: center !important;
  }
}

.p-product2 .l-section__1 ul li div.-text {
  width: 560px;
}

@media screen and (max-width: 799px) {
  .p-product2 .l-section__1 ul li div.-text {
    width: 100%;
  }
}

.p-product2 .l-section__1 ul li div.-text h3 {
  margin: 10px 0 30px 0;
  font-weight: bold;
  font-size: 22px;
  border-bottom: solid #284ca9 1px;
}

.p-product2 .l-section__1 ul li div.-text h3 span {
  font-size: 16px;
}

.p-product2 .l-section__1 ul li div.-text h4 {
  font-weight: bold;
  color: #007eb1;
  margin: 20px 0 10px;
}

.p-product2 .l-section__1 ul li div.-text p {
  font-size: 14px;
  line-height: 1.6;
}

.p-product2 .l-section__1 ul li div.-text p.list-text {
  font-size: 18px;
}

.p-product2 .l-section__1 ul li div.-text .-btn a {
  margin: 0;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 799px) {
  .p-product2 .l-section__1 ul li div.-text .-btn a {
    margin: 0 auto;
  }
}

@media screen and (min-width: 800px) {
  .p-product2 .l-section__1 ul li:nth-child(2n) .-pic {
    order: 2;
  }
  .p-product2 .l-section__1 ul li:nth-child(2n) .text {
    order: 1;
  }
}

.p-product2 .l-footer {
  margin-top: 0 !important;
}

.p-registlogin .headline3 span {
  border-top: solid #284ca9 1px;
}

.p-registlogin .l-section__1 {
  background: #e7e5e5;
}

.p-registlogin .l-section__1 div.login-box div {
  width: 830px;
  margin: 0 auto;
  border-radius: 5px;
  background: #fff;
  padding: 15px 0;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.login-box div {
    width: 100%;
  }
}

.p-registlogin .l-section__1 div.login-box div > p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.p-registlogin .l-section__1 div.login-box div dl {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.login-box div dl {
    display: block;
  }
}

.p-registlogin .l-section__1 div.login-box div dl dt {
  font-weight: bold;
  color: #007eb1;
  margin: 0 10px;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.login-box div dl dt {
    max-width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.login-box div dl dd {
    width: 100%;
    padding: 10px;
  }
}

.p-registlogin .l-section__1 div.login-box div dl dd input {
  border: none;
  background: #e5e5e5;
  width: 550px;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 10px;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.login-box div dl dd input {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

.p-registlogin .l-section__1 div.login-box div p input.-btn {
  background: #fff;
  border: solid #284ca9 1px;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  position: relative;
  transition-duration: 0.8s;
}

.p-registlogin .l-section__1 div.login-box div p input.-btn:hover {
  background: #284ca9;
  border: solid #284ca9 1px;
  color: #fff;
  cursor: pointer;
}

.p-registlogin .l-section__1 div.regist-box {
  padding-bottom: 70px;
}

.p-registlogin .l-section__1 div.regist-box .headline3 {
  width: 50%;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.regist-box .headline3 {
    width: 100%;
  }
}

.p-registlogin .l-section__1 div.regist-box div form dl {
  max-width: 830px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 10px;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.regist-box div form dl {
    width: 100%;
    display: block;
  }
}

.p-registlogin .l-section__1 div.regist-box div form dl dt {
  width: 35%;
  border-bottom: dotted 1px #284ca9;
  border-right: solid 1px #284ca9;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #007eb1;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.regist-box div form dl dt {
    width: 100%;
    border: none;
    padding: 20px 10px 5px 10px;
  }
}

.p-registlogin .l-section__1 div.regist-box div form dl dt span {
  padding: 5px 10px;
  border-radius: 5px;
  background: #284ca9;
  color: #fff;
}

.p-registlogin .l-section__1 div.regist-box div form dl dt:last-of-type {
  border-bottom: none;
}

.p-registlogin .l-section__1 div.regist-box div form dl dd {
  width: 65%;
  border-bottom: dotted 1px #284ca9;
  padding: 10px 20px;
}

@media screen and (max-width: 799px) {
  .p-registlogin .l-section__1 div.regist-box div form dl dd {
    width: 100%;
    padding: 5px 10px 20px 10px;
  }
}

.p-registlogin .l-section__1 div.regist-box div form dl dd input {
  border-radius: 5px;
  width: 100%;
  border: none;
  padding: 5px 10px;
}

.p-registlogin .l-section__1 div.regist-box div form dl dd:last-of-type {
  border-bottom: none;
}

.p-registlogin .l-section__1 div.regist-box div form p input.-btn {
  background: #fff;
  border: solid #284ca9 1px;
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;
  transition-duration: 0.8s;
}

.p-registlogin .l-section__1 div.regist-box div form p input.-btn:hover {
  background: #284ca9;
  border: solid #284ca9 1px;
  color: #fff;
  cursor: pointer;
}

.p-registlogin .l-footer {
  margin-top: 0 !important;
}

.p-registcon {
  background: #e7e5e5;
}

.p-registcon .headline3 span {
  border-top: solid #284ca9 1px;
}

.p-registcon .l-section__1 {
  background: #e7e5e5;
}

.p-registcon .l-section__1 div.regist-box {
  padding-bottom: 70px;
}

.p-registcon .l-section__1 div.regist-box .headline3 {
  width: 50%;
}

@media screen and (max-width: 799px) {
  .p-registcon .l-section__1 div.regist-box .headline3 {
    width: 100%;
  }
}

.p-registcon .l-section__1 div.regist-box div form dl {
  max-width: 830px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 10px;
}

@media screen and (max-width: 799px) {
  .p-registcon .l-section__1 div.regist-box div form dl {
    width: 100%;
    display: block;
  }
}

.p-registcon .l-section__1 div.regist-box div form dl dt {
  width: 35%;
  border-bottom: dotted 1px #284ca9;
  border-right: solid 1px #284ca9;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #007eb1;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  .p-registcon .l-section__1 div.regist-box div form dl dt {
    width: 100%;
    border: none;
    padding: 20px 10px 5px 10px;
  }
}

.p-registcon .l-section__1 div.regist-box div form dl dt span {
  padding: 5px 10px;
  border-radius: 5px;
  background: #284ca9;
  color: #fff;
}

.p-registcon .l-section__1 div.regist-box div form dl dt:last-of-type {
  border-bottom: none;
}

.p-registcon .l-section__1 div.regist-box div form dl dd {
  width: 65%;
  border-bottom: dotted 1px #284ca9;
  padding: 10px 20px;
}

@media screen and (max-width: 799px) {
  .p-registcon .l-section__1 div.regist-box div form dl dd {
    width: 100%;
    padding: 5px 10px 20px 10px;
  }
}

.p-registcon .l-section__1 div.regist-box div form dl dd input {
  border-radius: 5px;
  width: 100%;
  border: none;
  padding: 5px 10px;
}

.p-registcon .l-section__1 div.regist-box div form dl dd:last-of-type {
  border-bottom: none;
}

.p-registcon .l-section__1 div.regist-box div form p input.-btn {
  background: #fff;
  border: solid #284ca9 1px;
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  position: relative;
  transition-duration: 0.8s;
}

.p-registcon .l-section__1 div.regist-box div form p input.-btn:hover {
  background: #284ca9;
  border: solid #284ca9 1px;
  color: #fff;
  cursor: pointer;
}

.p-registcon .l-section__1 div.regist-box h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-registcon .l-section__1 div.regist-box .regist-logo {
  margin-top: 40px;
}

.p-registcon .l-footer {
  margin-top: 0 !important;
}

/* ログインID登録完了 */
.p-product2 .regist-success span {
  color: #0000FF;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  max-width: 500px;
  text-align: center;
  padding: 20px 0;
  border: solid 1px #0000FF;
  background: #fff;
  margin: 20px auto;
}

.p-product2 .regist-error {
  color: #FF0000;
  display: block;
  font-size: 0.85em;
  max-width: 500px;
  text-align: center;
  padding: 20px 0;
  border: solid 1px #FF0000;
  background: #fff;
  margin: 20px auto;
}

/* ログインID */
