@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)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ae7d23da392479d15e650940e643b259)
 * Config saved to config.json and https://gist.github.com/ae7d23da392479d15e650940e643b259
 */
/*!
 * 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 */
* {
  box-sizing: border-box;
}

html {
  -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;
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-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;
  -moz-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;
  -moz-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: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
  color: #111;
}

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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
}

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

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

.container-nomargin {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-nomargin .row {
  margin-left: 0;
  margin-right: 0;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-nomargin:before,
.container-nomargin:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.container-nomargin:after,
.row: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;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ae7d23da392479d15e650940e643b259)
 * Config saved to config.json and https://gist.github.com/ae7d23da392479d15e650940e643b259
 */
/*!
 * 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 */
* {
  box-sizing: border-box;
}

html {
  -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;
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-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;
  -moz-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;
  -moz-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: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
  color: #111;
}

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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
}

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

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

.container-nomargin {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-nomargin .row {
  margin-left: 0;
  margin-right: 0;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container-nomargin:before,
.container-nomargin:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.container-nomargin:after,
.row: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;
}

p {
  line-height: 2;
  font-size: 1.5rem;
  font-weight: 500;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

nav#menu {
  padding: 0.6rem;
  display: block;
  background-color: #31A3D6;
}
nav#menu ul {
  padding-left: 0;
  text-align: center;
}

nav li {
  display: inline-block;
  padding-right: 10px;
}
nav li:last-child {
  padding-right: 0;
}

#menu li a {
  color: #fff;
  transition: all 0.4s;
}
#menu li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.el_head {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
  padding: 1.6rem 6.4rem;
  background-color: #31A3D6;
  color: #fff;
}

.el_top_head {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  text-align: center;
  color: #31A3D6;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 56px;
  font-weight: bold;
}

h2 {
  border-bottom: 1px solid #31A3D6;
  padding: 8px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

h1.header_logo {
  margin: 0;
}

.head_tel {
  text-align: center;
  font-weight: 700;
  margin-top: 1.2rem;
}
.head_tel .tel_num {
  font-size: 2.4rem;
  color: #31A3D6;
}
.head_tel p {
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}

.el_btn {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  z-index: 0;
  padding: 1.6rem 6.4rem;
  background: linear-gradient(to left, #3ADEF9, #31A3D6 75%);
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.el_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #31A3D6;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.el_btn:before {
  content: "";
  position: absolute;
  top: 53%;
  right: 1.8rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.el_btn:hover {
  color: #fff;
  text-decoration: none;
}
.el_btn:hover:after {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

#copy {
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

footer {
  background: #31A3D6 url(https://restyle1.com/testsite/fujita/images/footBackImg.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 0;
  padding-top: 1.6rem;
}

.bl_footData a {
  color: #fff;
}

.bl_foot_link {
  margin-bottom: 16px;
}
.bl_foot_link ul {
  padding-left: 0;
  margin: 0;
}
.bl_foot_link a {
  color: #fff;
  font-size: 1.3rem;
}

dl dt {
  margin-bottom: 0.8rem;
  font-weight: 700;
}
dl dd {
  margin-left: 0;
  margin-bottom: 2.4rem;
  line-height: 1.8;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: none;
  width: 100%;
  max-width: 100%;
}

.bl_table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em auto;
}

.bl_table th, .bl_table td {
  padding: 1.6rem 5%;
  vertical-align: top;
  text-align: left;
}

.bl_table th {
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.bl_table td {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 480px) {
  .bl_table th, .bl_table td, .bl_contact_form th, .bl_contact_form td {
    display: block;
    width: auto;
    border-bottom: none;
  }
  .bl_table tr:last-child {
    border-bottom: 1px solid #aaa;
  }
  .bl_rowTable_sp tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  .bl_rowTable_sp tr th {
    width: 40%;
    padding-bottom: 24px;
  }
  .bl_rowTable_sp tr td {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
  }
  .bl_rowTable_sp tr td ul {
    padding-left: 12px;
  }
}
input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], textarea {
  background: #f5f5f5;
  border: none;
  padding: 4px 19px 3px;
  width: 100%;
}

@media (min-width: 768px) {
  .el_head, .el_top_head {
    margin-bottom: 5.6rem;
  }
  .head_tel {
    text-align: right;
  }
  .head_tel .tel_num {
    font-size: 2.8rem;
  }
  #menuIcon {
    display: none;
  }
  nav#menu li {
    padding: 0.4rem 1.8rem;
    border-right: 1px solid #fff;
  }
  nav#menu li:first-child {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .el_btn {
    padding: 1.6rem 2.4rem;
    min-width: 240px;
  }
  h1.header_logo {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 24px;
  }
  h1.header_logo img {
    max-width: 100%;
    height: auto;
  }
  .el_top_head {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  .el_head {
    font-size: 2rem;
    padding: 1.6rem 0;
  }
  .visible {
    display: block !important;
  }
  nav#menu {
    text-align: center;
    display: block;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  nav#menu #menuIcon {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
  }
  nav#menu #menuIcon img {
    display: inline-block;
    margin-right: 8px;
  }
  nav#menu #menuIcon span {
    background: #fff;
    height: 1px;
    width: 100%;
  }
  nav#menu ul {
    padding-left: 0;
    display: none;
  }
  nav#menu li {
    display: block;
    text-align: center;
  }
  nav#menu li a {
    color: #fff;
    display: block;
    padding: 1.6rem 0;
  }
  .bl_foot_link {
    text-align: center;
  }
}
/** layout_style *****************************************/
.ly_top_sec {
  padding: 56px 0;
}

