@charset "shift_jis";

.forSp {
  display: none;
}

#pc_wrapper {
	margin: 0 auto 5%;
	width: 100%;
	max-width: 960px;
	font-family: 'Zen Maru Gothic', serif;
}

.worries {
  background: url(/shop/guide/howto/img/bg_hukidashi.jpg) no-repeat;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 80px auto 20px;
  padding: 15px 0 40px;
  width: 540px;
}

.worries span {
  color: #bcd64f;
}

.anxiety {
  color: #697230;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 16px auto 24px;
}

.anxiety::before, .anxiety::after {
  display: block;
  content: "";
  background: #697230;
  height: 1px;
  width: 216px;
  position: absolute;
  top: 50%;
}

.anxiety::before {
  left: 0;
}

.anxiety::after {
  right: 0;
}

.sizeRow {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sizeCol {
  background: #eff0ec;
  max-width: calc(33% - 6px);
  padding-bottom: 20px;
  width: 100%;
}

.sizeCol p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

.sizeImg {
  width: 240px;
  height: 200px;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unisize {
  background: url(/shop/guide/howto/img/bg_size.png) no-repeat;
  background-size: cover;
  margin-top: 70px;
}

.unisize__title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.unisize__title span {
  color: #697230;
}

.unisize__subTitle {
  color: #6a7321;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.unisize__subTitle span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.unisize__subTitle::after {
  content: "";
  background: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 6px;
  z-index: 1;
}

.unisize__subTitle + p {
  font-weight: bold;
  font-size: 24px;
}

.unisize__subTitle + p + p {
  margin-top: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

.unisizeRow {
  display: flex;
  padding-bottom: 50px;
}

.unisizeCol:first-child {
  padding-left: 150px;
  width: 200px;
  flex: none;
}

.unisizeCol:last-child {
  padding: 88px 50px 0 20px;
}

.detailRow {
  display: flex;
  justify-content: space-between;
}

.detailCol {
  width: calc(33% - 8px);
}

.detailWrap {
  background: #bcd64f;
  position: relative;
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}

.detailWrap__title {
  background: url(/shop/guide/howto/img/img_use.png) no-repeat center center;
  color: #bcd64f;
  display: flex;
  font-size: 34px;
  font-weight: bold;
  width: 234px;
  height: 106px;
  margin-top: -30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  position: absolute;
  top: -22px;
  left: calc(50% - 117px);
}

.detail__img {
  margin-bottom: 8px;
  text-align: center;
}

.detai__subTitle {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
}

.detai__button {
  font-size: 18px;
  font-weight: bold;
}

.detail__list {
  text-indent: -1em;
  margin-left: 1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  max-width: 300px;
}

.detailMemo {
  background: #ddeaa6;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 40px;
  width: 800px;
  margin: 50px auto 0;
}

.detailMemo h2 {
  margin-bottom: 20px;
}

.detailMemo__row {
  display: flex;
  justify-content: space-between;
}

.detailMemo__col:first-child {
  width: 28%;
  flex: none;
  padding-left: 35px;
}

.detailMemo__col:last-child {
  padding-left: 50px;
  padding-top: 40px;
}

.detailMemo__col span {
  font-size: 16px;
  font-weight: bold;
}

.detailMemo__col p {
  margin-top: 1em;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.optLink {
  margin-top: 50px;
  text-align: center;
}

.itemLink {
  text-align: center;
  margin: 80px auto 0;
}

.itemLink__list {
  display: flex;
  margin:  30px auto 0;
  justify-content: space-between;
  width: 800px;
}

.itemLink__list + p {
  margin-top: 30px;
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

.environment {
  background: #eff0ec;
  padding: 60px 80px;
  margin-top: 50px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
}

.environment p + p {
  margin-top: 20px;
}

.environment__title {
  color: #6a7321;
  font-size: 20px;
	font-family: 'Zen Maru Gothic', serif;
}

.environment__subTitle {
  font-weight: bold;
}

@media (max-width:750px) {
  .forSp {
    display: block;
  }

  .forPc {
    display: none;
  }
  
  #pc_wrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  h1 {
    margin: 0 -20px;
  }
  
  .worries {
    background: url(/shop/guide/howto/img/bg_hukidashi_sp.jpg) no-repeat;
    background-size: contain;
    font-size: 24px;
    width: 335px;
    margin: 50px auto 25px;
  }
  
  .anxiety {
    font-size: 20px;
  }
  
  .anxiety::before, .anxiety::after {
    width: 34px;
  }
  
  .sizeRow {
    flex-wrap: wrap;
  }
  
  .sizeCol {
    display: flex;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .sizeCol + .sizeCol {
    margin-top: 20px;
  }
  
  .sizeCol p {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 30px;
    text-align: left;
    margin-top: 0;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  
  .sizeImg {
    padding: 0;
    margin: 0;
    width: 150px;
    height: auto;
    justify-content: center;
  }
  
  .unisize {
    background: url(/shop/guide/howto/img/bg_size-sp.png) no-repeat;
    background-position-y: 80px;
    background-size: cover;
    margin: 80px -20px 0;
  }
  
  .unisize__title {
    font-size: 24px;
  }
  
  .unisizeRow {
    flex-direction: column-reverse;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  
  .unisize__subTitle {
    font-size: 20px;
  }
  
  .unisize__subTitle + p {
    font-size: 18px;
  }
  
  .unisizeCol:first-child {
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
    width: auto;
  }
  
  .unisizeCol:last-child {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  
  .detailWrap {
    margin: 0 -20px;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 70px;
  }
  
  .detailWrap__title {
    background: url(/shop/guide/howto/img/img_use-sp.png) no-repeat center center;
    background-size: contain;
    font-size: 24px;
    height: 74px;
    width: 335px;
    left: calc(50% - 167.5px);
  }
  
  .detailRow {
    flex-wrap: wrap;
  }
    
  .detailCol {
    width: 100%;
  }

  .detailCol + .detailCol {
    padding-top: 30px;
  }
  
  .detai__subTitle {
    font-size: 21px;
  }
  
  .detail__list {
    margin: 10px auto 0;
    font-size: 14px;
  }
  
  .detailMemo {
    padding: 25px 20px;
    margin: 30px -20px 0;
    width: calc(100% - -40px);
  }
  
  .detailMemo__col:first-child {
    display: none;
  }
  
  .detailMemo__col:last-child {
    padding: 0;
  }
  
  .detailMemo__col:last-child img {
    margin: 20px auto;
  }
  
  .itemLink {
    margin-top: 75px;
  }
  
  .itemLink__list {
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #000000;
  }
  
  .itemLink__list li {
    width: 100%;
  }
  
  .environment {
    margin: 50px -20px 0;
    padding: 60px 20px;
  }
  
  .environment__subTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
    
}
