/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
 
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */


/*----------------- 下記追加 -----------------*/
html {
	height:100%;
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	color: #000;
	font-weight:500;
	text-align: left;
	width: 100%;
	min-width:1000px;
	height:100%;
	word-wrap: break-word;
	word-break:break-all;
	-webkit-text-size-adjust: none;
	}
ol,ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}
a, a:link, a:hover {
	text-decoration:none;
	}	
a[href^="tel:"] { cursor: default; }
.drawer-hamburger {display:none;}
.sp {display:none;}	
h1 {
	font-size:1.3rem;
	}	

/*----- button -----*/		
.button {
	position: relative;
	display: inline-block;
	padding: .5em 0;
	width:260px;
	border: 2px solid #111;
	color: #111;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size:2.6rem;
}
.button::before {
	position: absolute;
	top: 50%;
	left: 1.5em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #333;
	transition: all .2s;
}
.button:hover::before {
	left:2.5em;
	border-left-color:#111;
}
.button:hover,.button.on {
	background:#111;
	border-color:#111;
	color:#fff;
	text-decoration:none;
	}

.button02 {
	font-family: 'Glyphicons Halflings';
	font-size:5.5em;
	color:#fff;
	border:none;
	font-weight:100;
	}
	
/*----- header -----*/
header {
	width:100%;
	position:relative;
	/* min-width: 1500px; */
	}

	header#subHead {
		background-color:#1765ad;
		}
	header a {
		color:#fff;
		}
#pagetop {
	max-width:1600px;
	margin:auto;
	padding:15px 20px 0;
	}
	header#subHead #pagetop {
		padding-bottom:20px;
		}
#pagetop .pull-left h1 { margin:5px 0 0; padding:0;}
#pagetop h1 {
	margin-left:20px;
	padding-top:15px;
	}
#pagetop .textLink {margin-bottom:5px;}
#pagetop .textLink li {
	display:inline;
	}
	#pagetop .textLink li:last-child {
		margin-left:10px;
		padding-left:10px;
		border-left:1px solid #ddd;
		}
#pagetop .snsLink li {
	display:inline;
	}
	#pagetop .snsLink li:last-child {
		margin-left:15px;
		}
#pagetop nav {margin-right:20px;}
#pagetop nav #nav ul {
	display:table;
	padding-top:10px;
	border-spacing:1px;
	}
	#pagetop nav #nav ul li {
		display:table-cell;
		}
		#pagetop nav #nav ul li a {
			padding-bottom:15px;
			border-bottom:4px solid #3e8fc9;
			}
			#pagetop nav #nav ul li a:hover,
			#pagetop nav #nav ul li a.on {
				border-color:#005bac;
				} 
				
#pagetop nav #fixnav {display:none;}				
#pagetop nav.fixed #fixnav {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	z-index:999;
	float:none;
	display:block;
	background-color: rgba(0,91,172,0.9);
	}
	#pagetop nav.fixed #fixnav ul {
		max-width:1000px;
		margin:auto;
		}
		#pagetop nav.fixed #fixnav ul li {
			text-transform:uppercase;
			line-height:4;
			font-size:1.6rem;
			text-align:center;
		}
			#pagetop nav.fixed #fixnav ul li a{ display:block; width:100%; height:100%;}
			#pagetop nav.fixed #fixnav ul li a:hover{ color: #afcce0;}

.mainText {
	position:absolute;
	top:40%;
	right:15%;
}
	
/*----- Bread_crumb_List -----*/
.bread{
	width:100%;
	position:absolute;
	bottom:0;
	padding:15px 0 10px;
	background-color: rgba(62,15,1,0.5);
}
.bread .pull-left {
	padding:10px 20px;
	font-size:1.6rem;
	background-color: rgba(0,0,0,0.35);
	}
.bread_crumb {
	width:600px;
	margin:auto;
	text-align:right;
	padding-top:15px;
	}
.bread_crumb li { display:inline;}
.bread_crumb li:after {
    content : '>';
    padding:0 10px;
}
.bread_crumb li:last-child:after { content : '';}
.bread_crumb li.current { font-weight:bold;}

/*----- pagetop -----*/
.pagetop {
	display: none;
	position: fixed;
	bottom:15%;
	right: 5%;
}
.pagetop a {
	display: block;
	opacity: 0.85;
}
	

/*----- footer -----*/
footer {
	background:#005bac;
	/* min-width:1500px; */
	}
footer #footer_inner {
	max-width:1500px;
	margin:auto;
	color:#fff;
	padding:35px 20px 10px;
}
	footer #footer_inner a {
		color:#fff;
		}
footer #footer_inner .footer_logo {
	font-size:1.6rem;
	margin-bottom:2em;
	}
footer #footer_inner nav { max-width:600px;}
	footer #footer_inner nav li {
		float:left;
		margin-right:10px;
		margin-bottom:1em;
		font-weight:400;
		}
		footer #footer_inner nav li:before {
			content:"|";
			margin-right:10px;
			}
		footer #footer_inner nav li:first-child:before {
			display:none;
			}
#footer_info .copy {}

