@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
/*===== 共通 =====*/
.fv {
  background-image: url(img/fv.jpg);
}
.case {
  padding: 0 0 20px 0;
}
.case > .txt p {
  font-size: 15px;
  width: 675px;
  margin: 0 auto 70px;
  text-align: center;
}
.case_list h3 {
  font-size: 24px;
  color: #333;
  padding: 20px 0 30px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #333;
  margin: 0 0 50px;
}
.case_list h3 span {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 100%;
  display: block;
}
.case_list .intro {
  margin: 0 0 75px;
}
.case_list .txt {
  width: 540px;
  float: left;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.intro > div {
  width: 560px;
  overflow: hidden;
  float: right;
}
.case_list .txt h4 {
  font-size: 24px;
  color: #333;
  margin: 0 0 15px;
  font-weight: 500;
}
.case_list .txt p {
  font-size: 15px;
  color: #666;
  margin: 0 0 1em;
  line-height: 200%;
}
.case_list a {
  font-size: 13px;
  text-align: right;
  color: #222;
  border-bottom: 2px solid #ccc;
}
.list_wrap {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.img_list {
  margin: 0 0 25px;
}
.img_list li {
  width: 340px;
  float: left;
  margin: 0 50px 30px 0;
}
.img_list li:nth-child(3n) {
  margin-right: 0;
}
.img_list h5 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin: 0 0 10px;
}
.img_list img {
  display: block;
  margin: 0 0 10px 0;
}
.img_list figcaption {
  font-size: 14px;
  color: #333;
  margin: 0;
  line-height: 160%;
}
.attention {
  font-size: 12px;
  color: #333;
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 0;
}
.other {
  width: 520px;
  margin: 0 auto 100px;
  background-color: #f1f1f1;
  padding: 30px 50px 25px;
  text-align: left;
}
.other h5 {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
.other p {
  font-size: 14px;
  color: #333;
  text-align: center;
}
/*===== header =====*/

}

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
/*===== 共通パーツ =====*/
.fv {
  background-image: url(img/fv.jpg);
}
.case > .txt p {
  font-size: 14px;
  width: 90%;
  margin: 0 auto 40px;
  text-align: left;
}
.case_list h3 {
  font-size: 18px;
  color: #333;
  padding: 15px 0;
  font-weight: normal;
  text-align: center;
  border: 1px solid #333;
  margin: 0 0 20px;
}
.case_list h3 span {
  font-size: 12px;
  margin: 0 3px 0 0;
  font-weight: bold;
  line-height: 100%;
}
.case_list .intro {
  margin: 0 0 40px;
}
.case_list .txt {
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.intro > div {
  margin: 0 0 20px;
}
.case_list .txt h4 {
  font-size: 17px;
  color: #333;
  margin: 0 0 10px;
  font-weight: normal;
}
.case_list .txt p {
  font-size: 12px;
  color: #666;
  margin: 0 0 1em;
  line-height: 200%;
}
.case_list a {
  font-size: 12px;
  color: #222;
  border-bottom: 2px solid #ccc;
}
.list_wrap {
  position: relative;
}
.img_list {
  margin: 0 0 40px;
}
.img_list li {
  width: 48%;
  float: left;
  margin: 0 4% 25px 0;
}
.img_list li:nth-child(2n) {
  margin-right: 0;
}
.img_list h5 {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin: 0 0 10px;
}
.img_list img {
  display: block;
  margin: 0 0 10px 0;
}
.img_list figcaption {
  font-size: 12px;
  color: #333;
  margin: 0;
  line-height: 160%;
}
.attention {
  font-size: 11px;
  color: #333;
  text-align: right;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.other {
  width: 90%;
  margin: 0 auto 55px;
  background-color: #f1f1f1;
  padding: 20px 15px;
  text-align: left;
}
.other h5 {
  font-size: 14px;
  color: #333;
  margin: 0 0 10px;
  text-align: center;
}
.other p {
  font-size: 11px;
  color: #333;
}
}
/*===== header =====*/
