/* CSS Index

/// Category
=== Parts in Category
--- Detail (effect.....etc)
::: For Multi Device

*/
/* ======================================== font ======================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
/* ======================================== body ======================================== */
body {
  font-size: 14px;
  line-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.breadcrumb {
  height: 26px;
  margin-bottom: 24px;
  font-size: 0;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 0;
  font-size: 11px;
}
.breadcrumb li:before {
  content: " >";
  color: #000;
  padding: 0 5px;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li:nth-of-type(1):before {
  content: none;
}

#hp {
  margin-bottom: 50px;
}
#hp section {
  width: 100%;
}
#hp section:nth-of-type(1) ul {
  text-align: left;
  font-size: 17px;
  border-bottom: 1px solid #fa648c;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#hp section:nth-of-type(1) ul li {
  margin-top: 30px;
}
#hp section:nth-of-type(1) ul li:nth-of-type(1) {
  margin-top: 0;
  font-weight: bold;
}
#hp section:nth-of-type(1) ul li:nth-of-type(1) span {
  font-weight: bold;
}
#hp section:nth-of-type(1) ul li:nth-of-type(3) {
  font-weight: bold;
}
#hp section:nth-of-type(1) ul li:nth-of-type(3) span {
  font-weight: bold;
}
#hp section:nth-of-type(1) ul li:nth-of-type(4) {
  font-size: 14px;
  margin-top: 20px;
}
#hp section:nth-of-type(1) ul li:nth-of-type(2) img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
#hp section:nth-of-type(1) h1 img {
  display: block;
  width: 100%;
}
#hp section:nth-of-type(2) {
 margin-top: 30px;
}
#hp section:nth-of-type(2) h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
#hp section:nth-of-type(2) h2 span {
  font-weight: bold;
}
#hp section:nth-of-type(2) ul {
  margin-top: 30px;
}
#hp section:nth-of-type(2) ul li {
  text-align: center;
}
#hp section:nth-of-type(2) ul li img {
  width: 95%;
  margin: 0 auto;
}
#hp section:nth-of-type(2) ul li:nth-of-type(2) {
  margin-top: 10px;
}

@media screen and (min-width: 960px) {
  #hp section span {
    display: block;
    line-height: 170%;
  }
  #hp section:nth-of-type(1) ul {
    margin-top: -80px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #fa648c;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #hp section:nth-of-type(1) ul li:nth-of-type(1) {
    text-shadow: 0 0 30px #fff, 0 0 15px #fff, 0 0 10px #fff;
  }
  #hp section:nth-of-type(1) ul li:nth-of-type(2) {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    background: url(../../img/hp/hp_midashi.png) no-repeat;
    width: 947px;
    height: 70px;
  }
  #hp section:nth-of-type(1) ul li:nth-of-type(2) img {
    display: none;
  }
  #hp section:nth-of-type(2) h2 {
    font-size: 20px;
    text-align: center;
  }
  #hp section:nth-of-type(2) h2 span {
    display: block;
  }
/*
  #hp section:nth-of-type(2) ul {
    margin-top: 120px;
  }
*/
  #hp section:nth-of-type(2) ul li {
    text-align: center;
  }
  #hp section:nth-of-type(2) ul li:nth-of-type(1) {
    margin: 0 auto;
    display: block;
    background: url(../../img/hp/hp_point4.png) no-repeat;
    width: 812px;
    height: 86px;
  }
  #hp section:nth-of-type(2) ul li:nth-of-type(1) img {
    display: none;
  }
  #hp section:nth-of-type(2) ul li:nth-of-type(2) {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    background: url(../../img/hp/hp_point5.png) no-repeat;
    width: 887px;
    height: 75px;
  }
  #hp section:nth-of-type(2) ul li:nth-of-type(2) img {
    display: none;
  }
}
.hp_btn {
	text-align: center;
	margin: 40px auto;
}