@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  padding: 0;
  margin: 0;
  background: #0c3138;
  text-size-adjust: 100%;
  line-height: 1.42857143; }

body {
  min-width: 320px;
  margin: 0;
  background: #0c3138;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 10px; }

input, select, textarea, button {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  outline: none; }

.windows body {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }
.windows input, .windows select, .windows textarea, .windows button {
  font-family: "メイリオ", Meiryo, "Meiryo UI", "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif; }

input, select, button {
  cursor: pointer; }

input[type="text"], input[type="password"], textarea {
  cursor: text; }

button {
  line-height: 1.42857143; }

p {
  margin: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-midashi-go-mb31-pr6n"; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: "copperplate";
    letter-spacing: 1px; }

h1, h2 {
  font-size: 1.5em; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

#main > .page-title {
  width: 1000px;
  padding: 60px 0 10px 0;
  margin: 0 auto 40px auto;
  font-family: "a-otf-midashi-go-mb31-pr6n";
  font-size: 40px;
  color: #fff; }
  #main > .page-title h1 {
    padding: 0 20px;
    border-bottom: 1px solid #fff;
    margin: 0; }

@media screen and (max-width: 1040px) {
  #main > .page-title {
    width: auto;
    padding: 60px 20px 10px 20px; } }
@media screen and (max-width: 500px) {
  #main > .page-title {
    font-size: 30px; }
    #main > .page-title h1 {
      padding: 0 10px; } }
@media screen and (max-width: 375px) {
  #main > .page-title {
    font-size: 24px; } }
.btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#f6f6f6, #eeeeee);
  background-image: -webkit-linear-gradient(#f6f6f6, #eeeeee);
  background-image: linear-gradient(#f6f6f6, #eeeeee);
  -moz-box-shadow: 0 2px 0 0 #ccc;
  -webkit-box-shadow: 0 2px 0 0 #ccc;
  box-shadow: 0 2px 0 0 #ccc;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  outline: none;
  -moz-transition: background 0.1s ease 0s, border 0.1s ease 0s, box-shadow 0.1s ease 0s, color 0.1s ease 0s, -moz-transform 0.1s ease 0s;
  -o-transition: background 0.1s ease 0s, border 0.1s ease 0s, box-shadow 0.1s ease 0s, color 0.1s ease 0s, -o-transform 0.1s ease 0s;
  -webkit-transition: background 0.1s ease, border 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition: background 0.1s ease 0s, border 0.1s ease 0s, box-shadow 0.1s ease 0s, color 0.1s ease 0s, transform 0.1s ease 0s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.btn:hover {
  text-decoration: none; }

.btn:focus, .btn:active {
  background: #eee;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#e6e6e6, #eeeeee);
  background-image: -webkit-linear-gradient(#e6e6e6, #eeeeee);
  background-image: linear-gradient(#e6e6e6, #eeeeee);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  text-decoration: none;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px); }

.btn.primary, .btn.secondary, .btn.login, .btn.search, .btn.select, .btn.register, .btn.post, .btn.confirm, .btn.view, .btn.edit, .btn.return, .btn.preview, .btn.remove {
  color: #fff; }
  .btn.primary:focus, .btn.primary:active, .btn.secondary:focus, .btn.secondary:active, .btn.login:focus, .btn.login:active, .btn.search:focus, .btn.search:active, .btn.select:focus, .btn.select:active, .btn.register:focus, .btn.register:active, .btn.post:focus, .btn.post:active, .btn.confirm:focus, .btn.confirm:active, .btn.view:focus, .btn.view:active, .btn.edit:focus, .btn.edit:active, .btn.return:focus, .btn.return:active, .btn.preview:focus, .btn.preview:active, .btn.remove:focus, .btn.remove:active {
    color: #eee; }

.primary.btn, .login.btn, .preview.btn {
  border: 1px solid #02090a;
  background: #0c3138;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzNGU1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjMzEzOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #134e5a), color-stop(100%, #0c3138));
  background-image: -moz-linear-gradient(#134e5a, #0c3138);
  background-image: -webkit-linear-gradient(#134e5a, #0c3138);
  background-image: linear-gradient(#134e5a, #0c3138);
  -moz-box-shadow: 0 2px 0 0 #000101;
  -webkit-box-shadow: 0 2px 0 0 #000101;
  box-shadow: 0 2px 0 0 #000101; }
  .primary.btn:focus, .primary.btn:active, .login.btn:focus, .login.btn:active, .preview.btn:focus, .preview.btn:active {
    border: 1px solid #02090a;
    background: #0f3c45;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNDc1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmM2M0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #114751), color-stop(100%, #0f3c45));
    background-image: -moz-linear-gradient(#114751, #0f3c45);
    background-image: -webkit-linear-gradient(#114751, #0f3c45);
    background-image: linear-gradient(#114751, #0f3c45);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.secondary.btn, .search.btn {
  border: 1px solid #a95905;
  background: #e07606;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5OGIxNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwNzYwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f98b16), color-stop(100%, #e07606));
  background-image: -moz-linear-gradient(#f98b16, #e07606);
  background-image: -webkit-linear-gradient(#f98b16, #e07606);
  background-image: linear-gradient(#f98b16, #e07606);
  -moz-box-shadow: 0 2px 0 0 #9f5404;
  -webkit-box-shadow: 0 2px 0 0 #9f5404;
  box-shadow: 0 2px 0 0 #9f5404; }
  .secondary.btn:focus, .secondary.btn:active, .search.btn:focus, .search.btn:active {
    border: 1px solid #a95905;
    background: #ef7e06;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ODYwYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmN2UwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8860c), color-stop(100%, #ef7e06));
    background-image: -moz-linear-gradient(#f8860c, #ef7e06);
    background-image: -webkit-linear-gradient(#f8860c, #ef7e06);
    background-image: linear-gradient(#f8860c, #ef7e06);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.register.btn, .post.btn, .confirm.btn, .select.btn {
  border: 1px solid #2d88bd;
  background: #4da3d5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YTlkOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTNkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #59a9d8), color-stop(100%, #4da3d5));
  background-image: -moz-linear-gradient(#59a9d8, #4da3d5);
  background-image: -webkit-linear-gradient(#59a9d8, #4da3d5);
  background-image: linear-gradient(#59a9d8, #4da3d5);
  -moz-box-shadow: 0 2px 0 0 #2d88bd;
  -webkit-box-shadow: 0 2px 0 0 #2d88bd;
  box-shadow: 0 2px 0 0 #2d88bd; }
  .register.btn:focus, .register.btn:active, .post.btn:focus, .post.btn:active, .confirm.btn:focus, .confirm.btn:active, .select.btn:focus, .select.btn:active {
    background: #4da3d5;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxOWRkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTNkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #419dd2), color-stop(100%, #4da3d5));
    background-image: -moz-linear-gradient(#419dd2, #4da3d5);
    background-image: -webkit-linear-gradient(#419dd2, #4da3d5);
    background-image: linear-gradient(#419dd2, #4da3d5);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.view.btn {
  border: 1px solid #da7511;
  background: #ef9134;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwOTk0MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmOTEzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f09942), color-stop(100%, #ef9134));
  background-image: -moz-linear-gradient(#f09942, #ef9134);
  background-image: -webkit-linear-gradient(#f09942, #ef9134);
  background-image: linear-gradient(#f09942, #ef9134);
  -moz-box-shadow: 0 2px 0 0 #da7511;
  -webkit-box-shadow: 0 2px 0 0 #da7511;
  box-shadow: 0 2px 0 0 #da7511; }
  .view.btn:focus, .view.btn:active {
    background: #ef9134;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlODkyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmOTEzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee8926), color-stop(100%, #ef9134));
    background-image: -moz-linear-gradient(#ee8926, #ef9134);
    background-image: -webkit-linear-gradient(#ee8926, #ef9134);
    background-image: linear-gradient(#ee8926, #ef9134);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.edit.btn, .return.btn {
  border: 1px solid #47bd2d;
  background: #66d54d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZDg1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2ZDU0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71d859), color-stop(100%, #66d54d));
  background-image: -moz-linear-gradient(#71d859, #66d54d);
  background-image: -webkit-linear-gradient(#71d859, #66d54d);
  background-image: linear-gradient(#71d859, #66d54d);
  -moz-box-shadow: 0 2px 0 0 #47bd2d;
  -webkit-box-shadow: 0 2px 0 0 #47bd2d;
  box-shadow: 0 2px 0 0 #47bd2d; }
  .edit.btn:focus, .edit.btn:active, .return.btn:focus, .return.btn:active {
    background: #66d54d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViZDI0MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2ZDU0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bd241), color-stop(100%, #66d54d));
    background-image: -moz-linear-gradient(#5bd241, #66d54d);
    background-image: -webkit-linear-gradient(#5bd241, #66d54d);
    background-image: linear-gradient(#5bd241, #66d54d);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.remove.btn {
  border: 1px solid #bd362d;
  background: #d5564d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NjI1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1NTY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d86259), color-stop(100%, #d5564d));
  background-image: -moz-linear-gradient(#d86259, #d5564d);
  background-image: -webkit-linear-gradient(#d86259, #d5564d);
  background-image: linear-gradient(#d86259, #d5564d);
  -moz-box-shadow: 0 2px 0 0 #bd362d;
  -webkit-box-shadow: 0 2px 0 0 #bd362d;
  box-shadow: 0 2px 0 0 #bd362d; }
  .remove.btn:focus, .remove.btn:active {
    background: #d5564d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyNGE0MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1NTY0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d24a41), color-stop(100%, #d5564d));
    background-image: -moz-linear-gradient(#d24a41, #d5564d);
    background-image: -webkit-linear-gradient(#d24a41, #d5564d);
    background-image: linear-gradient(#d24a41, #d5564d);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.disabled.btn, .btn[disabled] {
  border: 1px solid #aaa;
  background: #ccc;
  -moz-box-shadow: 0 2px 0 0 #bbb;
  -webkit-box-shadow: 0 2px 0 0 #bbb;
  box-shadow: 0 2px 0 0 #bbb;
  color: #eee; }

.icon-btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #aaa;
  text-decoration: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  -webkit-transition: color 0.1s ease;
  -webkit-transition-delay: 0s;
  transition: color 0.1s ease 0s; }
  .icon-btn .fa {
    -moz-transition: -moz-transform 0.1s ease 0s;
    -o-transition: -o-transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease;
    -webkit-transition-delay: 0s;
    transition: transform 0.1s ease 0s; }
  .icon-btn:hover {
    color: #555; }
  .icon-btn:focus, .icon-btn:active {
    color: #333; }

#progress-indicator {
  display: none;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  right: 70px;
  bottom: 70px;
  z-index: 5000;
  background: #0c3138;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 16px;
  color: #fff;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

#progress-indicator.show {
  display: inline-block; }

#progress-indicator.show.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#progress-indicator.ball-pulse > div {
  width: 8px;
  height: 8px;
  background: #fff; }

@media screen and (max-width: 425px) {
  #progress-indicator {
    right: 20px;
    bottom: 20px; } }
#messages {
  padding: 0;
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 5000; }

#messages li {
  width: 320px;
  height: 60px;
  border-bottom: 4px solid #ccc;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin: 0 0 20px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 16px;
  -moz-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -moz-transition: -moz-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.5s ease 0s; }
  #messages li .symbol {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 56px;
    text-align: center; }
  #messages li .symbol:before {
    font-family: "FontAwesome" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal !important;
    line-height: 56px;
    vertical-align: top;
    text-shadow: 2px 2px 0 #ddd; }
  #messages li.success .symbol:before {
    content: "\f00c";
    text-shadow: 2px 2px 0 #97e7c2; }
  #messages li.failure .symbol:before {
    content: "\f00d";
    text-shadow: 2px 2px 0 #e7979a; }
  #messages li .text {
    display: block;
    width: 260px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 60px;
    overflow: hidden;
    line-height: 60px; }
  #messages li .large.text {
    padding: 12px 10px 12px 0;
    position: absolute;
    top: 0;
    font-size: 12px;
    line-height: 1.42857143; }

#messages .show {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#messages li.success {
  border-bottom: 4px solid #38d08a;
  background: #4dd596;
  color: #fff; }

#messages .failure {
  border-bottom: 4px solid #d0383e;
  background: #d54d52;
  color: #fff; }

.dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4040;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

.dialog.open {
  display: block; }

.dialog.open.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.dialog-content {
  display: block;
  width: 600px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 60px auto;
  background: #fff;
  position: relative;
  z-index: 4050;
  -moz-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  -webkit-transition: box-shadow 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: box-shadow 0.2s ease 0s; }
  .dialog-content .body {
    width: 80%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    font-size: 14px; }
  .dialog-content h3 {
    padding: 30px 20px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0;
    background: #f3f3f3;
    font-size: 18px;
    text-align: center;
    color: #333; }
  .dialog-content table {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    border-collapse: collapse; }
  .dialog-content th {
    width: 40%;
    padding: 10px;
    background: #f3f3f3; }
  .dialog-content td {
    padding: 0 20px; }
    .dialog-content td .container {
      width: 250px;
      height: 40px;
      line-height: 40px;
      overflow: hidden;
      white-space: nowrap;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .dialog-content tr:first-child th {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px; }
  .dialog-content tr:first-child td {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px; }
  .dialog-content tr:last-child th {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .dialog-content tr:last-child td {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .dialog-content .footer {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    *zoom: 1; }
    .dialog-content .footer:after {
      content: "";
      display: table;
      clear: both; }
  .dialog-content .close {
    float: left; }
  .dialog-content .execute {
    float: right; }

.dialog .outside {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4030; }

.dialog.open.visible .dialog-content {
  -moz-box-shadow: 0 0 100px 0 #aaa;
  -webkit-box-shadow: 0 0 100px 0 #aaa;
  box-shadow: 0 0 100px 0 #aaa; }

.overlay {
  display: none;
  background: transparent;
  background: rgba(200, 200, 200, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease 0s; }

.overlay.show {
  display: block; }

.overlay.show.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

body.overlaying {
  height: 100%;
  overflow: hidden; }

@media \0screen {
  .overlay.show.visible {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80C8C8C8', endColorstr='#80C8C8C8'); } }
#header {
  padding: 30px 0;
  background: #0c3138;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNDc1MSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMGYzYzQ1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGMzMTM4Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #114751), color-stop(50%, #0f3c45), color-stop(100%, #0c3138));
  background-image: -moz-linear-gradient(#114751 0%, #0f3c45 50%, #0c3138 100%);
  background-image: -webkit-linear-gradient(#114751 0%, #0f3c45 50%, #0c3138 100%);
  background-image: linear-gradient(#114751 0%, #0f3c45 50%, #0c3138 100%);
  font-family: "a-otf-midashi-go-mb31-pr6n";
  text-shadow: 0 0 20px rgba(15, 58, 67, 0.2); }
  #header .container {
    width: 1000px;
    margin: 0 auto;
    *zoom: 1; }
    #header .container:after {
      content: "";
      display: table;
      clear: both; }
  #header .front-container {
    *zoom: 1; }
    #header .front-container:after {
      content: "";
      display: table;
      clear: both; }
  #header .logo {
    margin: 6px 0 0 0;
    float: left; }
    #header .logo a {
      text-decoration: none; }
    #header .logo .main {
      display: block;
      font-size: 30px;
      color: #fff;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    #header .logo small {
      display: block;
      position: relative;
      left: 4px;
      font-family: "a-otf-midashi-go-mb31-pr6n";
      font-size: 18px;
      color: #fff;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    #header .logo a:hover .main, #header .logo a:hover small, #header .logo a:focus .main, #header .logo a:focus small, #header .logo a:active .main, #header .logo a:active small {
      color: #1e7b8c; }
  #header .top-nav {
    float: right;
    font-size: 16px;
    *zoom: 1; }
    #header .top-nav:after {
      content: "";
      display: table;
      clear: both; }
    #header .top-nav ul {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      font-size: 0; }
      #header .top-nav ul li {
        display: inline-block;
        margin: 0 8px;
        font-size: 16px; }
      #header .top-nav ul li:last-child {
        margin: 0 0 0 12px; }
      #header .top-nav ul a {
        display: block;
        padding: 4px 20px;
        border: 1px solid #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        -moz-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        -webkit-transition: background 0.2s ease;
        -webkit-transition-delay: 0s;
        transition: background 0.2s ease 0s; }
      #header .top-nav ul a:hover, #header .top-nav ul a:focus, #header .top-nav ul a:active {
        background: #e07606; }
    #header .top-nav .tel {
      float: right;
      font-size: 24px;
      color: #fff;
      text-decoration: none;
      text-align: right;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
      #header .top-nav .tel:hover, #header .top-nav .tel:focus, #header .top-nav .tel:active {
        color: #1e7b8c; }
      #header .top-nav .tel .fa-phone-square {
        margin: 0 10px 0 0; }

@media screen and (max-width: 1040px) {
  #header .container {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  #header .logo {
    margin: 0; }
    #header .logo small {
      left: 3px;
      font-size: 14px; }
    #header .logo .main {
      font-size: 24px; }
  #header .top-nav {
    display: none; } }
@media screen and (max-width: 500px) {
  #header {
    padding: 20px 0; }
    #header .logo small {
      left: 2px;
      font-size: 10px; }
    #header .logo .main {
      font-size: 18px; } }
@media screen and (max-width: 375px) {
  #header .logo .main {
    font-size: 16px; } }
#menu-opener {
  display: none;
  width: 50px;
  height: 50px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: fixed;
  top: 33px;
  right: 20px;
  z-index: 4010;
  background: transparent;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -moz-transition: background 0.2s ease 0s, box-shadow 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, box-shadow 0.2s ease 0s;
  -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: background 0.2s ease 0s, box-shadow 0.2s ease 0s; }
  #menu-opener .icon:before {
    display: block;
    font-family: "Minato Asset Management";
    content: "\f105";
    position: relative;
    top: 0;
    font-size: 50px; }
  #menu-opener.fixed {
    position: fixed;
    top: 33px;
    bottom: auto;
    background: #fff;
    -moz-box-shadow: 0 0 10px 0 #ccc;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    color: #0c3138; }

#menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: transform 0.2s ease 0s; }

#menu .dialog-content {
  width: 100%;
  min-width: 320px;
  height: 80%;
  padding: 10px 0;
  border-top: 4px solid #155662;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #0c3138;
  overflow-y: auto; }
  #menu .dialog-content h3 {
    padding: 0 20px;
    margin: 50px 0 0 0;
    background: #0c3138;
    font-family: "a-otf-midashi-go-mb31-pr6n";
    text-align: center; }
    #menu .dialog-content h3 .logo {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      -moz-transition: filter 0.2s ease 0s;
      -o-transition: filter 0.2s ease 0s;
      -webkit-transition: filter 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: filter 0.2s ease 0s; }
      #menu .dialog-content h3 .logo img {
        display: block;
        height: 40px;
        margin: 0 0 2px 0; }
      #menu .dialog-content h3 .logo small {
        display: block;
        font-family: "a-otf-midashi-go-mb31-pr6n";
        font-size: 14px;
        font-weight: normal;
        text-align: center; }
      #menu .dialog-content h3 .logo:hover, #menu .dialog-content h3 .logo:focus, #menu .dialog-content h3 .logo:active {
        -webkit-filter: saturate(260%);
        filter: saturate(260%); }
  #menu .dialog-content nav {
    position: relative;
    z-index: 4020; }
  #menu .dialog-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "a-otf-midashi-go-mb31-pr6n"; }
    #menu .dialog-content ul li {
      border-top: 1px solid #040c0d;
      position: relative; }
    #menu .dialog-content ul li:last-child {
      border-bottom: 1px solid #040c0d; }
    #menu .dialog-content ul a {
      display: block;
      padding: 20px 60px 20px 13%;
      position: relative;
      background: #89cc14;
      font-size: 20px;
      font-weight: bold;
      color: #0c3138;
      text-decoration: none; }
    #menu .dialog-content ul a:before {
      content: "";
      width: 6px;
      height: 100%;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -webkit-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background: #a4ea29;
      position: absolute;
      top: 0;
      left: 0; }
    #menu .dialog-content ul a:after {
      font-family: "Minato Asset Management";
      content: "\f102";
      position: absolute;
      top: 17px;
      right: 10px;
      font-size: 24px;
      font-weight: bold;
      color: #030c0e;
      -moz-transition: -moz-transform 0.2s ease 0s;
      -o-transition: -o-transform 0.2s ease 0s;
      -webkit-transition: -webkit-transform 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: transform 0.2s ease 0s; }
    #menu .dialog-content ul a:hover:after, #menu .dialog-content ul a:focus:after, #menu .dialog-content ul a:active:after {
      -moz-transform: scale(1.3) translateX(4px);
      -ms-transform: scale(1.3) translateX(4px);
      -webkit-transform: scale(1.3) translateX(4px);
      transform: scale(1.3) translateX(4px); }
    #menu .dialog-content ul li.current a {
      background: #e07606; }
    #menu .dialog-content ul li.current a:before {
      background: #f98f20; }
  #menu .dialog-content .other-pages {
    margin: 60px 0 40px 0; }

#menu.open.visible .dialog-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#menu-closer {
  display: block;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 4060;
  color: #fff;
  text-decoration: none;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #menu-closer .icon:before {
    display: block;
    font-family: "Minato Asset Management";
    content: "\f106";
    position: relative;
    top: 0;
    font-size: 40px; }

#menu-overlay {
  display: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.5); }

body.overlaying {
  height: auto;
  overflow: visible; }

.wf-active #menu .dialog-content h5, .wf-inactive #menu .dialog-content h5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

@media screen and (max-width: 768px) {
  body.overlaying {
    height: 100%;
    overflow: hidden; }

  #menu.open.visible {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    #menu.open.visible .dialog-content {
      -moz-box-shadow: 0 0 100px 0 #aaa;
      -webkit-box-shadow: 0 0 100px 0 #aaa;
      box-shadow: 0 0 100px 0 #aaa; }

  #menu-overlay.show {
    display: block; }

  #menu-overlay.show.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  #menu-opener {
    display: block; } }
@media screen and (max-width: 500px) {
  #menu-opener {
    top: 15px; }
    #menu-opener.fixed {
      top: 15px; } }
@media screen and (max-width: 375px) {
  #menu-opener {
    top: 13px;
    right: 10px; }
    #menu-opener.fixed {
      top: 13px; } }
#image-popup {
  z-index: 5040; }
  #image-popup .dialog-content {
    width: auto;
    max-width: 90%;
    padding: 20px;
    margin: 60px auto 130px auto;
    z-index: 5050; }
    #image-popup .dialog-content img {
      width: 100%; }
    #image-popup .dialog-content .caption {
      padding: 10px 0 0 0;
      border-top: 2px solid #9c908b;
      margin: 6px 0 0 0;
      font-size: 14px;
      text-align: right; }
    #image-popup .dialog-content .closer {
      width: 50px;
      height: 50px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 auto;
      position: absolute;
      right: -9999px;
      bottom: -70px;
      left: -9999px;
      background: #111;
      text-align: center;
      text-decoration: none;
      outline: 0; }
    #image-popup .dialog-content .closer .icon:before {
      font-family: "Minato Asset Management";
      content: "\f106";
      display: block;
      font-size: 50px;
      line-height: 50px;
      color: #fff; }
  #image-popup.open.visible .dialog-content {
    -moz-box-shadow: 0 0 100px 0 #333;
    -webkit-box-shadow: 0 0 100px 0 #333;
    box-shadow: 0 0 100px 0 #333; }
  #image-popup .outside {
    z-index: 5030; }

#image-popup-overlay {
  z-index: 5010;
  background: transparent;
  background: rgba(0, 0, 0, 0.7); }

.pagination {
  padding: 20px 0; }
  .pagination .count {
    padding: 0 20px;
    font-size: 16px;
    color: #fff; }
  .pagination .links {
    padding: 34px 0 20px 0;
    border-top: 1px solid #fff;
    margin: 35px 0 0 0; }
    .pagination .links ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
    .pagination .links .number, .pagination .links .next, .pagination .links .prev {
      display: inline-block;
      margin: 0 4px 6px 4px; }
      .pagination .links .number a, .pagination .links .next a, .pagination .links .prev a {
        display: block;
        padding: 10px 18px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #0c3138;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        -moz-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        -webkit-transition: background 0.2s ease;
        -webkit-transition-delay: 0s;
        transition: background 0.2s ease 0s; }
      .pagination .links .number a:hover, .pagination .links .number a:focus, .pagination .links .number a:active, .pagination .links .next a:hover, .pagination .links .next a:focus, .pagination .links .next a:active, .pagination .links .prev a:hover, .pagination .links .prev a:focus, .pagination .links .prev a:active {
        background: #1e7b8c; }
    .pagination .links .active a {
      background: #e07606; }

.input .error-message {
  display: inline-block;
  padding: 6px 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  background: rgba(230, 86, 86, 0.9);
  margin: 4px 0 0 0;
  float: right;
  font-size: 12px;
  color: #fff; }
  .input .error-message ul {
    padding: 0;
    margin: 0;
    list-style: none; }

input[type="text"]:-moz-placeholder {
  color: #ccc; }
input[type="text"]::-moz-placeholder {
  color: #ccc; }
input[type="text"]:-ms-input-placeholder {
  color: #ccc; }
input[type="text"]::-webkit-input-placeholder {
  color: #ccc; }

input[type="text"]:disabled {
  background: #eee; }

.form {
  padding: 30px 0;
  margin: 80px 0;
  font-size: 14px; }
  .form .tool {
    text-align: right; }
  .form .input {
    position: relative; }
  .form label {
    display: block; }
  .form input[type="text"], .form select, .form textarea {
    display: block;
    width: 100%; }
  .form .meta {
    text-align: center; }
  .form .submit {
    width: 50%;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: relative;
    text-align: center; }

.input.text {
  *zoom: 1; }
  .input.text:after {
    content: "";
    display: table;
    clear: both; }
  .input.text label {
    display: block;
    padding: 0 10px; }
  .input.text input {
    display: block;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 50px; }

.input.textarea label {
  padding: 10px;
  border-bottom: 10px solid #bbb; }
.input.textarea textarea {
  height: 400px;
  padding: 20px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 6px 0px rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: inset 0 0 6px 0px rgba(204, 204, 204, 0.3);
  box-shadow: inset 0 0 6px 0px rgba(204, 204, 204, 0.3);
  font-size: 16px; }

.input.select, .input.datetime, .input.time {
  *zoom: 1; }
  .input.select select, .input.datetime select, .input.time select {
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 10px 40px 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .input.select:after, .input.datetime:after, .input.time:after {
    content: "";
    display: table;
    clear: both; }
  .input.select label, .input.datetime label, .input.time label {
    display: block;
    padding: 0 10px;
    background: #fff;
    color: #333; }
  .input.select .select-container, .input.datetime .select-container, .input.time .select-container {
    display: inline-block;
    width: 100%;
    position: relative; }
  .input.select .select-container:after, .input.datetime .select-container:after, .input.time .select-container:after {
    content: "\f0dc";
    display: block;
    width: 40px;
    height: 48px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 1px;
    right: 1px;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    vertical-align: top;
    line-height: 48px;
    color: #333;
    text-align: center;
    pointer-events: none; }
  .input.select .suffix, .input.datetime .suffix, .input.time .suffix {
    margin: 0 10px; }

.input.checkbox {
  *zoom: 1; }
  .input.checkbox:after {
    content: "";
    display: table;
    clear: both; }
  .input.checkbox .title {
    display: block;
    width: 20%;
    height: 50px;
    padding: 0 10px;
    float: left;
    line-height: 50px; }
  .input.checkbox .input {
    display: block;
    width: 20%;
    height: 50px;
    padding: 0 10px;
    float: left;
    line-height: 50px; }

.input.required:before {
  content: "必須";
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #e34f4f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 12px;
  color: #e34f4f; }

.submit .btn {
  padding: 20px 60px;
  font-size: 20px; }

@media screen and (max-width: 1200px) {
  .form {
    padding: 30px 0;
    margin: 20px 0;
    font-size: 14px; }
    .form .submit {
      width: 80%; } }
.posts {
  padding: 0;
  margin: 0;
  list-style: none; }
  .posts .entry {
    margin: 0 0 10px 0; }
    .posts .entry a {
      display: block;
      position: relative;
      text-decoration: none;
      *zoom: 1; }
      .posts .entry a:after {
        content: "";
        display: table;
        clear: both; }
    .posts .entry .category {
      max-width: 200px;
      padding: 0 14px;
      height: 26px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #db4430;
      font-size: 14px;
      line-height: 26px;
      color: #fff;
      overflow: hidden;
      white-space: nowrap;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .posts .entry .image, .posts .entry .text {
      display: block;
      width: 50%;
      height: 150px;
      float: left; }
    .posts .entry .image {
      background: #222;
      -moz-transition: filter 0.2s ease 0s;
      -o-transition: filter 0.2s ease 0s;
      -webkit-transition: filter 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: filter 0.2s ease 0s; }
      .posts .entry .image .image-container {
        display: block;
        height: 150px;
        position: relative;
        z-index: 1;
        overflow: hidden; }
      .posts .entry .image img {
        display: block;
        width: 100%;
        margin: auto;
        position: absolute;
        top: -9999px;
        bottom: -9999px; }
    .posts .entry .no.image .image-container {
      background: #222 url(../../img/page/index/topic_no_image.jpg) no-repeat;
      background-position: center center;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; }
    .posts .entry .text {
      padding: 20px;
      background: #fff; }
    .posts .entry .title {
      display: block;
      margin: 0 0 2px 0;
      font-family: "a-otf-midashi-go-mb31-pr6n";
      font-size: 24px;
      color: #0f3a43;
      overflow: hidden;
      white-space: nowrap;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    .posts .entry .publish {
      display: block;
      margin: 0 0 6px 0;
      font-size: 14px;
      color: #aaa; }
    .posts .entry .content {
      display: block;
      font-size: 14px;
      color: #0f3a43; }
    .posts .entry:hover .image, .posts .entry:focus .image, .posts .entry:active .image {
      -webkit-filter: brightness(114%);
      filter: brightness(114%); }
    .posts .entry:hover .text .title, .posts .entry:focus .text .title, .posts .entry:active .text .title {
      color: #e07606; }
    .posts .entry:nth-child(even) .category {
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-bottom-left-radius: 4px;
      border-bottom-left-radius: 4px;
      right: 0;
      left: auto; }
    .posts .entry:nth-child(even) .image, .posts .entry:nth-child(even) .text {
      float: right; }

@media screen and (max-width: 650px) {
  .posts .entry .image, .posts .entry .text {
    width: 100%;
    float: none; }
  .posts .entry .text {
    height: auto; }
  .posts .entry .title {
    overflow: visible;
    white-space: normal; }
  .posts .entry:nth-child(even) .category {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    right: auto;
    left: 0; }
  .posts .entry:nth-child(even) .image, .posts .entry:nth-child(even) .text {
    float: none; } }
.real-estates {
  padding: 0;
  margin: 0;
  list-style: none;
  *zoom: 1; }
  .real-estates:after {
    content: "";
    display: table;
    clear: both; }
  .real-estates .entry {
    width: 25%;
    padding: 20px;
    float: left; }
    .real-estates .entry .entry-container {
      -moz-transition: box-shadow 0.2s ease 0s, -moz-transform 0.2s ease 0s;
      -o-transition: box-shadow 0.2s ease 0s, -o-transform 0.2s ease 0s;
      -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transition-delay: 0s, 0s;
      transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0s; }
      .real-estates .entry .entry-container:hover, .real-estates .entry .entry-container:focus, .real-estates .entry .entry-container:active {
        -moz-box-shadow: 0 0 20px 0 #333;
        -webkit-box-shadow: 0 0 20px 0 #333;
        box-shadow: 0 0 20px 0 #333;
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px); }
    .real-estates .entry .image, .real-estates .entry .text {
      display: block;
      height: 140px;
      position: relative; }
    .real-estates .entry .image {
      background: #bbb;
      overflow: hidden;
      -moz-transition: filter 0.2s ease 0s;
      -o-transition: filter 0.2s ease 0s;
      -webkit-transition: filter 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: filter 0.2s ease 0s; }
      .real-estates .entry .image img {
        display: block;
        width: 100%;
        margin: auto;
        position: absolute;
        top: -9999px;
        bottom: -9999px; }
      .real-estates .entry .image .head {
        display: block;
        width: 100%;
        padding: 10px;
        background: transparent;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        font-family: "a-otf-midashi-go-mb31-pr6n";
        font-size: 14px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .real-estates .entry .image:hover, .real-estates .entry .image:focus, .real-estates .entry .image:active {
        -webkit-filter: brightness(114%);
        filter: brightness(114%); }
    .real-estates .entry .no.image {
      background: #222 url(../../img/real_estate/no_image.png) no-repeat;
      background-position: center center;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; }
    .real-estates .entry .text {
      padding: 0 10px 10px 10px;
      background: #fff; }
      .real-estates .entry .text .value, .real-estates .entry .text .route, .real-estates .entry .text .address {
        display: block;
        padding: 6px 10px;
        border-bottom: 1px solid #ddd;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .real-estates .entry .text .fas {
        margin: 0 10px 0 0;
        font-size: 14px;
        color: #f03e26; }
      .real-estates .entry .text .value {
        font-family: "a-otf-midashi-go-mb31-pr6n";
        font-size: 18px; }
        .real-estates .entry .text .value .fas {
          width: 23px;
          height: 23px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          margin: 0 4px 0 0;
          position: relative;
          top: -1px;
          left: -5px;
          background: #f03e26;
          line-height: 25px;
          color: #fff;
          text-align: center; }
        .real-estates .entry .text .value .yen {
          font-size: 14px; }
      .real-estates .entry .text .address {
        border-bottom: none; }
        .real-estates .entry .text .address .fas {
          position: relative;
          left: 1px; }
    .real-estates .entry .go-to-detail {
      display: block;
      width: 100%;
      height: 30px;
      padding: 0 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #124752;
      font-family: "a-otf-midashi-go-mb31-pr6n";
      font-size: 14px;
      line-height: 30px;
      color: #fff;
      text-align: right;
      text-decoration: none;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
      .real-estates .entry .go-to-detail .fas {
        margin: 0 0 0 6px;
        color: #89cc14; }
      .real-estates .entry .go-to-detail:hover, .real-estates .entry .go-to-detail:focus, .real-estates .entry .go-to-detail:active {
        color: #e07606; }

@media screen and (max-width: 950px) {
  .real-estates .entry {
    width: 33.33%; }
    .real-estates .entry .image {
      height: 200px; } }
@media screen and (max-width: 768px) {
  .real-estates .entry {
    width: 50%; } }
@media screen and (max-width: 500px) {
  .real-estates .entry {
    width: 100%;
    padding: 20px 0; } }
#contents.error #main {
  min-height: 500px;
  background: #fff;
  text-align: center;
  overflow: hidden; }
#contents.error .page-title {
  margin: 0 auto 60px auto;
  color: #e65656; }
  #contents.error .page-title h1 {
    border-bottom: 1px solid #e65656; }
#contents.error .container {
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  color: #333; }
  #contents.error .container:after {
    content: "\f06a";
    display: block;
    margin: auto;
    position: absolute;
    top: -58px;
    right: -9999px;
    left: -9999px;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-size: 100px;
    font-weight: 900;
    color: #eee; }
  #contents.error .container p {
    position: relative;
    z-index: 2; }
  #contents.error .container .go-to-top {
    margin: 80px 0 0 0;
    position: relative;
    z-index: 2; }
    #contents.error .container .go-to-top a {
      display: inline-block;
      height: 50px;
      padding: 0 50px;
      border: 1px solid #333;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      border-radius: 25px;
      font-size: 16px;
      line-height: 48px;
      color: #333;
      text-decoration: none;
      -moz-transition: border 0.2s ease 0s, background 0.2s ease 0s, color 0.2s ease 0s;
      -o-transition: border 0.2s ease 0s, background 0.2s ease 0s, color 0.2s ease 0s;
      -webkit-transition: border 0.2s ease, background 0.2s ease, color 0.2s ease;
      -webkit-transition-delay: 0s, 0s, 0s;
      transition: border 0.2s ease 0s, background 0.2s ease 0s, color 0.2s ease 0s; }
    #contents.error .container .go-to-top a:hover, #contents.error .container .go-to-top a:focus, #contents.error .container .go-to-top a:active {
      border: 1px solid #fff;
      background: #e07606;
      color: #fff; }

@media screen and (max-width: 1040px) {
  #contents.error .container {
    width: auto;
    padding: 0 20px; } }
@media screen and (max-width: 768px) {
  #contents.error .container {
    font-size: 16px; } }
@media screen and (max-width: 500px) {
  #contents.error #main {
    min-height: 480px; }
  #contents.error .container .go-to-top {
    margin: 70px 0 0 0; } }
#footer .container {
  width: 1000px;
  margin: 0 auto; }
#footer .logo {
  padding: 26px 0;
  margin: 0;
  background: #0c3138;
  font-family: "a-otf-midashi-go-mb31-pr6n"; }
  #footer .logo .container {
    display: block;
    text-decoration: none; }
  #footer .logo .main {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
  #footer .logo small {
    display: block;
    position: relative;
    left: 4px;
    font-size: 18px;
    color: #fff;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
  #footer .logo a:hover .main, #footer .logo a:hover small, #footer .logo a:focus .main, #footer .logo a:focus small, #footer .logo a:active .main, #footer .logo a:active small {
    color: #1e7b8c; }
#footer .news-and-contact {
  padding: 100px 20px;
  position: relative;
  background: #bbb url(../img/footer/news_and_contact.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-shadow: 0 0 20px rgba(15, 58, 67, 0.2);
  *zoom: 1; }
  #footer .news-and-contact:after {
    content: "";
    display: table;
    clear: both; }
  #footer .news-and-contact .news-and-contact-container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  #footer .news-and-contact .container {
    height: 200px; }
  #footer .news-and-contact .news, #footer .news-and-contact .contact {
    width: 50%;
    float: left; }
  #footer .news-and-contact .news {
    padding: 0 20px 0 0;
    position: relative; }
    #footer .news-and-contact .news > .title {
      position: absolute;
      top: -36px;
      left: 0;
      font-size: 0;
      color: #fff; }
      #footer .news-and-contact .news > .title .main {
        margin: 0 12px 0 0;
        font-size: 24px; }
      #footer .news-and-contact .news > .title small {
        font-size: 12px; }
    #footer .news-and-contact .news .notice {
      height: 200px;
      padding: 10px 0 10px 28px;
      margin: 0;
      position: relative;
      font-size: 16px;
      color: #fff; }
      #footer .news-and-contact .news .notice:before {
        content: "\f05a";
        position: absolute;
        top: 8px;
        left: 0;
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        font-weight: 900; }
    #footer .news-and-contact .news .entries {
      height: 200px;
      padding: 0;
      margin: 0;
      list-style: none; }
    #footer .news-and-contact .news .entry {
      height: 66.66px;
      border-bottom: 1px solid #fff; }
      #footer .news-and-contact .news .entry:last-child {
        border: none; }
      #footer .news-and-contact .news .entry .publish {
        padding: 13px 0 0 0;
        font-size: 12px;
        color: #fff; }
      #footer .news-and-contact .news .entry .title {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        #footer .news-and-contact .news .entry .title a {
          display: inline-block;
          padding: 2px 0;
          color: #fff;
          text-decoration: none;
          -moz-transition: color 0.2s ease 0s;
          -o-transition: color 0.2s ease 0s;
          -webkit-transition: color 0.2s ease;
          -webkit-transition-delay: 0s;
          transition: color 0.2s ease 0s; }
        #footer .news-and-contact .news .entry .title a:hover, #footer .news-and-contact .news .entry .title a:focus, #footer .news-and-contact .news .entry .title a:active {
          color: #0c3138; }
    #footer .news-and-contact .news .go-to-list {
      padding: 20px 0 0 0;
      text-align: right; }
      #footer .news-and-contact .news .go-to-list a {
        display: inline-block;
        height: 30px;
        padding: 0 20px;
        border: 1px solid #fff;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        font-size: 13px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        -moz-transition: background 0.2s ease 0s;
        -o-transition: background 0.2s ease 0s;
        -webkit-transition: background 0.2s ease;
        -webkit-transition-delay: 0s;
        transition: background 0.2s ease 0s; }
      #footer .news-and-contact .news .go-to-list a:hover, #footer .news-and-contact .news .go-to-list a:focus, #footer .news-and-contact .news .go-to-list a:active {
        background: #e07606; }
  #footer .news-and-contact .contact {
    display: table;
    height: 100%;
    text-align: center; }
    #footer .news-and-contact .contact .contact-container {
      display: table-cell;
      vertical-align: middle; }
    #footer .news-and-contact .contact a {
      display: inline-block;
      height: 60px;
      padding: 0 50px;
      border: 1px solid #fff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin: 0 0 10px 0;
      font-family: "a-otf-midashi-go-mb31-pr6n";
      font-size: 30px;
      line-height: 60px;
      color: #fff;
      text-decoration: none;
      -moz-transition: background 0.2s ease 0s;
      -o-transition: background 0.2s ease 0s;
      -webkit-transition: background 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: background 0.2s ease 0s; }
    #footer .news-and-contact .contact a:hover, #footer .news-and-contact .contact a:focus, #footer .news-and-contact .contact a:active {
      background: #e07606; }
    #footer .news-and-contact .contact small {
      font-family: "copperplate";
      font-size: 10px;
      letter-spacing: 1px;
      color: #fff; }
  #footer .news-and-contact h6 {
    margin: 0;
    font-family: "a-otf-midashi-go-mb31-pr6n"; }
