@charset 'UTF-8';
#products_content #include_relation {
  max-width: 1137px;
  margin-left: auto;
  margin-right: auto;
}
[class^="func"] #include_relation h2 {
  color: #333;
  text-shadow: none;
  padding: 0;
  background: none;
}
.func4 #include_relation section a {
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
  width: 100%;
  color: #444;
}
#include_relation {
  /*background: red;*/
  color: #333;
}
#include_relation a {
  transition: none;
}
#include_relation a:hover {
  opacity: 1;
}
/*from phone.css*/

#include_relation div, #include_relation ul, #include_relation li, #include_relation section {
  box-sizing: border-box;
}
#include_relation h1, #include_relation h2, #include_relation h3, #include_relation h4, #include_relation p, #include_relation dl, #include_relation dt, #include_relation dd {
  margin: 0;
}
#include_relation ul {
  margin: 0;
  padding: 0;
}
#include_relation .flexbox {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#include_relation li {
  list-style: none;
  margin: 0;
}
#include_relation p, #include_relation a {
  font-size: 1em;
}
/*from use.css*/

#include_relation .relation {
  margin: 70px 0;
}
#include_relation h2 {
  font-size: 24px;
  font-weight: bold;
}
#include_relation .relation h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
#include_relation .relation ul {
  margin-top: 1.5em;
  justify-content: center;
}
#include_relation .relation li {
  width: 24.05%;
  border: solid 1px #e3e3e3;
  /*margin-bottom: 1.5em;*/
}
#include_relation .relation li .ttl {
  text-align: center;
  color: #fff;
  background: rgba(40, 40, 40, 0.7);
  font-size: 18px;
  padding: 0.5em 0;
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: 0;
}
#include_relation .relation li a:hover p.ttl {
  background: rgba(61, 220, 132, 0.7);
}
#include_relation .relation li .ttl2 {
  color: #000;
  font-size: 18px;
  padding: 10px 15px 10px;
  text-align: left;
  margin-bottom: 0;
}
#include_relation .relation li .txt {
  color: #000;
  font-size: 14px;
  padding: 0 15px 20px;
  text-align: left;
  margin-bottom: 0;
}
#include_relation .relation li+li {
  margin-left: 1.266666667%;
}
@media screen and (min-width: 768px) {
  #include_relation a {
    text-decoration: none;
  }
  #include_relation .relation li:nth-of-type(n+5) {
    margin-top: 3%;
  }
  #include_relation .relation li:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #include_relation {
    padding: 0 5%;
  }
  #include_relation .relation h2 {
    font-size: 5vw;
  }
  #include_relation .relation ul {
    margin-top: 1.5em;
  }
  #include_relation .relation li + li {
    margin-left: 4%;
  }
  #include_relation .relation li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #include_relation .relation li {
    width: 48%;
    margin-bottom: 4vw;
  }
  #include_relation .relation li .ttl {
    font-size: 4.5vw;
  }
  #include_relation .relation li a img {
    width: 100%;
  }
  #include_relation .relation li .ttl2 {
    font-size: 4.5vw;
    padding: 4vw 4vw 3vw;
  }
  #include_relation .relation li .txt {
    padding: 0 4vw 6vw;
    font-size: 3.5vw;
  }
}
@media (max-width: 769px) {
  .func4 #include_relation section {
    padding: 0;
  }
}