@charset "UTF-8";
/*----------------------------------------
reset
-----------------------------------------*/
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, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol,
li {
  margin: 0;
  list-style: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*----------------------------------------
common
-----------------------------------------*/
* {
  -webkit-text-size-adjust: 100%;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #1a1a1a;
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  max-width: 768px;
  margin: 0 auto !important;
  font-size: 1.6rem;
  line-height: 160%;
  background-color: #fff;
}
@media screen and (min-width: 500px) {
  body {
    font-size: 1.8rem;
    line-height: 180%;
    min-height: 1366px;
  }
}
@media screen and (min-width: 769px) {
  body {
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

header, section, nav, article, aside, footer {
  display: block;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.inner {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .inner {
    width: 70%;
  }
}

.small_show {
  display: inline-block;
}
@media screen and (min-width: 500px) {
  .small_show {
    display: none;
  }
}

.small_hide {
  display: none;
}
@media screen and (min-width: 500px) {
  .small_hide {
    display: inline-block;
  }
}

.red {
  color: #cf2c0c;
}

.yellow {
  color: #f1f13a;
}

.white {
  color: #fff;
}

.link_mada {
  opacity: 0.5;
}

.dot_list li,
.dot_list dt {
  text-align: left;
  padding: 0 0 1.5em calc(1em + 2px);
  position: relative;
  margin: 0;
  font-size: 108%;
  vertical-align: top;
}
.dot_list li::before, .dot_list li::before,
.dot_list dt::before,
.dot_list dt::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #333 !important;
  border-radius: 0.4em;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
h2.header {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  padding: 0;
}
h2.header img {
  width: 100%;
}
h2.header div:nth-of-type(1) {
  margin: 0 0 0 1em;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
h2.header div:nth-of-type(2) {
  margin: 0 1em 0.5em 1em;
  flex-basis: 50%;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}

.clearfix {
  position: relative;
  display: block;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  background-color: #ffffff;
  text-align: center;
  height: 90px;
  margin: 0 auto;
  padding: 30px 0;
}
footer img {
  height: 100%;
  width: auto;
}

/*----------------------------------------------------
 page top
----------------------------------------------------*/
ul li#pageTop {
  display: none;
  list-style: none;
  position: fixed;
  bottom: 85px;
  right: -16px;
  z-index: 9999;
}
@media screen and (min-width: 950px) {
  ul li#pageTop {
    bottom: 10px;
    right: 0px;
  }
}
ul li#pageTop img {
  width: 55%;
  height: auto;
  margin: 0 auto;
}

/*----------------------------------------------------
 style end
----------------------------------------------------*//*# sourceMappingURL=common.css.map */