@charset "UTF-8";
/* -----------------------------------------------------------------------
## おむつの選び方ガイド ####################################################
----------------------------------------------------------------------- */
/* おむつの使い方ガイド（SP）
------------------------------------------------------------ */
#guide .tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 40px 0;
  padding: 0 4%;
}
#guide .tab__item {
  width: 44.7vw;
  height: 180px;
  z-index: 1;
}
#guide .tab__item:nth-child(n+3) {
  margin-top: 10px;
}
#guide .tab__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff url(../../img/guide/ic_arrow.png) center bottom 10px no-repeat;
  background-size: 13px auto;
  -webkit-box-shadow: 0 -2px #ccc inset;
  box-shadow: 0 -2px #ccc inset;
}
#guide .tab__link:hover {
  text-decoration: none;
}
#guide .tab__name {
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
}
#guide .tab__thumb {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}
#guide .guide {
  padding-bottom: 30px;
}
#guide .guide__wrapper {
  display: none;
  margin: 0 2.7%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}
#guide .guide__wrapper:first-of-type {
  display: block;
}
#guide .guide__title {
  width: 100%;
  padding: 13px 0;
  color: #fff;
  font-size: 1.7rem;
  line-height: 2.2rem;
  text-align: center;
  background-color: #5ba1e7;
}
#guide .guide__content {
  padding-bottom: 20px;
}
#guide .guide__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 84vw;
  padding: 0 4.5vw;
  margin: 0 auto;
}
#guide .guide__block:nth-child(n+2) {
  margin-top: 40px;
  border-top: 1px solid #ccc;
}
#guide .guide__item {
  width: 170px;
  margin: 0 auto;
  padding-top: 20px;
}
#guide .guide__item img {
  display: block;
  width: 170px;
}
#guide .guide__item .cmn-btn01 {
  margin-top: 10px;
}
#guide .guide__item .cmn-btn01 .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#guide .guide__item .cmn-btn01 .btn::after {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
#guide .use {
  width: 75vw;
}
#guide .use__title {
  margin-top: 29px;
  font-size: 1.8rem;
  line-height: 2.3rem;
}
#guide .use__readme {
  margin-top: 4px;
  color: #e79;
  font-size: 1.1rem;
}
#guide .use__attention {
  margin-top: 10px;
}
#guide .use__attention li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  height: 30px;
  border: 1px solid #e79;
  border-radius: 2px;
  color: #e79;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#guide .use__attention li:nth-child(n+2) {
  margin-top: 7px;
}
#guide .use__heading {
  width: 100%;
  padding: 20px 0 4px 0;
  color: #5ba1e7;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid #5ba1e7;
}
#guide .col2:nth-of-type(n+2) .use__heading {
  margin-top: 30px;
}

#guide .use__heading span {
  font-weight: normal;
  font-size: 1.4rem;
}
#guide .use__movie {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
#guide .use__movie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41vw;
  position: relative;
  display: block;
}
#guide .use__movie a:before {
  position: absolute;
  z-index: 100;
  content: "";
  background: url(../../img/guide/movie_icon.png) no-repeat center center;
  background-size: 100% auto;
  width: 50px;
  height: 35px;
  color: #fff;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25px, -18px);
  -ms-transform: translate(-25px, -18px);
  transform: translate(-25px, -18px);
}
#guide .use__movie a:after {
  position: absolute;
  z-index: 90;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#guide .use__img {
  width: 100%;
  margin-top: 20px;
}
#guide .use__img img {
  display: block;
}
#guide .use__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#guide .use__list li {
  margin-top: 20px;
}
#guide .use__list li:nth-child(n+3) {
  margin-top: 25px;
}
#guide .use__list p {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
#guide .use__list p small {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  margin-top: 5px;
  display: inline-block;
}
#guide .use .col1 {
  width: 33vw;
}
#guide .use .col1.is-even {
  width: 42vw;
}
#guide .use .col1.is-even img {
  width: 33vw;
  padding-left: 9vw;
  background: url(../../img/guide/ic_arrow_use.png) 2.5vw center no-repeat;
  background-size: 4vw auto;
}
#guide .use .col1.is-even p {
  width: 33vw;
  padding-left: 9vw;
}
#guide .use .col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#guide .use .col2 img {
  display: block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}
