@charset "UTF-8";
#main {
  background: #f2f0ed;
}

#main section {
  padding-bottom: 60px;
}

#main section.unc {
  margin-top: 0;
  padding-top: 0;
}

#main section .e-tit h3 {
  float: left;
  font-size: 3.7rem;
  font-weight: normal;
}

#main section .e-tit h3 small {
  color: #cdcaca;
  font-size: 1.6rem;
  padding: 0 0 0 2.0rem;
}

#main section .e-tit p {
  float: right;
  font-size: 1.8rem;
}

#main section div.clear {
  margin: 0 0 20px;
}

#main section div.clear h3 {
  float: left;
}

#main section div.clear p {
  float: right;
  padding: 10px 0 0;
}

#main section div.clear dd p {
  float: none;
  padding: 0;
}

#main .boxbb {
  background: #fff;
}

.eco {
  font-size: 1.2rem;
}

.eco span {
  display: inline-block;
  vertical-align: middle;
}

.eco:before {
  content: url(../images/equipment/eco.png);
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#main aside {
  font-size: 1.2rem;
  padding: 35px 0;
}

#main aside li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #main section {
    padding-bottom: 10%;
  }
  #main section.unc {
    margin-top: -15%;
    padding-top: 15%;
  }
  #main section .inner-min {
    width: 93.65%;
    margin: 0 auto;
  }
  #main section div.clear p {
    padding: 2% 0 0;
  }
  #main aside {
    padding: 0;
  }
  #main aside .caution {
    padding: 0 0 3%;
    background: #fff;
    color: #333;
  }
}

/*------------------------------------
	list
------------------------------------*/
.baselist01 > li {
  float: left;
  width: 300px;
  margin: 0 30px 30px 0;
}

.baselist01 > li.clumhalf {
  width: 465px;
}

.baselist01 > li.clum02 {
  width: 630px;
}

.baselist01 > li.clum03 {
  width: 960px;
}

.baselist01 > li.mb,
.baselist01 > li.none {
  margin: 0 0 30px 0;
}

.baselist01 > li.none + li {
  clear: both;
}

.baselist01 > li.right {
  float: right;
  margin: 0 0 30px 0;
}

.baselist01 > li figure {
  font-size: 0;
  line-height: 0;
  margin: 0 0 10px;
}

.baselist01 > li figure img {
  display: inline-block;
}

.baselist01 > li figure img + img {
  margin: 0 0 0 30px;
}

.baselist01 > li dl dt {
  font-size: 1.8rem;
  margin: 0 0 5px;
  color: #704e17;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.baselist01 > li dl dt small {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
}

.baselist01 > li dl dt span {
  font-size: 1.3rem;
  font-weight: normal;
  color: #333;
}

.baselist01 > li dl dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .baselist01 > li,
  .baselist01 > li.none,
  .baselist01 > li.mb {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .baselist01 > li.clumhalf {
    width: 48%;
  }
  .baselist01 > li.none + li {
    clear: none;
  }
  .baselist01 > li.clum02 {
    width: 100%;
  }
  .baselist01 > li.clum03 {
    width: 100%;
  }
  .baselist01 > li.spnone {
    margin: 0 0 4% 0;
  }
  .baselist01 > li.spnone + li {
    clear: both;
  }
  .baselist01 > li figure {
    margin: 0 0 2%;
    text-align: center;
  }
  .baselist01 > li figure img + img {
    margin: 2% 0 0;
  }
}

/*------------------------------------
	nav
------------------------------------*/
.eqp-nav01 {
  padding: 40px 0;
}

.eqp-nav01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.eqp-nav01 li {
  width: 100%;
}

.eqp-nav01 li a {
  text-align: center;
  padding: 83px 0;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff;
  position: relative;
}