/*-----インフォメーション-----*/
.scrollArea{
	height: 400px;
	overflow: auto;
	padding-right: 20px;
}
/*スクロールバーの横幅指定*/
.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #A0A0A0;
}
/*スクロールバーの色・角丸指定*/
.scrollArea.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#02529D;
}



/* アニメーション
----------------------------------- */
.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-duration: 1s;
          animation-delay:1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slow {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slow01 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}


	
/*----- figure effect -----*/
figure.effect01 {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
/* cursor:default; */
}

figure.effect01 figcaption {
	width:100%;
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}
figure.effect01 img {
	width:100%;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

figure.effect01 h3 {
	color:#fff;
	text-align:left;
	position:relative;
	font-size:1.5rem;
	font-weight:500;
	text-transform:uppercase;
	line-height:1.3em;
	margin:10px 20px;
	overflow:hidden;
}
	figure.effect01 h3 span {
		display:block;
		float:left;
		font-size:1.2rem;
		line-height:1.4rem;
		border:1px solid #fff;
		padding:3px 0 1px;
		width:150px;
		text-align:center;
		margin-right:10px;
	}
	figure.effect01 h3 p { overflow:hidden; margin:0;}

figure.effect01:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

figure.effect01:hover figcaption {
opacity:1;
filter:alpha(opacity=100);
background-color:rgba(0,0,0,0.5);
}

figure.effect01:hover h3,figure.effect01:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

figure.effect01:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
	

/*----- index layout -----*/
#tile figure {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #fff;
	}

#move .container {
	position:relative;
	color:#fff;
	text-align:center;
	background:url(../../images/top/bg_movie.jpg) no-repeat center top;
	background-size:cover;
	margin-bottom:5em;
	}	
#move video {
	width:100%;
	height:auto;
  	z-index: 0;
}
#move .txt {
	position:absolute;
	top:30%;
	left:0;
	right:0;
	margin:auto;
	width:610px;
	z-index: 1;
}
	#move .txt p {
		margin:2em auto 3em;
		font-size:1.8rem;
		}
#move button {
    background:none;
	}
	#move button:focus {
		outline: 0;
		}
#move .button {
	border-color:#fff;
	color:#fff;
	}
	#move .button::before {
		border-left-color: #fff;
		}
#move .button:hover, #move .button.on {
	border-color:#005bac;
	background-color: rgba(0,91,172,0.7);
	color:#fff;
	text-decoration:none;
	}
	
#sns .col-md-13{ background:#fff;}
	#sns .col-md-13:nth-child(odd){ background:#005bac; color:#fff;}
		#sns .col-md-13:nth-child(odd) a{ color:#fff;}
#sns figure.effect01{ float:none; height:auto;}
#sns .txt{
	padding:20px 23px;
	font-size:12px;
}
	#sns .txt figure{ text-align:center; margin-bottom:15px;}
		#sns .txt figure.ico-fb{ color:#3b579d;}
		#sns .txt figure.ico-p{ color:#bb0d1e;}
		#sns .txt figure.ico-inst{ color:#333;}
		#sns .txt figure figcaption{ margin-top:5px;}

.link_ex {
	max-width:1500px;
	margin:8em auto 2em;
	padding:0 20px;
	}	
.link_ex ul {
	display:table;
	}
.link_ex li {
	display:table-cell;
	vertical-align:middle;
	padding-right:25px;
	}
		
/*----- subvisual -----*/
.subMain {position:relative; z-index:0;}
.subMain .fb-share-button {
	position:absolute;
	left:5%;
	bottom:10%;
	z-index:1;
}


	
/*----- common -----*/
.l-txt {
	font-size:1.8rem;
	line-height:1.6;
	}
	
.midashi {
	margin-bottom:1.5em;
	font-size:3rem;
	color:#005bac;
	font-weight:600;
	}
.midashi02 {
	font-size:4rem;
	letter-spacing:0.1em;
	color:#fff;
	font-weight:600;
	}
	
.grayarea {background-color:#f2f2f2;}
	
	
/* Bread_crumb_List */
.bread_crumb{
	width:100%;
	background:#eee;
	padding:15px 0;
}
.bread_crumb ul {
	max-width:1600px;
	margin:auto;
	text-align:right;
	}
.bread_crumb li { display:inline;}
.bread_crumb li:after {
    content : '>';
    padding:0 10px;
}
.bread_crumb li:last-child:after { content : '';}
.bread_crumb li.current { font-weight:bold;}

/* table */
table.def {
	width:100%;
	border-top:2px solid #288ccb;
	font-size:1.6rem;
	}
table.def th, table.def td {
	padding:20px 0;
	border-bottom:1px solid #ddd;
	}
table.def th {
	width:35%;
	text-align:center;
	}
	
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb3 {margin-bottom:3em;}
.mb4 {margin-bottom:4em;}
.mb5 {margin-bottom:5em;}
.mb6 {margin-bottom:6em;}
.mb7 {margin-bottom:7em;}
.mb8 {margin-bottom:8em;}

.pad2 {padding:2em 0;}
.pad3 {padding:3em 0;}

/*----- sub layout -----*/
#sub {}
.subNav {
	/* min-width:1500px; */
	background:#f2f2f2;
	padding:1.2em 0;
	}
	.subNav p {
		color:#1765ad;
		font-size:2.2rem;
		font-weight:600;
		padding:19px;
		}
.subNavinner {
	max-width:1500px;
	width:100%;
	margin:auto;
	padding:0 20px;
}
.subNav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	max-width:940px;
	}
