@charset "UTF-8";
/*=====================================================
 * 注意喚起
 * ==================================================== */
#contents.p-caution {
  margin: 60px auto 0;
  max-width: 980px;
}

#contents.p-caution .main .ttl {
  text-align: center;
  position: relative;
}

#contents.p-caution .main .ttl span {
  display: inline-block;
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #424348;
  background-color: #fff;
  padding: 0 20px;
}

#contents.p-caution .main .ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ccc;
  z-index: -1;
}

#contents.p-caution .main .txt {
  line-height: 2.0;
}

#contents.p-caution .main .txt:first-of-type {
  margin-top: 40px;
}

#contents.p-caution .main .txt:not(:first-of-type) {
  margin-top: 20px;
}

#contents.p-caution .main .pic {
  margin-top: 40px;
  text-align: center;
}


/*=====================================================
 * カタログギフト利用規約 2019.01.10追加
 * ==================================================== */


#contents.p-caution .cat_kiyaku .mainTtl__h1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #424348;
  margin-bottom: 30px;
  margin-top: 80px;
}

#contents.p-caution .cat_kiyaku .mainTtl__h4 {
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: bold;
  color: #424348;
  margin-top: 20px;
}

#contents.p-caution .cat_kiyaku .numberList li {
    margin-left: 3.5em;
    text-indent: -2em;
	line-height: 1.8;
}

#contents.p-caution .cat_kiyaku .numberList2 li {
    margin-left: 2em;
    text-indent: -1.5em;
}