/* =================================
   TopPage
==================================== */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

/*==============================
TOP contents
==============================*/
.l-top-contact ul {
  padding: 1rem 0;
}
.l-top-contact ul li {
  padding: 0 0 1rem;
}
.l-top-contact .contact-btn {
  padding: 0 0 1.7rem;
  text-align: center;
}
.l-top-contact .contact-btn img {
  width: 60% !important;
}
.l-top-contact h2 {
  width: 65% !important;
  height: auto;
}
.l-top-contact .contact-headline-01 {
  position: relative;
  top: 11vw;
  left: 5vw;
}

.contact-bg {
  background: url(../img/module/top_contact_bg.png) repeat;
}

.contact-pht {
  margin: -7rem 0 0;
}

.l-top-trouble {
  margin: 3rem 0 5.5rem;
}
.l-top-trouble h2 {
  margin: 0 0 1.5rem;
}
.l-top-trouble ul {
  padding: 1rem;
  border: 3px solid #002895;
  background: #fafafa;
}
.l-top-trouble ul li {
  padding: 1rem 1.5rem 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  background: url(../img/top/top_trouble_check.png) no-repeat 0 4vw;
  border-bottom: 2px dashed #666;
  text-align: left;
}
.l-top-trouble ul li:last-child {
  border-bottom: none;
}

.l-top-perform .perform-txt {
  margin: 0 0 1.5rem;
}

.l-top-clean {
  margin: 0 0 5.5rem;
}

.l-top-movie h2 {
  margin: 0 0 2rem;
}
.l-top-movie iframe {
  width: 100% !important;
  height: 50vw;
}
.l-top-movie .movie-youtube {
  margin: 0 0 3rem;
}

.l-top-introduction {
  padding: 0 0 1.5rem;
  background: #f0f0f0;
}

.l-top-question {
  margin: 0 0 2rem;
}

.l-top-speciality h2 {
  margin: 0 0 3rem;
}
.l-top-speciality .speciality-img {
  margin: 0 0 3.5rem;
}
.l-top-speciality .speciality-list {
  padding: 4rem 0 1.5rem;
  background: url(../img/top/top_speciality_arrow.png) no-repeat center top #dcedff;
}
.l-top-speciality h3 {
  margin: 0 0 1rem;
}
.l-top-speciality ul li {
  margin: 0 0 2.5rem;
}
.l-top-speciality ul li p {
  padding: 1.5rem;
  font-size: 1.2rem;
  color: #3e3e3e;
  text-align: left;
}
.l-top-speciality ul li span {
  background: url(../img/module/highlight_bg_01.png) no-repeat left bottom, url(../img/module/highlight_bg_02.png) no-repeat right bottom, url(../img/module/highlight_bg_03.png) repeat-x left bottom;
}
.l-top-speciality ul .speciality-block {
  border: 4px solid #0045a3;
}
.l-top-speciality ul .speciality-block {
  background: #FFF;
}
.l-top-speciality ul .speciality-table {
  padding: 1.5rem;
}

.l-top-set {
  padding: 3rem 0 0;
}

.l-top-lease {
  background: #dcdcdc;
}

.l-top-promotion {
  padding: 0 0 1rem;
}
.l-top-promotion h2 {
  margin: 0 0 4.5rem;
}
.l-top-promotion li {
  margin: 0 0 2rem;
}

.l-top-list li:last-child {
  margin: 0 0 3rem;
}

.l-top-income h2 {
  margin: 0 auto;
  width: 70% !important;
  height: auto;
  position: relative;
  z-index: 100;
}
.l-top-income .income-img {
  position: relative;
  margin: -11rem 0 0;
  z-index: 10;
}
@media only screen and (max-width: 640px){
  .l-top-income .income-img{
    margin: -2rem 0 0;
  }
  .contact-pht{
    margin: -2rem 0 0;
  }
}