@charset "UTF-8";
/* ======================
 TMD Gan Soudan Shien Center
 File Name: resource2017/css/base.css
 Latest Update: 20220224--
====================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 100%;*/
  vertical-align: baseline;
  background: transparent;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 180%;
  font-size: 1.8rem;
  line-height: 1.2;
}

body .text-size-x-large {
  font-size: 2.4rem;
}

body .text-size-large {
  font-size: 2rem;
}

body .text-size-small {
  font-size: 1.6rem;
}

body .text-size-small.sp {
  font-size: 1.8rem;
}

body .text-size-x-small {
  font-size: 1.4rem;
}

@media (max-width: 760px) and (min-width: 541px) {
  body {
    font-size: 1.7rem;
  }

  body .text-size-x-large {
    font-size: 2.2rem;
  }

  body .text-size-large {
    font-size: 1.9rem;
  }

  body .text-size-small {
    font-size: 1.5rem;
  }

  body .text-size-small.sp {
    font-size: 1.7rem;
  }

  body .text-size-x-small {
    font-size: 1.3rem;
  }
}
@media (max-width: 540px) {
  body {
    font-size: 1.6rem;
  }

  body .text-size-x-large {
    font-size: 2rem;
  }

  body .text-size-large {
    font-size: 1.8rem;
  }

  body .text-size-small,
body .text-size-small.sp {
    font-size: 1.4rem;
  }

  body .text-size-x-small {
    font-size: 1.2rem;
  }
}
body .text-size-x-large,
body .text-size-large,
body .text-size-small,
body .text-size-x-small {
  line-height: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre {
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #ec6d45;
  text-decoration: none;
  outline: none;
}

a:active,
a:hover {
  color: #ef825f;
  text-decoration: underline !important;
}

a:visited {
  /*color: #ff7700;*/
  text-decoration: none;
}

a img,
a img:active,
a img:hover {
  boder: none;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  /* IE8+ */
}

ins {
  background-color: #ffff99;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #3a322c;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #3a322c;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  color: #3a322c;
}