@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active, .btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  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 {
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  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;
  text-shadow: 0 1px 0 #fff;
  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:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  background-repeat: repeat-x;
  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:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}

.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  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:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  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:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  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:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  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:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFE8E8E8", GradientType=0);
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF337AB7", endColorstr="#FF2E6DA4", GradientType=0);
  background-color: #2e6da4;
}

.navbar-default {
  background-image: linear-gradient(to bottom, white 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8F8F8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDBDBDB", endColorstr="#FFE2E2E2", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF3C3C3C", endColorstr="#FF222222", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF090909", endColorstr="#FF0F0F0F", GradientType=0);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 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: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF337AB7", endColorstr="#FF2E6DA4", GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDFF0D8", endColorstr="#FFC8E5BC", GradientType=0);
  border-color: #b2dba1;
}

.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9EDF7", endColorstr="#FFB9DEF0", GradientType=0);
  border-color: #9acfea;
}

.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCF8E3", endColorstr="#FFF8EFC0", GradientType=0);
  border-color: #f5e79e;
}

.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2DEDE", endColorstr="#FFE7C3C3", GradientType=0);
  border-color: #dca7a7;
}

.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEBEBEB", endColorstr="#FFF5F5F5", GradientType=0);
}

.progress-bar {
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF337AB7", endColorstr="#FF286090", GradientType=0);
}

.progress-bar-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5CB85C", endColorstr="#FF449D44", GradientType=0);
}

.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5BC0DE", endColorstr="#FF31B0D5", GradientType=0);
}

.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF0AD4E", endColorstr="#FFEC971F", GradientType=0);
}

.progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9534F", endColorstr="#FFC9302C", GradientType=0);
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 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: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF337AB7", endColorstr="#FF2B669A", GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF5F5F5", endColorstr="#FFE8E8E8", GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF337AB7", endColorstr="#FF2E6DA4", GradientType=0);
}

.panel-success > .panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDFF0D8", endColorstr="#FFD0E9C6", GradientType=0);
}

.panel-info > .panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD9EDF7", endColorstr="#FFC4E3F3", GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFCF8E3", endColorstr="#FFFAF2CC", GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF2DEDE", endColorstr="#FFEBCCCC", GradientType=0);
}