#footer .profiles {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTNlM2UzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(50%, #e3e3e3), color-stop(100%, #f3f3f3));
  background-image: -moz-linear-gradient(#e3e3e3 0%, #e3e3e3 50%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(#e3e3e3 0%, #e3e3e3 50%, #f3f3f3 100%);
  background-image: linear-gradient(#e3e3e3 0%, #e3e3e3 50%, #f3f3f3 100%); }
#footer .banners {
  border-bottom: 1px solid #ccc; }
  #footer .banners .container {
    padding: 15px 20px; }
  #footer .banners ul {
    padding: 0;
    margin: 0;
    letter-spacing: -10px;
    text-align: center;
    list-style: none; }
  #footer .banners li {
    display: inline-block;
    width: 200px;
    margin: 5px;
    letter-spacing: 0;
    vertical-align: middle; }
  #footer .banners a {
    display: block;
    line-height: 0; }
  #footer .banners img {
    width: 100%;
    line-height: 1.42857143; }
#footer .sns-and-feeds {
  height: 120px;
  border-bottom: 1px solid #ccc; }
  #footer .sns-and-feeds .container {
    position: relative; }
  #footer .sns-and-feeds ul {
    display: table;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center; }
  #footer .sns-and-feeds li {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle; }
  #footer .sns-and-feeds a {
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none; }
  #footer .sns-and-feeds img {
    display: block;
    width: 100%; }
  #footer .sns-and-feeds .fas {
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background: #fff;
    font-size: 46px;
    color: #f26522; }
    #footer .sns-and-feeds .fas:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 40px; }
  #footer .sns-and-feeds #back-to-top {
    display: block;
    width: 70px;
    height: 70px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    right: 60px;
    bottom: 80px;
    z-index: 1001;
    background: #0c3138;
    color: #fff;
    text-indent: -9999px;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    -webkit-transition: background 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: background 0.2s ease 0s; }
    #footer .sns-and-feeds #back-to-top:before {
      font-family: "Minato Asset Management";
      content: "\f107";
      display: block;
      width: 60px;
      height: 60px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      top: 5px;
      left: 5px;
      background: #155966;
      font-size: 40px;
      text-align: center;
      line-height: 60px;
      text-indent: 0;
      -moz-transition: background 0.2s ease 0s;
      -o-transition: background 0.2s ease 0s;
      -webkit-transition: background 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: background 0.2s ease 0s; }
    #footer .sns-and-feeds #back-to-top:hover, #footer .sns-and-feeds #back-to-top:focus, #footer .sns-and-feeds #back-to-top:active {
      background: #155662; }
      #footer .sns-and-feeds #back-to-top:hover:before, #footer .sns-and-feeds #back-to-top:focus:before, #footer .sns-and-feeds #back-to-top:active:before {
        background: #1e7e90; }
