@charset "UTF-8";

/*============================
common
============================*/

.container {
  padding-bottom: 0;
}

.primary {
  float: none;
  width: 100%;
}

.primary article {
  padding: 80px 0;
}

h2 {
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  font-size: 25px;
}

@media only screen and (max-width: 768px) {
  .primary article {
    padding: 40px 0;
  }

  h2 {
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }
}

/*============================
FV
============================*/

.top_bg {
  width: 100%;
}

.top_img {
  background: url(../images/home/top.jpg) no-repeat center center;
  padding-top: 43.0769%;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-background-size: 100%;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .top_bg {
    padding-top: 55px;
  }
}

/*============================
#service
============================*/

#service img {
  width: 480px;
}

#service .text {
  width: 480px;
  margin-top: 20px;
}

#service .text p:first-child {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

#service .text .list-mark {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

  #service img {
    width: 100%;
  }

  #service .text {
    width: 100%;
    margin-top: 20px;
  }

  #service .text p:first-child {
    font-size: 18px;
  }
}

/*============================
#faq
============================*/

#faq {
  background-color: #eaf8ff;
}

#faq dt{
  position: relative;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #b3e6ff;
  color: #0080C0;
}

#faq dt::before{
  content: 'Q.';
  padding-right: 5px;
}

#faq dd{
  position: relative;
  padding: 10px 20px 10px 40px;
}

#faq dd::before{
  content: 'A.';
  position: absolute;
  left: 22px;
  font-weight: bold;
  color: #47bcf6;
}

@media only screen and (max-width: 768px) {}

/*============================
#company
============================*/


@media only screen and (max-width: 768px) {
  #company .info {
    width: 100%;
  }

  #company #map {
    margin-top: 20px;
    height: 280px;
    width: 100%;
  }
}
