body div.container .row {
  padding-left: 5px;
  padding-right: 5px;
}
body div.container.orange {
  background-color: #ed7d31;
  color: #FFF;
}
body div.container.white {
  background-color: #FFF;
  color: #333;
}
body div.container #title {
  color: #FFF;
}
body div.container #title h1 {
  text-shadow: 1px 1px 2px #666;
  font-size: 5rem;
}
body div.container #title h2, body div.container #title p {
  font-size: 2.1rem;
}
body div.container #title h2 {
  text-shadow: 1px 1px 2px #666;
}
body div.container #title p {
  line-height: 1.3em;
  font-weight: bold;
  color: #843c0c;
  text-shadow: 1px 1px 2px #FFF;
}
body div.container #title span {
  display: block;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  background: url("/img/psf/psf.png") left top no-repeat;
  background-size: 100px;
  position: absolute;
  top: -60px;
  right: 0px;
}
@media (min-width: 550px) {
  body div.container #title span {
    top: -60px;
    right: 0px;
  }
}
@media (min-width: 980px) {
  body div.container #title span {
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 550px) {
  body div.container #title h1 {
    font-size: 10rem;
  }
  body div.container #title h2, body div.container #title p {
    font-size: 3rem;
  }
}
body div.container #psf-desc h2 {
  font-size: 2.1rem;
}
body div.container #psf-desc strong {
  text-decoration: underline;
}
body div.container .title_bar {
  background: url("/img/base/bg_title_bar.png") left center repeat-x;
  text-align: center;
  margin-bottom: 3rem;
}
body div.container .title_bar h2, body div.container .title_bar h3 {
  font-size: 2.1rem;
  background-color: #595959;
  color: #FFF;
  display: inline-block;
  padding: 1rem 4rem;
  margin: 0 auto;
  border-radius: 2.5rem;
}
@media (min-width: 550px) {
  body div.container .title_bar h2, body div.container .title_bar h3 {
    padding: 1rem 10rem;
  }
}
body div.container .boxl {
  margin: 3rem 0;
  background-color: #f8cbad;
  margin-right: 3%;
  padding-left: 3%;
}
@media (min-width: 980px) {
  body div.container .boxl {
    margin-right: 10%;
    padding-left: 10%;
  }
}
body div.container .boxr {
  margin: 3rem 0;
  background-color: #f4b183;
  margin-left: 3%;
  padding-right: 3%;
}
@media (min-width: 980px) {
  body div.container .boxr {
    margin-left: 10%;
    padding-right: 10%;
  }
}
body div.container .boxl h3, body div.container .boxr h3 {
  color: #843c0c;
}
body div.container .btnblock {
  margin: 5rem auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 550px) {
  body div.container .btnblock {
    width: 80%;
  }
}
@media (min-width: 1100px) {
  body div.container .btnblock {
    width: 70%;
  }
}
body div.container .btnblock .inner {
  padding: 0;
  margin-bottom: 1em;
}
body div.container .btnblock span {
  font-size: 1.3rem;
  color: #666;
  text-align: left;
  display: block;
}
@media (min-width: 980px) {
  body div.container .btnblock span {
    text-align: center;
  }
}
body div.container .btnblock p {
  margin: 0;
}
@media (min-width: 980px) {
  body div.container .btnblock p {
    font-size: 1.8rem;
    padding-top: 5px;
    text-align: left;
    width: 60%;
  }
}
body div.container .btnblock a.inquiry {
  margin-bottom: 1em;
}
@media (min-width: 980px) {
  body div.container .btnblock a.inquiry {
    margin-bottom: 0;
    float: right;
  }
}
body div.container a.inquiry {
  padding: 1rem 2rem;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3em;
  background-color: #ed7d31;
  border-radius: 5rem;
  border: 5px solid #f8cbad;
  cursor: pointer;
  box-sizing: border-box;
  height: auto;
  box-shadow: 1px 1px 3px #999;
}
@media (min-width: 980px) {
  body div.container a.inquiry {
    padding: 1rem 3rem;
    font-size: 2.5rem;
  }
}
body div.container a.inquiry:hover {
  border-color: #f4b183;
  box-shadow: none;
}
body div.container ol.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
body div.container ol.steps li {
  margin: 0;
  position: relative;
  padding: 1em 1em 30px 1em;
  background: url("/img/base/bg_steps.png") center bottom no-repeat;
  background-color: #fbe5d6;
}
@media (min-width: 550px) {
  body div.container ol.steps li {
    padding: 1em 1em 30px 120px;
  }
}
body div.container ol.steps li.nostep {
  background-image: none;
}
body div.container ol.steps li.ev {
  background-color: #f8cbad;
}
body div.container ol.steps li p {
  margin-bottom: 0;
}
body div.container ol.steps li h3 {
  font-size: 2rem;
  margin: 1rem 0 2rem 0;
  padding-left: 80px;
}
@media (min-width: 550px) {
  body div.container ol.steps li h3 {
    font-size: 3rem;
    margin: 1rem 0;
    padding-left: 0;
  }
}
body div.container ol.steps li span.no {
  position: absolute;
  display: block;
  background-color: #FFF;
  left: 0;
  top: 1rem;
  font-size: 2rem;
  color: #843c0c;
  font-weight: bold;
  padding: 1rem 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 550px) {
  body div.container ol.steps li span.no {
    font-size: 3rem;
  }
}
body div.container table.specs {
  width: 100%;
  border-collapse: collapse;
}
body div.container table.specs th {
  padding: 1rem 2rem;
  text-align: center;
}
@media (min-width: 550px) {
  body div.container table.specs th {
    white-space: nowrap;
  }
}
body div.container table.specs td {
  padding: 1rem;
  text-align: center;
}
body div.container table.specs td i {
  color: #ed7d31;
  font-size: 2.5rem;
  font-style: normal;
}
body div.container table.specs tr.explain.pc {
  display: none;
}
body div.container table.specs tr.explain.sp {
  display: table-row;
}
@media (min-width: 980px) {
  body div.container table.specs tr.explain.pc {
    display: table-row;
  }
  body div.container table.specs tr.explain.sp {
    display: none;
  }
}
body div.container table.specs tr.explain td {
  text-align: left;
}
body div.container table.specs tr.explain td h3 {
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #ed7d31;
  margin-bottom: 1rem;
}
body div.container table.specs tr.explain td p {
  margin-bottom: 0;
}
body div.container table.specs th, body div.container table.specs td {
  font-weight: normal;
  border-bottom: 2px solid #ddd2cb;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
body div.container table.specs thead th {
  background-color: #ed7d31;
  color: #FFF;
  font-weight: bold;
}
body div.container table.specs thead th.blank {
  border-top: none;
  border-left: none;
  background-color: #FFF;
}
body div.container table.specs tr:nth-child(2n) th, body div.container table.specs tr:nth-child(2n) td {
  background-color: #fbe5d6;
}