#footer .nav-and-addresses {
  padding: 50px 0;
  *zoom: 1; }
  #footer .nav-and-addresses:after {
    content: "";
    display: table;
    clear: both; }
#footer .nav {
  width: 60%;
  float: left;
  *zoom: 1; }
  #footer .nav:after {
    content: "";
    display: table;
    clear: both; }
#footer .nav-container {
  width: 33.33%;
  float: left; }
  #footer .nav-container:last-child {
    padding: 42px 0 0 0; }
  #footer .nav-container .title {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    position: relative;
    font-family: "a-otf-midashi-go-mb31-pr6n";
    font-size: 24px; }
    #footer .nav-container .title:before {
      content: "";
      display: block;
      width: 6px;
      height: 24px;
      position: absolute;
      top: 5px;
      left: 0;
      background: #0c3138; }
  #footer .nav-container ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #footer .nav-container li {
    margin: 10px 0;
    position: relative; }
  #footer .nav-container a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
    #footer .nav-container a:before {
      content: "\f138";
      position: absolute;
      top: -1px;
      right: 15%;
      font-family: "Font Awesome 5 Free";
      font-size: 14px;
      font-weight: 900;
      color: #114752;
      -moz-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease;
      -webkit-transition-delay: 0s;
      transition: color 0.2s ease 0s; }
    #footer .nav-container a:hover, #footer .nav-container a:focus, #footer .nav-container a:active {
      color: #279fb6; }
      #footer .nav-container a:hover:before, #footer .nav-container a:focus:before, #footer .nav-container a:active:before {
        color: #279fb6; }
