@charset "UTF-8";
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,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

body {
  font-family: Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  word-wrap: break-word; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

ul,
ol,
dl {
  list-style: none;
  letter-spacing: -0.5em; }

ul li,
ol li,
dl dt,
dl dd {
  letter-spacing: normal; }

a,
a:visited,
a:hover {
  text-decoration: none;
  color: #2199e8; }

img {
  max-width: 100%; }

i {
  font-family: Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif; }

div,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
li {
  line-height: 1.6em; }

p {
  line-height: 2em; }

@charset "UTF-8";
.of-hidden {
  overflow: hidden; }

/**
 * 横幅を持たせる領域は基本的にcontent内に入れる
 * また、contentでfloatは解除される
 **/
.content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  *zoom: 1; }
  .content::before, .content::after {
    content: " ";
    display: table;
    clear: both; }

/**
 * ヘッダー領域のレイアウト
 **/
.header:after,
.header-fixed:after {
  content: "";
  display: block;
  height: 0;
  width: 100%; }

.header-smp-menu-link {
  display: none; }

@media (max-width: 688px) {
  .content.is-header {
    overflow: hidden; }
  .header-logo {
    display: inline-block;
    float: none; }
  .header-content {
    display: none; }
  .header-smp-menu-link {
    display: inline-block;
    float: right;
    margin: 8px;
    font-size: 36px; } }

@media (min-width: 689px) {
  .content {
    max-width: 1240px;
    padding: 0 20px; }
  .content.is-header {
    padding-top: 5px;
    padding-bottom: 5px; }
  .content.is-main {
    padding: 0; }
  .header-logo {
    min-width: 250px; }
  .header-content {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .header-content .page-summary {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: hidden;
      min-height: 60px;
      max-height: 150px;
      padding: 5px 10px; }
    .header-content .search {
      min-width: 250px; }
  .header-compact .header-logo {
    position: absolute;
    left: 0;
    min-width: initial;
    width: 200px; }
  .header-compact .header-content {
    min-height: 60px;
    padding-left: 220px;
    width: 100%;
    box-sizing: border-box; }
  .header-compact .global-nav .menu {
    margin-left: 200px;
    box-sizing: border-box; }
  .header-compact .global-nav .content {
    padding-right: 0; } }

/**
 * メイン領域のレイアウト
 **/
#main-wrapper {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sidebar {
  width: 290px;
  min-width: 290px;
  box-sizing: border-box;
  padding: 0 10px; }

#main,
.sidebar {
  padding-top: 20px;
  padding-bottom: 20px; }

#left-sidebar {
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

#main {
  overflow: hidden;
  min-width: 399px;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

#right-sidebar {
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.l-ssm #right-sidebar {
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.l-mss #left-sidebar {
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

@media (min-width: 689px) {
  .main {
    padding-left: 20px;
    padding-right: 20px; }
  #left-sidebar {
    margin-right: 10px; }
  #right-sidebar {
    margin-left: 10px; }
  .l-ssm #right-sidebar {
    margin-left: 0;
    margin-right: 10px; }
  .l-mss #left-sidebar {
    margin-left: 10px;
    margin-right: 0; } }

@media (min-width: 689px) and (max-width: 979px) {
  #main-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #main-wrapper > aside:nth-child(3) {
      width: 100%;
      overflow: hidden;
      box-sizing: border-box; }
      #main-wrapper > aside:nth-child(3) .side {
        float: left;
        width: 33.3333%;
        padding: 20px;
        box-sizing: border-box; } }

@media (max-width: 688px) {
  #main {
    width: 100%;
    min-width: initial;
    flex-basis: 100%;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .sidebar {
    display: block;
    width: 100%;
    padding: 0 5px; }
  #left-sidebar {
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; } }

@media (max-width: 568px) {
  .sidebar {
    min-width: 100%; } }

@media (min-width: 688px) {
  .no-flexbox .l-sm #main,
  .no-flexbox .l-ms #main {
    width: 890px;
    width: calc(100% - 350px); }
  .no-flexbox .l-sms #main,
  .no-flexbox .l-ssm #main,
  .no-flexbox .l-mss #main {
    width: 540px;
    width: calc(100% - 700px); }
  .no-flexbox .main,
  .no-flexbox .sidebar {
    float: left; } }

@media (min-width: 688px) and (max-width: 980px) {
  .no-flexbox .sidebar {
    float: initial;
    margin: 0 auto; } }

@charset "UTF-8";
.button {
  display: inline-block;
  zoom: 1;
  padding: 8px 50px;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent; }

.button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.button:focus {
  outline: 0; }

.button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset; }

.button[disabled] {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none; }

.search .button {
  padding: 7px 10px; }

/**
 * ボタンのデザイン
 **/
