@charset "utf-8";
body{
	background-color:#fff;
	color:#000;
}

/* CSS Document */
/*サイドバー*/
.side_guide:before {
  content: "\f101";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 1em;
}
/*メインコンテンツ*/
#main {
  padding-top: 87px;
  width: 100%;
  min-height:90vh;
}
@media screen and (min-width: 576px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {
  #main {
    padding-top: 103px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding-top: 150px !important;
    width: 100%;
  }
}
/*電話＆フォーム問い合わせ共通パーツ*/
.contact_lead {
  font-size: 1.25rem;
}
.footer_contact .tel {
  font-size: 2.0rem;
  line-height: 2.0rem;
}
.footer_contact .company_name {
  font-size: .7rem !important;
  color: #000;
  line-height: 1rem !important;
  font-weight: none;
  display: block;
  color: #e7472d;
}
.footer_contact .sub_txt {
  font-size: 0.8rem;
}
/*フッター*/
footer {
  background: #1d1d1d;
  color: #fff;
}
footer ul.sitemap:first-child {
  border-left: none;
}
footer ul.sitemap li {
  font-size: 0.75rem;
  list-style: none;
}
footer ul.sitemap li a:link, footer ul.sitemap li a:visited, footer ul.sitemap li a:hover, footer ul.sitemap li a:active {
  color: #fff;
}
.caret:before {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-right: 1em;
}
#footer_info h2 {
  font-size: 1.2rem;
}
.google-map {
  position: relative;
  width: 100%; /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%; /* padding-topでもOK */
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 必要であれば!importantを付けてください */
  height: 100%; /* 必要であれば!importantを付けてください */
}
/*トップページ*/
.point span {
  font-size: 1.5rem;
}
.delivery_date {
  font-size: 2.5rem;
  font-weight: bold;
}
.delivery_notice {
  font-size: 0.8rem;
}
#top_casestudy p {
  font-size: 0.8rem;
}
#top_future .badge {
  font-size: 1.2rem;
}
#top_point .text {
  font-size: 0.8rem;
  text-align: left;
  padding: 10px;
  margin: 0px;
}
#top_point .point_box {
  text-align: center;
  border: 1px solid #bf0000;
}
#top_point .point {
  background-color: #1f2c5c;
  color: #fff;
  height: 70px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#top_point .point .text_a {
  font-size: 1.0rem;
  padding-top: 10px;
  margin-bottom: 0px;
}
#top_point .point .text_b {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
}
#top_lineup p {
  font-size: 0.8rem;
}
#top_option .op_txt {
  font-size: 0.9rem;
}
/*下層ページ*/
.flow_rwd_table {
  font-size: 0.9rem;
  width: 100%;
}
.flow_rwd_table th, td {
  padding: 10px;
  border: 1px solid #ddd;
}
.flow_rwd_table th {
  background: #f4f4f4;
}
.flow_rwd_table th {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width:480px) {
  .flow_rwd_table {}
  .flow_rwd_table th, .flow_rwd_table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .flow_rwd_table tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
/*料金表ページ*/
.price_table {
  font-size: 0.9rem;
}
.price_table td {
  padding: 5px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  .price_table {
    font-size: 0.8rem;
  }
  .price_table td {
    padding: 3px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  .price_table {}
  .price_table td {}
}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .price_table {
    font-size: 0.9rem;
  }
  .price_table td {
    padding: 5px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .price_table {
    font-size: 0.9rem;
  }
  .price_table td {
    padding: 5px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
  .price_table {
    font-size: 0.9rem;
  }
  .price_table td {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .col-menu {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .col-menu {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-menu {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*お問い合わせフォーム*/
#contact_card .box_left {
  font-size: 0.9rem;
  padding: 0.8rem;
  background-color: #76baff;
}
#contact_card .box_right {
  padding: 0.8rem;
  background-color: #ececec;
}
#contact_card p {
  font-size: 0.8rem;
}
#contact_card .text_middle {
  font-size: 0.9rem;
}
#contact_card .text_big {
  font-size: 1.0rem;
}
#contact_card textarea {
  font-size: 1rem;
}