.eqp-nav01 li a.active,
.eqp-nav01 li a.hover.ov {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

.eqp-nav01 li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 95%;
  width: 95%;
  border: 1px solid #ffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.eqp-nav01 li a.active:after,
.eqp-nav01 li a.hover.ov:after {
  opacity: 1;
}

.eqp-nav01 li:nth-child(1) {
  background: url(../images/equipment/eqp-nav01.png) no-repeat center center;
  background-size: cover;
}

.eqp-nav01 li:nth-child(2) {
  background: url(../images/equipment/eqp-nav02.png) no-repeat center center;
  background-size: cover;
}

.eqp-nav01 li:nth-child(3) {
  background: url(../images/equipment/eqp-nav03.png) no-repeat center center;
  background-size: cover;
}

.eqp-nav01 li:nth-child(4) {
  background: url(../images/equipment/eqp-nav04.png) no-repeat center center;
  background-size: cover;
}

.eqp-nav01 li:nth-child(5) {
  background: url(../images/equipment/eqp-nav05.png) no-repeat center center;
  background-size: cover;
}

.eqp-nav02 {
  background: #111f37;
  padding: 10px 0;
  color: #fff;
  margin: 0 0 30px;
}

.eqp-nav02 ul {
  text-align: center;
}

.eqp-nav02 li {
  display: inline-block;
  font-size: 1.3rem;
}

.eqp-nav02 li:after {
  content: "／";
  display: inline-block;
  margin: 0 5px;
}

.eqp-nav02 li:last-child:after {
  content: "";
  margin: 0;
}

.eqp-nav02 li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .eqp-nav01 {
    padding: 6% 3.125%;
  }
  .eqp-nav01 ul {
    display: block;
  }
  .eqp-nav01 li {
    width: 100%;
  }
  .eqp-nav01 li a {
    text-align: center;
    padding: 2em 0;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 2px 2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff;
    position: relative;
  }
  .eqp-nav01 li a.active,
  .eqp-nav01 li a.hover.ov {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
  }
  .eqp-nav01 li a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #ffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .eqp-nav01 li a.active:after,
  .eqp-nav01 li a.hover.ov:after {
    opacity: 1;
  }
}

/*------------------------------------
	kitchen
------------------------------------*/
#kitchen .k_spc01 div.clear {
  border: 1px solid #999;
  padding: 19px;
}

#kitchen .k_spc01 div.clear div.clear {
  border: none;
  padding: 0;
}

#kitchen .k_spc01 div figure {
  float: left;
  font-size: 0;
  line-height: 0;
}

#kitchen .k_spc01 div dl {
  float: right;
}

#kitchen .k_spc01 div.left {
  float: left;
  width: 450px;
}

#kitchen .k_spc01 div.left figure {
  width: 260px;
  margin: 0 20px 0 0;
}

#kitchen .k_spc01 div.left dl {
  width: 170px;
}

#kitchen .k_spc01 div.right {
  float: right;
  width: 450px;
}

#kitchen .k_spc01 div.right figure {
  width: 240px;
  margin: 0 20px 0 0;
}

#kitchen .k_spc01 div.right dl {
  width: 190px;
}

#kitchen .k_spc01 div.right li:last-child {
  margin: 10px 0 0;
}

#kitchen .row02.right {
  float: right;
  margin-right: 0;
}

#kitchen .baselist01 > li figure img + img {
  margin: 0 0 0 13px;
}

#kitchen .boxbb {
  padding: 29px;
  border: 1px solid #999;
}

#kitchen .boxbb .baselist01 > li.clum02 {
  width: 570px;
}

#kitchen .boxbb .baselist01 > li.right {
  margin: 0 0 30px;
  float: right;
}

@media screen and (max-width: 768px) {
  #kitchen .k_spc01 div.clear {
    padding: 5%;
  }
  #kitchen .k_spc01 div dl {
    float: right;
  }
  #kitchen .k_spc01 div.left {
    float: none;
    width: 100%;
    margin: 0 auto 4%;
  }
  #kitchen .k_spc01 div.left figure {
    width: 48%;
    margin: 0 4% 0 0;
  }
  #kitchen .k_spc01 div.left dl {
    width: 48%;
  }
  #kitchen .k_spc01 div.right {
    float: none;
    width: 100%;
    clear: both;
  }
  #kitchen .k_spc01 div.right figure {
    width: 48%;
    margin: 0 4% 0 0;
  }
  #kitchen .k_spc01 div.right dl {
    width: 48%;
  }
  #kitchen .k_spc01 div.right li:last-child {
    margin: 4% 0 0;
  }
  #kitchen .baselist01 > li figure img + img {
    margin: 0 0 0 13px;
  }
  #kitchen .baselist01 > li:nth-child(15) figure img {
    width: 100%;
    margin: 0 0 3%;
  }
  #kitchen .boxbb {
    padding: 3.125%;
  }
  #kitchen .boxbb .baselist01 > li.clum02 {
    width: 100%;
  }
  #kitchen .boxbb .baselist01 > li.right {
    float: left;
    margin: 0 4% 4% 0;
  }
  #kitchen .boxbb .baselist01 > li:nth-child(3) {
    margin: 0 0 4%;
  }
}

