@charset "UTF-8";

/*
#guide__noshi .seal-attention {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 1.4rem;
    color: #333;
}
#guide__noshi .main__products-list {
    display: flex;
    flex-wrap: wrap;
    width: 1160px;
    margin: 0 auto 50px;
}
#guide__noshi .main__products-list .product {
    margin-right: 20px;
    margin-bottom: -1px;
    padding: 15px 0;
    border-top: 1px solid #ede9ea;
    border-bottom: 1px solid #ede9ea;
}
#guide__noshi .main__products-list .product:nth-child(3n) {
    margin-right: 0;
}
#guide__noshi .main__noshi__attentions {
  text-align: center;
  margin-bottom: 40px;
}



#guide__noshi .noshi__example__wrapper {
  border: 1px dotted #ccc;
  margin: 0 auto 100px;
  padding: 20px 40px 20px 80px;
  width: 100%;
  max-width: 680px;
}
#guide__noshi .main__noshi__example {
  text-align: left;
  font-size: 1.4rem;
  text-indent: -3em;
}
@media(max-width:720px) {
  #guide__noshi .main__products-list {
    width: 100%;
    display: block;
  }
  #guide__noshi .main__products-list .product {
    margin-right: 0;
  }
  #guide__noshi .noshi__example__wrapper {
    margin: 0;
    padding: 10px 5%;
    width: 100%;
    max-width: 100%;
  }
  #guide__noshi .main__noshi__example {
    text-indent: 0;
  }
  #guide__noshi .main__noshi__example span {
    display: block;
  }
}
*/


#guide__noshi p{
  line-height: 1.7;
}


.noshi__box {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ede9ea;
}
@media screen and (max-width: 450px){
.noshi__box {
  padding-bottom: 20px;
  margin-bottom: 35px;
}
}
.noshi__hd--02 {
  margin-bottom: 11px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1rem;
}
.noshi__box--inner {
  max-width: 990px;
  margin: 40px auto 20px 30px;
}
@media screen and (max-width: 768px){
  .noshi__box--inner {
    margin: 40px 0 20px 0;
  }
}
.noshi__box--inner + .noshi__box--inner {
  margin-top: 55px;
}
@media screen and (max-width: 768px){
  .noshi__box--inner + .noshi__box--inner {
    margin-top: 30px;
  }
}
.guide-1 .main h3.noshi__hd--03 {
  margin-top: 40px;
  margin-bottom: 1px;
  font-size: 1.8rem;
}
.guide-1 .main h3.noshi__hd--03::before {
  content: '【';
  padding-right: 0.25em;
}
.guide-1 .main h3.noshi__hd--03::after {
  content: '】';
  padding-left: 0.25em;
}

.guide-1 .main p.noshi__desc{
  max-width: 393px;
  margin: 30px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px){
.guide-1 .main p.noshi__desc{
  margin: 30px auto 10px;
  text-align: center;
}
}


.noshi__list {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  position: relative;
}
.list-1{
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 600px){
  .noshi__list {
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 450px){
  .noshi__list {
    max-width: 300px;
    margin: 30px auto;
  }
}
.noshi__item {
  width: calc((100% - 60px) / 3);
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 600px){
  .noshi__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 450px){
  .noshi__item {
    width: 100%;
  }
}
.noshi__list .noshi__item:last-of-type::after{
  content: '※熨斗紙のデザインはイメージです';
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 1.1rem;
}
.list-1 .noshi__item {
  width: 100%;
}
.noshi__item img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.noshi__item figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 600px){
.noshi__item figcaption {
  margin-top: 8px;
  font-size: 1.3rem;
}
}
.noshi__table {
  border: 1px solid #ddd;
  line-height: 1.6;
}
@media screen and (max-width: 600px){
.noshi__table {
  padding: 5px 0;
  border-color: #ede9ea;
  font-size: 1.4rem;
}
}
.noshi__table__inner {
  display: flex;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 600px){
  .noshi__table__inner {
    flex-wrap: wrap;
    padding: 12px 0px;
    margin: 0 18px;
    border-bottom-color: #ede9ea;
  }
}
.noshi__table__inner:last-of-type {
  border-bottom: none;
}
.noshi__table__dt {
  width: 200px;
  padding: 20px 20px 15px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 600px){
  .noshi__table__dt {
    width: 100%;
    padding: 0;
    margin-bottom: 2px;
    font-size: 1.45rem;
    font-weight: bold;
    color: #3c3c3c;
    background-color: #fff;
  }
}
.noshi__table__dt .notes{
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 600px){
  .noshi__table__dt .notes{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .noshi__table__dt .notes::before{
    content: ' ・・・ ';
  }
}
.noshi__table__dd {
  flex: 1;
  padding: 20px 20px 15px;
}
@media screen and (max-width: 600px){
.noshi__table__dd {
  flex: 1;
  padding: 0;
}
}



.noshi__other {
  max-width: 960px;
  max-width: 780px;
  margin: 60px auto 100px;
}
@media screen and (max-width: 450px){
.noshi__other {
  margin: 0 auto 50px;
}
}
.guide-1 .main p.main__noshi__attentions {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}
.guide-1 .main p.main__noshi__attentions::before {
  content: '［';
  padding-right: 0.25em;
}
.guide-1 .main p.main__noshi__attentions::after {
  content: '］';
  padding-left: 0.25em;
}
.noshi__other .noshi__other__list {
  margin-top: 30px;
}
.noshi__other .noshi__other__item {
}
.noshi__other .noshi__other__item + .noshi__other__item{
  margin-top: 50px;
}
@media screen and (max-width: 450px){
.noshi__other .noshi__other__item + .noshi__other__item{
  margin-top: 30px;
}
}
.noshi__other__dt{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4px
}
.noshi__other__dt::before{
  content: '●';
}
.noshi__other__dd{
  font-size: 1.4rem;
  line-height: 1.6;
}



.noshi__example__wrapper {
  display: flex;
  max-width: 680px;
  margin: 30px auto 0;
  padding: 30px 60px;
  border: 1px dotted #ccc;
  text-align: left;
}
@media screen and (max-width: 768px){
.noshi__example__wrapper {
  padding: 30px;
}
}
@media screen and (max-width: 450px){
.noshi__example__wrapper {
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 14px 18px;
}
}
.guide-1 .main p.main__noshi__example {
  width: 50px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 450px){
.guide-1 .main p.main__noshi__example {
  width: 100%;
  margin-bottom: 7px;
}
}
.noshi__example__list {
  flex:1;
}
.noshi__example__list > li{
  counter-increment: count-num;
  padding-left: 2.5em;
  margin-left: 0;
  list-style: none;
  position: relative;
  line-height: 1.6;
}
.noshi__example__list > li + li{
  margin-top: 10px;
}
.noshi__example__list > li::before{
/*  counter-increment: count-num;*/
  content: '(' counter(count-num) ')';
  position: absolute;
  top: 0;
  left: 0;
}
.noshi__example__list > li:last-of-type::after{
  content: 'など';
  padding-left: 2em;
}
@media screen and (max-width: 450px){
.noshi__example__list > li:last-of-type::after{
  display: block;
  margin-top: 5px;
  text-align: right;
}
}