.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE8E8E8", endColorstr="#FFF5F5F5", GradientType=0);
  border-color: gainsboro;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/*! normalize.css v3.0.3 | 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 32px);
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    transform-origin: top center;
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    transform: translateY(700px);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  min-width: 300px;
}

html.wf-active {
  font-family: "Source Sans Pro", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.lock {
  overflow: hidden;
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #393939;
}

.SubSec, .Nav__container-box-campaign-detail, .Footer-box-smallContent, .Footer-box-largeContent-contact, .Footer-box-largeContent-sub, .Footer-box-largeContent__mainLists, .Footer-box-largeContent {
  *zoom: 1;
}

.SubSec:after, .Nav__container-box-campaign-detail:after, .Footer-box-smallContent:after, .Footer-box-largeContent-contact:after, .Footer-box-largeContent-sub:after, .Footer-box-largeContent__mainLists:after, .Footer-box-largeContent:after {
  content: "";
  display: table;
  clear: both;
}

.__image--width_fit {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.__image--width_lazyFit {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.__image--display_block {
  display: block;
  margin: 0 auto;
}

.__txt--center {
  text-align: center;
}
.__txt--color_red {
  color: #BA3B1D;
}
.__txt--color_blue {
  color: #3316ff;
}
@media screen and (min-width: 992px) {
  .__txt--pc_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 992px) {
  .__txt--pctb_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .__txt--pctb_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .__txt--tb_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .__txt--tbfb_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .__txt--tbfb_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  .__txt--fbsp_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 480px) {
  .__txt--sp_br::before {
    content: "\a";
    white-space: pre;
  }
}
.__txt--all_br::before {
  content: "\a";
  white-space: pre;
}
.__txt--flexAll_br {
  display: block;
}
.__txt--flexAll_br::before {
  display: block;
  content: "\a";
  white-space: pre;
}
.__txt--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__link--txt_noBorder {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  display: block;
}

.Wrapper {
  width: 100%;
  margin: 0 auto;
  transition: filter 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Wrapper--modal {
  filter: blur(8px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .Wrapper {
    background: #fff;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .Wrapper {
    background: #fff;
  }
}
@media screen and (max-width: 480px) {
  .Wrapper {
    background: #fff;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.Scoop-detail-girls__list-box, .Scoop-detail-girls__list, .Scoop-girls__list-box, .Scoop-girls__list, .BreadCrumbs, .Point-box__lists, .SubSec__balloonLists, .SubSec__checkLists, .Nav__container-box-other, .Nav__container-box-sub__lists, .Nav__container-box-main, .Footer-box-smallContent, .Footer-box-largeContent-sub__subLists, .Footer-box-largeContent__mainLists, .Header-nav-box__lists {
  margin: 0;
  padding: 0;
}

.Scoop-detail-girls__list-item, .Scoop-girls__list-item, .BreadCrumbs__item, .Point-box__list, .SubSec__balloonList, .SubSec__checkList, .Nav__container-box-other__list, .Nav__container-box-sub__list, .Nav__container-box-main__list, .Footer-box-smallContent__list, .Footer-box-largeContent-sub__subList, .Footer-box-largeContent__mainList, .Header-nav-box__list {
  list-style: none;
}

.Scoop-detail-sec__dad, .SubSec__dad {
  margin: 0;
  padding: 0;
}

.Scoop-detail-sec__dadTtl, .SubSec__dadTtl {
  margin: 0;
  padding: 0;
}

.Scoop-detail-sec__dadTxt, .Scoop-detail-sec__dadTxt--large, .SubSec__dadTxt {
  margin: 0;
  padding: 0;
}

.Nav__container-box-campaign-detail__thumb {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Nav__container-box-campaign-detail__thumb:hover {
  opacity: 0.8;
  transform: scale(1.08);
}

.Header-box {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .Header-box {
    max-width: 950px;
    height: 80px;
  }
}
.Header-box__ttl {
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .Header-box__ttl {
    color: #888;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Header-box__ttl {
    width: 100%;
    background: #000;
    color: #fff;
    order: 1;
  }
}
.Header-box__campaign {
  width: 244px;
  height: 37px;
  margin: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .Header-box__campaign {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .Header-box__campaign:hover {
    color: #ffacb4;
    transform: scale(1.08);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .Header-box__campaign {
    position: static;
    order: 0;
    width: 100%;
    height: auto;
  }
}
.Header-box__logo {
  height: 64px;
  text-align: center;
  margin: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Header-box__logo {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .Header-box__logo:hover {
    color: #ffacb4;
    transform: scale(1.08);
    opacity: 0.8;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .Header-box__logo {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .Header-box__logo {
    width: 80%;
    height: 60px;
    margin: 0;
    order: 3;
  }
}
.Header-box__logoImage {
  display: block;
  width: 90%;
  height: auto;
  max-width: 300px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .Header-box__logoImage {
    width: 80%;
  }
}
.Header-box__menu {
  width: 30px;
  height: 30px;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .Header-box__menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Header-box__menu {
    order: 4;
    margin: auto;
  }
}
.Header-box__menuBtn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/static/img/common/btn_menu.svg) no-repeat scroll 50% 50%/100% auto;
}
.Header-nav {
  background: #000;
  color: #fff;
  overflow: hidden;
}
.Header-nav-box {
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 70px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .Header-nav-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .Header-nav-box {
    width: 100%;
    height: 100%;
  }
}
.Header-nav-box__lists {
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Header-nav-box__lists {
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .Header-nav-box__lists {
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 5px;
  }
}
.Header-nav-box__list {
  width: auto !important;
  height: auto !important;
  white-space: nowrap;
}
.Header-nav-box__list--active {
  color: #FE5A6A;
}
.Header-nav-box__listLink, .Header-nav-box__listLink--contact {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Header-nav-box__listLink:hover, .Header-nav-box__listLink--contact:hover {
  color: #ffacb4;
  transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .Header-nav-box__listLink, .Header-nav-box__listLink--contact {
    padding: 3px 6px;
    margin: 2.5px;
    border: solid 1.5px #fff;
    font-size: 12px;
    font-weight: bold;
  }
}
.Header-nav-box__listLink--contact {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .Header-nav-box__listLink--contact {
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .Header-nav-box__listLink--contact:hover {
    color: #ffacb4;
    transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .Header-nav-box__listLink--contact {
    width: auto;
  }
}
.Header-nav-box .swiper-scrollbar {
  height: 2px;
}
@media screen and (min-width: 768px) {
  .Header-nav-box .swiper-scrollbar {
    display: none;
  }
}
.Header-nav-box .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.7);
}

.Body {
  background-color: #fff;
}

.Footer {
  background: #000;
  color: #fff;
  position: relative;
}
.Footer__scrollTop, .Footer__scrollTop--static {
  z-index: 1000;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 66px;
  border-radius: 50%;
  background: url(/static/img/common/btn_scrolltop.svg) no-repeat scroll 50% 50%/26px auto, #7C7C7C;
  will-change: transform, opacity;
}
@media screen and (min-width: 768px) {
  .Footer__scrollTop, .Footer__scrollTop--static {
    right: 20px;
    bottom: 20px;
  }
  .Footer__scrollTop:hover, .Footer__scrollTop--static:hover {
    transform: scale(1.1);
    background: url(/static/img/common/btn_scrolltop.svg) no-repeat scroll 50% 50%/26px auto, #aaa;
  }
}
@media screen and (max-width: 767px) {
  .Footer__scrollTop, .Footer__scrollTop--static {
    right: 8px;
  }
}
.Footer__scrollTop--hidden {
  display: none;
}
.Footer__scrollTop--active {
  display: block;
  animation-name: zoomIn;
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.Footer__scrollTop--deactive {
  animation-name: rotateOut;
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.Footer__scrollTop--static {
  position: absolute;
  top: -20px;
  bottom: auto;
}
.Footer-box {
  width: 960px;
  margin: 0 auto;
  padding-top: 35px;
  line-height: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .Footer-box {
    width: 96%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .Footer-box {
    padding-top: 20px;
    width: 96%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .Footer-box {
    padding-top: 20px;
    width: 96%;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .Footer-box-largeContent {
    display: none;
  }
}
.Footer-box-largeContent__mainLists {
  width: 18%;
  float: left;
}
.Footer-box-largeContent__mainList {
  font-size: 1.2rem;
}
.Footer-box-largeContent__mainListLink {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Footer-box-largeContent__mainListLink:hover {
  color: #ffacb4;
}
.Footer-box-largeContent-sub {
  float: left;
  position: relative;
  width: 55%;
  padding-left: 110px;
}
.Footer-box-largeContent-sub__subListTtl {
  position: absolute;
  left: 0;
}
.Footer-box-largeContent-sub__subLists {
  width: 100%;
  column-count: 2;
}
.Footer-box-largeContent-sub__subList {
  font-size: 1.2rem;
}
.Footer-box-largeContent-sub__subListLink {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Footer-box-largeContent-sub__subListLink:hover {
  color: #ffacb4;
}
.Footer-box-largeContent-contact {
  float: right;
  width: 20%;
}
.Footer-box-largeContent-contact__ttl {
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 3px;
  margin: 0 auto 10px;
  transition: border 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Footer-box-largeContent-contact__ttl a {
  line-height: 36px;
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Footer-box-largeContent-contact__ttl:hover {
  border: 2px solid #ffacb4;
}
.Footer-box-largeContent-contact__ttl:hover a {
  color: #ffacb4;
  text-decoration: none;
}
.Footer-box-largeContent-contact__link {
  display: block;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.Footer-box-largeContent-contact__link:hover {
  color: #ffacb4;
}
.Footer-box-smallContent {
  display: none;
}
@media screen and (max-width: 767px) {
  .Footer-box-smallContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
  }
}
.Footer-box-smallContent__list {
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid #666;
}
.Footer-box-smallContent__list:last-of-type {
  border: none;
}
.Footer-box-smallContent__listLink {
  display: block;
  color: inherit;
  text-decoration: none;
}
.Footer-box__copyright {
  text-align: right;
  padding: 10px 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .Footer-box__copyright {
    text-align: center;
  }
}

.Nav {
  z-index: 1030;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.82);
  overflow: hidden;
  overflow-y: auto; /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  backface-visibility: hidden;
}
.Nav--hidden {
  display: none;
}
.Nav--active {
  display: block;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.Nav--deactive {
  animation-name: fadeOut;
  animation-iteration-count: 1;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.Nav__container {
  display: flex;
  width: 100%;
  padding: 10px 0;
  z-index: 1050;
  padding: 2.7rem 10px; /* モーダル外側の余白 */
  flex-wrap: wrap;
  justify-content: left;
}
.Nav__container-box {
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
  max-width: 400px;
  color: #fff;
  z-index: 1050;
  position: relative;
}
.Nav__container-box-main__list {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.6;
  padding-left: 20px;
}
.Nav__container-box-main__list::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 13px;
  height: 11px;
  background: url(/static/img/common/btn_arrow_menu.svg) no-repeat scroll 50% 50%/100% auto;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.Nav__container-box-main__listLink {
  color: inherit;
  text-decoration: none;
}
.Nav__container-box-sub__ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #fe5a6a;
  margin: 20px 0 10px;
}
.Nav__container-box-sub__list {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2;
}
.Nav__container-box-sub__list::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 10px;
  background: url(/static/img/common/btn_arrow_menu.svg) no-repeat scroll 50% 50%/100% auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Nav__container-box-sub__listLink {
  color: inherit;
  text-decoration: none;
  display: block;
}
.Nav__container-box-campaign-ttlBox {
  color: #fff;
}
.Nav__container-box-campaign-ttlBox__ttlJp {
  color: #fff;
}
.Nav__container-box-campaign-detail {
  margin: 0 auto 30px;
  width: 100%;
}
.Nav__container-box-campaign-detail__thumb {
  display: block;
  float: left;
  width: 30%;
  box-shadow: 5px 5px 0 #fff3c4;
}
.Nav__container-box-campaign-detail__txt {
  float: right;
  width: 66%;
  line-height: 1.8;
}
.Nav__container-box-other__list {
  position: relative;
  font-size: 1.6rem;
  border-bottom: 1px solid #666;
  line-height: 2.2;
}
.Nav__container-box-other__list::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 10px;
  background: url(/static/img/common/btn_arrow_menu.svg) no-repeat scroll 50% 50%/100% auto;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Nav__container-box-other__listLink {
  color: inherit;
  text-decoration: none;
  display: block;
}
.Nav__container-box__closeBtn {
  z-index: 1060;
  top: 10px;
  right: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  background: url(/static/img/common/btn_menu_close.svg) no-repeat scroll 50% 50%/100% auto;
}