/*------------------------------------
	utility
------------------------------------*/
#utility .boxbb {
  padding: 29px;
  border: 1px solid #999;
}

@media screen and (max-width: 768px) {
  #utility .boxbb {
    padding: 3.125%;
  }
}

/*------------------------------------
	lavatory
------------------------------------*/
#lavatory .lavatory-inner {
  border: 1px solid #9d9d9d;
  background: #fff;
  padding: 30px 30px;
  margin: 0 0 40px;
}

#lavatory .lavatory-inner figure {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

#lavatory .lavatory-inner > .left {
  float: left;
  width: 600px;
}

#lavatory .lavatory-inner > .right {
  float: right;
  width: 270px;
}

#lavatory .lv-list01 .basic {
  margin: 0 0 40px;
}

#lavatory .lv-list01 .basic dt {
  font-size: 1.8rem;
  margin: 0 0 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  font-weight: bold;
  color: #704e17;
  background-color: transparent;
}

#lavatory .lv-list01 .basic dt small {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}

#lavatory .lv-list01 .basic dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

#lavatory .lv-list01 dt {
  font-size: 1.3rem;
  padding: 5px;
  text-align: center;
  background: #f4efe3;
  color: #333;
  margin: 0 0 10px;
}

#lavatory .lv-list01 dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

#lavatory .lv-list01 .lv-style01 .left {
  float: left;
  width: 290px;
}

#lavatory .lv-list01 .lv-style01 .right {
  float: right;
  width: 290px;
}

#lavatory .lv-list01 .lv-style01 p {
  line-height: 1.8;
  margin: 0 0 10px;
}

#lavatory .lv-list01 .lv-style01 ul {
  clear: both;
  margin: 0 0 40px;
  padding: 20px 0 0;
}

#lavatory .lv-list01 .lv-style01 ul li {
  float: left;
  width: 290px;
  margin: 0 16px 0 0;
}

#lavatory .lv-list01 .lv-style01 ul li:last-child {
  margin: 0;
}

#lavatory .lv-list01 .lv-style01 span {
  display: block;
}

#lavatory .lv-list01 .lv-style02 p {
  float: left;
  width: 228px;
  margin: 0 16px 0 0;
  line-height: 1.8;
}

#lavatory .lv-list01 .lv-style02 span {
  display: block;
}

#lavatory .lv-list01 .lv-style02 figure {
  float: right;
  width: 355px;
}

#lavatory .lv-list01 .lv-style02 li {
  margin: 0 0 20px;
}

#lavatory .lv-list01 .lv-style02 li:last-child {
  margin: 0;
}

#lavatory .lv-list02 li {
  margin: 0 0 21px;
}

#lavatory .lv-list02 li:last-child {
  margin: 0;
}

#lavatory .lv-list02 dt {
  font-size: 1.3rem;
  padding: 5px;
  text-align: center;
  background: #f4efe3;
  color: #333;
  margin: 0 0 10px;
}