.button {
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #DDDDDD;
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.button {
  background-color: #e7e7e7;
  color: #333333; }
  .button:hover, .button:focus {
    background-color: #b9b9b9;
    color: #333333; }

.button.primary {
  background-color: #2199e8;
  color: #fefefe !important; }
  .button.primary:hover, .button.primary:focus {
    background-color: #147cc0;
    color: #fefefe; }

.button.secondary {
  background-color: #777 !important;
  color: #fefefe !important; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5f5f5f;
    color: #fefefe; }

.button.success {
  background-color: #3adb76;
  color: #fefefe; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #fefefe; }

.button.warning {
  background-color: #ffae00;
  color: #fefefe; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fefefe; }

.button.alert {
  background-color: #ec5840;
  color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #da3116;
    color: #fefefe; }

/* リスト用のボタン */
.button-link {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: right; }
  .button-link.center {
    text-align: center; }
  .button-link .button-link-inner {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 15px 10px 40px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 3px 2px #DDDDDD;
    font-size: 17px;
    position: relative;
    text-decoration: none; }
    .button-link .button-link-inner::before {
      background: #FFFFFF none repeat scroll 0 0;
      box-sizing: border-box;
      border-radius: 50%;
      content: "";
      display: block;
      height: 20px;
      left: 10px;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 20px; }
    .button-link .button-link-inner::after {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      box-sizing: border-box;
      border-image: none;
      border-style: solid;
      border-width: 6px;
      content: "";
      display: block;
      height: 0;
      left: 18px;
      margin-top: -6px;
      position: absolute;
      top: 50%;
      width: 0; }
  .button-link.large {
    margin-top: 20px; }
    .button-link.large .button-link-inner {
      padding: 15px 35px 15px 60px; }
  .button-link .button-link-inner.orange {
    background-color: #FFB100; }
    .button-link .button-link-inner.orange::after {
      border-color: transparent transparent transparent #FFB100; }
  .button-link .button-link-inner.blue {
    background-color: #4286f4; }
    .button-link .button-link-inner.blue::after {
      border-color: transparent transparent transparent #4286f4; }
  .button-link .button-link-inner.red {
    background-color: #cc2c4a; }
    .button-link .button-link-inner.red::after {
      border-color: transparent transparent transparent #cc2c4a; }
  .button-link .button-link-inner.black {
    background-color: #000000; }
    .button-link .button-link-inner.black::after {
      border-color: transparent transparent transparent #000000; }

.header-contact-text .button-link {
  margin-top: 0;
  margin-bottom: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  padding: 6px 7px;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="month"].wpcf7-not-valid,
  input[type="time"].wpcf7-not-valid,
  input[type="datetime"].wpcf7-not-valid,
  input[type="datetime-local"].wpcf7-not-valid,
  input[type="week"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="color"].wpcf7-not-valid,
  select.wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    border-color: #E74C3C; }

input[type="date"] {
  padding: 4px 7px; }

input:not([type]) {
  padding: 6px 7px;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 0.5px #ddd;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #129FEA; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0 0;
  display: inline;
  vertical-align: middle; }

input:not([type]):focus {
  outline: 0;
  border-color: #129FEA; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

select {
  border: 1px solid #ccc;
  background-color: white; }

select[multiple] {
  height: auto; }

label {
  margin: 5px 0 3px;
  cursor: pointer; }

fieldset {
  margin: 0;
  padding: 5px 0 8px;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 4px 0;
  margin-bottom: 4px;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.contact-form {
  margin: 30px 20px; }
  .contact-form table {
    margin: 0 auto; }
  .contact-form th {
    width: 25%;
    text-align: left;
    font-weight: normal; }
  .contact-form td {
    width: 75%;
    padding: 0;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em; }
  .contact-form span,
  .contact-form input,
  .contact-form select {
    letter-spacing: normal; }

.contact-form-table {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse; }
  .contact-form-table .field-group {
    display: table-row;
    box-sizing: content-box; }
  .contact-form-table .field-name,
  .contact-form-table .field {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle; }
  .contact-form-table .field-name {
    width: 150px;
    padding-left: 10px; }
  .contact-form-table .field {
    clear: both;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .contact-form-table .field div[class^="column"] {
      padding: 5px;
      box-sizing: border-box; }
    .contact-form-table .field input[type="text"],
    .contact-form-table .field input[type="email"],
    .contact-form-table .field input[type="date"],
    .contact-form-table .field input[type="number"],
    .contact-form-table .field input[type="tel"],
    .contact-form-table .field select,
    .contact-form-table .field textarea {
      width: 100%; }
    .contact-form-table .field div,
    .contact-form-table .field p,
    .contact-form-table .field span,
    .contact-form-table .field input,
    .contact-form-table .field select {
      letter-spacing: normal; }

@media (max-width: 689px) {
  .wpcf7-form {
    padding: 0 10px; } }

.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px; }

.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px; }

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em; }

.wpcf7c-hide,
.wpcf7-display-none,
.ajax-error {
  display: none; }

.wpcf7c-force-hide {
  display: none !important; }

.contact-form .wpcf7-validation-errors {
  text-align: center;
  border: 1px solid #E74C3C;
  padding: 8px;
  margin: 20px 0;
  color: #E74C3C; }

@media (min-width: 1240px) {
  .contact-form {
    margin: 30px 50px; } }

.column-td-1,
.column-td-2-2,
.column-td-3-3,
.column-td-4-4 {
  width: 100%; }

.column-td-1-2,
.column-td-2-4 {
  width: 50%; }

.column-td-1-3 {
  width: 33.333333%; }

.column-td-2-3 {
  width: 66.666666%; }

.column-td-1-4 {
  width: 25%; }

.column-td-3-4 {
  width: 75%; }

@media only screen and (max-width: 689px) {
  .column-td-md-1-2 {
    width: 50%; }
  .column-td-md-2-3 {
    width: 66.666666%; }
  .column-td-md-1 {
    width: 100%; } }

.message {
  display: block;
  color: #666;
  font-size: 0.875em; }

.wpcf7-form .submit-form {
  margin: 30px auto 30px auto;
  text-align: right; }
  .wpcf7-form .submit-form .ajax-loader {
    display: none; }

.wpcf7c-btn-back {
  margin-right: 10px; }

@media only screen and (max-width: 568px) {
  button[type="submit"] {
    margin: 8px 0 0; }
  input:not([type]),
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  label {
    margin-bottom: 5px;
    display: block; }
  .form-aligned .control-group label {
    margin-bottom: 5px;
    text-align: left;
    display: block;
    width: 100%; }
  .form-aligned .controls {
    margin: 20px 0 0 0; } }

.column input[type="text"],
.column input[type="password"],
.column input[type="email"],
.column input[type="url"],
.column input[type="date"],
.column input[type="month"],
.column input[type="time"],
.column input[type="datetime"],
.column input[type="datetime-local"],
.column input[type="week"],
.column input[type="number"],
.column input[type="search"],
.column input[type="tel"],
.column input[type="color"],
.column select,
.column textarea {
  width: calc(100% - 5px);
  margin: 3px 5px 3px 0;
  box-sizing: border-box; }

.rows,
.row {
  clear: both;
  letter-spacing: -0.41em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.column {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  padding: 5px;
  box-sizing: border-box; }

.row {
  justify-content: center; }

.rows {
  margin-bottom: 25px; }

.column .column {
  padding: 0; }

.column-inner,
.column-item {
  height: 100%;
  padding: 10px;
  box-sizing: border-box; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.column-1,
.column-1-1,
.column-1-2,
.column-1-3,
.column-2-3,
.column-1-4,
.column-3-4,
.column-1-5,
.column-2-5,
.column-3-5,
.column-4-5,
.column-5-5,
.column-1-6,
.column-5-6,
.column-1-8,
.column-3-8,
.column-5-8,
.column-7-8,
.column-1-12,
.column-5-12,
.column-7-12,
.column-11-12,
.column-1-24,
.column-2-24,
.column-3-24,
.column-4-24,
.column-5-24,
.column-6-24,
.column-7-24,
.column-8-24,
.column-9-24,
.column-10-24,
.column-11-24,
.column-12-24,
.column-13-24,
.column-14-24,
.column-15-24,
.column-16-24,
.column-17-24,
.column-18-24,
.column-19-24,
.column-20-24,
.column-21-24,
.column-22-24,
.column-23-24,
.column-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.column-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.column-1-12,
.column-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.column-1-8,
.column-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.column-1-6,
.column-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.column-1-5 {
  width: 20%;
  *width: 19.9690%; }

.column-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.column-1-4,
.column-6-24 {
  width: 25%;
  *width: 24.9690%; }

.column-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.column-1-3,
.column-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.column-3-8,
.column-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.column-2-5 {
  width: 40%;
  *width: 39.9690%; }

.column-5-12,
.column-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.column-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.column-1-2,
.column-12-24 {
  width: 50%;
  *width: 49.9690%; }

.column-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.column-7-12,
.column-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.column-3-5 {
  width: 60%;
  *width: 59.9690%; }

.column-5-8,
.column-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.column-2-3,
.column-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.column-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.column-3-4,
.column-18-24 {
  width: 75%;
  *width: 74.9690%; }

.column-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.column-4-5 {
  width: 80%;
  *width: 79.9690%; }

.column-5-6,
.column-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.column-7-8,
.column-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.column-11-12,
.column-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.column-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.column-1,
.column-1-1,
.column-5-5,
.column-24-24 {
  width: 100%; }

/**
 * responsive
 **/
@media screen and (min-width: 568px) {
  .column-sm-1,
  .column-sm-1-1,
  .column-sm-1-2,
  .column-sm-1-3,
  .column-sm-2-3,
  .column-sm-1-4,
  .column-sm-3-4,
  .column-sm-1-5,
  .column-sm-2-5,
  .column-sm-3-5,
  .column-sm-4-5,
  .column-sm-5-5,
  .column-sm-1-6,
  .column-sm-5-6,
  .column-sm-1-8,
  .column-sm-3-8,
  .column-sm-5-8,
  .column-sm-7-8,
  .column-sm-1-12,
  .column-sm-5-12,
  .column-sm-7-12,
  .column-sm-11-12,
  .column-sm-1-24,
  .column-sm-2-24,
  .column-sm-3-24,
  .column-sm-4-24,
  .column-sm-5-24,
  .column-sm-6-24,
  .column-sm-7-24,
  .column-sm-8-24,
  .column-sm-9-24,
  .column-sm-10-24,
  .column-sm-11-24,
  .column-sm-12-24,
  .column-sm-13-24,
  .column-sm-14-24,
  .column-sm-15-24,
  .column-sm-16-24,
  .column-sm-17-24,
  .column-sm-18-24,
  .column-sm-19-24,
  .column-sm-20-24,
  .column-sm-21-24,
  .column-sm-22-24,
  .column-sm-23-24,
  .column-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .column-sm-1-12,
  .column-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .column-sm-1-8,
  .column-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .column-sm-1-6,
  .column-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .column-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .column-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .column-sm-1-4,
  .column-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .column-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .column-sm-1-3,
  .column-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .column-sm-3-8,
  .column-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .column-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .column-sm-5-12,
  .column-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .column-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .column-sm-1-2,
  .column-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .column-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .column-sm-7-12,
  .column-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .column-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .column-sm-5-8,
  .column-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .column-sm-2-3,
  .column-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .column-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .column-sm-3-4,
  .column-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .column-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .column-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .column-sm-5-6,
  .column-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .column-sm-7-8,
  .column-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .column-sm-11-12,
  .column-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .column-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .column-sm-1,
  .column-sm-1-1,
  .column-sm-5-5,
  .column-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 689px) {
  .column-md-1,
  .column-md-1-1,
  .column-md-1-2,
  .column-md-1-3,
  .column-md-2-3,
  .column-md-1-4,
  .column-md-3-4,
  .column-md-1-5,
  .column-md-2-5,
  .column-md-3-5,
  .column-md-4-5,
  .column-md-5-5,
  .column-md-1-6,
  .column-md-5-6,
  .column-md-1-8,
  .column-md-3-8,
  .column-md-5-8,
  .column-md-7-8,
  .column-md-1-12,
  .column-md-5-12,
  .column-md-7-12,
  .column-md-11-12,
  .column-md-1-24,
  .column-md-2-24,
  .column-md-3-24,
  .column-md-4-24,
  .column-md-5-24,
  .column-md-6-24,
  .column-md-7-24,
  .column-md-8-24,
  .column-md-9-24,
  .column-md-10-24,
  .column-md-11-24,
  .column-md-12-24,
  .column-md-13-24,
  .column-md-14-24,
  .column-md-15-24,
  .column-md-16-24,
  .column-md-17-24,
  .column-md-18-24,
  .column-md-19-24,
  .column-md-20-24,
  .column-md-21-24,
  .column-md-22-24,
  .column-md-23-24,
  .column-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .column-md-1-12,
  .column-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .column-md-1-8,
  .column-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .column-md-1-6,
  .column-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .column-md-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .column-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .column-md-1-4,
  .column-md-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .column-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .column-md-1-3,
  .column-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .column-md-3-8,
  .column-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .column-md-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .column-md-5-12,
  .column-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .column-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .column-md-1-2,
  .column-md-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .column-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .column-md-7-12,
  .column-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .column-md-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .column-md-5-8,
  .column-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .column-md-2-3,
  .column-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .column-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .column-md-3-4,
  .column-md-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .column-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .column-md-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .column-md-5-6,
  .column-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .column-md-7-8,
  .column-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .column-md-11-12,
  .column-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .column-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .column-md-1,
  .column-md-1-1,
  .column-md-5-5,
  .column-md-24-24 {
    width: 100%; } }

@media screen and (min-width: 980px) {
  .column-lg-1,
  .column-lg-1-1,
  .column-lg-1-2,
  .column-lg-1-3,
  .column-lg-2-3,
  .column-lg-1-4,
  .column-lg-3-4,
  .column-lg-1-5,
  .column-lg-2-5,
  .column-lg-3-5,
  .column-lg-4-5,
  .column-lg-5-5,
  .column-lg-1-6,
  .column-lg-5-6,
  .column-lg-1-8,
  .column-lg-3-8,
  .column-lg-5-8,
  .column-lg-7-8,
  .column-lg-1-12,
  .column-lg-5-12,
  .column-lg-7-12,
  .column-lg-11-12,
  .column-lg-1-24,
  .column-lg-2-24,
  .column-lg-3-24,
  .column-lg-4-24,
  .column-lg-5-24,
  .column-lg-6-24,
  .column-lg-7-24,
  .column-lg-8-24,
  .column-lg-9-24,
  .column-lg-10-24,
  .column-lg-11-24,
  .column-lg-12-24,
  .column-lg-13-24,
  .column-lg-14-24,
  .column-lg-15-24,
  .column-lg-16-24,
  .column-lg-17-24,
  .column-lg-18-24,
  .column-lg-19-24,
  .column-lg-20-24,
  .column-lg-21-24,
  .column-lg-22-24,
  .column-lg-23-24,
  .column-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .column-lg-1-12,
  .column-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .column-lg-1-8,
  .column-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .column-lg-1-6,
  .column-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .column-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .column-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .column-lg-1-4,
  .column-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .column-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .column-lg-1-3,
  .column-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .column-lg-3-8,
  .column-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .column-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .column-lg-5-12,
  .column-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .column-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .column-lg-1-2,
  .column-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .column-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .column-lg-7-12,
  .column-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .column-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .column-lg-5-8,
  .column-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .column-lg-2-3,
  .column-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .column-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .column-lg-3-4,
  .column-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .column-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .column-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .column-lg-5-6,
  .column-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .column-lg-7-8,
  .column-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .column-lg-11-12,
  .column-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .column-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .column-lg-1,
  .column-lg-1-1,
  .column-lg-5-5,
  .column-lg-24-24 {
    width: 100%; } }

@media screen and (min-width: 1240px) {
  .column-xl-1,
  .column-xl-1-1,
  .column-xl-1-2,
  .column-xl-1-3,
  .column-xl-2-3,
  .column-xl-1-4,
  .column-xl-3-4,
  .column-xl-1-5,
  .column-xl-2-5,
  .column-xl-3-5,
  .column-xl-4-5,
  .column-xl-5-5,
  .column-xl-1-6,
  .column-xl-5-6,
  .column-xl-1-8,
  .column-xl-3-8,
  .column-xl-5-8,
  .column-xl-7-8,
  .column-xl-1-12,
  .column-xl-5-12,
  .column-xl-7-12,
  .column-xl-11-12,
  .column-xl-1-24,
  .column-xl-2-24,
  .column-xl-3-24,
  .column-xl-4-24,
  .column-xl-5-24,
  .column-xl-6-24,
  .column-xl-7-24,
  .column-xl-8-24,
  .column-xl-9-24,
  .column-xl-10-24,
  .column-xl-11-24,
  .column-xl-12-24,
  .column-xl-13-24,
  .column-xl-14-24,
  .column-xl-15-24,
  .column-xl-16-24,
  .column-xl-17-24,
  .column-xl-18-24,
  .column-xl-19-24,
  .column-xl-20-24,
  .column-xl-21-24,
  .column-xl-22-24,
  .column-xl-23-24,
  .column-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .column-xl-1-12,
  .column-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .column-xl-1-8,
  .column-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .column-xl-1-6,
  .column-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .column-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .column-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .column-xl-1-4,
  .column-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .column-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .column-xl-1-3,
  .column-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .column-xl-3-8,
  .column-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .column-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .column-xl-5-12,
  .column-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .column-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .column-xl-1-2,
  .column-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .column-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .column-xl-7-12,
  .column-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .column-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .column-xl-5-8,
  .column-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .column-xl-2-3,
  .column-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .column-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .column-xl-3-4,
  .column-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .column-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .column-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .column-xl-5-6,
  .column-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .column-xl-7-8,
  .column-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .column-xl-11-12,
  .column-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .column-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .column-xl-1,
  .column-xl-1-1,
  .column-xl-5-5,
  .column-xl-24-24 {
    width: 100%; } }

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

.list-item .full-title {
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px; }

.list-item .title {
  margin: 5px 0;
  font-size: 15px; }

.list-item .thumb {
  margin: 5px 0;
  text-align: center; }

.list-item .date,
.list-item .tag {
  display: block;
  margin: 5px 0;
  text-align: right;
  font-size: 12px; }

.list-item .desc p {
  text-align: justify;
  text-justify: inter-ideograph; }

@media (min-width: 690px) {
  .list-item .full-title,
  .list-item .title {
    overflow: hidden;
    white-space: nowrap; }
  .list-item .thumb img {
    max-height: 400px; } }

@media (max-width: 689px) {
  .list-item .thumb img {
    max-height: 200px; } }

.tile .full-title,
.tile-circle .full-title {
  display: none; }

.tile .thumb,
.tile-circle .thumb {
  margin-top: 0; }
  .tile .thumb img,
  .tile-circle .thumb img {
    width: 100%; }

.tile .title,
.tile .date,
.tile .desc,
.tile-circle .title,
.tile-circle .date,
.tile-circle .desc {
  margin: 10px 0;
  padding: 0; }

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

.hover .list-item,
.circle .list-item {
  position: relative;
  padding: 0;
  background: transparent; }
  .hover .list-item:before,
  .circle .list-item:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .hover .list-item .circle-frame,
  .circle .list-item .circle-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center; }
  .hover .list-item .title,
  .circle .list-item .title {
    display: none;
    width: 100%;
    text-align: center;
    color: #FFFFFF; }
  .hover .list-item .overlay,
  .circle .list-item .overlay {
    display: block;
    height: 100%; }
    .hover .list-item .overlay:hover,
    .circle .list-item .overlay:hover {
      background-color: rgba(0, 0, 0, 0.3); }

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

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

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

@media (min-width: 690px) {
  .hover .title,
  .circle .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .hover .list-item img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear; }
  .hover .list-item:hover {
    background: #000000; }
    .hover .list-item:hover .title {
      display: block; }
      .hover .list-item:hover .title a {
        color: white; }
    .hover .list-item:hover img {
      opacity: 0.7;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .circle .list-item:hover .title {
    display: block; }
    .circle .list-item:hover .title a {
      color: white; }
  .circle .list-item:hover img {
    opacity: 0.7; } }

@media (max-width: 689px) {
  .hover .list-item .title,
  .circle .list-item .title {
    position: relative;
    top: initial;
    display: block;
    margin: 0 0 20px; }
    .hover .list-item .title a,
    .circle .list-item .title a {
      display: block;
      padding: 10px; } }

.timeline {
  overflow: hidden;
  margin-bottom: 30px;
  align-items: stretch; }
  .timeline .column {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .timeline .list-item {
    height: 100%;
    margin-left: 125px;
    padding: 15px 0 15px 16px; }
  .timeline .thumb a {
    margin: 0 10px 10px 10px;
    max-width: 200px; }
  .timeline .full-title {
    margin-right: 10px; }
  .timeline .title {
    position: relative;
    overflow: initial;
    margin-bottom: 15px; }
  .timeline .desc {
    margin-right: 10px; }
  .timeline .back-arrow {
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    white-space: nowrap; }
    .timeline .back-arrow::after {
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      left: 100%;
      top: 0;
      margin: 0; }

@media (min-width: 689px) {
  .timeline .title::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 14px; }
  .timeline .thumb a {
    float: right; }
  .timeline .back-arrow {
    position: absolute;
    left: 10px; }
  .timeline .date {
    top: 30px; }
  .timeline .tag {
    top: 90px; } }

@media (max-width: 689px) {
  .timeline .list-item {
    margin-right: 5px;
    margin-left: 10px; }
  .timeline .title {
    clear: both; }
  .timeline .date-and-tag {
    position: relative; }
    .timeline .date-and-tag::before {
      content: "";
      position: absolute;
      left: -28px;
      top: 9px;
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 14px; }
  .timeline .back-arrow {
    position: relative; }
    .timeline .back-arrow::after {
      left: -10px; }
  .timeline .date {
    margin-left: 5px;
    margin-right: 20px; } }

.left-image .list-item,
.right-image .list-item,
.striped .list-item {
  overflow: hidden; }

.left-image .thumb,
.right-image .thumb,
.striped .thumb {
  max-width: 200px; }

.left-image .date-and-tag,
.right-image .date-and-tag,
.striped .date-and-tag {
  overflow: hidden; }
  .left-image .date-and-tag .date,
  .left-image .date-and-tag .tag,
  .right-image .date-and-tag .date,
  .right-image .date-and-tag .tag,
  .striped .date-and-tag .date,
  .striped .date-and-tag .tag {
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    height: 15px;
    line-height: 15px; }

@media (min-width: 690px) {
  .left-image .thumb,
  .striped .column:nth-child(2n) .thumb {
    float: left;
    margin: 0 10px 10px -220px; }
  .left-image .list-item,
  .striped .column:nth-child(2n) .list-item {
    padding-left: 230px; }
  .right-image .full-title,
  .striped .column:nth-child(2n+1) .full-title {
    margin-right: -220px; }
  .right-image .thumb,
  .striped .column:nth-child(2n+1) .thumb {
    float: right;
    margin: 20px -220px 10px 10px; }
  .right-image .list-item,
  .striped .column:nth-child(2n+1) .list-item {
    padding-right: 230px; } }

@media (max-width: 689px) {
  .left-image .list-item,
  .right-image .list-item,
  .striped .list-item {
    margin-left: 0; }
  .left-image .thumb,
  .right-image .thumb,
  .striped .thumb {
    margin: 10px auto; }
    .left-image .thumb img,
    .right-image .thumb img,
    .striped .thumb img {
      max-height: 200px; } }

.list-item.no-image .title {
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  text-align: center; }

.news-list .date {
  display: inline-block;
  float: left;
  width: 130px;
  margin: 0;
  text-align: left;
  font-size: 15px; }

.news-list .title {
  margin: 0 0 0 130px;
  font-size: 15px; }

.news-list .column-inner {
  padding: 0; }

.post-content .list-item {
  padding: 0 0 30px; }

.post-content .full-title {
  margin: 20px 0;
  padding-left: 0;
  text-align: left; }
  .post-content .full-title a {
    margin-left: 0; }

.post-content .title {
  font-size: 18px;
  font-weight: bold; }

.post-content .relational p {
  text-align: right; }

.post-content .date {
  height: 0; }

.content-body .full-title {
  margin-top: 0;
  font-size: 12px; }
  .content-body .full-title::before {
    content: initial; }

.content-body .timeline .full-title {
  margin-top: 0;
  padding: 0; }

.menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: initial; }
  .menu > .menu-item {
    display: inline-block;
    zoom: 1;
    width: 50%; }
  .menu li {
    position: relative;
    padding: 4px 5px;
    box-sizing: border-box; }
    .menu li a {
      display: inline-block;
      width: 100%;
      padding: 3px 15px;
      box-sizing: border-box;
      line-height: 1.3em;
      white-space: initial; }
  .menu .sub-menu li a {
    padding: 0 10px 0 5px; }

@media (min-width: 689px) {
  .menu li:hover {
    background-image: url(../images/back/nav_active.png);
    background-repeat: repeat-x; } }

.sub-menu {
  display: none; }

.footer-menu > .menu-item {
  padding: 5px 0; }

.footer-menu .sub-menu {
  display: block;
  padding: 5px 0 0 20px;
  overflow: hidden; }
  .footer-menu .sub-menu .menu-item {
    float: left;
    margin-right: 15px; }

/**
 * スマホのみに適用
 **/
@media (max-width: 689px) {
  .global-nav {
    display: none; }
  .home .global-nav {
    display: block; }
  .menu li {
    text-align: left; }
  .header-smp-menu {
    position: absolute;
    height: 2000px;
    z-index: 1000; }
    .header-smp-menu .menu-item {
      width: 100%;
      padding-left: 10px;
      box-sizing: border-box; }
    .header-smp-menu a {
      display: block;
      width: 100%;
      padding: 5px 10px 5px 0;
      line-height: 21px; }
    .header-smp-menu .toggle-item:before {
      content: "\f055";
      font-family: FontAwesome;
      margin-left: -20px;
      padding: 0 6px 0 4px; }
    .header-smp-menu .toggle-active:before {
      content: "\f056";
      font-family: FontAwesome; }
    .header-smp-menu.left-menu .menu, .header-smp-menu.right-menu .menu {
      width: 60%;
      height: 100%; }
    .header-smp-menu.right-menu .menu {
      float: right; } }

/**
 * スマホ以外に適用
 **/
@media (min-width: 689px) {
  .global-nav .content {
    padding-left: 0;
    padding-right: 0; }
  .global-nav .menu > .menu-item {
    padding: 0;
    text-align: center;
    width: auto;
    min-width: 100px; }
    .global-nav .menu > .menu-item a {
      padding: 7px 20px; }
  .global-nav .sub-menu {
    position: absolute;
    z-index: 10000; }
    .global-nav .sub-menu a {
      white-space: nowrap; }
  .menu.span-4 > .menu-item {
    width: 25%; }
  .menu.span-5 > .menu-item {
    width: 20%; }
  .menu.span-6 > .menu-item {
    width: 16.66667%; }
  .header .menu-item:hover > .sub-menu {
    display: block; }
  .global-nav-sub-wrapper {
    display: none;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 100; }
    .global-nav-sub-wrapper::before {
      clear: both;
      position: relative; }
  #header-smp-menu {
    display: none !important; }
  .side .menu-item {
    width: 100%;
    text-align: left; }
  .footer-contents .menu-item {
    width: auto; } }

.side .menu-item {
  display: block;
  padding: 0 5px; }

@media (max-width: 689px) {
  .side .menu .menu-item {
    display: inline-block;
    width: 50%; }
    .side .menu .menu-item a {
      display: block;
      text-align: left; } }

#smp-menu,
#header-smp-menu {
  display: none; }

table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

table caption {
  padding: 8px 0;
  text-align: center; }

th {
  width: 130px; }

th,
td {
  padding: 5px 7px;
  box-sizing: border-box; }

table tr:last-child > th,
table tr:last-child > td {
  border-bottom-width: 0; }

.table-bordred {
  border: 1px solid #cbcbcb; }
  .table-bordred thead {
    vertical-align: bottom;
    background-color: #e0e0e0;
    text-align: left; }
  .table-bordred tr:last-child > th,
  .table-bordred tr:last-child > td {
    border-bottom-width: 0; }
  .table-bordred th,
  .table-bordred td {
    overflow: visible;
    margin: 0;
    padding: 5px 10px;
    font-size: inherit;
    text-align: left; }

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  background-color: transparent; }
  .table-bordered th:first-child,
  .table-bordered td:first-child {
    border-left-width: 0; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll th,
  .table-scroll td {
    display: table-cell; }

/* nth-child selector for modern browsers */
.table-striped tr:nth-child(2n-1) th,
.table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

@media only screen and (max-width: 568px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive table {
      width: 100%;
      min-width: 568px; } }

/* style for table-responsive.js */
@media only screen and (max-width: 689px) {
  table.responsive {
    margin-bottom: 0; }
    table.responsive th,
    table.responsive td {
      position: relative;
      white-space: nowrap;
      overflow: hidden; }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive .pinned td {
      display: none; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    .pinned table {
      width: 100%;
      border-right: none;
      border-left: none; }
      .pinned table th,
      .pinned table td {
        white-space: nowrap; }
      .pinned table td:last-child {
        border-bottom: 0; }
  .table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
    .table-wrapper .scrollable {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; } }

.table-scroll {
  overflow-x: auto; }

i.fa {
  margin-right: 5px; }

.clearfix::after {
  content: "";
  clear: both;
  display: block; }

.logo {
  max-height: 50px;
  vertical-align: middle; }

.logo-link {
  z-index: 9999; }

@media (min-width: 689px) {
  .logo {
    max-height: 100px; } }

.catchcopy h1 {
  padding: 3px;
  font-size: 12px;
  text-align: right; }

form.search {
  letter-spacing: -1.0em;
  text-align: center;
  white-space: nowrap; }
  form.search input {
    display: inline-block;
    margin-bottom: 0; }

.search-text {
  height: 36px;
  width: 175px; }

.search-submit {
  height: 38px;
  margin-left: -1px; }

.header-contact-text, .header-contact-image {
  display: inline-block;
  padding: 5px;
  font-size: 18px; }
  .header-contact-text img, .header-contact-image img {
    max-height: 150px; }

.breadcrumb {
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
  text-align: right; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li::after {
      margin: 0 10px;
      content: "\f105";
      font-family: FontAwesome; }
  .breadcrumb li:first-child::before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 105%;
    padding-right: 7px; }
  .breadcrumb li:last-child::after {
    margin: 0;
    content: ""; }

.copyright {
  padding: 5px 0;
  text-align: center; }

.footer-link {
  padding: 5px 0;
  text-align: right; }

.footer-title {
  margin: 5px 0 10px;
  text-align: center; }

.footer-map {
  width: 100%;
  max-width: 100%; }

@media (max-width: 689px) {
  .footer-title {
    padding: 3px 0; } }

.footer-info-table {
  width: 100%; }
  .footer-info-table th {
    width: 100px; }
  .footer-info-table th, .footer-info-table td {
    text-align: left;
    padding: 7px 3px; }

.footer-access iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.side {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box; }
  .side .side-title {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .side .textwidget p {
    text-align: justify;
    text-justify: inter-ideograph; }
  .side li a,
  .side .cat-name a {
    display: block;
    padding: 13px 10px 11px;
    background: url(../images/icon/side-list.gif) no-repeat right bottom; }
    .side li a:hover,
    .side .cat-name a:hover {
      background-image: url(../images/icon/side-list-on.gif); }
  .side li:hover,
  .side .cat-name:hover {
    background: url(../images/icon/side-list-bkg.png) repeat-x center center; }
  .side .recent-post-list {
    overflow: hidden; }
  .side .recent-post-date {
    display: block;
    padding: 5px 0 0 10px; }
  .side .recent-post-link {
    padding-top: 8px; }

.side.widget_search {
  padding-left: 0;
  padding-right: 0; }

#wp-calendar {
  width: 95%; }
  #wp-calendar caption {
    margin: 5px 0; }
  #wp-calendar th,
  #wp-calendar td {
    padding: 2px 3px;
    text-align: right;
    border: none; }
  #wp-calendar th:last-child,
  #wp-calendar td:last-child {
    color: #01498E; }
  #wp-calendar th:first-child,
  #wp-calendar td:first-child {
    color: #FFA000; }
  #wp-calendar #prev {
    text-align: left; }
  #wp-calendar #next {
    text-align: right; }
  #wp-calendar a {
    text-decoration: underline; }

section.topimage img {
  width: 100%;
  height: initial; }

.eyecatch-content {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto; }

.carousel {
  position: relative;
  margin: 0 auto;
  max-width: 100%; }

.news-release {
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 100%; }
  .news-release .title {
    font-weight: bold;
    padding: 8px 10px;
    height: 24px;
    line-height: 24px; }
  .news-release .news {
    padding-top: 10px; }
    .news-release .news dt {
      padding: 5px 5px 2px;
      font-size: 12px; }
    .news-release .news dd {
      padding: 2px 5px 5px; }

#home-content,
#home-categories,
#home-posts {
  margin-bottom: 30px; }

.sitemap-inline {
  padding-bottom: 15px; }
  .sitemap-inline .first-layer {
    font-size: 14px;
    margin: 15px 0;
    padding: 15px 20px 0;
    background: url(../images/icon/sitemap.gif) no-repeat 0 23px; }
  .sitemap-inline .second-layer {
    margin: 0 0 0 20px; }
    .sitemap-inline .second-layer li {
      display: inline-block;
      margin: 0 0 10px;
      padding-left: 0;
      padding-right: 20px;
      background-image: none; }

.sitemap-table {
  padding: 5px; }
  .sitemap-table .first-layer {
    margin: 0;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    background: url(../images/icon/sitemap.gif) no-repeat 0 14px; }
  .sitemap-table .second-layer {
    margin-bottom: 0;
    padding-left: 10px;
    min-height: 1.7em;
    padding: 5px 0 5px 20px; }
    .sitemap-table .second-layer li {
      display: inline-block;
      padding: 5px 30px 0 20px;
      background-image: none; }

.pagination {
  clear: both;
  text-align: center;
  margin: 15px auto;
  padding: 15px 0; }

.pagination .page-numbers {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-right: 4px;
  padding: 4px 7px;
  font-size: 14px; }

.pagination .page-numbers:last-child {
  margin-right: 0; }

.mapp-layout {
  max-width: 100%; }

.widget_icl_lang_sel_widget ul {
  border-top: 1px solid #eee; }

.widget_icl_lang_sel_widget .wpml-ls-sub-menu {
  border-top-width: 0px; }

.widget_icl_lang_sel_widget li:hover {
  background: none; }

.widget_icl_lang_sel_widget li a {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background: none; }
  .widget_icl_lang_sel_widget li a:hover {
    background: none; }

.wpml-ls-legacy-list-horizontal {
  clear: both;
  margin: 0;
  padding: 7px;
  min-height: 25px;
  text-align: center;
  border: 1px solid #cdcdcd; }
  .wpml-ls-legacy-list-horizontal li {
    display: inline;
    margin: 0 1px 0 0;
    padding: 0;
    white-space: nowrap;
    line-height: 25px; }
    .wpml-ls-legacy-list-horizontal li a {
      display: inline-block;
      width: 120px;
      padding: 5px 10px;
      text-decoration: none; }

.aligncenter {
  display: block;
  margin: 20px auto; }

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 10px; }

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 10px; }

@media (max-width: 689px) {
  .alignleft,
  .alignright {
    float: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }

.wp-caption {
  border-radius: 3px;
  padding-top: 4px;
  text-align: left; }

.headline,
.headline a {
  font-size: 20px; }

.headline::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1em; }

@media (max-width: 689px) {
  .headline {
    padding: 0 10px; } }

.page-title {
  font-size: 22px;
  margin-bottom: 30px; }

.content-body {
  padding-bottom: 30px; }
  .content-body::after {
    content: "";
    display: table;
    clear: both; }
  .content-body p {
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph; }
  .content-body img {
    clear: both;
    height: auto;
    max-width: 100%; }
  .content-body .mapp-layout {
    margin: 40px 0 10px; }
  .content-body .mapp-map-links {
    display: none; }
  .content-body ul {
    margin-bottom: 20px; }
    .content-body ul li {
      overflow: hidden;
      padding: 3px 10px 3px 20px;
      background: transparent url(../images/back/list-tri.png) 3px 10px no-repeat; }
  .content-body ol {
    margin-bottom: 20px;
    padding-left: 20px; }
    .content-body ol li {
      list-style-type: inherit;
      padding: 3px 0; }
  .content-body dl {
    margin: 20px 0;
    overflow: hidden; }
    .content-body dl dt {
      clear: left;
      float: left;
      padding: 7px 0 7px 7px;
      width: 150px; }
    .content-body dl dd {
      padding: 7px 0 7px 150px; }
  .content-body table ul, .content-body table ol, .content-body table dl {
    margin: 0; }
  .content-body .recent-post {
    margin-top: 7px; }
  .content-body .recent-post-list {
    padding: 3px 0;
    background-image: none; }
  .content-body .recent-post-date {
    display: inline-block;
    width: 100px; }

.content-body h2 {
  clear: both;
  overflow: hidden;
  padding: 5px 0 5px 0;
  margin: 30px 0 20px 0;
  font-size: 18px;
  text-align: left; }
  .content-body h2:first-child {
    margin-top: 20px; }

.content-body h3 {
  clear: both;
  padding: 5px 0 5px 0;
  margin: 25px 0 20px 0;
  font-size: 16px;
  text-align: left; }

.content-body h4 {
  padding: 10px 0;
  margin: 20px 0 15px 0;
  font-size: 14px; }

.content-body h2::before, .content-body h3::before, .content-body h4::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1em; }

.casette h2 {
  padding: 5px 0 20px;
  font-size: 22px; }

.casette h3 {
  padding: 5px 0 20px;
  font-size: 20px; }

.casette h4 {
  padding: 10px 0;
  font-size: 18px; }

.casette h2::before, .casette h3::before, .casette h4::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1em; }

.headline-content h2, .headline-content h3, .headline-content h4 {
  padding-bottom: 5px; }

@media (max-width: 689px) {
  .content-body h2,
  .content-body h3,
  .content-body h4,
  .content-body p,
  .content-body li {
    padding: 0 10px; } }

.comments h3 {
  font-size: 16px;
  margin: 0 0 20px 0; }

.comments .comment-list {
  border-top: 1px dashed #CCC;
  margin-bottom: 20px; }

.comments .comment {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px dashed #CCC; }

.comments .avatar {
  position: absolute;
  max-width: 60px;
  top: 10px;
  left: 0; }

.comments .children,
.comments .comment-inner {
  margin-left: 60px; }

.comments .comment-header {
  overflow: hidden;
  margin-bottom: 0; }

.comments .comment-footer {
  text-align: right; }

.comments .reply {
  float: right;
  margin-right: 10px; }

.comments .form-submit {
  text-align: right;
  margin-right: 10px; }

@media (max-width: 689px) {
  .comments {
    padding: 0 10px; } }

.comment-notes,
.logged-in-as {
  margin-bottom: 10px; }

#recruit table {
  width: 100%; }

#notification {
  padding: 20px;
  text-align: left; }
  #notification h2 {
    margin-bottom: 20px; }
  #notification .possibility {
    margin: 20px 0 10px;
    border-bottom: 2px solid #AAA; }
  #notification .todo {
    margin-left: 20px; }

.hidden {
  display: none; }

#my-video,
#their-videos {
  max-width: 100%; }

@media (min-width: 689px) {
  #their-videos {
    min-height: 300px; } }

#their-videos {
  overflow: hidden;
  max-height: 400px;
  background: #EAEAEA;
  text-align: center; }

#their-videos video {
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }

#join-room {
  width: 200px; }

#setting-error,
#call,
#connect {
  display: none; }

#procedure {
  display: none; }

#send-message {
  display: inline-block;
  width: calc(100% - 100px); }

#send {
  margin: 0;
  padding: 8px 30px; }

