@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)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap");
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; }

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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

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

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

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

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

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

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

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

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

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

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

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

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

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

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

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

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

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

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

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

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

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

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

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

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .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.33333%; }

  .col-md-2 {
    width: 16.66667%; }

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

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

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

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

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

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

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

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

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

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

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

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

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

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

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

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

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

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

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

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

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

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

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

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

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

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

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

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

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

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .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.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

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

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

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

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

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

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

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

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

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

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

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

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

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

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

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

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

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

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

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

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

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

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

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

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    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"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .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, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333; }

.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 + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    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; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* Scss Document */
/* =========================================================
// reset
========================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0; アクセシビリティ対応の為　focusを表示	*/
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle; }

ul, ol {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0; アクセシビリティ対応の為　focusを表示	*/
  text-decoration: none; }

table, th, td {
  border-collapse: collapse;
  border-spacing: 0; }

/* 画像の下にできる隙間をなくす */
img {
  vertical-align: bottom; }

span, em, strong {
  /* 上記リセットのspan,em,strong用カスタマイズ */
  vertical-align: baseline;
  /* spanのvertical-alignをデフォルトに(ずれ防止) */
  font-weight: inherit;
  /* spanのfont-weightを伝承に */
  opacity: inherit; }

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* =========================================================
// Font
========================================================= */
/* =========================================================
// Color
========================================================= */
/* =========================================================
//メディアクエリ
========================================================= */
/*=== グローバルメニュー用ブレイクポイント　========*/
/* =========================================================
 display
========================================================= */
.disp-block {
  display: block; }

.disp-inline-block {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .disp-block-sp {
    display: block; }

  .disp-inline-block-sp {
    display: inline-block; } }
@media print, screen and (min-width: 768px) {
  .disp-block-pc {
    display: block; }

  .disp-inline-block-pc {
    display: inline-block; } }
@media screen and (max-width: 767px) {
  .sp-none {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none; } }

/* =========================================================
 Structure Module
========================================================= */
html {
  font-size: 62.5%; }

body {
  line-height: 1.7142;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  /*iPhone や Android のブラウザの、縦向きと横向きの文字サイズを自動調整する機能をOFFにする*/
  /*word-break: break-all;*/
  background-color: #fff;
  color: #313131; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'MS PGothic', arial, helvetica, sans-serif;
    /* IE10 */ } }
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2em; } }
/* =========================================================
 Text Module
========================================================= */
p {
  margin: 0 0 5px 0; }

p.indent {
  margin-left: 1em !important;
  /* ブロック全体を 1em 右に */
  text-indent: -1em;
  /* 先頭の1文字のみ 1em 左に */ }

p.indent2 {
  margin-left: 2em !important;
  /* ブロック全体を 1em 右に */
  text-indent: -2em;
  /* 先頭の1文字のみ 1em 左に */ }

/* =========================================================
 Link Module
========================================================= */
a:link, a:visited {
  color: #313131;
  text-decoration: none; }

a,
a:active,
a:focus,
a:hover,
a.active {
  color: #313131;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.linkicon[href$=".pdf"]:after {
  font-family: FontAwesome;
  content: "\f1c1";
  padding: 0 5px;
  /*文字との隙間*/
  color: #d0101b;
  display: inline-block; }
a.linkicon[href^="http"]:after {
  font-family: FontAwesome;
  content: "\f08e";
  padding: 0 5px;
  /*文字との隙間*/
  color: #d0101b;
  display: inline-block; }

a.linkline:link, a.linkline:visited {
  text-decoration: underline; }
a.linkline:active, a.linkline:focus, a.linkline:hover, a.linkline.active {
  text-decoration: none; }
a.linkline[href$=".pdf"]:after {
  font-family: FontAwesome;
  content: "\f1c1";
  padding: 0 5px;
  /*文字との隙間*/
  color: #d0101b;
  display: inline-block; }
a.linkline[href^="http"]:after {
  font-family: FontAwesome;
  content: "\f08e";
  padding: 0 5px;
  /*文字との隙間*/
  color: #d0101b;
  display: inline-block; }

/* =========================================================
 Float Reset
========================================================= */
.clear {
  clear: both; }

.cf:after {
  content: '';
  display: table;
  clear: both; }

/* =========================================================
 Width
========================================================= */
.w-3em {
  width: 3em; }

.w-4em {
  width: 4em; }

.w-5em {
  width: 5em; }

.w-6em {
  width: 6em; }

.w-7em {
  width: 7em; }

.w-8em {
  width: 8em; }

.w-9em {
  width: 9em; }

.w-10em {
  width: 10em; }

.w-11em {
  width: 11em; }

.w-12em {
  width: 12em; }

.w-13em {
  width: 13em; }

.w-14em {
  width: 14em; }

.w-10p {
  width: 10%; }

.w-15p {
  width: 15%; }

.w-20p {
  width: 20%; }

.w-25p {
  width: 25%; }

.w-30p {
  width: 30%; }

.w-35p {
  width: 35%; }

.w-40p {
  width: 40%; }

.w-45p {
  width: 45%; }

.w-50p {
  width: 50%; }

.w-60p {
  width: 60%; }

.w-65p {
  width: 65%; }

.w-70p {
  width: 70%; }

.w-75p {
  width: 75%; }

.w-80p {
  width: 80%; }

.w-90p {
  width: 90%; }

.w-100p {
  width: 100%; }

.maxw-100p {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .sp-w-10p {
    width: 10%; }

  .sp-w-20p {
    width: 20%; }

  .sp-w-30p {
    width: 30%; }

  .sp-w-30p {
    width: 30%; }

  .sp-w-40p {
    width: 40%; }

  .sp-w-50p {
    width: 50%; }

  .sp-w-60p {
    width: 60%; }

  .sp-w-70p {
    width: 70%; }

  .sp-w-80p {
    width: 80%; }

  .sp-w-90p {
    width: 90%; }

  .sp-w-100p {
    width: 100%; }

  .sp-maxw-100p {
    max-width: 100%; }

  .sp-w-auto {
    width: auto; } }
@media print, screen and (min-width: 768px) {
  .pc-w-3em {
    width: 3em; }

  .pc-w-4em {
    width: 4em; }

  .pc-w-5em {
    width: 5em; }

  .pc-w-6em {
    width: 6em; }

  .pc-w-7em {
    width: 7em; }

  .pc-w-8em {
    width: 8em; }

  .pc-w-9em {
    width: 9em; }

  .pc-w-10em {
    width: 10em; }

  .pc-w-11em {
    width: 11em; }

  .pc-w-12em {
    width: 12em; }

  .pc-w-13em {
    width: 13em; }

  .pc-w-14em {
    width: 14em; }

  .pc-w-20em {
    width: 20em; }

  .pc-w-10p {
    width: 10%; }

  .pc-w-15p {
    width: 15%; }

  .pc-w-20p {
    width: 20%; }

  .pc-w-25p {
    width: 25%; }

  .pc-w-30p {
    width: 30%; }

  .pc-w-35p {
    width: 35%; }

  .pc-w-40p {
    width: 40%; }

  .pc-w-45p {
    width: 45%; }

  .pc-w-50p {
    width: 50%; }

  .pc-w-60p {
    width: 60%; }

  .pc-w-65p {
    width: 65%; }

  .pc-w-70p {
    width: 70%; }

  .pc-w-75p {
    width: 75%; }

  .pc-w-80p {
    width: 80%; }

  .pc-w-90p {
    width: 90%; }

  .pc-w-100p {
    width: 100%; }

  .pc-w-auto {
    width: auto; }

  .pc-w-160 {
    width: 160px; }

  .pc-w-550 {
    width: 550px; }

  .pc-w-220 {
    width: 220px; }

  .pc-w-490 {
    width: 490px; }

  .pc-w-220 {
    width: 400px; }

  .pc-w-490 {
    width: 310px; } }
/* =========================================================
 Margin
========================================================= */
.mat-10 {
  margin-top: -10px; }

.mat0 {
  margin-top: 0px !important; }

.mat3 {
  margin-top: 3px; }

.mat5 {
  margin-top: 5px; }

.mat8 {
  margin-top: 8px; }

.mat10 {
  margin-top: 10px !important; }

.mat15 {
  margin-top: 15px !important; }

.mat20 {
  margin-top: 20px !important; }

.mat25 {
  margin-top: 25px !important; }

.mat30 {
  margin-top: 30px !important; }

.mat40 {
  margin-top: 40px !important; }

.mat50 {
  margin-top: 50px; }

.mat100 {
  margin-top: 100px; }

.mat0-5em {
  margin-top: 0.5em !important; }

.mat0-8em {
  margin-top: 0.8em !important; }

.mat1em {
  margin-top: 1em !important; }

.mat1-5em {
  margin-top: 1.5em !important; }

.mat2em {
  margin-top: 2em !important; }

.mat2-5em {
  margin-top: 2.5em !important; }

.mat3em {
  margin-top: 3em !important; }

.mat4em {
  margin-top: 4em !important; }

.mar5 {
  margin-right: 5px; }

.mar8 {
  margin-right: 8px; }

.mar10 {
  margin-right: 10px; }

.mar13 {
  margin-right: 13px; }

.mar14 {
  margin-right: 14px; }

.mar15 {
  margin-right: 15px; }

.mar20 {
  margin-right: 20px; }

.mar25 {
  margin-right: 25px; }

.mar30 {
  margin-right: 30px; }

.mar50 {
  margin-right: 50px; }

.marauto {
  margin-right: auto; }

.mab0 {
  margin-bottom: 0px !important; }

.mab3 {
  margin-bottom: 3px; }

.mab5 {
  margin-bottom: 5px; }

.mab8 {
  margin-bottom: 8px; }

.mab10 {
  margin-bottom: 10px; }

.mab15 {
  margin-bottom: 15px; }

.mab20 {
  margin-bottom: 20px; }

.mab25 {
  margin-bottom: 25px; }

.mab30 {
  margin-bottom: 30px; }

.mab40 {
  margin-bottom: 40px; }

.mab50 {
  margin-bottom: 50px; }

.mab80 {
  margin-bottom: 80px; }

.mab90 {
  margin-bottom: 90px; }

.mab100 {
  margin-bottom: 100px; }

.mab110 {
  margin-bottom: 110px; }

.mab0-5em {
  margin-bottom: 0.5em !important; }

.mab0-8em {
  margin-bottom: 0.8em !important; }

.mab1em {
  margin-bottom: 1em !important; }

.mab1-5em {
  margin-bottom: 1.5em; }

.mab2em {
  margin-bottom: 2em; }

.mab2-5em {
  margin-bottom: 2.5em; }

.mal5 {
  margin-left: 5px; }

.mal10 {
  margin-left: 10px; }

.mal11 {
  margin-left: 11px; }

.mal15 {
  margin-left: 15px; }

.mal20 {
  margin-left: 20px; }

.mal25 {
  margin-left: 25px; }

.mal30 {
  margin-left: 30px; }

.mal50 {
  margin-left: 50px; }

.malauto {
  margin-left: auto; }

@media screen and (max-width: 767px) {
  .sp-mat20 {
    margin-top: 20px; }

  .sp-mab10 {
    margin-bottom: 10px; }

  .sp-mab15 {
    margin-bottom: 15px; }

  .sp-mab20 {
    margin-bottom: 20px; }

  .sp-mab25 {
    margin-bottom: 25px; }

  .sp-mab30 {
    margin-bottom: 30px; }

  .sp-mab40 {
    margin-bottom: 40px; }

  .sp-mab50 {
    margin-bottom: 50px; } }
@media print, screen and (min-width: 768px) {
  .pc-mar10 {
    margin-right: 10px; }

  .pc-mal10 {
    margin-left: 10px; }

  .pc-mab10 {
    margin-bottom: 10px; }

  .pc-mab15 {
    margin-bottom: 15px; }

  .pc-mab20 {
    margin-bottom: 20px; }

  .pc-mab25 {
    margin-bottom: 25px; }

  .pc-mab30 {
    margin-bottom: 30px; }

  .pc-mab40 {
    margin-bottom: 40px; }

  .pc-mab50 {
    margin-bottom: 50px; }

  .pc-mab100 {
    margin-bottom: 100px; } }
/* =========================================================
 Pading
========================================================= */
.pat0 {
  padding-top: 0px !important; }

.pat5 {
  padding-top: 5px; }

.pat10 {
  padding-top: 10px; }

.pat15 {
  padding-top: 15px; }

.pat20 {
  padding-top: 20px; }

.pat25 {
  padding-top: 25px; }

.pat30 {
  padding-top: 30px; }

.pat50 {
  padding-top: 50px; }

.par5 {
  padding-right: 5px; }

.par7 {
  padding-right: 7px; }

.par9 {
  padding-right: 9px; }

.par10 {
  padding-right: 10px; }

.par15 {
  padding-right: 15px; }

.par20 {
  padding-right: 20px; }

.par25 {
  padding-right: 25px; }

.par30 {
  padding-right: 30px; }

.par50 {
  padding-right: 50px; }

.pab0 {
  padding-bottom: 0px !important; }

.pab5 {
  padding-bottom: 5px; }

.pab10 {
  padding-bottom: 10px; }

.pab15 {
  padding-bottom: 15px; }

.pab20 {
  padding-bottom: 20px; }

.pab25 {
  padding-bottom: 25px; }

.pab30 {
  padding-bottom: 30px; }

.pab50 {
  padding-bottom: 50px; }

.pab75 {
  padding-bottom: 75px; }

.pal10 {
  padding-left: 10px; }

.pal15 {
  padding-left: 15px; }

.pal20 {
  padding-left: 20px; }

.pal25 {
  padding-left: 25px; }

.pal30 {
  padding-left: 30px; }

.pal50 {
  padding-left: 50px; }

/* =========================================================
 Text Align
========================================================= */
.txal {
  text-align: left !important; }

.txac {
  text-align: center !important; }

.txar {
  text-align: right !important; }

@media screen and (max-width: 767px) {
  .sp-txal {
    text-align: left !important; }

  .sp-txac {
    text-align: center !important; }

  .sp-txar {
    text-align: right !important; } }
@media print, screen and (min-width: 768px) {
  .pc-txal {
    text-align: left !important; }

  .pc-txac {
    text-align: center !important; }

  .pc-txar {
    text-align: right !important; } }
/* =========================================================
 Vertical Align
========================================================= */
.vat {
  vertical-align: top !important; }

.vam {
  vertical-align: middle !important; }

.vab {
  vertical-align: bottom !important; }

/* =========================================================
 white-space
========================================================= */
.nowrap {
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  .sp-nowrap {
    white-space: nowrap; } }
@media print, screen and (min-width: 768px) {
  .pc-nowrap {
    white-space: nowrap; } }
/* =========================================================
 Font
========================================================= */
@media screen and (max-width: 767px) {
  .font-small {
    font-size: 1.0rem; } }
@media print, screen and (min-width: 768px) {
  .font-small {
    font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  .font-big {
    font-size: 1.5rem; } }
@media print, screen and (min-width: 768px) {
  .font-big {
    font-size: 1.8rem; } }

.font-red {
  color: #f00; }

.font-red-b {
  color: #f00;
  font-weight: bold; }

.font-bold {
  font-weight: bold !important; }

.font-normal {
  font-weight: normal !important; }

@media screen and (max-width: 767px) {
  .font-normal-sp {
    font-weight: normal !important; }

  .font-bold-sp {
    font-weight: bold !important; } }
@media print, screen and (min-width: 768px) {
  .font-normal-pc {
    font-weight: normal !important; }

  .font-bold-pc {
    font-weight: bold !important; } }
/*==========================================================
 float
========================================================= */
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

/*==========================================================
 gridのgutterを調整
========================================================= */
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px; }

/*溝幅 10pxの場合*/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px; }

.gutter-0 {
  margin-left: 0;
  margin-right: 0; }

.gutter-0 > [class*='col-'] {
  padding-left: 0;
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .sp-gutter-20 {
    margin-left: -10px;
    margin-right: -10px; }

  .sp-gutter-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }

  .sp-gutter-10 {
    margin-left: -5px;
    margin-right: -5px; }

  .sp-gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }

  .sp-gutter-0 {
    margin-left: 0px;
    margin-right: 0px; }

  .sp-gutter-0 > [class*='col-'] {
    padding-left: 0px;
    padding-right: 0px; } }
/*==========================================================
 Typography
========================================================= */
.section {
  padding: 70px 0;
  position: relative; }

/* =========================================================
 Opacity
========================================================= */
.opacity a:hover, a.opacity:hover, a.opacity.hover, .opacity a:focus, a.opacity:focus {
  opacity: 0.70; }

/* =========================================================
 input
========================================================= */
input[type="text" disabled] {
  background: #ccc; }

textarea[disabled] {
  background: #ccc; }

@media screen and (max-width: 767px) {
  body#home #main {
    padding-bottom: 60px; } }
@media print, screen and (min-width: 768px) {
  body#home #main {
    padding-bottom: 100px; } }

@media screen and (max-width: 767px) {
  body:not(#home) #main {
    padding-top: 20px;
    padding-bottom: 60px; } }
@media print, screen and (min-width: 768px) {
  body:not(#home) #main {
    padding-top: 20px;
    padding-bottom: 100px; } }

@media screen and (max-width: 767px) {
  body:not(#home) #side {
    padding-bottom: 40px; } }
@media print, screen and (min-width: 768px) {
  body:not(#home) #side {
    padding-top: 20px; } }

/* Navbar
=================================*/
.navbar.alphanav {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 10; }
  .navbar.alphanav .container {
    position: relative;
    background-color: #fff;
    height: 100%; }
@media screen and (max-width: 767px) {
      .navbar.alphanav .container__line {
        display: flex; } }
  .navbar.alphanav .navbar-brand {
    padding: 10px 0px; }
  .navbar.alphanav .dropdown.megamenu-fw {
    position: static; }
    .navbar.alphanav .dropdown.megamenu-fw .dropdown-menu {
      left: 0;
      right: 0; }
  .navbar.alphanav .megamenu-content {
    padding: 10px 30px 30px 30px;
    width: 100% !important;
    height: auto; }
    .navbar.alphanav .megamenu-content .title {
      color: #313131;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 5px; }
      .navbar.alphanav .megamenu-content .title a:before {
        font-family: FontAwesome;
        content: "\f0da";
        padding: 0 5px;
        /*文字との隙間*/
        color: #d0101b;
        display: inline-block; }
      .navbar.alphanav .megamenu-content .title a:hover, .navbar.alphanav .megamenu-content .title a:focus {
        text-decoration: underline;
        color: #d0101b; }
  .navbar.alphanav .service-menu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0; }
    .navbar.alphanav .service-menu-box .item {
      margin-bottom: 15px;
      width: 30%;
      position: relative;
      overflow: hidden; }
      .navbar.alphanav .service-menu-box .item img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .navbar.alphanav .service-menu-box .item p {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        font-weight: bold;
        text-align: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding-top: 2.8em; }
      .navbar.alphanav .service-menu-box .item p.multi {
        padding-top: 1.8em; }
    .navbar.alphanav .service-menu-box a:hover img, .navbar.alphanav .service-menu-box a:active img, .navbar.alphanav .service-menu-box a:focus img, .navbar.alphanav .service-menu-box a.active img {
      transform: scale(1.15, 1.15);
      -webkit-transform: scale(1.15, 1.15);
      -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
      -o-transform: scale(1.15, 1.15); }
    .navbar.alphanav .service-menu-box a:hover p, .navbar.alphanav .service-menu-box a:active p, .navbar.alphanav .service-menu-box a:focus p, .navbar.alphanav .service-menu-box a.active p {
      background-color: rgba(0, 0, 0, 0.1); }
  .navbar.alphanav .dropdown-menu {
    border: none;
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #313131; }

.alphanav.scroll-border {
  border-bottom: 1px solid #ccc;
  background-color: #fff; }

/* Atribute Navigation
=================================*/
.attr-nav {
  float: right;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px; }
  .attr-nav > ul {
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block; }
    .attr-nav > ul > li {
      float: left;
      display: block;
      border-right: 1px solid #fff; }
      .attr-nav > ul > li label {
        margin-bottom: 0; }
        .attr-nav > ul > li label:hover {
          cursor: pointer; }
      .attr-nav > ul > li > a {
        display: block;
        font-weight: bold;
        padding: 15px 15px 11px;
        position: relative; }
        .attr-nav > ul > li > a span.search:before {
          display: block;
          content: '\f002';
          font-family: FontAwesome;
          font-size: 2.0rem;
          text-align: center;
          margin-top: -10px; }
        .attr-nav > ul > li > a span.contact:before {
          display: block;
          content: '\f0e0';
          font-family: FontAwesome;
          font-size: 2.0rem;
          text-align: center;
          margin-top: -10px; }
        .attr-nav > ul > li > a span.h-menu {
          font-weight: bold; }

@media screen and (max-width: 992px) {
  .navbar.alphanav {
    height: 50px; }
    .navbar.alphanav ul.nav li.dropdown ul.dropdown-menu > li > a {
      display: block;
      width: 100%;
      border-bottom: solid 1px #e0e0e0;
      padding: 10px 0; }
    .navbar.alphanav .navbar-header {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .navbar.alphanav .navbar-header__line {
      width: 120px; }
    .navbar.alphanav .navbar-brand img {
      width: 120px; }
    .navbar.alphanav .navbar-collapse {
      border: none;
      margin-bottom: 0;
      background-color: #fff;
      max-height: 550px; }
    .navbar.alphanav .navbar-collapse.collapse {
      display: none !important; }
    .navbar.alphanav .navbar-collapse.collapse.in {
      display: block !important; }
    .navbar.alphanav .attr-nav > ul {
      display: none; }
    .navbar.alphanav .navbar-nav {
      float: none !important;
      padding: 50px 30px 30px 30px;
      margin: 0px -15px;
      box-shadow: 0 4px 4px #ddd;
      background-color: #fff; }
      .navbar.alphanav .navbar-nav li {
        float: none; }
        .navbar.alphanav .navbar-nav li a {
          display: block;
          width: 100%;
          border-bottom: solid 1px #e0e0e0;
          padding: 10px 0;
          margin-bottom: -1px; }
    .navbar.alphanav .navbar-nav > li:first-child > a {
      border-top: none; }
    .navbar.alphanav .navbar-nav > li:last-child > a {
      border-bottom: none; }
    .navbar.alphanav .navbar-toggle {
      display: inline-block;
      float: right;
      margin-top: 10px;
      border: none; }
    .navbar.alphanav .navbar-toggle:hover,
    .navbar.alphanav .navbar-toggle:focus {
      background-color: transparent; }
    .navbar.alphanav li.dropdown a.dropdown-toggle:before {
      font-family: 'FontAwesome';
      content: "\f105";
      float: right;
      font-size: 16px;
      margin-left: 10px; }
    .navbar.alphanav li.dropdown.on > a.dropdown-toggle:before {
      content: "\f107"; }
    .navbar.alphanav ul.nav li.dropdown li a.dropdown-toggle {
      float: none !important;
      position: relative;
      display: block;
      width: 100%; }
    .navbar.alphanav ul.nav li.dropdown ul.dropdown-menu {
      width: 100%;
      position: relative !important;
      background-color: transparent;
      float: none;
      border: none;
      padding: 0 0 0 15px !important;
      margin: 0 0 -1px 0 !important;
      -moz-box-shadow: 0px 0px 0px;
      -webkit-box-shadow: 0px 0px 0px;
      -o-box-shadow: 0px 0px 0px;
      box-shadow: 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px;
      -o-border-radius: 0px 0px 0px;
      border-radius: 0px 0px 0px; }
    .navbar.alphanav li.dropdown ul.dropdown-menu > li > a {
      display: block;
      width: 100%;
      border-bottom: solid 1px #e0e0e0;
      padding: 10px 0;
      color: #6f6f6f; }
    .navbar.alphanav ul.nav ul.dropdown-menu li a:hover,
    .navbar.alphanav ul.nav ul.dropdown-menu li a:focus {
      background-color: transparent; }
    .navbar.alphanav ul.nav ul.dropdown-menu ul.dropdown-menu {
      float: none !important;
      left: 0;
      padding: 0 0 0 15px;
      position: relative;
      background: transparent;
      width: 100%; }
    .navbar.alphanav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu {
      display: inline-block;
      margin-top: -10px; }
    .navbar.alphanav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
      display: none; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu .title {
      padding: 10px 15px 10px 0;
      line-height: 24px;
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0px;
      margin-bottom: 0;
      cursor: pointer;
      border-bottom: solid 1px #e0e0e0;
      color: #6f6f6f; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu ul > li > a {
      display: block;
      width: 100%;
      border-bottom: solid 1px #e0e0e0;
      padding: 8px 0; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu .title:before {
      font-family: 'FontAwesome';
      content: "\f105";
      float: right;
      font-size: 16px;
      margin-left: 10px;
      position: relative;
      right: -15px; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu:last-child .title {
      border-bottom: none; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu.on:last-child .title {
      border-bottom: solid 1px #e0e0e0; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
      border-bottom: none; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu.on .title:before {
      content: "\f107"; }
    .navbar.alphanav .dropdown .megamenu-content .col-menu .content {
      padding: 0 0 0 15px; }
    .navbar.alphanav .megamenu-content {
      padding: 0; }
    .navbar.alphanav .megamenu-content .col-menu {
      padding-bottom: 0; }
    .navbar.alphanav .megamenu-content .title {
      cursor: pointer;
      display: block;
      padding: 10px 15px;
      margin-bottom: 0;
      font-weight: normal; }
    .navbar.alphanav .megamenu-content .content {
      display: none; }

  #sp-navbar-menu.navbar-collapse.collapse .dropdown-toggle[aria-expanded="true"]:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    font-size: 16px;
    margin-left: 10px; }
  #sp-navbar-menu.navbar-collapse.collapse .dropdown-menu {
    font-size: 1.2rem; }
    #sp-navbar-menu.navbar-collapse.collapse .dropdown-menu li a:before {
      font-family: FontAwesome;
      content: "\f0da";
      padding: 0 5px;
      /*文字との隙間*/
      color: #d0101b;
      display: inline-block; } }
@media screen and (max-width: 767px) {
  .navbar.alphanav .attr-nav > ul > li > a {
    padding: 16px 10px 15px;
    padding-left: 0 !important; }
  .navbar.alphanav .navbar-nav {
    padding: 10px 30px 30px 30px; } }
@media print, screen and (min-width: 993px) {
  #sp-navbar-menu.navbar-collapse.collapse {
    display: none !important; }

  .navbar-toggle collapsed menu-trigger {
    display: none !important; }

  .navbar.alphanav {
    height: 73px; }
    .navbar.alphanav .navbar-header {
      padding-left: 15px;
      padding-right: 15px; }
    .navbar.alphanav .navbar-brand img {
      width: 156px; }
    .navbar.alphanav ul.nav {
      text-align: center; }
      .navbar.alphanav ul.nav > li {
        width: 125px;
        display: inline-block;
        border-right: 1px solid #fff;
        position: relative; }
        .navbar.alphanav ul.nav > li > a {
          display: block;
          padding: 25px 0 28px 0; }
        .navbar.alphanav ul.nav > li:after {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 15px;
          background-color: #ccc;
          bottom: 0;
          top: 0;
          margin-bottom: auto;
          margin-top: auto; }
        .navbar.alphanav ul.nav > li:first-child:after {
          display: none; }
      .navbar.alphanav ul.nav ul.dropdown-menu > li > a {
        white-space: normal; }
    .navbar.alphanav .navbar-toggle {
      display: none; }
    .navbar.alphanav .attr-nav ul > li > a {
      display: block; }
    .navbar.alphanav .attr-nav .h-menu:before {
      display: block;
      content: '\f0c9';
      font-family: FontAwesome;
      font-size: 2.0rem;
      text-align: center;
      margin-top: -10px; }
    .navbar.alphanav ul.nav > li > a,
    .navbar.alphanav .attr-nav > ul > li > a {
      color: #313131;
      font-weight: bold;
      position: relative;
      text-decoration: none;
      height: 73px; }
      .navbar.alphanav ul.nav > li > a:after,
      .navbar.alphanav .attr-nav > ul > li > a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 4px;
        background: #a50412;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .navbar.alphanav ul.nav > li > a:hover:after, .navbar.alphanav ul.nav > li > a:focus:after, .navbar.alphanav ul.nav > li > a:active:after, .navbar.alphanav ul.nav > li > a.active:after,
      .navbar.alphanav .attr-nav > ul > li > a:hover:after,
      .navbar.alphanav .attr-nav > ul > li > a:focus:after,
      .navbar.alphanav .attr-nav > ul > li > a:active:after,
      .navbar.alphanav .attr-nav > ul > li > a.active:after {
        transform: scale(1, 1); } }
/* =================================
  ハンバーガーメニュー
=================================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger span {
  position: absolute;
  left: 5px;
  width: 100%;
  height: 4px;
  background-color: #313131;
  border-radius: 4px; }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 27px; }

.menu-trigger span:nth-of-type(1) {
  top: 5px; }

.menu-trigger span:nth-of-type(2) {
  top: 14px; }

.menu-trigger span:nth-of-type(3) {
  top: 23px; }

.menu-trigger::after {
  position: absolute;
  left: -45px;
  top: 6px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #313131;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all .4s; }

.menu-trigger[aria-expanded="true"]::after {
  content: 'CLOSE';
  bottom: -28px; }

.menu-trigger[aria-expanded="true"] span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.menu-trigger[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger[aria-expanded="true"] span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }

/* =================================
  ハンバーガーメニュー内
=================================*/
.menu-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%; }
  .menu-box .item {
    width: 280px;
    margin: 15px; }
    .menu-box .item .title a {
      display: block; }
      .menu-box .item .title a:before {
        font-family: FontAwesome;
        content: "\f0da";
        padding-right: 5px;
        /*文字との隙間*/
        color: #d0101b;
        display: inline-block; }
    .menu-box .item ul {
      margin-left: 15px; }
      .menu-box .item ul a {
        padding: 3px 0; }
    .menu-box .item a:hover, .menu-box .item a:focus, .menu-box .item a:active {
      color: #d0101b;
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .menu-box .title {
      font-size: 1.2rem; }
    .menu-box ul {
      font-size: 1.0rem; } }
  @media print, screen and (min-width: 768px) {
    .menu-box .title {
      font-size: 1.4rem; }
    .menu-box ul {
      font-size: 1.2rem; } }
  .menu-box:after {
    content: "";
    display: block;
    width: 280px;
    margin: 15px; }

/*
#footer フッター
=========================== */
#footer {
  background-color: #fff;
  color: #fff; }
  #footer .page-top {
    background-color: #bf4852;
    height: 50px;
    padding-top: 15px; }
    #footer .page-top span {
      margin-left: 1rem;
      letter-spacing: 5px; }
    #footer .page-top a {
      display: block; }
    #footer .page-top a:link, #footer .page-top a:visited {
      color: #fff; }
    #footer .page-top:hover, #footer .page-top:focus {
      opacity: 0.7; }
  #footer .container-fluid {
    background-color: #a50412; }
  #footer .footer-middle .contact-box {
    display: flex; }
    #footer .footer-middle .contact-box .btn-footer-contact {
      background-color: transparent;
      color: #fff;
      border-color: #fff;
      border-radius: 4px;
      text-decoration: none; }
      #footer .footer-middle .contact-box .btn-footer-contact:hover, #footer .footer-middle .contact-box .btn-footer-contact:focus, #footer .footer-middle .contact-box .btn-footer-contact:active, #footer .footer-middle .contact-box .btn-footer-contact.active {
        color: #a50412;
        background-color: #fff; }
  @media screen and (max-width: 767px) {
    #footer .footer-middle {
      padding-top: 10px; }
      #footer .footer-middle .contact-box {
        flex-direction: column; }
        #footer .footer-middle .contact-box .contact-box-item {
          margin-bottom: 15px; }
          #footer .footer-middle .contact-box .contact-box-item .title {
            font-size: 1.6rem; }
          #footer .footer-middle .contact-box .contact-box-item .phone {
            font-size: 2.4rem;
            font-weight: bold; }
          #footer .footer-middle .contact-box .contact-box-item .time {
            font-size: 1.0rem; } }
  @media print, screen and (min-width: 768px) {
    #footer .footer-middle {
      padding-top: 25px; }
      #footer .footer-middle .contact-box {
        justify-content: center;
        font-size: 1.0rem; }
        #footer .footer-middle .contact-box .contact-box-item {
          margin: 15px; }
          #footer .footer-middle .contact-box .contact-box-item .title {
            font-size: 2.4rem; }
          #footer .footer-middle .contact-box .contact-box-item .phone {
            font-size: 4.0rem;
            line-height: 1.0; }
          #footer .footer-middle .contact-box .contact-box-item .time {
            font-size: 1.6rem; } }
  #footer .footer-bottom {
    display: flex; }
    #footer .footer-bottom a {
      color: #fff; }
      #footer .footer-bottom a:focus, #footer .footer-bottom a:hover, #footer .footer-bottom a:active {
        text-decoration: underline; }
    @media screen and (max-width: 767px) {
      #footer .footer-bottom {
        flex-direction: column;
        margin-bottom: 5px; }
        #footer .footer-bottom > div {
          text-align: center; } }
    @media print, screen and (min-width: 768px) {
      #footer .footer-bottom {
        justify-content: space-between;
        margin-bottom: 15px; }
        #footer .footer-bottom ul {
          font-size: 1.4rem; }
        #footer .footer-bottom p {
          font-size: 1.2rem; } }