.SubTtlBox, .Nav__container-box-campaign-ttlBox {
  text-align: center;
  padding: 25px 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .SubTtlBox, .Nav__container-box-campaign-ttlBox {
    padding: 15px 0 15px;
  }
}
.SubTtlBox__ttlEn, .Nav__container-box-campaign-ttlBox__ttlEn {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  min-width: 140px;
}
.SubTtlBox__ttlEn::before, .Nav__container-box-campaign-ttlBox__ttlEn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  margin: auto;
  width: 70px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .SubTtlBox__ttlEn::before, .Nav__container-box-campaign-ttlBox__ttlEn::before {
    left: -70px;
    width: 60px;
  }
}
.SubTtlBox__ttlEn::after, .Nav__container-box-campaign-ttlBox__ttlEn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
  width: 70px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .SubTtlBox__ttlEn::after, .Nav__container-box-campaign-ttlBox__ttlEn::after {
    right: -70px;
    width: 60px;
  }
}
.Nav__container-box-campaign-ttlBox__ttlEn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  margin: auto;
  width: 70px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .Nav__container-box-campaign-ttlBox__ttlEn::before {
    left: -70px;
    width: 60px;
  }
}
.Nav__container-box-campaign-ttlBox__ttlEn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
  width: 70px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .Nav__container-box-campaign-ttlBox__ttlEn::after {
    right: -70px;
    width: 60px;
  }
}
.SubTtlBox__ttlJp, .Nav__container-box-campaign-ttlBox__ttlJp {
  font-weight: normal;
  font-size: 1.2rem;
  color: #393939;
}

