/*-----------------
Start Common
-------------------*/
html *,
::before,
::after {
  box-sizing: border-box;
}
html.no-ie {
  margin-top: 0 !important;
}
html.front {
  height: 100%;
}
html.front body {
  height: 100%;
}
#wpadminbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0.5;
}
#wpadminbar:hover {
  opacity: 1;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #000;
  font-size: 14px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: #000;
}
p {
  line-height: 1.3em;
  word-break: break-all;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.goth {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cl:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.trans {
  backface-visibility: hidden;
  transition: 0.3s ease-out;
}
.trans:hover {
  opacity: 0.5;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrap-short {
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
}
body:after {
  content: "pc";
  display: none;
}
figure {
  text-align: center;
  margin-bottom: 30px;
}
figure img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#breadcrumb {
  padding: 10px 0;
  box-sizing: border-box;
}
#breadcrumb .crumb {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
#breadcrumb a {
	color: #053864;
}
#breadcrumb span {
	color: #053864;
	margin: 0 2px;
}
#breadcrumb .page_title span {
	color: #657887;
}
.talign_center {
  text-align: center;
}
.talign_left {
  text-align: left;
}
.talign_right {
  text-align: right;
}
/*デバイス*/
.pcv {
  display: block;
}
.spv {
  display: none;
}
@media (min-width: 941px) {
  body:after {
    content: "pc";
  }
}
@media (min-width: 1px) and (max-width: 940px) {
  body:after {
    content: "mo";
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .trans:hover {
    opacity: 1;
  }
  body:after {
    content: "sp";
  }
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
}
/*-----------------
End Common
-------------------*/
