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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-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.428571429;
  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, body#top .banner .fb img, body#top .banner ul li img, body#top .keyv img, .sponsor ul li img, .content ul li.entry-list-photo img, .entry-list-thumb-mini__thumb img, .entry-list-thumb__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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, body#top .banner ul {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, body#top .banner ul:before, .row:after, body#top .banner ul:after {
  content: " ";
  display: table;
}
.row:after, body#top .banner ul: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, .content ul li.entry-list-photo, body.col2 .side, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, body#top .banner ul li, .sponsor ul li, .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, body.col2 .content, .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, .entry-list-thumb-mini, .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, .content ul li.entry-list-photo, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

.col-xs-6, .content ul li.entry-list-photo {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .content ul li.entry-list-photo, body.col2 .side, .col-sm-4, body#top .banner ul li, .sponsor ul li, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, body.col2 .content, .col-sm-10, .col-sm-11, .col-sm-12, .entry-list-thumb-mini {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3, .content ul li.entry-list-photo, body.col2 .side {
    width: 25%;
  }
  .col-sm-4, body#top .banner ul li, .sponsor ul li {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9, body.col2 .content {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12, .entry-list-thumb-mini {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

input[type=search] {
  -webkit-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.428571429;
  color: #555555;
}

.form-control {
  display: inlune-block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  -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.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #519be2;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  z-index: 10000;
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*$main-color : #519be2;*/
* {
  -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: 17px;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #eff2f4;
}
@media print {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    -webkit-print-color-adjust: exact;
  }
}

input {
  border: 0;
}

.container {
  overflow: hidden;
}

a {
  color: #0467bc;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #0582ee;
  text-decoration: none;
}
a:visited {
  color: #034c8a;
}

img {
  max-width: 100%;
}

@media print {
  a[href]:after {
    content: "" !important;
  }
}
body {
  background: #fff;
}

#adminBox {
  margin-bottom: 0;
}

