@charset "UTF-8";
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@color- ***: #***;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style-type: none;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
header#global-header {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
header#global-header div.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow-y: hidden;
}
header#global-header div.inner h1.logo {
  float: left;
  width: 300px;
  margin: 0;
}
header#global-header div.inner h1.logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header#global-header div.inner h1.logo a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
header#global-header div.inner a.menu-btn {
  display: none;
}
header#global-header div.inner nav.global-nav {
  float: right;
  display: inline-block;
}
header#global-header div.inner nav.global-nav ul.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header#global-header div.inner nav.global-nav ul.list li.item {
  display: inline-block;
  text-align: right;
  margin: 0 12px 0 0;
}
header#global-header div.inner nav.global-nav ul.list li.item:last-child {
  margin: 0;
}
header#global-header div.inner nav.global-nav ul.list li.item a {
  font-size: 1.5rem;
  color: #bcbcbc;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-decoration: none;
  line-height: 3.5em;
  font-weight: bold;
}
header#global-header div.inner nav.global-nav ul.list li.item a:hover {
  color: #000;
}
header#global-header.misc nav.global-nav ul.list li.item a {
  color: #bcbcbc !important;
}
header#global-header.misc nav.global-nav ul.list li.item a:hover {
  color: #000 !impottant;
}
footer#global-footer {
  padding: 30px 20px;
  background-color: #404040;
}
footer#global-footer div.inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
footer#global-footer div.inner p.text {
  float: left;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #fff;
}
footer#global-footer div.inner p.text a {
  color: #fff;
  text-decoration: underline;
}
footer#global-footer div.inner p.text a:hover {
  text-decoration: none;
}
footer#global-footer div.inner a.top-btn {
  float: right;
  display: inline-block;
  width: 50px;
  height: 50px;
}
footer#global-footer div.inner a.top-btn:hover {
  opacity: 0.8;
}
footer#global-footer div.inner a.top-btn img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
section#global-blog {
  max-width: 100%;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: #dddddd;
}
section#global-blog h3.title {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
section#global-blog ul.list {
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
section#global-blog ul.list li.item {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
section#global-blog ul.list li.item:last-child {
  margin: 0;
}
section#global-blog ul.list li.item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section#global-blog ul.list li.item a:hover {
  opacity: 0.8;
}
section#global-blog ul.list li.item a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
section#sub-footer {
  padding: 30px 20px;
  background-color: #fff;
}
section#sub-footer div.inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
section#sub-footer div.inner h1.logo {
  float: left;
  width: 300px;
  margin: 0;
}
section#sub-footer div.inner h1.logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
section#sub-footer div.inner h1.logo a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
section#sub-footer div.inner p.text {
  display: inline-block;
  width: calc(100% - 320px);
  float: right;
  font-size: 1.5rem;
  line-height: 1.8em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
div.sub-key {
  width: 100%;
  padding: 60px 20px 120px;
  background-image: url(../../img/common/sub-key-bg.png);
  background-size: cover;
  background-position: bottom;
}
div.sub-key h2.title {
  font-size: 4.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
div.sub-key h2.title span {
  font-weight: bold;
}
section.section {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
section.section header.section-header {
  width: 100%;
  text-align: center;
}
section.section header.section-header h3.title {
  margin: 0 0 25px;
  font-size: 2.4rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
section.section header.section-header span.line {
  display: inline-block;
  width: 125px;
  height: 2px;
  margin: 0 0 25px;
  background-image: url(../../img/common/section-line.png);
  background-size: 125px 2px;
  background-position: center;
}
section.section div.content {
  width: 100%;
  padding: 75px;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.8em;
}
section.section div.content h4.title {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
section.section div.content p.text {
  margin: 0 0 40px;
}
section.section div.content p.text:last-child {
  margin: 0;
}
header#global-header div.inner nav.global-nav ul.list li.item.equipment a {
  color: #000;
}
main#equipment-view {
  background-color: #f6f8f8;
}
main#equipment-view section.section div.content div.box {
  margin: 0 0 50px;
  padding: 0 0 50px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
main#equipment-view section.section div.content div.box h4.title {
  font-size: 2.2rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-align: center;
}
main#equipment-view section.section div.content div.box figure.pic {
  float: left;
  width: 340px;
  margin: 0;
}
main#equipment-view section.section div.content div.box figure.pic img {
  width: 100%;
  height: auto;
}
main#equipment-view section.section div.content div.box table.table {
  float: right;
  width: calc(100% - 380px);
  border-collapse: collapse;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
main#equipment-view section.section div.content div.box table.table tr th {
  padding: 5px;
  font-size: 1.8rem;
  background-color: #dddddd;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
main#equipment-view section.section div.content div.box table.table tr td {
  padding: 5px 15px;
  font-size: 1.5rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
}
main#equipment-view section.section div.content div.box table.table tr:nth-child(2) td:first-child {
  text-align: center;
}
main#equipment-view section.section div.content div.box:last-child table.table {
  width: 100%;
}
main#equipment-view section.section div.content div.box.large {
  margin: 0 0 80px;
}
main#equipment-view section.section div.content div.box.large .pic {
  float: none;
  width: 600px;
  margin: 0 auto 20px;
}
main#equipment-view section.section div.content div.box.large .table {
  float: none;
  margin: 0 auto;
}
