header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15000;
}
p {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
#contents_ce {
  padding: 0;
}
#grayhairCont {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  background-color: #fff;
}
#grayhairCont .mv {
  margin: 0 auto;
}
#grayhairCont .mv img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#grayhairCont h2 {
  text-align: center;
  margin: 0 auto 40px;
}
#grayhairCont .wrap {
  margin: 0 auto;
  padding: 150px 0 0;
  width: 1100px;
}
#grayhairCont strong {
  font-weight: bold;
}
#grayhairCont .sec01 .wrap .mt {
  margin-top: 80px;
}
#grayhairCont .sec01 .wrap .point {
  background-color: #fff;
  border: solid 3px #ddd;
  width: 800px;
  text-align: center;
  margin: 40px auto;
  padding: 40px;
  border-radius: 10px;
}
#grayhairCont .sec01 .wrap .point ul {
  margin: 0 auto;
  text-align: left;
  width: 450px;
}
#grayhairCont .sec01 .wrap .point ul li {
  font-size: 20px;
  font-weight: bold;
  list-style: disc;
  line-height: 1;
  margin-bottom: 0.8em;
}
#grayhairCont .sec01 .wrap .point ul li:last-child {
  margin-bottom: 0;
}
#grayhairCont .sec02 .wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#grayhairCont .sec02 .wrap #slider {
  margin-right: 30px;
}
#grayhairCont .sec02 .wrap #slider div {
  width: 450px;
}
#grayhairCont .sec02 .wrap #slider .slick-slide {
  padding: 0;
}
#grayhairCont .sec02 .wrap #slider .slick-slide img {
  width: 100%;
  height: auto;
}
#grayhairCont .sec02 .wrap .txt {
  width: 680px;
  text-align: left;
  font-weight: bold;
  line-height: 2;
}
#grayhairCont .sec03 .wrap .txt {
  text-align: left;
  background-color: #fff;
  border: solid 3px #ddd;
  padding: 30px 40px;
  border-radius: 10px;
  line-height: 1.8;
}
#grayhairCont .sec03 .wrap .img {
  margin: 50px auto 100px;
}
#grayhairCont .sec04 .wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#grayhairCont .sec04 .wrap .flex .txtBox {
  width: 520px;
}
#grayhairCont .sec04 .wrap .flex .txtBox .point {
  background-color: #fff;
  border: solid 3px #ddd;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 40px;
}
#grayhairCont .sec04 .wrap .flex .txtBox .point ul {
  text-align: left;
  margin-left: 1em;
}
#grayhairCont .sec04 .wrap .flex .txtBox .point ul li {
  line-height: 1;
  margin-bottom: 0.6em;
  font-weight: bold;
  list-style: disc;
}
#grayhairCont .sec04 .wrap .flex .txtBox .point ul li:last-child {
  margin-bottom: 0;
}
#grayhairCont .sec04 .wrap .flex .txtBox .txt {
  text-align: left;
}
#grayhairCont .sec05 .wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#grayhairCont .sec05 .wrap .txtBox {
  text-align: left;
  margin-bottom: 50px;
}
#grayhairCont .sec05 .wrap .txtBox .txt {
  margin-left: 140px;
}
#grayhairCont .sec05 .wrap .voice {
  text-align: left;
  margin-bottom: 50px;
}
#grayhairCont .sec05 .wrap .voice .ttl {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  padding: 10px;
  background-color: #666;
}
#grayhairCont .sec05 .wrap .voice .voice01 {
  margin: 30px auto 30px 0;
  width: 80%;
  border: solid 2px #aaa;
  padding: 30px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.8;
}
#grayhairCont .sec05 .wrap .voice .voice02 {
  margin: 0 0 0 auto;
  width: 80%;
  background-color: #eee;
  padding: 30px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.8;
}
#grayhairCont .sec06 .wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#grayhairCont .sec06 .wrap .flex a {
  background-color: #eee;
  border: solid 3px #333;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  width: 48%;
  margin-bottom: 20px;
  padding: 20px;
  transition: 0.3s all;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#grayhairCont .sec06 .wrap .flex a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#grayhairCont .sec06 .wrap .flex a:hover {
  background-color: #333;
  color: #fff;
}
#grayhairCont .sec06 .wrap .flex a:hover::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
#grayhairCont .sec07 .wrap {
  padding: 150px 0;
}
#grayhairCont .sec07 .wrap .qBox {
  background-color: #fff;
  border: solid 3px #ddd;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#grayhairCont .sec07 .wrap .qBox:last-child {
  margin-bottom: 0;
}
#grayhairCont .sec07 .wrap .qBox .qTxt {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: left;
  margin-bottom: 20px;
}
#grayhairCont .sec07 .wrap .qBox .aTxt {
  line-height: 1.8rem;
  text-align: left;
}