.Other {
  background: #f9fbdd;
  overflow: hidden;
}
.Other-banners {
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Other-banners {
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
  }
}
.Other-banners__item {
  display: block;
  width: 315px;
  margin-right: 20px;
}
.Other-banners__item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .Other-banners__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .Other-banners__item {
    margin: 0 auto 15px;
    width: 100%;
  }
}

.SubSec {
  margin: 0 auto 20px;
}
.SubSec__ttl, .Scoop-detail-sec__ttl {
  position: relative;
  font-size: 2rem;
  margin: 0 auto 20px;
  padding: 0 12px;
  z-index: 1;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .SubSec__ttl, .Scoop-detail-sec__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .SubSec__ttl, .Scoop-detail-sec__ttl {
    font-size: 1.6rem;
  }
}
.SubSec__ttl::after, .Scoop-detail-sec__ttl::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: #EEF39D;
  z-index: -1;
}
.SubSec__txt {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .SubSec__txt {
    width: 96%;
    margin: 0 auto;
  }
}
.SubSec__txt--flap {
  margin-bottom: 10px;
}
.SubSec__txt--center {
  text-align: center;
}
.SubSec__txt--emphasis {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}
.SubSec__txt--emphasis_large {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  color: #fe5a6a;
}
.SubSec__thumb {
  width: 288px;
  padding: 10px;
  margin: 0 auto 20px;
  border: 1px solid #CCC;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .SubSec__dad {
    width: 96%;
    margin: 0 auto;
  }
}
.SubSec__dadTtl {
  font-size: 2rem;
  line-height: 40px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  color: #fe5a6a;
  font-weight: bold;
}
.SubSec__dadTtl::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(/static/img/common/icon_check.png) no-repeat scroll 50% 50%/25px auto, #fff;
  vertical-align: middle;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .SubSec__dadTtl {
    padding-left: 40px;
    line-height: 32px;
    font-size: 1.8rem;
  }
  .SubSec__dadTtl::before {
    width: 32px;
    height: 32px;
  }
}
.SubSec__dadTxt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .SubSec__dadTxt {
    margin-bottom: 10px;
  }
}
.SubSec__btn {
  max-width: 290px;
  display: block;
  background: #000;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .SubSec__checkLists {
    max-width: 380px;
    width: 94%;
    margin: 0 auto;
  }
}
.SubSec__checkList {
  font-size: 2rem;
  line-height: 40px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  color: #fe5a6a;
  font-weight: bold;
}
.SubSec__checkList::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(/static/img/common/icon_check.png) no-repeat scroll 50% 50%/25px auto, #fff;
  vertical-align: middle;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #CECECE;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .SubSec__checkList {
    padding-left: 40px;
    line-height: 32px;
    font-size: 1.8rem;
  }
  .SubSec__checkList::before {
    width: 32px;
    height: 32px;
  }
}
.SubSec__balloonList {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 1px solid #ccc;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 400px;
}
.SubSec__balloonList::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 10px 0 rgba(163, 163, 163, 0.5);
  border: 1px solid #ccc;
  background: #fff;
  bottom: -10px;
  right: 20px;
  transform: translateX(-50%) rotate(45deg) skew(5deg, 5deg);
}
.SubSec__balloonList::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .SubSec__balloonList {
    max-width: 290px;
    margin: 0 auto 20px;
  }
}
.SubSec-teacher {
  max-width: 320px;
  margin: 20px auto 10px;
}
.SubSec-teacher__thumb {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.SubSec-teacher-detail {
  border: 1px solid #CCC;
  padding: 14px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.SubSec-teacher-detail__ttl {
  margin-bottom: 10px;
}
.SubSec-teacher-detail__txt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.SubCase, .Scoop-detail-sec-wages {
  max-width: 680px;
  background: #fff;
  border: 2px solid #ddd;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto 10px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SubCase, .Scoop-detail-sec-wages {
    width: 94%;
    margin: 0 auto 10px;
    padding: 5px;
  }
}
.SubCase__ttl, .Scoop-detail-sec-wages__ttl {
  background: #EEF39D;
  font-size: 1.6rem;
  margin: 0 auto 10px;
  padding: 4px 0;
  font-weight: normal;
}
.SubCase__ttl--bold {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .SubCase__ttl, .Scoop-detail-sec-wages__ttl {
    font-size: 1.5rem;
  }
}
.SubCase__wages, .Scoop-detail-sec-wages__subTtl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 10px;
}
.SubCase__wages--large {
  font-size: 2rem;
}
.SubCase__other {
  font-size: 1.4rem;
}
.SubCase__total {
  border-top: 1px solid #aaa;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
}
.SubCase__total--large {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .SubCase__total {
    margin-top: 5px;
    padding-top: 5px;
  }
}

