@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSerifJP-Medium.woff) format('woff'),
        url(../fonts/NotoSerifJP-Medium.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.woff) format('woff'),
        url(../fonts/NotoSerifJP-Regular.woff2) format('woff2');
  font-display: swap;
}


html {
  color: #000;
  font-size: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
@media print, screen and (max-width: 767px) {
html {
  font-size: 70%;
}
}

body {
  min-width: 1280px;
  margin: 0;
	overflow: hidden !important;
	-webkit-font-smoothing: antialiased;
  letter-spacing: 0.15em;
  background-color: #fafafa;
  font-family:'Noto Serif JP', 'メイリオ', serif, sans-serif;
  font-weight: 500;
}

@media (max-width: 1280px) {
  body {
    min-width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
  }
}
@media (max-width: 740px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*:after, *:before {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}

small {
  font-size: 12px;
}

@media (max-width: 1024px) {
  p,
  li,
  dl,
  table {
    line-height: 1.7;
  }
}
@media (max-width: 740px) {
  p,
  li,
  dl,
  table {
    line-height: 1.7;
  }
}

tr {
  word-break: break-all;
}
.nw {
  white-space: nowrap;
}

img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  background: transparent;
  text-decoration: none;
  color: #0099FF;
  transition: 0.3s;
}

a:focus{
	outline:none;
}

a:hover {
	opacity: 0.5;
  text-decoration: none;
}

.cfx:after {
  content: "";
  display: block;
  clear: both;
}

.cfxo {
  overflow: hidden;
}

ul,
.li_none {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

dd {
  margin-left: 0;
}

.ul{
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

input:placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}
@media screen and (min-width: 650px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}