/*
side-menu サイドメニュー
=========================== */
.side-menu nav > dl dt {
  color: #fff;
  background-color: #d0101b;
  border: 1px solid #d0101b;
  padding: 10px 0px 10px 20px; }
.side-menu nav > dl dd {
  border: 1px solid #d0101b; }
  .side-menu nav > dl dd ul.sidemenu-list {
    margin: 0;
    list-style: none; }
    .side-menu nav > dl dd ul.sidemenu-list li a {
      display: block;
      padding: 15px 5px 15px 35px;
      letter-spacing: 1px;
      text-indent: -21px;
      color: #313131; }
      .side-menu nav > dl dd ul.sidemenu-list li a:before {
        font-family: FontAwesome;
        content: "\f0da";
        padding-right: 15px;
        color: #a50412; }
      .side-menu nav > dl dd ul.sidemenu-list li a:hover, .side-menu nav > dl dd ul.sidemenu-list li a:active, .side-menu nav > dl dd ul.sidemenu-list li a.active {
        background-color: rgba(208, 16, 27, 0.05); }
    .side-menu nav > dl dd ul.sidemenu-list li .list-group-item {
      border: none; }
      .side-menu nav > dl dd ul.sidemenu-list li .list-group-item .active {
        background-color: rgba(208, 16, 27, 0.05); }
    .side-menu nav > dl dd ul.sidemenu-list li .list-group-item:first-child {
      border-top-right-radius: 0px;
      border-top-left-radius: 0px; }
    .side-menu nav > dl dd ul.sidemenu-list li .list-group-item:last-child {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; }
    .side-menu nav > dl dd ul.sidemenu-list li .sublinks a {
      padding-left: 55px;
      text-indent: -25px; }
      .side-menu nav > dl dd ul.sidemenu-list li .sublinks a:before {
        font-family: FontAwesome;
        content: "\f0c8";
        padding-right: 15px;
        color: #a50412;
        font-size: 0.5rem; }
      .side-menu nav > dl dd ul.sidemenu-list li .sublinks a .active {
        background-color: rgba(208, 16, 27, 0.05);
        color: #313131; }

/*
alpha-pan パンくずカスタマイズ
=========================== */
.alpha-pan {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 1.2rem;
  padding: 8px 0; }
  .alpha-pan a {
    text-decoration: underline; }
    .alpha-pan a:hover, .alpha-pan a:focus {
      text-decoration: none; }
  .alpha-pan .active {
    color: #313131; }
  .alpha-pan li + li:before {
    color: #313131; }
  @media screen and (max-width: 767px) {
    .alpha-pan {
      display: none; } }

.search-box .input-group input {
  vertical-align: middle; }
.search-box .input-group button {
  vertical-align: middle;
  overflow: visible;
  top: -1px; }

@media screen and (max-width: 992px) {
  .search-box {
    padding: 10px;
    text-align: center;
    font-size: 1.2rem; }
    .search-box .input-group {
      width: 100%;
      margin: 0 auto; }
      .search-box .input-group input, .search-box .input-group button {
        height: 30px;
        border-radius: 0px; } }
@media print, screen and (min-width: 993px) {
  .search-box {
    padding: 10px;
    text-align: center; }
    .search-box .input-group {
      width: 500px;
      margin: 0 auto; }
      .search-box .input-group input, .search-box .input-group button {
        height: 40px;
        border-radius: 0px; } }
/* Scss Document */
@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm; }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important; }

  html {
    overflow: visible !important;
    zoom: 0.7 !important; }

  body {
    min-width: 1240px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  .container-fluid,
  .container {
    min-width: 1170px !important; }

  .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .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 .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }

  .navbar-header {
    float: left; }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }

  .navbar {
    border-radius: 4px; }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .nav-justified, .nav-tabs.nav-justified {
    width: 100%; }

  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }

  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }

  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }

  .navbar-static-top {
    border-radius: 0; }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }

  .navbar-toggle {
    display: none; }

  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; }

  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }

  .navbar-left {
    float: left; }

  .navbar-right {
    float: right;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; }

  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; }

  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; }

  .modal-lg {
    width: 900px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; }

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

  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: 100%; }

  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
    width: 91.66666667%; }

  .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
    width: 83.33333333%; }

  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
    width: 75%; }

  .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
    width: 66.66666667%; }

  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
    width: 58.33333333%; }

  .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
    width: 50%; }

  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
    width: 41.66666667%; }

  .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
    width: 33.33333333%; }

  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
    width: 25%; }

  .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
    width: 16.66666667%; }

  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
    width: 8.33333333%; }

  .col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
    right: 100%; }

  .col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
    right: 75%; }

  .col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
    right: 50%; }

  .col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
    right: 25%; }

  .col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
    right: auto; }

  .col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
    left: 100%; }

  .col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
    left: 75%; }

  .col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
    left: 50%; }

  .col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
    left: 25%; }

  .col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
    left: auto; }

  .col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .col-xs-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
    margin-left: 0%; }

  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; }

  .visible-lg {
    display: block !important; }

  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important; }

  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important; }

  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important; }

  .hidden-lg {
    display: none !important; } }
/* Scss Document */
/* =========================================================
// top-image
========================================================= */
.top-image {
  color: #fff;
  margin-bottom: 0px; }
  .top-image .ttl-en {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    margin-bottom: 15px; }
  .top-image .ttl-jp {
    margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .top-image {
      padding-top: 80px;
      padding-bottom: 20px; }
      .top-image .ttl-en {
        font-size: 2.4rem; }
      .top-image .ttl-jp {
        font-size: 1.2rem; } }
  @media print, screen and (min-width: 768px) {
    .top-image {
      padding-top: 120px; }
      .top-image .ttl-en {
        font-size: 6.0rem; }
      .top-image .ttl-jp {
        font-size: 1.8rem; } }
  .top-image .ttl-jp, .top-image .ttl-en {
    opacity: 0;
    display: block;
    line-height: 1.1; }

#solution .top-image {
  background: #a50412 url("../images/service/bg-service.png") no-repeat;
  background-size: cover;
  background-position: center; }

#service .top-image {
  background: #a50412 url("../images/service/bg-service.png") no-repeat;
  background-size: cover;
  background-position: center; }

#topics .top-image {
  background: #a50412 url("../images/topics/bg-topics.png") no-repeat;
  background-size: cover;
  background-position: 10% center; }

#company .top-image {
  background: #a50412 url("../images/company/bg-company.png") no-repeat;
  background-size: cover;
  background-position: center 10%; }

#recruit .top-image, #career .top-image, #project .top-image, #person .top-image, #recruitment .top-image {
  background: #a50412 url("../images/recruit/bg-recruit.png") no-repeat;
  background-size: cover;
  background-position: center; }

#contact .top-image {
  background: #a50412 url("../images/contact/bg-contact.png") no-repeat;
  background-size: cover;
  background-position: center; }

#others.privacy .top-image {
  background: #a50412 url("../images/others/bg-privacy.png") no-repeat;
  background-size: cover;
  background-position: center -20%; }
  
#others.disclosure .top-image {
  background: #a50412 url("../images/others/bg-privacy.png") no-repeat;
  background-size: cover;
  background-position: center -20%; }

#others.kobutsusyou .top-image {
  background: #a50412 url("../images/others/bg-privacy.png") no-repeat;
  background-size: cover;
  background-position: center -20%; }

#others.sitemap .top-image {
  background: #a50412 url("../images/others/bg-sitemap.png") no-repeat;
  background-size: cover;
  background-position: center 5%; }

#others.notfound .top-image {
  background: #a50412; }

/* =========================================================
// ページタイトル
========================================================= */
.ttl-01 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .ttl-01 {
      font-size: 2.2rem; } }
  @media print, screen and (min-width: 768px) {
    .ttl-01 {
      font-size: 3.6rem; } }

.ttl-02 {
  background-color: #313131;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .ttl-02 {
      font-size: 1.6rem;
      padding: 2px 4px 2px 10px; } }
  @media print, screen and (min-width: 768px) {
    .ttl-02 {
      font-size: 2.4rem;
      padding: 4px 8px 4px 20px; } }
  @media screen and (max-width: 767px) {
    .ttl-02--mat {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .ttl-02--mat {
      margin-top: 80px; } }

.ttl-03 {
  font-weight: bold;
  line-height: 1.5; }
  .ttl-03:before {
    content: '\f0c8';
    font-family: FontAwesome;
    font-size: 1.8rem;
    color: #d0101b;
    padding-right: 10px; }
  .ttl-03 span {
    font-weight: normal; }
  @media screen and (max-width: 767px) {
    .ttl-03 {
      font-size: 1.6rem;
      padding: 5px 0px; }
      .ttl-03 span {
        margin-left: 5px;
        font-size: 1.0rem; } }
  @media print, screen and (min-width: 768px) {
    .ttl-03 {
      font-size: 1.8rem;
      padding: 8px 0px; }
      .ttl-03 span {
        margin-left: 10px;
        font-size: 1.3rem; } }

.ttl-04 {
  background-color: #d0101b;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .ttl-04 {
      font-size: 1.2rem;
      padding: 5px; } }
  @media print, screen and (min-width: 768px) {
    .ttl-04 {
      font-size: 1.6rem;
      padding: 5px 5px 5px 20px; } }

.ttl-05 {
  margin-bottom: 15px;
  color: #313131;
  border-bottom: 1px solid #d0101b;
  width: 100%; }
  .ttl-05 span {
    line-height: 1.5;
    font-style: normal;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .ttl-05 span {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      .ttl-05 span {
        font-size: 2.4rem; } }

/*
.wf-loading .ttl-05 {
	visibility: hidden;
}
.wf-active .ttl-05 {
	visibility: visible;
}
*/
/* =========================================================
// ggmap
========================================================= */
.ggmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 350px;
  padding-top: 30px;
  position: relative; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media screen and (max-width: 767px) {
  .ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 200px;
    padding-top: 30px;
    position: relative; } }
/* =========================================================
// ラベル
========================================================= */
.label-service {
  font-size: 1.4rem;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px; }

.system {
  background-color: #5cb95c; }

/* =========================================================
// アンカーリスト
========================================================= */
.list-index {
  display: inline-block;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  width: 100%; }
  .list-index li {
    display: inline-block; }
  .list-index a {
    display: block;
    text-decoration: underline; }
    .list-index a:hover {
      text-decoration: none; }
    .list-index a:before {
      display: inline-block;
      font-family: FontAwesome;
      content: "\f0d7";
      padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .list-index {
      padding: 10px 10px; }
      .list-index li {
        font-size: 1.0rem;
        padding-right: 20px; } }
  @media print, screen and (min-width: 768px) {
    .list-index {
      padding: 15px 20px; }
      .list-index li {
        font-size: 1.6rem;
        padding-right: 40px; } }

/* =========================================================
// table テーブル
========================================================= */
table.base {
  margin-bottom: 15px; }
  table.base thead th {
    text-align: center; }
  table.base .vat {
    vertical-align: top !important; }
  table.base .vam {
    vertical-align: middle !important; }
  table.base .vab {
    vertical-align: bottom !important; }
  @media screen and (max-width: 767px) {
    table.base th, table.base td {
      display: block;
      border-bottom: none;
      padding: 10px 5px; }
    table.base th {
      background-color: #eeeeee; } }
  @media print, screen and (min-width: 768px) {
    table.base th, table.base td {
      border-bottom: #313131 dotted 1px;
      padding: 20px 10px; }
    table.base th {
      padding-left: 40px; } }

/* ---- scroll　----------------------------------------------------------------------------*/
.scroll {
  overflow-x: auto !important;
  overflow-y: hidden;
  margin-bottom: 1.5em; }

.scroll::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 15px;
  height: 15px;
  background: #ccc; }

.scroll::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 12px;
  height: 12px;
  background: #ccc; }

.scroll::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #999;
  border: #666 solid 1px;
  border-radius: 0; }

.scroll::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #999;
  border: #666 solid 1px;
  border-radius: 0; }

.scroll::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc; }

.scroll::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc; }

.scroll::-webkit-scrollbar-corner {
  /* スクロールバー角 */
  background: transparent; }

.scroll > * {
  margin: 0 !important; }

/* =========================================================
// list リスト
========================================================= */
ul.base > li {
  margin: 10px 0; }
  ul.base > li:before {
    content: "・";
    color: #d0101b; }

ul.linklist > li {
  margin: 10px 0; }
  ul.linklist > li:before {
    color: #d0101b;
    content: '\f0da';
    font-family: FontAwesome;
    font-size: 2.0rem;
    padding-right: 5px; }

ol.base {
  margin-left: 20px; }
  ol.base > li {
    list-style: decimal;
    color: #313131;
    margin: 10px 0; }

dl.base dt {
  margin-bottom: 3px;
  font-weight: bold; }
  dl.base dt:before {
    content: "・";
    color: #d0101b; }
dl.base dd {
  padding-left: 3em;
  line-height: 2.0rem; }
dl.base dd + dt {
  margin-top: 10px; }

dl.order dt {
  display: list-item;
  list-style: decimal;
  margin-left: 2em;
  font-weight: bold;
  margin-top: 15px; }
dl.order dd {
  margin-left: 2em; }
dl.order dd + dt {
  margin-top: 15px; }

/* =========================================================
// indexページ
========================================================= */
.index-box .contents {
  margin-bottom: 15px; }
  .index-box .contents a div {
    position: relative;
    overflow: hidden; }
    .index-box .contents a div .caption {
      position: absolute;
      background-color: rgba(51, 51, 51, 0.8);
      color: #fff;
      font-weight: bold;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .index-box .contents a div .caption .text {
        opacity: 0; }
      @media screen and (max-width: 767px) {
        .index-box .contents a div .caption {
          top: 60%;
          padding: 3px 3px 3px 10px; }
          .index-box .contents a div .caption .title {
            font-size: 1.2rem;
            line-height: 1.4; } }
      @media print, screen and (min-width: 768px) {
        .index-box .contents a div .caption {
          top: 70%;
          padding: 10px 15px; }
          .index-box .contents a div .caption .title {
            font-size: 1.7rem;
            line-height: 1.5; }
          .index-box .contents a div .caption .text {
            font-size: 1.4rem;
            padding-top: 10px; } }
  @media print, screen and (min-width: 768px) {
    .index-box .contents a:hover .caption, .index-box .contents a.hover .caption {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .index-box .contents a:hover .caption .text, .index-box .contents a.hover .caption .text {
        opacity: 1; } }

.text-box01 p {
  margin-bottom: 20px; }
@media screen and (max-width: 767px) {
  .text-box01 img {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 768px) {
  .text-box01 img {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px; } }

/* Scss Document */
#home .home-title01 {
  color: #d0101b;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #home .home-title01 {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    #home .home-title01 {
      font-size: 60px;
      margin-bottom: 80px; } }

#home .home-title02 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  display: block;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #home .home-title02 {
      font-size: 15px;
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 768px) {
    #home .home-title02 {
      font-size: 30px;
      margin-bottom: 20px; } }

#home #home-topimage {
  background-color: #ae030d;
  position: relative;
  background: url(../images/home/topimage-bg.png) no-repeat 50% 100%;
  background-size: cover;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #home #home-topimage {
      height: 300px; } }
  @media print, screen and (min-width: 768px) {
    #home #home-topimage {
      height: 715px; } }
  #home #home-topimage p.text {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    line-height: 1.0;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #home #home-topimage p.text {
        font-size: 30px; } }
    @media print, screen and (min-width: 768px) {
      #home #home-topimage p.text {
        font-size: 82px; } }
  #home #home-topimage p.logoblock {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin: 0;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      #home #home-topimage p.logoblock {
        padding: 50px 40px; } }
    #home #home-topimage p.logoblock img {
      height: auto; }
      @media screen and (max-width: 767px) {
        #home #home-topimage p.logoblock img {
          max-width: 80%; } }
      @media print, screen and (min-width: 768px) {
        #home #home-topimage p.logoblock img {
          max-width: 100%; } }
  #home #home-topimage p.scrollme {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/home/bg-triangle.png) no-repeat 50% 0%;
    background-size: 100% 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #home #home-topimage p.scrollme {
        padding-top: 55px;
        padding-bottom: 5px;
        width: 100%;
        margin: 0 auto; } }
    @media print, screen and (min-width: 768px) {
      #home #home-topimage p.scrollme {
        padding-top: 110px;
        padding-bottom: 20px;
        width: 80%;
        max-width: 1110px;
        margin: 0 auto; } }
    #home #home-topimage p.scrollme a {
      text-align: center;
      position: relative;
      color: #999; }
      @media screen and (max-width: 767px) {
        #home #home-topimage p.scrollme a {
          padding-top: 35px; } }
      @media print, screen and (min-width: 768px) {
        #home #home-topimage p.scrollme a {
          padding-top: 65px; } }
    #home #home-topimage p.scrollme a span {
      position: absolute;
      top: 0;
      left: 50%;
      border: 3px solid #ccc;
      border-radius: 50px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #home #home-topimage p.scrollme a span {
          width: 20px;
          height: 30px;
          margin-left: -10px; } }
      @media print, screen and (min-width: 768px) {
        #home #home-topimage p.scrollme a span {
          width: 40px;
          height: 60px;
          margin-left: -20px; } }
    #home #home-topimage p.scrollme a span::before {
      position: absolute;
      left: 50%;
      content: '';
      background-color: #ccc;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #home #home-topimage p.scrollme a span::before {
          top: 2px;
          width: 4px;
          height: 4px;
          margin-left: -2px; } }
      @media print, screen and (min-width: 768px) {
        #home #home-topimage p.scrollme a span::before {
          top: 10px;
          width: 6px;
          height: 6px;
          margin-left: -3px; } }

@media screen and (max-width: 767px) {
  @-webkit-keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 14px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 14px);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media print, screen and (min-width: 768px) {
  @-webkit-keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 35px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 35px);
      opacity: 0; }
    100% {
      opacity: 0; } } }
@media screen and (max-width: 767px) {
  #home #home-mainslider {
    padding: 30px 25px 0; } }
@media print, screen and (min-width: 768px) {
  #home #home-mainslider {
    padding: 50px 0; } }
#home #home-mainslider .slider a {
  display: block; }
  #home #home-mainslider .slider a:hover, #home #home-mainslider .slider a:active, #home #home-mainslider .slider a:focus, #home #home-mainslider .slider a.hover {
    opacity: 0.7; }
  #home #home-mainslider .slider a img {
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 768px) {
      #home #home-mainslider .slider a img {
        padding: 0 20px; } }
#home #home-mainslider .slider div {
  display: block;
  outline: none; }
  #home #home-mainslider .slider div img {
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 768px) {
      #home #home-mainslider .slider div img {
        padding: 0 20px; } }
@media print, screen and (min-width: 768px) {
  #home #home-mainslider #slider-arrow {
    display: none; } }
#home #home-mainslider .unique {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 768px) {
    #home #home-mainslider .unique {
      max-width: 1000px;
      padding: 0 15px; } }
  #home #home-mainslider .unique img {
    width: 100%;
    height: auto; }
  #home #home-mainslider .unique a {
    display: block; }
    #home #home-mainslider .unique a:hover, #home #home-mainslider .unique a:active, #home #home-mainslider .unique a:focus, #home #home-mainslider .unique a.hover {
      opacity: 0.7; }

#home #home-service {
  width: 100%; }
  @media screen and (max-width: 767px) {
    #home #home-service {
      padding: 50px 0 0; } }
  @media print, screen and (min-width: 768px) {
    #home #home-service {
      margin-top: -100px;
      background: url(../images/home/img-alphaline01.png) no-repeat;
      background-position: -200px -10%;
      padding: 270px 0 0; } }
  #home #home-service .item-text {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #home #home-service .item-text {
        margin-bottom: 15px; } }
    @media print, screen and (min-width: 768px) {
      #home #home-service .item-text {
        letter-spacing: 0.2em;
        margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #home #home-service .item-list > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) {
    #home #home-service .item-list > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #home #home-service .item-list > ul > li {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #home #home-service .item-list > ul > li {
        width: calc(50% - 5px); } }
    @media print, screen and (min-width: 768px) {
      #home #home-service .item-list > ul > li {
        width: 30%;
        font-size: 1.6rem; } }
    #home #home-service .item-list > ul > li a {
      display: block; }
      #home #home-service .item-list > ul > li a .photo {
        overflow: hidden;
        width: 100%; }
        @media screen and (max-width: 767px) {
          #home #home-service .item-list > ul > li a .photo {
            height: 80px; } }
        @media print, screen and (min-width: 768px) {
          #home #home-service .item-list > ul > li a .photo {
            height: 150px; } }
      #home #home-service .item-list > ul > li a img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        object-fit: cover; }
      #home #home-service .item-list > ul > li a:hover, #home #home-service .item-list > ul > li a:active, #home #home-service .item-list > ul > li a:focus, #home #home-service .item-list > ul > li a.hover {
        color: #d0101b; }
        #home #home-service .item-list > ul > li a:hover img, #home #home-service .item-list > ul > li a:active img, #home #home-service .item-list > ul > li a:focus img, #home #home-service .item-list > ul > li a.hover img {
          transform: scale(1.15, 1.15);
          -webkit-transform: scale(1.15, 1.15); }
  #home #home-service .home-title01, #home #home-service .home-title02, #home #home-service .item-text, #home #home-service .item-list {
    opacity: 0; }

#home #home-project {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    #home #home-project {
      margin-top: -100px;
      background: url(../images/home/img-alphaline02.png) no-repeat;
      padding: 270px 0 0; } }
  #home #home-project img {
    max-width: 100%;
    height: auto; }
  #home #home-project .home-title01, #home #home-project .slider {
    opacity: 0; }

#home #home-bgbuilding {
  width: 100%; }
  @media screen and (max-width: 767px) {
    #home #home-bgbuilding {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    #home #home-bgbuilding {
      padding: 200px 0 0; } }
  #home #home-bgbuilding .building-box {
    display: block;
    width: 100%;
    height: 380px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/home/bg-building.jpg) no-repeat;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #home #home-bgbuilding .building-box {
        background-position: 50% 50%; } }

#home #home-topics {
  width: 100%; }
  @media screen and (max-width: 767px) {
    #home #home-topics {
      padding: 50px 0 0; } }
  @media print, screen and (min-width: 768px) {
    #home #home-topics {
      margin-top: -100px;
      background: url(../images/home/img-alphaline03.png) no-repeat;
      padding: 270px 0 0;
      background-position: 105% 0%; } }
  #home #home-topics img {
    max-width: 100%;
    height: auto; }
  #home #home-topics .home-title01, #home #home-topics .topics, #home #home-topics .btn-more {
    opacity: 0; }
  @media print, screen and (min-width: 768px) {
    #home #home-topics .btn-more {
      margin-top: 50px; } }
  #home #home-topics .btn-more a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.0;
    text-align: center;
    width: calc(10em + 10px);
    border-bottom: 1px solid #333;
    position: relative; }
    @media screen and (max-width: 767px) {
      #home #home-topics .btn-more a {
        font-size: 1.2rem;
        padding: 12px 20px;
        margin: 5px auto 20px; } }
    @media print, screen and (min-width: 768px) {
      #home #home-topics .btn-more a {
        font-size: 1.4rem;
        padding: 8px 20px;
        margin: 20px auto; } }
    #home #home-topics .btn-more a::after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-right: 1px solid #333;
      position: absolute;
      right: 3px;
      bottom: -11px;
      transform: rotate(-45deg); }
    #home #home-topics .btn-more a:hover, #home #home-topics .btn-more a:active, #home #home-topics .btn-more a:focus, #home #home-topics .btn-more a.hover {
      color: #d0101b;
      border-color: #d0101b;
      transition-property: none; }
      #home #home-topics .btn-more a:hover::after, #home #home-topics .btn-more a:active::after, #home #home-topics .btn-more a:focus::after, #home #home-topics .btn-more a.hover::after {
        border-color: #d0101b; }

#home .topics {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
  #home .topics li {
    border-bottom: none; }
  #home .topics a {
    text-decoration: underline; }
    #home .topics a:hover {
      text-decoration: none; }

