@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  min-height: 100%;
}

* {
  max-height: 999999px;
}

body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  user-select: none;
  /*CSS3*/
  -webkit-touch-callout: none;
  -moz-user-select: none;
  /*Firefox*/
  -webkit-user-select: none;
  /*Safari*/
  -khtml-user-select: none;
  /*Safari*/
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

.can_select {
  user-select: auto;
  -webkit-touch-callout: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -ms-user-select: auto;
}

.data_download {
  -webkit-touch-callout: default;
  pointer-events: auto;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}

#dcm_header a {
  display: inline;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #cccccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px -1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px -1px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px -1px inset;
}

textarea {
  line-height: 1.2;
  padding: 8px 10px;
}

select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
