﻿.box {
  margin-top: 30px;
}
.box .box__inner {
  min-height: 1px;
  zoom: 1;
}
.box .box__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.box .box-left {
  width: 31.5%;
  float: left;
  margin-left: 3%;
}
.box .box-left:first-child {
  margin-left: 0;
}
.box .box-right {
  width: 31.5%;
  float: right;
}
.box .list-dl dt {
  padding: 10px 0;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}
.box .list-dl .list-dl-title {
  font-size: 1.57rem;
  line-height: 1.3em;
  text-align: center;
}
.box .list-dl dd {
  font-size: 0.86rem;
  line-height: 1.8em;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #dddddd;
}
.box .list-dl dd.list-dl-data--row {
  min-height: 320px;
}
.box .list-dl dd.list-dl-data--row2 {
  min-height: 450px;
}
.box .list-dl dd.list-dl-data--row3 {
  min-height: 390px;
}
.box .list-dl dd .box__title {
  margin-top: 30px;
  font-size: 1.57rem;
  line-height: 1.3em;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .box .list-dl dd.list-dl-data--row {
    min-height: 465px;
  }
  .box .list-dl dd.list-dl-data--row2 {
    min-height: 600px;
  }
  .box .list-dl dd.list-dl-data--row3 {
    min-height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    margin-top: 20px;
  }
  .box .box-left {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box .box-right {
    width: 100%;
    float: none;
  }
  .box .list-dl dt {
    padding: 20px 0 0;
    border-top: none;
    border-bottom: none;
  }
  .box .list-dl .list-dl-title {
    font-size: 1.14rem;
    line-height: 1.3em;
  }
  .box .list-dl dd {
    padding-bottom: 20px;
    border-bottom: none;
  }
  .box .list-dl dd.list-dl-data--row {
    min-height: 1px;
  }
  .box .list-dl dd.list-dl-data--row2 {
    min-height:1px;
  }
  .box .list-dl dd.list-dl-data--row3 {
    min-height:1px;
  }
  .box .list-dl dd .box__title {
    margin-top: 30px;
    font-size: 1.14rem;
    line-height: 1.3em;
  }
}
.box__images {
  display: block;
}

@media screen and (max-width: 767px) {
  .box__images {
    margin-top: 20px;
  }
}
.image {
  width: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .common_display__none_pc {
    display: none !important;
  }
}