@charset "utf-8";

/*==============================================
  local
==============================================*/
.f14 {
  font-size: 14px !important;
}
/* 
 * cmn
 */
/* elements */
.summary h3 {
  font-size: 3.6em;
  text-align: center;
}
.summary p,
.summary li,
.summary dt,
.summary dd {
  line-height: 1.5;
}
.summary p {
  font-size: 1.3em;
}
.summary li {
  list-style: none;
}
@media screen and (max-width: 640px) {

}

/* box */
#top_contents {
  padding-bottom: 50px;
  background: #ffffff;
}
.summary {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .summary {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* img */
.img {
  display: block;
  width: 100%;
  height: auto;
}

/* summary */
.sh_org {
  line-height: 1.4;
  margin-bottom: .7em;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(255, 111, 0, .8);
  background-position: top center;
  background-repeat: no-repeat;
}
.summary h3 + p {
  margin: 1.1em 0 0.5em;
}

/* clear */
.summary .clear:after {
  display: none;
}

/* 
 * splash
 */
#splash {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
#splash .pc_block {
  display: block;
}
#splash .sp_block {
  display: none;
}
@media screen and (max-width: 640px) {
  #splash .pc_block {
    display: none;
  }
  #splash .sp_block {
    display: block;
  }
}

/* 
 * yuasa
 */
#yuasa {
  margin-top: 35px;
}
.yuasa_inr {
  display: flex;
  flex-wrap: wrap;
}
.strong_boxA {
  position: relative;
  margin: 15px 0 2em;
  padding: 25px 25px;
  width: calc((100% - 40px) / 2);
  border: 5px solid #ffcf00;
  border-radius: 5px;
  behavior: url(/common/js/PIE.htc);
  box-sizing: border-box;
}
.strong_boxA:nth-child(even) {
  margin-left: 40px;
}
.strong_boxA:nth-child(n+3) {
  margin-top: 55px;
}
.strong_boxA .ttl {
  position: absolute;
  top: -.9em;
  left: 0;
  width: 100%;
  font-family: "UD新ゴ DB",UD Shin Go DemiBold;
  color: #005aab;
  font-size: 32px;
  text-align: center;
}
.strong_boxA .ttl span {
  padding: 0 .5em;
  background: #fff;
}

.catch {
  display: flex;
  margin-bottom: 20px;
}
.catch h4 { 
  margin-left: 20px;
  width: calc(100% - 132px);
  color: #ea5514;
  font-size: 20px;
}

.photo {
  display: flex;
}
.photo p {
  width: calc((100% - 20px) / 2);
}
.photo + p {
  margin-top: 10px;
}
.photo p + p {
  margin-left: 20px;
}

.comp {
  display: flex;
  margin: 10px 0 15px;
}
.comp li + li {
  margin-left: 10px;
}

.ecor dl {
  display: flex;
  margin-top: 20px;
}
.ecor dl + dl {
  margin-top: 10px;
}
.ecor dd {
  width: calc(100% - 125px);
  margin-left: 15px;
}

.enj .item {
  margin-top: 20px;
  padding: 15px;
  border: 2px solid #e60012;
  border-radius: 5px;
  box-sizing: border-box;
}
.enj .item ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.enj .item ul.comp {
  margin-bottom: 0;
}

.enj .item ul li {
  width: 120px;
}

.hv .item {
  margin: 10px 0 15px;
}
.hv .item li + li {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .yuasa_inr {
    display: block;
  }
  .strong_boxA {
    width: 100%;
  }
  .strong_boxA:nth-child(even) {
    margin-left: 0;
  }
  .strong_boxA + .strong_boxA {
    margin-top: 55px;
  }
  .strong_boxA .ttl {
    position: static;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .strong_boxA .ttl span {
    padding: 0;
  }

  .catch {
    display: block;
  }
  .catch h4 {
    width: 100%;
    margin: 5px 0 0 0;
  }

  .photo {
    display: block;
  }
  .photo p {
    width: 100%;
  }
  .photo p + p {
    margin: 20px 0 0 0;
  }

  .comp {
    margin: 15px 0;
  }
  
  .enj .item ul {
    display: block;
  }
  .enj .item ul li {
    width: 70%;
    margin: 0 auto;
  }
  .enj .item ul li + li {
    margin-top: 5px;
  }
}