#lavatory .lv-list02 dd {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  #lavatory .lavatory-inner {
    padding: 5%;
    margin: 0 0 4%;
  }
  #lavatory .lavatory-inner > .left {
    float: none;
    width: 100%;
  }
  #lavatory .lavatory-inner > .right {
    float: none;
    width: 100%;
  }
  #lavatory .lv-list01 .basic {
    margin: 0 0 4%;
  }
  #lavatory .lv-list01 .basic dt {
    margin: 0 0 2%;
  }
  #lavatory .lv-list01 dt {
    padding: 2%;
    margin: 0 0 2%;
  }
  #lavatory .lv-list01 .lv-style01 .left {
    float: left;
    width: 48%;
  }
  #lavatory .lv-list01 .lv-style01 .right {
    float: right;
    width: 48%;
  }
  #lavatory .lv-list01 .lv-style01 p {
    margin: 0 0 2%;
  }
  #lavatory .lv-list01 .lv-style01 ul {
    clear: both;
    margin: 0 0 4%;
  }
  #lavatory .lv-list01 .lv-style01 ul li {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
  }
  #lavatory .lv-list01 .lv-style02 p {
    float: none;
    width: 100%;
    margin: 0 0 2%;
  }
  #lavatory .lv-list01 .lv-style02 figure {
    float: none;
    width: 100%;
    text-align: center;
  }
  #lavatory .lv-list01 .lv-style02 li,
  #lavatory .lv-list01 .lv-style02 li:last-child {
    margin: 0 0 4%;
  }
  #lavatory .lv-list02 li {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
  }
  #lavatory .lv-list02 li:nth-child(2n) {
    margin: 0 0 4%;
  }
  #lavatory .lv-list02 dt {
    padding: 2%;
    margin: 0 0 2%;
  }
  #lavatory .lv-list02 dd {
    margin: 0 0 4%;
  }
}

/*------------------------------------
	comfort
------------------------------------*/
#comfort .jcom {
  padding: 1rem 0;
}

/*------------------------------------
	security
------------------------------------*/
#security h4 {
  margin: 0 0 5px;
  text-align: left;
}

#security h4 + p {
  font-size: 1.3rem;
  margin: 0 0 20px;
}

#security .boxbb {
  background: transparent;
}

#security .boxbb h4 + p {
  background: url(../images/equipment/security/s_ico.png) no-repeat left center;
  padding-left: 50px;
  min-height: 46px;
}

#security .boxbb h4 + p span {
  padding-top: 13px;
  display: block;
}

#security h4 span img {
  margin: 0 10px 0 0;
}

#security .inner-min > dl dt {
  color: #fff;
  padding: 10px 15px;
  background: #111f37;
  font-size: 1.3rem;
  margin: 0 0 20px;
}

#security .security-list01 {
  font-size: 0;
  line-height: 0;
  margin: 0 0 40px;
}

#security .security-list01 li {
  float: left;
  width: 465px;
  margin: 0 30px 30px 0;
}

#security .security-list01 li.none {
  margin: 0;
}

#security .security-list01 li:last-child {
  width: 710px;
}

#security .security-list02 li {
  margin: 0 0 20px;
}

#security .security-list02 li p {
  font-size: 1.3rem;
  line-height: 2;
  color: #e60012;
}

#security .security-list02 li p span {
  color: #333;
}

#security .security-list02 + p {
  clear: both;
  font-size: 1.3rem;
  margin: 0 0 30px;
}

#security .security-list03 {
  margin: 0 0 60px;
}

#security .security-list03 li {
  width: 50%;
  float: left;
}

#security .security-list03 li figure {
  float: left;
  width: 170px;
  font-size: 0;
  line-height: 0;
}

#security .security-list03 li dl {
  float: right;
  width: 310px;
}

#security .security-list03 dl dt,
#security .security-list03 dl dd {
  padding: 0 20px;
}

#security .security-list03 dl dt {
  font-size: 1.8rem;
  margin: 0 0 5px;
}

#security .security-list03 dl dt span {
  font-size: 1.3rem;
  display: block;
}

#security .security-list03 dl dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

#security .boxbb > figure {
  margin: 0 auto 3%;
}

#security .spbox {
  background: #fff;
  padding: 20px;
}

#security .spbox li {
  width: 100%;
}

#security .spbox li dt {
  color: #333;
}

#security .spbox li figure {
  text-align: center;
}

#security .security-box01 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999999;
  margin: 0 0 30px;
}

#security .security-box01 > dl {
  width: 560px;
}

