@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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: rgba(0, 0, 0, 0); }

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: thin dotted;
    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; }

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

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: thin dotted;
  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: inlune-block;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

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

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

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

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

html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 55%; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    html {
      font-size: 47%; } }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 67%; } }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/bg_body.png);
  color: #655858; }

input {
  border: 0; }

.container {
  overflow: hidden; }

a {
  color: #2369d3;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #4885e1;
    text-decoration: none; }
  a:visited {
    color: #1c53a7; }

#adminBox {
  margin-bottom: 0; }

.header {
  background: url(../img/header_bg_sp.png) no-repeat 50% 100%;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .header {
      background: url(../img/header_bg.png) no-repeat 50% 100%;
      background-size: cover;
      height: 42.09vw;
      padding: 15px  2vw 0;
      margin-bottom: 1.6em; } }
  .header p {
    margin: 0;
    padding: 0; }
  .header .header-container {
    position: relative;
    overflow: visible; }
    .header .header-container:before, .header .header-container:after {
      content: " ";
      display: table; }
    .header .header-container:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .header .header-container {
        padding: 0 5px 40px; } }
  .header .header-main {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .header .header-main {
        float: right;
        width: 43%; } }
    .header .header-main .logo-sakuraya {
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .header .header-main .logo-sakuraya img {
          width: 45px; } }
      @media screen and (min-width: 768px) {
        .header .header-main .logo-sakuraya {
          margin-bottom: -20px; } }
    .header .header-main .title {
      background: url(../img/header_title.png) no-repeat 0 50%;
      background-size: 100%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .header .header-main .title {
          padding: 20px 0; } }
      @media screen and (min-width: 768px) {
        .header .header-main .title {
          height: 12.15vw;
          padding-top: 4.1vw; } }
      .header .header-main .title h1 {
        margin: 0;
        color: #655858; }
        @media screen and (max-width: 767px) {
          .header .header-main .title h1 {
            font-size: 18px;
            font-size: 1.8rem; } }
        .header .header-main .title h1 a {
          color: #4a4244;
          text-decoration: none; }
          .header .header-main .title h1 a:hover, .header .header-main .title h1 a:active, .header .header-main .title h1 a:focus {
            color: #4a4244;
            text-decoration: none; }
          .header .header-main .title h1 a:visited {
            color: #4a4244; }
    .header .header-main .copy {
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .header .header-main .copy {
          margin: 7px 0 15px; } }
      @media screen and (min-width: 768px) {
        .header .header-main .copy {
          font-size: 22px;
          font-size: 2.2rem; } }
    .header .header-main .info {
      background: #fbd8d8;
      position: relative; }
      @media screen and (max-width: 767px) {
        .header .header-main .info {
          padding: 5px 20px;
          font-size: 11px;
          font-size: 1.1rem;
          line-height: 1.5; } }
      @media screen and (min-width: 768px) {
        .header .header-main .info {
          padding: 18px 90px;
          margin: 20px; } }
      .header .header-main .info:before {
        content: '';
        position: absolute;
        background: url(../img/header_fuku1.png) no-repeat 0 0;
        background-size: 100%;
        display: block;
        left: -5px;
        top: 0px;
        width: 52px;
        height: 70px; }
        @media screen and (max-width: 479px) {
          .header .header-main .info:before {
            top: -80px; } }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          .header .header-main .info:before {
            width: 60px;
            height: 80px; } }
        @media screen and (min-width: 1200px) {
          .header .header-main .info:before {
            left: -20px;
            top: -10px;
            width: 108px;
            height: 138px; } }
      .header .header-main .info::after {
        content: '';
        position: absolute;
        background: url(../img/header_fuku2.png) no-repeat 0 0;
        background-size: 100%;
        display: block;
        right: -15px;
        top: 0px;
        width: 68px;
        height: 60px; }
        @media screen and (max-width: 479px) {
          .header .header-main .info::after {
            top: -80px; } }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          .header .header-main .info::after {
            width: 70px;
            height: 90px; } }
        @media screen and (min-width: 1200px) {
          .header .header-main .info::after {
            right: -53px;
            top: -10px;
            width: 147px;
            height: 130px; } }
  .header .keyv {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header .keyv {
        padding: 25px 20px 0; } }
    @media screen and (min-width: 768px) {
      .header .keyv {
        float: left;
        width: 52%;
        padding-top: 20px; } }
    .header .keyv img {
      display: inline-block;
      padding: 15px;
      background: #fff;
      -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
      -moz-transform: rotate(-3deg);
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      width: 100%; }