#footer .addresses {
  width: 40%;
  float: left;
  font-family: "a-otf-midashi-go-mb31-pr6n";
  text-align: right; }
  #footer .addresses address {
    display: block;
    font-size: 16px;
    font-style: normal; }
  #footer .addresses .tel {
    font-size: 24px;
    color: #333;
    text-decoration: none;
    -moz-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: color 0.2s ease 0s; }
    #footer .addresses .tel:hover, #footer .addresses .tel:focus, #footer .addresses .tel:active {
      color: #279fb6; }
    #footer .addresses .tel .fa-phone-square {
      margin: 0 10px 0 0; }

#copyright {
  height: 60px;
  background: #0c3138;
  font-family: "copperplate";
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center; }

@media screen and (max-width: 1040px) {
  #footer .container {
    width: auto;
    padding: 0 20px; }
  #footer .news-and-contact .contact a {
    font-size: 20px; }
  #footer .news-and-contact .contact small {
    display: block; }
  #footer .sns-and-feeds #back-to-top {
    right: 20px; } }
@media screen and (max-width: 768px) {
  #footer .logo {
    text-align: center; }
    #footer .logo small {
      position: static; }
  #footer .news-and-contact {
    padding: 80px 20px 60px 20px; }
    #footer .news-and-contact .container {
      height: auto;
      position: relative; }
      #footer .news-and-contact .container:before, #footer .news-and-contact .container:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        background: #fff; }
      #footer .news-and-contact .container:before {
        top: 200px; }
      #footer .news-and-contact .container:after {
        bottom: 163px; }
    #footer .news-and-contact .news, #footer .news-and-contact .contact {
      width: 100%;
      float: none; }
    #footer .news-and-contact .news {
      padding: 0;
      margin: 0 0 60px 0; }
      #footer .news-and-contact .news .go-to-list {
        text-align: center; }
        #footer .news-and-contact .news .go-to-list a {
          width: 260px; }
    #footer .news-and-contact .contact {
      padding: 40px 0; }
      #footer .news-and-contact .contact .contact-container {
        position: relative;
        top: 12px; }
  #footer .sns-and-feeds #back-to-top {
    width: 50px;
    height: 50px;
    bottom: 60px; }
    #footer .sns-and-feeds #back-to-top:before {
      width: 40px;
      height: 40px;
      line-height: 40px; }
  #footer .nav {
    width: 100%;
    float: none; }
  #footer .nav-container {
    width: 50%;
    min-height: 150px; }
    #footer .nav-container:last-child {
      min-height: auto;
      padding: 0; }
    #footer .nav-container li {
      display: inline-block;
      margin: 0; }
    #footer .nav-container a {
      display: block;
      padding: 4px 10px; }
      #footer .nav-container a:before {
        display: none; }
  #footer .addresses {
    width: 100%;
    margin: 20px 0 0 0;
    float: none; } }