#security .security-box01 > dl > dt {
  color: #fff;
  padding: 10px 15px;
  background: #111f37;
  font-size: 1.3rem;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  #security h4 span,
  #security h4 span + span {
    float: none;
    text-align: right;
  }
  #security h4 span img {
    margin: 0;
    width: 46.5%;
  }
  #security h4 span img + img {
    margin: 0;
    width: 51.33333333333333%;
  }
  #security h4 span + span img {
    width: 18.83333333333333%;
  }
  #security .security-list01 {
    margin: 0 0 8%;
  }
  #security .security-list01 li,
  #security .security-list01 li.none {
    float: none;
    margin: 0 0 5%;
    width: 100%;
  }
  #security .security-list01 li:last-child {
    width: 100%;
    float: none;
    margin: 0;
  }
  #security .security-list01 li img {
    width: 100%;
  }
  #security .security-list02 {
    margin: 0;
    width: auto;
  }
  #security .security-list02 li {
    margin: 0 0 5%;
  }
  #security .security-list02 + p {
    margin: 0 0 8%;
  }
  #security .security-list03 {
    margin: 0 0 8%;
  }
  #security .security-list03 li {
    width: 100%;
    float: none;
    margin: 0 0 5%;
  }
  #security .security-list03 li figure {
    width: 28.33333333333333%;
  }
  #security .security-list03 li dl {
    width: 71.66666666666667%;
  }
  #security .inner p.photo,
  #security .inner p.photo img {
    width: 100% !important;
    padding: 5% 0 !important;
  }
  #security .spbox {
    padding: 3%;
  }
  #security .spbox li {
    width: 100%;
  }
  #security .security-box01 {
    display: block;
    padding: 4%;
    margin: 0 0 4%;
  }
  #security .security-box01 > ul > li {
    width: 100%;
    padding: 0 0 5%;
  }
  #security .security-box01 > dl {
    width: auto;
  }
  #security .security-box01 > dl > dt {
    margin: 0 0 3%;
  }
}

/*------------------------------------
	performance
------------------------------------*/
#main #performance {
  margin: 0 auto;
}

#main #performance > .inner-min > p {
  padding-bottom: 30px;
}

#main #performance > .inner-min > p b {
  font-size: 1.8rem;
  font-weight: normal;
}

#performance > .inner-min > p.txt {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 0;
}

#performance .p-cont .e-stit {
  color: #fff;
  background: #121f37;
  padding: 8px 20px;
  font-size: 1.3rem;
}

#performance .p-cont h4 {
  margin: 0 0 20px;
}

#performance .p-cont #box01,
#performance .p-cont #box02,
#performance .p-cont #box03 {
  padding: 0;
  margin: 0 0 40px;
}

#performance .p-cont #box04 {
  padding: 0;
}

#performance .p-cont #box01 {
  background: #fff;
}

#performance .p-cont #box01 > p {
  margin: 0 0 10px;
  line-height: 2;
  font-size: 1.3rem;
}

#performance .p-cont #box01 .check {
  border: 1px solid #999999;
  color: #333;
}

#performance .p-cont #box01 .check > div {
  float: left;
  width: 425px;
  padding: 27px;
}

#performance .p-cont #box01 .check p {
  font-size: 1.3rem;
  line-height: 1.8;
}

#performance .p-cont #box01 .check div:first-child div.clear {
  padding: 25px 0 0;
}

#performance .p-cont #box01 .check div:first-child dl dd figure {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

#performance .p-cont #box01 .check div:first-child h5 {
  margin: 10px 0 20px;
}

#performance .p-cont #box01 .check div:first-child dl {
  background: #edebe9;
  padding: 10px;
}

#performance .p-cont #box01 .check div:first-child dl dt {
  color: #262e2a;
  padding: 3px 0;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

#performance .p-cont #box01 .check div:first-child dl dd {
  text-align: center;
  font-size: 1.0rem;
}

#performance .p-cont #box01 .check div:first-child dl dd > p {
  clear: both;
  padding: 10px 0 0;
}

#performance .p-cont #box01 .check div:first-child dl dd div p {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
}

#performance .p-cont #box01 .check div:first-child dl dd b {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin: 10px 0 5px;
}

#performance .p-cont #box01 .check div + div dl {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 20px 0 0;
}