.receive {
  margin-top: 5px; }
  .receive .message-r {
    margin: 10px 0;
    text-align: left; }
  .receive .message-s {
    margin: 10px 0;
    text-align: right; }
  .receive p {
    display: inline-block;
    padding: 5px;
    border: 1px solid #AAA;
    border-radius: 5px; }

@media (max-width: 689px) {
  .receive {
    padding: 0 10px; } }

.casette-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .casette-inner.is-fullsize {
    width: initial;
    max-width: initial;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
    .casette-inner.is-fullsize img {
      width: 100%; }

.image-content {
  position: relative; }
  .image-content .image-column {
    text-align: center; }
    .image-content .image-column .square {
      border-radius: 0; }
    .image-content .image-column .round {
      border-radius: 13%; }
    .image-content .image-column .circle {
      border-radius: 50%; }
  .image-content .image-name {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em; }
  .image-content .image-text {
    font-size: 13px; }
  .image-content .slider,
  .image-content .is-fullsize {
    margin-bottom: -20px; }

.gallery .gallery-item {
  letter-spacing: -0.41em;
  padding-bottom: 20px; }

.gallery .gallery-image,
.gallery .gallery-title,
.gallery .gallery-caption {
  margin-bottom: 10px;
  line-height: 2em; }

.gallery .gallery-image {
  position: relative;
  overflow: hidden;
  border: 2px solid; }
  .gallery .gallery-image::before {
    content: "";
    display: block;
    padding-top: 75%; }
  .gallery .gallery-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: initial;
    min-width: 100%;
    min-height: 100%; }

