<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*リセットcss---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen\0  {
  body {
    display: block;
  }
}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1c7bc1;
  text-decoration: none;
}

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button:focus {
  outline: 0;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
@media only screen and (min-width: 992px) {
  p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
    font-size: 2.6rem;
  }
}
/*フォント関連----------------------*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2.2rem;
}

/*汎用クラス*/
.font_s {
  font-size: 1.2rem !important;
}

.font_sm {
  font-size: 1.6rem !important;
}

.font_smm {
  font-size: 1.6rem !important;
}

.font_mm {
  font-size: 1.6rem !important;
}

.font_ml {
  font-size: 2.6rem !important;
}

.font_m {
  font-size: 1.8rem !important;
}

.font_mml {
  font-size: 2rem !important;
}

.font_l {
  font-size: 3.4rem !important;
}

.font_ll {
  font-size: 8rem !important;
}

@media only screen and (min-width: 768px) {
  /*汎用クラス*/
  .font_sm {
    font-size: 1.8rem !important;
  }
  .font_mm {
    font-size: 2rem !important;
  }
  .font_mml {
    font-size: 2.1rem !important;
  }
  .font_l {
    font-size: 5rem !important;
  }
  .font_ll {
    font-size: 14rem !important;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 8rem;
  }
  h2 {
    font-size: 5rem;
  }
  h3 {
    font-size: 3.8rem;
  }
  h4 {
    font-size: 3.4rem;
  }
  h5 {
    font-size: 3rem;
  }
  /*汎用クラス*/
  .font_s {
    font-size: 1.4rem !important;
  }
  .font_m {
    font-size: 2.4rem !important;
  }
  .font_mm {
    font-size: 2.4rem !important;
  }
  .font_mml {
    font-size: 3rem !important;
  }
  .font_ml {
    font-size: 3.6rem !important;
  }
  .font_l {
    font-size: 6rem !important;
  }
  .font_ll {
    font-size: 18rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .font_mml {
    font-size: 3.5rem !important;
  }
  .font_l {
    font-size: 7rem !important;
  }
}
/* 共通部品置き場 ---------------------------*/
.content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.content_pt {
  padding-top: 40px !important;
}

.content_pb {
  padding-bottom: 40px !important;
}

.font_rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
}

.line_height_2 {
  line-height: 2;
}

.font_weight_800 {
  font-weight: 800 !important;
}

.ul_list li a::before {
  content: "&gt;";
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 15px;
  transition: all 0.3s;
}
.ul_list li a:hover::before {
  margin-right: 30px;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .three_column_layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .three_column_layout .three_column_layout_inner {
    max-width: 30%;
    width: 100%;
  }
  .max_width_525 {
    max-width: 525px;
  }
}
@media only screen and (min-width: 992px) {
  .content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .content_pt {
    padding-top: 60px !important;
  }
  .content_pb {
    padding-bottom: 60px !important;
  }
}
/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout {
  margin-top: 20px;
}
.btn_layout a {
  display: block;
  width: 100%;
}
.btn_layout a {
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  background: #1c7bc1;
  box-shadow: 5px 5px 0 rgba(156, 156, 156, 0.6);
  position: relative;
}

/*フォームボタン*/
.btn_layout {
  margin-top: 20px;
}
.btn_layout a {
  display: block;
  width: 100%;
}
.btn_layout button, .btn_layout input {
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50px;
  text-align: center;
  padding: 5px 15px;
  background: #1c7bc1;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.3);
}
.btn_layout .return {
  font-size: 2.2rem;
  background: rgba(51, 51, 51, 0.6);
}

/*電話*/
.tel a {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
}

@media only screen and (min-width: 768px) {
  /*基本ボタン*/
  .btn_layout a {
    min-width: 310px;
  }
}
@media only screen and (min-width: 992px) {
  /*基本ボタン*/
  .btn_layout {
    margin-top: 30px;
  }
  .btn_layout a {
    font-size: 3rem;
    padding: 15px 60px;
    transition: transform 0.4s linear;
  }
  .btn_layout a:hover {
    transform: scale(1.2);
  }
  /*フォームボタン*/
  .btn_layout {
    margin-top: 20px;
  }
  .btn_layout a {
    display: block;
    width: 100%;
  }
  .btn_layout button, .btn_layout input {
    padding: 5px 40px;
  }
  .btn_layout button:hover, .btn_layout input:hover {
    background: rgba(28, 123, 193, 0.8);
    color: #fff;
  }
  .btn_layout .return {
    font-size: 1.6rem;
    padding: 10px 40px;
  }
  /*電話*/
  .tel a {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  /*基本ボタン*/
  .btn_layout {
    margin-top: 40px;
  }
}
/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_main_color_base {
  color: #1c7bc1 !important;
}

/*背景色*/
.bg_main_color_base {
  background: #1c7bc1 !important;
}

.bg_main_color_base_light {
  background: #b3e0f2 !important;
}

.bg_sub_color_light {
  background: #fdfae2 !important;
}

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  color: #1c7bc1;
}