#home #home-banner {
  width: 100%; }
  @media screen and (max-width: 767px) {
    #home #home-banner {
      padding: 50px 0 0; } }
  @media print, screen and (min-width: 768px) {
    #home #home-banner {
      padding: 100px 0 0; } }
  #home #home-banner .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media print, screen and (min-width: 768px) {
      #home #home-banner .list {
        justify-content: center; } }
    #home #home-banner .list > li {
      border: 1px solid #ccc; }
      @media screen and (max-width: 767px) {
        #home #home-banner .list > li {
          width: calc(50% - 8px);
          margin-left: 12px; }
          #home #home-banner .list > li:nth-child(odd) {
            margin-left: 0; }
          #home #home-banner .list > li:nth-child(n+3) {
            margin-top: 12px; } }
      @media print, screen and (min-width: 768px) {
        #home #home-banner .list > li {
          width: calc(100% / 3 - 8px);
          margin-left: 12px; }
          #home #home-banner .list > li:nth-child(3n+1) {
            margin-left: 0; }
          #home #home-banner .list > li:nth-child(n+4) {
            margin-top: 12px; } }
    #home #home-banner .list > li a {
      display: block; }
      #home #home-banner .list > li a:hover {
        opacity: 0.7; }
    #home #home-banner .list img {
      max-width: 100%;
      height: auto; }

#home-asytagaalsa {
  width: 100%; }
@media screen and (max-width: 767px) {
  #home-asytagaalsa {
    padding: 50px 0 0; } }
@media print, screen and (min-width: 768px) {
  #home-asytagaalsa {
    padding: 100px 0 0; } }
@media print, screen and (min-width: 768px) {
  #home-asytagaalsa .btn-more {
    margin-top: 50px; } }
#home-asytagaalsa .item-text {
  text-align: center; }
@media screen and (max-width: 767px) {
  #home-asytagaalsa .item-text {
    margin-bottom: 15px; } }
@media print, screen and (min-width: 768px) {
  #home-asytagaalsa .item-text {
    letter-spacing: 0.2em;
    margin-bottom: 30px; } }
#home-asytagaalsa .btn-more a {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
  width: calc(10em + 10px);
  border-bottom: 1px solid #333;
  position: relative; }
@media screen and (max-width: 767px) {
  #home-asytagaalsa .btn-more a {
    font-size: 1.2rem;
    padding: 12px 20px;
    margin: 5px auto 20px; } }
@media print, screen and (min-width: 768px) {
  #home-asytagaalsa .btn-more a {
    font-size: 1.4rem;
    padding: 8px 20px;
    margin: 20px auto; } }
#home-asytagaalsa .btn-more a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #333;
  position: absolute;
  right: 3px;
  bottom: -11px;
  transform: rotate(-45deg); }
#home-asytagaalsa .btn-more a:hover, #home-asytagaalsa .btn-more a:active, #home-asytagaalsa .btn-more a:focus, #home-asytagaalsa .btn-more a.hover {
  color: #d0101b;
  border-color: #d0101b;
  transition-property: none; }
#home-asytagaalsa .btn-more a:hover::after, #home-asytagaalsa .btn-more a:active::after, #home-asytagaalsa .btn-more a:focus::after, #home-asytagaalsa .btn-more a.hover::after {
  border-color: #d0101b; }

@media screen and (max-width: 767px) {
  #home-promotion {
    padding: 50px 0 0; } }
@media print, screen and (min-width: 768px) {
  #home-promotion {
    padding: 100px 0 0; } }

/* Scss Document */
.service-jisseki li {
  display: inline-block;
  background-color: #fae7e8;
  border-radius: 4px;
  text-align: center; }
@media screen and (max-width: 767px) {
  .service-jisseki {
    text-align: center; }
    .service-jisseki li {
      width: 138px;
      font-size: 1.0rem;
      padding: 5px 2px;
      margin-bottom: 5px;
      margin-left: 2px;
      margin-right: 2px; } }
@media print, screen and (min-width: 768px) {
  .service-jisseki li {
    width: 260px;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px; } }

.service-bnr li {
  display: inline-block;
  margin: 5px; }
  .service-bnr li img {
    margin: 5px;
    padding: 0px;
    max-width: 100%; }
@media screen and (max-width: 767px) {
  .service-bnr {
    text-align: center; } }

.network-box .ttl-network {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2.4rem; }
  .network-box .ttl-network:before {
    margin-right: 35px;
    content: " ";
    display: inline-block;
    width: 40px;
    height: auto;
    vertical-align: middle; }
.network-box ul > li {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center; }
.network-box p {
  text-align: left; }
@media screen and (max-width: 767px) {
  .network-box ul > li {
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
    width: 138px; } }
@media print, screen and (min-width: 768px) {
  .network-box ul > li {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 195px; } }