.header {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .header {
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    height: 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .header .gnavi-wrap {
    width: 100% !important;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header .container {
  position: relative;
  overflow: visible;
}
.header p {
  marign: 0;
  padding: 0;
}
.header a {
  color: #000;
  text-decoration: none;
}
.header a:hover, .header a:active, .header a:focus {
  color: black;
  text-decoration: none;
}
.header a:visited {
  color: black;
}
.header .logo-group .logo {
  margin: 0px;
  display: inline-block;
}
.header .logo-group .logo img {
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .logo-group .logo img {
    width: 170px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) {
  .header .logo-group .logo img {
    margin: 20px 0 0px 20px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header .utility {
    position: absolute;
    top: 0px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .utility .net-de-rakuda {
    padding-top: 5px;
  }
  .header .utility .net-de-rakuda img {
    width: 170px;
  }
  .header .utility .search-box {
    width: 200px;
    margin-left: 20px;
    padding: 1vw 0;
  }
  .header .utility .search-box table, .header .utility .search-box p, .header .utility .search-box ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .header .utility .search-box .gsc-control-cse {
    padding: 0 !important;
  }
  .header .utility .search-box .cse .gsc-search-button-v2, .header .utility .search-box .gsc-search-button-v2 {
    padding: 10px !important;
    margin: 0 !important;
  }
  .header .utility .search-box .gsc-input {
    padding: 0;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .header .utility .net-de-rakuda {
    background: #fff;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
  }
  .header .utility .net-de-rakuda img {
    width: 100%;
  }
  .header .utility .search-box {
    background: none;
    margin: 0;
    padding: 10vw 2vw;
    width: 100%;
  }
  .header .utility .search-box table {
    background: none;
    border: none;
  }
  .header .utility .search-box table, .header .utility .search-box p, .header .utility .search-box ul, .header .utility .search-box form {
    margin: 0 !important;
    padding: 0 !important;
  }
  .header .utility .search-box .gsc-control-cse {
    padding: 0 !important;
  }
  .header .utility .search-box .gsc-control-cse {
    background: none;
    border: none;
  }
  .header .utility .search-box .cse .gsc-search-button-v2, .header .utility .search-box .gsc-search-button-v2 {
    padding: 10px !important;
    margin: 0 !important;
  }
  .header .utility .search-box .gsc-input {
    padding: 0;
    line-height: 1.5;
  }
  .header .utility .search-box #___gcse_0 {
    background: none !important;
  }
  .header .utility .search-box #gs_tti50 {
    border: none;
  }
  .header .utility .search-box .gsc-input-box {
    padding: 1px !important;
  }
}
.header .sp-btn {
  position: fixed;
  display: block;
  top: 5px;
  right: 10px;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .header .sp-btn {
    display: none;
  }
}
.header .sp-btn ul {
  margin: 0;
  padding: 0;
}
.header .sp-btn ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .sp-btn .head-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  line-height: 1;
  color: #fff;
  background: #000;
  margin-left: 3px;
}
.header .sp-btn .head-btn:before {
  font-size: 2.6rem;
  display: block;
  padding-top: 8px;
  font-family: FontAwesome;
  content: "\f0c9";
}
.header .sp-btn .head-btn__text {
  font-size: 1.1rem;
  display: block;
  font-weight: bold;
}
.header .sp-btn .head-btn.head-btn--close:before {
  font-family: FontAwesome;
  content: "\f00d";
}
@media print {
  .header .sp-btn {
    display: none;
  }
}
.header .pc-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .pc-btn {
    display: block;
  }
}
.header .sns-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .sns-list {
    background: #fff;
    display: block;
    margin: 0;
    position: fixed;
    top: 18.5vw;
    right: -156px;
    z-index: 99999;
    margin: 0;
    padding: 0;
    padding: 20px 10px;
    width: 200px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #4B4B4B;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    border: 2px solid #4b4b4b;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
  }
  .header .sns-list:hover, .header .sns-list:active, .header .sns-list:focus {
    color: #4b4b4b;
    text-decoration: none;
  }
  .header .sns-list:visited {
    color: #4b4b4b;
  }
  .header .sns-list li {
    list-style: none;
    margin-bottom: 5px;
    text-align: left;
  }
  .header .sns-list li:last-child {
    margin: 0;
  }
  .header .sns-list li a {
    color: #4B4B4B;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
  }
  .header .sns-list li a:hover, .header .sns-list li a:active, .header .sns-list li a:focus {
    color: #4b4b4b;
    text-decoration: none;
  }
  .header .sns-list li a:visited {
    color: #4b4b4b;
  }
  .header .sns-list .sns-icon {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
  }
  .header .sns-list .sns-icon img {
    line-height: 1;
    padding: 10px 0;
    width: 2vw;
  }
}
.header .sns-list:hover {
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.account-form .sns-list {
  display: none;
}

@media screen and (max-width: 991px) {
  .js-offcanvas {
    display: none;
  }
  #offcanvas {
    background: #000;
  }
  #offcanvas .head-navi {
    /*	ul.gnavi {
    		padding:0;
    		margin:0;

    		li {
    			list-style:  none;

    			a {
    				display:  block;
    				padding: 18px 10px;
    				font-weight:  bold;
    				border-bottom:  1px solid #fff;
    				position: relative;

    				&:after {
    					position:  absolute;
    					top: 50%;
    					right: 10px;
    					@include font-awesome('\f054');
    					line-height: 1em;
    					margin-top: -0.5em;
    				}
    			}
    		}

    	} */
  }
  #offcanvas .head-navi .gnavi-wrap.container {
    padding-left: 0;
    padding-right: 0;
  }
  #offcanvas .head-navi .gnavi {
    margin: 0;
    padding: 0;
  }
  #offcanvas .head-navi .gnavi__item {
    list-style: none;
  }
  #offcanvas .head-navi .gnavi__item .navi-primary {
    /*&.active,
    &:hover{
    	background: #1d71c2;
    }*/
  }
  #offcanvas .head-navi .gnavi__item .navi-primary span {
    display: block;
    padding: 18px 10px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    background: #000;
    position: relative;
    color: #fff;
  }
  #offcanvas .head-navi .gnavi__item .navi-primary span:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    content: "\f054";
    line-height: 1em;
    margin-top: -0.5em;
  }
  #offcanvas .head-navi .gnavi__item .navi-secondary {
    display: none;
    background: #555555;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #offcanvas .head-navi .gnavi__item .navi-secondary ul {
    margin: 0;
    padding: 0;
  }
  #offcanvas .head-navi .gnavi__item .navi-secondary li {
    list-style: none;
  }
  #offcanvas .head-navi .gnavi__item .navi-secondary a {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #offcanvas .head-navi .gnavi .gnavi--hide {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .gnavi-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-navi .gnavi {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .head-navi .gnavi__item {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .head-navi .gnavi__item:first-child {
    margin-left: 0;
  }
  .head-navi .gnavi__item .navi-primary {
    display: inline-block;
    color: #000;
    text-decoration: none;
    height: 70px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*&.active,
    &:hover{
    	background: #1d71c2;
    }*/
  }
  .head-navi .gnavi__item .navi-primary:hover, .head-navi .gnavi__item .navi-primary:active, .head-navi .gnavi__item .navi-primary:focus {
    color: black;
    text-decoration: none;
  }
  .head-navi .gnavi__item .navi-primary:visited {
    color: black;
  }
  .head-navi .gnavi__item .navi-primary li {
    border-left: 1px solid #dbdbdb;
  }
  .head-navi .gnavi__item .navi-primary li:last-child {
    border-right: 1px solid #dbdbdb;
  }
  .head-navi .gnavi__item .navi-secondary {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 20px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    margin-right: 15px;
    margin-left: 15px;
    z-index: 100;
  }
  .head-navi .gnavi__item .navi-secondary ul {
    margin: 0;
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head-navi .gnavi__item .navi-secondary ul li {
    list-style: none;
    width: 33.3333%;
    margin-bottom: 0;
    padding: 5px;
  }
  .head-navi .gnavi__item .navi-secondary ul li a {
    display: inline-block;
    background: #fff;
    text-align: center;
    width: 100%;
    color: #000;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
            box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .head-navi .gnavi__item .navi-secondary ul li a:hover, .head-navi .gnavi__item .navi-secondary ul li a:active, .head-navi .gnavi__item .navi-secondary ul li a:focus {
    color: black;
    text-decoration: none;
  }
  .head-navi .gnavi__item .navi-secondary ul li a:visited {
    color: black;
  }
  .head-navi .gnavi__item .navi-secondary ul li a:hover {
    background: #91c2f2;
    color: #0d2e4c;
    text-decoration: none;
  }
  .head-navi .gnavi__item .navi-secondary ul li a:hover:hover, .head-navi .gnavi__item .navi-secondary ul li a:hover:active, .head-navi .gnavi__item .navi-secondary ul li a:hover:focus {
    color: #0d2e4c;
    text-decoration: none;
  }
  .head-navi .gnavi__item .navi-secondary ul li a:hover:visited {
    color: #0d2e4c;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .head-navi .gnavi .gnavi--hide {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .head-navi {
    position: absolute;
    top: 0px;
    right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .gnavi {
    font-size: 13px;
  }
}
@media print {
  .head-navi {
    display: none;
  }
}
.content-wrap {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .content-wrap {
    padding-bottom: 60px;
  }
}
.content-wrap .content {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .content-wrap .content {
    padding: 30px 20px 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .content-wrap .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrap .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media print {
  .content-wrap .content .col-sm-1, .content-wrap .content .col-sm-2, .content-wrap .content .col-sm-3, .content-wrap .content ul li.entry-list-photo, .content-wrap .content body.col2 .side, body.col2 .content-wrap .content .side, .content-wrap .content .col-sm-4, .content-wrap .content body#top .banner ul li, body#top .banner ul .content-wrap .content li, .content-wrap .content .sponsor ul li, .sponsor ul .content-wrap .content li, .content-wrap .content .col-sm-5, .content-wrap .content .col-sm-6, .content-wrap .content .col-sm-7, .content-wrap .content .col-sm-8, .content-wrap .content .col-sm-9, .content-wrap .content body.col2 .content, body.col2 .content-wrap .content .content, .content-wrap .content .col-sm-10, .content-wrap .content .col-sm-11, .content-wrap .content .col-sm-12, .content-wrap .content .entry-list-thumb-mini {
    float: left;
  }
  .content-wrap .content .col-sm-1 {
    width: 8.3333333333%;
  }
  .content-wrap .content .col-sm-2 {
    width: 16.6666666667%;
  }
  .content-wrap .content .col-sm-3, .content-wrap .content ul li.entry-list-photo, .content-wrap .content body.col2 .side, body.col2 .content-wrap .content .side {
    width: 25%;
  }
  .content-wrap .content .col-sm-4, .content-wrap .content body#top .banner ul li, body#top .banner ul .content-wrap .content li, .content-wrap .content .sponsor ul li, .sponsor ul .content-wrap .content li {
    width: 33.3333333333%;
  }
  .content-wrap .content .col-sm-5 {
    width: 41.6666666667%;
  }
  .content-wrap .content .col-sm-6 {
    width: 50%;
  }
  .content-wrap .content .col-sm-7 {
    width: 58.3333333333%;
  }
  .content-wrap .content .col-sm-8 {
    width: 66.6666666667%;
  }
  .content-wrap .content .col-sm-9, .content-wrap .content body.col2 .content, body.col2 .content-wrap .content .content {
    width: 75%;
  }
  .content-wrap .content .col-sm-10 {
    width: 83.3333333333%;
  }
  .content-wrap .content .col-sm-11 {
    width: 91.6666666667%;
  }
  .content-wrap .content .col-sm-12, .content-wrap .content .entry-list-thumb-mini {
    width: 100%;
  }
  .content-wrap .content .img_half {
    width: 50%;
  }
}
.content-wrap .content:not(.no-margin) {
  margin-bottom: 0px;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .content-wrap .content:not(.no-margin) {
    padding: 30px 20px 40px;
  }
}
@media print {
  .content-wrap {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.box-normal {
  background: #fff;
}
.box-normal .sakimori {
  padding: 2vw 3vw 6vw;
}
@media screen and (max-width: 767px) {
  .box-normal .sakimori {
    border: 3px solid #f7f7f7;
  }
}
@media screen and (min-width: 768px) {
  .box-normal .sakimori {
    background: url(../img/bg_sakimori.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.box-normal .sakimori h2 {
  padding: 0;
  background: none;
  border: none;
}
.box-normal .sakimori .img {
  display: none;
}
@media screen and (max-width: 767px) {
  .box-normal .sakimori .img {
    display: block;
  }
}

.contact-area {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-top: 3px solid #111;
}
@media screen and (min-width: 768px) {
  .contact-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact-area p {
  margin-top: 0;
}
.contact-area .contact-btn {
  margin: 1.6em 0 0;
  padding: 0;
}
.contact-area .contact-btn li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .contact-area .contact-btn li {
    display: inline-block;
  }
}
.contact-area .contact-btn li a {
  display: inline-block;
  width: 100%;
  color: #111;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  border: 2px solid #111;
}
.contact-area .contact-btn li a:hover, .contact-area .contact-btn li a:active, .contact-area .contact-btn li a:focus {
  color: white;
  text-decoration: none;
}
.contact-area .contact-btn li a:visited {
  color: black;
}
@media screen and (min-width: 768px) {
  .contact-area .contact-btn li a {
    width: 265px;
    padding: 10px 10px;
  }
}
.contact-area .contact-btn li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.contact-area .contact-btn li a:hover:after {
  background: url("../img/icon_store_white.png") no-repeat 0 0;
}
.contact-area .contact-btn li a:hover:before {
  width: 100%;
}
.contact-area .contact-btn li a img {
  height: 25px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-btn li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .contact-area .contact-btn li:not(:last-child) {
    margin-right: 15px;
  }
}
.contact-area .contact-btn li.contact a:after {
  content: "";
  width: 27px;
  height: 20px;
  background: url("../img/icon_contact.png") no-repeat 0 0;
  position: absolute;
  top: 15px;
  left: 10px;
}
.contact-area .contact-btn li.contact a:hover {
  color: #fff;
}
.contact-area .contact-btn li.contact a:hover:after {
  background: url("../img/icon_contact_white.png") no-repeat 0 0;
}
.contact-area .contact-btn li.account a:after {
  content: "";
  width: 32px;
  height: 22px;
  background: url("../img/icon_kouza.png") no-repeat 0 0;
  position: absolute;
  top: 15px;
  left: 10px;
}
.contact-area .contact-btn li.account a:hover {
  color: #fff;
}
.contact-area .contact-btn li.account a:hover:after {
  background: url("../img/icon_kouza_white.png") no-repeat 0 0;
}
.contact-area .contact-btn li.wide {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contact-area .contact-btn li.wide {
    margin-top: 20px;
  }
  .contact-area .contact-btn li.wide a {
    width: 100%;
  }
}
@media print {
  .contact-area {
    display: none;
  }
}

.footer {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin-top: 0;
}
.footer .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer a {
  color: #000;
  text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
  color: black;
  text-decoration: none;
}
.footer a:visited {
  color: black;
}
.footer .fnavi ul {
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.footer .fnavi ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.footer .fnavi ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer .fnavi ul li a:hover, .footer .fnavi ul li a:active, .footer .fnavi ul li a:focus {
  color: black;
  text-decoration: none;
}
.footer .fnavi ul li a:visited {
  color: black;
}
.footer .fnavi ul li a::before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .footer .fnavi {
    padding: 15px 0;
  }
}
.footer__btm {
  width: 100%;
  color: #fff;
  background: #333;
  padding: 20px 0;
  margin-top: 1.6em;
}
.footer__btm p {
  margin: 0;
}
.footer__btm .notation {
  text-align: center;
  line-height: 1.3;
}
.footer__btm .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1.3em 0 0;
}
@media screen and (min-width: 768px) {
  .footer__btm .container:before, .footer__btm .container:after {
    content: " ";
    display: table;
  }
  .footer__btm .container:after {
    clear: both;
  }
  .footer__btm .notation {
    float: left;
    text-align: left;
  }
  .footer__btm .copyright {
    float: right;
    text-align: right;
  }
}
@media print {
  .footer .fnavi {
    display: none;
  }
  .footer__btm {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    margin-top: 0;
  }
}

.pagetop {
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.pagetop:hover {
  background: rgb(0, 0, 0);
}
@media print {
  .pagetop {
    display: none;
  }
}

/* ===========================*/
.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;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, 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 #f5f5f5;
  margin: 3.2em 0;
}

.underline {
  text-decoration: underline;
}

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

.margin--05 {
  margin-top: 0.8em;
}

.margin--0 {
  margin: 0 !important;
}

.bg-gray {
  background: #F5F5F5;
}

.large {
  font-size: 110%;
}

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

.small {
  font-size: 84%;
}

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

.attention, body.nisa .point strong {
  color: #ed2f53;
}

.end_message {
  display: block;
  color: #ed2f53;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.entry-accepting {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ed2f53;
  line-height: 1.3;
  display: block;
}

.icon-new {
  color: #ed2f53;
  margin-right: 0.25em;
}

.anchor:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/icon_arrow_next.png) no-repeat 50% 50%;
  background-size: contain;
  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";
}

.pdf::after {
  font-family: FontAwesome;
  content: "\f1c1";
  margin-left: 3px;
}

/*
a[href$=".pdf"]::after {
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 3px;
	content: "\f1c1";
	margin-left: 5px;
}*/
.icon-search:before {
  content: "";
  width: 19.6px;
  height: 19.6px;
  background: url(../img/icon_search_black.png) no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
}

.icon-text {
  background: #000;
  color: #fff;
  padding: 2px 10px 1px;
  border-radius: 5px;
}

.topicpath {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 5px;
  background: #F5F5F5;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  color: #4B4B4B;
  padding: 10px 0;
}
.topicpath a {
  color: #4B4B4B;
  text-decoration: none;
}
.topicpath a:hover, .topicpath a:active, .topicpath a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.topicpath a:visited {
  color: #4b4b4b;
}
@media screen and (max-width: 767px) {
  .topicpath {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .topicpath {
    margin: 0 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: " > ";
}
@media print {
  .topicpath {
    display: none;
  }
}

.page-title {
  padding-top: 45px;
  padding-bottom: 25px;
  margin-top: 0px;
  color: #222;
  text-align: center;
}
.page-title h1 {
  margin: 0;
  font-size: 34px;
  font-size: 3.4rem;
  /*&::after {
  	display: block;
  	content: '';
  	width: 60px;
  	height: 1px;

  	background: #111;
  	margin-left: auto;
  	margin-right: auto;
  }*/
}
.page-title__copy {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-title__copy {
    margin-top: 30px;
  }
}
.page-title__lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.6em;
  line-height: 1.7;
}
@media print {
  .page-title {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .page-title h1 {
    font-size: 18px !important;
  }
}

.content h2,
.content .title_fake_h2,
.content h3.title_fake_h2 {
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 1.6em;
  background: #f5f5f5;
  border-bottom: 3px solid #111;
  padding: 10px;
}
.content h2 a,
.content .title_fake_h2 a {
  color: #fff;
  text-decoration: none;
}
.content h2 a:hover, .content h2 a:active, .content h2 a:focus,
.content .title_fake_h2 a:hover,
.content .title_fake_h2 a:active,
.content .title_fake_h2 a:focus {
  color: white;
  text-decoration: none;
}
.content h2 a:visited,
.content .title_fake_h2 a:visited {
  color: white;
}
.content h2 .text-icon-black,
.content .title_fake_h2 .text-icon-black {
  background: #000;
  padding: 5px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  margin-right: 10px;
}
.content h2 .text-icon-red,
.content .title_fake_h2 .text-icon-red {
  background: red;
  padding: 5px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  margin-right: 10px;
}
.content h2 .sub,
.content .title_fake_h2 .sub {
  font-size: 70%;
}
.content h2.color,
.content .title_fake_h2.color {
  border-color: #d60210;
  background: #fff5e9 !important;
  position: relative;
  padding-left: 2em;
}
.content h2.color .icon,
.content .title_fake_h2.color .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 3px);
  background: #e45109;
  color: #fff;
  padding: 0 0.5em;
}
.content h2.color.b-right,
.content .title_fake_h2.color.b-right {
  padding-left: 10px;
  border-left: 10px solid #e45109;
}
@media print {
  .content h2,
  .content .title_fake_h2,
  .content h3.title_fake_h2 {
    padding: 5px;
    margin-top: 0.4em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.content h2.h2-new-nisa {
  color: #f47e00;
  background: #ffe9c7;
  border-bottom: none;
}

.content h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  border-left: 8px solid #111;
  border-bottom: 1px solid #ddd;
  padding-left: 15px;
}
.content h3.title_fake_h2 {
  border-left: none;
  margin-bottom: 0;
}
.content h3.simple {
  padding: 0;
  border: none;
}
.content h3.nisa {
  border-left-color: #f47e00;
}
.content h3.point-nisa {
  border: none;
  padding: 0;
  background: #fff9f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content h3.point-nisa span.icon {
  display: inline-block;
  background: #f47e00;
  color: #fff;
  padding: 0.25em 0.75em;
  margin-right: 0.5em;
}
@media print {
  .content h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.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%, #f5f5f5));
  background: linear-gradient(transparent 50%, #f5f5f5 50%);
}
.content h4.h4-b {
  background: none;
  line-height: 1.3;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content h4.h4-b .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 50px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 0 0.5em 0.125em;
  line-height: 1;
}
.content h4.h4-b .icon .number {
  display: inline-block;
  font-size: 150%;
  margin-left: 5px;
}
.content h4.h4-b .txt {
  font-size: 20px;
  font-size: 2rem;
  width: calc(100% - 115px);
}

.content h5.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
}
.content h5.icon span {
  display: inline-block;
  background: #608CF8;
  color: #fff;
  font-weight: bold;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

.content h5.h5-a {
  font-size: 18px;
  font-size: 1.8rem;
}

.content .title-01 {
  color: #000;
  text-align: center;
  font-weight: normal;
}
.content .title-01 .en {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "GFS Didot", serif;
  display: block;
  line-height: 1;
  /*letter-spacing: 0.15em;*/
  background: none;
  border: none;
  padding: 0;
}
.content .title-01 .jp {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #B2B2B2;
  margin: 0;
}
.content .title-01::after {
  display: block;
  content: "";
  background: #000;
  height: 1px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.content .title-01.nomargin {
  margin: 0;
}
.content .title-01.nomargin .en {
  margin: 0;
}

.content .title-02 {
  color: #000;
  text-align: center;
  font-weight: normal;
}
.content .title-02 .title-summary {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  border: none;
  margin: 0;
  /*letter-spacing: 0.15em;*/
}
.content .title-02 .title-summary::after {
  display: block;
  content: "";
  background: #000;
  height: 1px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.content .title-02 .sub {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #000;
  margin: 10px;
  font-weight: bold;
}
.content .title-02.nomargin {
  margin: 0;
}
.content .title-02.nomargin h2 {
  margin: 0;
}

.content .title_img {
  background: none;
  border: none;
}

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

.list li {
  background: url(../img/icon_list_gray.png) no-repeat 0 0.5em;
  background-size: 8px 8px;
  padding-left: 15px;
}
.list ol li {
  list-style-type: decimal;
  background: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.list-gray {
  padding: 0;
}
.list-gray li {
  background: url(../img/icon_list_gray.png) no-repeat 0 0.5em;
  background-size: 7px 7px;
  padding-left: 15px;
  list-style: none;
}

ul.list-arrow li {
  background: url(../img/icon_arrow01.png) no-repeat 0 0.4em;
  padding-left: 20px;
}

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

ol.circle {
  padding: 0;
}
ol.circle li {
  list-style-type: none;
}
ol.circle ul {
  margin-top: 0;
}
ol.circle ul li {
  margin: 5px 0;
}

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

ul.link li a::before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-right: 5px;
}

ul.compact li {
  display: inline-block;
}
ul.compact li + li {
  margin-left: 30px;
}

.anchor-link {
  padding-bottom: 4.2vw;
}
.anchor-link ul {
  margin-top: 0;
  padding: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anchor-link ul li {
  list-style: none;
  width: calc(50% - 15px);
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin: 1em 0;
}
.anchor-link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: bold;
  color: #004c9a;
  padding: 4.2vw 0;
}
.anchor-link ul li a:hover {
  color: #fff;
  background: #004c9a;
}
.anchor-link ul li a::after {
  font-family: FontAwesome;
  content: "\f078";
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 2em auto 0;
}
@media screen and (min-width: 768px) {
  .anchor-link ul li {
    width: calc(25% - 15px);
  }
}

.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 {
  background: url(../img/icon_list_gray.png) no-repeat 0 0.4em;
  background-size: 8px 8px;
  padding-left: 15px;
  font-weight: bold;
}
.content dl.list-dot dd {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 15px;
}

.content dl.list-square dt {
  background: url(../img/icon_list_square.png) no-repeat 0 0.4em;
  background-size: 12px 12px;
  padding-left: 15px;
  font-weight: bold;
}
.content dl.list-square dd {
  margin: 0;
  margin-bottom: 1em;
  padding-left: 15px;
}
.content dl.list-square ul {
  margin-top: 0;
}
.content dl.list-square ul li {
  margin: 5px 0;
}

.content dl.term dt {
  font-weight: bold;
  margin-top: 0.8em;
}
.content dl.term dt:first-child {
  margin-top: 0;
}
.content dl.term dd {
  margin: 0;
}
.content dl.term dd ul {
  margin-top: 0;
}
.content dl.term dd ul li:first-child {
  margin-top: 0;
}

.content dl.seminar-item {
  margin-top: 0;
}
.content dl.seminar-item dt {
  margin: 10px 0 0 0;
}
.content dl.seminar-item dd {
  margin: 5px 0 0 0;
  padding: 0;
}

.content dl.nisa dt {
  font-weight: bold;
}
.content dl.nisa dt span {
  display: inline-block;
  padding: 3px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.content dl.nisa dt span.tsumitate {
  color: #94c31e;
  border-bottom-color: #94c31e;
}
.content dl.nisa dt span.seicho {
  color: #23b8bc;
  border-bottom-color: #23b8bc;
}
.content dl.nisa dd {
  margin: 5px 0 20px;
}

.content hr.line {
  margin: 15px 0 20px;
  border-top: 2px solid #e4e4e4;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 18px 50px;
  line-height: 1;
  text-transform: none;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:active, .btn:focus {
  color: white;
  text-decoration: none;
}
.btn:visited {
  color: white;
}
.btn:after {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  font-size: 1.3rem;
  line-height: 1;
}
.btn.btn--default, body#top .btn.btn--default-blue {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  display: inline-block;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn--default:hover, body#top .btn.btn--default-blue:hover, .btn.btn--default:active, body#top .btn.btn--default-blue:active, .btn.btn--default:focus, body#top .btn.btn--default-blue:focus {
  color: black;
  text-decoration: none;
}
.btn.btn--default:visited, body#top .btn.btn--default-blue:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  .btn.btn--default, body#top .btn.btn--default-blue {
    width: 90%;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .btn.btn--default, body#top .btn.btn--default-blue {
    padding-right: 70px;
    padding-left: 70px;
  }
}
.btn.btn--default:before, body#top .btn.btn--default-blue:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn--default:hover, body#top .btn.btn--default-blue:hover {
  color: #fff !important;
}
.btn.btn--default:hover:before, body#top .btn.btn--default-blue:hover:before {
  width: 100%;
}
.btn.btn--sub {
  background: #d4e1ef;
  font-weight: bold;
  color: #0467bc;
  text-decoration: none;
}
.btn.btn--sub:hover, .btn.btn--sub:active, .btn.btn--sub:focus {
  color: #0467bc;
  text-decoration: none;
}
.btn.btn--sub:visited {
  color: #0467bc;
}
@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:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.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: #0467bc;
  text-decoration: none;
  font-weight: bold;
}
.btn.btn--white:hover, .btn.btn--white:active, .btn.btn--white:focus {
  color: #0467bc;
  text-decoration: none;
}
.btn.btn--white:visited {
  color: #0467bc;
}
.btn.btn--ghost {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn--ghost:hover, .btn.btn--ghost:active, .btn.btn--ghost:focus {
  color: white;
  text-decoration: none;
}
.btn.btn--ghost:visited {
  color: white;
}
.btn.btn--ghost:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn--ghost:hover {
  color: #000 !important;
}
.btn.btn--ghost:hover:before {
  width: 100%;
}
.btn.btn--ghost-black {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  display: inline-block;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn--ghost-black:hover, .btn.btn--ghost-black:active, .btn.btn--ghost-black:focus {
  color: black;
  text-decoration: none;
}
.btn.btn--ghost-black:visited {
  color: black;
}
.btn.btn--ghost-black:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn--ghost-black:hover {
  color: #fff;
}
.btn.btn--ghost-black:hover:before {
  width: 100%;
}
.btn.btn--black {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #111;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #111;
}
.btn.btn--black:hover, .btn.btn--black:active, .btn.btn--black:focus {
  color: white;
  text-decoration: none;
}
.btn.btn--black:visited {
  color: white;
}
.btn.btn--black:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn.btn--black:hover {
  color: #000;
}
.btn.btn--black:hover:before {
  width: 100%;
}
.btn.btn--w100 {
  width: 100%;
}
.btn.btn--w75 {
  width: 75%;
}

input.btn.btn--default:hover, body#top input.btn.btn--default-blue:hover {
  background: #000 !important;
}
input.btn.btn-lg {
  border: 1px solid #999;
  color: #666;
}
input.btn.btn-lg:hover {
  background: #666 !important;
  color: #fff;
}

.box-a {
  border: 1px solid #ddd;
  padding: 2em;
  margin-top: 2.4em;
}
.box-a h2, .box-a h3, .box-a h4 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}
.box-a p, .box-a ul, .box-a dl, .box-a ol {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-a ul li {
  margin: 5px 0;
}

.box-b {
  margin-top: 2.4em;
  background: #f0f0f0;
  padding: 1.5em;
}
.box-b h4 {
  display: block;
  background: none;
  margin-top: 0.5em;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
.box-b h4::before {
  font-family: FontAwesome;
  content: "\f071";
  color: #eab136;
  margin-right: 5px;
}
.box-b h4:first-child {
  margin-top: 0;
}
.box-b p {
  line-height: 1.4;
  margin-top: 0.5em;
}

.notice {
  background: #faefee;
  border: 1px solid #EE4035;
  padding: 1.5em;
  margin-top: 2.4em;
}
.notice p {
  margin-top: 0;
  color: #333;
}
.notice a {
  color: #ed2f53;
}

.kpi-box__item {
  margin-top: 1.6em;
  padding: 2em;
  border-radius: 15px;
}
.kpi-box__item h4 {
  width: 100%;
  background: none;
  margin: 0;
  padding: 0;
}
.kpi-box__item ul.list {
  margin-top: 0;
}
.kpi-box__item ul.list li {
  margin: 5px 0;
}
.kpi-box__item.type-a {
  background: #fff0cd;
}
.kpi-box__item.type-b {
  background: #ffe2ca;
}
@media screen and (min-width: 768px) {
  .kpi-box__item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .kpi-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kpi-box__item {
    width: calc(50% - 15px);
  }
}

.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%;
}
@media screen and (min-width: 768px) {
  .content table tr:nth-child(odd) {
    background: #f5f5f5;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .content table th {
    background: #f5f5f5;
  }
}
.content table thead th {
  background: #000;
  color: #fff;
}
.content table dl.horizontal:before, .content table dl.horizontal:after {
  content: " ";
  display: table;
}
.content table dl.horizontal:after {
  clear: both;
}
.content table dl.horizontal dt {
  width: 3.5em;
  float: left;
  font-weight: bold;
  margin: 2px 0;
}
.content table dl.horizontal dd {
  padding: 2px 0 2px 4em;
  margin: 2px 0;
}
.content table dl.horizontal.wide dt {
  width: 7em;
}
.content table dl.horizontal.wide dd {
  padding: 2px 0 2px 7.5em;
}
@media print {
  .content table th, .content table td {
    padding: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .content table.color tr:nth-child(odd) {
    background: none;
  }
}
.content table.color th {
  background: #fff5e9 !important;
}
.content table.color th, .content table.color td {
  border-bottom: 1px solid #d60210;
}
.content table.new-nisa {
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .content table.new-nisa tr:nth-child(odd) {
    background: none;
  }
}
.content table.new-nisa th, .content table.new-nisa td {
  border: 1px solid #ddd;
}
.content table.new-nisa th {
  background: #ffe9c7;
  text-align: center;
}
.content table.new-nisa th span {
  font-weight: normal;
  font-size: 80%;
}
.content table.new-nisa td.title {
  background-color: #fff9e0;
  padding: 5px;
}
.content table.new-nisa thead th {
  background: none;
}
.content table.new-nisa thead th:nth-child(2) {
  background: #94c31e;
}
.content table.new-nisa thead th:nth-child(3) {
  background: #23b8bc;
}
.content table.new-nisa .em {
  color: #23b8bc;
}

@media screen and (max-width: 767px) {
  .content table:not(.nowrap) th, .content table:not(.nowrap) td {
    display: block;
    border-bottom: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .scroll table {
    width: 100%;
  }
  .scroll table th, .scroll table td {
    display: table-cell !important;
  }
}
.content .tbl-border th, .content .tbl-border td {
  border: 1px solid #ddd;
}
.content .tbl-border th {
  background: #000;
  color: #fff;
}

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

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

.content table.color1 th {
  text-align: center !important;
}
.content table.color1 tbody th {
  background: #efefef;
}
.content table.color1 tbody th.color_b {
  background: #bdd7ee;
  color: #0861b0;
}
.content table.color1 tbody th.color_g {
  background: #eef6eb;
  color: #367421;
}
.content table.color1 tbody th.color_o {
  background: #f8cbad;
  color: #e26614;
}
.content table.color1 tbody th.color_r {
  background: #cd3a2f;
  color: #fff;
}
.content table.color1 tbody th.color_y {
  background: #ffe699;
  color: #d29f00;
}
.content table.color1 td {
  background: #fff !important;
}

.content table.color2 th {
  text-align: center !important;
}
.content table.color2 tbody th {
  background: #fff5e9;
}
.content table.color2 td {
  background: #fff !important;
}
.content table.color2 th, .content table.color2 td {
  border-color: #d60210;
}

.content table.color3 th {
  text-align: center !important;
}
.content table.color3 tbody th {
  background: #f4f9ff;
}
.content table.color3 td {
  background: #fff !important;
}
.content table.color3 th, .content table.color3 td {
  border-color: #1b559e;
}

.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: "↑↓";
}

#adminBox .link-btn {
  margin-top: 0;
}
#adminBox .link-btn .btn {
  padding: 10px 2em;
  background: #EE4035;
  border-radius: 2px;
}

@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;
}
.acms-entry [class*=column-file-] {
  margin-top: 1.6em;
  margin-bottom: 0;
}

.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: left;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .circle-box__img {
    position: absolute;
    top: 0;
    left: -291px;
  }
}
.circle-box__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .circle-box__img img {
    width: 582px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .circle-box__body {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 400px;
    padding-left: 341px;
    padding-right: 50px;
    text-align: left;
  }
}
.circle-box__title {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
}
.circle-box__lead {
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.circle-box__text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  text-align: left;
  color: #000 !important;
}
@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: -291px;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .circle-box:nth-child(even) .circle-box__body {
    padding-right: 341px;
    padding-left: 50px;
  }
}

.content .nomargin {
  margin: 0 !important;
}

.sec-news .btn {
  padding: 10px;
  display: block;
  margin: 0 10px;
}
.sec-news .news-contents {
  border-top: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .sec-news .news-contents {
    margin-top: 1.6em;
  }
}
.sec-news .news-contents .entry-list {
  margin: 0;
}
.sec-news .news-contents .entry-list dd {
  border-bottom: 1px solid #E5E5E5;
}
.sec-news .news-contents .entry-list dd a {
  color: #000;
}

.link-wrap {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .link-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    margin-left: -20px;
  }
}
.link-wrap .link-item {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  padding: 20px 20px 3.2em;
  display: block;
  position: relative;
  border: 1px solid #E5E5E5;
  color: #000;
}
.link-wrap .link-item:hover, .link-wrap .link-item:active, .link-wrap .link-item:focus {
  color: black;
  text-decoration: none;
}
.link-wrap .link-item:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  .link-wrap .link-item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .link-wrap .link-item {
    padding: 30px 30px 3.2em;
    width: 33.3333333333%;
    margin-left: 20px;
  }
}
.link-wrap .link-item a {
  color: #000;
}
.link-wrap .link-item a[href$=".pdf"]::after {
  content: none;
}
.link-wrap .link-item:hover {
  -webkit-box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
          box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
}
.link-wrap .link-item:after {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 0.7em;
}
.link-wrap .link-item h3 {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
}
.link-wrap .link-item .thumb {
  margin-top: 0.6em;
}
.link-wrap .link-item .text {
  margin-top: 0.8em;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-wrap .link-item .period {
  background: #F5F5F5;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  margin-top: 1em;
}
.link-wrap .link-item .period dl {
  padding: 0;
  margin: 0;
}
.link-wrap .link-item .period dl dt {
  font-weight: bold;
}
.link-wrap .link-item .period dl dd {
  padding: 0;
  margin: 0;
}

.news .content .entry-list .cat {
  width: 6em;
  text-align: center;
  padding: 2px 0;
}

.content .flow {
  margin-top: 1.6em;
}
.content .flow__step {
  border-radius: 6px;
  width: 280px;
  height: 280px;
  background: #608CF8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
}
.content .flow__step dl {
  margin-top: 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.content .flow__step dl dt {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: normal;
}
.content .flow__step dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.content .flow__step dl dd.icon {
  margin: 10px 0;
}
.content .flow__step dl dd.icon img {
  width: 60px;
}
.content .flow__step::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  right: 50%;
  bottom: -25px;
  margin-right: -15px;
}
.content .flow__step:nth-child(4)::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .content .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .flow__step {
    width: 180px;
    height: 180px;
  }
  .content .flow__step::after {
    border-width: 15px 0 15px 18px;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    right: -30px;
    top: 50%;
    bottom: inherit;
    margin-top: -15px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .content .flow__step {
    width: 250px;
    height: 250px;
  }
}

.recruit {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit .recruit-contents {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .recruit .recruit-contents .recruit-item {
    width: 50%;
    margin: 0;
  }
}
.recruit .recruit-contents .recruit-item .inner {
  padding: 4.6vw 1em 5.3vw;
}
.recruit .recruit-contents .recruit-item a {
  color: #fff;
}
.recruit .recruit-contents .recruit-item .btn--ghost {
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
}
.recruit__title h2 {
  color: #fff;
  font-weight: normal;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "GFS Didot", serif;
  line-height: 1;
  line-height: 1.7;
  background: none;
  padding: 0;
  border: none;
}
.recruit__title p {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 7px;
  font-weight: bold;
  margin-top: 2.14vw;
}
.recruit__new {
  background: url("../img/top/bg_recruit_new.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.recruit__career {
  background: url("../img/top/bg_recruit_mid-career.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.fromTopIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromTopOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromBottomOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromRightOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  opacity: 0;
}

.js-inview.show {
  position: relative;
}
.js-inview.show::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ddd;
  -webkit-transition: width 1s ease 0.5s, opacity 0.5s ease 1.5s;
  transition: width 1s ease 0.5s, opacity 0.5s ease 1.5s;
}
.js-inview.show img {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1.5s;
  transition: opacity 1s ease 1.5s;
}

.js-inview-active.show::before {
  width: 100%;
  opacity: 0;
}
.js-inview-active.show img {
  opacity: 1;
}

.js-inview.fade-in-up {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-inview-active.fade-in-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-inview:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-inview:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-inview:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-inview:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-inview:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-inview:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js-inview:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-inview:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.js-inview:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.notes {
  margin-top: 15px;
  border: 2px solid #dddddd;
  padding: 1em;
}
.notes h2, .notes h3, .notes h4 {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.notes ul {
  margin: 0;
}
.notes ul li {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .entry-list:first-child {
    border-top: 1px dotted #ccc;
  }
}
@media screen and (max-width: 767px) {
  .entry-list dt {
    padding: 5px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .entry-list dt {
    /*width: 6em;*/
    float: left;
    clear: left;
    padding: 10px 0;
  }
}
.entry-list dt .cat {
  display: inline-block;
  padding: 3px 1em 2px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 1em;
  background: #000;
  font-weight: normal;
  line-height: 1;
}
.entry-list dt .cat.cat-other {
  background: #9B9B9B;
}
.entry-list dt .cat.cat-seminar {
  background: #25C37A;
}
.entry-list dt .cat.cat-retail {
  background: #62C1C2;
}
.entry-list dt .cat.cat-products {
  background: #388CD5;
}
.entry-list dt .cat.cat-sumile-with-project {
  background: #62C1C2;
}
.entry-list dt .cat.cat-ipopo {
  background: #3B8B5A;
}
.entry-list dt .cat.cat-jinji {
  background: #C38C25;
}
.entry-list dt .cat.cat-ir {
  background: #B4B41F;
}
.entry-list dt .cat.cat-guide {
  background: #00335F;
}
.entry-list dt .cat.cat-csr {
  background: #2F78A6;
}
.entry-list dt .cat.cat-report {
  background: #608CF8;
}
.entry-list dt .cat.cat-notification {
  background: #e5b030;
}
@media screen and (max-width: 767px) {
  .entry-list dd {
    margin-left: 0;
    padding: 0 10px 5px;
    border-bottom: 1px dotted #ccc;
  }
}
@media screen and (min-width: 768px) {
  .entry-list dd {
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #ccc;
  }
}
.entry-list dd a {
  color: #000;
}
.entry-list dd a:hover {
  color: #0467bc;
}
.entry-list.top-entry-list {
  margin: 0;
  text-align: left;
}
.entry-list.top-entry-list dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 0 0 0;
  float: none;
}
.entry-list.top-entry-list dd {
  padding: 0 0 5px;
  margin: 0;
  border: none;
}
.entry-list.top-entry-list dd a {
  color: #000;
}
.entry-list.seminar dt .cat {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .entry-list.seminar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    padding: 1em 0;
  }
  .entry-list.seminar dt {
    padding: 10px 1em;
    text-align: center;
    width: 20%;
  }
  .entry-list.seminar dt .cat {
    margin: 0 !important;
  }
  .entry-list.seminar dt .date {
    display: inline-block;
    width: 100%;
    padding: 3px 5px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #111;
    margin-top: 3px;
  }
  .entry-list.seminar dd {
    margin-top: 1.6em;
    padding: 10px 1em;
    border-bottom: none;
  }
  .entry-list.seminar dd.store {
    text-align: center;
  }
  .entry-list.seminar dd:nth-child(2) {
    width: 15%;
  }
  .entry-list.seminar dd:nth-child(3) {
    width: 45%;
  }
  .entry-list.seminar dd:nth-child(4) {
    width: 20%;
  }
  .entry-list.seminar .means {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  .entry-list.seminar .means .icon {
    background: #333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
  }
  .entry-list.seminar .lecturer {
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .entry-list.seminar .lecturer .icon::after {
    content: "：";
  }
}

.entry-list-thumb {
  padding: 13px;
  border-bottom: 1px solid #eee;
}
.entry-list-thumb:before, .entry-list-thumb:after {
  content: " ";
  display: table;
}
.entry-list-thumb:after {
  clear: both;
}
.entry-list-thumb a {
  display: block;
}
.entry-list-thumb a:before, .entry-list-thumb a:after {
  content: " ";
  display: table;
}
.entry-list-thumb a:after {
  clear: both;
}
.entry-list-thumb__thumb {
  float: left;
  margin-top: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .entry-list-thumb__thumb {
    width: 60px;
  }
}
.entry-list-thumb__body {
  overflow: hidden;
}
.entry-list-thumb__date {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}
.entry-list-thumb__date:hover, .entry-list-thumb__date:active, .entry-list-thumb__date:focus {
  color: black;
  text-decoration: none;
}
.entry-list-thumb__date:visited {
  color: black;
}
.entry-list-thumb__title {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.entry-list-thumb__text {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}
.entry-list-thumb__text:hover, .entry-list-thumb__text:active, .entry-list-thumb__text:focus {
  color: black;
  text-decoration: none;
}
.entry-list-thumb__text:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  .entry-list-thumb__text {
    display: none;
  }
}

.entry-list-thumb-mini {
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-list-thumb-mini a {
  display: block;
}
.entry-list-thumb-mini a:before, .entry-list-thumb-mini a:after {
  content: " ";
  display: table;
}
.entry-list-thumb-mini a:after {
  clear: both;
}
.entry-list-thumb-mini__thumb {
  float: left;
  margin-top: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .entry-list-thumb-mini__thumb {
    width: 60px;
  }
}
.entry-list-thumb-mini__body {
  overflow: hidden;
}
.entry-list-thumb-mini__date {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  text-decoration: none;
}
.entry-list-thumb-mini__date:hover, .entry-list-thumb-mini__date:active, .entry-list-thumb-mini__date:focus {
  color: #555555;
  text-decoration: none;
}
.entry-list-thumb-mini__date:visited {
  color: #555555;
}
.entry-list-thumb-mini__title {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.content ul li.entry-list-photo {
  list-style: none !important;
}
@media screen and (max-width: 767px) {
  .acms-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.game-detail .date {
  padding-left: 0;
}
.game-detail h3.heading-sub {
  background: #ddd;
  color: #000;
}
.game-detail table {
  margin-top: 0;
}
.game-detail table thead {
  background: #eee;
}
.game-detail table th, .game-detail table td {
  padding: 5px;
  border: 1px solid #ddd;
}
.game-detail .score {
  margin-top: 1.6em;
}
.game-detail .score table th, .game-detail .score table td {
  border: 3px solid #000;
  text-align: center;
  width: 33.3333%;
}
.game-detail .score table th {
  background: #000;
  color: #fff;
}
.game-detail .score table .score-main {
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
}
.game-detail .score table table th, .game-detail .score table table td {
  border: 0;
}
@media screen and (max-width: 767px) {
  .game-detail .score table table th, .game-detail .score table table td {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.game-detail .line-up-area:before, .game-detail .line-up-area:after {
  content: " ";
  display: table;
}
.game-detail .line-up-area:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .game-detail .line-up {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .category-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.category-list ul {
  margin: 1.6em 0;
  padding: 0;
}
.category-list ul li {
  display: inline-block;
  list-style: none;
  background: #e9e9e9;
  padding: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .category-list ul li {
    padding: 10px;
    margin-right: 10px;
  }
}

.banner {
  margin-top: 1.6em;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner ul li {
  list-style: none;
  margin-bottom: 5px;
}
.sponsor:before, .sponsor:after {
  content: " ";
  display: table;
}
.sponsor:after {
  clear: both;
}
.sponsor ul {
  margin: 0;
  padding: 0;
}
.sponsor ul li {
  list-style: none;
  margin-top: 1.6em;
}
.link-wrap {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .link-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: -20px;
  }
}
.link-wrap .link-item {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  padding: 20px 20px 3.2em;
  display: block;
  position: relative;
  border: 1px solid #E5E5E5;
  color: #000;
  margin-bottom: 20px;
}
.link-wrap .link-item:hover, .link-wrap .link-item:active, .link-wrap .link-item:focus {
  color: black;
  text-decoration: none;
}
.link-wrap .link-item:visited {
  color: black;
}
@media screen and (min-width: 768px) {
  .link-wrap .link-item {
    padding: 30px 30px 3.2em;
    width: calc(33.333% - 20px);
    margin-left: 20px;
  }
}
.link-wrap .link-item a {
  color: #000;
}
.link-wrap .link-item a[href$=".pdf"]::after {
  content: none;
}
.link-wrap .link-item:hover {
  -webkit-box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
          box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
}
.link-wrap .link-item:after {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 0.7em;
}
.link-wrap .link-item h3 {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.link-wrap .link-item .thumb {
  margin-top: 0.6em;
}
.link-wrap .link-item .text {
  margin-top: 0.8em;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-wrap .link-item .period {
  background: #F5F5F5;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px;
  margin-top: 1em;
}
.link-wrap .link-item .period dl {
  padding: 0;
  margin: 0;
}
.link-wrap .link-item .period dl dt {
  font-weight: bold;
}
.link-wrap .link-item .period dl dd {
  padding: 0;
  margin: 0;
}
.link-wrap .link-item .icon-text {
  padding: 5px;
  background: #D6000F;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

body#top video {
  display: block;
}
body#top .keyv p {
  margin: 0;
}
body#top .keyv ul {
  margin: 0;
  padding: 0;
}
body#top .keyv .slick-prev {
  background: url(../img/top/keyv_prev.png) no-repeat 50% 50%;
  background-size: contain;
  width: 4vw;
  height: 16.2vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#top .keyv .slick-prev:before {
  display: none;
}
@media screen and (min-width: 768px) {
  body#top .keyv .slick-prev {
    left: 50px;
  }
}
body#top .keyv .slick-next {
  background: url(../img/top/keyv_next.png) no-repeat 50% 50%;
  background-size: contain;
  width: 4vw;
  height: 16.2vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#top .keyv .slick-next:before {
  display: none;
}
@media screen and (min-width: 768px) {
  body#top .keyv .slick-next {
    right: 50px;
  }
}
body#top main h2 {
  color: #00335F;
  text-align: center;
  font-weight: normal;
  margin-top: 0;
  /*&::after {
            display: block;
            content: '';
            background: #62C1C2;
            height: 1px ;
            width: 60px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
        }*/
}
body#top main h2 .en {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "GFS Didot", serif;
  display: block;
  line-height: 1;
  /*letter-spacing: 0.15em;*/
}
body#top main h2 .jp {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #00335F;
}
body#top main h3 {
  color: #00335F;
  text-align: center;
  font-weight: normal;
}
body#top main h3 .en {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "GFS Didot", serif;
  display: block;
  line-height: 1;
}
body#top main h3 .jp {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #00335F;
}
body#top .btn.btn--default-blue {
  border: 1px solid #00335F;
  color: #00335F;
  text-decoration: none;
}
body#top .btn.btn--default-blue:hover, body#top .btn.btn--default-blue:active, body#top .btn.btn--default-blue:focus {
  color: #00335f;
  text-decoration: none;
}
body#top .btn.btn--default-blue:visited {
  color: #00335f;
}
body#top .btn.btn--default-blue:before {
  background: #00335F;
}
body#top .to {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body#top .to {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body#top .to a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  body#top .to .to-item {
    width: 50%;
  }
}
body#top .to .to-item .inner {
  padding: 7.8vw 2vw;
}
body#top .to .to-item .inner p {
  margin: 0;
}
body#top .to .to-item.beginner {
  background: url(../img/top/bg_to-beginner.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body#top .to .to-item.transaction {
  background: url(../img/top/bg_to-transaction.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body#top .to .to-item .message {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
}
body#top .to .to-item .message::after {
  display: block;
  content: "";
  background: #fff;
  height: 1px;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
body#top .to .to-item .btn--ghost {
  width: 300px;
  font-size: 14px;
  font-size: 1.4rem;
}
body#top .products {
  background: #F2F5F7;
  text-align: center;
  padding: 4.28vw 0;
  width: 100%;
  overflow: hidden;
}
body#top .products .retail__title {
  margin-bottom: 1.6em;
}
body#top .products .retail .slider-lineup__item {
  padding: 0 10px;
}
body#top .products .retail .slider-lineup .slick-slide {
  outline: none;
}
body#top .products .retail .slider-lineup .slick-dots {
  bottom: -1.5em;
}
body#top .products .retail a {
  color: #000;
}
body#top .products .retail a:hover .retail-item {
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
  opacity: 0.6;
}
body#top .products .retail .retail-item {
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}
body#top .products .retail .retail-item .thumb {
  overflow: hidden;
}
body#top .products .retail .retail-item .thumb img {
  width: 100%;
}
body#top .products .retail .retail-item .title {
  margin-top: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  color: #00335F;
  font-weight: bold;
}
body#top .products .pickup {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
body#top .products .pickup .bn-slide {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}
body#top .products .pickup .bn-slide .slick-track {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body#top .products .pickup .bn-slide .img {
  text-align: center;
  margin: 0 5px;
  height: 172px;
  width: auto !important;
}
body#top .products .pickup .bn-slide .img img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto !important;
  /*width: 70%;
  height: auto;*/
}
body#top .products .pickup .bn-slide a[href$=".pdf"]::after {
  content: none;
}
body#top .products .pickup .slick-slide {
  height: auto;
}
body#top .products .pickup .slick-dots {
  bottom: auto;
  margin: 0;
}
body#top .products .pickup .slick-dots li button:before {
  color: #939393;
  opacity: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
