@charset "UTF-8";
/**
 * ショッピング
 */
/* ==========================================================================
   style
   ========================================================================== */
.otoku-list#otoku01 {
  background: url(img/bg-otoku01.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku02 {
  background: url(img/bg-otoku02.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku03 {
  background: url(img/bg-otoku03.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku04 {
  background: url(img/bg-otoku04.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku05 {
  background: url(img/bg-otoku05.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku06 {
  background: url(img/bg-otoku06.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku07 {
  background: url(img/bg-otoku07.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku08 {
  background: url(img/bg-otoku08.gif) no-repeat right top #fbedf3;
}
.otoku-list#otoku09 {
  background: url(img/bg-otoku09.gif) no-repeat right top #fbedf3;
}

.table02 th img {
  padding-top: 15px;
}

.mix-text-l {
  font-weight: normal;
}

.card-color {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .table02 th img {
    height: auto;
    padding-top: 0;
    width: 150px;
  }
}
.note {
  margin-top: 5px;
  font-size: 85.7142857143%;
  color: #555;
  font-weight: normal;
}

.example-box {
  border: 1px solid #e2e2e2;
  margin-top: 30px;
}
.example-box .example-ttl-wrap {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  background-color: #fbedf3;
  display: table;
  font-size: 128.5714285714%;
  padding: 15px;
  width: 100%;
}
.example-box .example-ttl-wrap span {
  display: table-cell;
}
.example-box .example-ttl-wrap .example-icon {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  padding-right: 10px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .example-box .example-ttl-wrap .example-icon {
    width: 100%;
  }
}
@media (min-width: 1040px) and (max-width: 1200px) {
  .example-box .example-ttl-wrap .example-icon {
    width: 13.9593908629%;
  }
}
@media all and (min-width: 1200px) {
  .example-box .example-ttl-wrap .example-icon {
    width: 110px;
  }
}
.example-box .example-ttl-wrap .example-icon img {
  height: auto;
  width: 100%;
}
.example-box .example-ttl-wrap .example-ttl {
  width: 554px;
}
@media screen and (max-width: 767px) {
  .example-box .example-ttl-wrap .example-ttl {
    width: 100%;
  }
}
@media (min-width: 1040px) and (max-width: 1200px) {
  .example-box .example-ttl-wrap .example-ttl {
    width: 86.0406091371%;
  }
}
@media all and (min-width: 1200px) {
  .example-box .example-ttl-wrap .example-ttl {
    width: 678px;
  }
}
.example-box .example-list {
  padding: 30px 20px 10px;
}
.example-box .example-list dt {
  /*border-bottom: 1px solid $border-color;*/
  font-size: 128.5714285714%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.example-box .example-list dd {
  border-bottom: 1px solid #e2e2e2;
  font-size: 114.2857142857%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.example-box .example-list dd:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 71.4285714286%;
  }

  .example-box {
    margin-top: 20px;
  }
  .example-box .example-ttl-wrap {
    display: block;
  }
  .example-box .example-ttl-wrap span {
    display: block;
  }
  .example-box .example-ttl-wrap .example-icon {
    margin: 0 auto;
    padding-right: 0;
    width: 80px;
  }
  .example-box .example-ttl-wrap .example-icon img {
    height: auto;
    width: 100%;
  }
  .example-box .example-ttl-wrap .example-ttl {
    margin-top: 5px;
    text-align: center;
  }
  .example-box .example-list {
    padding: 20px 15px 10px;
  }
  .example-box .example-list dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .example-box .example-list dd {
    margin-bottom: 20px;
  }
}
.notice {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .notice {
    font-size: 150% !important;
  }
}