.ly_sec {
  margin-bottom: 40px;
}

.ly_condensed_sec {
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}

.ly_flex {
  display: flex;
  justify-content: center;
}

.ly_start {
  justify-content: start;
}

.ly_reverse {
  flex-direction: row-reverse;
}

.ly_flex_condensed {
  max-width: 960px;
  margin: 0 auto;
}

.bl_flex_item {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  margin-right: 24px;
}

.ly_flex_condensed .bl_flex_item {
  display: inline-block;
  width: auto;
}

.bl_flex_item:last-child {
  margin-right: 0;
}

.ly_reverse .bl_flex_item:first-child {
  margin-right: 0;
  margin-left: 24px;
}

.ly_reverse .bl_flex_item:last-child {
  margin-right: 24px;
}

.ly_center {
  align-items: center;
}

.ly_between {
  justify-content: space-between;
}

.ly_inline_flex {
  display: flex;
  align-items: flex-start;
}

.ly_inline_flex .bl_flex_item {
  display: inline-block;
}

@media (min-width: 768px) {
  .ly_sec {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .ly_top_sec {
    padding: 32px 0;
  }
  .ly_flex {
    flex-direction: column;
    align-items: center;
  }
  .bl_flex_item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .ly_flex_condensed .bl_flex_item {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .bl_flex_item_center {
    text-align: center;
  }
  .bl_logo_wrap {
    margin: 16px 0 0;
  }
}
/** component *****************************************/
/***トップへ戻るボタン***/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0.6;
}

/***トップへ戻るボタンここまで***/
@media (max-width: 767px) {
  #page_top {
    right: 24px;
    bottom: 24px;
  }
}
/** トップページ **************/
.bl_greeting_sec {
  background: #fff url(../images/greetingImg.jpg) no-repeat center center;
}