body#top .products .pickup .slick-dots li.slick-active button:before {
  color: #00335F;
  opacity: 1;
}
body#top .products p {
  margin-top: 0;
}
body#top .cms {
  padding: 5.35vw 0;
}
body#top .cms__title {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  body#top .cms .cms-contents {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#top .cms .cms-item {
  margin: 1.6em 0 3.2em;
}
body#top .cms .cms-item dl.entry-list {
  margin-top: 4px;
}
body#top .cms .cms-item dl.entry-list dt {
  float: none;
  clear: none;
  padding-bottom: 0;
}
body#top .cms .cms-item dl.entry-list dt .cat {
  margin-left: 0;
}
body#top .cms .cms-item dl.entry-list dd {
  padding: 0;
  border-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  body#top .cms .cms-item {
    width: 33.3333333333%;
    margin: 0;
    padding-bottom: 5em;
    position: relative;
  }
  body#top .cms .cms-item dl.entry-list {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body#top .cms .cms-item .index {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  body#top .cms .news {
    padding-right: 1.5vw;
    border-right: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 768px) {
  body#top .cms .report {
    padding: 0 1.6vw;
    border-right: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 768px) {
  body#top .cms .event {
    padding-left: 1.5vw;
  }
}
body#top .important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#top .important__news {
  width: 100%;
}
body#top .important__banner {
  width: 100%;
}
body#top .important__banner ul {
  padding: 0;
}
body#top .important__banner ul li {
  list-style: none;
  margin: 15px 0 0 0;
}
body#top .important__banner ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  body#top .important {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  body#top .important__news {
    width: 65%;
  }
  body#top .important__banner {
    width: 30%;
  }
}
body#top .news-pickup {
  border: 1px solid red;
  padding: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body#top .news-pickup {
    margin-top: 20px;
  }
}
body#top .news-pickup ul {
  margin: 0;
}
body#top .recruit {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body#top .recruit .recruit-contents {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  body#top .recruit .recruit-contents .recruit-item {
    width: 50%;
    margin: 0;
  }
}
body#top .recruit .recruit-contents .recruit-item .inner {
  padding: 4.6vw 1em 5.3vw;
}
body#top .recruit .recruit-contents .recruit-item a {
  color: #fff;
}
body#top .recruit__title h2 {
  color: #fff;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "GFS Didot", serif;
  line-height: 1;
  line-height: 1.7;
}
body#top .recruit__title p {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 7px;
  font-weight: bold;
  margin-top: 2.14vw;
}
body#top .recruit__new {
  background: url("../img/top/bg_recruit_new.jpg") no-repeat 50% 50%;
  background-size: cover;
}
body#top .recruit__career {
  background: url("../img/top/bg_recruit_mid-career.jpg") no-repeat 50% 50%;
  background-size: cover;
}
body#top .other {
  padding: 7.1vw 0 4vw;
}
body#top .other .other-list {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body#top .other .other-list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#top .other li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  body#top .other li {
    width: 33.3333333333%;
    margin: 0;
  }
}
body#top .other li a {
  color: #00335F;
}
body#top .other li a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
body#top .other li .thumb {
  overflow: hidden;
}
body#top .other li .thumb img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
body#top .other li .title {
  text-align: center;
  margin: 1.4vw 0 0;
  border-left: 1px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