#performance .p-cont #box01 .check div + div dt {
  margin: 0 0 5px;
  font-weight: bold;
  color: #e60012;
}

#performance .p-cont #box02 h5 {
  margin: 10px 0 30px;
}

#performance .p-cont #box02 > p {
  margin: 0 0 50px;
}

#performance .p-cont #box02 ol,
#performance .p-cont #box02 ul {
  list-style: none;
}

#performance .p-cont #box02 .clear > ul {
  width: 455px;
  float: left;
  margin: 0 50px 0 0;
  list-style: none;
}

#performance .p-cont #box02 .clear > ul + ul {
  margin: 0;
}

#performance .p-cont #box02 .clear > ol li {
  width: 455px;
  float: left;
  margin: 0 20px 20px 0;
}

#performance .p-cont #box02 .clear > ol li:nth-child(2n) {
  margin: 0 0 20px;
}

#performance .p-cont #box02 .clear > ol li:nth-child(2n + 1) {
  clear: both;
}

#performance .p-cont #box02 ol li dl {
  padding: 0 0 20px;
}

#performance .p-cont #box02 ol li dt {
  font-size: 0;
  line-height: 0;
  float: left;
  width: 45px;
}

#performance .p-cont #box02 ol li dd {
  font-size: 1.3rem;
  float: right;
  width: 400px;
  padding: 10px 0 0;
}

#performance .p-cont #box02 ol li dd span {
  font-size: 1.0rem;
}

#performance .p-cont #box02 ul li {
  font-size: 1.3rem;
}

#performance .p-cont #box02 .clear > ul > li {
  margin: 0 0 40px;
}

#performance .p-cont #box02 ul li h6 {
  font-size: 1.3rem;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #999999;
}

#performance .p-cont #box02 ul li dt {
  float: left;
  width: 50px;
}

#performance .p-cont #box02 ul li.double dt {
  width: 105px;
}

#performance .p-cont #box02 ul li dd {
  float: right;
  width: 395px;
  padding: 0;
}

#performance .p-cont #box02 ul li.double dd {
  width: 340px;
}

#performance .p-cont #box02 ul li li {
  margin: 0 0 10px;
}

#performance .p-cont #box02 ul li p {
  float: none;
  margin: 0 0 20px;
}

#performance .p-cont #box02 ul li dd p.red {
  margin: 0;
  color: #e60012;
}

#performance .p-cont #box02 ul li dd p.red span {
  font-size: 1.1rem;
}

#performance .p-cont #box02 .caution li {
  margin: 0 0 5px;
}

#performance .p-cont #box03 h3 {
  margin: 0 0 20px;
}

#performance .p-cont #box03 > div > p {
  margin: 0 0 40px;
}

#performance .p-cont #box03 ul {
  list-style: none;
  margin: 0 0 40px;
}

#performance .p-cont #box03 ul li {
  width: 300px;
  float: left;
  margin: 0 30px 0 0;
}

#performance .p-cont #box03 ul li.none {
  margin: 0;
}

#performance .p-cont #box03 ul li p {
  font-size: 0;
  line-height: 0;
}

#performance .p-cont #box03 ul li dt {
  font-size: 1.2rem;
  margin: 10px 0;
  color: #704e17;
}

#performance .p-cont #box03 ul li dt b {
  font-size: 2.0rem;
  font-weight: normal;
  color: #704e17;
}

#performance .p-cont #box03 ul li dd {
  font-size: 1.3rem;
}

#performance .p-cont #box03 > div > div.clear > div {
  float: left;
  width: 475px;
  margin: 0 10px 0 0;
}

#performance .p-cont #box03 > div > div.clear > div + div {
  margin: 0;
}

#performance .p-cont #box03 > div > div.clear > div dl {
  padding: 20px;
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid #999;
  color: #333;
}

#performance .p-cont #box03 > div > div.clear > div dt {
  color: #262e2a;
  font-weight: bold;
  margin: 0 0 5px;
}

#performance .p-cont #box03 > div > div.clear > div + div dd {
  padding-bottom: 54px;
}

#performance .p-cont #box04 {
  border: 3px solid #c4c3c6;
  background: #fff;
  margin: 0 auto 60px;
}

