<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
 * ヘッダー、フッターなどのサイトの基本部分用スタイルシート
 */

html {
  font-size: 10px;
}

body {
  font-size: 15px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #666;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.wraper {
  margin-right: auto;
  margin-left: auto;
  min-width: 1200px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

a {
  color: inherit;
}

p {
  margin-bottom: 1em;
}

iframe {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-family: inherit;
  border: solid 1px #DCDCDC;
  vertical-align: middle;
  border-radius: 6px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #fff;
}

input[type="submit"] {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 100%;
  max-width: 260px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  background: #004096;
  border: none;
}

/* layout */

.header {
  padding-top: 78px;
  position: relative;
  line-height: 1.8;
}

.header a {
  text-decoration: none;
}

.header-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.header-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 414px;
  padding: 54px 50px 0 50px;
  background: #002160;
  z-index: 1;
}

.header-left.opened {
  padding-bottom: 50px;
}

body.home .header-left.opened {
  /*bottom: 0;*/
}

.header-logo {
  margin-bottom: 16px;
  text-align: center;
}

.header-navigation-toggle a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.2em;
}

.header-navigation-toggle a.open {
  padding-bottom: 15px;
  background: left 50% bottom 8px url(../images/header_navigation_open.png) no-repeat;
}

.header-navigation-toggle a.close {
  display: none;
  padding-bottom: 44px;
  background: left 50% bottom 8px url(../images/header_navigation_close.png) no-repeat;
}

.header-left.opened .header-navigation-toggle a.open { display: none; }
.header-left.opened .header-navigation-toggle a.close { display: block; }

.header-navigation {
  display: none;
  color: #fff;
}

.header-left.opened .header-navigation {
  display: block;
}

.header-navigation &gt; ul &gt; li {
  margin-bottom: 5px;
}

.header-navigation &gt; ul &gt; li &gt; a {
  display: block;
  padding-left: 20px;
  font-size: 18px;
  background: left url(../images/footer_menu_icon.svg) no-repeat;
  background-size: auto 1em;
}

.header-navigation &gt; ul &gt; li &gt; a:hover {
  background-image: url(../images/footer_menu_icon_on.svg);
}

.header-navigation &gt; ul &gt; li &gt; ul {
  margin: 10px 0;
}

.header-navigation &gt; ul &gt; li &gt; ul &gt; li {
  margin: 5px 0 5px 20px;
}

.header-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 1px;
  vertical-align: middle;
  background: #fff;
}

.header-contact {
  padding: 0 24px 16px 24px;
  color: #000;
}

.header-contact ul {
  display: flex;
  justify-content: flex-end;
}

.header-contact ul li {
  padding-top: 18px;
}

.header-contact ul li.tel {
  padding-right: 20px;
  border-right: solid 1px #8A8A8A;
}

.header-contact ul li.contact {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 800;
  font-size: 18px;
}

.header-contact ul li.line {
  padding-right: 16px;
}

.header-contact ul li a {
  display: flex;
  height: 100%;
  align-items: center;
}

.footer {
  color: #fff;
  line-height: 1.8;
  background: #00213E;
}

.footer a {
  text-decoration: none;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 20px 10px;
  max-width: 1540px;
}

.footer-left {
  display: flex;
}

.footer-logo {
  margin: 0 70px 0 50px;
}

.footer-info {
  line-height: 1.5;
}

.footer-info h3 {
  margin-bottom: 10px;
}

.footer-info .tel {
  font-weight: 800;
}

.footer-right {
  flex-grow: 1;
  max-width: 880px;
}

.footer-navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-navigation &gt; ul {
  margin-left: 54px;
}

.footer-navigation &gt; ul &gt; li {
  margin-bottom: 6px;
}

.footer-navigation &gt; ul &gt; li &gt; a {
  padding: 2px 0 2px 18px;
  background: left 0 top 0.2em url(../images/footer_menu_icon.svg) no-repeat;
  background-size: auto 1em;
}

.footer-navigation &gt; ul &gt; li &gt; a:hover {
  background-image: url(../images/footer_menu_icon_on.svg);
}

.footer-navigation &gt; ul &gt; li &gt; ul {
  margin: 12px 0;
}

.footer-navigation &gt; ul &gt; li &gt; ul &gt; li {
  margin: 6px 0 6px 16px;
}

.footer-navigation &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 1px;
  vertical-align: middle;
  background: #fff;
}

.footer-copyright {
  font-size: 13px;
  text-align: right;
}

/**/

section.bg {
  background: #F8F8F8;
}

hr.solid {
  display: block;
  height: 0;
  border: none;
  border-bottom: solid #000 1px;
}

hr.dotted {
  display: block;
  height: 0;
  border: none;
  border-bottom: dashed #878787 1px;
}

.heading-section {
  margin-bottom: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.side-image {
  display: flex;
}

.side-image .image {
  flex-shrink: 0;
  margin-left: 40px;
}

.link-more {
  display: inline-block;
  padding: 10px;
  min-width: 232px;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  color: #004096;
  font-weight: 800;
  border: solid 1px #004096;
}

.link-more:hover {
  color: #fff;
  background: #004096;
}

.table {
  color: #2A2A2A;
}

.table th {
  padding: 12px 36px 12px 18px;
  font-weight: bold;
  background: #D9D9D9;
  border: solid 1px #9D9D9D;
}

.table td {
  padding: 12px 36px 12px 18px;
  border: solid 1px #9D9D9D;
}

.table-border-side {
  width: 100%;
  color: #000000;
}

.table-border-side th {
  padding: 16px 6%;
  font-size: 16px;
  border-left: solid 1px #B4B4B4;
}

.table-border-side td {
  padding: 16px 6%;
  font-size: 17px;
  font-weight: 800;
  border-left: solid 1px #B4B4B4;
}

.table-contact {
  width: 100%;
}

.table-contact th {
  padding: 10px 46px 42px 0;
  font-size: 20px;
  vertical-align: top;
}

.table-contact th .required {
  float: right;
  padding: 2px 12px;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  background: #002160;
  border-radius: 4px;
}

.table-contact td {
  padding: 0 0 42px 0;
}

.table-works {
  width: 100%;
  color: #000000;
}

.table-works th {
  padding: 8px 10px 8px 0;
  font-size: 16px;
  white-space: nowrap;
}

.table-works td {
  padding: 8px 10px 8px 0;
  font-size: 17px;
  font-weight: 800;
}

.list-check li {
  margin: 4px 0;
  padding-left: 28px;
  font-weight: 800;
  font-size: 16px;
  color: #333;
  background: left 0 top 0.3em url(../images/pages/check_icon.svg) no-repeat;
  background-size: 19px;
}

</pre></body></html>