body#top .other li .title p {
  margin: 0;
  padding: 0.5em;
}
body#top .other li:last-child .title {
  border-right: 1px solid #000;
}
body#top .banner {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  body#top .banner {
    padding-top: 1.6em;
    padding-bottom: 3.2em;
  }
}
body#top .banner ul {
  margin: 0;
  padding: 0;
}
body#top .banner ul li {
  list-style: none;
}
body#top .banner ul li a {
  display: inline-block;
  /*border: 1px solid #aaa;
  padding: 10px;*/
  text-align: center;
  color: #444;
  text-decoration: none;
  width: 100%;
}
body#top .banner ul li a:hover, body#top .banner ul li a:active, body#top .banner ul li a:focus {
  color: #444444;
  text-decoration: none;
}
body#top .banner ul li a:visited {
  color: #444444;
}
body#top .banner ul li img {
  background: #fff;
}
@media screen and (min-width: 768px) {
  body#top .banner .fb {
    width: 80%;
    margin: 0 auto;
  }
}
body#top .banner .fb img {
  background: #fff;
}
body#top .risk-banner {
  width: 70%;
  position: fixed;
  bottom: 10px;
  right: 50%;
  z-index: 9999;
}
body#top .risk-banner.hidden {
  display: none;
}
body#top .risk-banner a {
  display: block;
  background: #EE4035 url(../../top/img/icon_risk.svg) no-repeat;
  background-size: 20px;
  background-position: top 50% left 20px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0 1em 1em;
}
body#top .risk-banner a::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 0.75em;
}
body#top .risk-banner .close {
  position: absolute;
  top: -12px;
  right: -5px;
  background: #a51b13;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  padding: 0 0 2px 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  body#top .risk-banner {
    margin-right: -35%;
  }
}
@media screen and (min-width: 992px) {
  body#top .risk-banner {
    width: 300px;
    bottom: 3em;
    right: 10px;
  }
  body#top .risk-banner a {
    padding: 1.25em 0 1.25em 2em;
    background-size: 25px;
    background-position: top 50% left 30px;
  }
  body#top .risk-banner a:hover {
    opacity: 0.9;
  }
}