#guide .use .circled-number {
  position: relative;
  bottom: 1px;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: middle;
  background-color: #333;
}
#guide .use .color-rose {
  color: #c2007b;
}
#guide .use .color-rose .circled-number {
  background-color: #c2007b;
}
#guide .use .color-aqua {
  color: #009fe6;
}
#guide .use .color-aqua .circled-number {
  background-color: #009fe6;
}
#guide .use .color-pink {
  color: #e79;
}
#guide .use .color-red {
  color: #f00;
}
#guide .use .font-bold {
  font-weight: bold;
}
#guide .sp-inline {
  display: inline;
}
#guide .pc-inline {
  display: none;
}
#guide .youtube01 {
  background: url("http://img.youtube.com/vi/oNoGqqdO7FQ/sddefault.jpg") center center no-repeat;
  background-size: cover;
}
#guide .youtube02 {
  background: url("http://img.youtube.com/vi/5P48kT4xhvk/sddefault.jpg") center center no-repeat;
  background-size: cover;
}
#guide .youtube03 {
  background: url("http://img.youtube.com/vi/3m69bOQSNmo/sddefault.jpg") center center no-repeat;
  background-size: cover;
}
#guide .youtube04 {
  background: url("http://img.youtube.com/vi/QpKG53qBc4o/sddefault.jpg") center center no-repeat;
  background-size: cover;
}
#guide .youtube05 {
  background: url("http://img.youtube.com/vi/d_IA7sExymo/sddefault.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  /* おむつの使い方ガイド（PC）
  ------------------------------------------------------------ */
  #guide .tab__list {
    padding: 0;
    margin-bottom: 40px;
  }
  #guide .tab__item {
    width: 240px;
    height: 220px;
  }
  #guide .tab__item:first-child .tab__thumb {
    margin-bottom: -20px;
  }
  #guide .tab__item:nth-child(n+3) {
    margin-top: 0;
  }
  #guide .tab__item:nth-child(n+5) {
    margin-top: 10px;
  }
  #guide .tab__name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #guide .tab__thumb {
    width: auto;
    height: 150px;
  }
  #guide .guide {
    padding-bottom: 80px;
  }
  #guide .guide__wrapper {
    margin: 0;
    border-radius: 10px;
  }
  #guide .guide__block {
    width: 100%;
    padding: 0;
  }
  #guide .guide__title {
    height: 50px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 50px;
  }
  #guide .guide__content {
    padding: 0 40px 40px 40px;
  }
  #guide .guide__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
  }
  #guide .guide__block:nth-child(n+2) {
    margin-top: 50px;
    border-top: 1px solid #ccc;
  }
  #guide .guide__item {
    width: 280px;
    margin: 0;
    padding-top: 10px;
  }
  #guide .guide__item img {
    width: 250px;
    margin: 0 auto;
  }
  #guide .guide__item .cmn-btn01 {
    margin-top: 40px;
  }
  #guide .use {
    width: 560px;
  }
  #guide .use__title {
    margin: 0;
    padding-top: 6px;
    font-size: 3rem;
    line-height: 4rem;
  }
  #guide .use__readme {
    margin-top: 6px;
    color: #ee7799;
    font-size: 1.6rem;
  }
  #guide .use__attention {
    margin-top: 14px;
  }
  #guide .use__attention li {
    width: 380px;
    height: 50px;
    border: 2px solid #ee7799;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  #guide .use__attention li:nth-child(n+2) {
    margin-top: 10px;
  }
  #guide .use__heading {
    margin-top: 0;
    font-size: 2rem;
    padding: 30px 0 14px 0;
  }
  #guide .col2:nth-of-type(n+2) .use__heading {
    margin-top: 10px;
  }
  #guide .use__heading span {
    font-size: inherit;
  }
  #guide .use__movie {
    margin-top: 30px;
  }
  #guide .use__movie a {
    height: 309px;
  }
  #guide .use__movie a:before {
    width: 100px;
    height: 70px;
    -webkit-transform: translate(-50px, -35px);
    -ms-transform: translate(-50px, -35px);
    transform: translate(-50px, -35px);
  }
  #guide .use__img {
    width: 100%;
    margin-top: 30px;
  }
  #guide .use__img img {
    margin: 0 auto;
  }
  #guide .use__list li {
    margin-top: 30px;
  }
  #guide .use__list li:nth-child(n+3) {
    margin-top: 20px;
  }
  #guide .use__list p {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #guide .use__list p small {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
    margin-top: 10px;
    display: inline-block;
  }
  #guide .use .col1 {
    width: 250px;
  }
  #guide .use .col1.is-even {
    width: 310px;
  }
  #guide .use .col1.is-even img {
    width: 250px;
    padding-left: 60px;
    background: url(../../img/guide/ic_arrow_use.png) 17px center no-repeat;
  }
  #guide .use .col1.is-even p {
    width: 250px;
    padding-left: 60px;
  }
  #guide .use .col2 {
    width: 560px;
  }
  #guide .use .circled-number {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  #guide .sp-inline {
    display: none;
  }
  #guide .pc-inline {
    display: inline;
  }
  #guide .youtube {
    -webkit-transition: 0.4s opacity ease;
    transition: 0.4s opacity ease;
  }
  #guide .youtube:hover {
    opacity: 0.75;
  }
}