/*タイトル　下線*/
.title_linelayout {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.title_linelayout span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.title_linelayout span::after {
  content: "";
  background: #f5cd1e;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  /*タイトルレイアウト*/
  .title_layout {
    font-size: 5rem;
  }
  /*タイトル　下線*/
  .title_linelayout {
    font-size: 3.8rem;
    margin-bottom: 50px;
  }
}
/* ヘッダー関連 ------------------------*/
.page_header {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  z-index: 9999;
}

/*ロゴ*/
h1.logo {
  margin-bottom: 0;
  line-height: 0;
}

.logo img {
  width: 85px;
}

@media only screen and (min-width: 992px) {
  /*ロゴ*/
  .logo img {
    width: 125px;
  }
}
/*  フッター関連 ----------------------------*/
/*固定バー*/
.fixed_box {
  position: fixed;
  bottom: 90px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}

.icon_mail,
.icon_tel {
  margin-right: 5px;
}
.icon_mail img,
.icon_tel img {
  width: 60px;
}

.icon_tel {
  margin-top: 15px;
}

.page_footer {
  margin-top: auto;
  position: relative;
  background: #333;
  /*タイトルレイアウト*/
  /*電話*/
}
.page_footer::before {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-top: 30px solid #b3e0f2;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.page_footer .title_layout {
  font-size: 3rem !important;
}
.page_footer .tel {
  display: flex;
}
.page_footer .tel a {
  color: #fff;
  font-size: 3.5rem;
}
.page_footer .tel a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(images/icon-footer-tel.svg) no-repeat;
  background-size: contain;
}

/*住所*/
address {
  font-size: 1.4rem;
}

/*コピーライト*/
.copyright {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .page_footer {
    /*電話*/
  }
  .page_footer .tel a {
    font-size: 4.6rem;
  }
  .page_footer .tel a::before {
    width: 40px;
    height: 40px;
  }
  /*住所、コピーライト*/
  address, .copyright {
    font-size: 1.6rem;
  }
  /*kyoeiロゴ*/
  .footer_logo {
    width: 300px;
  }
  /*固定バー*/
  .fixed_box {
    bottom: 100px;
  }
  .mail_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 100px;
    padding: 5px 75px 5px 5px;
    background: #1c7bc1;
    border-radius: 5px 0 0 5px;
    box-shadow: 5px 5px 0 rgba(156, 156, 156, 0.6);
  }
  .mail_box:hover {
    opacity: 0.8;
  }
  .mail_box .icon_contact {
    margin-right: 10px;
    text-align: center;
  }
  .mail_box .icon_contact img {
    width: 50px;
  }
  .mail_box .mail_box_title {
    font-size: 1.6rem;
    text-align: center;
    color: #f5cd1e;
    font-weight: bold;
  }
  .mail_box .mail_box_text {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
  }
  .mail_box .icon_contact_btn {
    position: absolute;
    top: -20px;
    right: 10px;
  }
  .mail_box .icon_contact_btn img {
    width: 45px;
  }
  .tel_box {
    border-radius: 5px 0 0 5px;
    box-shadow: 5px 5px 0 rgba(156, 156, 156, 0.6);
  }
  .tel_box:hover {
    opacity: 0.8;
  }
  .tel_box .free_tel_title {
    font-size: 2rem;
  }
  .tel_box .icon_free img {
    width: 50px;
  }
  .tel_box .free_tel_text {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page_footer .btn_layout button {
    min-width: auto;
  }
  /*kyoeiロゴ*/
  .footer_logo {
    width: 400px;
  }
  .mail_box {
    padding: 5px 75px 5px 5px;
  }
  .mail_box .mail_box_title {
    font-size: 1.8rem;
  }
  .mail_box .mail_box_text {
    font-size: 2.4rem;
  }
  .mail_box .icon_contact_btn {
    top: -30px;
  }
  .mail_box .icon_contact_btn img {
    width: 55px;
  }
  .tel_box .icon_free img {
    width: 45px;
  }
  .tel_box .free_tel_text {
    font-size: 3rem;
  }
}
/* メイン設定 ---------------------------*/
/*メインビジュアル*/
.bg_mainimg {
  background: url(images/bg-mainimg.svg) no-repeat top center/cover;
}

/*こんなところがラッピングバスの魅力！*/
.charm_box {
  background: #fdfae2;
}
.charm_box img {
  width: 200px;
}

/*たとえば　画像*/
.ex_img {
  width: 200px;
}

/*price*/
.price_text {
  font-size: 3rem;
  font-weight: 800;
  color: #e9474d;
}

/*table*/
.table_layout th {
  background: #13639d;
  border-right: 3px solid #1c7bc1;
  border-bottom: 3px solid #1c7bc1;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 2rem;
}
.table_layout td {
  background: #fff;
  border-right: 3px solid #1c7bc1;
  border-bottom: 3px solid #1c7bc1;
  padding: 20px;
  text-align: center;
}

/*support*/
.bg_icon_support {
  position: relative;
  margin-top: 55px;
}
.bg_icon_support::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  background: url(images/human.svg) no-repeat top center/contain;
  width: 165px;
  height: 80px;
  margin: 0 auto;
}

/*mainimg header調整*/
.header_height_padding {
  padding-top: 70px;
}

/*お問い合わせ---------------------*/
/*フォーム*/
.form-control {
  font-size: 1.6rem;
  height: auto;
}

.formErrorContent {
  padding: 10px;
  color: #fff;
  background: red;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  /*右線*/
  .border_right {
    border-right: 3px solid #f4e829;
  }
  /*price*/
  .price_text {
    font-size: 4rem;
    letter-spacing: 5px;
  }
  /*table*/
  .table_layout th:first-of-type {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  /*たとえば　画像*/
  .ex_img {
    width: 300px;
  }
  /*price*/
  .price_text {
    font-size: 5rem;
  }
  /*table*/
  .table_layout th {
    font-size: 2.6rem;
  }
  /*support*/
  .bg_icon_support {
    margin-top: 100px;
  }
  .bg_icon_support::before {
    top: -120px;
    width: 300px;
    height: 155px;
  }
  /*mainimg header調整*/
  .header_height_padding {
    padding-top: 65px;
  }
}</pre></body></html>