body.about .about-box {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  body.about .about-box {
    height: 25vw;
  }
}
@media screen and (max-width: 767px) {
  body.about .about-box {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 60vw;
  }
}
body.about .about-box:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
body.about .about-box__body {
  z-index: 1;
}
body.about .about-box__title {
  margin-top: 0;
}
body.about .about-box--01 {
  background: url(../../about/img/bg01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.about .about-box--02 {
  background: url(../../about/img/bg02.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.about .about-box--03 {
  background: url(../../about/img/bg03.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.about .about-box--04 {
  background: url(../../about/img/bg04.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.about .about-box--05 {
  background: url(../../about/img/bg05.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.about .about-box__btn-box a {
  display: block;
  width: 100%;
  padding: 18px;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.about .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 50px;
  }
}
body.about .other__title {
  font-size: 20px;
  font-size: 2rem;
}
body.about .other__text {
  font-size: 14px;
  font-size: 1.4rem;
}
body.about .other__img {
  text-align: center;
}
body.about .other__img img {
  max-width: 200px;
}
body.about .other .btn--default, body.about .other body#top .btn.btn--default-blue, body#top body.about .other .btn.btn--default-blue {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  body.about .other .btn--default, body.about .other body#top .btn.btn--default-blue, body#top body.about .other .btn.btn--default-blue {
    width: 100%;
  }
}
body.about .other .logo {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  body.about .other .logo {
    width: 30%;
  }
}
body.about .other .woman {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  body.about .other .woman {
    width: 35%;
    border-left: 1px solid #ddd;
  }
}
body.about .other .smile {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  body.about .other .smile {
    width: 35%;
    border-left: 1px solid #ddd;
  }
}
body.about .other .smile .other__img {
  margin-top: 0;
}
body.about .other .smile .other__img img {
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  body.about.greeting .box-normal {
    width: 47em;
    margin-left: auto;
    margin-right: auto;
  }
}
body.about .decoration {
  margin-top: 1.6em;
  border: 1px solid #ddd;
  background: #efefef;
  padding: 30px;
  font-size: 84%;
}
body.about .decoration .name {
  margin-top: 0;
  font-weight: bold;
}
body.about .decoration .sign {
  text-align: right;
}
body.about .decoration .sign img {
  width: 10vw;
}
@media screen and (max-width: 767px) {
  body.about .decoration .sign img {
    width: 30vw;
  }
}
body.about .entry-list .column3 dl {
  margin-top: 0;
}
body.about.smilewith section {
  padding: 4.7vw 0;
}
body.about.smilewith section.cm {
  padding-bottom: 0;
}
body.about.smilewith section .content {
  padding-bottom: 0;
}
body.about.smilewith .page-title h1 {
  letter-spacing: 5px;
}
body.about.smilewith .page-title__copy {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body.about.smilewith .page-title__lead br {
    display: none;
  }
}
body.about.smilewith .sec-main {
  padding: 0;
}
body.about.smilewith .smile-title {
  margin-bottom: 5.3vw;
}
body.about.smilewith .smile-title .title_img {
  padding: 0 3.4vw;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body.about.smilewith .smile-title .title_img {
    padding: 0 15vw;
  }
}
body.about.smilewith .smile-title .lead {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.about.smilewith .smile-title .lead {
    margin-top: 0;
  }
  body.about.smilewith .smile-title .lead.img {
    width: 40.5vw;
  }
}
body.about.smilewith .smile-title .summary {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4B4B4B;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.about.smilewith .smile-title .summary br {
    display: none;
  }
}
body.about.smilewith .smile-title .sub-copy {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  body.about.smilewith .smile-title .sub-copy br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.about.smilewith .smile-title.future .title_img {
    padding: 0 2.6vw;
  }
}
body.about.smilewith .icon-search {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}
body.about.smilewith .slide {
  text-align: center;
}
body.about.smilewith .slide img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.about.smilewith .slide {
    margin: 0 8.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.about.smilewith .slide-nav {
    margin: 0 8.2vw;
  }
}
body.about.smilewith .slide-nav .slick-slide {
  border: 1px solid #000;
  margin: 5px;
}
body.about.smilewith .slide-nav .slick-list {
  margin: 0 2.1vw;
}
body.about.smilewith .slide-nav .slick-prev,
body.about.smilewith .slide-nav .slick-next {
  width: 24px;
  height: 24px;
  left: auto;
  right: auto;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.about.smilewith .slide-nav .slick-prev:before,
body.about.smilewith .slide-nav .slick-next:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
}
body.about.smilewith .slide-nav .slick-prev {
  left: 0;
}
body.about.smilewith .slide-nav .slick-prev:before {
  background: url(../img/icon_arrow_prev.png) no-repeat 50% 50%;
  background-size: contain;
}
body.about.smilewith .slide-nav .slick-next {
  right: 0;
}
body.about.smilewith .slide-nav .slick-next:before {
  background: url(../img/icon_arrow_next.png) no-repeat 50% 50%;
  background-size: contain;
}
body.about.smilewith .cm .smile-title .title_img {
  padding: 0;
}
body.about.smilewith .cm .smile-title .summary {
  margin-top: 0;
}
body.about.woman .content h2 {
  border-bottom-color: #f0a397;
  background: #fff3f1;
  color: #cb5954;
}
body.about.woman .content h3 {
  border-left-color: #f0a397;
  border-bottom-color: #fff3f1;
  color: #cb5954;
}
body.about.woman .content h4.h4-b {
  color: #cb5954;
}
body.about.woman .content h4.h4-b .icon {
  background: #f0a397;
}
body.about.woman .content h5.h5-a {
  color: #cb5954;
}
body.about.woman .content p, body.about.woman .content ul, body.about.woman .content li {
  color: #474747;
}
body.about.woman ul.list li {
  background: none;
  position: relative;
}
body.about.woman ul.list li::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f0a397;
  position: absolute;
  top: 0.55em;
  left: 0;
}
body.about.next_generation .content h2 {
  border-bottom-color: #97b6f0;
  background: #f1f5ff;
  color: #5486cb;
}
body.about.next_generation .content h3 {
  border-left-color: #97b6f0;
  border-bottom-color: #f1f5ff;
  color: #5486cb;
}
body.about.next_generation .content h4.h4-b {
  color: #5486cb;
}
body.about.next_generation .content h4.h4-b .icon {
  background: #97b6f0;
}
body.about.next_generation .content h5.h5-a {
  color: #5486cb;
}
body.about.next_generation .content p, body.about.next_generation .content ul, body.about.next_generation .content li {
  color: #474747;
}
body.about.next_generation ul.list li {
  background: none;
  position: relative;
}
body.about.next_generation ul.list li::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #97b6f0;
  position: absolute;
  top: 0.55em;
  left: 0;
}

.arranging-box {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .arranging-box {
    width: 25%;
    float: left;
  }
}
.arranging-box + hr.clearHidden {
  clear: none;
  display: none;
}
.arranging-box .inner {
  margin: 0 10px;
}
.arranging-box p {
  margin: 0;
}
.arranging-box .logo {
  border: 1px solid #ddd;
}
.arranging-box .title {
  margin: 5px 0;
}
.arranging-box .title a {
  color: #000;
}
.arranging-box .date {
  color: #666;
  font-size: 80%;
}

body.retail .anchor-link ul li {
  width: calc(33.3333% - 10px);
}
body.retail .anchor-link ul li a {
  padding: 1vw 0;
}
body.retail .anchor-link ul li a::before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 40%;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: auto;
}
body.retail .anchor-link ul li:nth-child(1) a::before {
  background-image: url(../../retail/img/icon_01.svg);
}
body.retail .anchor-link ul li:nth-child(1) a:hover::before {
  background-image: url(../../retail/img/icon_01_w.svg);
}
body.retail .anchor-link ul li:nth-child(2) a::before {
  background-image: url(../../retail/img/icon_02.svg);
}
body.retail .anchor-link ul li:nth-child(2) a:hover::before {
  background-image: url(../../retail/img/icon_02_w.svg);
}
body.retail .anchor-link ul li:nth-child(3) a::before {
  background-image: url(../../retail/img/icon_03.svg);
}
body.retail .anchor-link ul li:nth-child(3) a:hover::before {
  background-image: url(../../retail/img/icon_03_w.svg);
}
body.retail .anchor-link ul li:nth-child(4) a::before {
  background-image: url(../../retail/img/icon_04.svg);
}
body.retail .anchor-link ul li:nth-child(4) a:hover::before {
  background-image: url(../../retail/img/icon_04_w.svg);
}
body.retail .anchor-link ul li:nth-child(5) a::before {
  background-image: url(../../retail/img/icon_05.svg);
}
body.retail .anchor-link ul li:nth-child(5) a:hover::before {
  background-image: url(../../retail/img/icon_05_w.svg);
}
body.retail .anchor-link ul li:nth-child(6) a::before {
  background-image: url(../../retail/img/icon_06.svg);
}
body.retail .anchor-link ul li:nth-child(6) a:hover::before {
  background-image: url(../../retail/img/icon_06_w.svg);
}
@media screen and (max-width: 767px) {
  body.retail .anchor-link ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  body.retail .anchor-link ul li {
    width: calc(16.6666% - 15px);
  }
}
body.retail .retail-item {
  background: #F5F5F5;
  margin: 0;
}
body.retail .retail-item__body {
  padding: 1.5em;
}
body.retail .retail-item__title {
  margin-top: 0;
  background: none;
  border-bottom: 1px solid #000;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  body.retail .retail-item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.retail .retail-item__thumb {
    width: 59.3vw;
  }
  body.retail .retail-item__body {
    width: 40.7vw;
    padding: 3.92vw 5.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.retail .retail-item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.retail .retail-item__thumb {
    width: 54.3vw;
  }
  body.retail .retail-item__body {
    width: 45.7vw;
    padding: 3.92vw 4.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.retail .retail-item__thumb {
    padding: 1em;
  }
}
body.retail .retail-item__body {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
body.retail .retail-item__body .btn-box {
  text-align: center;
}
body.retail .retail-item__title {
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  border: none;
  text-align: center;
}
body.retail .retail-item.--thumb-right .retail-item__thumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.retail .retail-item.--thumb-right .retail-item__thumb img {
  width: 100%;
}
body.retail .retail-item.--thumb-right .retail-item__body {
  /*padding-left: 10.7vw;*/
}
body.retail .retail-item.retail-item-product {
  background: #608CF8;
  margin-top: 1.6em;
}
body.retail .retail-item.retail-item-seminar {
  background: #DD844C;
}
body.retail .retail-item.retail-item-sawayaka {
  background: #7FB5B1;
}
body.retail .retail-item.retail-item-mail {
  background: #A8B1C3;
}
body.retail .retail-item.retail-item-mail ul {
  padding-left: 1em;
  margin: 0;
}
body.retail .retail-item.retail-item-rakuda {
  background: #F18C74;
}
body.retail .retail-item.retail-item-rakuda .retail-item__thumb {
  text-align: center;
  background: #F5F5F5;
  padding: 15vw 15vw 15vw 8vw;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.retail .retail-item.retail-item-rakuda .retail-item__thumb {
    margin: 1em;
  }
}
body.retail .retail-item.retail-item-market {
  background: #debf4d;
}
body.retail .retail-item.retail-item-procedure {
  background: #9778b7;
}
@media screen and (min-width: 768px) {
  body.retail.beginner .beginner-summary {
    padding: 0 6.78vw;
  }
}
@media screen and (min-width: 768px) {
  body.retail.beginner .sec02 .beginner-thumb {
    padding: 0 4.28vw;
  }
}
@media screen and (min-width: 768px) {
  body.retail.beginner .sec03 .beginner-thumb {
    padding: 0 10.7vw;
  }
}
body.retail.beginner .attention-contents {
  margin-top: 1.6em;
}
body.retail.beginner .attention-contents .box {
  border: 1px solid #E5E5E5;
  padding: 3.2vw 6.78vw 3.57vw;
}
body.retail.beginner .attention-contents .box h2 {
  margin: 0;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
body.retail.foreign .sec01 {
  color: #4B4B4B;
}
@media screen and (min-width: 768px) {
  body.retail.foreign .sec01 .foreign-thumb {
    padding: 0 7.1vw;
  }
}
body.retail.foreign .sec01 .attention-box {
  padding: 1.6em;
}
@media screen and (min-width: 768px) {
  body.retail.foreign .sec01 .attention-box {
    padding: 0 9.5vw;
  }
  body.retail.foreign .sec01 .attention-box .foreign-thumb {
    padding: 0 5.7vw;
  }
}
body.retail.foreign .sec01 .attention-box h3 {
  border: none;
  border-bottom: 1px solid #E3E3E3;
  font-size: 22px;
  font-size: 2.2rem;
}
body.retail.foreign .sec02 {
  color: #4B4B4B;
}
body.retail.foreign .sec02 .caption {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.retail.foreign .sec02 .foreign-thumb {
    padding: 0 13.9vw;
  }
}
body.retail.foreign .sec02 ol li span {
  display: block;
}
body.retail.foreign .sec02 ol li span.title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
body.products-bond .page-title__lead {
  text-align: left;
}

.item-list {
  margin-top: 1.6em;
}
.item-list__box {
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
}
.item-list__box .summary p {
  margin-top: 0;
  line-height: 1.5;
}
.item-list__box .img {
  margin-top: 1em;
  text-align: center;
  position: relative;
}
.item-list__box .img .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  border: 4px solid #ed2f53;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #ed2f53;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media screen and (min-width: 768px) {
  .item-list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-list__box .summary {
    width: calc(65% - 30px);
  }
  .item-list__box .img {
    width: 35%;
    margin-top: 0;
  }
}

body.campaign .campaign-item h3 {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
}
body.campaign .campaign-item .thumb {
  width: 100%;
  margin-top: 0.6em;
  position: relative;
}
body.campaign .campaign-item .thumb .icon-new {
  padding: 5px 10px;
  background: #D6000F;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}

body.store .page-title__lead {
  text-align: left;
}
body.store .content-wrap {
  padding-bottom: 0;
}
body.store .store-wrap {
  padding-top: 1.6em;
}
@media screen and (min-width: 768px) {
  body.store .store-wrap {
    padding-top: 1.6em;
    padding-bottom: 3.2em;
  }
}
body.store .store-list {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.store .store-item {
  background: #fff;
  display: inline-block;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  body.store .store-item {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.store .store-item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
  border: 1px solid #ddd;
  position: relative;
}
body.store .store-item a:hover, body.store .store-item a:active, body.store .store-item a:focus {
  color: black;
  text-decoration: none;
}
body.store .store-item a:visited {
  color: black;
}
body.store .store-item a:hover {
  background: #f5f5f5;
}
body.store .store-item a::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  width: 25px;
  height: 25px;
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  text-align: center;
  line-height: 25px;
}
body.store .store-item__thumb {
  margin: 0;
}
body.store .store-item__name {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 15px;
}
body.store .store-item__notice {
  width: 100%;
  padding-bottom: 75%;
  text-align: center;
  position: relative;
  color: #ed2f53;
}
body.store .store-item__notice span {
  width: 150px;
  height: 24px;
  line-height: 24px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -75px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.store .gmap {
    margin: -30px -20px -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body.store .gmap {
    margin: -50px -60px 0 -60px;
  }
}
@media screen and (min-width: 1200px) {
  body.store .gmap {
    margin: -60px -120px 0 -120px;
  }
}
body.store .store-info {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.store .store-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body.store .store-address {
  text-align: left;
  background: #f5f5f5;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  body.store .store-address {
    margin-top: 0;
    width: 70%;
  }
}
body.store .store-tel {
  margin-top: 0;
  font-weight: bold;
  background: #111;
  color: #fff;
  padding: 15px 1.5em;
}
@media screen and (min-width: 768px) {
  body.store .store-tel {
    width: 30%;
  }
}
body.store .store-tel a {
  color: #fff;
  text-decoration: none;
}
body.store .store-tel a:hover, body.store .store-tel a:active, body.store .store-tel a:focus {
  color: white;
  text-decoration: none;
}
body.store .store-tel a:visited {
  color: white;
}
body.store .store-photo {
  margin-top: 1.6em;
}

body.nisa .point h3 {
  background: #000;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  padding: 10px;
}
body.nisa .point ol {
  list-style: none;
  counter-reset: number;
  padding: 0;
  padding-left: 30px;
}
body.nisa .point ol > li {
  margin-bottom: 0.4em;
  list-style: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
body.nisa .point ol > li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #000;
  margin-right: 6px;
  margin-left: -30px;
  border-radius: 50%;
}
body.nisa .point--junior h3 {
  background: #1A4581;
  border: 0;
}
body.nisa .point--junior ol > li:before {
  background: #1A4581;
}
body.nisa.tsumitate section {
  padding: 1.6em 0;
}
body.nisa .h2-nisa h2 {
  border-bottom: none;
  font-size: 30px;
  font-size: 3rem;
  background: #000;
  color: #fff;
}
body.nisa .h2-nisa h2 .icon {
  line-height: 1.2;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.5em 0.5em 0.6em;
  background: #ed2f53;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 1.5em;
}
body.nisa .h2-nisa h2 .icon strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
body.nisa .h3-attention h3 {
  border: none;
  background: #000;
  color: #fff;
}
body.nisa .h3-attention h3 .icon {
  line-height: 1;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0.6em 1em 1em;
  background: #fff;
  color: #000;
  display: inline-block;
  text-align: center;
  margin-right: 1.5em;
}
body.nisa .h3-attention h3 .icon strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
body.nisa .tsumitate-icon {
  text-align: center;
}
body.nisa .tsumitate-icon img {
  width: 90px;
}
body.nisa .lead {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
body.nisa .lead .em {
  font-size: 30px;
  font-size: 3rem;
  color: #ed2f53;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff352));
  background: linear-gradient(transparent 60%, #fff352 0%);
  font-weight: bold;
}
body.nisa .summary dt {
  color: #171c61;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
body.nisa .summary dd {
  margin: 1em 0;
}
body.nisa table .w20 {
  width: 20%;
}
body.nisa table .w40 {
  width: 40%;
}
body.nisa table .w60 {
  width: 60%;
}
body.nisa .comparison table {
  text-align: center;
}
body.nisa .comparison table th {
  text-align: center;
}
body.nisa .comparison table thead th {
  background: #fff;
}
body.nisa .comparison table thead .nisa {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
body.nisa .comparison table thead .tsumitate {
  background: #171c61;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
body.nisa .comparison table tbody .nisa {
  color: #000;
}
body.nisa .comparison table tbody .tsumitate {
  color: #171c61;
}

body.account .btn-icon {
  background: #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #111;
  color: #111;
  text-decoration: none;
}
body.account .btn-icon:hover, body.account .btn-icon:active, body.account .btn-icon:focus {
  color: #111111;
  text-decoration: none;
}
body.account .btn-icon:visited {
  color: #111111;
}
body.account .btn-icon:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
body.account .btn-icon:hover:hover, body.account .btn-icon:hover:active, body.account .btn-icon:hover:focus {
  color: white;
  text-decoration: none;
}
body.account .btn-icon:hover:visited {
  color: white;
}
body.account .btn-icon__img {
  margin-right: 10px;
}
body.account .btn-icon__text {
  font-weight: bold;
}
body.account .document {
  border: 2px solid #333;
  padding: 30px;
}
body.account .document ul {
  margin-top: 0;
}

body.net-de-rakuda .rakuda-lead {
  margin-bottom: 3.2em;
}
body.net-de-rakuda .point {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.net-de-rakuda .point li {
  list-style: none;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  body.net-de-rakuda .point li {
    width: 33.3333%;
  }
}
body.net-de-rakuda .rakuda-wrap {
  border: 3px solid #bbb;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body.net-de-rakuda .rakuda-wrap {
    padding: 20px 30px;
  }
}
body.net-de-rakuda .rakuda-wrap:not(:last-child) {
  margin-bottom: 2.4em;
}
body.net-de-rakuda .rakuda-wrap .title-area {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
body.net-de-rakuda .rakuda-wrap .title-area h2 {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  width: 65%;
}
@media screen and (min-width: 768px) {
  body.net-de-rakuda .rakuda-wrap .title-area h2 {
    @inclue font-size(26);
  }
}
body.net-de-rakuda .rakuda-wrap .title-area h2:after {
  content: none;
}
body.net-de-rakuda .rakuda-wrap .title-area .more {
  background: #000;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
          box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
  margin: 0;
  padding: 15px 0;
  width: 35%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.net-de-rakuda .rakuda-wrap .title-area .more:after {
  font-family: FontAwesome;
  content: "\f055";
  display: inline-block;
  margin-left: 4px;
}
body.net-de-rakuda .rakuda-wrap .title-area.close .more:after {
  font-family: FontAwesome;
  content: "\f056";
}
body.net-de-rakuda .rakuda-wrap .title-area:hover .more {
  background: #666;
}
body.net-de-rakuda .rakuda-wrap .rakuda-box {
  display: none;
  margin-top: 1.6em;
}
body.net-de-rakuda .etsuran h3 {
  margin-bottom: 0;
}
body.net-de-rakuda .etsuran p {
  margin-top: 10px;
}
body.net-de-rakuda .flow {
  padding: 10px;
  border: 4px solid #dee5eb;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.net-de-rakuda .flow {
    padding: 20px 30px;
  }
}
body.net-de-rakuda .flow:not(:last-child) {
  margin-bottom: 1.6em;
}
body.net-de-rakuda .flow:not(:last-child):after {
  display: block;
  width: 20px;
  height: 15px;
  background: url(../../retail/net-de-rakuda/img/flow_arrow.png) no-repeat 50% 0;
  background-size: 20px 15px;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
}
body.net-de-rakuda .flow .step {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em;
}
body.net-de-rakuda .flow .step__icon {
  width: 70px;
  background: #000;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-right: 10px;
}
body.net-de-rakuda .flow .step__title {
  color: #000;
  margin: 0;
}
body.net-de-rakuda .flow__img {
  margin-top: 0;
}
body.net-de-rakuda .contact-tel {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
}

body.seminar .content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1.6em;
  text-align: center;
  background: none;
  border: none;
}
body.seminar .content h2:after {
  content: none;
}
body.seminar .seminar-list {
  border: 2px solid #dddddd;
}
body.seminar .seminar {
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  body.seminar .seminar {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
  }
}
body.seminar .seminar * {
  margin: 0;
}
body.seminar .seminar:nth-child(even) {
  background: #f5f5f5;
}
body.seminar .seminar__store {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 0;
}
@media screen and (min-width: 768px) {
  body.seminar .seminar__store {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  body.seminar .seminar__body {
    width: 55%;
  }
}
body.seminar .seminar__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
body.seminar .seminar__date {
  font-size: 80%;
}
body.seminar .seminar__tel {
  font-size: 14px;
  font-size: 1.4rem;
}
body.seminar .seminar__no {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
body.seminar .seminar__no:before {
  color: #000;
  font-family: FontAwesome;
  content: "\f095";
  display: inline-block;
  margin-left: 3px;
}
body.seminar .label {
  padding: 4px 7px;
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
body.seminar .label--pink {
  background: red;
}
body.seminar .label--blue {
  background: #000;
}

body.market .asset-list__inner .logo {
  border: 1px solid #ddd;
}
body.market .asset-list__inner .title {
  margin: 5px 0;
}
body.market .asset-list__inner .title a {
  color: #000;
}

body.risk .local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.risk .local-nav ul li {
  width: 25%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}
body.risk .local-nav ul li a {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 0 0.5em;
}
body.risk .local-nav ul li a:hover {
  opacity: 0.8;
}
body.risk .local-nav ul li:first-child a {
  background: #30499B;
}
body.risk .local-nav ul li:nth-child(2) a {
  background: #56B949;
}
body.risk .local-nav ul li:nth-child(3) a {
  background: #F0A32F;
}
body.risk .local-nav ul li:last-child a {
  background: #eec23b;
}
body.risk .attention, body.risk body.nisa .point strong, body.nisa .point body.risk strong {
  color: #EE4035 !important;
}
body.risk .box-a {
  background: #f5f5f5;
  padding: 1em;
}
body.risk .box-a h4 {
  display: block;
  margin-top: 0;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  background: none;
}
body.risk .box-a h4 .title-icon {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
}
body.risk .box-a p {
  font-size: 14px;
  font-size: 1.4rem;
}
body.risk .box-a p.more {
  width: 220px;
  background: #333;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 0;
  position: relative;
}
body.risk .box-a p.more::after {
  font-family: FontAwesome;
  content: "\f196";
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.7em;
}
body.risk .box-a p.more.active::after {
  font-family: FontAwesome;
  content: "\f147";
}
body.risk .box-a dl {
  font-size: 14px;
  font-size: 1.4rem;
}
body.risk .accordion {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  margin-top: 0.8em;
  padding: 0.5em;
}
body.risk .accordion dt {
  position: relative;
}
body.risk .accordion dt::after {
  font-family: FontAwesome;
  content: "\f196";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.7em;
}
body.risk .accordion dt.active::after {
  font-family: FontAwesome;
  content: "\f147";
}
body.risk .accordion dd {
  display: none;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0.5em 0 0;
}
body.risk .commentBlock {
  display: none;
}
body.risk .decoration-a {
  padding: 0 1em 1em;
  margin-top: 2.4em;
  border: 1px solid #333;
}
body.risk .decoration-a h3 {
  padding: 0.5em;
  background: #333;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff !important;
  margin: 0;
  margin-left: -1.1em;
  margin-right: -1.1em;
}
body.risk .decoration-a p {
  margin-top: 0.8em;
}
body.risk .decoration-a dl {
  margin-top: 0.8em;
}
body.risk .decoration-a dl dt {
  font-weight: bold;
  margin-top: 1.5em;
}
body.risk .decoration-a dl dt:first-child {
  margin-top: 0;
}
body.risk .decoration-a dl dd {
  margin: 10px 0 0 0;
  padding: 0;
}
body.risk .decoration-a dl dd ul {
  margin-top: 0;
}
body.risk .decoration-a dl dd ul li {
  margin: 0;
}
body.risk .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.risk .case__img {
  width: 250px;
  padding-right: 15px;
}
body.risk .btn-list {
  text-align: center;
}
body.risk .btn-list li {
  display: inline-block;
  width: 250px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
body.risk .btn-list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.5em;
  background: #EE4035;
}
body.risk .btn-list li a:hover {
  opacity: 0.8;
}
body.risk .btn-list li a::after {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  margin: auto;
}
body.risk .horizontal li {
  display: inline-block;
  margin-right: 1.25em;
}
body.risk section.sec01 h2 {
  color: #30499B;
  border-color: #30499B;
  background: #f9faff;
}
body.risk section.sec01 h3 {
  color: #30499B;
  border-left-color: #30499B;
  border-bottom-color: #f0f3ff;
}
body.risk section.sec01 h4 {
  color: #30499B;
}
body.risk section.sec01 .box-a {
  background: #f9faff;
}
body.risk section.sec01 .accordion {
  background: #f9faff;
}
body.risk section.sec01 p.more {
  background: #30499B;
}
body.risk section.sec01 .decoration-a {
  border-color: #30499B;
}
body.risk section.sec01 .decoration-a h3 {
  background: #30499B;
}
body.risk section.sec02 h2 {
  color: #56B949;
  border-color: #56B949;
  background: #f5ffef;
}
body.risk section.sec02 h3 {
  color: #56B949;
  border-left-color: #56B949;
  border-bottom-color: #f5ffef;
}
body.risk section.sec02 h4 {
  color: #56B949;
}
body.risk section.sec02 .box-a {
  background: #f5ffef;
}
body.risk section.sec02 .accordion {
  background: #f5ffef;
}
body.risk section.sec02 p.more {
  background: #56B949;
}
body.risk section.sec02 .decoration-a {
  border-color: #56B949;
}
body.risk section.sec02 .decoration-a h3 {
  background: #56B949;
}
body.risk section.sec03 h2 {
  color: #F0A32F;
  border-color: #F0A32F;
  background: #fffbf2;
}
body.risk section.sec03 h3 {
  color: #F0A32F;
  border-left-color: #F0A32F;
  border-bottom-color: #fffbf2;
}
body.risk section.sec03 h4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffbf2));
  background: linear-gradient(transparent 50%, #fffbf2 50%);
}
body.risk section.sec03 p.more {
  background: #F0A32F;
}
body.risk section.sec03 .decoration-a {
  border-color: #F0A32F;
}
body.risk section.sec03 .decoration-a h3 {
  background: #F0A32F;
}
body.risk section.sec04 h2 {
  color: #eec23b;
  border-color: #eec23b;
  background: #fefaec;
}

body.corporate .page-title__copy {
  margin-top: 2.4em;
}
body.corporate .page-title__lead {
  margin-top: 0.8em;
}
body.corporate .corporate-warp {
  margin-top: 1.6em;
}
body.corporate .anchor-link ul li a {
  padding: 1vw 0;
}
body.corporate .anchor-link ul li a::before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 40%;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: auto;
}
body.corporate .anchor-link ul li:nth-child(1) a::before {
  background-image: url(../../corporate/img/icon_01.svg);
}
body.corporate .anchor-link ul li:nth-child(1) a:hover::before {
  background-image: url(../../corporate/img/icon_01_w.svg);
}
body.corporate .anchor-link ul li:nth-child(2) a::before {
  background-image: url(../../corporate/img/icon_02.svg);
}
body.corporate .anchor-link ul li:nth-child(2) a:hover::before {
  background-image: url(../../corporate/img/icon_02_w.svg);
}
body.corporate .anchor-link ul li:nth-child(3) a::before {
  background-image: url(../../corporate/img/icon_03.svg);
}
body.corporate .anchor-link ul li:nth-child(3) a:hover::before {
  background-image: url(../../corporate/img/icon_03_w.svg);
}
body.corporate .anchor-link ul li:nth-child(4) a::before {
  background-image: url(../../corporate/img/icon_04.svg);
}
body.corporate .anchor-link ul li:nth-child(4) a:hover::before {
  background-image: url(../../corporate/img/icon_04_w.svg);
}
body.corporate .corporate-item {
  background: #F5F5F5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.corporate .corporate-item {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.corporate .corporate-item__thumb {
    width: 59.3vw;
  }
  body.corporate .corporate-item__body {
    width: 40.7vw;
    padding: 5.1vw;
  }
}
body.corporate .corporate-item__thumb {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.corporate .corporate-item__thumb {
    padding: 1em;
  }
}
body.corporate .corporate-item__lead {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}
body.corporate .corporate-item__body {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  body.corporate .corporate-item__body {
    padding: 2em;
  }
}
body.corporate .corporate-item__body .btn-box {
  text-align: center;
}
body.corporate .corporate-item__title {
  margin: 0;
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
  text-align: center;
  border: none;
  background: none;
}
body.corporate .corporate-item.--thumb-right .corporate-item__thumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.corporate .corporate-item .anchor {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
  text-decoration: none;
}
body.corporate .corporate-item .anchor:hover, body.corporate .corporate-item .anchor:active, body.corporate .corporate-item .anchor:focus {
  color: white;
  text-decoration: none;
}
body.corporate .corporate-item .anchor:visited {
  color: white;
}
body.corporate .corporate-item--1 {
  /*color: $color-sec1;*/
  background: #4C69BC;
}
body.corporate .corporate-item--2 {
  /*color: $color-sec2;*/
  background: #8D79AA;
}
body.corporate .corporate-item--3 {
  /*color: $color-sec3;*/
  background: #82B0E3;
}
body.corporate .corporate-item--4 {
  /*color: $color-sec4;*/
  background: #457898;
}
body.corporate section.second .second-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5.7vw 0 4.2vw;
}
@media screen and (max-width: 767px) {
  body.corporate section.second .second-box {
    padding: 2em;
  }
}
body.corporate section.second .second-box__title {
  color: #4C69BC;
  margin-top: 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
}
body.corporate section.second .second-box__lead {
  color: #4C69BC;
  margin-top: 0px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
body.corporate section.second .second-box__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1em;
}
body.corporate .consulting-contents .second {
  background: #DBE1F2;
}
body.corporate .matching-contents .second {
  background: #E8E4EE;
}
@media screen and (min-width: 768px) {
  body.corporate .matching-contents .second .second-box.--first {
    padding-right: 1.5vw;
  }
  body.corporate .matching-contents .second .second-box.--second {
    padding-left: 1.5vw;
  }
}
body.corporate .matching-contents .second .second-box__title {
  color: #8D79AA;
}
body.corporate .matching-contents .second .second-box__lead {
  color: #8D79AA;
}
body.corporate .parent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.corporate .parent-box .title-icon {
  width: 70px;
  margin-right: 10px;
}
body.corporate .parent-box .second-box__title {
  width: 150px;
}
body.corporate .parent-box .second-box__text {
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  body.corporate .parent-box {
    padding: 2em 2em 0;
  }
  body.corporate .parent-box .second-box__text {
    width: 100%;
  }
}
body.corporate .child-box__item {
  padding: 1.5em 1em;
  border: 1px solid #8D79AA;
  border-radius: 10px;
  margin: 1.5em 0;
}
body.corporate .child-box__item p {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
body.corporate .child-box__item h4 {
  color: #8D79AA;
  margin-top: 0;
}
body.corporate .child-box__item .title-box .title-icon {
  width: 50px;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  body.corporate .child-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.corporate .child-box__item {
    width: calc(33.3333% - 20px);
    margin: 1.5em 30px 4em 0;
  }
  body.corporate .child-box__item:nth-child(3n) {
    margin-right: 0;
  }
}
body.corporate .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.corporate .title-box .title-icon {
  width: 70px;
  margin-right: 10px;
}
body.corporate .title-box .inner {
  width: calc(100% - 80px);
}

body.products-top .products-title {
  color: #000 !important;
  font-size: 26px;
  font-size: 2.6rem;
  white-space: nowrap;
  text-align: left;
  margin: 0;
  letter-spacing: 5px;
}
body.products-top .products-title:after {
  content: none;
}
body.products-top .bg-gray {
  padding-top: 1.6em;
}
body.products-top .investment-trust {
  margin-top: 1.6em;
  margin-bottom: 20px;
  background: #fff;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  body.products-top .investment-trust {
    padding: 30px;
  }
}
body.products-top .investment-trust .thumb {
  margin-top: 0;
}
body.products-top .investment-trust .link ul {
  margin: 1em 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body.products-top .investment-trust .link ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.products-top .investment-trust .link ul li {
  list-style: none;
}
body.products-top .investment-trust .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.products-top .investment-trust .link ul li:not(:last-child) {
    margin-right: 10px;
  }
}
body.products-top .investment-trust .link ul li .btn {
  padding: 1em 2.2em;
  font-size: 14px;
  font-size: 1.4rem;
}
body.products-top .products-wrap {
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  body.products-top .products-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: -20px;
  }
}
body.products-top .products-item {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  padding: 20px;
  display: block;
  position: relative;
}
body.products-top .products-item:hover, body.products-top .products-item:active, body.products-top .products-item:focus {
  color: black;
  text-decoration: none;
}
body.products-top .products-item:visited {
  color: black;
}
@media screen and (max-width: 767px) {
  body.products-top .products-item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  body.products-top .products-item {
    padding: 30px;
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
body.products-top .products-item:hover {
  -webkit-box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
          box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
}
body.products-top .products-item:after {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 0.7em;
}
body.products-top .products-item .thumb {
  margin-top: 0.6em;
}
body.products-top .products-item .text {
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  body.products-top .products-small-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.2em;
  }
}
body.products-top .products-small-item {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.products-top .products-small-item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  body.products-top .products-small-item {
    padding: 40px;
    width: 40%;
  }
}
body.products-top .products-small-item:after {
  font-family: FontAwesome;
  content: "\f105";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  color: #000;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
body.products-top .products-small-item:hover {
  -webkit-box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
          box-shadow: 1px 1.732px 4.9px 0.1px rgba(92, 107, 121, 0.4);
}
body.products-top .products-small-item .icon {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  body.products-top .products-small-item .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  body.products-top .products-small-item:not(:last-child) {
    margin-right: 20px;
  }
}
body.products-top .products-small-item.shikoku .icon img {
  width: 19.2vw;
}
@media screen and (min-width: 768px) {
  body.products-top .products-small-item.shikoku .icon img {
    width: 6vw;
  }
}
body.products-top .products-small-item.commission .icon img {
  width: 10.6vw;
}
@media screen and (min-width: 768px) {
  body.products-top .products-small-item.commission .icon img {
    width: 3.4vw;
  }
}
body.products-top .other {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  body.products-top .other {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }
}
body.products-top .other p {
  margin-top: 0;
}
body.products-top .other-item dt {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
body.products-top .other-item dd {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

body.account-form .sp-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  body.account-form #contact-form table.border th {
    width: 20%;
    background: #f5f5f5;
  }
}
body.account-form #contact-form table.border td {
  background: #fff;
}
body.account-form .decoration-box01 {
  padding: 10px;
  width: 100%;
  border: 3px solid #000;
}

.form {
  /* ============================
  	フォーム
  =============================*/
  /* ===========================*/
}
.form .content .form-flow {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-top: 3.2em;
}
.form .content .form-flow li {
  display: inline-block;
  width: 25%;
  position: relative;
  margin: 0;
}
.form .content .form-flow li:not(:last-child) {
  margin-right: 20px;
}
.form .content .form-flow li:not(:last-child):after {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  width: 10px 20px;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: -18px;
}
.form .content .form-flow span {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background: #eee;
  text-align: center;
  padding: 10px 20px;
}
.form .content .form-flow__stay span {
  background: #999 !important;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form .form-control:not(.no-full) {
    width: 100%;
  }
}
.form .form-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .form .form-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form .form-table th, .form .form-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .form .form-table th, .form .form-table td {
    display: block;
    width: 100%;
  }
}
.form .form-table th {
  text-align: left;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form .form-table th {
    border: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .form .form-table th {
    text-align: right;
  }
}
.form .require {
  background: rgb(231, 81, 84);
  margin-left: 5px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
.form .alert, .form .error {
  margin-top: 0;
  color: #EF4245;
}
.form .alert:before, .form .error:before {
  font-family: FontAwesome;
  content: "\f06a";
  display: inline-block;
  margin-right: 4px;
}
.form .form-table dl {
  margin: 0;
}
.form .form-table dl dd {
  margin-left: 0;
}