@charset "UTF-8";

/*------------------------------------------------------------content*/
#wazukura {
}
#wazukura .description_of_item {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}
#wazukura figure {
  text-align: center;
  margin: 0 0 30px 0;
}
#wazukura figure figcaption {
    line-height: 2.2rem;
}
#wazukura figure img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
#wazukura p {
  margin: 0 0 20px 0;
}
#wazukura p.note {
  color: #94243a;
  font-weight: 500;
  font-size: 1.3rem;
}
#wazukura table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  width: 100%;
  transform: rotate(0.04deg);
}
#wazukura table th {
  display: block;
  padding: 0 10px;
  background-color: #F7E4DD;
}
#wazukura table td {
  display: block;
  padding: 0 10px;
}
#wazukura .btn {
  margin-top: 20px;
  text-align: center;
}
#wazukura .btn a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background: #94243a;
  transition: all 0.5s;
}
#wazukura .btn a:hover {
  opacity: 0.6;
}
#wazukura .btn a i {
  margin-left: 0.5em;
}
@media print, screen and (min-width:768px) {
  #wazukura {
  }
  #wazukura .description_of_item {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
  }
    #wazukura p.note {
  font-size: 1.5rem;
}
  #wazukura table th {
    background-color: #F7E4DD;
    display: table-cell;
    width: 30%;
    padding: 20px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  #wazukura table td {
    display: table-cell;
    padding: 20px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  #wazukura .btn a {
    height: 46px;
    line-height: 46px;
  }
}
/*ankoBox*/
.ankobox {
  margin-top: -80px;
  padding-top: 80px;
}
.ankobox .anko_text_area {
  zoom: 1; /*ie6*/
  overflow: hidden;
}
.ankobox .anko_text {
  line-height: 1.5;
  text-align: left;
}
.ankobox img {
  margin-bottom: 10px;
}
.ankobox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.ankotitle {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
.product_description {
  margin: 0 0 30px 0;
}
.product_description ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.how_to_use_arrange {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anko_link {
  margin-top: 10px;
}
.anko_link li {
  margin-bottom: 5px;
  text-align: left;
}
.anko_link li a {
  display: inline-block;
  line-height: 1.4;
}
.anko_link li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  .product_description {
    margin: 0 0 60px 0;
  }
  .product_description ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .product_description ul li:first-of-type {
    margin: 0 30px 0 0;
  }
  .how_to_use_arrange {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .ankobox .how_to_use_arrange p {
    margin: 0 30px 0 0;
  }
  .anko_link li img {
    width: 100%;
    height: auto;
    min-width: 160px;
  }
}
.fig_box figure {
  margin-bottom: 20px;
}
.fig_box figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:576px) {
.fig_box {
  display: flex;
  justify-content: space-between;
}
.fig_box figure {
  width: 48%;
  margin-bottom: 0;
}
.fig_box figure img {
  width: 100%;
  height: auto;
}
.fig_box div {
  width: 68%;
}
}
@media print, screen and (min-width:992px) {
.fig_box {
  align-items: center;
}
.fig_box figure {
  width: 30%;
  margin-bottom: 0;
}
.fig_box figure img {
  width: 100%;
  height: auto;
}
.fig_box div {
  width: 68%;
}
}