@media screen and (max-width: 600px) {
  #copyright {
    height: auto;
    padding: 20px;
    line-height: 1.42857143; } }
@media screen and (max-width: 500px) {
  #footer .logo small {
    font-size: 12px; }
  #footer .logo .main {
    font-size: 18px; }
  #footer .news-and-contact-container {
    padding: 0; }
  #footer .news-and-contact .container {
    padding: 0 10px; }
  #footer .news-and-contact .news {
    margin: 0 0 22px 0; }
  #footer .news-and-contact .contact .contact-container {
    top: 24px; }
  #footer .news-and-contact .contact a {
    height: auto;
    padding: 20px 50px;
    line-height: 1.42857143; }
  #footer .news-and-contact .contact .breaker {
    display: block; }
  #footer .nav-container {
    min-height: 190px; } }
@media screen and (max-width: 375px) {
  #footer .sns-and-feeds #back-to-top {
    right: 10px; } }
#notification-of-cookies {
  display: none;
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background: #e07606;
  font-size: 14px;
  color: #fff;
  text-align: center; }
  #notification-of-cookies.show {
    display: block; }
  #notification-of-cookies p {
    margin: 0;
    font-size: 14px; }
  #notification-of-cookies a {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none; }

@media screen and (max-width: 600px) {
  #notification-of-cookies a {
    display: block;
    margin: 10px 0 0 0; } }

/*-------------------------------
　みなとアセットで追加
--------------------------------- */
/* マージン */
.mb_10{
	margin-bottom: -10px;
}
.mb_15{
	margin-bottom: -15px;
}
.mt-30{
	margin-top: 30px;
}
.mb-30{
	margin-bottom: 30px;
}
.mt_35{
	margin-top: -35px;
}

/* テキスト揃え */
.t-c{
	text-align: center;
}
.t-r{
	text-align: right;
}

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

/* リスト */
ol,dl.page_categorie01{
	font-size: 16px;
}

ol.alphabet{
	list-style-type: upper-alpha;
}

/* テーブル */
#page_categorie table{
	font-size: 16px;
}

/* フォント */
.b{
	font-weight: bold;
}
.fc-green{
	color: #274a50;
}

.normal{
	color: #000;
	font-weight: normal;
}

/* 見出し(page/categorie_XXで使用) */
#page_categorie h4{
position: relative;
padding: 0.25em 0;
}
#page_categorie h4:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(39, 74, 80), transparent);
background: -webkit-linear-gradient(to right, rgb(39, 74, 80), transparent);
background: linear-gradient(to right, rgb(39, 74, 80), transparent);
}

#page_categorie p{
	margin-bottom: 40px;
}