﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}
audio,
canvas,
progress,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
progress {
  vertical-align: baseline
}
template,
[hidden] {
  display: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active,
a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: inherit
}
b,
strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0
}
optgroup {
  font-weight: bold
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
textarea {
  overflow: auto
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-input-placeholder {
color:inherit;
opacity:0.54
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
* {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500
}
h1,
h2,
h3 {
  line-height: 4.8rem;
  padding: .8rem 0 1.6rem
}
h4,
h5,
h6 {
  padding: 2.4rem 0
}
h1 {
  font-size: 2.5rem
}
h2 {
  font-size: 2rem
}
h3 {
  font-size: 1.75rem
}
h4 {
  font-size: 1.5rem
}
h5 {
  font-size: 1.25rem
}
h6 {
  font-size: 1rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000
}
a {
  color: #c10000;
  text-decoration: underline
}
a:focus,
a:hover {
  color: #750000;
  text-decoration: underline
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn:focus,
.btn:hover {
  text-decoration: none
}
.btn.focus {
  text-decoration: none
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: .65
}
a.btn {
  text-decoration: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none
}
.btn-primary {
  color: #fff;
  background-color: #c41313;
  border-color: #c41313;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}
.btn-primary:hover {
  color: #fff;
  background-color: #960e0e;
  border-color: #8c0e0e
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #960e0e;
  border-color: #8c0e0e
}
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #c41313;
  border-color: #c41313
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #c41313;
  border-color: #c41313
}

.btn-large {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0rem
}
.btn-small {
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0rem
}
.btn-expand {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0
}
.btn-expand+.btn-expand {
  margin-top: 5px
}
input[type="submit"].btn-expand,
input[type="reset"].btn-expand,
input[type="button"].btn-expand {
  width: 100%
}

html {
  -webkit-tap-highlight-color: transparent
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem
}
.container::after {
  content: "";
  display: table;
  clear: both
}
.container {
  max-width: 1140px
}
/*@media (min-width: 544px) {
.container {
  max-width: 576px
}
}

@media (min-width: 768px) {
.container {
  max-width: 720px
}
}

@media (min-width: 992px) {
.container {
  max-width: 940px
}
}

@media (min-width: 1200px) {
.container {
  max-width: 1140px
}
}*/
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both
}
.wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding-left: -.3125rem;
  padding-right: -.3125rem
}
.wrapper-large {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: -.3125rem;
  padding-right: -.3125rem
}
.wrapper-middle {
  margin: 0 auto;
  max-width: 640px;
  padding-left: -.3125rem;
  padding-right: -.3125rem
}
.wrapper-small {
  margin: 0 auto;
  max-width: 550px;
  padding-left: -.3125rem;
  padding-right: -.3125rem
}
.row {
  margin-left: -.3125rem;
  margin-right: -.3125rem
}
.row::after {
  content: "";
  display: table;
  clear: both
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  position: relative;
  min-height: 1px;
  padding-left: .3125rem;
  padding-right: .3125rem
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left
}
.col-xs-1 {
  width: 4.1666666667%
}
.col-xs-2 {
  width: 8.3333333333%
}
.col-xs-3 {
  width: 12.5%
}
.col-xs-4 {
  width: 16.6666666667%
}
.col-xs-5 {
  width: 20.8333333333%
}
.col-xs-6 {
  width: 25%
}
.col-xs-7 {
  width: 29.1666666667%
}
.col-xs-8 {
  width: 33.3333333333%
}
.col-xs-9 {
  width: 37.5%
}
.col-xs-10 {
  width: 41.6666666667%
}
.col-xs-11 {
  width: 45.8333333333%
}
.col-xs-12 {
  width: 50%
}
.col-xs-13 {
  width: 54.1666666667%
}
.col-xs-14 {
  width: 58.3333333333%
}
.col-xs-15 {
  width: 62.5%
}
.col-xs-16 {
  width: 66.6666666667%
}
.col-xs-17 {
  width: 70.8333333333%
}
.col-xs-18 {
  width: 75%
}
.col-xs-19 {
  width: 79.1666666667%
}
.col-xs-20 {
  width: 83.3333333333%
}
.col-xs-21 {
  width: 87.5%
}
.col-xs-22 {
  width: 91.6666666667%
}
.col-xs-23 {
  width: 95.8333333333%
}
.col-xs-24 {
  width: 100%
}

.row-nopadding {
  margin-left: 0px;
  margin-right: 0px
}
.row-nopadding>[class*="col-"] {
  padding-left: 0px;
  padding-right: 0px
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0rem
}
.page-item {
  display: inline
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 0rem
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #c41313;
  border-color: #c41313
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}
.page-link {
  position: relative;
  float: left;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #c10000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}
.page-link:focus,
.page-link:hover {
  color: #750000;
  background-color: #ececec;
  border-color: #ddd
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 0rem
}
.pagination-sm .page-link {
  padding: .275rem .75rem;
  font-size: .875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0rem;
  border-top-left-radius: 0rem
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0rem;
  border-top-right-radius: 0rem
}
.text-small {
  font-size: .875rem
}
.text-base {
  font-size: 1rem
}
.text-large {
  font-size: 1.25rem
}
.text-light {
  font-weight: 300
}
.text-normal {
  font-weight: 400
}
.text-semibold {
  font-weight: 500
}
.text-bold {
  font-weight: 600
}
.text-black {
  font-weight: 800
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%
}
small,
.small {
  font-size: 85%
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}
.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

.disabled {
  opacity: 0.5;
  pointer-events: none
}
small,
.small {
  font-size: 85%
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
.text-nowrap {
  white-space: nowrap
}
.text-lowercase {
  text-transform: lowercase
}
.text-uppercase {
  text-transform: uppercase
}
.text-capitalize {
  text-transform: capitalize
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.hide {
  display: none !important
}
.show {
  display: block !important
}
.invisible {
  visibility: hidden
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.hidden {
  display: none !important
}
.affix {
  position: fixed
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%
}
.embed-responsive-4by3 {
  padding-bottom: 75%
}
.embed-responsive-1by1 {
  padding-bottom: 100%
}
