<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .sp {
    display: none !important;
  }
}

/* ----------------------------------------------------------
 * Base Layout
 *---------------------------------------------------------- */
body {
  border-top: 3px solid #3a9bc1;
  background-color: #fff;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/*  Wrapper
 *---------------------------------------------------------- */
@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .wrapper {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .wrapper {
    padding-bottom: 40px;
  }
}

/*  Header
 *---------------------------------------------------------- */
.header .logo {
  float: left;

  height: 60px;
}
.header .logo img {
  width: auto !important;
  height: 100% !important;
}

.header .tel {
  font-size: 2.3em;
  /* =&gt; 30px */
  line-height: 1;

  float: right;

  margin-top: 16px;
  margin-left: 22px;

  color: #666;
}
.header .tel:before {
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;

  margin-right: .05em;

  content: "\e91d";
  text-transform: none;

  speak: none;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .tel span {
	font-size:10px;
	display:block;
	padding-left:35px;
}

.header .font_size {
  font-size: .92em;
  font-weight: bold;

  float: right;

  margin-top: 16px;
  padding: 4px 8px;

  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.header .font_size p,
.header .font_size ul,
.header .font_size li {
  float: left;
}
.header .font_size p {
  line-height: 1.83;

  margin-right: 8px;
  /* =&gt; 22px */
}
.header .font_size li {
  width: 40px;
  margin-right: 6px;

  text-align: center;
}
.header .font_size li.selected button {
  color: #fff;
  background-color: #3a9bc1;
}
.header .font_size li button {
  line-height: 1.83;

  display: block;

  box-sizing: border-box;
  width: 100%;
  padding: 0;
  /* =&gt; 22px */

  cursor: pointer;

  border: none;
  border-radius: 5px;
  background-color: #ddd;
}
.header .font_size li button:hover {
  text-decoration: none;

  opacity: .8;
}
.header .font_size li button:disabled:hover {
  opacity: 1;
}
.header .font_size li button:disabled {
  cursor: default;
}
.header .font_size li:last-child {
  margin-right: 0;
}

.header_inner {
  position: relative;

  *zoom: 1;
}
.header_inner:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.gnav {
  font-size: 15px;
  line-height: 1.3;

  width: 980px;
  margin: 0 auto 20px;

  text-align: center;
}
.gnav li {
  float: left;

  box-sizing: border-box;
  width: 226px;

  border-right: 1px dotted #3a9bc1;
}
.gnav li:first-child {
  border-left: 1px dotted #3a9bc1;
}
.gnav small {
  font-size: 9px;

  display: block;

  color: #999;
}
.gnav a {
  display: block;

  box-sizing: border-box;
  height: 40px;
  padding-top: .33em;
  /* =&gt; 5px */
}
.gnav a:link,
.gnav a:visited,
.gnav a:hover,
.gnav a:active {
  text-decoration: none;

  color: inherit;
}
.gnav a:hover {
  background-color: #e1f0f6;
}
.gnav .gnav_home {
  width: 76px;
}
.gnav .gnav_home a {
  font-size: 0;

  padding: 0;
}
.gnav .gnav_home a:before {
  font-family: "icomoon" !important;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 40px;

  content: "\e91c";
  text-transform: none;

  color: #3a9bc1;

  speak: none;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-size-large .gnav {
  font-size: 17px;
}
.font-size-large .gnav a {
  height: 44px;
}
.font-size-large .gnav .gnav_home a {
  line-height: 44px;
}

.mv {
  height: 400px;

  background: url(../img/bg_mv.jpg) no-repeat center;
  background-size: auto 100%;
}
.mv .mv_inner {
  position: relative;
  z-index: 500;

  height: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .header .logo {
    height: 42px;
    margin-bottom: 4px;
    padding-left: 6px;
  }
  .header .logo img {
    width: auto !important;
    height: 100% !important;
  }
  .header_inner {
    padding-top: 4px;
  }
  .header .sub_nav {
    clear: both;
  }
  .header .sub_nav ul {
    border-top: 1px #3a9bc1 solid;
    border-bottom: 1px #3a9bc1 solid;

    *zoom: 1;
  }
  .header .sub_nav ul li {
    font-size: 15px;
    font-weight: bold;

    float: left;

    box-sizing: border-box;
    width: 50%;

    text-align: center;
    vertical-align: middle;

    border-right: 1px #fff solid;
    background: -webkit-linear-gradient(top, #3a9bc1, #3a9bc1 50%, #2a87ab 50%, #2a87ab);
    background:         linear-gradient(to bottom, #3a9bc1, #3a9bc1 50%, #2a87ab 50%, #2a87ab);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
  }
  .header .sub_nav ul li:last-child {
    border-right: none;
  }
  .header .sub_nav ul a {
    line-height: 42px;

    display: block;

    text-decoration: none;

    color: #fff;
  }
  .header .sub_nav ul:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
  }
  .mv {
    height: 130px;
  }
  .mv .mv_inner {
    height: 100%;

    background-size: auto 100%;
  }
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .font-size-large .header .logo {
    height: 70px;
  }
  .header_inner {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 10px;
  }
  .font-size-large .header_inner {
    padding-bottom: 20px;
  }
  .header .sub_nav {
    font-size: .92em;
    /* =&gt; 12px */
    line-height: 1;

    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;

    padding: 8px 14px;

    color: #fff;
    border-radius: 0 0 8px 8px/0 0 8px 8px;
    background-color: #3a9bc1;
  }
  .header .sub_nav li {
    float: left;

    margin-right: 1em;
  }
  .header .sub_nav li:last-child {
    margin-right: 0;
  }
  .header .sub_nav a {
    color: inherit;
  }
  .header .sub_nav a:link,
  .header .sub_nav a:visited {
    text-decoration: none;
  }
  .header .sub_nav a:hover {
    text-decoration: underline;
  }
  .header .sub_nav a:active {
    text-decoration: none;
  }
}

@media screen and (min-width: 761px), print {
  .header .sub_nav a:before {
    content: "&gt; ";
  }
}

/*  Main
 *---------------------------------------------------------- */
@media screen and (max-width: 760px) {
  /** For Touch Device **/
  main {
    margin-bottom: 12px;
  }
  .container {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  main {
    width: 980px;
    margin: 0 auto 40px;

    *zoom: 1;
  }
  main:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
  }
  .font-size-large main {
    margin-bottom: 50px;
  }
}

/*  Footer
 *---------------------------------------------------------- */
.footer .btn_tel {
  margin: 0 10px 12px;
}

.footer .btn_tel a {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;

  display: block;

  box-sizing: border-box;
  padding: 12px 0;

  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  color: #fff;
  border-radius: 5px;
  background: -webkit-linear-gradient(top, #f8aa4d, #f8aa4d 50%, #ef9d43 50%, #ef9d43);
  background:         linear-gradient(to bottom, #f8aa4d, #f8aa4d 50%, #ef9d43 50%, #ef9d43);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
}

.footer .footer_inner {
  border-top: 1px solid #ccc;

  *zoom: 1;
}
.footer .footer_inner:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.footer .footer_logo {
  line-height: 0;
}
.footer .footer_logo img {
  width: auto !important;
  height: 100% !important;
}

.footer .copyright {
  font-size: 11px;
}

.footer_bnr_area {
  margin-bottom: 12px;
}
.footer_bnr_area h3 {
  font-size: 1.46em;
  /* =&gt; 19px */
  font-weight: bold;

  color: #3a9bc1;
}
.footer_bnr_area h3 small {
  font-size: .47em;

  margin-left: 1.4em;
  /* =&gt; 9px */

  vertical-align: middle;

  color: #999;
}
.footer_bnr_area .inner {
  padding: 24px 0 16px;

  background-color: #eee;
}
.footer_bnr_area li {
  line-height: 0;
}
.footer_bnr_area li img {
  width: 100% !important;
  height: auto !important;
}

.footer_nav {
  font-size: .85em;
  /* =&gt; 11px */
}
.footer_nav a {
  color: inherit;
}
.footer_nav a:link,
.footer_nav a:visited {
  text-decoration: none;
}
.footer_nav a:hover {
  text-decoration: underline;
}
.footer_nav a:active {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .footer_nav a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .footer .footer_inner {
    padding-top: 12px;

    text-align: center;
  }
  .footer .footer_logo {
    height: 46px;
    margin-left: 13px;
  }
  .footer .access {
    font-size: 12px;
  }
  .footer .copyright {
    line-height: 2em;

    padding-top: 10px;

    color: #aaa;
  }
  .footer_bnr_area h3 {
    font-size: 18px;

    padding: 0 6px;
  }
  .footer_bnr_area h3 small {
    margin-left: 4px;
  }
  .footer_bnr_area .inner {
    padding: 12px 6px 6px;
  }
  .footer_bnr_area li {
    width: 49%;
    margin-bottom: 6px;
  }
  .footer_bnr_area li:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  .footer_bnr_area li:nth-child(2n) {
    float: right;
  }
  .footer_nav {
    margin: 20px 6px 8px;

    text-align: center;
  }
  .footer_nav li {
    display: inline-block;
  }
  .footer_nav li:after {
    content: " |";
  }
  .footer_nav li:last-child:after {
    content: none;
  }
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .footer_bnr_area {
    margin-bottom: 12px;
  }
  .footer_bnr_area h3 {
    width: 980px;
    margin: 0 auto 6px;
  }
  .footer .footer_inner {
    width: 980px;
    margin: 0 auto;
    padding-top: 16px;

    *zoom: 1;
  }
  .footer .footer_inner:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
  }
  .footer .footer_nav {
    width: 980px;
  }
  .footer .footer_logo {
    float: left;

    height: 60px;
    margin-right: 10px;
  }
  .font-size-large .footer .footer_logo {
    height: 70px;
  }
  .footer .access {
    /* =&gt; 13px */
    line-height: 1.6;

    float: left;

    padding-top: 1em;

    *zoom: 1;
  }
  .footer .access:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
  }
  .footer .tel,
  .footer .fax {
    float: left;

    margin-right: 1em;
  }
  .footer .copyright {
    float: right;
    clear: both;

    margin-top: 4px;
  }
  .footer_bnr_area ul {
    width: 988px;
    margin: 0 auto;

    -webkit-transform: translate(4px, 0);
        -ms-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
  .footer_bnr_area li {
    float: left;

    width: 239px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .footer_bnr_area li:nth-child(4n+1) {
    clear: both;
  }
  .footer_nav {
    margin: 0 auto;
    margin-top: 3.18em;
    /* =&gt; 35px */
    margin-bottom: .73em;
    /* =&gt; 8px */
  }
  .footer_nav ul {
    *zoom: 1;
  }
  .footer_nav ul:after {
    font-size: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: " ";
  }
  .footer_nav li {
    float: left;

    margin-right: 1.4em;
  }
  .footer_nav li a:before {
    content: "&gt; ";
  }
}

.gototop {
  position: fixed;
  z-index: 3000;
  right: 30px;
  bottom: 50px;

  width: 82px;
  height: 82px;
}
.gototop a:link,
.gototop a:visited,
.gototop a:hover,
.gototop a:active {
  font-size: 10px;

  display: block;

  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 6px;

  text-align: center;
  text-decoration: none;

  color: #fff;
  border-radius: 50%;
  background-color: #3a9bc1;
}
.gototop .icon {
  font-size: 48px;
}

/*  Float Box
 *---------------------------------------------------------- */
.box_l {
  float: left;
}

.box_r {
  float: right;
}

/*  Hide the text
 *---------------------------------------------------------- */
.hidden_text {
  overflow: hidden;

  white-space: nowrap;
  text-indent: 105%;
}
.hidden_text a {
  display: block;

  width: 100%;
  height: 100%;

  outline: none;
}

/* ----------------------------------------------------------
 *
 * Clear Fix
 *
 *---------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.clear {
  clear: both;
}
</pre></body></html>