.trend .ttl-network {
  color: #264c71; }
  .trend .ttl-network:before {
    content: url(../images/service/img-service-network-icon01.png); }
.trend ul > li {
  background-color: rgba(38, 76, 114, 0.6); }

.security .ttl-network {
  color: rgba(56, 90, 54, 0.6); }
  .security .ttl-network:before {
    content: url(../images/service/img-service-network-icon02.png); }
.security ul > li {
  background-color: rgba(56, 90, 54, 0.6); }

.consulting .ttl-network {
  color: rgba(98, 78, 64, 0.6); }
  .consulting .ttl-network:before {
    content: url(../images/service/img-service-network-icon03.png); }
.consulting ul > li {
  background-color: rgba(98, 78, 64, 0.6); }

.datacenter-box {
  display: flex;
  flex-wrap: wrap; }
  .datacenter-box .item {
    display: flex;
    flex-direction: column; }
    .datacenter-box .item .title {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      text-align: center; }
    .datacenter-box .item dl dt {
      border: 1px solid #624e40;
      border-radius: 5px 5px 0 0;
      background-color: #624e40;
      color: #fff;
      font-style: 1.6rem;
      padding: 5px;
      text-align: center; }
    .datacenter-box .item dl dd {
      border: 1px solid #624e40;
      border-radius: 0 0 5px 5px;
      padding: 10px;
      text-align: center; }
  @media screen and (max-width: 767px) {
    .datacenter-box {
      justify-content: center; }
      .datacenter-box .item {
        margin: 15px 5px 15px 5px; }
        .datacenter-box .item dl {
          width: 280px; }
      .datacenter-box .title {
        font-size: 1.8rem; } }
  @media print, screen and (min-width: 768px) {
    .datacenter-box .item {
      margin: 0px 5px 40px 5px; }
      .datacenter-box .item dl {
        width: 350px;
        height: 85%; }
        .datacenter-box .item dl dd {
          height: 93%; }
    .datacenter-box .title {
      font-size: 2.4rem; } }

.datacenter-box-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media print, screen and (min-width: 768px) {
    .datacenter-box-inner .item + .item {
      height: 100%; } }
  @media screen and (max-width: 767px) {
    .datacenter-box-inner .title {
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 768px) {
    .datacenter-box-inner .title {
      font-size: 2.4rem; } }

.docomoshop-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (max-width: 992px) {
    .docomoshop-box {
      flex-direction: column; } }
  .docomoshop-box .item {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .docomoshop-box .item {
        flex-direction: column; } }
    @media print, screen and (min-width: 993px) {
      .docomoshop-box .item {
        flex-direction: row;
        margin: 20px 0 0 10px; } }
    .docomoshop-box .item dl {
      width: 200px;
      height: 100%;
      margin-bottom: 0; }
      .docomoshop-box .item dl dt {
        border: 1px solid #624e40;
        border-radius: 5px 5px 0 0;
        background-color: #624e40;
        color: #fff;
        font-style: 1.6rem;
        padding: 5px;
        text-align: center; }
      .docomoshop-box .item dl dd {
        border: 1px solid #624e40;
        border-radius: 0 0 5px 5px;
        padding: 10px; }
    .docomoshop-box .item p {
      width: 200px;
      padding: 50px 10px;
      text-align: center;
      background-color: #624e40;
      border: 1px solid #624e40;
      border-radius: 5px;
      color: #fff; }
  @media screen and (max-width: 992px) {
    .docomoshop-box .item + .item:before {
      content: '\f0d7';
      display: block;
      font-family: FontAwesome;
      font-size: 3.0rem;
      color: #624e40; } }
  @media print, screen and (min-width: 993px) {
    .docomoshop-box .item + .item:before {
      content: '\f0da';
      display: inline;
      font-family: FontAwesome;
      font-size: 3.0rem;
      color: #624e40;
      margin-right: 10px; } }

.btn-docomoshop {
  padding: 20px;
  border: 1px solid #d0101b;
  border-radius: 0;
  color: #d0101b;
  margin-bottom: 10px; }
  .btn-docomoshop:link, .btn-docomoshop:visited {
    color: #d0101b; }
  .btn-docomoshop:hover {
    color: #fff;
    background-color: #d0101b; }
  .btn-docomoshop span:after {
    content: '\f08e';
    font-family: FontAwesome;
    color: #d0101b; }
  @media screen and (max-width: 767px) {
    .btn-docomoshop {
      width: 100%; }
      .btn-docomoshop span:after {
        font-size: 1.2rem;
        padding-left: 6px; } }
  @media print, screen and (min-width: 768px) {
    .btn-docomoshop {
      width: 200px; }
      .btn-docomoshop span:after {
        font-size: 1.8rem;
        padding-left: 10px; } }

@media screen and (max-width: 767px) {
  #service.lineworks #pan {
    padding-top: 30px;
    padding-bottom: 20px; } }
@media print, screen and (min-width: 768px) {
  #service.lineworks #pan {
    padding-top: 70px; } }

.ttl-line {
  margin-bottom: 15px;
  color: #313131;
  border-bottom: 1px solid #00c73c;
  width: 100%;
  line-height: 1.5;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .ttl-line {
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    .ttl-line {
      font-size: 2.4rem; } }

@media screen and (max-width: 767px) {
  .line-trial {
    width: 280px; }
    .line-trial img {
      width: 100%; } }

.wm-feature__list {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .wm-feature__list {
      display: flex;
      justify-content: space-around; } }

@media screen and (max-width: 767px) {
  .wm-feature__item {
    width: 100%; }
    .wm-feature__item:nth-child(n+2) {
      margin-top: 3em; } }
@media print, screen and (min-width: 768px) {
  .wm-feature__item {
    display: block;
    width: 21.7em; } }

.wm-feature__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center; }
  .wm-feature__card img, .wm-feature__card .title, .wm-feature__card .text {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .wm-feature__card .title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    line-height: 1.2; }
  .wm-feature__card .text {
    font-size: 1.2rem;
    color: #737373; }
  @media screen and (max-width: 767px) {
    .wm-feature__card img {
      width: 12em;
      margin-bottom: 2em; } }
  @media print, screen and (min-width: 768px) {
    .wm-feature__card img {
      width: 16em;
      margin-bottom: 2.5em; } }

@media screen and (max-width: 767px) {
  .video-list li {
    width: 100%;
    margin-bottom: 2em; } }
@media print, screen and (min-width: 768px) {
  .video-list {
    display: flex;
    justify-content: space-around; }
    .video-list li {
      width: 30%; } }
@media screen and (max-width: 767px) {
  .subTitle {
    font-size: 1.6rem; } }
@media print, screen and (min-width: 768px) {
  .subTitle {
    font-size: 2.2rem; } }
/*

*/
.wm-tabs {
  text-align: center;
  border: none;
  display: table;
  margin: 0 auto; }
  .wm-tabs li {
    display: table-cell;
    border-bottom: 3px solid #eeeeee; }
    .wm-tabs li a {
      border-radius: 0;
      border: none; }
      .wm-tabs li a:hover, .wm-tabs li a:focus {
        background-color: transparent;
        border: none; }
    .wm-tabs li.active {
      border-bottom: 3px solid #00c73c; }
    .wm-tabs li.active > a, .wm-tabs li.active > a:hover, .wm-tabs li.active > a:focus, .wm-tabs li.active > a:active {
      color: #00c73c;
      border: none;
      transition: none;
      background-color: none; }
  @media screen and (max-width: 767px) {
    .wm-tabs {
      margin-bottom: 30px; }
      .wm-tabs li {
        width: 25%;
        margin-top: 5px; }
        .wm-tabs li a {
          padding: 10px 5px; }
      .wm-tabs li:nth-child(-n+3) {
        width: 33%; } }
  @media print, screen and (min-width: 768px) {
    .wm-tabs {
      margin-bottom: 15px; } }

.wm-tabs01 {
  text-align: center;
  border: none;
  display: table;
  margin: 0 auto; }
  .wm-tabs01 li {
    display: table-cell;
    border-bottom: 3px solid #eeeeee; }
    .wm-tabs01 li a {
      border-radius: 0;
      border: none; }
      .wm-tabs01 li a:hover, .wm-tabs01 li a:focus {
        background-color: transparent;
        border: none; }
    .wm-tabs01 li.active {
      border-bottom: 3px solid #00c73c; }
    .wm-tabs01 li.active > a, .wm-tabs01 li.active > a:hover, .wm-tabs01 li.active > a:focus, .wm-tabs01 li.active > a:active {
      color: #00c73c;
      border: none;
      transition: none;
      background-color: none; }
  @media screen and (max-width: 767px) {
    .wm-tabs01 {
      margin-bottom: 30px; }
      .wm-tabs01 li {
        width: 33%;
        margin-top: 5px; }
        .wm-tabs01 li a {
          padding: 10px 5px; } }
  @media print, screen and (min-width: 768px) {
    .wm-tabs01 {
      margin-bottom: 15px; } }
.wm-service__content {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wm-service__content, .wm-service__image-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wm-service__image-layout {
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 2em; }

.wm-service__image-layout img {
  width: 21.9em; }

.wm-service__desc {
  box-sizing: border-box;
  padding: 3em 2em 0; }

.wm-service__desc h4 {
  width: 100%;
  text-align: left;
  font-size: 1.8em; }

.wm-service__desc ul {
  box-sizing: border-box;
  margin: 1.3em 0 2em; }

.wm-service__desc li {
  padding-left: 1em;
  position: relative;
  font-size: 1.4rem;
  color: #737373; }

.wm-service__desc li:nth-child(n+2) {
  margin-top: .5em; }

.wm-service__desc li:before {
  content: "\30FB";
  position: absolute;
  left: 0;
  top: 0; }

.wm-service__desc a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.4em;
  color: #157efb;
  text-decoration: underline;
  margin-left: .5em; }

.wm-service__name {
  position: absolute;
  width: 100%;
  top: 1em;
  text-align: center;
  box-sizing: border-box; }

.wm-service__label {
  position: relative;
  display: block;
  font-size: .55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1.3em;
  font-weight: 700;
  line-height: 1.2em; }

.wm-service__label span {
  width: 6em;
  height: 1.7em;
  padding-top: .1em;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .25em;
  color: #fff; }

.wm-service__label span:nth-child(n+2) {
  margin-left: .5em; }

.wm-service__label .lite {
  background-color: #f3b300; }

.wm-service__label .lite:before {
  content: "\30E9\30A4\30C8"; }

.wm-service__label .basic {
  background-color: #00c73c; }

.wm-service__label .basic:before {
  content: "\30D9\30FC\30B7\30C3\30AF"; }

.wm-service__label .premium {
  background-color: #796dd7; }

.wm-service__label .premium:before {
  content: "\30D7\30EC\30DF\30A2\30E0"; }
.wm-service__label .free {
  background-color: #88e518; }

.wm-service__label .free:before {
  content: "フリー";
  font-size: 0.9em; }

.wm-service__label .standard {
  background-color: #03c75a; }

.wm-service__label .standard:before {
  content: "スタンダード";
  font-size: 0.9em; }

.wm-service__label .advanced {
  background-color: #028b3a; }

.wm-service__label .advanced:before {
  content: "アドバンスト";
  font-size: 0.9em; }

.wm-service__label .option {
  background-color: #bf4852; }

.wm-service__label .option:before {
  content: "オプション";
  font-size: 0.9em; }

@media only screen and (min-width: 641px) {
  .wm-service {
    padding: 7.5em 0; }

  .wm-service__head {
    font-size: 2.66em;
    padding: 0;
    line-height: 1.2;
    margin-bottom: .66em; }

  .wm-service__sub-head {
    color: #737373;
    margin-bottom: 5em;
    font-size: 1em;
    line-height: 1.2; }

  .wm-service__sub-head span {
    padding: 0;
    font-size: 1.33em;
    display: inline-block; }

  .wm-service__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .wm-service__wrapper--management {
    margin-top: 6.66em;
    margin-bottom: 0; }

  .wm-service__wrapper--management .wm-service__item {
    height: 5.1em;
    width: 10em;
    padding-top: .2em; }

  .wm-service__wrapper--management .wm-service__item--selected:after {
    width: 9.16em; }

  .wm-service__wrapper--management .wm-service__image-layout {
    height: 29.59vw; }

  .wm-service__wrapper--management .wm-service__image-layout img {
    max-width: 41.22vw; }

  .wm-service__wrapper--management .wm-service__desc {
    height: 29.59vw;
    padding: 2em 0 0; }

  .wm-service__tab {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5em;
    background-color: #f8f8f8; }

  .wm-service__item, .wm-service__tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .wm-service__item {
    color: #737373;
    height: 4.16em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 9.16em;
    box-sizing: border-box;
    font-size: 1em;
    cursor: pointer;
    margin: 0;
    padding: 0; }

  .wm-service__item i {
    font-size: 1.16em;
    text-align: center; }

  .wm-service__item--selected {
    color: #00c73c; }

  .wm-service__item--selected:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 8.33em;
    border-bottom: .25em solid #00c73c; }

  .wm-service__nav {
    display: none; }

  .wm-service__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .wm-service__content, .wm-service__image-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end; }

  .wm-service__image-layout {
    position: relative;
    background-color: transparent;
    height: 39.18vw;
    width: 50%;
    padding-right: 4.33em;
    padding-left: 0;
    box-sizing: border-box;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .wm-service__image-layout img {
    width: 100%;
    position: relative;
    max-width: none; }

  .wm-service__desc {
    height: 39.18vw;
    width: 50%;
    box-sizing: border-box;
    padding: 2.6em 0 0; }

  .wm-service__desc h4 {
    margin: 0;
    color: #333;
    font-size: 2.66em;
    text-align: left; }

  .wm-service__desc ul {
    padding: 0;
    margin: 1.66em 0; }

  .wm-service__desc ul li {
    font-size: 1.16em;
    color: #737373; }

  .wm-service__desc ul li:nth-child(n+2) {
    margin-top: .25em; }

  .wm-service__desc a {
    font-size: 1.16em;
    margin-left: 0; }

  .wm-service__label {
    font-size: .375em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 1.5em; }

  .wm-service__label, .wm-service__label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .wm-service__label span {
    width: 6em;
    padding: .25em 0 .125em;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media only screen and (min-width: 980px) {
  .wm-service .js-service-management-placeholder {
    background-color: #f9f9f9; }

  .wm-service__wrapper--management .wm-service__image-layout {
    height: 290px; }

  .wm-service__wrapper--management .wm-service__image-layout img {
    max-width: 404px; }

  .wm-service__wrapper--management .wm-service__desc {
    height: 290px; }

  .wm-service__desc, .wm-service__image-layout {
    height: 32em; }

  .wm-service__container {
    width: 980px;
    margin: 0 auto; } }
.btn-lineworks {
  background-color: #fff100;
  border: none;
  font-weight: bold; }
  .btn-lineworks:link, .btn-lineworks:visited {
    color: #00c73c; }
  .btn-lineworks:hover {
    background-color: #fff100;
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .btn-lineworks {
      font-size: 1.8rem;
      width: 100%;
      padding: 15px 5px; } }
  @media print, screen and (min-width: 768px) {
    .btn-lineworks {
      padding: 40px 120px;
      font-size: 3.0rem; } }

.ws-service__label-lite {
  background-color: #f3b300; }

.ws-service__label-lite:before {
  content: "\30E9\30A4\30C8"; }

.ws-service__label-basic {
  background-color: #00c73c; }

.ws-service__label-basic:before {
  content: "\30D9\30FC\30B7\30C3\30AF"; }

.ws-service__label-premium {
  background-color: #796dd7; }

.ws-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ws-price__item {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cacaca;
  border-radius: .2em; }

.ws-price__item:nth-child(n+3) {
  margin-top: 5em; }

.ws-price__item--label {
  display: none; }

.ws-price__item--lite .ws-price__detail-list {
  background-color: #88e518; }

.ws-price__item--lite .ws-price__spec-item:before {
  content: ""; }

.ws-price__item--lite .ws-price__spec-item--share {
  letter-spacing: -.03em; }

.ws-price__item--lite .ws-price__spec-item--share02 {
  letter-spacing: -.03em; }

.ws-price__item--lite .ws-price__spec-item--available:before {
  background-image: url("../images/service/icon-line-lite.png"); }

.ws-price__item--lite .ws-price__spec-item--drive, .ws-price__item--lite .ws-price__spec-item--mail {
  display: none; }

.ws-price__item--free .ws-price__detail-list {
  background-color: #999; }

.ws-price__item--free .ws-price__spec-item:before {
  content: ""; }

.ws-price__item--free .ws-price__spec-item--available:before {
  background-image: url("../images/service/icon-line-free.png"); }

.ws-price__item--basic .ws-price__detail-list {
  background-color: #03c75a; }

.ws-price__item--basic .ws-price__spec-item:before {
  content: ""; }

.ws-price__item--basic .ws-price__spec-item--available:before {
  background-image: url("../images/service/icon-line-basic.png"); }

.ws-price__item--premium .ws-price__detail-list {
  background-color: #028b3a; }

.ws-price__item--premium .ws-price__spec-item:before {
  content: ""; }

.ws-price__item--premium .ws-price__spec-item--available:before {
  background-image: url("../images/service/icon-line-premium.png"); }

.ws-price__detail-list {
  background-color: #fff; }

.ws-price__detail-item {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 100%; }

.ws-price__detail-item--name {
  color: #333;
  background-color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.25em; }

.ws-price__detail-item--price {
  color: #fff;
  padding: 2em 0; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price {
    height: 11.35402vw;
    padding: 0; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price {
    height: 117px;
    padding: 0; } }
.ws-price__detail-item--price .mobile-only {
  font-size: 1.5rem; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .mobile-only {
    display: none; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .mobile-only {
    display: none; } }
.ws-price__detail-item--price .wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 2em;
  padding-right: 2em; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .wrap {
    padding: 0; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .wrap {
    padding: 0; } }
.ws-price__detail-item--price .wrap:after {
  content: "";
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .wrap:after {
    display: none; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .wrap:after {
    display: none; } }
.ws-price__detail-item--price .month, .ws-price__detail-item--price .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .month .price, .ws-price__detail-item--price .year .price {
    font-family: Open Sans; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .month .price, .ws-price__detail-item--price .year .price {
    font-family: Open Sans; } }
.ws-price__detail-item--price .year {
  height: 3.6em; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .year {
    height: 7.37526vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .year {
    height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); } }
.ws-price__detail-item--price .year .price {
  font-size: 1.8rem;
  font-weight: 700; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .year .price {
    font-size: 2.6rem;
    font-weight: 400;
    margin-left: .48521vw;
    margin-right: .48521vw; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .year .price {
    font-size: 3.4rem;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 34px; } }
.ws-price__detail-item--price .year .prefix, .ws-price__detail-item--price .year .suffix {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .year .prefix, .ws-price__detail-item--price .year .suffix {
    font-size: 1.2rem;
    font-weight: 400; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .year .prefix, .ws-price__detail-item--price .year .suffix {
    font-size: 1.25em;
    font-weight: 400;
    font-size: 15px; } }
.ws-price__detail-item--price .year .suffix:after {
  content: "\FF08\5E74\984D\30D7\30E9\30F3\FF09"; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .year .suffix:after {
    display: none; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .year .suffix:after {
    display: none; } }
.ws-price__detail-item--price .month {
  height: 3em; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .month {
    height: 3.88172vw; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .month {
    height: 40px; } }
.ws-price__detail-item--price .month .price {
  font-size: 1.5rem; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .month .price {
    font-size: 1.5rem;
    margin-left: .29113vw;
    margin-right: .29113vw; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .month .price {
    font-size: 2.0rem;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px; } }
.ws-price__detail-item--price .month .prefix, .ws-price__detail-item--price .month .suffix {
  display: inline-block;
  font-size: 1.4rem; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .month .prefix, .ws-price__detail-item--price .month .suffix {
    font-size: 1.0rem; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .month .prefix, .ws-price__detail-item--price .month .suffix {
    font-size: 1.3rem;
    font-size: 13px; } }
.ws-price__detail-item--price .month .suffix:after {
  content: "\FF08\6708\984D\30D7\30E9\30F3\FF09"; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--price .month .suffix:after {
    display: none; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--price .month .suffix:after {
    display: none; } }
.ws-price__detail-item--desc {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
  padding: 0 1.5em 2em;
  width: 100%; }

@media only screen and (min-width: 641px) {
  .ws-price__detail-item--desc {
    height: 18em; } }
@media only screen and (min-width: 980px) {
  .ws-price__detail-item--desc {
    height: 18em; } }
.ws-price__detail-item--desc > span {
  position: relative;
  display: block;
  padding-left: 1em;
  width: 100%;
  box-sizing: border-box; }

.ws-price__detail-item--desc > span:before {
  content: "\30FB";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.ws-price__spec-list {
  padding: 2em 0; }

.ws-price__spec-item {
  display: none;
  min-height: 2em;
  background-color: #fff;
  box-sizing: border-box;
  padding: .3em 1.6em;
  color: #333;
  text-align: left;
  font-size: 1.1rem; }

@media only screen and (min-width: 641px) {
  .ws-price__spec-item {
    font-size: 1.1rem;
    height: 4.85214vw; } }
@media only screen and (min-width: 980px) {
  .ws-price__spec-item {
    font-size: 1.16em;
    height: 50px;
    font-size: 14px; } }
.ws-price__spec-item:after {
  display: inline-block;
  vertical-align: middle;
  white-space: pre; }

@media only screen and (min-width: 641px) {
  .ws-price__spec-item--talk, .ws-price__spec-item--talk01 {
    height: 7.76343vw; } }
@media only screen and (min-width: 980px) {
  .ws-price__spec-item--talk, .ws-price__spec-item--talk01  {
    height: 80px; } }
.ws-price__spec-item--talk:after {
  content: "\30C8\30FC\30AF\A\FF08\97F3\58F0/\30D3\30C7\30AA\901A\8A71\3001\753B\9762\5171\6709\3001\30CE\30FC\30C8\3001\4E88\5B9A\3001\A\30D5\30A9\30EB\30C0\FF09";
  display: inline; }

@media only screen and (min-width: 641px) {
  .ws-price__spec-item--talk:after {
    display: inline-block;
    text-align: center;
    content: "\30C8\30FC\30AF\A\FF08\97F3\58F0/\30D3\30C7\30AA\901A\8A71\3001\753B\9762\5171\6709\3001\A\30CE\30FC\30C8\3001\4E88\5B9A\3001\30D5\30A9\30EB\30C0\FF09"; } 
.ws-price__spec-item--talk01:after {
    display: none; } }
@media only screen and (min-width: 980px) {
  .ws-price__spec-item--talk, .ws-price__spec-item--talk01:after {
    display: inline-block;
    text-align: center;
    content: "\30C8\30FC\30AF\A\FF08\97F3\58F0/\30D3\30C7\30AA\901A\8A71\3001\753B\9762\5171\6709\3001\A\30CE\30FC\30C8\3001\4E88\5B9A\3001\30D5\30A9\30EB\30C0\FF09"; } }
.ws-price__spec-item--home:after {
  content: "\30DB\30FC\30E0   (\63B2\793A\677F)"; }

.ws-price__spec-item--address:after {
  content: "\30A2\30C9\30EC\30B9\5E33   (\7D44\7E54\5BFE\5FDC\578B)"; }

.ws-price__spec-item--mail:after {
  content: "\30E1\30FC\30EB"; }

.ws-price__spec-item--calendar:after {
  content: "\30AB\30EC\30F3\30C0\30FC"; }

.ws-price__spec-item--form:after {
  content: "\30A2\30F3\30B1\30FC\30C8"; }

.ws-price__spec-item--drive:after {
  content: "Drive"; }

.ws-price__spec-item--security:after {
  content: "\7BA1\7406\30FB\30BB\30AD\30E5\30EA\30C6\30A3\6A5F\80FD"; }

.ws-price__spec-item--security01:after {
  display: none; }

.ws-price__spec-item--monitoring:after {
  content: "\76E3\67FB\30ED\30B0\30FB\30E2\30CB\30BF\30EA\30F3\30B0"; }

.ws-price__spec-item--monitoring01:after {
  display: none; }

.ws-price__spec-item--sla:after {
  content: "SLA\4FDD\8A3C\FF0A"; }

.ws-price__spec-item--archive:after {
  content: "\30A2\30FC\30AB\30A4\30D6"; }

.ws-price__spec-item--share {
  letter-spacing: -.01em; }

.ws-price__spec-item--share02 {
  letter-spacing: -.01em; }

.ws-price__spec-item--available {
  display: block; }

.ws-price__spec-item--available:before {
  content: "";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 1.2em;
  height: 2em;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: .5em .5em; }

.ws-price__spec-item--drive:after, .ws-price__spec-item--mail:after {
  display: none; }

.ws-price__annotation {
  font-size: 1.1em;
  line-height: 2em;
  color: #8c8c8c;
  padding: 2em 0 5em; }

.ws-price__trial {
  position: relative;
  text-align: center;
  margin: 3em 0 5em; }

.ws-price__trial .ws-price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3em;
  font-size: 1.2em;
  color: #fff;
  background-color: #00c73c;
  border-radius: .2em;
  position: relative; }

.ws-price__qna {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em; }

.ws-price__sub-head {
  color: #333;
  font-size: 2em;
  margin-bottom: 1em; }

.ws-price__sub-head > span {
  display: inline-block; }

.ws-price__qna-list {
  position: relative;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0; }

.ws-price__qna-term {
  position: relative;
  padding: 1em 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: 700; }

.ws-price__qna-term:after {
  content: "";
  display: inline-block;
  width: 4.5em;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1.5em .75em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAABi0lEQVRIibXUv0tWYRjG8c85/iAk8N+xTfxVClLQoItQwzvYoNAQORgUL9ogSFAoFBjkkIEWuLi52ZSLW0EtDaYuQoUIosO5jaO96jnle8HhwH1fz/U95+Z5nqRarSYYwWvsqq9acRfPGvEATzGAHvysE/QqVtCGKylmsY5rWEZLHaAtkd0WrJlUNt4b2EA7FtF8idBmLEX2RrB202huoxtforGApkuANuEdrkd2T7CkOdMPdOAbbuENGv4D2hAZNyOzA5vHzfSU+Tu64j2Al0j+AZrgVWTkM//oNBi+ohNbsq3/vCQ8wQvciYzOyDyhWmD4HF+5g3uYKgGewnCs7Yqsv3QWmNwOxH08LgB9Et78Samp88DwCX34hUd4eI53DOPh7Y21Z+oiMKyhH78xidEanlFMhKcfHy8KLQKGVdzGPqZRyfUqUdsPz2qRwMaCYLJ7dlB2IcxgL+qzOJAdnZWiYWXA8B5DmMdc1A6j9qFMUNFR5/VWNt40nkrUSqnsHx9rTjbeQ9m1WFpHcPNYpPKhzxMAAAAASUVORK5CYII=");
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: transform .2s ease-out 0; }

.ws-price__qna-term--open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform .2s ease-out 0; }

.ws-price__qna-term--open + .ws-price__qna-definition {
  height: auto;
  border-top: 1px solid #ddd;
  padding: 1em 0; }

.ws-price__qna-definition {
  color: #737373;
  font-size: 1.2em;
  line-height: 2em;
  height: 0;
  overflow: hidden;
  margin-left: 0; }

.ws-price__qna-definition + .ws-price__qna-term {
  border-top: 1px solid #ddd; }

.ws-price__box {
  margin: 3em 0;
  text-align: right; }

.ws-price__link {
  color: #157efb;
  font-size: 1.4em; }

.ws-price__link, .ws-price__link:link {
  text-decoration: underline; }

@media only screen and (max-width: 320px) {
  .ws-price {
    width: 320px; } }
@media only screen and (min-width: 641px) {
  .ws-price__anchor {
    margin-bottom: 3em; }

  .ws-price__anchor p {
    font-size: 1.5em; }

  .ws-price__anchor p a {
    color: #157efb;
    text-decoration: underline; }

  .ws-price__anchor-block {
    margin-top: -10em;
    padding-top: 10em; }

  .ws-price__list {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }

  .ws-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    width: 23.47%;
    box-sizing: border-box;
    border-radius: 0; }

  .ws-price__item:nth-child(n+2) {
    border-left: 1px solid #cacaca; }

  .ws-price__item:nth-child(n+3) {
    margin-top: 0; }

  .ws-price__item--label {
    width: 29.6%;
    background-color: #f6f6f6; }

  .ws-price__item--label .ws-price__detail-item {
    font-weight: 400;
    color: #4c4c4c;
    text-align: center; }

  .ws-price__item--label .ws-price__detail-item--name {
    background-color: #f6f6f6; }

  .ws-price__item--label .ws-price__detail-item--name span {
    font-size: .73em; }

  .ws-price__item--label .ws-price__detail-item--price {
    position: relative;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .ws-price__item--label .ws-price__detail-item--price > div {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box; }

  .ws-price__item--label .ws-price__detail-item--price > div:first-child {
    border-right: 1px solid #ddd; }

  .ws-price__item--label .ws-price__detail-item--price > div:first-child > span {
    font-size: 1.4rem; }

  .ws-price__item--label .ws-price__detail-item--price .month, .ws-price__item--label .ws-price__detail-item--price .year {
    font-weight: 400; } }
@media only screen and (min-width: 641px) and (min-width: 641px) {
  .ws-price__item--label .ws-price__detail-item--price .month .plan, .ws-price__item--label .ws-price__detail-item--price .year .plan {
    font-size: 1.2rem; } }
@media only screen and (min-width: 641px) and (min-width: 980px) {
  .ws-price__item--label .ws-price__detail-item--price .month .plan, .ws-price__item--label .ws-price__detail-item--price .year .plan {
    font-size: 1.33em;
    font-size: 16px; } }
@media only screen and (min-width: 641px) {
  .ws-price__item--label .ws-price__detail-list {
    background-color: #f6f6f6; }

  .ws-price__item--label .ws-price__spec-item:after {
    display: block; }

  .ws-price__item--lite .ws-price__spec-item:before {
    content: ""; }

  .ws-price__item--lite .ws-price__spec-item--drive, .ws-price__item--lite .ws-price__spec-item--mail {
    display: block; }

  .ws-price__item--free .ws-price__spec-item:before, .ws-price__item--basic .ws-price__spec-item:before, .ws-price__item--premium .ws-price__spec-item:before {
    content: ""; }

  .ws-price__detail-list {
    background-color: #f6f6f6;
    border-top: 3px solid #cacaca;
    border-bottom: 1px solid #cacaca; }

  .ws-price__detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 400; }

  .ws-price__detail-item:nth-child(2) {
    border-top: 1px solid #cacaca; }

  .ws-price__detail-item:nth-child(n+3) {
    border-top: 1px solid rgba(0, 0, 0, 0.15); }

  .ws-price__detail-item--name {
    color: #333;
    background-color: #f6f6f6;
    font-size: 1.6rem;
    height: 2.05em; }

  .ws-price__detail-item--desc {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.0rem;
    text-align: left;
    box-sizing: border-box;
    padding: 1.33em 1em; }

  .ws-price__detail-item--desc > span {
    position: relative;
    display: block;
    padding-left: 1em; }

  .ws-price__detail-item--desc > span:before {
    content: "\30FB";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }

  .ws-price__spec-list {
    padding: 0;
    border-top: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca; }

  .ws-price__spec-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    padding: 0; }

  .ws-price__spec-item em {
    display: none; }

  .ws-price__spec-item span {
    display: block;
    text-align: center; }

  .ws-price__spec-item:after {
    display: none; }

  .ws-price__spec-item:nth-child(2n) {
    background-color: #f6f6f6; }

  .ws-price__spec-item:before {
    display: block; }

  .ws-price__spec-item--available:before {
    content: "";
    display: block;
    text-align: center;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1em; }

  .ws-price__spec-item--share {
    height: 5em; }

  .ws-price__spec-item--mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5em;
    position: relative;
    padding-left: 0; }

  .ws-price__spec-item--mail:before {
    position: relative;
    left: 0; }

  .ws-price__spec-item--drive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5em;
    position: relative;
    padding-left: 0; }

  .ws-price__spec-item--drive:before {
    position: relative;
    left: 0; }

  .ws-price__annotation {
    font-size: 1em;
    padding-bottom: 7.5em; }

  .ws-price__qna {
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 7.5em; }

  .ws-price__sub-head {
    color: #333;
    font-size: 2.5em;
    margin-bottom: 1em; }

  .ws-price__qna-list {
    position: relative;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333; }

  .ws-price__qna-term {
    position: relative;
    font-size: 1.16em;
    line-height: 2em;
    min-height: 3.5em;
    box-sizing: border-box;
    font-weight: 700;
    color: #000;
    padding: 1em 0 0 5em; }

  .ws-price__qna-term:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4.25em;
    height: 4.42em;
    top: 0;
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAYAAAACCvahAAABEUlEQVQ4jYWToZKDQBBEH1REJBKZqjaRSD4BGXmSzzoZeRKZT0CexEwVEonEcSK7qckSuK5aM9O9NdvTm63rSgpJV6BMyoOZTb6QebGkCmiA8+bGJ0agM7P5TSypAeodkccC3M1syt2YdUJ4AHfgBxhc7wx8AZxCoXHNGfg2s8XVBkm14xWSqlxSCRSO+EiEAJhZHy6OuObAJSH5EVP8pmLv7Hgg3PTzf8iHSMXFR9ZO/wT41BSSihgCgGBow3N1F8edcrbvfK1NUgG0QdQCleMNeVjLm4uSbpKikXFt3tgZ6GNI4kjxTVU4I59z3pvZ4rNdAje2v2kPXZZ+yRDDKrlkDlOUrt5vxEcIPrTAZGbdH0A5Y9XLuhUGAAAAAElFTkSuQmCC") no-repeat 50% 50%; }

  .ws-price__qna-term:after {
    content: "";
    display: none;
    height: 1em;
    border-bottom: 1px solid #e0e0e0; }

  .ws-price__qna-definition {
    position: relative;
    font-size: 1.16em;
    line-height: 2em;
    min-height: 3.5em;
    box-sizing: border-box;
    height: auto;
    color: #6a6a6a;
    padding: 1em 0 2.5em 5em; }

  .ws-price__qna-definition:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4.25em;
    height: 4em;
    top: 0;
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAsElEQVQ4jZWTUQ0DIRBEX5v+9yRUwkmohEpAQqVUwko4CScBCUioA/pxkC6UBTrJJsewMyyT44SNW6qMkGoaGxBVyT/ipRJH4J34AmfDwDW4K/CYncCrk4P69jPilXL01roLUc1b4nSg0hMvHGHlZpd4xyBMjMaR8Q90eL1qhlmHNaoVyv/AHMvAsyb0HcUQCe2MivAicDcM6mu6vBEs5wb0pP7C8WQD36e6DwxeesIPS9NdKt5v4/gAAAAASUVORK5CYII=") no-repeat 50% 50%; }

  .ws-price__qna-definition + .bs-price__qna-term {
    border-top: 1px solid #e0e0e0; }

  .ws-price__trial {
    position: relative;
    text-align: center;
    margin: 3em 0 5em; }

  .ws-price__trial .ws-price__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18em;
    height: 2.5em;
    font-size: 1.66em;
    color: #fff;
    background-color: #00c73c;
    border-radius: .2em;
    position: relative;
    margin: 0 auto; } }
@media only screen and (min-width: 980px) {
  .ws-price__wrapper {
    width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }

  .ws-price__detail-item--desc {
    font-size: 1.2rem; }

  .ws-price__detail-item--name {
    font-size: 2.1rem; } }
.ws-rules {
  font-size: calc(100% + 10 * (100vw - 320px)/320); }

@media only screen and (max-width: 320px) {
  .ws-rules {
    font-size: 100%; } }
@media only screen and (min-width: 641px) {
  .ws-rules {
    font-size: 100%; } }
.ws-rules__wrapper {
  padding: 0 2em; }

.ws-rules__nav {
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.ws-rules__nav a {
  font-size: 1.83em;
  color: #4c4c4c; }

.ws-rules__nav a:before {
  content: "\30FB"; }

.ws-rules__nav a.selected {
  font-weight: 700; }

.ws-rules__head {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.ws-rules__head h2 {
  font-size: 2.5em;
  line-height: 2; }

.ws-rules__head p {
  font-size: 1.2em;
  line-height: 1.8;
  color: #4c4c4c; }

.ws-rules__content {
  box-sizing: border-box; }

.ws-rules__content h3 {
  font-size: 1.5em;
  line-height: 2;
  margin-bottom: .5em; }

.ws-rules__content ol, .ws-rules__content p, .ws-rules__content ul {
  text-indent: 0;
  line-height: 2;
  color: #4c4c4c;
  margin-bottom: 3em;
  box-sizing: border-box;
  width: 100%; }

.ws-rules__content ol > li, .ws-rules__content p > li, .ws-rules__content ul > li {
  font-size: 1.16em;
  padding-left: 1.5em;
  text-indent: -1.3em;
  box-sizing: border-box; }

.ws-rules__content ol > li li, .ws-rules__content p > li li, .ws-rules__content ul > li li {
  font-size: 1em; }

.ws-rules__content div {
  margin-bottom: 3em; }

.ws-rules__content div p {
  margin-bottom: 0; }

.ws-rules__content table {
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 3em; }

.ws-rules__content table thead {
  background-color: #f9f8f8; }

.ws-rules__content table td, .ws-rules__content table th {
  padding: .5em;
  border: 1px solid #ddd; }

.ws-rules--privacy .ws-rules__content ol > li {
  padding-left: 2em;
  text-indent: -1.7em; }

.ws-rules--privacy .ws-rules__content ul > li {
  padding-left: 1em;
  text-indent: -.8em; }

.ws-rules--review .ws-rules__content table {
  width: 100%;
  border-color: #4c4c4c;
  border-left: none;
  border-right: none; }

.ws-rules--review .ws-rules__content table colgroup col:first-child {
  width: 25%; }

.ws-rules--review .ws-rules__content table tr:first-child td {
  border-top-color: #4c4c4c; }

.ws-rules--review .ws-rules__content table tr:last-child td {
  border-bottom-color: #4c4c4c; }

.ws-rules--review .ws-rules__content table td {
  box-sizing: border-box;
  text-align: left;
  border-left: none;
  border-right: none;
  word-break: break-all; }

.ws-rules--review .ws-rules__content table td:first-child {
  font-weight: 700;
  background-color: #f9f8f8; }

.ws-rules--review .ws-rules__content table td:nth-child(2) {
  color: #737373;
  padding: 1em; }

@media only screen and (max-width: 320px) {
  .ws-rules {
    width: 320px; } }
@media only screen and (min-width: 641px) {
  .ws-rules {
    background-color: #f9f8f8; }

  .ws-rules__wrapper {
    padding-bottom: 2em; }

  .ws-rules__nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .ws-rules__nav a {
    font-size: 1.83em;
    color: #4c4c4c; }

  .ws-rules__nav a:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin-right: .5em;
    padding-left: .5em;
    font-weight: 400;
    color: #8c8c8c; }

  .ws-rules__nav a:before {
    display: none; }

  .ws-rules__nav a.selected {
    font-weight: 700; }

  .ws-rules__head {
    padding: 3em;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 0; }

  .ws-rules__head h2 {
    font-size: 2.5em;
    line-height: 2; }

  .ws-rules__head p {
    font-size: 1.33em;
    line-height: 1.8;
    color: #4c4c4c; }

  .ws-rules__content {
    padding: 3em;
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
    background-color: #fff; }

  .ws-rules__content h3 {
    font-size: 1.5em;
    line-height: 2;
    margin-bottom: .5em; }

  .ws-rules__content ol, .ws-rules__content p {
    text-indent: 0;
    line-height: 2;
    color: #4c4c4c;
    margin-bottom: 3em;
    box-sizing: border-box;
    width: 100%; }

  .ws-rules__content ol > li, .ws-rules__content p > li {
    font-size: 1.16em;
    padding-left: 1.5em;
    text-indent: -1.3em;
    box-sizing: border-box; }

  .ws-rules__content ol > li li, .ws-rules__content p > li li {
    font-size: 1em; } }
.ws-rules--review .ws-rules__content table colgroup col:first-child {
  width: 30%; }

.ws-rules--review .ws-rules__content table td {
  padding: 1em;
  font-size: 1.16em; }

.ws-rules--review .ws-rules__content table td:nth-child(2) {
  padding: 1em 2em; }

@media only screen and (min-width: 980px) {
  .ws-rules__nav, .ws-rules__wrapper {
    width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; } }
@media only print and (min-width: 980px) {
  .ws-rules #overlay, .ws-rules footer, .ws-rules header {
    display: none !important; }

  .ws-rules__wrapper {
    width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }

  .ws-rules__nav {
    box-sizing: border-box;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }

  .ws-rules__nav a {
    font-size: 1.83em;
    color: #4c4c4c; }

  .ws-rules__nav a:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    margin-right: .5em;
    padding-left: .5em;
    font-weight: 400;
    color: #8c8c8c; }

  .ws-rules__nav a:before {
    display: none; }

  .ws-rules__nav a.selected {
    font-weight: 700; }

  .ws-rules__head {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2em;
    margin-bottom: 2em; }

  .ws-rules__head p {
    font-size: 1.2em; }

  .ws-rules__content ol, .ws-rules__content p, .ws-rules__content ul {
    text-indent: 0;
    line-height: 2;
    color: #4c4c4c;
    margin-bottom: 3em;
    box-sizing: border-box;
    width: 100%; }

  .ws-rules__content ol > li, .ws-rules__content p > li, .ws-rules__content ul > li {
    font-size: 1.16em;
    padding-left: 1.5em;
    text-indent: -1.3em;
    box-sizing: border-box; }

  .ws-rules__content ol > li li, .ws-rules__content p > li li, .ws-rules__content ul > li li {
    font-size: 1em; }

  .ws-rules__content div {
    margin-bottom: 3em; }

  .ws-rules__content div p {
    margin-bottom: 0; }

  .ws-rules__content table {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 3em; }

  .ws-rules__content table thead {
    background-color: #f9f8f8; }

  .ws-rules__content table td, .ws-rules__content table th {
    padding: .5em;
    border: 1px solid #ddd; }

  .ws-rules--privacy .ws-rules__content ol > li {
    padding-left: 2em;
    text-indent: -1.7em; }

  .ws-rules--privacy .ws-rules__content ul > li {
    padding-left: 1em;
    text-indent: -.8em; }

  .ws-rules--review .ws-rules__content table {
    width: 100%;
    border-color: #4c4c4c;
    border-left: none;
    border-right: none; }

  .ws-rules--review .ws-rules__content table colgroup col:first-child {
    width: 25%; }

  .ws-rules--review .ws-rules__content table tr:first-child td {
    border-top-color: #4c4c4c; }

  .ws-rules--review .ws-rules__content table tr:last-child td {
    border-bottom-color: #4c4c4c; }

  .ws-rules--review .ws-rules__content table td {
    box-sizing: border-box;
    text-align: left;
    border-left: none;
    border-right: none;
    word-break: break-all; }

  .ws-rules--review .ws-rules__content table td:first-child {
    font-weight: 700;
    background-color: #f9f8f8; }

  .ws-rules--review .ws-rules__content table td:nth-child(2) {
    color: #737373;
    padding: 1em; }

  .ws-rules__head {
    padding: 3em;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 0; }

  .ws-rules__head h2 {
    font-size: 2.5em;
    line-height: 2; }

  .ws-rules__head p {
    font-size: 1.33em;
    line-height: 1.8;
    color: #4c4c4c; }

  .ws-rules__content {
    padding: 3em;
    border: 1px solid #ddd;
    border-top: none;
    box-sizing: border-box;
    background-color: #fff; }

  .ws-rules__content h3 {
    font-size: 1.5em;
    line-height: 2;
    margin-bottom: .5em; }

  .ws-rules__content ol, .ws-rules__content p {
    text-indent: 0;
    line-height: 2;
    color: #4c4c4c;
    margin-bottom: 3em;
    box-sizing: border-box;
    width: 100%; }

  .ws-rules__content ol > li, .ws-rules__content p > li {
    font-size: 1.16em;
    padding-left: 1.5em;
    text-indent: -1.3em;
    box-sizing: border-box; }

  .ws-rules__content ol > li li, .ws-rules__content p > li li {
    font-size: 1em; }

  .ws-rules--review .ws-rules__content table colgroup col:first-child {
    width: 30%; }

  .ws-rules--review .ws-rules__content table td {
    padding: 1em;
    font-size: 1.16em; }

  .ws-rules--review .ws-rules__content table td:nth-child(2) {
    padding: 1em 2em; } }
@media screen and (max-width: 767px) {
  .headerButton {
    display: flex;
    width: calc(100% - 120px);
    justify-content: flex-end;
    margin: auto 0; } }
@media print, screen and (min-width: 768px) {
  .headerButton {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end; } }
.headerButton__item {
  box-shadow: 2px 2px 2px #ddd; }
  @media screen and (max-width: 767px) {
    .headerButton__item {
      width: calc(50% - 8px); }
      .headerButton__item:nth-of-type(2) {
        margin-left: 6px; } }
  @media print, screen and (min-width: 768px) {
    .headerButton__item:nth-of-type(2) {
      margin-left: 20px; } }
  .headerButton__item > a {
    display: block; }
  @media screen and (max-width: 767px) {
    .headerButton__item > a > img {
      width: 100%; } }
  .headerButton__item > a:hover, .headerButton__item:active, .headerButton__item:focus, .headerButton__item.hover {
    opacity: 0.7; }

.title01 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .title01 {
      font-size: 1.8rem;
      padding-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .title01 {
      font-size: 3.6rem;
      padding-top: 107px; } }

.title-line {
  color: #00c73c;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .title-line {
      font-size: 2.6rem; } }
  @media print, screen and (min-width: 768px) {
    .title-line {
      font-size: 4.2rem; } }

@media print, screen and (min-width: 768px) {
  .youtubeBox {
    width: 560px;
    margin: 0 auto; } }

.youtubeArea {
  margin-top: 2em;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .youtubeArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.youtubeArea--sm {
  margin: 0; }
.columnImg {
  width: 100% !important; }

@media print, screen and (min-width: 768px) {
  .buttonList {
    display: flex;
    justify-content: center; } }
.buttonList__item {
  box-shadow: 3px 3px 3px #ddd; }
  @media screen and (max-width: 767px) {
    .buttonList__item:nth-of-type(2) {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .buttonList__item:nth-of-type(2) {
      margin-left: 50px; } }
  .buttonList__item > a {
    display: block; }
  @media screen and (max-width: 767px) {
    .buttonList__item > a > img {
      width: 100%; } }
  .buttonList__item > a:hover, .buttonList__item:active, .buttonList__item:focus, .buttonList__item.hover {
    opacity: 0.7; }

.optionText {
  color: #bf4852; }

/* Scss Document */
.access-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .access-box {
      flex-direction: column; } }
  .access-box .shoplink a {
    text-decoration: underline; }
    .access-box .shoplink a:hover {
      text-decoration: none; }

.btn-map {
  width: 150px;
  color: #d0101b;
  font-weight: bold;
  border: 1px solid #d0101b;
  border-radius: 0px; }
  .btn-map:link, .btn-map:visited {
    color: #fff;
    background-color: #d0101b; }
  .btn-map:hover {
    color: #d0101b;
    background-color: #fff; }
  @media screen and (max-width: 767px) {
    .btn-map {
      margin-top: 15px; } }

.rinen dl dt {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300; }
@media screen and (max-width: 767px) {
  .rinen img {
    margin: 0 auto 30px auto; }
  .rinen dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px; } }
@media print, screen and (min-width: 768px) {
  .rinen img {
    margin: 30px; }
  .rinen .left-side img {
    float: left; }
  .rinen .right-side img {
    float: right; }
  .rinen dl {
    padding-top: 50px; }
    .rinen dl dt {
      font-size: 3.6rem;
      margin-bottom: 20px; } }
.rinen img, .rinen dl {
  opacity: 0; }

/*
.rinen{
	color:#fff;
	background: url(../images/company/img-company-philosophy-bg.png) 0 0 no-repeat;
	background-size: contain;

	dl{
		position: relative;
		text-align: left;
		dt{
			line-height: 1.1;
			margin-bottom: 10px;
		}
		dd{
		}
		&:before{
			font-family: 'Raleway', sans-serif;
			font-style: italic;
			font-weight:100;
			font-size:27.0rem;
			line-height: 1.3;
			position: absolute;
		}
	}
	.rinen1{
		&:before{
			content: "1";
			left:0;
		}
	}
	.rinen2{
		&:before{
			content: "2";
		}
	}
	.rinen3{
		padding-left: 150px;
		&:before{
			content: "3";
			bottom:80px;
			left:0;
		}
	}
	@include sp-screen(){
		padding: 30px 5px;
		dl{
			max-width: 280px;
			dt{
				font-size:1.6rem;
			}
			dd{
				font-size:1.0rem;
			}
			&:before{
				font-size:8.0rem;
			}
		}
		.rinen1{
			padding-left: 60px;
			margin-bottom: 30px;
			&:before{
				top:0;
			}
		}
		.rinen2{
			padding-left: 60px;
			margin-bottom: 30px;
			&:before{
				top:0;
				left:0;
			}
		}
		.rinen3{
			padding-left: 60px;
			&:before{
				top:0;
			}
		}
	}
	@include pc-screen(){
		padding: 200px 20px;
		dl{
			max-width: 640px;
			dt{
				font-size:3.6rem;
			}
			dd{
				
			}
			&:before{
				font-size:27.0rem;
			}
		}
		.rinen1{
			padding-left: 150px;
			margin-bottom: 150px;
			&:before{
				bottom:-30px;
			}
		}
		.rinen2{
			padding-right: 150px;
			margin-bottom: 250px;
			&:before{
				bottom:-30px;
				right:0;
			}
		}
		.rinen3{
			padding-left: 150px;
			&:before{
				bottom:80px;
			}
		}
	}
}
*/
/* Scss Document */
.recruit-flow ol {
  counter-reset: num-count; }
  .recruit-flow ol .title {
    line-height: 1.5;
    margin-bottom: 0; }
  .recruit-flow ol .title:before {
    counter-increment: num-count;
    content: counter(num-count);
    color: #d0101b;
    font-weight: 100;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .recruit-flow ol li {
      margin-bottom: 8px; }
    .recruit-flow ol .title {
      display: inline-block;
      font-size: 1.6rem; }
      .recruit-flow ol .title:before {
        font-size: 1.6rem;
        margin-right: 15px; }
    .recruit-flow ol .text {
      display: block;
      margin-left: 25px; } }
  @media print, screen and (min-width: 768px) {
    .recruit-flow ol li {
      display: table;
      vertical-align: middle;
      margin-bottom: 25px; }
    .recruit-flow ol .title {
      display: table-cell;
      font-size: 1.6rem;
      width: 12em;
      vertical-align: middle; }
      .recruit-flow ol .title:before {
        font-size: 2.4rem;
        margin-right: 30px; }
    .recruit-flow ol .text {
      display: table-cell;
      vertical-align: middle; } }

@media screen and (max-width: 767px) {
  .recruit-schedule ol li {
    padding: 5px 0;
    border-bottom: dashed 1px #313131; }
    .recruit-schedule ol li .date, .recruit-schedule ol li .time {
      display: inline-block; } }
@media print, screen and (min-width: 768px) {
  .recruit-schedule ol li {
    display: table; }
    .recruit-schedule ol li p {
      display: table-cell; }
    .recruit-schedule ol li .date {
      width: 6em; }
    .recruit-schedule ol li .time {
      width: 10em; } }

.contact-saiyo .tel {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px; }
/* recruitImg
/* =========================== */
@media screen and (max-width: 767px) {
  .recruitImg {
    width: 100%;
    margin-bottom: 30px; } }
@media print, screen and (min-width: 768px) {
  .recruitImg {
    width: 800px;
    height: auto;
    margin: 0 auto 30px; } }
.recruitImg--career {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .recruitImg--career {
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 768px) {
    .recruitImg--career {
      margin-bottom: 60px; } }
.recruitImg > img {
  width: 100%; }
.recruitImg > a {
  display: block; }
  @media screen and (max-width: 767px) {
    .recruitImg > a {
      margin-top: 16px; } }
  @media print, screen and (min-width: 768px) {
    .recruitImg > a {
      margin-top: 20px; } }
  .recruitImg > a:hover, .recruitImg > a:active, .recruitImg > a:focus, .recruitImg > a.hover {
    opacity: 0.7; }
  .recruitImg > a > img {
    width: 100%; }

/* recruitContact
/* =========================== */
.recruitContact {
  border: 1px solid #313131; }
  @media screen and (max-width: 767px) {
    .recruitContact {
      padding: 29px 29px 24px;
      margin-top: 25px;
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 768px) {
    .recruitContact {
      padding: 50px 60px 55px;
      margin: 30px auto 50px; } }
  @media screen and (max-width: 767px) {
    .recruitContact__text {
      font-size: 1.3rem; } }
  @media print, screen and (min-width: 768px) {
    .recruitContact__text {
      text-align: center;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .recruitContact__list {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    .recruitContact__list {
      margin-top: 25px;
      display: flex;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) {
    .recruitContact__list > li {
      width: calc(50% - 15px); } }
  @media print, screen and (min-width: 768px) {
    .recruitContact__list > li + li {
      margin-left: 15px; } }
  .recruitContact__phoneTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .recruitContact__phoneTitle {
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      .recruitContact__phoneTitle {
        font-size: 2.0rem;
        margin-bottom: 5px; } }
    .recruitContact__phoneTitle::before {
      font-family: FontAwesome;
      content: "\f095";
      font-weight: bold;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .recruitContact__phoneTitle::before {
          font-size: 2.0rem;
          margin-right: 10px; } }
      @media print, screen and (min-width: 768px) {
        .recruitContact__phoneTitle::before {
          font-size: 3.7rem;
          margin-right: 13px; } }
  .recruitContact__number {
    color: #d0101b;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .recruitContact__number {
        font-size: 3.0rem;
        text-align: center; } }
    @media print, screen and (min-width: 768px) {
      .recruitContact__number {
        font-size: 4.2rem; } }
    .recruitContact__number a {
      color: #d0101b; }
  .recruitContact__charge {
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .recruitContact__charge {
        font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    .recruitContact__mail {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .recruitContact__mail {
      width: 400px; } }
  .recruitContact__mailTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .recruitContact__mailTitle {
        font-size: 1.4rem;
        margin-bottom: 4px; } }
    @media print, screen and (min-width: 768px) {
      .recruitContact__mailTitle {
        font-size: 2.0rem;
        margin-bottom: 5px; } }
    .recruitContact__mailTitle::before {
      font-family: FontAwesome;
      content: "\f0e0";
      font-weight: normal;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .recruitContact__mailTitle::before {
          font-size: 2.0rem;
          margin-right: 10px; } }
      @media print, screen and (min-width: 768px) {
        .recruitContact__mailTitle::before {
          font-size: 3.7rem;
          margin-right: 13px; } }

/* titleDesign01
/* =========================== */
.titleDesign01 {
  display: flex;
  flex-direction: column;
  font-weight: 100; }
  @media screen and (max-width: 767px) {
    .titleDesign01 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .titleDesign01 {
      margin-top: 60px; } }
  .titleDesign01__ja {
    display: block;
    text-align: center;
    order: 1; }
    @media screen and (max-width: 767px) {
      .titleDesign01__ja {
        font-size: 1.1rem;
        margin-top: 5px; } }
    @media print, screen and (min-width: 768px) {
      .titleDesign01__ja {
        font-size: 2.2rem;
        line-height: 1.4; } }
  .titleDesign01__en {
    display: block;
    text-align: center;
    line-height: 1.4;
    order: 0; }
    @media screen and (max-width: 767px) {
      .titleDesign01__en {
        font-size: 3.5rem;
        line-height: 1.0; } }
    @media print, screen and (min-width: 768px) {
      .titleDesign01__en {
        font-size: 7.0rem; } }

/* titleDesign02
/* =========================== */
.titleDesign02 {
  text-align: center;
  font-weight: 100; }
  @media screen and (max-width: 767px) {
    .titleDesign02 {
      margin-top: 50px;
      font-size: 2.2rem; } }
  @media print, screen and (min-width: 768px) {
    .titleDesign02 {
      margin-top: 70px;
      font-size: 3.8rem; } }
  @media screen and (max-width: 767px) {
    .titleDesign02--mb {
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 768px) {
    .titleDesign02--mb {
      margin-bottom: 20px; } }

/* sectionStyle01
=================================*/
@media screen and (max-width: 767px) {
  .sectionStyle01__image {
    margin-top: 10px; } }
@media print, screen and (min-width: 768px) {
  .sectionStyle01__image {
    margin-top: 30px; } }
.sectionStyle01__image > img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .sectionStyle01__image > img {
      width: 75px;
      height: 105px; } }
  @media print, screen and (min-width: 768px) {
    .sectionStyle01__image > img {
      width: 150px;
      height: 210px; } }
.sectionStyle01__text {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sectionStyle01__text {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    .sectionStyle01__text {
      margin-top: 40px; } }

/* modItemLayout
=================================*/
@media screen and (max-width: 767px) {
  .modItemLayout {
    margin-top: 50px;
    margin-bottom: 50px; } }
@media print, screen and (min-width: 768px) {
  .modItemLayout {
    margin-top: 60px;
    margin-bottom: 60px; } }
@media screen and (max-width: 767px) {
  .modItemLayout__inner {
    margin-top: 16px; } }
@media print, screen and (min-width: 768px) {
  .modItemLayout__inner {
    margin-top: 20px; } }
.modItemLayout__inner:nth-child(odd) .modItemLayout__itemPic:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #a50412;
  transform: rotate(0deg);
  top: 0px !important;
  left: 0px !important;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .modItemLayout__inner:nth-child(odd) .modItemLayout__itemPic:before {
      border-width: 100px 0 0 38px; } }
  @media print, screen and (min-width: 768px) {
    .modItemLayout__inner:nth-child(odd) .modItemLayout__itemPic:before {
      border-width: 180px 0 0 60px; } }
.modItemLayout__inner:nth-child(even) .modItemLayout__itemPic:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #a50412;
  transform: rotate(90deg);
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .modItemLayout__inner:nth-child(even) .modItemLayout__itemPic:before {
      border-width: 38px 0 0 100px;
      top: 31px;
      left: -32px; } }
  @media print, screen and (min-width: 768px) {
    .modItemLayout__inner:nth-child(even) .modItemLayout__itemPic:before {
      border-width: 60px 0 0 180px;
      top: 60px;
      left: -60px; } }
.modItemLayout a.modItemLayout__link {
  display: block;
  text-decoration: none; }
  .modItemLayout a.modItemLayout__link:hover img, .modItemLayout a.modItemLayout__link:active img, .modItemLayout a.modItemLayout__link:focus img, .modItemLayout a.modItemLayout__link.hover img {
    transform: scale(1.1);
    transition-duration: 0.3s; }
.modItemLayout__item {
  background: #a50412;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 999; }
  @media print, screen and (min-width: 768px) {
    .modItemLayout__item {
      width: 100%;
      height: 180px; } }
  .modItemLayout__itemTitle {
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .modItemLayout__itemTitle {
        margin-left: 15px;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      .modItemLayout__itemTitle {
        margin-left: 30px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .modItemLayout__itemTitle--en {
        font-size: 2.0rem;
        letter-spacing: 0.1rem; } }
    @media print, screen and (min-width: 768px) {
      .modItemLayout__itemTitle--en {
        font-size: 2.6rem;
        letter-spacing: 0.2rem; } }
    @media screen and (max-width: 767px) {
      .modItemLayout__itemTitle--ja {
        line-height: 1.2; } }
  .modItemLayout__itemPic {
    position: relative; }
    @media screen and (max-width: 767px) {
      .modItemLayout__itemPic {
        width: 200px;
        height: 100px; } }
    @media print, screen and (min-width: 768px) {
      .modItemLayout__itemPic {
        width: 500px;
        height: 180px; } }
    .modItemLayout__itemPic span {
      overflow: hidden;
      cursor: pointer;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .modItemLayout__itemPic span {
          width: 200px;
          height: 100px; } }
      .modItemLayout__itemPic span img {
        transition-duration: 0.3s;
        height: 100%; }

/* side-bnr
=================================*/
@media screen and (max-width: 767px) {
  .side-bnr {
    margin-top: 16px; } }
@media print, screen and (min-width: 768px) {
  .side-bnr {
    margin-top: 20px; } }
.side-bnr > div > a {
  display: block; }
  .side-bnr > div > a:hover, .side-bnr > div > a:active, .side-bnr > div > a:focus, .side-bnr > div > a.hover {
    opacity: 0.7; }
.side-bnr > div > a > img {
  width: 100%; }

/* projectImg
=================================*/
@media screen and (max-width: 767px) {
  .projectImg {
    margin-bottom: 50px;
    margin-top: 12px; } }
@media print, screen and (min-width: 768px) {
  .projectImg {
    margin-bottom: 60px;
    margin-top: 18px; } }
@media screen and (max-width: 767px) {
  .projectImg--off {
    margin-top: 50px; } }
@media print, screen and (min-width: 768px) {
  .projectImg--off {
    margin-bottom: 50px;
    margin-top: 60px; } }

/* projectList
=================================*/
@media screen and (max-width: 767px) {
  .projectList {
    margin-bottom: 50px;
    margin-top: 50px; } }
@media print, screen and (min-width: 768px) {
  .projectList {
    margin-bottom: 60px;
    margin-top: 60px; } }
.projectList--mat0 {
  margin-top: 0; }
.projectList__item {
  background-color: #a50412;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .projectList__item {
      margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    .projectList__item {
      margin-top: 18px; } }
  .projectList__item > a {
    display: block; }
    .projectList__item > a:hover .projectList__memberImg > img, .projectList__item > a:active .projectList__memberImg > img, .projectList__item > a:focus .projectList__memberImg > img, .projectList__item > a.hover .projectList__memberImg > img {
      transform: scale(1.1);
      transition-duration: 0.3s;
      overflow: hidden; }
.projectList__member {
  display: flex;
  justify-content: space-between; }
.projectList__memberTitle {
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    .projectList__memberTitle {
      width: calc(100% - 170px);
      padding-left: 15px; } }
  @media print, screen and (min-width: 768px) {
    .projectList__memberTitle {
      width: calc(100% - 424px);
      padding-left: 20px; } }
  .projectList__memberTitle::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #a50412;
    transform: rotate(0deg);
    top: 0px !important;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .projectList__memberTitle::before {
        border-width: 140px 0 0 38px;
        right: -38px !important; } }
    @media print, screen and (min-width: 768px) {
      .projectList__memberTitle::before {
        border-width: 200px 0 0 50px;
        right: -49px !important; } }
  .projectList__memberTitle--01 {
    order: 1;
    position: relative;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .projectList__memberTitle--01 {
        padding-left: 0;
        padding-right: 15px; } }
    @media print, screen and (min-width: 768px) {
      .projectList__memberTitle--01 {
        padding-left: 0;
        padding-right: 20px; } }
    .projectList__memberTitle--01::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent transparent #a50412;
      transform: rotate(180deg);
      top: 0px !important;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .projectList__memberTitle--01::before {
          border-width: 140px 0 0 38px;
          left: -38px !important; } }
      @media print, screen and (min-width: 768px) {
        .projectList__memberTitle--01::before {
          border-width: 200px 0 0 50px;
          left: -49px !important; } }
.projectList__memberDtail {
  display: flex;
  flex-direction: column;
  color: #fff; }
.projectList__belong {
  display: flex;
  flex-direction: column; }
  @media print, screen and (min-width: 768px) {
    .projectList__belong {
      font-size: 1.6rem; } }
.projectList__name {
  margin-top: 10px; }
  .projectList__name--mat0 {
    margin-top: 0;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .projectList__name--ja {
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    .projectList__name--ja {
      font-size: 2.4rem; } }
  @media print, screen and (min-width: 768px) {
    .projectList__name--en {
      font-size: 1.4rem;
      margin-left: 10px; } }
.projectList__memberImg {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .projectList__memberImg {
      width: 170px; } }
  @media print, screen and (min-width: 768px) {
    .projectList__memberImg {
      width: 424px; } }
  .projectList__memberImg--01 {
    order: 0; }
  .projectList__memberImg > img {
    width: 100%; }

/* textLayout
=================================*/
@media screen and (max-width: 767px) {
  .textLayout {
    margin-bottom: 2.4em;
    margin-top: 2.4em; } }
@media print, screen and (min-width: 768px) {
  .textLayout {
    margin-bottom: 2.4em;
    margin-top: 2.4em; } }
@media screen and (max-width: 767px) {
  .textLayout--md {
    margin-bottom: 3.2em; } }
@media print, screen and (min-width: 768px) {
  .textLayout--md {
    margin-bottom: 3.4em; } }

/* textLayoutColRight
=================================*/
.textLayoutColRight {
  margin-bottom: 2.4em;
  margin-top: 2.4em; }
  @media screen and (max-width: 767px) {
    .textLayoutColRight {
      display: flex;
      flex-direction: column; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutColRight {
      display: flex; } }
  @media screen and (max-width: 767px) {
    .textLayoutColRight--md {
      margin-bottom: 3.2em; } }
  @media screen and (max-width: 767px) {
    .textLayoutColRight__imageArea {
      order: 0;
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutColRight__imageArea {
      margin-left: 30px;
      margin-bottom: 0.8em;
      width: 40%;
      flex-grow: 0;
      flex-shrink: 0;
      order: 2; } }
  .textLayoutColRight__figcaption {
    margin-bottom: 0.3em;
    margin-top: 0.3em; }
  @media screen and (max-width: 767px) {
    .textLayoutColRight__textArea {
      order: 1; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutColRight__textArea {
      width: calc(50% - 30px);
      flex-grow: 1;
      order: 1; }
      .textLayoutColRight__textArea > *:first-child {
        margin-top: 0 !important; } }

/* textLayoutAraundRight
--------------------------------------------------------- */
.textLayoutAraundRight {
  display: block;
  margin-bottom: 2.4em;
  margin-top: 2.4em; }
  .textLayoutAraundRight::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .textLayoutAraundRight__imageArea {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutAraundRight__imageArea {
      margin-left: 30px;
      margin-bottom: 0.8em;
      width: 40%;
      float: right; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutAraundRight__textArea > *:first-child {
      margin-top: 0 !important; } }

/* textLayoutCol
=================================*/
@media screen and (max-width: 767px) {
  .textLayoutCol {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px; } }
@media print, screen and (min-width: 768px) {
  .textLayoutCol {
    display: flex;
    margin-bottom: 1.5em;
    margin-top: 1.5em; } }
.textLayoutCol--md {
  margin-top: 2.4em;
  margin-bottom: 2.4em; }
@media screen and (max-width: 767px) {
  .textLayoutCol__imageArea {
    order: 0;
    margin-bottom: 10px; } }
@media print, screen and (min-width: 768px) {
  .textLayoutCol__imageArea {
    margin-right: 30px;
    margin-bottom: 0.8em;
    width: 40%;
    flex-grow: 0;
    flex-shrink: 0; } }
@media screen and (max-width: 767px) {
  .textLayoutCol__textArea {
    order: 1; } }
@media print, screen and (min-width: 768px) {
  .textLayoutCol__textArea {
    flex-grow: 1;
    width: calc(50% - 30px); }
    .textLayoutCol__textArea > *:first-child {
      margin-top: 0 !important; } }

/* textLayoutAraund
--------------------------------------------------------- */
.textLayoutAraund {
  display: block;
  margin-bottom: 2.4em;
  margin-top: 2.4em; }
  @media print, screen and (min-width: 768px) {
    .textLayoutAraund {
      margin-bottom: 2.8em; } }
  .textLayoutAraund--md {
    margin-bottom: 2.4em; }
  .textLayoutAraund::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .textLayoutAraund__imageArea {
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutAraund__imageArea {
      margin-right: 30px;
      margin-bottom: 0.8em;
      width: 40%;
      float: left; } }
  @media print, screen and (min-width: 768px) {
    .textLayoutAraund__textArea > *:first-child {
      margin-top: 0 !important; } }

/* interviewBox
=================================*/
@media screen and (max-width: 767px) {
  .interviewBox {
    margin-bottom: 50px;
    margin-top: 50px; } }
@media print, screen and (min-width: 768px) {
  .interviewBox {
    margin-bottom: 60px;
    margin-top: 60px; } }

/* catchphrase
=================================*/
.catchphrase {
  color: #a50412;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (max-width: 767px) {
    .catchphrase {
      font-size: 1.6rem;
      margin-bottom: 5px;
      padding-bottom: 3px; } }
  @media print, screen and (min-width: 768px) {
    .catchphrase {
      font-size: 2.4rem;
      margin-bottom: 12px; } }
  .catchphrase > span {
    display: block;
    position: relative; }
    @media screen and (max-width: 767px) {
      .catchphrase > span {
        padding-left: 28px; } }
    @media print, screen and (min-width: 768px) {
      .catchphrase > span {
        padding-left: 42px; } }
  .catchphrase > span::before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    line-height: 1.0;
    content: "\f2c4";
    color: #a50412;
    top: 0;
    left: 0; }
    @media screen and (max-width: 767px) {
      .catchphrase > span::before {
        font-size: 2.4rem; } }
    @media print, screen and (min-width: 768px) {
      .catchphrase > span::before {
        font-size: 3.4rem; } }

.catchphrase02 {
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (max-width: 767px) {
    .catchphrase02 {
      font-size: 1.5rem;
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    .catchphrase02 {
      font-size: 2.0rem;
      margin-bottom: 10px; } }

/* employeeBox
=================================*/
@media screen and (max-width: 767px) {
  .employeeBox {
    margin-bottom: 30px;
    margin-top: 12px; } }
@media print, screen and (min-width: 768px) {
  .employeeBox {
    margin-bottom: 50px;
    margin-top: 18px; } }
.employeeBox > img {
  width: 100%; }

/* employeeList
=================================*/
@media screen and (max-width: 767px) {
  .employeeList {
    margin-bottom: 50px;
    margin-top: 50px; } }
@media print, screen and (min-width: 768px) {
  .employeeList {
    margin-bottom: 60px;
    margin-top: 60px; } }
.employeeList__item {
  background-color: #a50412; }
.employeeList__member {
  display: flex; }
  @media screen and (max-width: 767px) {
    .employeeList__member {
      flex-direction: column; } }
  @media print, screen and (min-width: 768px) {
    .employeeList__member {
      padding: 20px; } }
.employeeList__memberTitle {
  display: flex;
  align-items: center;
  order: 1; }
  @media screen and (max-width: 767px) {
    .employeeList__memberTitle {
      padding: 8px 15px; } }
  @media print, screen and (min-width: 768px) {
    .employeeList__memberTitle {
      width: calc(100% / 3);
      padding-left: 20px;
      padding-right: 10px; } }
.employeeList__memberDtail {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%; }
.employeeList__belong {
  display: flex;
  flex-direction: column; }
  @media print, screen and (min-width: 768px) {
    .employeeList__belong {
      font-size: 1.6rem; } }
.employeeList__name {
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .employeeList__name--ja {
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    .employeeList__name--ja {
      font-size: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .employeeList__name--en {
      margin-left: 8px; } }
  @media print, screen and (min-width: 768px) {
    .employeeList__name--en {
      font-size: 1.4rem; } }
.employeeList__memberFrameBox {
  order: 0; }
  @media screen and (max-width: 767px) {
    .employeeList__memberFrameBox {
      padding: 15px; } }
  @media print, screen and (min-width: 768px) {
    .employeeList__memberFrameBox {
      width: calc(100% / 3);
      display: flex;
      align-items: center; } }
.employeeList__memberFrame {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 6px; }
  .employeeList__memberFrame::before, .employeeList__memberFrame::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 97px;
    height: 50px;
    background-color: #a50412;
    transform: rotate(-30deg); }
  .employeeList__memberFrame::before {
    box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
    top: -24px;
    bottom: auto;
    right: auto;
    left: -26px; }
  .employeeList__memberFrame::after {
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
    top: auto;
    bottom: -22px;
    right: -25px;
    left: auto; }
@media print, screen and (min-width: 768px) {
  .employeeList__memberImg {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); } }
.employeeList__memberText {
  order: 2;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .employeeList__memberText {
      padding: 8px 15px; } }
  @media print, screen and (min-width: 768px) {
    .employeeList__memberText {
      width: calc(100% / 3);
      padding-left: 10px;
      display: flex;
      align-items: center; } }

/* othersBox
=================================*/
@media screen and (max-width: 767px) {
  .othersBox {
    margin-bottom: 50px;
    margin-top: 50px; } }
@media print, screen and (min-width: 768px) {
  .othersBox {
    margin-bottom: 50px;
    margin-top: 60px; } }
@media print, screen and (min-width: 768px) {
  .othersBox__list {
    display: flex; } }
.othersBox__list > a.othersBox__link {
  display: block;
  text-decoration: none; }
  @media print, screen and (min-width: 768px) {
    .othersBox__list > a.othersBox__link {
      display: flex;
      width: 100%; } }
  .othersBox__list > a.othersBox__link:hover .othersEmployee__frame > img, .othersBox__list > a.othersBox__link:active .othersEmployee__frame > img, .othersBox__list > a.othersBox__link:focus .othersEmployee__frame > img, .othersBox__list > a.othersBox__link.hover .othersEmployee__frame > img {
    transform: translate(-50%, -50%) scale(1.1);
    transition-duration: 0.3s; }

/* othersEmployee
=================================*/
.othersEmployee {
  background-color: #a50412; }
  @media print, screen and (min-width: 768px) {
    .othersEmployee {
      width: 100%; } }
  .othersEmployee__list {
    display: flex;
    flex-direction: column; }
  .othersEmployee__title {
    display: flex;
    align-items: center;
    order: 1; }
    @media screen and (max-width: 767px) {
      .othersEmployee__title {
        padding: 8px 15px; } }
    @media print, screen and (min-width: 768px) {
      .othersEmployee__title {
        padding: 12px; } }
  .othersEmployee__dtail {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 100%; }
  .othersEmployee__belong {
    display: flex;
    flex-direction: column; }
  .othersEmployee__name {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .othersEmployee__name--ja {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      .othersEmployee__name--ja {
        font-size: 2.0rem; } }
    @media screen and (max-width: 767px) {
      .othersEmployee__name--en {
        margin-left: 8px; } }
    @media print, screen and (min-width: 768px) {
      .othersEmployee__name--en {
        font-size: 1.2rem; } }
  .othersEmployee__frameBox {
    order: 0; }
    @media screen and (max-width: 767px) {
      .othersEmployee__frameBox {
        padding: 15px; } }
    @media print, screen and (min-width: 768px) {
      .othersEmployee__frameBox {
        padding: 12px; } }
  .othersEmployee__frame {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 6px; }
  @media print, screen and (min-width: 768px) {
    .othersEmployee__img {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); } }

/* recruitCard
=================================*/
.recruitCard {
  display: flex; }
  .recruitCard__body {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .recruitCard__title {
    order: 0;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .recruitCard__title {
        font-size: 1.6rem; } }
    @media print, screen and (min-width: 768px) {
      .recruitCard__title {
        font-size: 1.8rem; } }
  .recruitCard__image {
    order: -2;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .recruitCard__image {
        margin-bottom: 10px; } }
    @media print, screen and (min-width: 768px) {
      .recruitCard__image {
        margin-bottom: 15px;
        max-height: 184px; } }
    .recruitCard__image > img {
      width: 100%; }
  .recruitCard__contents {
    order: 1;
    padding: 0 10px 10px; }
    .recruitCard__contents p:not([class]) {
      line-height: 1.2;
      margin: 0.3em 0; }
    .recruitCard__contents > *:first-child {
      margin-top: 0 !important; }
    .recruitCard__contents > *:last-child {
      margin-bottom: 0 !important; }

/* projectText
=================================*/
@media screen and (max-width: 767px) {
  .projectText {
    margin-top: 50px; } }
@media print, screen and (min-width: 768px) {
  .projectText {
    margin-top: 60px; } }

/* subhead
=================================*/
.subhead {
  background-color: #a50412;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .subhead {
      font-size: 1.2rem;
      margin-bottom: 5px; } }
  @media print, screen and (min-width: 768px) {
    .subhead {
      font-size: 1.6rem;
      margin-bottom: 10px; } }

/* messageBox
=================================*/
.messageBox {
  border: 1px solid #eee;
  background: linear-gradient(to bottom right, #fff, #eee); }
  @media screen and (max-width: 767px) {
    .messageBox {
      margin-bottom: 50px;
      margin-top: 50px;
      padding: 15px; } }
  @media print, screen and (min-width: 768px) {
    .messageBox {
      margin-bottom: 60px;
      margin-top: 60px;
      padding: 15px 20px; } }

/* message
=================================*/
.message {
  color: #a50412;
  font-family: 'Nothing You Could Do', cursive;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .message {
      font-size: 2.6rem; } }
  @media print, screen and (min-width: 768px) {
    .message {
      font-size: 3.2rem; } }

/* marker
=================================*/
.marker {
  background: linear-gradient(transparent 60%, #f9d8df 0%); }
/* Scss Document */
@media screen and (max-width: 767px) {
  #contact.form #main {
    padding-top: 50px;
    padding-bottom: 60px; } }
@media print, screen and (min-width: 768px) {
  #contact.form #main {
    padding-top: 100px;
    padding-bottom: 100px; } }

.btn-contact {
    /*
	&:link,&:visited{
		color: $brand-sub-color;
	}
	background-color: #fff;
	border: 1px solid $brand-sub-color;
	border-radius: 0px;
	word-wrap: break-word;
	&:hover,&:focus,&:active,&.active{
		color:#fff;
		background-color: $brand-sub-color;
		border: 1px solid $brand-sub-color;
	}
    */ }
  @media screen and (max-width: 767px) {
    .btn-contact {
      width: 280px;
      font-size: 1.4rem;
      padding: 20px 15px; } }
  @media print, screen and (min-width: 768px) {
    .btn-contact {
      width: 400px;
      font-size: 1.8rem;
      padding: 25px 40px; } }
  @media screen and (max-width: 767px) {
    .btn-contact--spw100 {
      width: 100%; } }
@media print, screen and (min-width: 768px) {
    .btn-contact--pcw100 {
      width: 100%; } }
.btn-modify {
  border: 1px solid #313131;
  border-radius: 0px;
  padding: 10px 50px; }
  .btn-modify:hover, .btn-modify:focus, .btn-modify:active, .btn-modify.active {
    color: #fff;
    background-color: #333333; }

.alphaform li:last-child {
  border-bottom: none; }
.alphaform .form-group {
  border-bottom: 1px dashed #313131;
  margin-left: 0;
  margin-right: 0; }
  .alphaform .form-group .title {
    display: inline-block;
    margin: 5px 0; }
  .alphaform .form-group .icon {
    display: inline-block;
    margin: 5px 0; }
  .alphaform .form-group .control-label {
    display: inline-block;
    padding-top: 0;
    text-align: left !important; }
  .alphaform .form-group #post {
    width: 7em; }
  .alphaform .form-group .btn-post {
    margin-left: 5px; }
  @media screen and (max-width: 767px) {
    .alphaform .form-group {
      padding: 20px 0px; }
      .alphaform .form-group .contents {
        padding: 10px 0; } }
  @media print, screen and (min-width: 768px) {
    .alphaform .form-group {
      padding: 20px 0px; } }
.alphaform .form-inline, .alphaform .input-group {
  display: inline-table;
  vertical-align: middle; }
  .alphaform .form-inline .form-control, .alphaform .input-group .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

.icon-hissu {
  background-color: #d0101b;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 10px;
  text-align: center; }

.hissu {
  background-color: rgba(208, 16, 27, 0.08); }

.guide-text {
  display: block;
  padding: 5px 0px;
  color: #313131;
  text-indent: 1em; }

.warning {
  color: #d0101b; }

.error {
  color: #d0101b;
  background-color: #fffee6; }
  .error:before {
    content: '\f071';
    font-family: FontAwesome;
    font-size: 1.4rem;
    color: #d0101b;
    padding-right: 10px;
    padding-left: 10px; }

.terms {
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 10px;
  height: 180px;
  overflow: scroll; }

#header-form .alphanav {
  border-bottom: 1px solid #a50412; }

@media screen and (max-width: 767px) {
  #contact.r-form #main {
    padding-top: 50px;
    padding-bottom: 60px; } }
@media print, screen and (min-width: 768px) {
  #contact.r-form #main {
    padding-top: 100px;
    padding-bottom: 100px; } }
#contact.r-form #header-form .alphanav {
  border-bottom: 1px solid #02cbc9; }
  @media screen and (max-width: 767px) {
    #contact.r-form #header-form .alphanav .navbar-brand img {
      width: 242px; } }
  @media print, screen and (min-width: 768px) {
    #contact.r-form #header-form .alphanav .navbar-brand img {
      width: 484px; } }
#contact.r-form .btn-contact {
  color: #fff;
  background-color: #02cbc9;
  border: 1px solid #02cbc9;
  border-radius: 0px;
  word-wrap: break-word; }
  #contact.r-form .btn-contact:hover, #contact.r-form .btn-contact:focus, #contact.r-form .btn-contact:active, #contact.r-form .btn-contact.active {
    color: #02cbc9;
    background-color: #fff;
    border: 1px solid #02cbc9; }
  @media screen and (max-width: 767px) {
    #contact.r-form .btn-contact {
      width: 280px;
      font-size: 1.4rem;
      padding: 20px 15px; } }
  @media print, screen and (min-width: 768px) {
    #contact.r-form .btn-contact {
      width: 400px;
      font-size: 1.8rem;
      padding: 25px 40px; } }
#contact.r-form #footer .container-fluid {
  background-color: #02cbc9; }

/* Scss Document */
.privacy-contact {
  border: 1px solid #eee;
  border-radius: 5px; }
  .privacy-contact .title {
    background-color: #eee;
    padding: 5px;
    text-align: center; }
  .privacy-contact .text {
    padding: 10px;
    text-align: left; }
  @media screen and (max-width: 767px) {
    .privacy-contact {
      width: 280px; }
      .privacy-contact .title {
        font-size: 1.4rem; } }
  @media print, screen and (min-width: 768px) {
    .privacy-contact {
      width: 630px; }
      .privacy-contact .title {
        font-size: 1.8rem; }
      .privacy-contact .text {
        padding: 25px 40px; } }

.btn-contact {
  background-color: #d0101b;
  border: 1px solid #d0101b;
  border-radius: 0px;
  color: #fff; }
  .btn-contact:link, .btn-contact:visited {
    color: #fff;
    text-decoration: none; }
  .btn-contact:hover {
    color: #d0101b;
    background-color: #fff; }

.sitemap-ulstyle {
  margin: 0px auto; }
  .sitemap-ulstyle .list dt {
    color: #d0101b;
    font-weight: bold;
    text-align: left;
    vertical-align: top; }
    .sitemap-ulstyle .list dt a:link, .sitemap-ulstyle .list dt a:visited {
      color: #d0101b;
      text-decoration: none; }
      .sitemap-ulstyle .list dt a:link:hover, .sitemap-ulstyle .list dt a:visited:hover {
        text-decoration: underline; }
  .sitemap-ulstyle .list dd a {
    text-decoration: underline; }
    .sitemap-ulstyle .list dd a:hover {
      text-decoration: none; }
  .sitemap-ulstyle .pstyle {
    color: #d0101b;
    font-weight: bold; }
  .sitemap-ulstyle .list ul li {
    text-indent: -0.8em; }
  .sitemap-ulstyle .list ul li:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 6px; }
  .sitemap-ulstyle .list + .list {
    border-top: solid 1px; }
  @media screen and (max-width: 767px) {
    .sitemap-ulstyle {
      padding: 0px 15px 0px 15px; }
      .sitemap-ulstyle .list dl {
        padding: 30px 0; }
      .sitemap-ulstyle .list dt {
        font-size: 1.6rem;
        padding: 0 0 5px 0; }
      .sitemap-ulstyle .pstyle {
        font-size: 1.6rem;
        padding: 15px 0;
        margin: 10px 0px; }
      .sitemap-ulstyle .list ul > li {
        margin: 5px;
        display: block; }
      .sitemap-ulstyle .list ul {
        width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .sitemap-ulstyle {
      padding: 0px 60px 0px 60px; }
      .sitemap-ulstyle .pstyle {
        font-size: 1.8rem;
        padding: 30px 0; }
      .sitemap-ulstyle .list dl {
        display: table;
        width: 100%;
        padding: 40px 0px; }
      .sitemap-ulstyle .list dt {
        display: table-cell;
        font-size: 1.8rem;
        width: 8em; }
      .sitemap-ulstyle .list dd {
        text-align: left;
        display: table-cell; }
      .sitemap-ulstyle .list ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
      .sitemap-ulstyle .list ul > li {
        flex-basis: 33%;
        padding: 2px 2px 2px 0px; } }

/*.sitemap-ulstyle終わり*/
/* Scss Document */
/* =========================================================
// topics
========================================================= */
#topics #main a {
  text-decoration: underline; }
  #topics #main a:hover {
    text-decoration: none; }

.topics {
  padding-top: 15px; }
  .topics li {
    padding: 15px 0px;
    border-bottom: 1px dotted #313131; }
    .topics li p {
      margin: 0; }
    .topics li dl {
      margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .topics li dl dt {
          margin-bottom: 10px; }
          .topics li dl dt .date {
            margin-right: 20px; } }
      @media print, screen and (min-width: 768px) {
        .topics li dl dt {
          display: table-cell;
          padding: 0px 50px 0px 40px;
          width: calc(16.5em + 90px); }
          .topics li dl dt .date {
            margin-right: 50px; }
        .topics li dl dd {
          display: table-cell;
          margin-left: 20px; } }
      .topics li dl dt {
        vertical-align: top; }
        .topics li dl dt .date {
          width: 8.5em;
          white-space: nowrap; }
        .topics li dl dt .cat {
          display: inline-block;
          color: #fff;
          padding: 2px 0;
          width: 8.0em;
          text-align: center;
          font-size: 1.2rem; }
  .topics li.new dd p:after {
    content: "NEW";
    display: inline-block;
    width: 35px;
    height: 1.4rem;
    margin-left: 5px;
    background: url(../images/icon-new.png) no-repeat 0 50%;
    background-size: auto 14px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .topics li a[href$="pdf"]:after {
    font-family: FontAwesome;
    content: "\f1c1";
    padding: 0 5px;
    color: #d0101b;
    display: inline-block; }
  .topics li a[href^="http"]:after {
    font-family: FontAwesome;
    content: "\f08e";
    padding: 0 5px;
    display: inline-block;
    color: #d0101b; }

.detail-cat .date {
  font-size: 1.6rem; }
.detail-cat .cat {
  display: inline-block;
  margin-left: 15px;
  font-size: 1.2rem;
  text-align: center;
  width: 8.0em;
  color: #fff; }

.tenji {
  background-color: #8ba975; }

.seminar {
  background-color: #8bbdd2; }

.news {
  background-color: #e88d8d; }

.recruit {
  background-color: #e2cd7b; }

.photo li {
  margin-bottom: 30px; }

.topics-title {
  border-bottom: 1px solid #d0101b;
  width: 100%;
  margin-bottom: 40px; }
  .topics-title .main-title {
    line-height: 1.5; }
  .topics-title .sub-title {
    font-style: normal;
    font-weight: 300; }
  @media screen and (max-width: 767px) {
    .topics-title {
      margin-bottom: 20px; }
      .topics-title .main-title {
        font-size: 2.2rem;
        padding: 5px 0px; }
      .topics-title .sub-title {
        font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    .topics-title {
      margin-bottom: 40px; }
      .topics-title .main-title {
        font-size: 3.6rem;
        padding: 5px 0px; }
      .topics-title .sub-title {
        font-size: 2.4rem; } }

/*
.wf-loading .topics-title .sub-title {
	visibility: hidden;
}
.wf-active .topics-title .sub-title {
	visibility: visible;
}
*/
.topics-box {
  margin: 15px; }
  .topics-box .text {
    overflow: hidden; }
  @media screen and (max-width: 767px) {
    .topics-box img {
      display: block;
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 768px) {
    .topics-box img {
      float: left;
      margin-right: 30px; } }

/*
#topics:not(.index) a[href$=".pdf"]:after{
	font-family: FontAwesome;
	content: "\f1c1";
	padding : 0 5px;
	color: $brand-sub-color;
	display: inline-block;
}
#topics:not(.index) a[href^="http"]:after{
	font-family: FontAwesome;
	content: "\f08e";
	padding : 0 5px;
	color: $brand-sub-color;
	display: inline-block;
}
*/
.btn-topics {
  border: 1px solid #313131;
  border-radius: 0;
  padding: 15px 30px;
  text-decoration: none !important; }
  @media screen and (max-width: 767px) {
    .btn-topics {
      margin-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    .btn-topics {
      margin-top: 80px; } }
  .btn-topics:hover {
    border: 1px solid #313131; }

.link li + li {
  margin-top: 5px; }
.link a:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding: 0 5px;
  display: inline-block; }

#topics a[href$=".pdf"]:after {
  font-family: FontAwesome;
  content: "\f1c1";
  padding: 0 5px;
  /*文字との隙間*/
  color: #d0101b;
  display: inline-block; }

#topics a[href^="http"]:after {
  font-family: FontAwesome;
  content: "\f08e";
  padding: 0 5px;
  /*文字との隙間*/
  color: #d0101b;
  display: inline-block; }

.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc; }

.selectWrap select::-ms-expand {
  display: none; }

.selectWrap {
  position: relative;
  display: inline-block; }

.selectWrap::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #ccc;
  height: 100%;
  width: 30px; }

.selectWrap::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent; }

.input-group input {
  width: 70%; }

.input-group input select {
  width: 30%; }

.headerLink {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
@media screen and (max-width: 767px) {
  .headerLink {
    width: calc(100% - 120px); } }
@media print, screen and (min-width: 768px) {
  .headerLink {
    height: 100%; } }
@media screen and (max-width: 767px) {
  .headerLink > li {
    width: 35px; } }
@media print, screen and (min-width: 768px) {
  .headerLink > li {
    width: 40px; } }
.headerLink > li > a {
  display: block;
  width: 100%;
  transition: transform 0.1s linear; }
.headerLink > li > a > img {
  width: 100%;
  height: auto; }
.headerLink > li > a:hover, .headerLink > li:active, .headerLink > li:focus, .headerLink > li.hover {
  transform: scale(1.1); }
@media screen and (max-width: 767px) {
  .headerLink > li + li {
    margin-left: 5px; } }
@media print, screen and (min-width: 768px) {
  .headerLink > li + li {
    margin-left: 10px; } }

@media screen and (max-width: 767px) {
  #asytagaalsa #pan {
    padding-top: 49px; } }
@media print, screen and (min-width: 768px) {
  #asytagaalsa #pan {
    padding-top: 73px; } }

.aspectImageBox {
  position: relative;
  width: 100%;
  display: block; }
.aspectImageBox::before {
  content: "";
  display: block;
  padding-top: 56.25%; }
.aspectImageBox--0403::before {
    padding-top: 75%; }
  .aspectImageBox--1110::before {
    padding-top: 90.909%; }
.aspectImageBox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee; }
.aspectImageBox__image {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.newBox {
  display: block; }
@media screen and (max-width: 767px) {
  .newBox {
    width: 100%;
    height: auto;
    margin: 15px auto 50px; } }
@media print, screen and (min-width: 768px) {
  .newBox {
    width: 800px;
    margin: 30px auto 80px; } }
.newBox__detail {
  margin-top: 1em; }
.newBox__detail dt {
  display: flex;
  align-items: center; }
@media screen and (max-width: 767px) {
  .newBox__detail dt {
    margin-bottom: 5px; } }
@media print, screen and (min-width: 768px) {
  .newBox__detail dt {
    margin-bottom: 8px; } }
.newBox__detail dd > P > a {
  text-decoration: underline; }
.newBox__detail dd > P > a:hover, .newBox__detail dd > P > a:active, .newBox__detail dd > P > a:focus, .newBox__detail dd > P > a.hover {
  text-decoration: none; }
.newBox > a {
  display: block; }
.newBox > a > img {
  width: 100%; }

@media screen and (max-width: 767px) {
  .date {
    margin-right: 10px; } }
@media print, screen and (min-width: 768px) {
  .date {
    margin-right: 20px; } }

.cat {
  display: inline-block;
  color: #fff;
  padding: 2px 0;
  width: 8.0em;
  text-align: center;
  font-size: 1.2rem; }
.cat--01 {
  background-color: #407718; }
.cat--02 {
  background-color: #e4b601; }

.columnLayout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
  width: 100%; }
.columnLayout__item {
  flex-shrink: 0;
  flex-grow: 0; }
.columnLayout__item > a {
      display: block; }
      /* line 177, ../scss/contents/_asytagaalsa.scss */
      .columnLayout__item > a:hover, .columnLayout__item > a:active, .columnLayout__item > a:focus, .columnLayout__item > a.hover {
        opacity: 0.7; }
        /* line 179, ../scss/contents/_asytagaalsa.scss */
        .columnLayout__item > a:hover > dl > dd.modCard__contents, .columnLayout__item > a:active > dl > dd.modCard__contents, .columnLayout__item > a:focus > dl > dd.modCard__contents, .columnLayout__item > a.hover > dl > dd.modCard__contents {
          text-decoration: none; }
.columnLayout__item > a.othersBox__link:hover, .columnLayout__item > a.othersBox__link:active, .columnLayout__item > a.othersBox__link:focus, .columnLayout__item > a.othersBox__link.hover {
      opacity: 1.0; }
@media screen and (max-width: 767px) {
  .columnLayout--0301 .columnLayout__item {
    flex-basis: 100%;
    width: 100%; }
  .columnLayout--0301 .columnLayout__item:nth-child(n+2) {
    margin-top: 20px; } }
@media print, screen and (min-width: 768px) {
  .columnLayout--0301 .columnLayout__item {
    flex-basis: calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    margin-left: 24px; }
  .columnLayout--0301 .columnLayout__item:nth-child(3n+1) {
    margin-left: 0; }
  .columnLayout--0301 .columnLayout__item:nth-child(n+4) {
    margin-top: 20px; } }
.columnLayout--0402 .columnLayout__item {
      flex-basis: calc((100% - 15px) / 2);
      width: calc((100% - 15px) / 2);
      margin-left: 15px; }
      /* line 210, ../scss/contents/_asytagaalsa.scss */
      .columnLayout--0402 .columnLayout__item:nth-child(odd) {
        margin-left: 0; }
      /* line 213, ../scss/contents/_asytagaalsa.scss */
      .columnLayout--0402 .columnLayout__item:nth-child(n+3) {
        margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 205, ../scss/contents/_asytagaalsa.scss */
    .columnLayout--0402 .columnLayout__item {
      flex-basis: calc((100% - 45px) / 4);
      width: calc((100% - 45px) / 4);
      margin-left: 15px; }
      /* line 221, ../scss/contents/_asytagaalsa.scss */
      .columnLayout--0402 .columnLayout__item:nth-child(4n+1) {
        margin-left: 0; }
      /* line 224, ../scss/contents/_asytagaalsa.scss */
      .columnLayout--0402 .columnLayout__item:nth-child(n+5) {
        margin-top: 16px; } }
  /* line 229, ../scss/contents/_asytagaalsa.scss */
  .columnLayout--0402Type01 .columnLayout__item {
    display: flex; }
    @media screen and (max-width: 767px) {
      /* line 229, ../scss/contents/_asytagaalsa.scss */
      .columnLayout--0402Type01 .columnLayout__item {
        flex-basis: calc((100% - 15px) / 2);
        width: calc((100% - 15px) / 2);
        margin-left: 15px; }
        /* line 235, ../scss/contents/_asytagaalsa.scss */
        .columnLayout--0402Type01 .columnLayout__item:nth-child(odd) {
          margin-left: 0; }
        /* line 238, ../scss/contents/_asytagaalsa.scss */
        .columnLayout--0402Type01 .columnLayout__item:nth-child(n+3) {
          margin-top: 15px; } }
    @media print, screen and (min-width: 768px) {
      /* line 229, ../scss/contents/_asytagaalsa.scss */
      .columnLayout--0402Type01 .columnLayout__item {
        flex-basis: calc((100% - 45px) / 4);
        width: calc((100% - 45px) / 4);
        margin-left: 14px; }
        /* line 246, ../scss/contents/_asytagaalsa.scss */
        .columnLayout--0402Type01 .columnLayout__item:nth-child(4n+1) {
          margin-left: 0; }
        /* line 249, ../scss/contents/_asytagaalsa.scss */
        .columnLayout--0402Type01 .columnLayout__item:nth-child(n+5) {
          margin-top: 16px; } }

.modCard {
  display: flex;
  flex-direction: column; }
  .modCard dt {
    display: flex;
    align-items: center;
    order: 1; }
    @media screen and (max-width: 767px) {
      .modCard dt {
        margin-bottom: 5px;
        margin-top: 10px; } }
    @media print, screen and (min-width: 768px) {
      .modCard dt {
        margin-bottom: 8px;
        margin-top: 16px; } }
  .modCard__title {
    text-decoration: underline; }
  .modCard__contents {
    order: 2;
    text-decoration: underline; }
  .modCard__image {
    order: 0; }

.btn-more > a {
  display: block;
  line-height: 1.0;
  text-align: center;
  width: calc(10em + 10px);
  border-bottom: 1px solid #333;
  position: relative; }
@media screen and (max-width: 767px) {
  .btn-more > a {
    font-size: 1.2rem;
    padding: 12px 20px;
    margin: 20px auto; } }
@media print, screen and (min-width: 768px) {
  .btn-more > a {
    font-size: 1.4rem;
    padding: 8px 20px;
    margin-left: auto;
    margin-top: 18px; } }
.btn-more > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #333;
  position: absolute;
  right: 3px;
  bottom: -11px;
  transform: rotate(-45deg); }
.btn-more > a:hover, .btn-more > a:active, .btn-more > a:focus, .btn-more > a.hover {
  color: #d0101b;
  border-color: #d0101b;
  transition-property: none; }
.btn-more > a:hover::after, .btn-more > a:active::after, .btn-more > a:focus::after, .btn-more > a.hover::after {
  border-color: #d0101b; }

.btn-back > a {
  display: block;
  line-height: 1.0;
  text-align: center;
  width: calc(10em + 10px);
  border-bottom: 1px solid #333;
  position: relative; }
@media screen and (max-width: 767px) {
  .btn-back > a {
    font-size: 1.2rem;
    padding: 12px 20px;
    margin: 20px auto; } }
@media print, screen and (min-width: 768px) {
  .btn-back > a {
    font-size: 1.4rem;
    padding: 8px 20px;
    margin-top: 50px; } }
.btn-back > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #333;
  position: absolute;
  left: -9px;
  bottom: 3px;
  transform: rotate(45deg); }
.btn-back > a:hover, .btn-back > a:active, .btn-back > a:focus, .btn-back > a.hover {
  color: #d0101b;
  border-color: #d0101b;
  transition-property: none; }
.btn-back > a:hover::after, .btn-back > a:active::after, .btn-back > a:focus::after, .btn-back > a.hover::after {
  border-color: #d0101b; }

.accordionList {
  border-bottom: 1px dotted #313131; }
@media screen and (max-width: 767px) {
  .accordionList {
    margin-top: 0.8em;
    margin-bottom: 0.8em; } }
@media print, screen and (min-width: 768px) {
  .accordionList {
    margin-bottom: 25px;
    margin-top: 25px; } }

.accordionData__title {
  border-top: 1px dotted #313131;
  cursor: pointer;
  position: relative; }
.accordionData__title:hover, .accordionData__title:active, .accordionData__title:focus, .accordionData__title.hover {
  color: #d0101b; }
@media screen and (max-width: 767px) {
  .accordionData__title {
    padding: 15px 45px; } }
@media print, screen and (min-width: 768px) {
  .accordionData__title {
    padding: 24px 60px; } }
.accordionData__title.active {
  color: #d0101b; }
.accordionData__title.active::after {
  display: none; }
.accordionData__title.active::before {
  font-family: FontAwesome;
  content: "\f068";
  font-weight: bold; }
.accordionData__title::before {
  font-family: FontAwesome;
  content: "\f067";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  top: 0; }
@media screen and (max-width: 767px) {
  .accordionData__title::before {
    right: 15px;
    top: 14px;
    font-size: 1.4rem; } }
@media print, screen and (min-width: 768px) {
  .accordionData__title::before {
    right: 20px;
    top: 22px;
    font-size: 1.8rem; } }
.accordionData__title > span:not([class]) {
  position: relative; }
.accordionData__title > span:not([class])::before {
  content: "Q";
  position: absolute;
  bottom: 0;
  font-family: "Futo Go B101";
  font-weight: bold; }
@media screen and (max-width: 767px) {
  .accordionData__title > span:not([class])::before {
    left: -30px;
    top: -4px;
    font-size: 1.9rem; } }
@media print, screen and (min-width: 768px) {
  .accordionData__title > span:not([class])::before {
    left: -40px;
    top: -8px;
    font-size: 2.4rem; } }
.accordionData__text {
  display: none;
  background: #eee; }
@media screen and (max-width: 767px) {
  .accordionData__text {
    padding: 15px 45px; } }
@media print, screen and (min-width: 768px) {
  .accordionData__text {
    padding: 24px 60px; } }
.accordionData__text > *:first-child {
  margin-top: 0 !important; }
.accordionData__text.active {
  display: block; }
.accordionData__text > div:not([class]) {
  position: relative; }
.accordionData__text > div:not([class])::before {
  content: "A";
  position: absolute;
  bottom: 0;
  font-family: "Futo Go B101";
  font-weight: bold; }
@media screen and (max-width: 767px) {
  .accordionData__text > div:not([class])::before {
    left: -30px;
    top: -4px;
    font-size: 1.9rem; } }
@media print, screen and (min-width: 768px) {
  .accordionData__text > div:not([class])::before {
    left: -40px;
    top: -6px;
    font-size: 2.4rem; } }
.accordionData__link > a {
  text-decoration: underline; }
.accordionData__link > a:hover, .accordionData__link > a:active, .accordionData__link > a:focus, .accordionData__link > a.hover {
  text-decoration: none; }

.mov {
  display: block;
  text-decoration: none; }
.mov:hover .reproduction::before, .mov:active .reproduction::before, .mov:focus .reproduction::before, .mov.hover .reproduction::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/asytagaalsa/icon-reproduction_on.png") no-repeat;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px); }

.reproduction {
  position: relative; }
.reproduction::before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  background: url("../images/asytagaalsa/icon-reproduction_off.png") no-repeat;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px); }

.modContact {
  border: 1px solid #313131; }
@media screen and (max-width: 767px) {
  .modContact {
    padding: 29px 29px 24px;
    margin-top: 70px;
    margin-bottom: 20px; } }
@media print, screen and (min-width: 768px) {
  .modContact {
    padding: 50px 80px 55px;
    margin: 95px auto 20px;
    width: 1000px; } }
@media print, screen and (min-width: 768px) {
  .modContact--lg {
    margin-top: 120px; } }
.modContact__title {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center; }
@media screen and (max-width: 767px) {
  .modContact__title {
    font-size: 2.4rem;
    margin-bottom: 5px; } }
@media print, screen and (min-width: 768px) {
  .modContact__title {
    font-size: 4.0rem;
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .modContact__text {
    font-size: 1.3rem; } }
@media print, screen and (min-width: 768px) {
  .modContact__text {
    text-align: center;
    font-size: 1.6rem; } }
@media screen and (max-width: 767px) {
  .modContact__list {
    margin-top: 15px; } }
@media print, screen and (min-width: 768px) {
  .modContact__list {
    margin-top: 25px;
    display: flex;
    justify-content: space-between; } }
.modContact__phoneTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em; }
@media screen and (max-width: 767px) {
  .modContact__phoneTitle {
    font-size: 1.4rem; } }
@media print, screen and (min-width: 768px) {
  .modContact__phoneTitle {
    font-size: 2.0rem;
    margin-bottom: 5px; } }
.modContact__phoneTitle::before {
  font-family: FontAwesome;
  content: "\f095";
  font-weight: bold;
  display: inline-block; }
@media screen and (max-width: 767px) {
  .modContact__phoneTitle::before {
    font-size: 2.0rem;
    margin-right: 10px; } }
@media print, screen and (min-width: 768px) {
  .modContact__phoneTitle::before {
    font-size: 3.7rem;
    margin-right: 13px; } }
.modContact__number {
  color: #d0101b;
  font-weight: bold;
  line-height: 1; }
@media screen and (max-width: 767px) {
  .modContact__number {
    font-size: 3.0rem;
    text-align: center; } }
@media print, screen and (min-width: 768px) {
  .modContact__number {
    font-size: 4.2rem; } }
.modContact__number a {
  color: #d0101b; }
.modContact__open {
  text-align: center; }
@media print, screen and (min-width: 768px) {
  .modContact__open {
    font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .modContact__mail {
    margin-top: 20px; } }
@media print, screen and (min-width: 768px) {
  .modContact__mail {
    width: 400px; } }
.modContact__mailTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em; }
@media screen and (max-width: 767px) {
  .modContact__mailTitle {
    font-size: 1.4rem;
    margin-bottom: 4px; } }
@media print, screen and (min-width: 768px) {
  .modContact__mailTitle {
    font-size: 2.0rem;
    margin-bottom: 5px; } }
.modContact__mailTitle::before {
  font-family: FontAwesome;
  content: "\f0e0";
  font-weight: normal;
  display: inline-block; }
@media screen and (max-width: 767px) {
  .modContact__mailTitle::before {
    font-size: 2.0rem;
    margin-right: 10px; } }
@media print, screen and (min-width: 768px) {
  .modContact__mailTitle::before {
    font-size: 3.7rem;
    margin-right: 13px; } }

/* かんたん助成金診断サービス　対応 */
/* Scss Document */
/* line 3, ../scss/contents/_tool.scss */
.joseikin-title {
  text-align: center;
  font-family: HiraKakuProN;
  color: #333333; }
  @media screen and (max-width: 767px) {
    /* line 3, ../scss/contents/_tool.scss */
    .joseikin-title {
      font-size: 18px;
      padding-top: 40px; } }
  @media print, screen and (min-width: 768px) {
    /* line 3, ../scss/contents/_tool.scss */
    .joseikin-title {
      font-size: 36px;
      padding-top: 90px; } }

/* line 16, ../scss/contents/_tool.scss */
.joseikin-title02 {
  text-align: center;
  font-family: HiraKakuProN;
  color: #333333; }
  @media screen and (max-width: 767px) {
    /* line 16, ../scss/contents/_tool.scss */
    .joseikin-title02 {
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    /* line 16, ../scss/contents/_tool.scss */
    .joseikin-title02 {
      font-size: 24px; } }

/* line 27, ../scss/contents/_tool.scss */
.youtubeAreaBox {
  display: block; }
  @media screen and (max-width: 767px) {
    /* line 27, ../scss/contents/_tool.scss */
    .youtubeAreaBox {
      width: 100%;
      height: auto;
      margin: 15px auto 50px; } }
  @media print, screen and (min-width: 768px) {
    /* line 27, ../scss/contents/_tool.scss */
    .youtubeAreaBox {
      max-width: 840px;
      margin: 45px auto 31px; } }

/* line 39, ../scss/contents/_tool.scss */
.btn-joseikin {
  background-color: #a50412;
  border: none;
  font-weight: bold; }
  /* line 40, ../scss/contents/_tool.scss */
  .btn-joseikin:link, .btn-joseikin:visited {
    color: #ffffff; }
  /* line 47, ../scss/contents/_tool.scss */
  .btn-joseikin:hover {
    background-color: #a50412;
    opacity: 0.7; }
  @media screen and (max-width: 767px) {
    /* line 39, ../scss/contents/_tool.scss */
    .btn-joseikin {
      font-size: 1.8rem;
      width: 100%;
      padding: 15px 5px; } }
  @media print, screen and (min-width: 768px) {
    /* line 39, ../scss/contents/_tool.scss */
    .btn-joseikin {
      padding: 40px 100px;
      font-size: 3.0rem; } }
      
      

/* Scss Document */
/* =========================================================
 テキストレイアウト　textLayoutCol カラム
========================================================= */
/* 画像左
--------------------------------------------------------- */
/* line 9, ../scss/contents/_solution.scss */
.textLayoutCol {
  margin-bottom: 1.5em;
  margin-top: 1.5em; }
  @media screen and (max-width: 767px) {
    /* line 9, ../scss/contents/_solution.scss */
    .textLayoutCol {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    /* line 9, ../scss/contents/_solution.scss */
    .textLayoutCol {
      display: flex; } }
  @media print, screen and (min-width: 768px) {
    /* line 18, ../scss/contents/_solution.scss */
    .textLayoutCol__imageArea {
      margin-right: 30px;
      margin-bottom: 0.8em;
      width: 50%;
      flex-grow: 0;
      flex-shrink: 0; }
      /* line 27, ../scss/contents/_solution.scss */
      .textLayoutCol__imageArea--xxs {
        width: 20%; }
      /* line 30, ../scss/contents/_solution.scss */
      .textLayoutCol__imageArea--xs {
        width: 30%; }
      /* line 33, ../scss/contents/_solution.scss */
      .textLayoutCol__imageArea--sm {
        width: 40%; } }
  /* line 44, ../scss/contents/_solution.scss */
  .textLayoutCol__figcaption {
    text-align: center;
    margin-bottom: 0.3em;
    margin-top: 0.3em; }
  /* line 53, ../scss/contents/_solution.scss */
  .textLayoutCol__image {
    max-width: 100%;
    height: auto; }
  @media print, screen and (min-width: 768px) {
    /* line 61, ../scss/contents/_solution.scss */
    .textLayoutCol__textArea {
      flex-grow: 1;
      width: calc(50% - 30px); }
      /* line 67, ../scss/contents/_solution.scss */
      .textLayoutCol__textArea > *:first-child {
        margin-top: 0 !important; } }

/* 画像右
--------------------------------------------------------- */
/* line 75, ../scss/contents/_solution.scss */
.textLayoutColRight {
  margin-bottom: 1.5em;
  margin-top: 1.5em; }
  @media screen and (max-width: 767px) {
    /* line 75, ../scss/contents/_solution.scss */
    .textLayoutColRight {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    /* line 75, ../scss/contents/_solution.scss */
    .textLayoutColRight {
      display: flex; } }
  @media print, screen and (min-width: 768px) {
    /* line 84, ../scss/contents/_solution.scss */
    .textLayoutColRight__imageArea {
      margin-left: 30px;
      margin-bottom: 0.8em;
      width: 50%;
      flex-grow: 0;
      flex-shrink: 0;
      order: 2; }
      /* line 96, ../scss/contents/_solution.scss */
      .textLayoutColRight__imageArea--xxs {
        width: 20%; }
      /* line 99, ../scss/contents/_solution.scss */
      .textLayoutColRight__imageArea--xs {
        width: 30%; }
      /* line 102, ../scss/contents/_solution.scss */
      .textLayoutColRight__imageArea--sm {
        width: 40%; }
      /* line 105, ../scss/contents/_solution.scss */
      .textLayoutColRight__imageArea img {
        margin-left: auto; } }
  /* line 116, ../scss/contents/_solution.scss */
  .textLayoutColRight__figcaption {
    text-align: center;
    margin-bottom: 0.3em;
    margin-top: 0.3em; }
  /* line 125, ../scss/contents/_solution.scss */
  .textLayoutColRight__image {
    max-width: 100%;
    height: auto; }
  @media print, screen and (min-width: 768px) {
    /* line 133, ../scss/contents/_solution.scss */
    .textLayoutColRight__textArea {
      width: calc(50% - 30px);
      flex-grow: 1;
      order: 1; }
      /* line 140, ../scss/contents/_solution.scss */
      .textLayoutColRight__textArea > *:first-child {
        margin-top: 0 !important; } }

/* line 146, ../scss/contents/_solution.scss */
.modSwiper {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 146, ../scss/contents/_solution.scss */
    .modSwiper {
      margin-bottom: 30px;
      padding: 15px; } }
  /* line 154, ../scss/contents/_solution.scss */
  .modSwiper .swiper-button-prev,
  .modSwiper .swiper-button-next {
    width: 20px;
    height: 33px;
    background-size: 20px 33px;
    top: 45%; }
  @media screen and (max-width: 767px) {
    /* line 162, ../scss/contents/_solution.scss */
    .modSwiper .swiper-button-prev {
      left: -10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 162, ../scss/contents/_solution.scss */
    .modSwiper .swiper-button-prev {
      left: -30px; } }
  @media screen and (max-width: 767px) {
    /* line 170, ../scss/contents/_solution.scss */
    .modSwiper .swiper-button-next {
      right: -10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 170, ../scss/contents/_solution.scss */
    .modSwiper .swiper-button-next {
      right: -30px; } }
  /* line 182, ../scss/contents/_solution.scss */
  .modSwiper a:hover > *, .modSwiper a:active > *, .modSwiper a:focus > * {
    opacity: 0.7; }
    /* line 185, ../scss/contents/_solution.scss */
    .modSwiper a:hover > * .modCard__title, .modSwiper a:active > * .modCard__title, .modSwiper a:focus > * .modCard__title {
      text-decoration: none; }


/* line 193, ../scss/contents/_solution.scss */
.solutionContact {
  border: 1px solid #313131; }
  @media screen and (max-width: 767px) {
    /* line 193, ../scss/contents/_solution.scss */
    .solutionContact {
      padding: 29px 29px 24px;
      margin-top: 70px;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    /* line 193, ../scss/contents/_solution.scss */
    .solutionContact {
      padding: 50px 80px 55px;
      margin: 95px auto 20px;
      width: 1000px; } }
  @media print, screen and (min-width: 768px) {
    /* line 205, ../scss/contents/_solution.scss */
    .solutionContact--lg {
      margin-top: 120px; } }
  /* line 212, ../scss/contents/_solution.scss */
  .solutionContact__title {
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      /* line 212, ../scss/contents/_solution.scss */
      .solutionContact__title {
        font-size: 2.4rem;
        margin-bottom: 5px; } }
    @media print, screen and (min-width: 768px) {
      /* line 212, ../scss/contents/_solution.scss */
      .solutionContact__title {
        font-size: 4.0rem;
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    /* line 226, ../scss/contents/_solution.scss */
    .solutionContact__text {
      font-size: 1.3rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 226, ../scss/contents/_solution.scss */
    .solutionContact__text {
      text-align: center;
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    /* line 235, ../scss/contents/_solution.scss */
    .solutionContact__list {
      margin-top: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 235, ../scss/contents/_solution.scss */
    .solutionContact__list {
      display: flex;
      justify-content: center;
      align-items: stretch;
      margin: 25px auto 0; } }
  @media print, screen and (min-width: 768px) {
    /* line 245, ../scss/contents/_solution.scss */
    .solutionContact__list li {
      display: inline-block;
      width: 400px; } }
  @media print, screen and (min-width: 768px) {
    /* line 251, ../scss/contents/_solution.scss */
    .solutionContact__list li + li {
      margin-left: 35px; } }
  /* line 257, ../scss/contents/_solution.scss */
  .solutionContact__phoneTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      /* line 257, ../scss/contents/_solution.scss */
      .solutionContact__phoneTitle {
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      /* line 257, ../scss/contents/_solution.scss */
      .solutionContact__phoneTitle {
        font-size: 2.0rem;
        margin-bottom: 5px; } }
    /* line 270, ../scss/contents/_solution.scss */
    .solutionContact__phoneTitle::before {
      font-family: FontAwesome;
      content: "\f095";
      font-weight: bold;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        /* line 270, ../scss/contents/_solution.scss */
        .solutionContact__phoneTitle::before {
          font-size: 2.0rem;
          margin-right: 10px; } }
      @media print, screen and (min-width: 768px) {
        /* line 270, ../scss/contents/_solution.scss */
        .solutionContact__phoneTitle::before {
          font-size: 3.7rem;
          margin-right: 13px; } }
  /* line 285, ../scss/contents/_solution.scss */
  .solutionContact__number {
    color: #d0101b;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      /* line 285, ../scss/contents/_solution.scss */
      .solutionContact__number {
        font-size: 3.0rem;
        text-align: center; } }
    @media print, screen and (min-width: 768px) {
      /* line 285, ../scss/contents/_solution.scss */
      .solutionContact__number {
        font-size: 4.2rem; } }
    /* line 296, ../scss/contents/_solution.scss */
    .solutionContact__number a {
      color: #d0101b; }
  /* line 300, ../scss/contents/_solution.scss */
  .solutionContact__open {
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      /* line 300, ../scss/contents/_solution.scss */
      .solutionContact__open {
        font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    /* line 308, ../scss/contents/_solution.scss */
    .solutionContact__mail {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    /* line 308, ../scss/contents/_solution.scss */
    .solutionContact__mail {
      width: 400px; } }
  /* line 316, ../scss/contents/_solution.scss */
  .solutionContact__mailTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      /* line 316, ../scss/contents/_solution.scss */
      .solutionContact__mailTitle {
        font-size: 1.4rem;
        margin-bottom: 4px; } }
    @media print, screen and (min-width: 768px) {
      /* line 316, ../scss/contents/_solution.scss */
      .solutionContact__mailTitle {
        font-size: 2.0rem;
        margin-bottom: 5px; } }
    /* line 330, ../scss/contents/_solution.scss */
    .solutionContact__mailTitle::before {
      font-family: FontAwesome;
      content: "\f0e0";
      font-weight: normal;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        /* line 330, ../scss/contents/_solution.scss */
        .solutionContact__mailTitle::before {
          font-size: 2.0rem;
          margin-right: 10px; } }
      @media print, screen and (min-width: 768px) {
        /* line 330, ../scss/contents/_solution.scss */
        .solutionContact__mailTitle::before {
          font-size: 3.7rem;
          margin-right: 13px; } }
 
@media screen and (max-width: 767px) {
  /* line 349, ../scss/contents/_solution.scss */
  a.menuArrow::after {
    font-size: 2.0rem;
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px; } }

/* line 203, ../scss/contents/_company.scss */
.yakuinList {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    /* line 203, ../scss/contents/_company.scss */
    .yakuinList {
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    /* line 203, ../scss/contents/_company.scss */
    .yakuinList {
      width: 50%; } }
  /* line 213, ../scss/contents/_company.scss */
  .yakuinList > dt {
    width: 40%;
    padding: 5px; }
  /* line 217, ../scss/contents/_company.scss */
  .yakuinList > dd {
    width: 60%;
    padding: 5px; }

/* Scss Document */
/* line 4, ../scss/contents/_cocchi.scss */
body.cocchi {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    /* line 4, ../scss/contents/_cocchi.scss */
    body.cocchi {
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 4, ../scss/contents/_cocchi.scss */
    body.cocchi {
      font-size: 1.6rem;
      min-width: 1200px; } }

/* line 17, ../scss/contents/_cocchi.scss */
#header-form .cocchinav {
  border-bottom: none; }
  @media print, screen and (min-width: 768px) {
    /* line 17, ../scss/contents/_cocchi.scss */
    #header-form .cocchinav {
      padding-top: 30px; } }

@media print, screen and (min-width: 768px) {
  /* line 23, ../scss/contents/_cocchi.scss */
  .navbar.cocchinav {
    height: 88px;
    background-color: #fff; } }
/* line 30, ../scss/contents/_cocchi.scss */
.navbar.cocchinav.bg-color {
  border-bottom: 1px solid #d9d9d9 !important; }

@media print, screen and (min-width: 768px) {
  /* line 34, ../scss/contents/_cocchi.scss */
  .cocchiContainer {
    width: 1200px;
    padding-inline: 45px; } }

/* line 42, ../scss/contents/_cocchi.scss */
.navbar-cocchi {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    /* line 42, ../scss/contents/_cocchi.scss */
    .navbar-cocchi {
      height: 100%; } }
  @media print, screen and (min-width: 768px) {
    /* line 42, ../scss/contents/_cocchi.scss */
    .navbar-cocchi {
      padding-inline: 0 !important; } }

/* line 52, ../scss/contents/_cocchi.scss */
.logoCocchi {
  margin: 0; }
  @media screen and (max-width: 767px) {
    /* line 52, ../scss/contents/_cocchi.scss */
    .logoCocchi {
      width: 75%;
      max-width: 240px;
      height: auto;
      -webkit-text-size-adjust: none;
      text-size-adjust: none; } }
  @media print, screen and (min-width: 768px) {
    /* line 52, ../scss/contents/_cocchi.scss */
    .logoCocchi {
      width: 274px;
      height: 39px; } }
  /* line 65, ../scss/contents/_cocchi.scss */
  .logoCocchi > img {
    width: 100%;
    height: auto; }
    @media print, screen and (min-width: 768px) {
      /* line 65, ../scss/contents/_cocchi.scss */
      .logoCocchi > img {
        vertical-align: baseline; } }

/* line 73, ../scss/contents/_cocchi.scss */
.logoLink {
  display: block;
  padding-block: 0 !important; }
  @media print, screen and (min-width: 768px) {
    /* line 73, ../scss/contents/_cocchi.scss */
    .logoLink {
      margin-left: 0 !important; } }
  @media screen and (max-width: 767px) {
    /* line 79, ../scss/contents/_cocchi.scss */
    .logoLink--alpha {
      width: 25%;
      max-width: 100px;
      height: auto;
      margin-left: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 79, ../scss/contents/_cocchi.scss */
    .logoLink--alpha {
      width: 230px;
      height: 25px;
      margin-left: 60px !important; } }
  /* line 92, ../scss/contents/_cocchi.scss */
  .logoLink img {
    width: 100% !important;
    height: auto; }

/* line 97, ../scss/contents/_cocchi.scss */
a.logoLink {
  text-decoration: none; }
  /* line 99, ../scss/contents/_cocchi.scss */
  a.logoLink:hover, a.logoLink:focus, a.logoLink:active {
    opacity: 0.8; }

/* line 109, ../scss/contents/_cocchi.scss */
.cocchiMain {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    /* line 109, ../scss/contents/_cocchi.scss */
    .cocchiMain {
      padding-top: 50px;
      margin-bottom: 110px; } }
  @media print, screen and (min-width: 768px) {
    /* line 109, ../scss/contents/_cocchi.scss */
    .cocchiMain {
      padding-top: 88px;
      margin-bottom: 175px; } }
  /* line 120, ../scss/contents/_cocchi.scss */
  .cocchiMain__main > *:first-child, .cocchiMain__main > article > *:first-child {
    margin-top: 0 !important; }

/* line 125, ../scss/contents/_cocchi.scss */
.anchorArea {
  background-color: #1b1b1b; }

/* line 128, ../scss/contents/_cocchi.scss */
.anchorNav {
  display: flex; }
  @media screen and (max-width: 767px) {
    /* line 128, ../scss/contents/_cocchi.scss */
    .anchorNav {
      padding: 10px 15px;
      flex-wrap: wrap;
      gap: 10px 3rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 128, ../scss/contents/_cocchi.scss */
    .anchorNav {
      width: 1200px;
      padding-inline: 45px;
      margin-inline: auto;
      padding-block: 10px;
      column-gap: 60px; } }
  /* line 142, ../scss/contents/_cocchi.scss */
  .anchorNav__link {
    text-decoration: none !important;
    display: flex;
    color: #fff !important; }
    @media screen and (max-width: 767px) {
      /* line 142, ../scss/contents/_cocchi.scss */
      .anchorNav__link {
        align-items: flex-start; } }
    @media print, screen and (min-width: 768px) {
      /* line 142, ../scss/contents/_cocchi.scss */
      .anchorNav__link {
        position: relative; } }
    /* line 152, ../scss/contents/_cocchi.scss */
    .anchorNav__link::after {
      content: '\f13a';
      display: block;
      font-family: FontAwesome;
      font-size: 1.4rem;
      transition: 0.3s ease-out; }
      @media screen and (max-width: 767px) {
        /* line 152, ../scss/contents/_cocchi.scss */
        .anchorNav__link::after {
          margin-left: 0.4em;
          padding-top: 0.1em; } }
      @media print, screen and (min-width: 768px) {
        /* line 152, ../scss/contents/_cocchi.scss */
        .anchorNav__link::after {
          position: absolute;
          right: -1.7rem;
          top: 0.2rem; } }
    /* line 169, ../scss/contents/_cocchi.scss */
    .anchorNav__link:hover::after, .anchorNav__link:focus::after, .anchorNav__link:active::after {
      transform: translateY(3px); }

/* line 175, ../scss/contents/_cocchi.scss */
.topImg {
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    /* line 175, ../scss/contents/_cocchi.scss */
    .topImg {
      height: 62rem; } }
  /* line 183, ../scss/contents/_cocchi.scss */
  .topImg__image {
    width: 100%;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      /* line 183, ../scss/contents/_cocchi.scss */
      .topImg__image {
        height: 100%; } }
    @media print, screen and (min-width: 768px) {
      /* line 183, ../scss/contents/_cocchi.scss */
      .topImg__image {
        height: 46.0rem; } }
  /* line 194, ../scss/contents/_cocchi.scss */
  .topImg__text {
    position: absolute; }
    @media screen and (max-width: 767px) {
      /* line 194, ../scss/contents/_cocchi.scss */
      .topImg__text {
        top: 30px;
        padding-inline: 15px; } }
    @media print, screen and (min-width: 768px) {
      /* line 194, ../scss/contents/_cocchi.scss */
      .topImg__text {
        top: 55px;
        left: calc((100% - 1110px) / 2); } }
    @media screen and (max-width: 767px) {
      /* line 204, ../scss/contents/_cocchi.scss */
      .topImg__text > p.img-pioneer {
        width: 75%;
        height: auto;
        margin-bottom: 17px; } }
    @media print, screen and (min-width: 768px) {
      /* line 204, ../scss/contents/_cocchi.scss */
      .topImg__text > p.img-pioneer {
        width: 320px;
        height: 22px;
        margin-bottom: 35px; } }
    /* line 216, ../scss/contents/_cocchi.scss */
    .topImg__text > p.img-pioneer img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      /* line 221, ../scss/contents/_cocchi.scss */
      .topImg__text > p.img-cocchi {
        width: 90%;
        height: auto;
        margin-bottom: 15px; } }
    @media print, screen and (min-width: 768px) {
      /* line 221, ../scss/contents/_cocchi.scss */
      .topImg__text > p.img-cocchi {
        width: 470px;
        height: 78px;
        margin-bottom: 16px; } }
    /* line 233, ../scss/contents/_cocchi.scss */
    .topImg__text > p.img-cocchi img {
      width: 100%;
      height: auto; }
    /* line 238, ../scss/contents/_cocchi.scss */
    .topImg__text > p.mainText {
      font-weight: 700;
      text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff; }
      @media screen and (max-width: 767px) {
        /* line 238, ../scss/contents/_cocchi.scss */
        .topImg__text > p.mainText {
          font-size: 1.9rem;
          margin-bottom: 5px; } }
      @media print, screen and (min-width: 768px) {
        /* line 238, ../scss/contents/_cocchi.scss */
        .topImg__text > p.mainText {
          font-size: 2.8rem;
          margin-bottom: 10px; } }
    /* line 250, ../scss/contents/_cocchi.scss */
    .topImg__text > p.subText {
      font-weight: 700;
      text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff; }
      @media screen and (max-width: 767px) {
        /* line 250, ../scss/contents/_cocchi.scss */
        .topImg__text > p.subText {
          font-size: 1.3rem; } }
      @media print, screen and (min-width: 768px) {
        /* line 250, ../scss/contents/_cocchi.scss */
        .topImg__text > p.subText {
          font-size: 1.4rem; } }

/* line 262, ../scss/contents/_cocchi.scss */
.cocchiButtonList {
  display: grid; }
  @media screen and (max-width: 767px) {
    /* line 262, ../scss/contents/_cocchi.scss */
    .cocchiButtonList {
      padding-inline: 15px;
      row-gap: 15px;
      margin-block: -28px 50px; } }
  @media print, screen and (min-width: 768px) {
    /* line 262, ../scss/contents/_cocchi.scss */
    .cocchiButtonList {
      width: 1200px;
      padding-inline: 45px;
      margin-inline: auto;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 30px;
      margin-block: -45px 62px; } }

/* line 278, ../scss/contents/_cocchi.scss */
.cocchiButton {
  background-color: #cd364e;
  font-weight: 700;
  transition: 0.3s ease-out;
  border-radius: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 278, ../scss/contents/_cocchi.scss */
    .cocchiButton {
      font-size: 1.8rem;
      padding: 14px 32px 14px 67px; } }
  @media print, screen and (min-width: 768px) {
    /* line 278, ../scss/contents/_cocchi.scss */
    .cocchiButton {
      font-size: 2.4rem;
      padding: 27px 65px 27px 134px; } }
  /* line 295, ../scss/contents/_cocchi.scss */
  .cocchiButton::before {
    content: "";
    display: block;
    background-size: cover;
    position: absolute; }
    @media screen and (max-width: 767px) {
      /* line 295, ../scss/contents/_cocchi.scss */
      .cocchiButton::before {
        left: 32px; } }
    @media print, screen and (min-width: 768px) {
      /* line 295, ../scss/contents/_cocchi.scss */
      .cocchiButton::before {
        left: 65px; } }
  /* line 308, ../scss/contents/_cocchi.scss */
  .cocchiButton--download::before {
    background-image: url("../images/service/cocchi/icon-download.png"); }
    @media screen and (max-width: 767px) {
      /* line 308, ../scss/contents/_cocchi.scss */
      .cocchiButton--download::before {
        width: 25px;
        height: 20px; } }
    @media print, screen and (min-width: 768px) {
      /* line 308, ../scss/contents/_cocchi.scss */
      .cocchiButton--download::before {
        width: 40px;
        height: 31px; } }
  /* line 321, ../scss/contents/_cocchi.scss */
  .cocchiButton--form::before {
    background-image: url("../images/service/cocchi/icon-form.png"); }
    @media screen and (max-width: 767px) {
      /* line 321, ../scss/contents/_cocchi.scss */
      .cocchiButton--form::before {
        width: 25px;
        height: 19px; } }
    @media print, screen and (min-width: 768px) {
      /* line 321, ../scss/contents/_cocchi.scss */
      .cocchiButton--form::before {
        width: 36px;
        height: 27px; } }
  /* line 333, ../scss/contents/_cocchi.scss */
  .cocchiButton--formButtom {
    justify-content: center; }
    @media screen and (max-width: 767px) {
      /* line 333, ../scss/contents/_cocchi.scss */
      .cocchiButton--formButtom {
        padding: 14px 3.2rem;
        max-width: 400px;
        margin-inline: auto; } }
    @media print, screen and (min-width: 768px) {
      /* line 333, ../scss/contents/_cocchi.scss */
      .cocchiButton--formButtom {
        padding: 27px 65px; } }
    /* line 343, ../scss/contents/_cocchi.scss */
    .cocchiButton--formButtom::before {
      background-image: url("../images/service/cocchi/icon-form.png"); }
      @media screen and (max-width: 767px) {
        /* line 343, ../scss/contents/_cocchi.scss */
        .cocchiButton--formButtom::before {
          width: 25px;
          height: 19px; } }
      @media print, screen and (min-width: 768px) {
        /* line 343, ../scss/contents/_cocchi.scss */
        .cocchiButton--formButtom::before {
          width: 36px;
          height: 27px; } }

/* line 356, ../scss/contents/_cocchi.scss */
a.cocchiButton {
  text-decoration: none; }
  /* line 358, ../scss/contents/_cocchi.scss */
  a.cocchiButton:hover, a.cocchiButton:focus, a.cocchiButton:active {
    background-color: #a62b3e; }

@media screen and (max-width: 767px) {
  /* line 362, ../scss/contents/_cocchi.scss */
  .cocchiAbout {
    margin-bottom: 45px; } }
@media print, screen and (min-width: 768px) {
  /* line 362, ../scss/contents/_cocchi.scss */
  .cocchiAbout {
    margin-bottom: 108px; } }
@media screen and (max-width: 767px) {
  /* line 369, ../scss/contents/_cocchi.scss */
  .cocchiAbout__inner {
    padding-inline: 15px; } }
@media print, screen and (min-width: 768px) {
  /* line 369, ../scss/contents/_cocchi.scss */
  .cocchiAbout__inner {
    width: 1200px;
    padding-inline: 45px;
    margin-inline: auto; } }
/* line 379, ../scss/contents/_cocchi.scss */
.cocchiAboutLayout {
  display: grid; }
  @media screen and (max-width: 767px) {
    /* line 379, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout {
      row-gap: 20px; } }
  @media print, screen and (min-width: 768px) {
    /* line 379, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout {
      grid-template-columns: 635px 55px 1fr; } }
  @media print, screen and (min-width: 768px) {
    /* line 387, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout__textArea {
      grid-column: 1; } }
  @media screen and (max-width: 767px) {
    /* line 393, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout__textArea > p.mb {
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 768px) {
    /* line 393, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout__textArea > p.mb {
      margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    /* line 402, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout__imageArea {
      max-width: 500px;
      margin-inline: auto; } }
  @media print, screen and (min-width: 768px) {
    /* line 402, ../scss/contents/_cocchi.scss */
    .cocchiAboutLayout__imageArea {
      grid-column: 3;
      padding-top: 24px; } }
  /* line 411, ../scss/contents/_cocchi.scss */
  .cocchiAboutLayout__imageArea > img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 767px) {
  /* line 418, ../scss/contents/_cocchi.scss */
  .cocchiTitle01 {
    display: grid;
    row-gap: 5px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px; } }
@media print, screen and (min-width: 768px) {
  /* line 418, ../scss/contents/_cocchi.scss */
  .cocchiTitle01 {
    display: flex;
    align-items: center;
    margin-bottom: 16px; } }
/* line 431, ../scss/contents/_cocchi.scss */
.cocchiTitle01::before {
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #cd364e; }
  @media screen and (max-width: 767px) {
    /* line 431, ../scss/contents/_cocchi.scss */
    .cocchiTitle01::before {
      width: 30px;
      margin-right: 14px;
      position: absolute;
      transform: translateY(0.5lh); } }
  @media print, screen and (min-width: 768px) {
    /* line 431, ../scss/contents/_cocchi.scss */
    .cocchiTitle01::before {
      width: 40px;
      margin-right: 28px; } }
/* line 448, ../scss/contents/_cocchi.scss */
.cocchiTitle01__ja {
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    /* line 448, ../scss/contents/_cocchi.scss */
    .cocchiTitle01__ja {
      font-size: 2.2rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 448, ../scss/contents/_cocchi.scss */
    .cocchiTitle01__ja {
      font-size: 3.6rem; } }
  @media screen and (max-width: 767px) {
    /* line 456, ../scss/contents/_cocchi.scss */
    .cocchiTitle01__ja--about {
      margin-left: -12px; } }
/* line 462, ../scss/contents/_cocchi.scss */
.cocchiTitle01__en {
  color: #cd364e;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    /* line 462, ../scss/contents/_cocchi.scss */
    .cocchiTitle01__en {
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 462, ../scss/contents/_cocchi.scss */
    .cocchiTitle01__en {
      margin-left: 18px; } }
/* line 473, ../scss/contents/_cocchi.scss */
.cocchiTitle01--about::before {
  margin-right: 4px; }

/* line 478, ../scss/contents/_cocchi.scss */
.cocchiAboutList {
  display: grid; }
  @media screen and (max-width: 767px) {
    /* line 478, ../scss/contents/_cocchi.scss */
    .cocchiAboutList {
      margin-top: 10px;
      row-gap: 5px; } }
  @media print, screen and (min-width: 768px) {
    /* line 478, ../scss/contents/_cocchi.scss */
    .cocchiAboutList {
      margin-top: 12px;
      row-gap: 7px; } }

/* line 489, ../scss/contents/_cocchi.scss */
.cocchiAboutDl {
  display: flex;
  border: 1px solid #595959;
  border-radius: 10px;
  overflow: hidden; }
  /* line 498, ../scss/contents/_cocchi.scss */
  .cocchiAboutDl dt {
    color: #fff;
    background-color: #595959;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      /* line 498, ../scss/contents/_cocchi.scss */
      .cocchiAboutDl dt {
        width: 117px;
        padding: 7px 10px; } }
    @media print, screen and (min-width: 768px) {
      /* line 498, ../scss/contents/_cocchi.scss */
      .cocchiAboutDl dt {
        width: 234px;
        padding: 14px 29px; } }
  /* line 511, ../scss/contents/_cocchi.scss */
  .cocchiAboutDl dd {
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      /* line 511, ../scss/contents/_cocchi.scss */
      .cocchiAboutDl dd {
        padding: 2px 6px;
        display: flex;
        align-items: center; } }
    @media print, screen and (min-width: 768px) {
      /* line 511, ../scss/contents/_cocchi.scss */
      .cocchiAboutDl dd {
        padding: 5px 17px; } }

/* line 523, ../scss/contents/_cocchi.scss */
.cocchiFunctions {
  background-color: #f6e07b; }
  @media screen and (max-width: 767px) {
    /* line 523, ../scss/contents/_cocchi.scss */
    .cocchiFunctions {
      padding-block: 40px;
      margin-bottom: 56px;
      overflow: hidden; } }
  @media print, screen and (min-width: 768px) {
    /* line 523, ../scss/contents/_cocchi.scss */
    .cocchiFunctions {
      padding-block: 95px 87px;
      margin-bottom: 112px; } }
  @media screen and (max-width: 767px) {
    /* line 534, ../scss/contents/_cocchi.scss */
    .cocchiFunctions__inner {
      padding-inline: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 534, ../scss/contents/_cocchi.scss */
    .cocchiFunctions__inner {
      width: 1200px;
      padding-inline: 45px;
      margin-inline: auto; } }
  /* line 544, ../scss/contents/_cocchi.scss */
  .cocchiFunctionsContent {
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      /* line 544, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsContent {
        margin-top: 10px;
        border-radius: 10px;
        padding: 20px 20px 15px;
        margin-bottom: 24px; } }
    @media print, screen and (min-width: 768px) {
      /* line 544, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsContent {
        margin-top: 20px;
        border-radius: 20px;
        padding: 42px 55px;
        margin-bottom: 50px; } }
    /* line 558, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsContent__title {
      color: #cd364e;
      font-weight: 900; }
      @media screen and (max-width: 767px) {
        /* line 558, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsContent__title {
          font-size: 1.8rem;
          margin-bottom: 10px; } }
      @media print, screen and (min-width: 768px) {
        /* line 558, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsContent__title {
          font-size: 2.0rem;
          margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  /* line 546, ../scss/contents/_cocchi.scss */
  .cocchiTab {
    margin-top: 10px; } }
@media print, screen and (min-width: 768px) {
  /* line 546, ../scss/contents/_cocchi.scss */
  .cocchiTab {
    margin-top: 20px; } }
@media screen and (max-width: 767px) {
  /* line 553, ../scss/contents/_cocchi.scss */
  .cocchiTab__navTabs {
    column-gap: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%; } }
@media print, screen and (min-width: 768px) {
  /* line 553, ../scss/contents/_cocchi.scss */
  .cocchiTab__navTabs {
    display: flex;
    column-gap: 4px; } }
@media print, screen and (min-width: 768px) {
  /* line 565, ../scss/contents/_cocchi.scss */
  .cocchiTab__navItem {
    width: 250px; } }
/* line 572, ../scss/contents/_cocchi.scss */
.cocchiTab a.cocchiTab__navLink {
  display: block;
  text-decoration: none;
  color: #cd364e !important;
  background-color: #e5e5e5;
  transition: 0.3s ease-out;
  position: relative;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    /* line 572, ../scss/contents/_cocchi.scss */
    .cocchiTab a.cocchiTab__navLink {
      border-radius: 10px 10px 0 0;
      padding: 4px 6px;
      height: 100%;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 572, ../scss/contents/_cocchi.scss */
    .cocchiTab a.cocchiTab__navLink {
      border-radius: 15px 15px 0 0;
      padding: 5px 22px;
      font-size: 2.0rem; } }
  /* line 591, ../scss/contents/_cocchi.scss */
  .cocchiTab a.cocchiTab__navLink:hover, .cocchiTab a.cocchiTab__navLink:active, .cocchiTab a.cocchiTab__navLink:focus, .cocchiTab a.cocchiTab__navLink.active {
    background-color: #fff; }
/* line 595, ../scss/contents/_cocchi.scss */
.cocchiTab__panel {
  display: none;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    /* line 595, ../scss/contents/_cocchi.scss */
    .cocchiTab__panel {
      border-radius: 0 10px 10px 10px;
      padding: 20px 20px 15px;
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 768px) {
    /* line 595, ../scss/contents/_cocchi.scss */
    .cocchiTab__panel {
      border-radius: 0 20px 20px 20px;
      padding: 42px 55px;
      margin-bottom: 50px; } }
  /* line 608, ../scss/contents/_cocchi.scss */
  .cocchiTab__panel.show {
    display: block; }
  /* line 611, ../scss/contents/_cocchi.scss */
  .cocchiTab__panel > *:first-child {
    margin-top: 0 !important; }

/* line 616, ../scss/contents/_cocchi.scss */
.screenreader {
  display: none; }

/* line 619, ../scss/contents/_cocchi.scss */
.cocchiFunctionsList {
  display: grid; }
  @media screen and (max-width: 767px) {
    /* line 619, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsList {
      row-gap: 10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 619, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsList {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 30px; } }

/* line 630, ../scss/contents/_cocchi.scss */
.cocchiFunctionsCard__image {
  border: 1px solid #b3b3b3; }
  @media screen and (max-width: 767px) {
    /* line 630, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsCard__image {
      margin-bottom: 4px; } }
  @media print, screen and (min-width: 768px) {
    /* line 630, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsCard__image {
      margin-bottom: 9px; } }
  /* line 638, ../scss/contents/_cocchi.scss */
  .cocchiFunctionsCard__image > img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      /* line 638, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsCard__image > img {
        max-width: 400px;
        display: block;
        margin-inline: auto; } }
/* line 648, ../scss/contents/_cocchi.scss */
.cocchiFunctionsCard__title {
  font-weight: 700;
  margin-bottom: 2px; }

/* line 653, ../scss/contents/_cocchi.scss */
.cocchiFunctionsPoint {
  display: flex;
  justify-content: center; }
  /* line 656, ../scss/contents/_cocchi.scss */
  .cocchiFunctionsPoint::after {
    content: "";
    display: block;
    background-image: url("../images/service/cocchi/img-functions.png");
    background-size: cover; }
    @media screen and (max-width: 767px) {
      /* line 656, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsPoint::after {
        width: 56px;
        height: 87px; } }
    @media print, screen and (min-width: 768px) {
      /* line 656, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsPoint::after {
        width: 112px;
        height: 173px;
        margin-left: 15px;
        transform: translateY(-7px); } }
  /* line 672, ../scss/contents/_cocchi.scss */
  .cocchiFunctionsPoint__text {
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    color: #000;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 672, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsPoint__text {
        font-size: 1.8rem; } }
    @media print, screen and (min-width: 768px) {
      /* line 672, ../scss/contents/_cocchi.scss */
      .cocchiFunctionsPoint__text {
        font-size: 3.2rem;
        padding-left: 32px; } }
    /* line 686, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsPoint__text::before, .cocchiFunctionsPoint__text::after {
      content: "";
      display: block;
      background-color: #000;
      width: 2px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        /* line 686, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsPoint__text::before, .cocchiFunctionsPoint__text::after {
          height: 60px;
          top: 15px; } }
      @media print, screen and (min-width: 768px) {
        /* line 686, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsPoint__text::before, .cocchiFunctionsPoint__text::after {
          height: 100px;
          top: 35px; } }
/* line 701, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsPoint__text::before {
      transform: rotate(-28deg); }
      @media screen and (max-width: 767px) {
        /* line 701, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsPoint__text::before {
          left: -15px; } }
      @media print, screen and (min-width: 768px) {
        /* line 701, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsPoint__text::before {
          left: -60px; } }
    /* line 710, ../scss/contents/_cocchi.scss */
    .cocchiFunctionsPoint__text::after {
      transform: rotate(28deg); }
      @media screen and (max-width: 767px) {
        /* line 710, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsPoint__text::after {
          right: -80px; } }
      @media print, screen and (min-width: 768px) {
        /* line 710, ../scss/contents/_cocchi.scss */
        .cocchiFunctionsPoint__text::after {
          right: -189px; } }

/* line 721, ../scss/contents/_cocchi.scss */
.cocchiFeatures {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    /* line 721, ../scss/contents/_cocchi.scss */
    .cocchiFeatures {
      margin-bottom: 35px; } }
  @media print, screen and (min-width: 768px) {
    /* line 721, ../scss/contents/_cocchi.scss */
    .cocchiFeatures {
      margin-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    /* line 729, ../scss/contents/_cocchi.scss */
    .cocchiFeatures__inner {
      padding-inline: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 729, ../scss/contents/_cocchi.scss */
    .cocchiFeatures__inner {
      width: 1200px;
      padding-inline: 45px;
      margin-inline: auto; } }
  /* line 739, ../scss/contents/_cocchi.scss */
  .cocchiFeatures__catch {
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 767px) {
      /* line 739, ../scss/contents/_cocchi.scss */
      .cocchiFeatures__catch {
        font-size: 1.8rem;
        margin-top: 18px; } }
    @media print, screen and (min-width: 768px) {
      /* line 739, ../scss/contents/_cocchi.scss */
      .cocchiFeatures__catch {
        font-size: 3.0rem;
        margin-top: 56px; } }
  /* line 751, ../scss/contents/_cocchi.scss */
  .cocchiFeaturesList {
    display: grid;
    counter-reset: number; }
    @media screen and (max-width: 767px) {
      /* line 751, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList {
        row-gap: 18px; } }
    @media print, screen and (min-width: 768px) {
      /* line 751, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList {
        margin-top: 10px;
        row-gap: 5px; } }
    @media print, screen and (min-width: 768px) {
      /* line 762, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(odd) {
        margin-left: -65px; } }
    @media print, screen and (min-width: 768px) {
      /* line 767, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(even) {
        margin-right: -65px; } }
    @media screen and (max-width: 767px) {
      /* line 772, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(2) {
        margin-top: -20px; } }
    @media print, screen and (min-width: 768px) {
      /* line 777, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(3) {
        margin-top: -25px; } }
    @media print, screen and (min-width: 768px) {
      /* line 782, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(4) {
        margin-top: -15px; } }
    @media screen and (max-width: 767px) {
      /* line 787, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(5) {
        margin-top: -25px; } }
    @media print, screen and (min-width: 768px) {
      /* line 787, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(5) {
        margin-top: -20px; } }
    @media screen and (max-width: 767px) {
      /* line 794, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item:nth-child(5) > .cocchiFeaturesLayout__textArea {
        margin-top: -50px; } }
    @media screen and (max-width: 767px) {
      /* line 827, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesList__item--mat {
        margin-top: -10px; } }
@media screen and (max-width: 767px) {
    /* line 802, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesLayout {
      display: grid; } }
  @media print, screen and (min-width: 768px) {
    /* line 802, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesLayout {
      display: flex;
      column-gap: 30px; } }
  /* line 810, ../scss/contents/_cocchi.scss */
  .cocchiFeaturesLayout__imageArea {
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      /* line 810, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesLayout__imageArea {
        margin-inline: auto; } }
    @media print, screen and (min-width: 768px) {
      /* line 810, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesLayout__imageArea {
        flex-shrink: 0;
        width: 320px; } }
    /* line 820, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesLayout__imageArea img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 767px) {
      /* line 824, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesLayout__imageArea--spTop {
        grid-row: 1; } }
  @media screen and (max-width: 767px) {
    /* line 830, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesLayout__textArea {
      margin-top: -35px; } }
  @media print, screen and (min-width: 768px) {
    /* line 830, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesLayout__textArea {
      padding-top: 55px; } }
  /* line 837, ../scss/contents/_cocchi.scss */
  .cocchiFeaturesLayout__textArea > *:first-child {
    margin-top: 0 !important; }

/* line 843, ../scss/contents/_cocchi.scss */
.cocchiFeaturesTitle {
  color: #cd364e;
  font-weight: 700;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 843, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesTitle {
      font-size: 1.8rem;
      padding-top: 5rem;
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 843, ../scss/contents/_cocchi.scss */
    .cocchiFeaturesTitle {
      font-size: 2.4rem;
      padding-left: 11.8rem;
      margin-bottom: 22px; } }
  /* line 857, ../scss/contents/_cocchi.scss */
  .cocchiFeaturesTitle::before {
    counter-increment: number;
    content: counter(number,decimal-leading-zero);
    position: absolute;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      /* line 857, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesTitle::before {
        font-size: 4.0rem;
        left: 0;
        top: 0;
        -webkit-text-size-adjust: none;
        text-size-adjust: none; } }
    @media print, screen and (min-width: 768px) {
      /* line 857, ../scss/contents/_cocchi.scss */
      .cocchiFeaturesTitle::before {
        font-size: 8.0rem;
        left: -5px;
        top: -20px; } }

/* line 876, ../scss/contents/_cocchi.scss */
.cocchiPrice {
  background-color: #f6e07b; }
  @media screen and (max-width: 767px) {
    /* line 876, ../scss/contents/_cocchi.scss */
    .cocchiPrice {
      padding-block: 45px;
      margin-bottom: 48px; } }
  @media print, screen and (min-width: 768px) {
    /* line 876, ../scss/contents/_cocchi.scss */
    .cocchiPrice {
      padding-block: 96px;
      margin-bottom: 97px; } }
  @media screen and (max-width: 767px) {
    /* line 886, ../scss/contents/_cocchi.scss */
    .cocchiPrice__inner {
      padding-inline: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 886, ../scss/contents/_cocchi.scss */
    .cocchiPrice__inner {
      width: 1200px;
      padding-inline: 45px;
      margin-inline: auto; } }

/* line 897, ../scss/contents/_cocchi.scss */
.cocchiTable {
  border-bottom: 2px solid #fff;
  text-align: center;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    /* line 897, ../scss/contents/_cocchi.scss */
    .cocchiTable {
      margin-top: 13px !important; } }
  /* line 906, ../scss/contents/_cocchi.scss */
  .cocchiTable th, .cocchiTable td {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      /* line 906, ../scss/contents/_cocchi.scss */
      .cocchiTable th, .cocchiTable td {
        padding: 9px 10px; } }
    @media print, screen and (min-width: 768px) {
      /* line 906, ../scss/contents/_cocchi.scss */
      .cocchiTable th, .cocchiTable td {
        padding: 18px 20px; } }
  /* line 917, ../scss/contents/_cocchi.scss */
  .cocchiTable th[scope="row"] {
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media print, screen and (min-width: 768px) {
      /* line 917, ../scss/contents/_cocchi.scss */
      .cocchiTable th[scope="row"] {
        font-size: 2.0rem; } }
    /* line 928, ../scss/contents/_cocchi.scss */
    .cocchiTable th[scope="row"] > span {
      font-size: 1.2rem; }
  /* line 932, ../scss/contents/_cocchi.scss */
  .cocchiTable tr {
    display: grid; }
    @media screen and (max-width: 767px) {
      /* line 932, ../scss/contents/_cocchi.scss */
      .cocchiTable tr {
        grid-template-columns: 100px 200px 200px 200px; } }
    @media print, screen and (min-width: 768px) {
      /* line 932, ../scss/contents/_cocchi.scss */
      .cocchiTable tr {
        grid-template-columns: 160px 1fr 1fr 1fr; } }
  /* line 941, ../scss/contents/_cocchi.scss */
  .cocchiTable thead > tr > th {
    border-top: none;
    border-left: none;
    text-align: center; }
    @media screen and (max-width: 767px) {
      /* line 941, ../scss/contents/_cocchi.scss */
      .cocchiTable thead > tr > th {
        padding-bottom: 20px;
        display: grid;
        place-items: center; } }
    @media print, screen and (min-width: 768px) {
      /* line 941, ../scss/contents/_cocchi.scss */
      .cocchiTable thead > tr > th {
        padding-bottom: 24px; } }
  /* line 954, ../scss/contents/_cocchi.scss */
  .cocchiTable tbody {
    background-color: rgba(255, 255, 255, 0.4);
    border-right: 2px solid #fff; }
  /* line 958, ../scss/contents/_cocchi.scss */
  .cocchiTable__thead {
    font-weight: 700;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      /* line 958, ../scss/contents/_cocchi.scss */
      .cocchiTable__thead {
        font-size: 1.4rem; } }
    /* line 965, ../scss/contents/_cocchi.scss */
    .cocchiTable__thead::before {
      content: "";
      display: block;
      background-color: #fff;
      border-radius: 10px;
      position: absolute;
      z-index: -1;
      left: 50%; }
      @media screen and (max-width: 767px) {
        /* line 965, ../scss/contents/_cocchi.scss */
        .cocchiTable__thead::before {
          width: 180px;
          height: 88%;
          transform: translateX(-50%);
          top: 5px; } }
      @media print, screen and (min-width: 768px) {
        /* line 965, ../scss/contents/_cocchi.scss */
        .cocchiTable__thead::before {
          width: 284px;
          height: 75%;
          top: 50%;
          transform: translate(-50%, -50%); } }
    /* line 986, ../scss/contents/_cocchi.scss */
    .cocchiTable__thead::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      clip-path: polygon(100% 0, 0 0, 50% 100%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        /* line 986, ../scss/contents/_cocchi.scss */
        .cocchiTable__thead::after {
          bottom: 2px; } }
      @media print, screen and (min-width: 768px) {
        /* line 986, ../scss/contents/_cocchi.scss */
        .cocchiTable__thead::after {
          bottom: 5px; } }
  /* line 1004, ../scss/contents/_cocchi.scss */
  .cocchiTable__td {
    font-weight: 700;
    line-height: 1.25; }
    @media screen and (max-width: 767px) {
      /* line 1004, ../scss/contents/_cocchi.scss */
      .cocchiTable__td {
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      /* line 1004, ../scss/contents/_cocchi.scss */
      .cocchiTable__td {
        padding-block: 24px !important; } }
    @media screen and (max-width: 767px) {
      /* line 1013, ../scss/contents/_cocchi.scss */
      .cocchiTable__td > span {
        font-size: 2.0rem;
        display: inline-block;
        margin-bottom: 3px; } }
    @media print, screen and (min-width: 768px) {
      /* line 1013, ../scss/contents/_cocchi.scss */
      .cocchiTable__td > span {
        font-size: 3.2rem; } }
  /* line 1024, ../scss/contents/_cocchi.scss */
  .cocchiTableList {
    display: grid;
    row-gap: 7px; }
    /* line 1027, ../scss/contents/_cocchi.scss */
    .cocchiTableList__item {
      font-weight: 700;
      border: 1px solid #fff;
      border-radius: 20px;
      display: grid;
      place-items: center;
      background-color: #f7e591;
      position: relative; }
      @media screen and (max-width: 767px) {
        /* line 1027, ../scss/contents/_cocchi.scss */
        .cocchiTableList__item {
          padding: 2px; } }
      @media print, screen and (min-width: 768px) {
        /* line 1027, ../scss/contents/_cocchi.scss */
        .cocchiTableList__item {
          font-size: 2.0rem;
          padding: 4px; } }
      /* line 1042, ../scss/contents/_cocchi.scss */
      .cocchiTableList__item:not(:last-child)::after {
        content: "+";
        display: block;
        color: #cd364e;
        font-weight: 900;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1.0;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          /* line 1042, ../scss/contents/_cocchi.scss */
          .cocchiTableList__item:not(:last-child)::after {
            font-size: 2.6rem;
            bottom: -1.6rem; } }
        @media print, screen and (min-width: 768px) {
          /* line 1042, ../scss/contents/_cocchi.scss */
          .cocchiTableList__item:not(:last-child)::after {
            font-size: 3.0rem;
            bottom: -1.8rem; } }
      /* line 1061, ../scss/contents/_cocchi.scss */
      .cocchiTableList__item--nav {
        background-color: #eaad91; }

@media print, screen and (min-width: 768px) {
  /* line 1067, ../scss/contents/_cocchi.scss */
  .asteriskUl {
    margin-top: -8px; } }
/* line 1099, ../scss/contents/_cocchi.scss */
.cocchiTableLayout {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  margin-bottom: 0.8em; }
  @media print, screen and (min-width: 768px) {
    /* line 1099, ../scss/contents/_cocchi.scss */
    .cocchiTableLayout {
      width: fit-content; } }
  /* line 1109, ../scss/contents/_cocchi.scss */
  .cocchiTableLayout__tbodyTr {
    display: flex; }
  /* line 1112, ../scss/contents/_cocchi.scss */
  .cocchiTableLayout__tbodyTh {
    background-color: rgba(255, 255, 255, 0.4);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    display: grid;
    place-content: center;
    font-weight: 700;
    flex-grow: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      /* line 1112, ../scss/contents/_cocchi.scss */
      .cocchiTableLayout__tbodyTh {
        padding: 9px 10px;
        width: 35%; } }
    @media print, screen and (min-width: 768px) {
      /* line 1112, ../scss/contents/_cocchi.scss */
      .cocchiTableLayout__tbodyTh {
        font-size: 2.0rem;
        padding: 25px 20px;
        width: 200px; } }
    /* line 1131, ../scss/contents/_cocchi.scss */
    .cocchiTableLayout__tbodyTh > span {
      font-size: 1.2rem; }
  /* line 1135, ../scss/contents/_cocchi.scss */
  .cocchiTableLayout__tbodyTd {
    background-color: rgba(255, 255, 255, 0.4);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
    flex-grow: 1;
    font-weight: 700;
    line-height: 1.25; }
    @media screen and (max-width: 767px) {
      /* line 1135, ../scss/contents/_cocchi.scss */
      .cocchiTableLayout__tbodyTd {
        padding: 9px 10px;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      /* line 1135, ../scss/contents/_cocchi.scss */
      .cocchiTableLayout__tbodyTd {
        padding: 25px 20px;
        width: 400px; } }
    /* line 1151, ../scss/contents/_cocchi.scss */
    .cocchiTableLayout__tbodyTd > span.function {
      background-color: #eaad91;
      font-weight: 700;
      border: 1px solid #fff;
      border-radius: 20px;
      display: inline-block;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        /* line 1151, ../scss/contents/_cocchi.scss */
        .cocchiTableLayout__tbodyTd > span.function {
          padding: 4px 20px;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        /* line 1151, ../scss/contents/_cocchi.scss */
        .cocchiTableLayout__tbodyTd > span.function {
          font-size: 2.0rem;
          padding: 4px 40px; } }
    @media screen and (max-width: 767px) {
      /* line 1167, ../scss/contents/_cocchi.scss */
      .cocchiTableLayout__tbodyTd > span.place {
        font-size: 2.0rem; } }
    @media print, screen and (min-width: 768px) {
      /* line 1167, ../scss/contents/_cocchi.scss */
      .cocchiTableLayout__tbodyTd > span.place {
        font-size: 3.2rem; } }
    /* line 1175, ../scss/contents/_cocchi.scss */
    .cocchiTableLayout__tbodyTd > *:first-child {
      margin-top: 0 !important; }
    /* line 1178, ../scss/contents/_cocchi.scss */
    .cocchiTableLayout__tbodyTd > *:last-child {
      margin-bottom: 0 !important; }

/* line 1071, ../scss/contents/_cocchi.scss */
.asteriskUl li {
  padding-inline: 2em 1.0em;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 1071, ../scss/contents/_cocchi.scss */
    .asteriskUl li {
      font-size: 1.4rem; } }
/* line 1078, ../scss/contents/_cocchi.scss */
.asteriskUl > li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0.5lh;
  transform: translateY(-50%);
  left: 0; }

@media screen and (max-width: 767px) {
  /* line 1094, ../scss/contents/_cocchi.scss */
  .cocchiContact__inner {
    padding-inline: 15px; } }
@media print, screen and (min-width: 768px) {
  /* line 1094, ../scss/contents/_cocchi.scss */
  .cocchiContact__inner {
    width: 1200px;
    padding-inline: 45px;
    margin-inline: auto; } }
/* line 1104, ../scss/contents/_cocchi.scss */
.cocchiContact__catch {
  color: #cd364e;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    /* line 1104, ../scss/contents/_cocchi.scss */
    .cocchiContact__catch {
      font-size: 1.8rem;
      margin-block: 24px 4px; } }
  @media print, screen and (min-width: 768px) {
    /* line 1104, ../scss/contents/_cocchi.scss */
    .cocchiContact__catch {
      font-size: 2.0rem;
      margin-block: 48px 8px; } }
/* line 1117, ../scss/contents/_cocchi.scss */
.cocchiContactList li {
  padding-inline: 0.9em;
  position: relative; }
/* line 1121, ../scss/contents/_cocchi.scss */
.cocchiContactList > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #cd364e;
  position: absolute;
  top: 0.5lh;
  transform: translateY(-50%);
  left: 4px; }
/* line 1134, ../scss/contents/_cocchi.scss */
.cocchiContactButton {
  margin-inline: auto; }
  @media screen and (max-width: 767px) {
    /* line 1134, ../scss/contents/_cocchi.scss */
    .cocchiContactButton {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    /* line 1134, ../scss/contents/_cocchi.scss */
    .cocchiContactButton {
      width: 540px;
      margin-top: 66px; } }

/* line 1145, ../scss/contents/_cocchi.scss */
#cocchiFixButton {
  z-index: 1000 !important; }

/* line 1148, ../scss/contents/_cocchi.scss */
.cocchiFixButton {
  display: grid;
  row-gap: 4px;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 1000 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; }
  @media screen and (max-width: 767px) {
    /* line 1162, ../scss/contents/_cocchi.scss */
    .cocchiFixButton li {
      height: 160px; } }
  @media print, screen and (min-width: 768px) {
    /* line 1162, ../scss/contents/_cocchi.scss */
    .cocchiFixButton li {
      height: 190px; } }
  @media screen and (max-width: 767px) {
    /* line 1169, ../scss/contents/_cocchi.scss */
    .cocchiFixButton li:nth-of-type(2) {
      height: 140px; } }
  /* line 1175, ../scss/contents/_cocchi.scss */
  .cocchiFixButton__link {
    background-color: #cd364e;
    font-weight: 700;
    transition: 0.3s ease-out;
    border-radius: 10px 0 0 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
    position: relative;
    writing-mode: vertical-rl;
    height: 100%; }
    @media screen and (max-width: 767px) {
      /* line 1175, ../scss/contents/_cocchi.scss */
      .cocchiFixButton__link {
        padding: 30px 8px 8px;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 768px) {
      /* line 1175, ../scss/contents/_cocchi.scss */
      .cocchiFixButton__link {
        padding: 43px 15px 15px; } }
    /* line 1193, ../scss/contents/_cocchi.scss */
    .cocchiFixButton__link::before {
      content: "";
      display: block;
      background-size: cover;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    /* line 1206, ../scss/contents/_cocchi.scss */
    .cocchiFixButton__link--download::before {
      background-image: url("../images/service/cocchi/icon-download.png"); }
      @media screen and (max-width: 767px) {
        /* line 1206, ../scss/contents/_cocchi.scss */
        .cocchiFixButton__link--download::before {
          width: 20px;
          height: 14px;
          top: 11px; } }
      @media print, screen and (min-width: 768px) {
        /* line 1206, ../scss/contents/_cocchi.scss */
        .cocchiFixButton__link--download::before {
          width: 27px;
          height: 21px;
          top: 16px; } }
    /* line 1221, ../scss/contents/_cocchi.scss */
    .cocchiFixButton__link--form::before {
      background-image: url("../images/service/cocchi/icon-form.png"); }
      @media screen and (max-width: 767px) {
        /* line 1221, ../scss/contents/_cocchi.scss */
        .cocchiFixButton__link--form::before {
          width: 20px;
          height: 14px;
          top: 11px; } }
      @media print, screen and (min-width: 768px) {
        /* line 1221, ../scss/contents/_cocchi.scss */
        .cocchiFixButton__link--form::before {
          width: 24px;
          height: 18px;
          top: 18px; } }
  /* line 1236, ../scss/contents/_cocchi.scss */
  .cocchiFixButton a.cocchiFixButton__link {
    text-decoration: none; }
    /* line 1241, ../scss/contents/_cocchi.scss */
    .cocchiFixButton a.cocchiFixButton__link:hover, .cocchiFixButton a.cocchiFixButton__link:active {
      background-color: #a62b3e; }

/* line 1246, ../scss/contents/_cocchi.scss */
.cocchiFixButton.is-active {
  opacity: 1;
  visibility: visible; }

/* line 1250, ../scss/contents/_cocchi.scss */
.cocchiFooter {
  position: relative; }
  /* line 1256, ../scss/contents/_cocchi.scss */
  .cocchiFooter__pageTop {
    position: absolute; }
    @media screen and (max-width: 767px) {
      /* line 1256, ../scss/contents/_cocchi.scss */
      .cocchiFooter__pageTop {
        width: 35px;
        height: 38px;
        top: -60px;
        right: 15px; } }
    @media print, screen and (min-width: 768px) {
      /* line 1256, ../scss/contents/_cocchi.scss */
      .cocchiFooter__pageTop {
        width: 48px;
        height: 52px;
        top: -122px;
        right: calc(((100% - 1110px) / 2) - 36px); } }
    /* line 1270, ../scss/contents/_cocchi.scss */
    .cocchiFooter__pageTop > a {
      text-decoration: none;
      display: block; }
      /* line 1273, ../scss/contents/_cocchi.scss */
      .cocchiFooter__pageTop > a > img {
        width: 100%;
        height: auto; }
      /* line 1277, ../scss/contents/_cocchi.scss */
      .cocchiFooter__pageTop > a:hover, .cocchiFooter__pageTop > a:focus, .cocchiFooter__pageTop > a:active {
        opacity: 0.8; }
  @media screen and (max-width: 767px) {
    /* line 1282, ../scss/contents/_cocchi.scss */
    .cocchiFooter__inner {
      padding-inline: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 1282, ../scss/contents/_cocchi.scss */
    .cocchiFooter__inner {
      width: 1200px;
      padding-inline: 45px;
      margin-inline: auto; } }
  /* line 1292, ../scss/contents/_cocchi.scss */
  .cocchiFooter__copyright {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px; }

/* cocchitextLayoutColRight
=================================*/
/* line 1306, ../scss/contents/_cocchi.scss */
.cocchitextLayoutColRight {
  margin-bottom: 2.4em;
  margin-top: 2.4em; }
  @media screen and (max-width: 767px) {
    /* line 1306, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight {
      display: flex;
      flex-direction: column; } }
  @media print, screen and (min-width: 768px) {
    /* line 1306, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight {
      display: flex; } }
  @media screen and (max-width: 767px) {
    /* line 1316, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight--md {
      margin-bottom: 3.2em; } }
  @media screen and (max-width: 767px) {
    /* line 1323, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight__imageArea {
      order: 0;
      margin-bottom: 10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 1323, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight__imageArea {
      margin-left: 30px;
      margin-bottom: 0.8em;
      width: 15%;
      flex-grow: 0;
      flex-shrink: 0;
      order: 2; } }
  /* line 1343, ../scss/contents/_cocchi.scss */
  .cocchitextLayoutColRight__figcaption {
    margin-bottom: 0.3em;
    margin-top: 0.3em; }
  @media screen and (max-width: 767px) {
    /* line 1351, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight__textArea {
      order: 1; } }
  @media print, screen and (min-width: 768px) {
    /* line 1351, ../scss/contents/_cocchi.scss */
    .cocchitextLayoutColRight__textArea {
      width: calc(50% - 30px);
      flex-grow: 1;
      order: 1; }
      /* line 1359, ../scss/contents/_cocchi.scss */
      .cocchitextLayoutColRight__textArea > *:first-child {
        margin-top: 0 !important; } }

/*# sourceMappingURL=styles.css.map */
