
@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, figure {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  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: #0e121b;
  text-decoration: underline;
}

a:link {
  color: #0e121b;
  text-decoration: underline;
}

a:visited {
  color: #0e121b;
  text-decoration: underline;
}

a:hover {
  color: #0e121b;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #0e121b;
  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;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: YuGothic, "YuGothic M", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.85714;
  color: #0e121b;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  min-width: 1040px;
  font-feature-settings: "palt";
  padding-top: 90px;
}

body.is-scll {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    padding-top: 50px;
    padding-bottom: 60px;
    min-width: 320px;
  }
  body.is-open {
    overflow: hidden !important;
  }
}

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

/* Font Style */
.text-l {
  text-align: left !important;
}

.text-c {
  text-align: center !important;
}

.text-r {
  text-align: right !important;
}

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

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

@media only screen and (max-width: 768px) {
  #wrapper {
    font-size: 1.2rem;
  }
}

.wrap {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
}

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

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

/*-- a style--*/
a {
  transition: .4s;
}

a img {
  transition: .4s;
}

/*--help--*/
.fnt-min {
  font-family: "Yu Mincho", "YuMincho";
}

.bg-gray {
  background: #f3f3f3;
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  br.sp-only {
    display: inline !important;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
}