.side-module {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 1.6em; }
  .side-module h2.title {
    margin: 0;
    border-bottom: 3px solid #f49eaa;
    color: #ed4f6c;
    font-family: 'Exo', sans-serif;
    text-align: center;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .side-module h2.title {
        font-size: 24px;
        font-size: 2.4rem; } }

.footer {
  margin: 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  font-size: 10px; }

/* ===========================*/
.switch {
  visibility: hidden; }

.sp-show {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp-show {
      display: none; } }

.pc-show {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc-show {
      display: inline-block; } }

table {
  margin-top: 1.6em;
  margin-bottom: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 768px) {
    .img-r {
      float: right;
      margin-left: 10px;
      margin-bottom: 10px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .img-l {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px; } }

.separate {
  border-top: 1px solid #0ab4d2;
  margin: 3.2em 0; }

.decoration {
  background: #f7f7f7;
  padding: 15px;
  margin-top: 1.6em; }
  .decoration > h2, .decoration h3, .decoration h4, .decoration h5 {
    margin-top: 0; }

.margin--0 {
  margin-top: 0; }

.margin--2x {
  margin-top: 3.2em; }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

.attention {
  color: #ed2f53; }

.em {
  color: #ed4f6c; }

.anchor:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  margin-right: 4px; }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

.topicpath {
  font-size: 1.2rem;
  line-height: 1;
  margin: 5px 0 5px; }
  @media screen and (max-width: 767px) {
    .topicpath {
      padding-left: 15px; } }
  @media screen and (min-width: 768px) {
    .topicpath {
      margin: 10px 0 15px; } }
  .topicpath ol {
    margin: 0;
    padding: 0; }
  .topicpath li {
    list-style: none;
    margin: 0;
    display: inline-block;
    white-space: nowrap; }
  .topicpath li:not(:last-child):after {
    content: ' > '; }

.page-title {
  background: url(../img/pagetitle_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .page-title {
      padding: 5em 0;
      /*padding-bottom: $margin-line * 2 ;*/ } }
  .page-title h1 {
    margin: 0;
    font-size: 34px;
    font-size: 3.4rem;
    text-shadow: 0 0 10px #000; }
  .page-title__copy {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .page-title__copy {
        margin-top: 30px; } }
  .page-title__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px; }

.content h2 {
  font-size: 26px;
  font-size: 2.6rem;
  /*background: $main-color;*/
  color: #303030;
  overflow: hidden;
  padding: 10px 0.48em;
  /*border-top: 1px solid #303030;*/
  border-bottom: 5px solid #2369d3;
  /*text-align: center;*/ }
  .content h2 a {
    color: #000;
    text-decoration: none; }
    .content h2 a:hover, .content h2 a:active, .content h2 a:focus {
      color: black;
      text-decoration: none; }
    .content h2 a:visited {
      color: black; }
  .content h2.border {
    text-align: center; }
    .content h2.border span {
      background: #fff;
      border: 2px solid #000;
      padding: 0.5em 1.3em;
      font-size: 20px;
      font-size: 2rem; }
  .content h2.marker {
    text-align: center;
    background: #dcfbff; }
    .content h2.marker span {
      background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #2b94ff)) repeat scroll 0 0;
      background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #2b94ff 60%) repeat scroll 0 0;
      background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 60%, #2b94ff 60%) repeat scroll 0 0;
      background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #2b94ff 60%) repeat scroll 0 0; }
  .content h2.deco {
    background: url(../img/title_bg.png) no-repeat center bottom;
    padding-bottom: 0.7em;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }

.content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  color: #000; }
  .content h3:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    margin-right: 4px;
    color: #2369d3; }

.content h4 {
  overflow: hidden;
  display: inline-block;
  padding: 1px 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #0ab4d2));
  background: -webkit-linear-gradient(transparent 50%, #0ab4d2 50%);
  background: -o-linear-gradient(transparent 50%, #0ab4d2 50%);
  background: linear-gradient(transparent 50%, #0ab4d2 50%); }

.content ul {
  padding-left: 0; }
  .content ul li {
    list-style: none;
    margin-top: 0.8em;
    margin-bottom: 0.8em; }

.content .list li {
  background-size: 8px 8px;
  padding-left: 15px;
  margin: 0 0 0.4em; }
  .content .list li:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    margin-right: 4px;
    color: #0ab4d2; }

.check li {
  background: url(../img/icon_list.png) no-repeat 0 0.4em;
  background-size: 8px 8px;
  padding-left: 15px;
  line-height: 1;
  text-indent: -0.6em;
  margin-left: 1em; }
  .check li:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    margin-right: 4px; }

.within {
  border: 2px solid #ddd;
  padding: 2px 15px !important; }
  @media screen and (min-width: 480px) {
    .within li {
      display: inline-block; } }
  .within li a:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    margin-right: 0.5em; }

ol {
  padding-left: 20px; }
  ol li {
    list-style-type: decimal;
    margin: 15px 0; }

ul.item {
  padding-left: 0; }
  ul.item li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    background: #0ab4d2;
    border-radius: 3px;
    margin-right: 5px; }

.content dl.list dt {
  padding-top: 0.8em; }
  @media screen and (min-width: 768px) {
    .content dl.list dt {
      float: left;
      clear: left;
      width: 7em; } }

.content dl.list dd {
  margin: 0;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.8em; }
  @media screen and (min-width: 768px) {
    .content dl.list dd {
      padding-left: 8em;
      padding-top: 0.8em; } }
  .content dl.list dd > *:first-child {
    margin-top: 0; }

.content dl.list-dot dt {
  padding-top: 0.5em; }
  .content dl.list-dot dt:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    margin-right: 4px;
    color: #ed4f6c; }

.content dl.list-dot dd {
  margin-left: 1em; }

.btn {
  display: inline-block;
  position: relative;
  padding: 16px 55px;
  line-height: 1;
  text-align: center;
  /* border-radius */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  .btn:before {
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -0.5em;
    font-size: 1.3rem;
    line-height: 1; }
  .btn.btn--default, .btn.btn--link, .btn.btn--external-link {
    background: #ed4f6c;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    /* box-shadow */
    box-shadow: 0px 2px 0px 0px #1a4f9e;
    -moz-box-shadow: 0px 2px 0px 0px #1a4f9e;
    -webkit-box-shadow: 0px 2px 0px 0px #1a4f9e; }
    .btn.btn--default:hover, .btn.btn--link:hover, .btn.btn--external-link:hover, .btn.btn--default:active, .btn.btn--link:active, .btn.btn--external-link:active, .btn.btn--default:focus, .btn.btn--link:focus, .btn.btn--external-link:focus {
      color: white;
      text-decoration: none; }
    .btn.btn--default:visited, .btn.btn--link:visited, .btn.btn--external-link:visited {
      color: white; }
    @media screen and (max-width: 767px) {
      .btn.btn--default, .btn.btn--link, .btn.btn--external-link {
        width: 90%;
        background-size: 100% auto; } }
    .btn.btn--default:hover, .btn.btn--link:hover, .btn.btn--external-link:hover {
      background: #3978d7; }
  .btn.btn--link:after {
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    font-size: 1.3rem;
    line-height: 1; }
  .btn.btn--link:before {
    display: none; }
  .btn.btn--external-link:after {
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    font-size: 1.3rem;
    line-height: 1; }
  .btn.btn--external-link:before {
    display: none; }
  .btn.btn--sub {
    background: transparent;
    border: 1px solid #ed4f6c;
    border-radius: 0;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 13px 70px;
    color: #2369d3;
    text-decoration: none; }
    .btn.btn--sub:hover, .btn.btn--sub:active, .btn.btn--sub:focus {
      color: #2369d3;
      text-decoration: none; }
    .btn.btn--sub:visited {
      color: #2369d3; }
    @media screen and (max-width: 767px) {
      .btn.btn--sub {
        width: 90%; } }
    @media screen and (min-width: 768px) {
      .btn.btn--sub {
        padding-right: 30px;
        padding-left: 30px; } }
    .btn.btn--sub:before {
      content: none; }
    .btn.btn--sub:hover {
      color: #fff;
      text-decoration: none;
      background: #ed4f6c; }
      .btn.btn--sub:hover:hover, .btn.btn--sub:hover:active, .btn.btn--sub:hover:focus {
        color: white;
        text-decoration: none; }
      .btn.btn--sub:hover:visited {
        color: white; }
  .btn.btn--cv {
    background: #37708d;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 20px; }
    @media screen and (min-width: 768px) {
      .btn.btn--cv {
        font-size: 21px;
        font-size: 2.1rem;
        padding: 20px 40px; } }
  .btn.btn--white {
    background: #fff;
    color: #2369d3;
    text-decoration: none;
    font-weight: bold;
    /* box-shadow */
    box-shadow: 0px 2px 0px 0px #1a4f9e;
    -moz-box-shadow: 0px 2px 0px 0px #1a4f9e;
    -webkit-box-shadow: 0px 2px 0px 0px #1a4f9e; }
    .btn.btn--white:hover, .btn.btn--white:active, .btn.btn--white:focus {
      color: #2369d3;
      text-decoration: none; }
    .btn.btn--white:visited {
      color: #2369d3; }
    .btn.btn--white:hover {
      background-color: #c8d9f4; }
  .btn.btn--mail {
    background: #0ab4d2;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    /* box-shadow */
    box-shadow: 0px 2px 0px 0px #036872;
    -moz-box-shadow: 0px 2px 0px 0px #036872;
    -webkit-box-shadow: 0px 2px 0px 0px #036872; }
    .btn.btn--mail:hover, .btn.btn--mail:active, .btn.btn--mail:focus {
      color: white;
      text-decoration: none; }
    .btn.btn--mail:visited {
      color: white; }
  .btn.btn--tel {
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    /* box-shadow */
    box-shadow: 0px 2px 0px 0px #999;
    -moz-box-shadow: 0px 2px 0px 0px #999;
    -webkit-box-shadow: 0px 2px 0px 0px #999; }
    .btn.btn--tel:hover, .btn.btn--tel:active, .btn.btn--tel:focus {
      color: #333333;
      text-decoration: none; }
    .btn.btn--tel:visited {
      color: #333333; }
  .btn.btn--w100 {
    width: 100%; }
  .btn.btn--w75 {
    width: 75%; }

.googlemap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.6em; }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.acms-entry .googlemap {
  margin-left: 10px;
  margin-right: 10px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.content table {
  width: 100%; }
  .content table th, .content table td {
    padding: 5px; }
    @media screen and (max-width: 767px) {
      .content table th, .content table td {
        border-bottom: 0; } }
    @media screen and (min-width: 768px) {
      .content table th, .content table td {
        padding: 15px; } }
  .content table th {
    text-align: left; }
  .content table thead th {
    background: #ed4f6c;
    color: #fff; }

.content table .nowrap {
  white-space: nowrap; }

@media screen and (min-width: 768px) {
  .w20 {
    width: 20%; } }

.content table.border thead td {
  background: #eee; }

.content table.border th, .content table.border td {
  border: 1px solid #c6cacc;
  border-collapse: collapse; }

.content table.border th {
  background: #ed4f6c;
  color: #fff; }

.content table.color1 th {
  text-align: center !important; }

.content table.color1 tbody th {
  background: #c9d5e1;
  color: #4c667f; }

.content table.color1 td {
  background: #fff !important; }

.content .acms-pager {
  text-align: center;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }
  .content .acms-pager li {
    list-style: none;
    float: none;
    display: inline-block; }
    .content .acms-pager li a {
      border: none;
      background: #ccc; }
    .content .acms-pager li.cur span {
      border: none;
      background: #555;
      color: #fff; }

#entryForm .js-fieldgroup-sortable thead th, .custom-field .js-fieldgroup-sortable thead th {
  background: #ddd; }

#entryForm .js-fieldgroup-sortable th, #entryForm .js-fieldgroup-sortable td, .custom-field .js-fieldgroup-sortable th, .custom-field .js-fieldgroup-sortable td {
  padding: 5px;
  border-bottom: 1px solid #ccc; }

#entryForm .js-fieldgroup-sortable .item-handle:before, .custom-field .js-fieldgroup-sortable .item-handle:before {
  content: "↑↓"; }

@media screen and (max-width: 767px) {
  .acms-entry {
    padding-left: 15px;
    padding-right: 15px; } }

.acms-entry [class*="column-image-"] img {
  margin-top: 1.6em; }

.acms-entry .entry-container {
  margin-left: 0;
  margin-right: 0; }

.acms-entry ul {
  margin-left: 10px;
  margin-right: 10px; }

.circle-box {
  position: relative;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .circle-box {
      padding: 10px; } }
  @media screen and (min-width: 768px) {
    .circle-box {
      height: 400px;
      margin-bottom: 3.2em;
      width: 75%;
      left: 25%; } }
  .circle-box__img {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .circle-box__img {
        text-align: center;
        margin: 10px 0; } }
    @media screen and (min-width: 768px) {
      .circle-box__img {
        position: absolute;
        top: 0;
        left: -200px; } }
    .circle-box__img img {
      width: 150px;
      height: 150px; }
      @media screen and (min-width: 768px) {
        .circle-box__img img {
          width: 400px;
          height: 400px; } }
  @media screen and (min-width: 768px) {
    .circle-box__body {
      -js-display: flex;
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 400px;
      padding-left: 250px;
      padding-right: 50px;
      text-align: center; } }
  .circle-box__title {
    margin: 0; }
  .circle-box__lead {
    margin: 10px 0;
    font-weight: bold; }
  .circle-box__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    text-align: left; }
  @media screen and (min-width: 768px) {
    .circle-box:nth-child(even) {
      left: 0; } }
  @media screen and (min-width: 768px) {
    .circle-box:nth-child(even) .circle-box__img {
      right: -200px;
      left: auto; } }
  @media screen and (min-width: 768px) {
    .circle-box:nth-child(even) .circle-box__body {
      padding-right: 250px;
      padding-left: 50px; } }

ul.tab {
  border-bottom: 5px solid #136bd8;
  margin-top: 30px; }
  ul.tab li {
    display: inline-block;
    background: #ddd;
    padding: 3px 20px;
    cursor: pointer;
    margin: 0; }
    ul.tab li a {
      display: block;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem; }
      ul.tab li a:hover, ul.tab li a:active, ul.tab li a:focus {
        color: black;
        text-decoration: none; }
      ul.tab li a:visited {
        color: black; }
    ul.tab li.select, ul.tab li.stay {
      background: #ed4f6c;
      color: #fff; }
      ul.tab li.select a, ul.tab li.stay a {
        color: #fff;
        text-decoration: none; }
        ul.tab li.select a:hover, ul.tab li.select a:active, ul.tab li.select a:focus, ul.tab li.stay a:hover, ul.tab li.stay a:active, ul.tab li.stay a:focus {
          color: white;
          text-decoration: none; }
        ul.tab li.select a:visited, ul.tab li.stay a:visited {
          color: white; }

.contnt-lead {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  color: #2369D3; }

.contact-unit {
  background: #efefef;
  margin: 1vw auto;
  border: 3px solid #fff;
  padding: 3vw; }

@media screen and (min-width: 768px) {
  .contact_list li {
    width: 49%;
    float: left;
    margin: 5px !important; } }

.contact_list li a {
  position: relative;
  display: block;
  padding: 16px 55px;
  line-height: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ed4f6c;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 2px 0px 0px #1a4f9e;
  -moz-box-shadow: 0px 2px 0px 0px #1a4f9e;
  -webkit-box-shadow: 0px 2px 0px 0px #1a4f9e; }
  .contact_list li a:hover, .contact_list li a:active, .contact_list li a:focus {
    color: white;
    text-decoration: none; }
  .contact_list li a:visited {
    color: white; }
  .contact_list li a:hover {
    background: #3978d7; }
  .contact_list li a:before {
    font-family: FontAwesome;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -0.5em;
    font-size: 1.3rem;
    line-height: 1; }

.acms-admin-form input[type=text], .acms-admin-form textarea {
  width: auto; }

.acms-admin-table-admin-edit td {
  overflow: hidden; }

.js-tag_insertion a:first-child {
  display: none; }

section.schedule-module h2.title {
  border-bottom: none; }

section.schedule-module h3 {
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4a4244;
  text-decoration: none;
  font-weight: bold; }
  section.schedule-module h3:hover, section.schedule-module h3:active, section.schedule-module h3:focus {
    color: #4a4244;
    text-decoration: none; }
  section.schedule-module h3:visited {
    color: #4a4244; }

section.schedule-module table {
  width: 100%; }
  section.schedule-module table th, section.schedule-module table td {
    border: 1px solid #d8d0d0;
    border-collapse: collapse; }
  section.schedule-module table th {
    background: #fef4f1; }

section.schedule-module .sat, section.schedule-module .w6 {
  color: #3679ad; }

section.schedule-module .sun, section.schedule-module .w0 {
  color: #ed4f6c; }

@media screen and (min-width: 768px) {
  section.schedule-module {
    padding-left: 50px;
    padding-right: 50px; }
    section.schedule-module table {
      table-layout: fixed;
      margin: 10px 0 0; }
      section.schedule-module table th, section.schedule-module table td {
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem; }
      section.schedule-module table th {
        padding: 10px 2px; }
      section.schedule-module table td {
        vertical-align: top; }
        section.schedule-module table td .week {
          display: block;
          font-weight: bold; }
        section.schedule-module table td .text {
          display: block;
          font-size: 12px;
          font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  section.schedule-module {
    border: 2px solid #ef8da4;
    margin-top: 1.6em;
    position: relative; }
    section.schedule-module .schedule-unit {
      display: none; }
    section.schedule-module .title {
      font-size: 14px;
      text-align: left;
      color: #4a4244; }
    section.schedule-module .schedule-open {
      margin: 0;
      position: absolute;
      top: 13px;
      right: 10px;
      background: #f8d6d6;
      display: inline-block;
      border-radius: 3px;
      padding: 3px 10px; }
      section.schedule-module .schedule-open .fa {
        color: #ed4f6c; }
    section.schedule-module table th p, section.schedule-module table td p {
      margin: 0;
      padding: 3px; } }

.entry {
  word-break: break-word;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 1.6em; }
  @media screen and (min-width: 768px) {
    .entry {
      padding: 20px; } }
  .entry .entry-header .entry-date {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0; }
  .entry .entry-header .entry-title {
    color: #ed4f6c;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .entry .entry-header .entry-title {
        font-size: 22px;
        font-size: 2.2rem; } }
    .entry .entry-header .entry-title a {
      color: #ed4f6c;
      text-decoration: none; }
      .entry .entry-header .entry-title a:hover, .entry .entry-header .entry-title a:active, .entry .entry-header .entry-title a:focus {
        color: #ed4f6c;
        text-decoration: none; }
      .entry .entry-header .entry-title a:visited {
        color: #ed4f6c; }
  .entry .entry-body {
    line-height: 1.5;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 16px; }
    .entry .entry-body p {
      margin-top: 0;
      margin-bottom: 15px;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .entry .entry-body p {
          font-size: 15px;
          font-size: 1.5rem; } }
    .entry .entry-body a:hover {
      text-decoration: underline; }
    .entry .entry-body h2 {
      font-size: 24px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 15px; }
    .entry .entry-body h3 {
      font-size: 20px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 10px; }
    .entry .entry-body h4,
    .entry .entry-body h5 {
      font-size: 18px;
      color: #333333;
      margin-top: 0;
      margin-bottom: 10px; }
    .entry .entry-body ul {
      padding: 0 10px;
      margin: 0 0 30px 0; }
      .entry .entry-body ul li {
        position: relative;
        color: #333333;
        list-style-type: none;
        padding-left: 35px;
        margin-bottom: 10px; }
        .entry .entry-body ul li:before {
          position: absolute;
          top: 10px;
          left: 20px;
          content: "";
          display: inline-block;
          background: #cacaca;
          width: 6px;
          height: 6px;
          border-radius: 3px;
          margin-right: 8px; }
    .entry .entry-body ol {
      padding-left: 45px; }
      .entry .entry-body ol li {
        margin-bottom: 10px; }
    .entry .entry-body dt {
      font-weight: bold;
      margin-bottom: 15px; }
    .entry .entry-body dd {
      margin-left: 15px;
      margin-bottom: 15px; }
    .entry .entry-body table {
      font-size: 16px;
      color: #333333;
      width: 100%;
      margin-bottom: 20px; }
      .entry .entry-body table th {
        padding: 10px;
        background: #eeeeee;
        border: 1px solid #999999; }
      .entry .entry-body table td {
        padding: 10px;
        border: 1px solid #999999; }
    .entry .entry-body blockquote {
      line-height: 1.7;
      border: 1px solid #999999;
      border-left: 7px solid #999999;
      padding: 20px 10px;
      font-size: 14px; }
    .entry .entry-body .quoteTitle a {
      font-weight: bold;
      font-size: 18px; }
    .entry .entry-body .quoteDescription {
      font-size: 13px; }
    .entry .entry-body .caption {
      margin-bottom: 10px;
      font-size: 12px;
      color: #aaa;
      line-height: 1; }
    .entry .entry-body .prettyprint {
      margin: 0 0 20px 0; }
      .entry .entry-body .prettyprint ol {
        padding-left: 30px;
        margin: 0;
        line-height: 2em; }
      .entry .entry-body .prettyprint li {
        margin-bottom: 5px;
        line-height: 1.5; }
    .entry .entry-body .entry-container {
      clear: both; }
    .entry .entry-body ul,
    .entry .entry-body ol,
    .entry .entry-body dl {
      overflow: hidden; }
  .entry .entry-footer {
    padding: 0; }
    .entry .entry-footer .entry-labels {
      text-align: right; }
      .entry .entry-footer .entry-labels li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem; }
        .entry .entry-footer .entry-labels li a {
          color: #4a4244;
          text-decoration: none; }
          .entry .entry-footer .entry-labels li a:hover, .entry .entry-footer .entry-labels li a:active, .entry .entry-footer .entry-labels li a:focus {
            color: #4a4244;
            text-decoration: none; }
          .entry .entry-footer .entry-labels li a:visited {
            color: #4a4244; }
    .entry .entry-footer .entry-social {
      margin-top: 10px;
      background-color: #eee;
      padding: 10px; }
    .entry .entry-footer .entry-social-inner {
      padding: 0;
      margin: 0 auto;
      display: table; }
    .entry .entry-footer .entry-social-btn-wrap {
      float: left;
      display: block;
      line-height: 1px;
      margin-bottom: 10px;
      margin-top: 5px;
      margin-right: 20px; }
      .entry .entry-footer .entry-social-btn-wrap:last-child {
        margin-right: 0; }

nav.pager ul {
  margin: 1.6em 0;
  padding: 0;
  text-align: center; }
  nav.pager ul li {
    list-style: none;
    display: inline-block;
    margin: 0 2px; }
    nav.pager ul li span {
      background: #ed4f6c;
      color: #fff;
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      width: 2em;
      line-height: 2em; }
    nav.pager ul li a {
      color: #4a4244;
      text-decoration: none; }
      nav.pager ul li a:hover, nav.pager ul li a:active, nav.pager ul li a:focus {
        color: #4a4244;
        text-decoration: none; }
      nav.pager ul li a:visited {
        color: #4a4244; }
      nav.pager ul li a > span {
        background: #fff;
        color: #4a4244; }

/* ----------------
acms.cssの上書き
------------------ */
@media screen and (max-width: 767px) {
  .acms-entry [class*=column-eximage-].nocaption,
  .acms-entry [class*=column-image-].nocaption,
  .acms-entry [class*=column-map-],
  .acms-entry [class*=column-media-].nocaption,
  .acms-entry [class*=column-video-],
  .acms-entry [class*=column-yolp-],
  .acms-entry [class*=column-youtube-] {
    text-align: center; }
  .column-eximage-left,
  .column-image-left,
  .column-media-left {
    float: none;
    text-align: center; }
  .column-eximage-right,
  .column-image-right,
  .column-media-right {
    float: none;
    text-align: center; }
  .entry-title {
    font-size: 18px; } }

@media screen and (max-width: 767px) {
  .acms-entry .caption {
    text-align: center; } }

.user-module .profile {
  margin-bottom: 10px; }
  .user-module .profile:before, .user-module .profile:after {
    content: " ";
    display: table; }
  .user-module .profile:after {
    clear: both; }
  .user-module .profile .thumb {
    float: left;
    margin: 0;
    margin-right: 10px; }
    .user-module .profile .thumb img {
      display: block;
      border-radius: 50%; }
  .user-module .profile dl.text {
    overflow: hidden;
    margin: 0;
    padding-top: 10px;
    font-weight: bold; }
    .user-module .profile dl.text dt {
      color: #ed4f6c; }
    .user-module .profile dl.text dd {
      margin: 0; }

.user-module .comment {
  color: #996e62; }
  .user-module .comment h3 {
    font-size: 13px;
    font-size: 1.3rem;
    background: #f7d5cb;
    padding: 3px 8px;
    border-radius: 4px;
    margin: 6px 0 4px; }
  .user-module .comment p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0; }

section.category-list ul {
  padding: 0; }
  section.category-list ul li {
    list-style: none; }
    section.category-list ul li a {
      display: block;
      color: #4a4244;
      text-decoration: none; }
      section.category-list ul li a:hover, section.category-list ul li a:active, section.category-list ul li a:focus {
        color: #4a4244;
        text-decoration: none; }
      section.category-list ul li a:visited {
        color: #4a4244; }
      section.category-list ul li a:before {
        font-family: FontAwesome;
        content: "";
        color: #ed4f6c;
        display: inline-block;
        margin-right: 5px;
        font-size: 14px; }

section.calendar .heading {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 0; }

section.calendar table {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px; }
  section.calendar table th, section.calendar table td {
    border: 1px solid #d8d0d0;
    border-collapse: collapse;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem; }
  section.calendar table th {
    font-weight: bold; }
  section.calendar table td.success {
    background: #f9bdc6;
    font-weight: bold; }
    section.calendar table td.success a {
      color: #4a4244;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 100%; }
      section.calendar table td.success a:hover, section.calendar table td.success a:active, section.calendar table td.success a:focus {
        color: #4a4244;
        text-decoration: none; }
      section.calendar table td.success a:visited {
        color: #4a4244; }

.entry-list ul {
  padding: 0;
  margin: 0; }

.entry-list li {
  list-style: none; }

.entry-list a {
  display: block;
  border-bottom: 1px solid #e9dbd8;
  padding: 10px 0; }
  .entry-list a:before, .entry-list a:after {
    content: " ";
    display: table; }
  .entry-list a:after {
    clear: both; }

.entry-list .thumb {
  float: left;
  margin: 0 10px 0 0; }
  .entry-list .thumb img {
    display: block;
    border-radius: 50px; }

.entry-list .text {
  overflow: hidden;
  line-height: 1.4; }
  .entry-list .text .title {
    color: #4a4244;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 3px 0 4px 0; }
    .entry-list .text .title:hover, .entry-list .text .title:active, .entry-list .text .title:focus {
      color: #4a4244;
      text-decoration: none; }
    .entry-list .text .title:visited {
      color: #4a4244; }
  .entry-list .text .date {
    color: #b1a5a5;
    text-decoration: none;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0; }
    .entry-list .text .date:hover, .entry-list .text .date:active, .entry-list .text .date:focus {
      color: #b1a5a5;
      text-decoration: none; }
    .entry-list .text .date:visited {
      color: #b1a5a5; }

section.shop-list ul {
  padding: 0; }
  section.shop-list ul:before, section.shop-list ul:after {
    content: " ";
    display: table; }
  section.shop-list ul:after {
    clear: both; }
  section.shop-list ul li {
    list-style: none;
    float: left;
    width: 50%; }
    section.shop-list ul li a {
      display: block;
      color: #4a4244;
      text-decoration: none;
      font-size: 13px;
      font-size: 1.3rem; }
      section.shop-list ul li a:hover, section.shop-list ul li a:active, section.shop-list ul li a:focus {
        color: #4a4244;
        text-decoration: none; }
      section.shop-list ul li a:visited {
        color: #4a4244; }
      section.shop-list ul li a:before {
        font-family: FontAwesome;
        content: "";
        color: #ed4f6c;
        display: inline-block;
        margin-right: 2px;
        font-size: 10px; }

section.media .lead {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0;
  text-align: center; }

section.media ul {
  margin: 0 -5px 0;
  padding: 0; }
  section.media ul:before, section.media ul:after {
    content: " ";
    display: table; }
  section.media ul:after {
    clear: both; }
  section.media ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 5px; }
    section.media ul li .thumb {
      margin: 0 0 5px; }
      section.media ul li .thumb img {
        width: 100%; }
    section.media ul li .caption {
      margin: 0;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      font-weight: bold;
      line-height: 1.4; }

section.banner ul {
  padding: 0; }
  section.banner ul li {
    list-style: none;
    margin-bottom: 10px; }
