@charset "utf-8";

*,
*:after,
*:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
sup,
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: 500;
  font-size: 100%;
  vertical-align: middle;
}

a,
span {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

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

html,
body {
  width: 100%;
  height: 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;
}

img {
  vertical-align: bottom;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    /*width: 750px;*/
    max-width: 710px;
  }
}

@media (min-width: 992px) {
  .container {
    /*width: 984px;*/
    max-width: 945px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1080px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

/**********
//IE11スクロールバー調整
**********/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}


/**********
//印刷用
**********/
@media print {
  .noPrint {
    display: none !important;
  }

  body {
    padding-top: 0 !important;
  }

  header,
  footer {
    display: none !important;
  }

  .popupBtnsWrap {
    display: none !important;
  }

  .pageContainer {
    padding: 0 !important;
  }

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

  #pageTopBtn {
    display: none !important;
  }

  html,
  body {
    height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  body#homePage {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 679px) {
  p {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 320px) {}