.gallery .gallery-title {
  letter-spacing: normal;
  font-size: 16px; }

.gallery .gallery-caption {
  vertical-align: top;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: normal; }

.gallery .gallery-left-image {
  display: inline-block;
  width: 40%;
  margin-top: 9px;
  box-sizing: border-box; }

.gallery .gallery-right-content {
  display: inline-block;
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: initial;
  vertical-align: top;
  box-sizing: border-box; }

@media (max-width: 689px) {
  .gallery .gallery-left-image,
  .gallery .gallery-right-content {
    display: block;
    width: 100%;
    padding-left: 0; } }

.casette-inner .slider-wrapper {
  position: relative;
  overflow: hidden; }
  .casette-inner .slider-wrapper::before {
    content: "";
    display: block; }

.casette-inner .slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
  .casette-inner .slider .slide-image {
    display: none; }
  .casette-inner .slider .slide-image:first-child {
    display: block; }

.embed-container {
  max-width: 100%; }

.embed-content {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0; }
  .embed-content iframe,
  .embed-content object,
  .embed-content embed,
  .embed-content video {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.map-content {
  padding: 0 0 20px; }
  .map-content .map-frame {
    margin: 10px 0 20px; }
  .map-content .map-title {
    font-weight: bold; }
  .map-content .map-text {
    font-size: 14px;
    margin-bottom: 0; }

.map-frame {
  width: 100%;
  height: 300px;
  border: 1px solid #D4D4D4; }

.table-content table {
  border: 1px solid #eee;
  border-collapse: collapse; }

.table-content th {
  background: #999999;
  color: #FFFFFF; }

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

.table-content .col2 th,
.table-content .col2 td {
  width: 50%; }

.table-content .col3 th,
.table-content .col3 td {
  width: 33.3%; }

.table-content .col4 th,
.table-content .col4 td {
  width: 25%; }

.button-content {
  padding-top: 20px;
  padding-bottom: 20px; }
  .button-content a {
    display: inline-block;
    padding: 20px 60px;
    border: 4px solid #FFFFFF;
    border-radius: 10px;
    font-size: 17px;
    box-shadow: 0 0 4px 3px #CCCCCC; }

.home-content .caption-content {
  font-size: 33px;
  padding: 25px 20px; }
  .home-content .caption-content p {
    line-height: 1.3em; }

.home-content .caption-content + .image-content {
  padding-top: 0; }

.home-content .headline-content {
  padding: 40px 0 20px; }

.home-content .headline-content + .casette {
  padding-top: 0; }

.home-content .headline-content + .editor-content {
  padding-bottom: 50px; }

.home-content .editor-content,
.home-content .list-content,
.home-content .image-content,
.home-content .table-content {
  padding-top: 20px;
  padding-bottom: 20px; }

.home-content .editor-content p {
  margin-bottom: 20px; }

.home-content .editor-content p:last-child {
  margin-bottom: 0; }

.home-content .table-title {
  margin-bottom: 5px;
  font-size: 20px; }

@media (max-width: 689px) {
  .home-content .caption-content {
    padding: 15px 10px;
    font-size: 24px; } }