.Point {
  max-width: 710px;
  margin: 0 auto 40px;
  padding: 15px;
  background: url(/static/img/common/bg_dot_pink.png) repeat scroll 0 0/6px auto;
}
@media screen and (max-width: 767px) {
  .Point {
    margin: 0 auto 20px;
  }
}
.Point__ttl {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}
.Point-box {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.Point-box__list {
  font-size: 2rem;
  margin: 0 auto 10px;
  color: #FE5A6A;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 18px;
  position: relative;
}
.Point-box__list::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 14px;
  height: 14px;
  background: url(/static/img/common/icon_check.png) no-repeat scroll 50% 50%/100% auto;
}
@media screen and (max-width: 767px) {
  .Point-box__list {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .Point-box__list {
    font-size: 1.8rem;
  }
}
.Point-box__txt {
  font-size: 1.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .Point-box__txt {
    text-align: justify;
  }
}

.SubVisual {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
  color: #F9F8F7;
  position: relative;
}
.SubVisual::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #EEF39D 0%, #EBA3A2 100%);
  opacity: 0.45;
}
.SubVisual-box, .SubVisual-box--benefit, .SubVisual-box--flow, .SubVisual-box--work, .SubVisual-box--income {
  display: flex;
  align-items: center;
  max-width: 680px;
  height: 250px;
  width: 100%;
  margin: 0 auto 20px;
  background-image: url(/static/img/income/main_pc_income.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .SubVisual-box, .SubVisual-box--benefit, .SubVisual-box--flow, .SubVisual-box--work, .SubVisual-box--income {
    background-image: url(/static/img/income/main_sp_income.jpg);
  }
}
.SubVisual-box--income {
  background-image: url(/static/img/income/main_pc_income.jpg);
}
@media screen and (max-width: 767px) {
  .SubVisual-box--income {
    background-image: url(/static/img/income/main_sp_income.jpg);
  }
}
.SubVisual-box--work {
  background-image: url(/static/img/work/main_pc_work.jpg);
}
@media screen and (max-width: 767px) {
  .SubVisual-box--work {
    background-image: url(/static/img/work/main_sp_work.jpg);
  }
}
.SubVisual-box--flow {
  background-image: url(/static/img/flow/main_pc_flow.jpg);
}
@media screen and (max-width: 767px) {
  .SubVisual-box--flow {
    background-image: url(/static/img/flow/main_sp_flow.jpg);
  }
}
.SubVisual-box--benefit {
  background-image: url(/static/img/benefit/main_pc_benefit.jpg);
}
@media screen and (max-width: 767px) {
  .SubVisual-box--benefit {
    background-image: url(/static/img/benefit/main_sp_benefit.jpg);
  }
}
.SubVisual-box-content {
  width: 100%;
  z-index: 1;
  position: relative;
  padding: 15px;
}
.SubVisual-box-content__icon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
}
.SubVisual-box-content__ttl {
  color: #fe5a6a;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.SubVisual-box-content__ttlSmall {
  font-size: 1.6rem;
}
.SubVisual-box-content__ttlLarge {
  font-size: 2rem;
}
.SubVisual-box-content__txt, .SubVisual-box-content__txt--large {
  font-size: 1.4rem;
  color: #313131;
  text-align: center;
}
.SubVisual-box-content__txt--large {
  font-size: 1.6rem;
  font-weight: bold;
}