#performance .p-cont #box04 > div {
  padding: 30px;
}

#performance .p-cont #box04 h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  margin: 0 0 30px;
}

#performance .p-cont #box04 .clear p {
  float: left;
  width: 437px;
  color: #333;
  margin: 0 20px 0 0;
  font-size: 1.3rem;
  line-height: 1.8;
}

#performance .p-cont #box04 .clear p + p {
  margin: 0;
}

#performance-aside {
  margin: 40px 0 60px;
}

@media screen and (max-width: 768px) {
  #performance .p-cont #box01 > p {
    font-size: 1.8rem;
  }
  #performance .p-cont #box01 .check p {
    font-size: 1.6rem;
  }
  #performance .p-cont #box01 .check > div {
    float: none;
    width: 96%;
    padding: 2%;
  }
  #performance .p-cont #box01 .check div:first-child dl {
    width: auto;
  }
  #performance .p-cont #box01 .check div:first-child dl:first-child {
    margin: 0 2% 0 0;
  }
  #performance .p-cont #box01 .check div:first-child dl dd b,
  #performance .p-cont #box01 .check div + div dt,
  #performance .p-cont #box02 ul li h6,
  #performance .p-cont #box03 > div > div.clear > div dt {
    font-size: 1.8rem;
  }
  #performance .p-cont #box01 .check div:first-child dl dd,
  #performance .p-cont #box01 .check div + div dd,
  #performance .p-cont #box03 ul li dt,
  #performance .p-cont #box03 ul li dd,
  #performance .p-cont #box03 > div > div.clear > div dd {
    font-size: 1.6rem;
  }
  #performance .p-cont #box01 .check div:first-child dl dt,
  #performance .p-cont .e-stit,
  #performance .p-cont #box03 ul li dt b,
  #performance .p-cont #box04 h3 {
    font-size: 2.0rem;
  }
  #performance .p-cont #box02 .clear > ol,
  #performance .p-cont #box02 .clear > ul {
    float: none;
    width: 100%;
  }
  #performance .p-cont #box02 ol li dt,
  #performance .p-cont #box02 ul li dt {
    width: 10%;
  }
  #performance .p-cont #box02 ul li.double dt {
    width: 22%;
  }
  #performance .p-cont #box02 ol li dd,
  #performance .p-cont #box02 ul li dd {
    width: 88%;
    font-size: 1.8rem;
  }
  #performance .p-cont #box02 ul li.double dd {
    width: 76%;
  }
  #performance .p-cont #box02 ul li p {
    margin: 0 0 4%;
    font-size: 1.8rem;
  }
  #performance .p-cont #box03 ul li {
    width: 100%;
    margin: 0 0 5%;
  }
  #performance .p-cont #box03 ul li img {
    width: 100%;
  }
  #performance .p-cont #box03 > div > div.clear > div {
    width: 49%;
    margin: 0 2% 0 0;
  }
  #performance .p-cont #box03 > div > div.clear > div dl {
    padding: 2%;
  }
  #performance .p-cont #box01 .check div:first-child dl dd > div {
    width: 49%;
  }
  #performance .p-cont #box01 .check div:first-child dl dd > div + div {
    margin: 0 0 0 2%;
  }
  #performance .p-cont #box04 {
    margin: 0 auto 6%;
  }
  #performance .p-cont #box04 h3 {
    width: auto;
  }
  #performance .p-cont h4,
  #performance .p-cont #box04 h3,
  #performance .p-cont #box01 .check div:first-child h5 {
    margin: 0 0 4%;
  }
  #performance .p-cont #box04 > div {
    padding: 2%;
  }
  #performance .p-cont #box04 .clear p {
    float: none;
    width: 100%;
    font-size: 1.6rem;
  }
  #performance-aside {
    padding: 5% 0 8%;
  }
  #performance .p-cont #box02 .clear > ol li {
    width: auto;
    float: none;
    margin: 0 auto 3%;
  }
  #performance .p-cont #box02 .clear > ol li:nth-child(2n),
  #performance .p-cont #box02 .clear > ol li:nth-child(2n + 1) {
    margin: 0 auto 3%;
  }
}
/*# sourceMappingURL=equipment.css.map */