@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /* animation */
  -webkit-text-size-adjust: 100%;
  transition-duration: 0.5s;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base
------------------------------------------------------------ */
html {
  box-sizing: border-box;
  font-family: 　 "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

img {
  display: block;
  max-width: 100%;
}

a img:hover {
  opacity: 0.7;
}

small {
  font-size: inherit;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

p, dt, dd, ul, li {
  line-height: 1.5;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ac0b0b;
}

/* ------------------------------------------------------------
   Layout
------------------------------------------------------------ */
/* ----- whole ----- */
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.inner2 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* ----- header ----- */
.header {
  width: 100%;
}

.header_pcline {
  border-top: 7px solid #194ec6;
}
@media screen and (max-width: 767px) {
  .header_pcline {
    border: none;
  }
}

.header .inner {
  padding: 0 1%;
}
@media screen and (max-width: 767px) {
  .header .inner {
    display: none;
  }
}

.header__block {
  margin-top: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__block li:first-child {
  margin-right: 1%;
}

.head__splogo {
  width: 80%;
  padding: 10px 0 0 10px;
}

.spheader, .head_sptel {
  display: none;
}
@media screen and (max-width: 767px) {
  .spheader, .head_sptel {
    display: block;
  }
}

.spheader {
  position: fixed;
  z-index: 999;
  background: #fff;
  border-top: 7px solid #194ec6;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.spheader ul {
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3%;
}

.head_sptel {
  padding-top: 18%;
  margin-bottom: 20px;
}

.head_sptel .tel_catch {
  width: 62%;
  margin: 0 auto 4px;
  display: block;
}

.header__block--logo {
  max-width: 535px;
}

.header__block-tel {
  max-width: 420px;
}

.header__block li img {
  width: 100%;
}

/* ----.drawer-menu  ----- */
.drawer-menu li a {
  width: 82%;
  margin: 0 auto;
  display: block;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 110%;
  padding: 10px 2% 10px 16%;
  background: url(../img/header_arrow_or.png) no-repeat 15px center;
  background-size: auto auto;
  background-size: 8px auto;
}

/* ----- global-nav ----- */
.global-nav {
  background: url(/common/img/nav_bg.png);
  background-repeat: left top repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
.global-nav ul {
  display: flex;
}

/* ----- side-nav ----- */
/* ----- breadcrumb ----- */
/* ----- footer ----- */
.footer {
  background: #f5f5f5 url(../img/foot_bg.png) repeat-x;
  padding-top: 30px;
}
.footer__layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__layout {
    padding: 0 3%;
    flex-direction: column;
    text-align: center;
  }
}
.footer__layout--left {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .footer__layout--left {
    width: 100%;
  }
}
.footer__layout--left a {
  display: block;
  max-width: 354px;
}
@media screen and (max-width: 767px) {
  .footer__layout--left a {
    margin: 0 auto;
  }
}
.footer__layout--leftimg {
  margin-bottom: 20px;
}
.footer__layout address {
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.footer__layout--right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__layout--right {
    width: 100%;
  }
}
.footer__layout--rightbtn {
  text-align: right;
}
.footer__layout--rightbnr {
  margin-bottom: 30px;
  margin-left: auto;
}
.footer__layout--rightlogo {
  margin-left: auto;
}
.footer__layout--rightlogo img {
  display: inline;
}
.footer__right--tel {
  margin-bottom: 30px;
}
.footer__right--tel img {
  margin-left: auto;
  text-align: right;
}
.footer__right--logo {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer__right--logo {
    margin-top: 0;
  }
}
.footer__right--logo img {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__right--logo img {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.footer__right--txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer__right--txt {
    margin-bottom: 20px;
  }
}
.footer__right--txt p {
  font-size: 0.75rem;
  max-width: 394px;
  margin-left: auto;
}
.footer__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    display: none;
  }
}
.footer__nav ul li {
  margin-left: 5%;
  font-size: 0.688rem;
}
.footer .copyright {
  background: #07369c;
  color: #fff;
  background: #07369c;
  font-size: 10px;
  text-align: center;
  line-height: 260%;
}
@media screen and (max-width: 767px) {
  .footer .copyright span {
    display: block;
    margin: 0 auto;
    line-height: 1.5;
  }
}

/* ----- pagetop ----- */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  width: 70px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
  }
}

#pagetop a {
  display: block;
}

#pagetop:hover {
  opacity: 0.4;
}

/* ----- drawer menu ----- *//*# sourceMappingURL=common.css.map */