@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

img {
  height: auto !important;
}

.disnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: .1em;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 14px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
  max-width: 960px;
  background-color: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pd100 {
  padding: 100px 0;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
  }
}

.header-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-logo img {
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .header-logo {
    max-width: 280px;
    margin-top: 7px;
  }
}

.header-left-top {
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .header-left-top {
    font-size: 10px;
    line-height: 1;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .header-right {
    margin-top: 15px;
  }
}

.header-tel {
  font-size: 40px;
  color: #333 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .header-tel {
    color: #fff !important;
    margin-top: 40px;
  }
}

.header-tel img {
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .header-tel img {
    display: none;
  }
}

.header-contact {
  margin: 10px 0 2px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .header-contact {
    display: none;
  }
}

.header-info {
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  .header-info {
    color: #fff;
    margin-top: 5px;
  }
}

.header-nav {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/nav-bg.png) #0066cc repeat-x left center;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .header-nav {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .header-nav {
    background: #0066cc;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 80px;
    z-index: 99;
    display: none;
  }
}

.header-nav ul {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin: 5px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 23px;
  font-weight: 200;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .header-nav ul li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .header-nav ul li {
    height: auto;
    line-height: 1;
    margin-top: 35px;
  }
}

.header-nav ul li a {
  display: block;
  width: 100%;
  font-size: 23px;
  color: #fff !important;
  font-weight: 200;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .header-nav ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .header-nav ul li a {
    font-size: 18px;
  }
}

.header-nav ul li a:hover {
  background-color: #003d7a;
  opacity: 1;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.header-nav ul li:hover {
  background-color: #003d7a;
  opacity: 1;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.sp-block {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp-block {
    display: block;
  }
}

.main {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .main {
    margin-top: 80px;
  }
}

.main-inner {
  max-width: 960px;
  margin: 0 auto;
}

.main-inner img {
  width: 100% !important;
  max-width: 100% !important;
}

.main .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  z-index: 10;
}

.slick-slide {
  outline: none;
}

.res-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  background-color: #0066cc;
  cursor: pointer;
  display: none;
  z-index: 999;
}

@media only screen and (max-width: 640px) {
  .res-menu {
    display: block;
  }
}

.res-menu div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  height: 2px;
  width: 35%;
}

.res-menu div:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.res-menu div:nth-of-type(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.res-menu.active div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.res-menu.active div:nth-of-type(2) {
  opacity: 0;
}

.res-menu.active div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#mainArea {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
  #mainArea {
    margin-top: 70px;
  }
}

#local-keyvisual {
  position: relative;
  background-image: url(../images/contents/main-bg.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}

#local-keyvisual h1 {
  letter-spacing: 0.1em;
  color: #333;
  font-size: 3em;
  font-weight: 700;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 180px 0;
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
}

#local-keyvisual h1:before {
  position: absolute;
  content: "";
  bottom: 80px;
  left: 0;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  #local-keyvisual h1 {
    padding: 140px 0;
  }
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.2em;
  }
}

#local-keyvisual h1 span {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

#local-keyvisual h1:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.pan1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pan1 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #000;
}