.subNav li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0px;
	}
	.subNav li a {
		position:relative;
		}
	.subNav li a i {display:block;}
	.subNav li a i img {
		height:auto;
		max-width: calc(600px / 9);
		margin:auto;
		}
		.subNav li a:hover:before {
			background-color:#ddd;
			}

.box {
	background-color: rgba(255,255,255,0.8);
	padding:30px;
	}
.bdrBox {
	border:1px solid #ccc;
	padding:20px;
	}
	
.tit_txt {font-size:2rem;}


.subBase{ padding:5em 0 0;}
.cl-red{ color:#bb0d1e;}

a.linkBox {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a.linkBox{ display:block; width:100%; height:100%;}
	a.linkBox:hover{
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
		a.linkBox:hover img{ opacity:1.0!important; filter:alpha(opacity=100)!important;}

		
/*-------------
　■ product
---------------*/
#photo {
	float:left;
	width:50%;
	text-align:center;
	}
#photoarea img{
	max-width:520px;
	width:100%;
	vertical-align:bottom;
	border:0;
}
.over img{
	filter:alpha(opacity=75);
	opacity:0.75;
}
#navi {
	margin-left:50%;
	width:50%;
	}
#navi ul{
	font-size: 1.2rem;
	padding:0px 0;
	margin:0 0 30px 0;
}
#navi ul p{
	margin-bottom: 0;
	font-weight: normal;
}
#navi li{
	display:inline-block;
	margin:1%;
	padding:1%;
	border:1px solid #eee;
	width:21%;
}

.product_List h2 {margin:8% 0 7%;}
.product_List ul{
	font-size:0;
	padding:0;
	margin:0;
}
.product_List li{
	display:inline-block;
	margin:1%;
	padding:0 1% 1% 1%;
	border:1px solid #eee;
	width:23%;
	}
.product_List li img {
    max-width: 420px;
    width: 100%;
    vertical-align: bottom;
    border: 0;
}


/*----- mask -----*/				
.bgmask {
	background-image:url(../../images/product/mask/mask.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
}

.bgmask .box {
	width:620px;
	float:right;
	margin-right:50px;
	}

#products .pricebox {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	max-width:350px;
	margin:10px 20px;
	}
	#products .pricebox strong {
		font-size:1.6rem;
		}
#products .pricebox .bdrBox {
	min-height:60px;
	}		

.mask .col-sm-6,
.mask .col-sm-12 {
	padding:30px;
	}		
.mask .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}
	

