@charset "UTF-8";


.glossaryOuter{
  padding: 0 15px;
}
.glossary{
  max-width: 960px;
  margin: auto;
  margin-top: 60px;
}
.contentArea{
  background-image: url("../../../commons/img/content_bg_wood.jpg")
}
.glossary__category:first-child{
  margin: 0;
}
.glossary__category {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
  border: ;
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
}
.glossary__categoryHeading{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #333;
}
.glossary__relatedProduct{
  margin: 15px auto;
  padding: 15px 0;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}
.glossary__info{
  margin-bottom: 15px;
}
.glossary__info:last-child{
  margin-bottom: 0;
}
.glossaryList{
  padding-left: 20px;
}
.glossary__relatedProduct a{
  text-decoration: underline;
}
.glossaryList a{
  text-decoration: underline;
}



/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  .glossaryOuter{
    padding: 0;
  }
  .contentArea{
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    border-radius: 0;
  }
}
/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
}
/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {
}