.pull-down {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.pull-down img {
  display: block;
  height: 40px !important;
  width: auto !important;
  margin: 0 auto;
}

.pull-down span {
  display: block;
}

@media only screen and (max-width: 640px) {
  .pull-down {
    display: none;
  }
}

.pull-down .pull-down-menu-wrap {
  position: absolute;
  z-index: 1;
  height: auto;
  z-index: 99;
  left: 0px;
  width: 168px;
  display: none;
  margin-top: -5px;
}

.pull-down .pull-down-menu-wrap .pull-down-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pull-down .pull-down-menu-wrap .pull-down-menu li {
  width: 100% !important;
  display: block;
  height: auto !important;
  padding: 0;
}

.pull-down .pull-down-menu-wrap .pull-down-menu li a {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #003d7a;
  font-size: 18px !important;
  line-height: 1.4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff !important;
}

.pull-down .pull-down-menu-wrap .pull-down-menu li a:hover {
  opacity: 1 !important;
  background-color: #f8b551;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

.footer {
  margin-top: 80px;
  background-color: #003366;
  color: #fff;
  padding-bottom: 60px;
}

.footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.footer-nav {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/nav-bg.png) #0066cc repeat-x left center;
}

@media only screen and (max-width: 640px) {
  .footer-nav {
    background: #0066cc;
  }
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 640px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-nav ul li {
  height: 70px;
  line-height: 70px;
}

@media only screen and (max-width: 640px) {
  .footer-nav ul li {
    width: 50%;
  }
}

.footer-nav ul li a {
  color: #fff !important;
  font-weight: 300;
  font-size: 18px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .footer-nav ul li a {
    font-size: 16px;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}

@media only screen and (max-width: 834px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-logo {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .footer-logo {
    width: 100%;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: end;
          flex-direction: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .footer-info {
    width: 100%;
    margin-top: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-info p {
  width: 50%;
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .footer-info p {
    text-align: center;
  }
}

.footer .copy {
  text-align: right;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .footer .copy {
    text-align: center;
    margin-top: 30px;
  }
}

.cont-h2 h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 8px 0px 10px 10px;
  margin-bottom: 20px;
}

.cont01-h2 h2 {
  border-left: 10px solid #0066cc;
  border-bottom: 2px solid #0066cc;
}

.cont01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .cont01-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont01-img {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .cont01-img {
    width: 60%;
    margin: 0 auto;
  }
}

.cont01-img img {
  width: 100% !important;
  max-width: 100% !important;
}

.cont01-text {
  width: 70%;
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  .cont01-text {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.cont02-h2 h2 {
  margin-top: 60px;
  border-left: 10px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  padding: 8px 0px 0px 10px;
}

.cont02-h2 h2 span {
  font-size: 18px;
  display: block;
  color: #0000ff;
  font-weight: 300;
  margin-top: 20px;
}

.cont03-h2 {
  margin-top: 60px;
}

.cont03-h2 h2 {
  border-left: 10px solid #333;
  border-bottom: 2px solid #333;
}

.news {
  max-height: 170px;
  overflow-y: scroll;
}

.news-box {
  margin-top: 25px;
  font-size: 18px;
}

.news-day {
  font-weight: bold;
  margin-bottom: 10px;
}

.cont04-img {
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}

.cont04-img img {
  width: 100% !important;
  max-width: 100% !important;
}

.cont04-text {
  max-width: 960px;
  margin: 5px auto 0;
}

.cont04-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: strech;
          flex-direction: strech;
  max-width: 960px;
  margin: 40px auto 0;
}

.cont04-img-flexbox img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}

.cont04-img-flexbox1 {
  width: 45%;
}

.cont04-img-flexbox2 {
  width: 25%;
  margin-left: 20px;
}

.cont04-img-flexbox3 {
  width: 30%;
  margin-left: 20px;
}

.cont05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 640px) {
  .cont05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont05-left {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .cont05-left {
    width: 100%;
    margin-top: 20px;
  }
}

.cont05-map {
  width: 60%;
}

@media only screen and (max-width: 640px) {
  .cont05-map {
    width: 100%;
  }
}

.cont05-map iframe {
  width: 100% !important;
  height: 300px;
}

.cont05-number {
  font-size: 38px;
  color: #0066cc;
  margin: 10px 0 20px;
}

h3 {
  font-weight: bold;
}

.bicycle-h2 {
  margin-bottom: 20px;
  background-color: #ff0000;
  padding: 10px 0 10px 5px;
}

.bicycle-h2 h2 {
  border-left: 7px solid #fff;
  font-size: 25px !important;
  padding: 0 0 0 15px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

.bicycle-table {
  margin-top: 20px;
}

.bicycle-table td {
  border: none;
  padding: 2px 10px !important;
}

.bicycle-h3 {
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #000;
  background: url(../images/bicycle/bicycle-title-img.png) no-repeat left bottom;
}

.bicycle-h3 h3 {
  font-size: 20px !important;
  font-weight: bold;
  color: #000000;
  margin-bottom: -5px;
  padding: 5px 0 5px 65px;
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
}

.bicycle-h3 p {
  text-align: center !important;
  font-size: 14px;
  color: #ff0000;
  font-weight: bold;
}

.bicycle-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bicycle-box {
  width: 33%;
  padding: 5px;
}

@media only screen and (max-width: 640px) {
  .bicycle-box {
    width: 49%;
  }
}

.bicycle-box tr {
  border-bottom: 1px dotted #7F7F7F;
}

.bicycle-box tr:first-child {
  border-bottom: none;
}

.bicycle-box td {
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 !important;
}

.bicycle-box td img {
  height: 135px !important;
  width: auto !important;
}

.bicycle-repair-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .bicycle-repair-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bicycle-repair-table {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .bicycle-repair-table {
    width: 100%;
  }
}

.faq-box {
  margin-top: 20px;
}

.faq-q {
  padding: 28px 0px 28px 75px;
  background-image: url(../images/home/faq-q.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #74bca5;
  font-size: 16px;
  background-position: left center;
  cursor: pointer;
}

.faq-a {
  padding: 20px 0px 25px 75px;
  background-image: url(../images/home/faq-a.png);
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  display: none;
}

.company-table td {
  padding: 20px 10px !important;
}

.company-table-left {
  width: 150px;
}

.company-map iframe {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .hoken-table td {
    display: block;
  }
}

.contact-mail table {
  font-size: 14px;
}

.contact-mail table th {
  background-color: #eee;
  width: 200px;
}

.contact-mail table tr:first-child td input,
.contact-mail table tr:nth-child(2) td input,
.contact-mail table tr:nth-child(3) td input,
.contact-mail table tr:nth-child(4) td input {
  max-width: 400px;
}

@media only screen and (max-width: 640px) {
  .contact-mail table tr:first-child td input,
  .contact-mail table tr:nth-child(2) td input,
  .contact-mail table tr:nth-child(3) td input,
  .contact-mail table tr:nth-child(4) td input {
    max-width: 100%;
  }
}

.contact-mail table tr:last-child td input {
  height: 200px;
}

.contact-policy a {
  color: #0066cc !important;
}

.policy-h3 h3 {
  font-size: 18px;
  border-bottom: 1px solid #ababab;
  padding-bottom: 10px;
}
/*# sourceMappingURL=assets.css.map */