a.bl_adv_box {
  max-width: 320px;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
}
a.bl_adv_box h4 {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-top: 1.2rem;
  margin: 0;
  padding-bottom: 12px;
  background: linear-gradient(to left, #3ADEF9, #31A3D6 75%);
  transition: 0.4s ease;
}
a.bl_adv_box h4:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #31A3D6;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
a.bl_adv_box h4:before {
  content: "";
  position: absolute;
  top: 53%;
  right: 1.8rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
a.bl_adv_box:hover h4 {
  background: linear-gradient(to left, #3ADEF9, #31A3D6 75%);
}

.bl_concept_box {
  max-width: 800px;
  margin: 0 auto 40px;
}
.bl_concept_box p {
  font-size: 1.8rem;
}

.bl_recruit_sec {
  position: relative;
  background-color: #31A3D6;
  background-image: url(../images/recruit_backimg.png);
  background-size: cover;
  overflow: hidden;
}
.bl_recruit_sec .container {
  position: relative;
}
.bl_recruit_sec .el_top_head {
  color: #fff;
}

.bl_recruit_box {
  background: url(../images/top_recruit_bgimg.jpg) no-repeat 0 0;
  background-size: cover;
}
.bl_recruit_box .bl_recruitInner {
  width: 40%;
  margin-left: 80px;
  display: inline-block;
  background: rgba(31, 117, 156, 0.9);
  padding: 24px;
  text-align: left;
  color: #fff;
}
.bl_recruit_box p {
  margin-bottom: 40px;
}
.bl_recruit_box .el_btn {
  border: 1px solid #31A3D6;
  background-color: #fff;
  background-image: none;
  color: #31A3D6;
}
.bl_recruit_box .el_btn:hover {
  border-color: #fff;
  color: #fff;
}
.bl_recruit_box .el_btn:before {
  border-top: 2px solid #31A3D6;
  border-right: 2px solid #31A3D6;
}

.bl_foot_contact_desc {
  background: linear-gradient(to left, #3ADEF9, #005279 75%);
  text-align: center;
  padding: 8px;
}
.bl_foot_contact_desc .bl_foot_inner {
  background-color: #fff;
  padding: 16px;
}
.bl_foot_contact_desc .bl_foot_inner .bl_foot_inner_desc {
  margin-bottom: 40px;
}
.bl_foot_contact_desc p {
  font-size: 1.8rem;
  margin: 0;
}

.bl_foot_logo {
  text-align: center;
  margin-bottom: 40px;
}

.bl_infoList {
  padding-left: 0;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}
.bl_infoList li {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.bl_sitemap {
  padding-left: 0;
}
.bl_sitemap li {
  font-size: 1.6rem;
  list-style: none;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.el_info_date {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.8rem 1.6rem 0.6rem;
  margin-right: 16px;
  background-color: #31A3D6;
  box-shadow: 4px 4px #72c0e3;
  color: #fff;
}

.el_info_title {
  display: inline-block;
}

@media (max-width: 767px) {
  a.bl_adv_box {
    margin: 0 auto 32px;
    max-width: 72%;
  }
  a.bl_adv_box h4 {
    max-width: 320px;
    margin: 0 auto;
    background: rgb(31, 117, 156);
  }
  .bl_greeting_sec {
    background: #fff url(../images/greetingImg_sp.jpg) no-repeat center center;
    background-size: contain;
  }
  .bl_greeting_sec h1.el_top_head {
    margin-bottom: 24px;
  }
  .bl_concept_box p {
    font-size: 1.4rem;
  }
  .bl_foot_contact_desc p {
    font-size: 1.5rem;
  }
  .bl_foot_contact_desc .bl_foot_inner .bl_foot_inner_desc {
    text-align: left;
  }
  .bl_foot_logo {
    margin: 32px auto;
    width: 200px;
    height: auto;
  }
  .bl_foot_logo img {
    display: block;
    margin: 0 auto;
  }
  .bl_recruit_box {
    background: url(../images/top_recruit_bgimg.jpg) no-repeat center center;
    background-size: cover;
  }
  .bl_recruit_box .bl_recruitInner {
    width: 60%;
    margin-left: 24px;
    display: inline-block;
    background: rgba(31, 117, 156, 0.9);
    padding: 24px 16px;
    text-align: left;
    color: #fff;
  }
  .bl_recruit_box h1 {
    font-size: 2.2rem;
  }
  .bl_recruit_box p {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .bl_infoList li {
    flex-direction: column;
  }
  .el_info_title {
    display: block;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .bl_recruit_box {
    background: #fff url(../images/top_recruit_bgimg_sp.jpg) no-repeat top center;
    background-size: contain;
  }
  .bl_recruit_box .bl_recruitInner {
    background: rgb(31, 117, 156);
    margin-top: 50%;
    margin-left: 0;
    width: 100%;
  }
  .bl_recruit_box h1 {
    margin-top: 0;
  }
}
/** 下層共通 **************/
.bl_page_head {
  padding: 5.6rem 0;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  position: relative;
  background: url(../images/pageHead_img_sp.jpg) no-repeat right 80% center;
  background-size: cover;
}
.bl_page_head .container {
  position: relative;
}
.bl_page_head:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.bl_page_head h1 {
  font-size: 2.4rem;
}

.bl_footAbout {
  color: #fff;
}
.bl_footAbout h4 {
  font-size: 2.4rem;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .bl_page_head {
    padding: 8rem 0;
    background: url(../images/footBackImg.jpg) no-repeat right 80% center;
    background-size: cover;
  }
}
/** 実績 **************/
.bl_workHistory li {
  font-size: 1.6rem;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/** 当社の特徴 **************/
.bl_advBox {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .el_advBoxHead {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
/** 事業概要 **************/
.bl_adv_itemBox {
  margin-bottom: 56px;
}

/** 会社概要 **************/
.el_motto {
  font-size: 2.4rem;
  text-align: center;
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bl_sdgsList {
  padding: 40px 0 38px;
  text-align: center;
}
.bl_sdgsList h4 {
  color: #31A3D6;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.bl_sdgsList h4:last-child {
  margin-bottom: 0;
}
.bl_sdgsList p {
  font-size: 1.6rem;
  font-weight: bold;
}

.bl_sdgsLogo {
  text-align: center;
}

.el_sdgsConcept {
  text-align: center;
}

@media (max-width: 767px) {
  .el_sdgsConcept {
    text-align: left;
  }
}
/** 採用情報 **************/
.bl_ceoGreeting {
  font-size: 1.8rem;
}

.el_ceoNameBox {
  text-align: right;
  font-size: 1.6rem;
}

.el_ceoName {
  font-size: 2.2rem;
  margin-left: 16px;
}

.bl_recruitAbout {
  display: flex;
  flex-wrap: wrap;
}

.bl_recAboutItem {
  max-width: 50%;
}
.bl_recAboutItem dl {
  margin: 16px;
}
.bl_recAboutItem dt {
  color: #3ADEF9;
  font-size: 1.8rem;
}

.bl_recruit_voice {
  display: flex;
  justify-content: center;
}

.bl_recVoice_item {
  max-width: 200px;
  margin-bottom: 24px;
}

.bl_recVoice_item:not(:last-child) {
  margin-right: 24px;
}

.bl_recVoice_item .el_btn {
  padding: 8px 28px 6px 10px;
}

.bl_recVoiceQa dt {
  color: #31A3D6;
  font-size: 1.8rem;
}
.bl_recVoiceQa dd {
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.bl_recruitTable {
  border: 1px solid #ccc;
}
.bl_recruitTable th {
  padding: 24px;
  border-right: 1px solid #ccc;
  background-color: #F5F5F5;
}
.bl_recruitTable td {
  padding: 24px;
  line-height: 2;
}

.bl_flow_box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 56px;
}

.bl_flow_label {
  background-color: #e5f3fa;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_flow_desc {
  padding-left: 24px;
}
.bl_flow_desc dt {
  font-size: 2rem;
  color: #31A3D6;
}

.bl_contact_form .bl_contact_table td {
  padding: 12px;
}

@media (max-width: 767px) {
  .bl_recruitAbout {
    flex-direction: column;
  }
  .bl_recAboutItem {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .bl_recAboutItem:last-child {
    margin-bottom: 0;
  }
  .bl_recruit_voice {
    flex-direction: column;
    align-items: center;
  }
  .bl_recVoice_item {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  .bl_flow_box {
    flex-direction: column;
    align-items: center;
  }
  .bl_flow_desc {
    padding-left: 0;
    text-align: center;
  }
  .bl_flow_desc dd {
    text-align: left;
  }
}
/** お問い合わせ **************/
.bl_contact_box .el_contact_num {
  font-size: 4rem;
  margin-bottom: 0;
  color: #31A3D6;
}
.bl_contact_box .el_tel_date {
  margin: 8px 0 0;
  font-size: 1.8rem;
}

.bl_contact_form {
  border-collapse: collapse;
}
.bl_contact_form th, .bl_contact_form td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bl_contact_form th {
  vertical-align: middle;
  text-align: left;
  width: 24%;
  padding: 16px 48px;
  color: #fff;
  background: #31A3D6;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.btnConfirm {
  background: #d65519;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 0;
  width: 300px;
  border: none;
}

.btnArea {
  margin-top: 40px;
}
.btnArea .el_btn {
  border: none;
}

@media (max-width: 480px) {
  .bl_contact_form th {
    width: 100%;
    padding: 8px;
  }
  input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], textarea {
    padding: 8px;
  }
  input[type=text], select {
    font-size: 16px;
  }
  .bl_contact_box .el_contact_num {
    font-weight: bold;
    font-size: 2.4rem;
  }
}
/** map ***********************/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** modi ***********************/
.md_text_center {
  text-align: center;
}

.md_mbPlus {
  margin-bottom: 40px;
}

.md_gray_back {
  background-color: #e1e1e1;
}

.md_blue_back {
  background-color: #31A3D6;
}
.md_blue_back .el_top_head {
  color: #fff;
}

.md_brandLine {
  position: relative;
}
.md_brandLine .container {
  position: relative;
}
.md_brandLine:before {
  content: "";
  width: 100%;
  height: 20%;
  background-color: rgb(31, 117, 156);
  position: absolute;
  left: 0;
  bottom: 64px;
}

.md_orange {
  color: #ED953F;
}

.spbr {
  display: inline-block;
}

.bl_btn_sec {
  text-align: center;
  margin: 1.6rem 0;
}

.el_btn_m {
  margin: 1.6rem 0;
}

.bl_btn_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.bl_btn_flex a {
  margin-bottom: 16px;
}

.el_tb_res_desc {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .el_copy_text {
    font-size: 2rem;
  }
  .bl_btn_flex a:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .el_tb_res_desc {
    display: block;
  }
  .bl_btn_flex a {
    margin-bottom: 24px;
  }
  .bl_btn_flex {
    flex-direction: column;
  }
  .bl_btn_sec_left {
    text-align: center;
    margin: 1.6rem 0;
  }
  .table_responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_responsive table {
    max-width: initial;
  }
  .table_responsive th, .table_responsive td {
    white-space: nowrap;
  }
  .md_brandLine {
    position: relative;
  }
  .md_brandLine .container {
    position: relative;
  }
  .md_brandLine:before {
    content: "";
    width: 100%;
    height: 20%;
    background-color: #31A3D6;
    position: absolute;
    left: 0;
    bottom: 32px;
  }
}