.SubBack {
  background: #fee;
  background: url(/static/img/common/bg_pcback2.png) repeat scroll 50% 0/100% auto;
}
.SubBack-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.14);
}

.BreadCrumbs {
  background: #fff;
  overflow: hidden;
  padding: 16px 20px 0;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 0;
  max-width: 940px;
}
@media screen and (max-width: 480px) {
  .BreadCrumbs {
    margin: 0 auto;
    padding: 8px 10px 0;
  }
}
.BreadCrumbs__item {
  display: inline-block;
  font-size: 1rem;
  color: #000;
  white-space: nowrap;
}
.BreadCrumbs__item:not(:first-of-type)::before {
  padding-left: 4px;
  content: ">";
  display: inline-block;
}
.BreadCrumbs__itemLink {
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
.BreadCrumbs__itemLink:hover {
  opacity: 0.8;
}

/*スマホ時　フッターラインアイコン　アニメーション*/
@keyframes jump {
  0% {
    scale: 1;
  }
  2% {
    scale: 1.1;
  }
  4% {
    scale: 1;
  }
  6% {
    scale: 1.1;
  }
  8% {
    scale: 1;
  }
}
.Scoop {
  max-width: 680px;
  margin: 0 auto;
  counter-reset: girlsSecNum;
}
.Scoop-girls {
  background: url(/static/img/common/bg_dot.png) repeat scroll 0 0/6px auto;
  max-width: 680px;
  padding: 20px 30px 25px;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Scoop-girls {
    max-width: 400px;
    width: 96%;
    padding: 15px;
    margin: 0 auto 20px;
  }
}
.Scoop-girls::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Scoop-girls__list {
  counter-reset: girlsNum;
  max-width: 660px;
  margin: 0 auto;
}
.Scoop-girls__list-item {
  width: 100%;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
}
.Scoop-girls__list-item:last-of-type {
  border: none;
  padding: 0;
}
.Scoop-girls__list-box {
  display: flex;
  color: inherit;
  text-decoration: none;
  justify-content: center;
}
.Scoop-girls__list-box__thumb {
  width: 120px;
  aspect-ratio: 600/360;
  box-shadow: 4px 4px 0 0 #EEF39D;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.Scoop-girls__list-box__txt {
  flex: 1;
  padding-left: 15px;
  font-weight: bold;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.03em;
}

.Scoop-detail {
  max-width: 680px;
  margin: 0 auto;
}
.Scoop-detail-girls {
  background: url(/static/img/common/bg_dot.png) repeat scroll 0 0/6px auto;
  max-width: 680px;
  padding: 20px 30px 25px;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Scoop-detail-girls {
    max-width: 400px;
    width: 96%;
    padding: 15px;
    margin: 0 auto 20px;
  }
}
.Scoop-detail-girls::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Scoop-detail-girls .swiper-pagination {
  bottom: 0;
  z-index: 10;
}
.Scoop-detail-girls .swiper-navigation--prev, .Scoop-detail-girls .swiper-navigation--next {
  width: 27px;
  height: 44px;
  position: absolute;
  top: calc(50% - 12.5px);
  translate: 0 -50%;
  z-index: 10;
}
.Scoop-detail-girls .swiper-navigation--prev {
  background: url(/static/img/common/btn_slide_arrow_left-gray.png) no-repeat scroll 50% 50%/13px 20px;
  left: 0;
}
.Scoop-detail-girls .swiper-navigation--next {
  background: url(/static/img/common/btn_slide_arrow_right-gray.png) no-repeat scroll 50% 50%/13px 20px;
  right: 0;
}
.Scoop-detail-girls__list {
  counter-reset: girlsNum;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
}
.Scoop-detail-girls__list-item {
  width: 50%;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .Scoop-detail-girls__list-item {
    width: 100%;
    margin: 0 0 15px;
  }
}
.Scoop-detail-girls__list-box {
  display: flex;
  color: inherit;
  text-decoration: none;
  justify-content: center;
}
.Scoop-detail-girls__list-box__thumb {
  width: 120px;
  aspect-ratio: 600/360;
  box-shadow: 4px 4px 0 0 #EEF39D;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.Scoop-detail-girls__list-box__txt {
  width: calc(100% - 100px);
  padding-left: 15px;
  font-weight: bold;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.03em;
}
.Scoop-detail-sec {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .Scoop-detail-sec {
    margin: 0 auto 20px;
  }
}
.Scoop-detail-sec__ttl {
  background: #f5f9d1;
  padding: 4px 15px;
  margin-bottom: 20px;
  font-size: 2rem;
}
.Scoop-detail-sec__ttl::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .Scoop-detail-sec__ttl {
    margin: 0 auto 15px 0;
  }
}
.Scoop-detail-sec-wages {
  margin: 0 auto 20px;
  max-width: 520px;
}
.Scoop-detail-sec-wages__ttl {
  margin: 0 0 4px;
  font-weight: bold;
}
.Scoop-detail-sec-wages__subTtl {
  margin: 0;
}
.Scoop-detail-sec-wages__total {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fe5a6a;
}
.Scoop-detail-sec-wages__total--large {
  font-size: 2rem;
}
.Scoop-detail-sec__thumb {
  max-width: 375px;
  position: relative;
  width: auto;
  overflow: hidden;
  margin: 0 auto 20px;
}
.Scoop-detail-sec__detail {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 4%;
  line-height: 1.7;
  /*記事内部用スタイル*/
}
.Scoop-detail-sec__detail h4 {
  border: solid #fe5a6a;
  border-width: 0 0 2px 10px;
  padding: 4px 10px;
  font-size: 1.75rem;
  margin: 4rem auto 1rem;
  text-align: justify;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .Scoop-detail-sec__detail h4 {
    border-width: 0 0 2px 8px;
  }
}
.Scoop-detail-sec__detail h4, .Scoop-detail-sec__detail p {
  text-align: justify;
}
.Scoop-detail-sec__detail img {
  display: block;
  max-width: 300px;
  width: 80%;
  margin: 10px auto;
}
.Scoop-detail-sec__dad {
  width: 94%;
  max-width: 500px;
  margin: 0 auto 10px;
}
.Scoop-detail-sec__dadTtl {
  margin: 0 auto 15px;
  font-size: 1.6rem;
  padding-left: 10px;
  color: #fe5a6a;
  border-left: 1px solid #fe5a6a;
  font-weight: bold;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .Scoop-detail-sec__dadTtl {
    padding-left: 5px;
  }
}
.Scoop-detail-sec__dadTxt, .Scoop-detail-sec__dadTxt--large {
  padding-left: 10px;
  margin: 0 auto 15px;
  font-size: 1.4rem;
}
.Scoop-detail-sec__dadTxt--large {
  font-size: 1.6rem;
  font-weight: bold;
}
.Scoop-detail__navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  gap: 1rem;
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .Scoop-detail__navigation {
    width: 100%;
  }
}
.Scoop-detail__navigation--prev, .Scoop-detail__navigation--next {
  display: flex;
  width: 100%;
  background: #fe5a6a;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .Scoop-detail__navigation--prev, .Scoop-detail__navigation--next {
    gap: 20px;
  }
}
.Scoop-detail__navigation--prev .Scoop-detail__navigation-head, .Scoop-detail__navigation--next .Scoop-detail__navigation-head {
  width: fit-content;
  color: #fff;
  display: block;
  position: relative;
  font-weight: bold;
}
.Scoop-detail__navigation--prev .Scoop-detail__navigation-head::after, .Scoop-detail__navigation--next .Scoop-detail__navigation-head::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.Scoop-detail__navigation--prev .Scoop-detail__navigation-ttl, .Scoop-detail__navigation--next .Scoop-detail__navigation-ttl {
  font-size: 1.2rem;
  text-align: justify;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.03em;
}
.Scoop-detail__navigation--prev .Scoop-detail__navigation-head {
  padding: 0 0 0 20px;
}
.Scoop-detail__navigation--prev .Scoop-detail__navigation-head::after {
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  left: 0;
}
.Scoop-detail__navigation--next .Scoop-detail__navigation-head {
  padding: 0 20px 0 0;
}
.Scoop-detail__navigation--next .Scoop-detail__navigation-head::after {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  right: 0;
}
.Scoop-detail__return {
  display: block;
  width: fit-content;
  margin: 2rem auto 4rem;
  text-decoration: none;
  color: #333333;
}
/*# sourceMappingURL=scoop.css.map */