
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@charset "UTF-8";
/*----------------------------------
Site Base：サイト基本設定
----------------------------------*/
.cl, .wrap {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, .wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html .wrap {
  height: 1%;
}

/*----------------------------------
Reset Style
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

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

abbr, acronym {
  border: 0;
}

a {
  color: #005ba1;
  text-decoration: underline;
}

a:link {
  color: #005ba1;
  text-decoration: underline;
}

a:visited {
  color: #005ba1;
  text-decoration: underline;
}

a:hover {
  color: #005ba1;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #005ba1;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------
Base Style
----------------------------------*/
/* Body Style */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1040px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Lato, "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #1a1a1a;
  -webkit-tap-highlight-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  }
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

/* Body Scroll */
body.is-scll {
  overflow: hidden;
}

/* Image Style */
img {
  max-width: 100%;
  height: auto;
}

/* Wrapper Style */
#wrapper {
  padding-top: 70px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.wrap {
  width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}

.content.under {
  background: #e5e5e5;
}

.content-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .content-wrap {
    display: block;
  }
}

.content-main {
  width: 780px;
  padding-bottom: 150px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .content-main {
    width: 100%;
    padding-bottom: 30px;
  }
}

.content-side {
  width: 235px;
}

@media only screen and (max-width: 768px) {
  .content-side {
    width: 100%;
    padding-bottom: 50px;
  }
}

/* Tel Style */
a[href^="tel:"] {
  color: #1a1a1a;
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"]:hover img {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    font-size: 1.2rem;
    padding-top: 41.8888px;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
}