/*----- snorkel -----*/				
.bgsnorkel {
	background-image:url(../../images/product/snorkel/snorkel.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgsnorkel .box {
	width:600px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}		

.snorkel .col-sm-6 {
	padding:30px;
	}		
.snorkel .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}


/*----- fin -----*/				
.bgfin {
	background-image:url(../../images/product/fin/fin.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgfin .box {
	width:600px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}
	
.fin .col-sm-6 {
	padding:30px;
	}		
.fin .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}
	

/*----- regulator -----*/				
.bgregulator {
	background-image:url(../../images/product/regulator/regulator.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgregulator .box {
	width:500px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}

.regulator .col-sm-6 {
	padding:30px;
	}		
.regulator .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}

		
/*----- gauge -----*/				
.bggauge {
	background-image:url(../../images/product/gauge/gauge.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bggauge .box {
	width:500px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}
.f_com{ text-align:left; margin:0 auto; width:800px;}		

.gauge .col-sm-6 {
	padding:30px;
	}		
.gauge .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}


/*----- jacket -----*/				
.bgjacket {
	background-image:url(../../images/product/jacket/jacket.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgjacket .box {
	width:650px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}		


#navi .txt02{ padding:30px 200px 0 10px;}
#navi .txt02 figure img{ max-width: none; width:auto;}

.jacket .col-sm-4 {
	padding:30px;
	}		
.jacket .col-sm-4 h4 {
	margin-top:3em;
	font-weight:600;
	}


/*----- computer -----*/				
.bgcomputer {
	background-image:url(../../images/product/computer/computer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgcomputer .box {
	width:600px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}

.computer .col-sm-6 {
	padding:30px;
	}		
.computer .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}

	
/*----- accessory -----*/				
.bgaccessory {
	background-image:url(../../images/product/accessory/accessory.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgaccessory .box {
	width:600px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}		
.accessory .col-sm-6 {
	padding:30px;
	}		
.accessory .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}
	
/*----- suit -----*/				
.bgsuit {
	background-image:url(../../images/product/suit/suit.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:5em 0 7em;
	}
.bgsuit .box {
	width:600px;
	float:right;
	margin-right:50px;
	margin-bottom:30px;
	}		
.suit .col-sm-6 {
	padding:30px;
	}		
.suit .col-sm-6 h4 {
	margin-top:3em;
	font-weight:600;
	}


/*-------------
　■ support
---------------*/
.wrap-support .subMain{ overflow:hidden;}
.wrap-support .subMain .sup_box_01{
	float:right;
	width:40%;
	height:600px;
	background:url(../../images/support/img01.jpg) no-repeat;
	background-position:30% top;
	background-size: cover;
	margin-left:3em;
}
	.wrap-support .subMain .sup_box_01+h3{ margin:3em auto 1.6em;}
		.wrap-support .subMain .sup_box_01+h3+.txtArea{ font-size:1.4rem; overflow:hidden;}
			.wrap-support .subMain .sup_box_01+h3+.txtArea p{ margin-bottom:20px;}

.wrap-support .trouble_list{ padding:3em 0;}

#tabAccordion { height:500px; position: relative;}
	#tabAccordion dl {
		top:0;
		left:0;
		width:100%;
		position: absolute;
	}
		#tabAccordion dl dt {
			top:0;
			left:0;
			width:16.5%;
			font-weight:bold;
			position:absolute;
			border:#dcdcdc 1px solid;
			border-right:none;
			background:#f0f0f0;
			box-sizing:border-box;
			font-weight:600;
			font-size:1.4rem;
		}
			#tabAccordion dl:nth-child(2) dt { left:16.5%;}
			#tabAccordion dl:nth-child(3) dt { width:17%; left:33%;}
			#tabAccordion dl:nth-child(4) dt { left:50%;}
			#tabAccordion dl:nth-child(5) dt { width:17%; left:66.5%;}
			#tabAccordion dl:nth-child(6) dt { left:83.5%; border-right:1px solid #dcdcdc;}
			#tabAccordion dl dt a {
				padding: 15px 0;
				font-weight: bold;
				display: block;
				text-align: center;
				-moz-transition: all 0.2s linear;
				-webkit-transition: all 0.2s linear;
				transition: all 0.2s linear;
			}
			#tabAccordion dl dt.btnAcv { border-bottom:none; background:#fff;}
				#tabAccordion dl dt.btnAcv a { color:#1765ad;}
		#tabAccordion dl dd {
			top:52px;
			left:0;
			padding:30px 50px;
			width:100%;
			height:450px;
			border:#dcdcdc 1px solid;
			border-top:none;
			text-align:left;
			overflow-y:auto;
			display:none;
			position:absolute;
			box-sizing:border-box;
			background:#fff;
		}
			#tabAccordion dl dd .imgArea,
			#tabAccordion dl dd .imgArea2 { float:left; width:20%; margin:0 3em 0 0; overflow:hidden;}
				#tabAccordion dl dd figure{ margin-bottom:1em;}
					#tabAccordion dl dd figure img{ width:100%;}
					#tabAccordion dl dd figure figurecaption{ display:block; font-size:1rem;}
				#tabAccordion dl dd .imgArea2 figure{ width:50%; float:left;}

			#tabAccordion dl dd h4 { font-size:2.5rem; margin-bottom:1.8em; text-align:center; color:#1765ad;}
				#tabAccordion dl dd h4 span {
					display:inline-block;
					font-size:1.2rem;
					border:1px solid #1765ad;
					padding:10px 0 7px 0;
					width:150px;
					text-align:center;
					margin-right:20px;
					text-transform:uppercase;
				}
				#tabAccordion dl dd h4:after {
					content: "";
					display: block;
					width:70px;
					height:3px;
					margin:40px auto 0;
					background:#d3ddeb;
					border:none;
				}
			#tabAccordion dl dd h5 { margin-top:0; font-size:1.7rem;}
			#tabAccordion dl dd .txtArea { overflow:hidden; line-height:180%;}
				#tabAccordion dl p { margin-bottom:20px;}
#tabAccordion+.container{ text-align:right; margin-top:0.5em;}

.wrap-support .menu_list{ padding:3em 0 0;}
.wrap-support .menu_list ul{ overflow:hidden;}
.wrap-support .menu_list ul li{ width:30%; float:left; margin:3em 5% 0 0;}
	.wrap-support .menu_list ul li:nth-child(3n){ margin-right:0;}
	.wrap-support .menu_list ul li a{ display:block; width:100%;}
	
/*----- prevention -----*/
.wrap-sup-product .subBase{ text-align:center;}
	.wrap-sup-product .subBase p{ font-size:1.4rem; margin-bottom:20px; line-height:200%;}
	
.wrap-sup-product .pdf_link{ width:980px; overflow:hidden; margin-top:6em;}
	.wrap-sup-product .pdf_link .left{ width:46%; float:left;}
	.wrap-sup-product .pdf_link .right{ width:46%; float:right;}
	.wrap-sup-product .pdf_link .linkBox{
		display:block;
		border:2px solid #dcdcdc;
		padding:15px;
		min-height:125px;
		overflow:hidden;
	}
		.wrap-sup-product .pdf_link .linkBox figure{ float:left; margin-right:30px;}
		.wrap-sup-product .pdf_link .linkBox dl{ overflow:hidden; text-align:center; margin-bottom:0;}
			.wrap-sup-product .pdf_link .linkBox dl dt{ font-size:1.8rem;}
				.wrap-sup-product .pdf_link .linkBox dl dt span{
					font-size:12px;
					display:block;
					border-top:2px solid #1765ad;
					margin-top:5px;
					padding-top:5px;
				}
			.wrap-sup-product .pdf_link .linkBox dl dd{
				border:1px solid #dcdcdc;
				padding:3px 0;
				margin-top:10px;
			}
	.wrap-sup-product .pdf_link h4{ margin-top:1.5em; font-size:1.5rem;}

/*----- jsa -----*/
.wrap-sup-jsa h3{ text-align:center; margin-top:0;}
	.wrap-sup-jsa h3 span{
		background:url(../../images/support/jsa/jsa_logo.gif) no-repeat left top;
		padding:8px 0 8px 120px;
		display:inline-block;
	}
	.wrap-sup-jsa h3 small{ display:block; font-size:1.4rem; color:#333; margin-top:10px;}

.wrap-sup-jsa h4{
	border-left:5px solid #ed841e;
	color:#ed841e;
	font-size:2.5rem;
	padding:15px 0 15px 20px;
	margin:3em auto 0.8em;
}
.wrap-sup-jsa h5{ font-weight:600; font-size:18px; margin-top:3em;}

.wrap-sup-jsa .link_list{ text-align:center; padding:20px 0;}
	.wrap-sup-jsa .link_list li{
		border-left:1px solid #d6d6d6;
		padding:0 25px;
		font-size:1.6rem;
		display:inline-block;
	}
		.wrap-sup-jsa .link_list li:first-child{ border-left:none;}

#jsa-01 .grayarea{ width:60%; padding:20px 40px; margin:2.5em 0;}
	#jsa-01 .grayarea h5{ margin-top:0; margin-bottom:1em;}
	#jsa-01 .grayarea ul li{ margin:5px 0;}
#jsa-01 .refer_list{ overflow:hidden;}
	#jsa-01 .refer_list li{ float:left; width:17%; margin:30px 10px 0; position:relative;}
		#jsa-01 .refer_list li:nth-child(5n+6){ clear:both;}
		#jsa-01 .refer_list li img{ width:100%;}
		#jsa-01 .refer_list li figure{ margin-bottom:10px;}
			#jsa-01 .refer_list li figure.mb25{ margin-bottom:35px;}
		#jsa-01 .refer_list li figurecaption{ position:absolute; top:-10px; left:-10px;}
			#jsa-01 .refer_list li figurecaption span{
				background-color:rgba(0,91,172,0.8);
				color:#fff;
				font-size:1.5rem;
				font-weight:600;
				padding-top:8px;
				text-align:center;
				width:38px;
				height:38px;
				display:inline-block;
				border-radius:20px;
				margin-right:5px;
			}
#jsa-02{
	background:url(../../images/support/jsa/bg_jsa-02.jpg) no-repeat center top #f1fcff;
	background-size:cover;
	padding:6em 0;
	margin-top:5em;
}
	#jsa-02 .container{ padding-right:30%;}
	#jsa-02 h4{ margin-top:0;}
	
/*----- manual -----*/
.wrap-sup-manual .subBase{ padding-top:0;}
	.wrap-sup-manual .subBase h3.midashi{ margin:2em 0 0.5em; font-size:2rem;}
.wrap-sup-manual .btn_area { margin:5em auto 0; text-align:center;}
	.wrap-sup-manual .btn_area li{ padding:0 10px; display:inline;}
		.wrap-sup-manual .btn_area li a.button{ padding:.8em 0; font-size:1.5rem;}
			.wrap-sup-manual .btn_area li a.button:hover{ color:#fff;}
				.wrap-sup-manual .btn_area li a.button:hover::before{ border-left-color:#fff;}
				
.wrap-sup-manual table{ width:100%; border-collapse:separate; border-spacing:0 5em;}
	.wrap-sup-manual table th{
		width:25%;
		border-right:1px solid #dcdcdc;
		text-align:center;
		font-weight:600;
		font-size:1.8rem;
		padding:20px 0;
	}
		.wrap-sup-manual table th figurecaption{ display:block;}
	.wrap-sup-manual table td{ padding:20px 0 20px 40px;}
	.wrap-sup-manual table ul li{
		background:url(../../images/common/arw-01.png) no-repeat left 10px;
		background-size:6px;
		padding:5px 0 5px 15px;
	}
		.wrap-sup-manual table ul li a{
			background:url(../../images/common/ico-pdf.png) no-repeat right bottom;
			padding-right:20px;
			background-size:15px;
		}
		.wrap-sup-manual table ul li ul{ margin-top:8px;}
			.wrap-sup-manual table ul li ul li{
				background:url(../../images/common/arw-02.png) no-repeat left 10px;
				background-size:13px;
				padding-left:22px;
			}
			
/*----- maintenance -----*/
.wrap-sup-maint .maint_box_01{
	width:100%;
	height:400px;
	background:url(../../images/support/maintenance/img01.jpg) no-repeat;
	background-position:50% 50%;
	background-size: cover;
	text-align:center;
	position:relative;
	
}
	.wrap-sup-maint .maint_box_01 h3{
		height:30%;
		color:#fff;
		font-size:3rem;
		line-height:200%;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
		.wrap-sup-maint .maint_box_01 h3 .pc_none{ display:none;}
.wrap-sup-maint .pull-left{ margin-right:30px;}
	.wrap-sup-maint .pull-left+p{ padding-top:3em;}
.wrap-sup-maint h4{
	border-left:5px solid #ed841e;
	color:#ed841e;
	font-size:2.5rem;
	padding:15px 0 15px 20px;
	margin:3em auto 0.8em;
}
.wrap-sup-maint .caution{ padding:2em 0; margin-top:5em;}
	.wrap-sup-maint .caution .container{
		width:800px;
		padding:30px 60px;
		background:#fff;
		border:1px solid #9f9f9f;
	}
	.wrap-sup-maint .caution h5{
		color:#bb0d1e;
		text-align:center;
		font-size:2rem;
		font-weight:600;
		margin:0 auto 1.5em;
	}
		.wrap-sup-maint .caution h5 span{
			background:url(../../images/common/ico-caution.png) no-repeat left center;
			background-size:30px;
			padding-left:40px;
		}
	.wrap-sup-maint .caution ul{ margin:0;}
		.wrap-sup-maint .caution ul li{ margin-top:15px;}
.wrap-sup-maint .btn_list{ margin-top:5em;}
	.wrap-sup-maint .btn_list ul{ overflow:hidden;}
		.wrap-sup-maint .btn_list ul li{ float:left; width:22%; margin:0 4% 0 0;}
			.wrap-sup-maint .btn_list ul li:last-child{ margin:0;}
			.wrap-sup-maint .btn_list ul li .button{
				width:100%;
				border-color:#1765ad;
				color:#1765ad;
				font-size:2rem;
				padding:.8em 0;
			}
				.wrap-sup-maint .btn_list ul li .button:hover{ background-color:#1765ad; color:#fff;}
					.wrap-sup-maint .btn_list ul li .button::before{ border-left-color:#1765ad;}
					.wrap-sup-maint .btn_list ul li .button:hover::before{ border-left-color:#fff;}
					
/*----- maintenance/detail -----*/
.wrap-sup-maint-detail .btn_list{ margin-top:2em;}
	.wrap-sup-maint-detail .btn_list li{ width:18.4%; float:left; margin:0 2% 0 0;}
		.wrap-sup-maint-detail .btn_list li:last-child{ margin:0;}
		.wrap-sup-maint-detail .btn_list li a{
			position: relative;
			display:block;
			background:#fff;
			border:2px solid #1765ad;
			color:#1765ad;
			padding:0.8em 0;
			text-align: center;
			text-decoration: none;
			transition: all .3s;
			font-size:1.7rem;
		}
		.wrap-sup-maint-detail .btn_list li a:hover:before,
		.wrap-sup-maint-detail .btn_list li a:hover:after,
		.wrap-sup-maint-detail .btn_list li a.on:before,
		.wrap-sup-maint-detail .btn_list li a.on:after{
			content: "";
			position: absolute;
			left: 50%;
			width: 0px;
			height: 0px;
			margin-left: -10px;
			border-width: 10px 10px 0 10px;
			border-style: solid;
		}
			.wrap-sup-maint-detail .btn_list li a:hover:before,
			.wrap-sup-maint-detail .btn_list li a.on:before {
				bottom: -7px;
				border-color: #fff transparent transparent transparent;
				z-index: 0;
			}
			.wrap-sup-maint-detail .btn_list li a:hover:after,
			.wrap-sup-maint-detail .btn_list li a.on:after {
				bottom:-10px;
				border-color:#1765ad transparent transparent transparent;
				z-index: -1;
			}
.wrap-sup-maint-detail .subBase{ padding-top:0; line-height:190%;}
	.wrap-sup-maint-detail .subBase h3.midashi{
		text-align:center;
		margin-top:2.5em;
		margin-bottom:0;
	}
	.wrap-sup-maint-detail .subBase h4{ margin:4em 0 1em;}
	.wrap-sup-maint-detail .pull-right{ margin:0 0 1em 3em;}
	.wrap-sup-maint-detail .pull-left{ margin:0 3em 1em 0;}
	.wrap-sup-maint-detail .clearfix p{ overflow:hidden;}
	
	.wrap-sup-maint-detail .repair{
		background:#f2f2f2;
		border-radius:10px;
		padding:30px 50px;
		margin-top:2em;
	}
		.wrap-sup-maint-detail .repair h4{ margin-top:0; color:#005bac;}
		.wrap-sup-maint-detail .repair h5{ font-size:1.6rem;}
		.wrap-sup-maint-detail .repair p{ margin-bottom:0;}

/*-------------
　■ dealer
---------------*/
.wrap-dealer .mainContents{ width:78%; float:right;}
	.wrap-dealer .mainContents h3{ margin:0 auto 1em;}
	.wrap-dealer .mainContents h4{
		position: relative;
		padding: .75em 1em .75em 1.5em;
		border: 1px solid #ccc;
	}
		.wrap-dealer .mainContents h4:after{
			position: absolute;
			top: .5em;
			left: .5em;
			content: '';
			width: 6px;
			height: -webkit-calc(100% - 1em);
			height: calc(100% - 1em);
			background-color:#1765ad;
			border-radius: 4px;
		}
	.wrap-dealer .mainContents .shadow{
		padding:30px;
		/* box-shadow */
		box-shadow:0px 0px 6px -1px #b5b5b5;
		-moz-box-shadow:0px 0px 6px -1px #b5b5b5;
		-webkit-box-shadow:0px 0px 6px -1px #b5b5b5;
		/* border-radius */
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}
	.wrap-dealer .mainContents table{ width:100%; border-collapse:collapse;}
		.wrap-dealer .mainContents table tr:nth-child(even){ background:#f2f2f2;}
			.wrap-dealer .mainContents table th,
			.wrap-dealer .mainContents table td{ padding:8px 20px; line-height:150%;}
			.wrap-dealer .mainContents table th{ width:30%; font-weight:600;}
			.wrap-dealer .mainContents table td{}
				.wrap-dealer .mainContents table td.btnArea{ width:22%;}
					.wrap-dealer .mainContents table td.btnArea a{
						width:80px;
						height:auto;
						display:inline-block;
						background:#1765ad;
						text-align:center;
						padding:3px 0;
						margin:0 5px 5px;
						color:#fff;
						text-transform:uppercase;
					}
	
.wrap-dealer .sideNavi{ width:225px; float:left;}
	.wrap-dealer .sideNavi h3{
		margin:0 auto;
		border-top:3px solid #1765ad;
		border-bottom:1px solid #ccc;
		font-size:1.7rem;
		padding:8px 5px 8px 15px;
	}
	.wrap-dealer .sideNavi h3 + ul{ border-bottom:1px solid #ccc; padding:10px 0;}
		.wrap-dealer .sideNavi h3 + ul li{
			background:url(../../images/common/arw-01.png) no-repeat 16px 7px;
			background-size:5px;
			padding:2px 10px 2px 30px;
		}
	.wrap-dealer .sideNavi ul.bnr{ margin-top:20px;}
		.wrap-dealer .sideNavi ul.bnr li{ margin-top:10px;}

/*-------------
　■ privacy
---------------*/
.wrap-privacy .txtBox{ background:#f2f2f2; padding:10px; margin-bottom:3em;}
	.wrap-privacy .subBase h3.midashi{ margin:2em 0 0.5em; font-size:2rem;}
	
.list-nam{ margin:0 0 10px 30px;}
	.list-nam li{ list-style-type:decimal;}
.list-disc{ margin:0 0 10px 30px;}
	.list-disc li{ list-style-type:disc;}
.list-square{ margin:0 0 10px 30px;}
	.list-square li{ list-style-type:square;}
	
/*-------------
　■ sitemap
---------------*/
.wrap-sitemap .subBase{
	display:-webkit-box;/* Androidブラウザ用 */
    display:-ms-flexbox;/* IE10 */
    display: -webkit-flex;/* safari */
    display:flex;
    -webkit-box-pack:justify;/* Androidブラウザ用 */
    -ms-flex-pack:justify;/* IE10 */
    -webkit-justify-content:space-between;/* safari */
    justify-content:space-between;
}
	.wrap-sitemap .subBase > ul{ width:25%;}
	.wrap-sitemap .subBase > ul > li{ border-bottom:1px solid #ccc;}
		.wrap-sitemap .subBase > ul > li > a{
			display:block;
			padding:15px 15px 15px 30px;
			background:url(../../images/common/arw-01.png) no-repeat 15px center;
			background-size:6px;
		}
	.wrap-sitemap .subBase > ul > li ul{ margin-bottom:10px;}
	.wrap-sitemap .subBase > ul > li ul li{ padding:5px 0 5px 30px;}
		.wrap-sitemap .subBase > ul > li ul li a{
			background:url(../../images/common/arw-02.png) no-repeat left center;
			background-size:12px;
			padding-left:20px;
		}


figure h2{
	padding: 0;
	margin: 0;
	
}


/* add taguchi 2017.01 ===================================================================*/
.mgu50{
	margin-top: 50px;
}

.infoList{
}

.infoList li{
	margin-bottom: 3rem;
	position: relative;
}

.infoList li span{
	float: left;
	display: inline-block;
	position: absolute;
}

.infoList li p{
	display: inline-block;
	float: left;
	margin-left: 19rem;
}

.infoList li a{
/*	color: #005bac;*/
	text-decoration: underline;
}


.infoList li span:after{
	display: inline-block;
	color: #fff;
	padding: 1px 5px;
	margin-left: 10px;
	letter-spacing: 2px;
	text-align: center;
	width:11rem;
	text-transform: uppercase;
}
.infoList li.infoEvent span:after{
	content: "event";
	background: #005bac;
}
.infoList li.infoNormal span:after{
	content: "News";
	color: #005bac;
	font-weight: 600;
	background: #f2f2f2;
}
.infoList li.infoCampaign span:after{
	content: "campaign";
	background: #005bac;
}
.infoList li.infoImportant span:after{
	content: "重要なお知らせ";
	background: #ac0000;
	letter-spacing: 0;
}
.infoList li.infoImportant p{
	color: #ac0000;
}

.infoList li img{
	width: 100%;
}


.product_List li{
	position: relative;
	vertical-align: top;
}

.product_List li img.prdEnd{ /*一覧ページでの表示*/
	position: absolute;
	bottom: 12%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 120px;
}

span.prdEnd{ /*詳細ページ 価格表示の箇所*/
	color: #aaa;
	font-weight: normal;
}
#navi li.prdEnd,
#navi li.posRelative,
#navi ul.prdEnd li{ /*詳細ページ カラーバリエーションの箇所*/
	position: relative;
}
#navi li.prdEnd a:before,
#navi ul.prdEnd li a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    position: absolute;
    z-index: 10;
	top: 0;
	left: 0;
	}
#navi li.prdEnd p.txtEnd,
#navi li.posRelative p.txtEnd,
#navi ul.prdEnd li p.txtEnd{
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 8px;
	opacity: 0.8;
}

p.colorName{
	text-transform: uppercase;
}



.product_List li.squareImg{

}
.product_List li h3{
	position: relative;
	z-index: 10;
	font-size: 20px;
}
.product_List li a{
	margin: 1px;
	display: inline-block;
	padding: 10px;

}
.product_List li img {
	margin: -8% 10px;
	width: calc(100% - 20px);
	position: relative;
	z-index: 0;
}


#spec figure.pull-left{
	padding-right: 20px;
}

#products{
	padding-top: 30px;
}

.infoList li a:hover{
	opacity: 0.75;
}

.product_List img.logo{
	position: absolute;
	top: 24px;
	right: 8px;
	max-height: 28px;
	max-width: 46%;
	height: auto;
	margin: 0;
	z-index: 20;
}

.computer .product_List img.logo{
	top: 8px;
	max-height: 50px;
}
.w50p{
	max-width: 50%;
}
.w50p span{
	white-space: nowrap;
}
.midashi.small{
	font-size: 1.7rem;
}

.product_List .iconNew:before{
	content: '';
	position: absolute;
	display: block;
	bottom: 55%;
	right: 3%;
	width: 36px;
	height: 40px;

	z-index:500;
	background: url(../../images/product/icon_new.svg) no-repeat;
	background-size: contain;
}
.product_List .iconNewColor:before{
	content: '';
	position: absolute;
	display: block;
	bottom: 58%;
	right: 3%;
	width: 70px;
	height: 40px;

	z-index:500;
	background: url(../../images/product/icon_newcolor.svg) no-repeat;
	background-size: contain;
}
.product_List .iconNew.noLogo:before,
.product_List .iconNewColor.noLogo:before{
	bottom: auto;
	top: 9%;
}

#photoarea p.iconNew,
.pricebox p.iconNew{
	display: inline-block;
}

#photoarea p.iconNew img,
.pricebox p.iconNew img{
	width: 60px;
	height: auto;
	margin-right: 5px;
}
#photoarea .iconNewColor{
	position: relative;
}
#photoarea .iconNewColor:before{
	content: '';
	position: absolute;
	display: block;
	bottom:  3%;

	right: 5%;
	width: 60px;
	height: 18px;

	z-index:500;
	background: url(../../images/product/icon_newcolor.svg) no-repeat;
	background-size: contain;
}


@media screen and (max-width: 768px){
	.w50p{
		max-width: none;
	}
	.product_List li {
		width: 48%;
	}
	.product_List img.logo{
		position: relative;
		top: 0px;
		max-width: none;
		max-height: 22px;
		margin-top: -4px;
		margin-bottom: 10px;
		width: calc(100% + 16px);
	}
	.computer .product_List img.logo{
		margin-top: -12px;
	}
	.computer .product_List img.logo{
		top: 0;
	}
	
	.infoList {
		padding: 10px;
	}
	.infoList li span,
	.infoList li p{
		position: relative;
		display: block;
		float: none;
		margin-left: 0;
	}
	.infoList li span{
		margin-bottom: 0.5rem;
	}
	.infoList li img{
		width: 92vw;
		height: auto;
	}
	.fb-page{
		margin: 10px;
	}
	#pagetop {
     padding: 10px 10px 0; 
	}
	.pull-left h1{
		float: left;
	}
	.pull-right .snsLink{
		float: left;
		padding-left: 20px;
		padding-top: 6px;
	}
	.subNavinner {
		padding: 1px 10px;
	}
	.product_List li img.prdEnd {
		width: 90%;
		position: relative;
		margin: 10px 5% 5px;
	}
	
	
	
	.product_List .iconNew:before{
		bottom: auto;
		top: 5%;
		right: 3%;
		width: 44px;
	}
	.product_List .iconNewColor:before{
		bottom: auto;
		top: 3%;
		right: 3%;
		width: 34px;
	}
	.product_List .iconNew h3,
	.product_List .iconNewColor h3{
		width: 50%;
	}
	br.spNo{	display: none;}
}



#spec .midashi{
	margin-bottom: 1em;
}
.btn-primary a{
	color: #fff;
}
.mg10{
	margin: 10px;

}


.youtube {
  position: relative;
  width: 100vw;
  max-width: 970px;
  padding-top: 56.25%;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}