@charset "UTF-8";
/*
  Theme Name: HIROSHIMA HISTORY 1.0.0
  Theme URI:
  Author: MT
  Author URI:
  Description: Theme of HIROSHIMA HISTORY
  Version: 1.0.0
  License:
  License URI:
  Text Domain:
*/
/* =====================
  configuration setting
===================== */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*基本的にグリッドシステムv3のみ*/
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.youtube{
position:relative;
width:100%;
height:0;
padding-top:75%;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #333;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1260px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
	margin-bottom: 15px;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1260px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1259px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    width: 100%;
  }
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    width: 75%;
  }
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    width: 50%;
  }
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    width: 25%;
  }
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12,
  .col-md-pull-12,
  .col-sm-pull-12,
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11,
  .col-md-pull-11,
  .col-sm-pull-11,
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10,
  .col-md-pull-10,
  .col-sm-pull-10,
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9,
  .col-md-pull-9,
  .col-sm-pull-9,
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8,
  .col-md-pull-8,
  .col-sm-pull-8,
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7,
  .col-md-pull-7,
  .col-sm-pull-7,
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6,
  .col-md-pull-6,
  .col-sm-pull-6,
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5,
  .col-md-pull-5,
  .col-sm-pull-5,
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4,
  .col-md-pull-4,
  .col-sm-pull-4,
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3,
  .col-md-pull-3,
  .col-sm-pull-3,
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2,
  .col-md-pull-2,
  .col-sm-pull-2,
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1,
  .col-md-pull-1,
  .col-sm-pull-1,
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0,
  .col-md-pull-0,
  .col-sm-pull-0,
  .col-xs-pull-0 {
    right: auto;
  }
  .col-lg-push-12,
  .col-md-push-12,
  .col-sm-push-12,
  .col-xs-push-12 {
    left: 100%;
  }
  .col-lg-push-11,
  .col-md-push-11,
  .col-sm-push-11,
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10,
  .col-md-push-10,
  .col-sm-push-10,
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9,
  .col-md-push-9,
  .col-sm-push-9,
  .col-xs-push-9 {
    left: 75%;
  }
  .col-lg-push-8,
  .col-md-push-8,
  .col-sm-push-8,
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7,
  .col-md-push-7,
  .col-sm-push-7,
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6,
  .col-md-push-6,
  .col-sm-push-6,
  .col-xs-push-6 {
    left: 50%;
  }
  .col-lg-push-5,
  .col-md-push-5,
  .col-sm-push-5,
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4,
  .col-md-push-4,
  .col-sm-push-4,
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3,
  .col-md-push-3,
  .col-sm-push-3,
  .col-xs-push-3 {
    left: 25%;
  }
  .col-lg-push-2,
  .col-md-push-2,
  .col-sm-push-2,
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1,
  .col-md-push-1,
  .col-sm-push-1,
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0,
  .col-md-push-0,
  .col-sm-push-0,
  .col-xs-push-0 {
    left: auto;
  }
  .col-lg-offset-12,
  .col-md-offset-12,
  .col-sm-offset-12,
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11,
  .col-md-offset-11,
  .col-sm-offset-11,
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10,
  .col-md-offset-10,
  .col-sm-offset-10,
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9,
  .col-md-offset-9,
  .col-sm-offset-9,
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8,
  .col-md-offset-8,
  .col-sm-offset-8,
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7,
  .col-md-offset-7,
  .col-sm-offset-7,
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6,
  .col-md-offset-6,
  .col-sm-offset-6,
  .col-xs-offset-6 {
    margin-left: 50% !important;
  }
  .col-lg-offset-5,
  .col-md-offset-5,
  .col-sm-offset-5,
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4,
  .col-md-offset-4,
  .col-sm-offset-4,
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3,
  .col-md-offset-3,
  .col-sm-offset-3,
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2,
  .col-md-offset-2,
  .col-sm-offset-2,
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1,
  .col-md-offset-1,
  .col-sm-offset-1,
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0,
  .col-md-offset-0,
  .col-sm-offset-0,
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important;
  }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto;
  }
}

img.img-harf {
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  img.img-harf {
    width: auto;
  }
}

@media print {
  img.img-harf {
    width: auto;
  }
}

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

.mb-none {
  margin-bottom: 0 !important;
}

.mb-10-xs {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 768px) {
  .mb-10-xs {
    margin-bottom: 0 !important;
  }
}

@media print {
  .mb-10-xs {
    margin-bottom: 0 !important;
  }
}

.mb-20-xs {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
  .mb-20-xs {
    margin-bottom: 0 !important;
  }
}

@media print {
  .mb-20-xs {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}

@media print {
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
}

.mb-30-xs {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .mb-30-xs {
    margin-bottom: 0 !important;
  }
}

@media print {
  .mb-30-xs {
    margin-bottom: 0 !important;
  }
}

.mb-40-xs {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 768px) {
  .mb-40-xs {
    margin-bottom: 0 !important;
  }
}

@media print {
  .mb-40-xs {
    margin-bottom: 0 !important;
  }
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 5px !important;
}

@media only screen and (min-width: 768px) {
  .mb-15 {
    margin-bottom: 15px !important;
  }
}

@media print {
  .mb-15 {
    margin-bottom: 15px !important;
  }
}

.mb-20 {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

@media print {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

.mb-30 {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

@media print {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

.mb-40 {
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}

@media print {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}

.mb-50 {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

@media print {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

.mb-60 {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

@media print {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.mb-70 {
  margin-bottom: 35px !important;
}

@media only screen and (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

@media print {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

.mb-80 {
  margin-bottom: 40px !important;
}

@media only screen and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

@media print {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

.mb-100 {
  margin-bottom: 60px !important;
}

@media only screen and (min-width: 768px) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}

@media print {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}

.mb-120 {
  margin-bottom: 60px !important;
}

@media only screen and (min-width: 768px) {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}

@media print {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}

/*=====================
  common
===================== */
html,
body {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: "normal";
  font-size: 10px;
  line-height: 1.66667;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) {
  html,
  body {
    line-height: 1.8;
  }
}

@media print {
  html,
  body {
    line-height: 1.8;
  }
}

html.noscroll {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  html.noscroll {
    overflow: auto;
  }
}

@media print {
  html.noscroll {
    overflow: auto;
  }
}

body {
  position: relative;
  background-color: #000f35;
  color: #fff;
}

.bg-body-top {
  position: absolute;
  left: 0;
  right: 0;
  height: 600px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.bg-body-top .left {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .bg-body-top .left {
    transform: translate(-60%, 0);
  }
}

@media print {
  .bg-body-top .left {
    transform: translate(-60%, 0);
  }
}

@media only screen and (min-width: 992px) {
  .bg-body-top .left {
    transform: translate(-40%, 0);
  }
}

@media print {
  .bg-body-top .left {
    transform: translate(-40%, 0);
  }
}

@media only screen and (min-width: 1260px) {
  .bg-body-top .left {
    transform: translate(-20%, 0);
  }
}

@media print {
  .bg-body-top .left {
    transform: translate(-20%, 0);
  }
}

@media only screen and (min-width: 1600px) {
  .bg-body-top .left {
    transform: none;
  }
}

@media print {
  .bg-body-top .left {
    transform: none;
  }
}

.bg-body-top .left > span {
  display: block;
  width: 48vw;
  height: calc(48vw * 0.8644);
  background-image: url(assets/img/common/bg-body-lt@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .bg-body-top .left > span {
    width: 354px;
    height: 306px;
  }
}

@media print {
  .bg-body-top .left > span {
    width: 354px;
    height: 306px;
  }
}

.bg-body-top .right {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bg-body-top .right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media print {
  .bg-body-top .right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .bg-body-top .right {
    right: 0;
    transform: translate(30%, 0);
  }
}

@media print {
  .bg-body-top .right {
    right: 0;
    transform: translate(30%, 0);
  }
}

@media only screen and (min-width: 992px) {
  .bg-body-top .right {
    transform: translate(20%, 0);
  }
}

@media print {
  .bg-body-top .right {
    transform: translate(20%, 0);
  }
}

@media only screen and (min-width: 1260px) {
  .bg-body-top .right {
    transform: translate(10%, 0);
  }
}

@media print {
  .bg-body-top .right {
    transform: translate(10%, 0);
  }
}

@media only screen and (min-width: 1600px) {
  .bg-body-top .right {
    transform: none;
  }
}

@media print {
  .bg-body-top .right {
    transform: none;
  }
}

.bg-body-top .right > span {
  display: none;
  background-image: url(assets/img/common/bg-body-rt@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .bg-body-top .right > span {
    display: block;
    width: 442px;
    height: 314px;
  }
}

@media print {
  .bg-body-top .right > span {
    display: block;
    width: 442px;
    height: 314px;
  }
}

.bg-body {
  position: absolute;
  left: 0;
  right: 0;
  height: 600px;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.bg-body.body-sub::before {
  width: 30vw;
  height: calc(30vw * 0.8644);
}

@media only screen and (min-width: 768px) {
  .bg-body.body-sub::before {
    width: 354px;
    height: 306px;
  }
}

@media print {
  .bg-body.body-sub::before {
    width: 354px;
    height: 306px;
  }
}

.bg-body::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 48vw;
  height: calc(48vw * 0.8644);
  background-image: url(assets/img/common/bg-body-lt@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .bg-body::before {
    width: 354px;
    height: 306px;
    transform: translate(-60%, 0);
  }
}

@media print {
  .bg-body::before {
    width: 354px;
    height: 306px;
    transform: translate(-60%, 0);
  }
}

@media only screen and (min-width: 992px) {
  .bg-body::before {
    transform: translate(-40%, 0);
  }
}

@media print {
  .bg-body::before {
    transform: translate(-40%, 0);
  }
}

@media only screen and (min-width: 1260px) {
  .bg-body::before {
    transform: translate(-20%, 0);
  }
}

@media print {
  .bg-body::before {
    transform: translate(-20%, 0);
  }
}

@media only screen and (min-width: 1600px) {
  .bg-body::before {
    transform: none;
  }
}

@media print {
  .bg-body::before {
    transform: none;
  }
}

@media only screen and (min-width: 768px) {
  .bg-body::after {
    position: absolute;
    content: ' ';
    display: block;
    width: 442px;
    height: 314px;
    right: 0;
    top: 0;
    background-image: url(assets/img/common/bg-body-rt@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

@media print {
  .bg-body::after {
    position: absolute;
    content: ' ';
    display: block;
    width: 442px;
    height: 314px;
    right: 0;
    top: 0;
    background-image: url(assets/img/common/bg-body-rt@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (min-width: 768px) {
  .bg-body::after {
    right: 0;
    transform: translate(30%, 0);
  }
}

@media print {
  .bg-body::after {
    right: 0;
    transform: translate(30%, 0);
  }
}

@media only screen and (min-width: 992px) {
  .bg-body::after {
    transform: translate(20%, 0);
  }
}

@media print {
  .bg-body::after {
    transform: translate(20%, 0);
  }
}

@media only screen and (min-width: 1260px) {
  .bg-body::after {
    transform: translate(10%, 0);
  }
}

@media print {
  .bg-body::after {
    transform: translate(10%, 0);
  }
}

@media only screen and (min-width: 1600px) {
  .bg-body::after {
    transform: none;
  }
}

@media print {
  .bg-body::after {
    transform: none;
  }
}

@media print {
  a[href]:after {
    content: '' !important;
  }
  abbr[title]:after {
    content: '' !important;
  }
  .aos-init {
    opacity: 1 !important;
    transform: none !important;
  }
  body {
    padding-top: 0 !important;
  }
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

a {
  color: #000f35;
}

a:hover {
  text-decoration: none;
}

.container-lg {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.logo-link {
  margin: 0 0 3rem;
  font-size: 15px;
  color: #fff;
}

.logo-link a {
  color: #fff;
}

.logo-link img {
  width: 25px;
  margin-right: 10px;
}

.container-md {
  max-width: 990px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.tgt-anker {
  margin-top: -60px;
  padding-top: 60px;
}

.img-btn {
  display: block;
}

.img-btn img {
  transition: opacity 0.25s linear;
  opacity: 1;
}

.img-btn:hover img {
  opacity: 0.7;
}

hr.hr-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.header,
.main,
.footer {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .header,
  .main,
  .footer {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .header,
  .main,
  .footer {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

*:focus {
  outline: none;
}

.row-min .col-xs-6:nth-child(odd) {
  padding-right: 3px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-6:nth-child(odd) {
    padding-right: 15px;
  }
}

@media print {
  .row-min .col-xs-6:nth-child(odd) {
    padding-right: 15px;
  }
}

.row-min .col-xs-6:nth-child(even) {
  padding-left: 3px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-6:nth-child(even) {
    padding-left: 15px;
  }
}

@media print {
  .row-min .col-xs-6:nth-child(even) {
    padding-left: 15px;
  }
}

.row-min .col-xs-4:nth-child(1n) {
  padding-right: 0px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-4:nth-child(1n) {
    padding-right: 15px;
  }
}

@media print {
  .row-min .col-xs-4:nth-child(1n) {
    padding-right: 15px;
  }
}

.row-min .col-xs-4:nth-child(2n) {
  padding-right: 7px;
  padding-left: 7px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-4:nth-child(2n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print {
  .row-min .col-xs-4:nth-child(2n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-min .col-xs-4:nth-child(3n) {
  padding-left: 0px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-4:nth-child(3n) {
    padding-left: 15px;
  }
}

@media print {
  .row-min .col-xs-4:nth-child(3n) {
    padding-left: 15px;
  }
}

.row-min .col-xs-3:nth-child(1n) {
  padding-right: 0px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-3:nth-child(1n) {
    padding-right: 15px;
  }
}

@media print {
  .row-min .col-xs-3:nth-child(1n) {
    padding-right: 15px;
  }
}

.row-min .col-xs-3:nth-child(2n),
.row-min .col-xs-3:nth-child(3n) {
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-3:nth-child(2n),
  .row-min .col-xs-3:nth-child(3n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print {
  .row-min .col-xs-3:nth-child(2n),
  .row-min .col-xs-3:nth-child(3n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-min .col-xs-3:nth-child(4n) {
  padding-left: 0px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .row-min .col-xs-3:nth-child(4n) {
    padding-left: 15px;
  }
}

@media print {
  .row-min .col-xs-3:nth-child(4n) {
    padding-left: 15px;
  }
}

.js-photo-ofi {
  position: relative;
  height: 0;
  display: block;
  padding-bottom: 65%;
  background-color: #efefef;
  overflow: hidden;
  position: relative;
}

.js-photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}

.js-photo-ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.img-lightcase {
  position: relative;
  display: block;
}

.img-lightcase::after {
  position: absolute;
  display: block;
  content: '\f00e';
  font-size: 20px;
  font-size: 2rem;
  font-family: FontAwesome;
  background-color: #000f35;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: 0;
  bottom: 0;
}

.gmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .gmap {
    padding-bottom: 580px;
  }
}

@media print {
  .gmap {
    padding-bottom: 580px;
  }
}

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

.gmap.long {
  padding-bottom: 0;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .gmap.long {
    height: 360px;
  }
}

@media print {
  .gmap.long {
    height: 360px;
  }
}

.gmap.hide-mymap iframe,
.gmap.hide-mymap object,
.gmap.hide-mymap embed {
  height: calc(100% + 300px);
  top: -150px;
  bottom: 0;
}

.bg-light {
  background-color: #e8e8e8;
}

.bg-white {
  background-color: #fff;
}

.box-sm {
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .box-sm {
    padding: 15px 30px;
  }
}

@media print {
  .box-sm {
    padding: 15px 30px;
  }
}

.box-outline {
  border: 2px solid #dbb433;
}

.btn-base {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 50%;
  max-width: 100%;
  padding: 0.8em 15px;
  line-height: 1.2;
  border: none;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .btn-base {
    min-width: auto;
    width: 260px;
  }
}

@media print {
  .btn-base {
    min-width: auto;
    width: 260px;
  }
}

.btn-base .txt,
.btn-base .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.btn-base .icon {
  margin: 0 5px;
}

.btn-base .icon-right {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-base .icon-left {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.5em;
}

.btn-base.btn-md {
  padding: 1.3em 15px;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-md {
    width: 380px;
  }
}

@media print {
  .btn-base.btn-md {
    width: 380px;
  }
}

.btn-base.btn-long {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-long {
    width: 460px;
  }
}

@media print {
  .btn-base.btn-long {
    width: 460px;
  }
}

.btn-yellow {
  background-color: #dbb433;
  color: #000;
}

.btn-yellow:active, .btn-yellow:focus {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .btn-yellow:hover {
    color: #000;
    background-color: #ead48a;
  }
}

@media print {
  .btn-yellow:hover {
    color: #000;
    background-color: #ead48a;
  }
}

.btn-vio {
  background-color: #384479;
  color: #fff;
}

.btn-vio:active, .btn-vio:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-vio:hover {
    color: #fff;
    background-color: #6171b6;
  }
}

@media print {
  .btn-vio:hover {
    color: #fff;
    background-color: #6171b6;
  }
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.btn-black:active, .btn-black:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-black:hover {
    color: #fff;
  }
}

@media print {
  .btn-black:hover {
    color: #fff;
  }
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-outline-white:active, .btn-outline-white:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-outline-white:hover {
    text-shadow: none;
    background-color: #fff;
    color: #000;
  }
}

@media print {
  .btn-outline-white:hover {
    text-shadow: none;
    background-color: #fff;
    color: #000;
  }
}

.btn-outline-white-bgblack {
  background-color: rgba(0, 0, 0, 0.2);
}

.txt-link {
  color: #dbb433;
  word-break: break-all;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .txt-link {
    transition: all 0.25s ease;
  }
  .txt-link:hover {
    color: #dbb433;
    opacity: 0.8;
  }
}

@media print {
  .txt-link {
    transition: all 0.25s ease;
  }
  .txt-link:hover {
    color: #dbb433;
    opacity: 0.8;
  }
}

.row-btns-logo .btn-base {
  white-space: nowrap;
  width: auto;
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}

.dl-horizontal {
  margin: 0;
}

.dl-horizontal:after {
  content: '';
  display: block;
  clear: both;
}

.dl-horizontal dt {
  position: relative;
  float: left;
  clear: both;
  font-weight: bold;
}

.dl-horizontal dd {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .dl-horizontal dd {
    margin-bottom: 8px;
  }
}

@media print {
  .dl-horizontal dd {
    margin-bottom: 8px;
  }
}

.dl-horizontal.dl-sm dt {
  width: 8em;
}

.dl-horizontal.dl-sm dd {
  margin-left: -8em;
  padding-left: 9em;
}

.dl-horizontal.dl-md dt {
  width: 12em;
}

.dl-horizontal.dl-md dd {
  margin-left: -12em;
  padding-left: 12em;
}

.dl-horizontal.dl-bg dt {
  text-align: center;
  background-color: #000f35;
  color: #fff;
  line-height: 1.2;
  padding: 0.1em 5px;
  margin-top: 0.2em;
}

.dl-history {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
}

/*.dl-history:after {
  display: block;
  content: ' ';
  position: absolute;
  left: 2px;
  top: 0.5em;
  width: 2px;
  height: 100%;
  border-left: 1px dotted #ddd;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .dl-history:after {
    left: 6px;
  }
}

@media print {
  .dl-history:after {
    left: 6px;
  }
}*/

.dl-history dt {
  padding-left: 15px;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: 600;
  position: relative;
  clear: both;
  margin-bottom: 5px;
  z-index: 2;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .dl-history dt {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    margin-bottom: 0;
    width: 120px;
    padding-left: 25px;
  }
}

@media print {
  .dl-history dt {
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    margin-bottom: 0;
    width: 120px;
    padding-left: 25px;
  }
}

.dl-history dt:after {
  position: absolute;
  content: ' ';
  display: block;
  left: 0px;
  top: 0.4em;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #cead38;
}

@media only screen and (min-width: 768px) {
  .dl-history dt:after {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}

@media print {
  .dl-history dt:after {
    width: 8px;
    height: 8px;
    left: 2px;
  }
}

.dl-history dt .min {
  font-size: 80%;
}

.dl-history dd {
  margin-left: 2em;
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}

.dl-history dd.bb {
  border-bottom: 1px dashed #ddd;
}

@media only screen and (min-width: 768px) {
  .dl-history dd {
    margin-left: 120px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .dl-history dd {
    margin-left: 120px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
	ul.btn-box {
		right: 85px!important;
		top: 1150px!important;
	}
	
	a.btn-link01 {
		width: 300px!important;
		padding: 13px 20px!important;
		margin-bottom: 15px!important;
	}
	
	a.btn-link02 {
		width: 300px!important;
		padding: 13px 20px!important;
	}
}


ul.btn-box {
    position: absolute;
    right: 38px;
    top: 1245px;
    list-style: none;
    padding: 0;
}

a.btn-link01 {
    width: 230px;
    display: block;
    background: #DBB433;
    color: #fff;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic Pro";
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 10px;
}

a.btn-link02 {
    width: 230px;
    display: block;
    background: #DBB433;
    color: #fff;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic Pro";
    padding: 10px 20px;
    text-align: center;
}

a.btn-click {
    width: 220px;
    display: block;
    background: #415d00;
    text-align: center;
    padding: 11px;
    font-size: 15px;
    color: #fff;
    border-radius: 9px;
    margin-top: 30px;
	margin: 30px auto;
}

a.btn2-click {
    width: 220px;
    display: block;
    background: #415d00;
    text-align: center;
    padding: 11px;
    font-size: 15px;
    color: #fff;
    border-radius: 9px;
    margin: 30px auto;
}

@media only screen and (min-width: 768px) {
	a.btn-click {
    width: 300px;
    display: block;
    padding: 13px;
    font-size: 16px;
    border-radius: 9px;
	margin: 30px 0;
}

a.btn2-click {
    width: 300px;
    display: block;
    padding: 13px;
    font-size: 16px;
    border-radius: 9px;
    margin: 30px auto;
}

}

/* =====================
  form setting
===================== */
form.sent #mail-form {
  display: none;
}

.wpcf7 form .ajax-loader {
  display: block;
  margin: 5px auto;
}

.wpcf7 form .formError {
  z-index: 9;
}

.wpcf7 form .formError .formErrorContent {
  min-width: 140px;
}

.wpcf7 form .wpcf7-response-output {
  font-weight: bold;
  margin: 10px 0 0;
  text-shadow: none;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wpcf7 form .wpcf7-response-output.hide {
  display: none !important;
}

.wpcf7 form .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.show-sent {
  display: none;
}

.show-sent .row-tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 768px) {
  .show-sent .row-tel {
    height: 50px;
  }
}

@media print {
  .show-sent .row-tel {
    height: 50px;
  }
}

.show-sent .row-tel .txt {
  font-weight: 800;
  padding-left: 5px;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .show-sent .row-tel .txt {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media print {
  .show-sent .row-tel .txt {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .show-sent .row-tel .txt {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media print {
  .show-sent .row-tel .txt {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1260px) {
  .show-sent .row-tel .txt {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media print {
  .show-sent .row-tel .txt {
    font-size: 40px;
    font-size: 4rem;
  }
}

.show-sent .row-tel .icon-tel img {
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .show-sent .row-tel .icon-tel img {
    width: 30px;
  }
}

@media print {
  .show-sent .row-tel .icon-tel img {
    width: 30px;
  }
}

.wpcf7-form {
  margin-top: -50px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .wpcf7-form {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media print {
  .wpcf7-form {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .wpcf7-form {
    margin-top: 0;
    padding-top: 0;
  }
}

@media print {
  .wpcf7-form {
    margin-top: 0;
    padding-top: 0;
  }
}

#mail-form .wpcf7-not-valid-tip {
  font-size: 80%;
  margin-top: 3px;
  font-weight: 500;
}

#mail-form .inline-block {
  display: inline-block;
}

#mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
  min-width: 120px;
}

@media only screen and (min-width: 1260px) {
  #mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
    min-width: 150px;
  }
}

@media print {
  #mail-form .form-content-area .wpcf7-list-item .wpcf7-list-item-label {
    min-width: 150px;
  }
}

#mail-form .table-form {
  display: block;
  line-height: 1.3;
}

#mail-form .table-form tbody {
  display: block;
}

#mail-form .table-form .form-row {
  display: block;
  background: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  #mail-form .table-form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

#mail-form .table-form .form-head,
#mail-form .table-form .form-content {
  display: block;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-head,
  #mail-form .table-form .form-content {
    padding: 10px 0;
  }
}

@media print {
  #mail-form .table-form .form-head,
  #mail-form .table-form .form-content {
    padding: 10px 0;
  }
}

#mail-form .table-form .form-head {
  position: relative;
  font-weight: 800;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-head {
    margin-bottom: 0;
    width: 260px;
  }
}

@media print {
  #mail-form .table-form .form-head {
    margin-bottom: 0;
    width: 260px;
  }
}

#mail-form .table-form .form-head .mark-req {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 7px;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-head .mark-req {
    margin-top: 0;
  }
}

@media print {
  #mail-form .table-form .form-head .mark-req {
    margin-top: 0;
  }
}

#mail-form .table-form .form-head .min {
  display: block;
  font-size: 85%;
  color: #666;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.5;
}

#mail-form .table-form .form-content {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #mail-form .table-form .form-content {
    -ms-flex: 1;
        flex: 1;
    padding-left: 30px;
  }
}

@media print {
  #mail-form .table-form .form-content {
    -ms-flex: 1;
        flex: 1;
    padding-left: 30px;
  }
}

#mail-form .table-form .form-content .min {
  font-size: 85%;
  font-weight: normal;
}

#mail-form .txt-after {
  display: inline-block;
  vertical-align: middle;
  font-size: 90%;
  width: 1em;
  text-align: center;
}

#mail-form .row-fixed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#mail-form .row-fixed > .col {
  width: 100%;
  padding-right: 10px;
}

#mail-form .row-fixed input {
  width: 90%;
  width: calc(100% - 1.5em);
  margin-right: 0.5em;
}

#mail-form .row-check-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

#mail-form .row-check-catalog .col-radio {
  -ms-flex: 1;
      flex: 1;
}

#mail-form .row-check-catalog .col-input {
  text-align: right;
}

#mail-form .form-control {
  width: 100%;
  height: 35px;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 768px) {
  #mail-form .form-control {
    height: 50px;
    padding: 5px 10px;
  }
}

@media print {
  #mail-form .form-control {
    height: 50px;
    padding: 5px 10px;
  }
}

#mail-form .form-control.input-inline {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

#mail-form.white-control .form-control {
  background-color: #fff;
}

#mail-form select {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  line-height: 1.5;
  min-width: 50px;
  padding: 0.5em 3em 0.5em 0.5em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px), calc(100% - 2em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  #mail-form select {
    min-width: 100px;
    padding: 0.8em 3em 0.8em 10px;
    background-position: calc(100% - 15px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), calc(100% - 2em) 0.9em;
  }
}

@media print {
  #mail-form select {
    min-width: 100px;
    padding: 0.8em 3em 0.8em 10px;
    background-position: calc(100% - 15px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), calc(100% - 2em) 0.9em;
  }
}

#mail-form select.select-lg {
  width: 100%;
}

#mail-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#mail-form select::-ms-expand {
  display: none;
}

#mail-form textarea.form-control {
  line-height: 1.5;
  height: auto;
}

#mail-form .label-min {
  font-size: 85%;
  opacity: 0.65;
  margin-bottom: 3px;
  display: inline-block;
}

#mail-form .wpcf7-list-item {
  margin: 0;
}

#mail-form .radio-block label {
  display: inline-block;
  margin: 5px 0;
  font-weight: normal;
}

#mail-form .radio-block label .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  #mail-form .radio-block label .wpcf7-list-item-label {
    margin-right: 20px;
  }
}

@media print {
  #mail-form .radio-block label .wpcf7-list-item-label {
    margin-right: 20px;
  }
}

#mail-form .radio-block label input {
  font-weight: normal;
  margin-top: 7px;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#mail-form .help-block.with-errors {
  margin: 0;
  font-size: 90%;
}

#mail-form .help-block.with-errors ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  padding-left: 1.5em;
}

#mail-form .help-block.with-errors ul li {
  color: #ea321f;
}

#mail-form .has-error .form-control {
  border-color: #ea321f;
}

#mail-form input[type='date'] {
  line-height: 40px;
}

#mail-form input[type='checkbox'][disabled],
#mail-form input[type='checkbox'][disabled] ~ span {
  display: none;
}

#mail-form input[type='checkbox'][disabled]:checked,
#mail-form input[type='checkbox'][disabled]:checked ~ span {
  display: inline;
}

#mail-form .datepicker-inline {
  width: 100%;
}

#mail-form .datepicker-inline table {
  table-layout: fixed;
  width: 100%;
}

#mail-form .datepicker-inline table .dow {
  font-size: 90%;
  color: #555;
  height: 30px;
}

/*確認画面*/
.custom-wpcf7c-confirmed #mail-form .form-control.wpcf7c-conf {
  background-color: #fff !important;
  border-color: #fff;
}

.custom-wpcf7c-confirmed #mail-form .form-control:read-only {
  background-color: transparent !important;
  border: none;
  padding: 0;
  height: auto;
}

.custom-wpcf7c-confirmed #mail-form .form-control:read-only:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.custom-wpcf7c-confirmed #mail-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}

.custom-wpcf7c-confirmed #mail-form select.wpcf7c-conf {
  border: none;
  background: none;
  direction: rtl;
  padding: 0;
  padding-right: 5px;
  height: auto;
}

.form-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.form-file .wpcf7-form-control-wrap {
  display: none;
}

.form-file label {
  display: block;
  background: #000f35;
  color: white;
  font-size: 90%;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.form-file label:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}

.form-file label:after {
  content: '選択されていません';
  color: black;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -130px;
  top: calc(50% - 10px);
}

.form-file label.changed:after {
  content: '';
}

.form-file .filename {
  display: block;
  font-size: 90%;
  padding-left: 1em;
}

.form-file a.del {
  position: relative;
  display: block;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  margin-left: 10px;
}

.form-file a.del::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: '\f057';
  font-size: 1.5em;
  line-height: 1;
  color: #aaa;
}

@media only screen and (min-width: 768px) {
  .form-file a.del {
    transition: all 0.25s ease;
  }
  .form-file a.del:hover {
    opacity: 0.7;
  }
}

@media print {
  .form-file a.del {
    transition: all 0.25s ease;
  }
  .form-file a.del:hover {
    opacity: 0.7;
  }
}

.add-files {
  display: none;
}

.btn-addfile {
  padding: 10px 0;
  border: none;
  background-color: transparent;
  opacity: 0.65;
}

@media only screen and (min-width: 768px) {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}

@media print {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}

.btn-addfile .icon,
.btn-addfile .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn-addfile .txt {
  font-weight: 500;
}

.btn-addfile .icon {
  margin-right: 5px;
  color: #666;
}

.privacy-box {
  background-color: #ddd;
  line-height: 1.5;
  padding: 10px;
  border-radius: 3px;
  font-size: 75%;
  max-height: 240px;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .privacy-box {
    padding: 10px 15px;
  }
}

@media print {
  .privacy-box {
    padding: 10px 15px;
  }
}

.privacy-box p {
  margin-bottom: 1em;
}

.privacy-box h2,
.privacy-box h3,
.privacy-box h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.privacy-box h1 {
  font-size: 18px;
  font-size: 1.8rem;
}

.privacy-box h2 {
  font-size: 15px;
  font-size: 1.5rem;
}

.privacy-box h3 {
  font-size: 14px;
  font-size: 1.4rem;
}

.privacy-box h4,
.privacy-box h5,
.privacy-box h6 {
  font-size: 13px;
  font-size: 1.3rem;
}

.mark-req {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
}

.mark-req.lg {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px;
  min-width: 30px;
}

@media only screen and (min-width: 768px) {
  .mark-req.lg {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 40px;
  }
}

@media print {
  .mark-req.lg {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 40px;
  }
}

.row-btns {
  overflow: hidden;
}

.flow-contact {
  overflow: hidden;
}

.flow-contact .list-flow-contact {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.flow-contact .step {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000f35;
  font-weight: 800;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .flow-contact .step {
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 40px;
  }
}

@media print {
  .flow-contact .step {
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 40px;
  }
}

.flow-contact .step span {
  position: relative;
  z-index: 1;
}

.flow-contact .step::before, .flow-contact .step::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-right: 3px solid #fff;
  background-color: #f3f3f3;
}

.flow-contact .step::before {
  top: 0;
  bottom: 50%;
  transform: skewX(30deg);
}

.flow-contact .step::after {
  top: 50%;
  bottom: 0;
  transform: skewX(-30deg);
}

.flow-contact .step.step-first {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .flow-contact .step.step-first {
    padding-left: 55px;
  }
}

@media print {
  .flow-contact .step.step-first {
    padding-left: 55px;
  }
}

.flow-contact .step.current {
  color: #fff;
}

.flow-contact .step.current::before, .flow-contact .step.current::after {
  background-color: #464440;
}

.list-number {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.list-number > li {
  position: relative;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}

.list-number > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  font-style: italic;
  color: #000f35;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
  left: 0;
  top: 0;
}

.list-katakana {
  list-style-type: katakana;
}

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-simple .min {
  font-size: 85%;
}

.list-simple li {
  position: relative;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.5;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .list-simple li {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

@media print {
  .list-simple li {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

.list-simple li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 0.7em;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .list-simple li:after {
    width: 10px;
    height: 10px;
  }
}

@media print {
  .list-simple li:after {
    width: 10px;
    height: 10px;
  }
}

.list-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-simple ul li {
  position: relative;
  padding: 0;
  margin-bottom: 0.2em;
  padding-left: 0.5em;
}

.list-simple ul li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000f35;
  left: 0;
  top: 0.7em;
}

.list-simple.list-inline li {
  margin-right: 0.8em;
  display: inline-block;
}

.list-simple.list-narrow li {
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .list-simple.list-narrow li {
    margin-bottom: 3px;
  }
}

@media print {
  .list-simple.list-narrow li {
    margin-bottom: 3px;
  }
}

.list-simple.yellow li::after {
  background-color: #dbb433;
}

ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-circle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-circle li {
  position: relative;
  padding: 0;
  padding-left: 1.5em;
  margin-bottom: 3px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .list-circle li {
    margin-bottom: 5px;
  }
}

@media print {
  .list-circle li {
    margin-bottom: 5px;
  }
}

.list-circle li:after {
  position: absolute;
  content: '●';
  left: 0;
  top: 0;
  display: block;
}

.list-event {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.list-event li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.list-event li a.content {
  position: relative;
  z-index: 1;
  text-decoration: none !important;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .list-event li a.content {
    transition: all 0.25s ease;
  }
  .list-event li a.content:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

@media print {
  .list-event li a.content {
    transition: all 0.25s ease;
  }
  .list-event li a.content:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

.list-event li .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 5px 5px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .list-event li .content {
    padding: 15px 15px 10px;
  }
}

@media print {
  .list-event li .content {
    padding: 15px 15px 10px;
  }
}

.list-event li .txt {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .list-event li .txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .list-event li .txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-event li .date {
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 3.8vw;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .list-event li .date {
    font-size: 21px;
    font-size: 2.1rem;
    margin-right: 15px;
  }
}

@media print {
  .list-event li .date {
    font-size: 21px;
    font-size: 2.1rem;
    margin-right: 15px;
  }
}

.list-event li .cat {
  margin-bottom: 5px;
  color: #fff;
  background-color: #dbb433;
  font-size: 3.2vw;
  border-radius: 3px;
  text-align: center;
  padding: 2px 5px;
  min-width: 15vw;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .list-event li .cat {
    border-radius: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 110px;
    margin-right: 10px;
  }
}

@media print {
  .list-event li .cat {
    border-radius: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 110px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .post-single .post-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media print {
  .post-single .post-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.post-single .cat {
  display: inline-block;
  min-width: 80px;
  padding: 2px 10px;
  color: #fff;
  font-size: 85%;
  letter-spacing: 0;
  margin-right: 1px;
  margin-bottom: 3px;
  font-weight: 500;
  text-align: center;
  font-weight: 700;
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  .post-single .cat {
    padding: 5px 10px;
  }
}

@media print {
  .post-single .cat {
    padding: 5px 10px;
  }
}

.post-single .time {
  border-left: 4px solid #707070;
  line-height: 1.3;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .post-single .time {
    border-left-width: 6px;
    padding-left: 20px;
  }
}

@media print {
  .post-single .time {
    border-left-width: 6px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1260px) {
  .post-single .time {
    padding-left: 40px;
  }
}

@media print {
  .post-single .time {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .row-page {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .row-page {
    display: -ms-flexbox;
    display: flex;
  }
}

.col-main {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .col-main {
    -ms-flex: 1;
        flex: 1;
    padding-right: 30px;
    margin-bottom: 0;
    min-width: 0;
  }
}

@media print {
  .col-main {
    -ms-flex: 1;
        flex: 1;
    padding-right: 30px;
    margin-bottom: 0;
    min-width: 0;
  }
}

@media only screen and (min-width: 1260px) {
  .col-main {
    padding-right: 60px;
  }
}

@media print {
  .col-main {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .col-side {
    width: 210px;
  }
}

@media print {
  .col-side {
    width: 210px;
  }
}

@media only screen and (min-width: 992px) {
  .col-side {
    width: 260px;
  }
}

@media print {
  .col-side {
    width: 260px;
  }
}

.list-side {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-side li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ddd;
}

.list-side li ul {
  margin-top: 0;
  margin-left: 15px;
}

.list-side li ul li {
  border-bottom: none;
  border-top: 1px dotted #eee;
}

.list-side li ul li > a,
.list-side li ul li > span {
  padding: 12px 15px 12px 10px;
  font-size: 90%;
}

.list-side li > a,
.list-side li > span {
  display: block;
  position: relative;
  padding: 15px 15px 15px 10px;
  line-height: 1.5;
  text-align: left;
  color: #333;
  text-decoration: none !important;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .list-side li > a,
  .list-side li > span {
    font-size: 13px;
    font-size: 1.3rem;
    transition: all 0.25s ease;
  }
  .list-side li > a:hover,
  .list-side li > span:hover {
    color: #000f35;
    background-color: #f8f8f8;
  }
}

@media print {
  .list-side li > a,
  .list-side li > span {
    font-size: 13px;
    font-size: 1.3rem;
    transition: all 0.25s ease;
  }
  .list-side li > a:hover,
  .list-side li > span:hover {
    color: #000f35;
    background-color: #f8f8f8;
  }
}

.list-side li > a::after,
.list-side li > span::after {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -0.5em;
  line-height: 1;
  content: '\f105';
  font-size: 15px;
  font-size: 1.5rem;
  font-family: FontAwesome;
  color: #000f35;
}

.ttl-side {
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: #000f35;
  line-height: 1.2;
  padding: 0.4em 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 992px) {
  .ttl-side {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .ttl-side {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl-side .ja {
  display: block;
  font-weight: bold;
}

.ttl-side .en {
  font-size: 0.7em;
  opacity: 0.8;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.paging {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.paging > span {
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  margin: 2px 1px;
  width: 35px;
  height: 35px;
  line-height: 31px;
  background-color: #000f35;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .paging > span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .paging > span {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.paging > span a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000f35;
  background-color: #f3f3f3;
  transition: background-color 0.25s linear, color 0.25s linear;
}

.paging > span a:hover {
  background-color: #000f35;
  color: #fff;
}

.paging > span.current {
  cursor: default;
  background-color: #000f35;
  color: #fff;
}

.pagination {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.pagination .page-prev,
.pagination .page-next {
  background-color: transparent;
  color: #fff;
  border: none;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .pagination .page-prev:hover,
  .pagination .page-next:hover {
    color: #ff7846;
    background-color: transparent;
  }
}

@media print {
  .pagination .page-prev:hover,
  .pagination .page-next:hover {
    color: #ff7846;
    background-color: transparent;
  }
}

.pagination .page-prev.disable,
.pagination .page-next.disable {
  visibility: hidden;
  pointer-events: none;
}

.pagination ul.page-numbers {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0 10px;
  list-style: none;
}

.pagination ul.page-numbers li {
  padding: 0;
  margin: 2px;
}

@media only screen and (min-width: 768px) {
  .pagination ul.page-numbers li {
    margin: 5px 10px;
  }
}

@media print {
  .pagination ul.page-numbers li {
    margin: 5px 10px;
  }
}

.pagination a,
.pagination span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .pagination a,
  .pagination span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media print {
  .pagination a,
  .pagination span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.pagination a.dots,
.pagination span.dots {
  background-color: transparent;
  border: none;
  width: 1em;
}

.pagination span {
  background-color: #ff7846;
  color: #fff;
}

.pagination a {
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #ff7846;
    color: #fff;
  }
}

@media print {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: #ff7846;
    color: #fff;
  }
}

.pagination a.next, .pagination a.prev {
  border-color: transparent;
}

@media only screen and (min-width: 768px) {
  .pagination a.next:hover, .pagination a.prev:hover {
    background-color: #fff;
    color: #000f35;
    transform: none;
    box-shadow: none;
    border-radius: 0;
  }
}

@media print {
  .pagination a.next:hover, .pagination a.prev:hover {
    background-color: #fff;
    color: #000f35;
    transform: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.card-works {
  display: block;
}

@media only screen and (min-width: 768px) {
  .card-works:hover .thumb .thumb-inner > span {
    transform: scale(1.03);
    opacity: 0.8;
  }
}

@media print {
  .card-works:hover .thumb .thumb-inner > span {
    transform: scale(1.03);
    opacity: 0.8;
  }
}

.card-works .thumb {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 56%;
}

@media only screen and (min-width: 768px) {
  .card-works .thumb {
    margin-bottom: 20px;
  }
}

@media print {
  .card-works .thumb {
    margin-bottom: 20px;
  }
}

.card-works .thumb .thumb-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.card-works .thumb .thumb-inner > span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  .card-works .thumb .thumb-inner > span {
    transition: all 0.25s ease;
  }
}

@media print {
  .card-works .thumb .thumb-inner > span {
    transition: all 0.25s ease;
  }
}

.card-works .cats {
  margin-bottom: 10px;
}

.card-works .cat {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  padding: 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .card-works .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .card-works .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.card-works .ttl {
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 800;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .card-works .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .card-works .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.card-works .list-tag {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .card-works .list-tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .card-works .list-tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.card-works .list-tag li {
  line-height: 1.2;
  display: inline-block;
  border-left: 1px solid #ccc;
  padding-left: 0.5em;
  margin-left: 0.5em;
}

.card-works .list-tag li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.section-xs {
  padding: 10px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-xs {
    padding: 15px 0 !important;
  }
}

@media print {
  .section-xs {
    padding: 15px 0 !important;
  }
}

.section-sm {
  padding: 10px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-sm {
    padding: 30px 0 !important;
  }
}

@media print {
  .section-sm {
    padding: 30px 0 !important;
  }
}

.section-sm {
  padding: 20px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-sm {
    padding: 40px!important;
  }
}

@media print {
  .section-sm {
    padding: 40px 0 !important;
  }
}

.section-md {
  padding: 30px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-md {
    padding: 50px 0 !important;
  }
}

@media print {
  .section-md {
    padding: 50px 0 !important;
  }
}

.section-lg {
  padding: 30px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-lg {
    padding: 60px 0 !important;
  }
}

@media print {
  .section-lg {
    padding: 60px 0 !important;
  }
}

.section-xl {
  padding: 40px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-xl {
    padding: 80px 0 !important;
  }
}

@media print {
  .section-xl {
    padding: 80px 0 !important;
  }
}

.section-xxl {
  padding: 50px 0 !important;
}

@media only screen and (min-width: 768px) {
  .section-xxl {
    padding: 100px 0 !important;
  }
}

@media print {
  .section-xxl {
    padding: 100px 0 !important;
  }
}

.list-sitemap {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .list-sitemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .list-sitemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-sitemap > li {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

@media print {
  .list-sitemap > li {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

.list-sitemap > li > a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 1.3;
  padding: 10px 15px 10px 20px;
  color: #fff;
  background: #dbb433;
  background: linear-gradient(to right, #dbb433 0%, #e2d6ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb433', endColorstr='#e2d6ab',GradientType=1 );
}

@media only screen and (min-width: 768px) {
  .list-sitemap > li > a {
    padding: 20px 15px 20px 40px;
    transition: all 0.25s ease;
  }
  .list-sitemap > li > a:hover {
    opacity: 0.9;
  }
  .list-sitemap > li > a:hover::after {
    width: 30px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .list-sitemap > li > a:hover::after {
    width: 50px;
  }
}

@media print {
  .list-sitemap > li > a {
    padding: 20px 15px 20px 40px;
    transition: all 0.25s ease;
  }
  .list-sitemap > li > a:hover {
    opacity: 0.9;
  }
  .list-sitemap > li > a:hover::after {
    width: 30px;
  }
}

@media print {
  .list-sitemap > li > a:hover::after {
    width: 50px;
  }
}

.list-sitemap > li > a::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: #fff;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 992px) {
  .list-sitemap > li > a::after {
    width: 35px;
    right: 35px;
  }
}

@media print {
  .list-sitemap > li > a::after {
    width: 35px;
    right: 35px;
  }
}

.list-sitemap > li > span {
  color: #333;
}

.table-lined {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  border-top: 1px solid #cecece;
}

@media only screen and (min-width: 768px) {
  .table-lined {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .table-lined {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.table-lined th,
.table-lined td {
  vertical-align: middle;
  padding: 10px 5px;
}

@media only screen and (min-width: 768px) {
  .table-lined th,
  .table-lined td {
    padding: 25px 15px;
  }
}

@media print {
  .table-lined th,
  .table-lined td {
    padding: 25px 15px;
  }
}

.table-lined thead th,
.table-lined thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.table-lined tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .table-lined tbody th {
    width: 130px;
    height: 80px;
  }
}

@media print {
  .table-lined tbody th {
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .table-lined tbody th {
    width: 160px;
  }
}

@media print {
  .table-lined tbody th {
    width: 160px;
  }
}

.table-lined tbody td {
  font-size: 95%;
}

.table-lined .min {
  font-size: 90%;
}

.table-lined.table-min {
  line-height: 1.45;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .table-lined.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .table-lined.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-lined.table-min th,
.table-lined.table-min td {
  padding: 3px;
}

@media only screen and (min-width: 768px) {
  .table-lined.table-min th,
  .table-lined.table-min td {
    padding: 10px;
  }
}

@media print {
  .table-lined.table-min th,
  .table-lined.table-min td {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .table-lined.table-min tbody th {
    height: auto;
  }
}

@media print {
  .table-lined.table-min tbody th {
    height: auto;
  }
}

.table-lined tr {
  border-bottom: 1px solid #cecece;
}

.table-lined thead tr {
  background-color: #f3f3f3;
}

.table-lined.table-lined-th th {
  border-bottom: 1px solid #000f35;
}

.table-lined.table-lined-th tr:first-child th {
  border-top: 1px solid #000f35;
}

.table-lined.table-lined-th tbody th {
  padding-left: 0;
  background-color: transparent;
}

.table-flat {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: separate;
  border-spacing: 2px;
}

@media only screen and (min-width: 768px) {
  .table-flat {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .table-flat {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.table-flat th,
.table-flat td {
  vertical-align: middle;
  padding: 10px 5px;
}

@media only screen and (min-width: 768px) {
  .table-flat th,
  .table-flat td {
    padding: 25px 15px;
  }
}

@media print {
  .table-flat th,
  .table-flat td {
    padding: 25px 15px;
  }
}

.table-flat thead th,
.table-flat thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.table-flat tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .table-flat tbody th {
    width: 130px;
    height: 80px;
  }
}

@media print {
  .table-flat tbody th {
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .table-flat tbody th {
    width: 160px;
  }
}

@media print {
  .table-flat tbody th {
    width: 160px;
  }
}

.table-flat tbody td {
  font-size: 95%;
}

.table-flat .min {
  font-size: 90%;
}

.table-flat.table-min {
  line-height: 1.45;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .table-flat.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .table-flat.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-flat.table-min th,
.table-flat.table-min td {
  padding: 3px;
}

@media only screen and (min-width: 768px) {
  .table-flat.table-min th,
  .table-flat.table-min td {
    padding: 10px;
  }
}

@media print {
  .table-flat.table-min th,
  .table-flat.table-min td {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .table-flat.table-min tbody th {
    height: auto;
  }
}

@media print {
  .table-flat.table-min tbody th {
    height: auto;
  }
}

.table-flat thead th,
.table-flat thead td {
  background-color: #000f35;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .table-flat thead th,
  .table-flat thead td {
    padding: 10px 15px;
  }
}

@media print {
  .table-flat thead th,
  .table-flat thead td {
    padding: 10px 15px;
  }
}

.table-flat tbody th {
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #aaa;
}

.table-flat tbody td {
  vertical-align: middle;
  background-color: #f3f3f3;
}

.table-simple {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .table-simple {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .table-simple {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.table-simple th,
.table-simple td {
  vertical-align: middle;
  padding: 10px 5px;
}

@media only screen and (min-width: 768px) {
  .table-simple th,
  .table-simple td {
    padding: 25px 15px;
  }
}

@media print {
  .table-simple th,
  .table-simple td {
    padding: 25px 15px;
  }
}

.table-simple thead th,
.table-simple thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.table-simple tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .table-simple tbody th {
    width: 130px;
    height: 80px;
  }
}

@media print {
  .table-simple tbody th {
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .table-simple tbody th {
    width: 160px;
  }
}

@media print {
  .table-simple tbody th {
    width: 160px;
  }
}

.table-simple tbody td {
  font-size: 95%;
}

.table-simple .min {
  font-size: 90%;
}

.table-simple.table-min {
  line-height: 1.45;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .table-simple.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .table-simple.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-simple.table-min th,
.table-simple.table-min td {
  padding: 3px;
}

@media only screen and (min-width: 768px) {
  .table-simple.table-min th,
  .table-simple.table-min td {
    padding: 10px;
  }
}

@media print {
  .table-simple.table-min th,
  .table-simple.table-min td {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .table-simple.table-min tbody th {
    height: auto;
  }
}

@media print {
  .table-simple.table-min tbody th {
    height: auto;
  }
}

.table-simple thead th {
  background-color: #d5c496;
}

.table-simple tbody tr {
  border-bottom: 1px dotted #ddd;
}

.table-simple tbody th {
  color: #fff;
}

.table-simple tbody th,
.table-simple tbody td {
  text-align: center;
  border-right: 1px dotted #ddd;
}

@media only screen and (min-width: 768px) {
  .table-simple tbody th,
  .table-simple tbody td {
    text-align: left;
  }
}

@media print {
  .table-simple tbody th,
  .table-simple tbody td {
    text-align: left;
  }
}

.table-simple tbody th:last-child,
.table-simple tbody td:last-child {
  text-align: left;
  border-right: none;
}

.table-company {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  border-collapse: collapse;
  display: block;
  border-top: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .table-company {
    display: table;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
    border-width: 2px;
  }
}

@media print {
  .table-company {
    display: table;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
    border-width: 2px;
  }
}

.table-company tr {
  display: block;
  border-bottom: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .table-company tr {
    display: table-row;
    border-width: 2px;
  }
}

@media print {
  .table-company tr {
    display: table-row;
    border-width: 2px;
  }
}

.table-company th,
.table-company td {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-company th,
  .table-company td {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print {
  .table-company th,
  .table-company td {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-company tbody {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-company tbody {
    display: table-row-group;
  }
}

@media print {
  .table-company tbody {
    display: table-row-group;
  }
}

.table-company tbody th {
  text-align: left;
  font-weight: 700;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .table-company tbody th {
    white-space: nowrap;
    padding: 25px 15px;
    width: 130px;
    height: 80px;
  }
}

@media print {
  .table-company tbody th {
    white-space: nowrap;
    padding: 25px 15px;
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .table-company tbody th {
    width: 210px;
  }
}

@media print {
  .table-company tbody th {
    width: 210px;
  }
}

.table-company tbody th .min {
  opacity: 0.6;
  font-size: 80%;
  margin-left: 1em;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .table-company tbody th .min {
    display: block;
    margin-left: 0;
  }
}

@media print {
  .table-company tbody th .min {
    display: block;
    margin-left: 0;
  }
}

.table-company tbody td {
  font-size: 95%;
  padding: 10px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .table-company tbody td {
    padding: 25px 15px;
  }
}

@media print {
  .table-company tbody td {
    padding: 25px 15px;
  }
}

.table-company .min {
  font-size: 90%;
}

.table-plan {
  margin-left: -10px;
  margin-right: -10px;
  border-collapse: collapse;
  line-height: 1.35;
  table-layout: fixed;
  font-size: 9px;
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .table-plan {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .table-plan {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table-plan th,
.table-plan td {
  vertical-align: middle;
  padding: 5px 2px;
}

@media only screen and (min-width: 768px) {
  .table-plan th,
  .table-plan td {
    padding: 10px 15px;
  }
}

@media print {
  .table-plan th,
  .table-plan td {
    padding: 10px 15px;
  }
}

.table-plan thead tr th {
  border-right: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .table-plan thead tr th:first-child {
    width: 280px;
  }
}

@media print {
  .table-plan thead tr th:first-child {
    width: 280px;
  }
}

@media only screen and (min-width: 1260px) {
  .table-plan thead tr th:first-child {
    width: 320px;
  }
}

@media print {
  .table-plan thead tr th:first-child {
    width: 320px;
  }
}

.table-plan thead tr th:last-child {
  border-right: none;
}

.table-plan thead tr th.blank {
  text-align: left;
  font-size: 145%;
  color: #000;
  background-color: #fff;
  border-right: none;
  border-top: none;
}

.table-plan thead th,
.table-plan thead td {
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  padding: 1px 3px;
}

@media only screen and (min-width: 768px) {
  .table-plan thead th,
  .table-plan thead td {
    padding: 5px 10px;
  }
}

@media print {
  .table-plan thead th,
  .table-plan thead td {
    padding: 5px 10px;
  }
}

.table-plan thead .price {
  font-size: 120%;
}

.table-plan tbody th {
  color: #fff;
  background-color: #000f35;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .table-plan tbody th {
    width: 280px;
    white-space: nowrap;
  }
}

@media print {
  .table-plan tbody th {
    width: 280px;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1260px) {
  .table-plan tbody th {
    width: 320px;
  }
}

@media print {
  .table-plan tbody th {
    width: 320px;
  }
}

.table-plan tbody tr {
  border-bottom: 1px solid #000;
}

.table-plan tbody tr td:last-child {
  border-right: none;
}

.table-plan tbody td {
  color: #000f35;
  font-size: 150%;
  text-align: center;
  border-right: 1px solid #000;
}

.gmap-company {
  border: 3px solid #000;
}

.txt-center {
  text-align: center;
}

.pd5 {
	padding: 5rem 0;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-bold {
  font-weight: 600;
}

.txt-normal {
  font-weight: normal;
}

.txt-sansserif {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: "normal";
}

.txt-italic {
  font-style: italic;
}

.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
	font-weight: 700;
}

.txt-point {
  line-height: 1.8;
}

.txt-point .point {
  position: relative;
  display: inline-block;
}

.txt-point .point::after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000f35;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .txt-point .point::after {
    width: 7px;
    height: 7px;
  }
}

@media print {
  .txt-point .point::after {
    width: 7px;
    height: 7px;
  }
}

.txt-bb {
  border-bottom: 1px solid #000f35;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .txt-bb {
    padding-bottom: 10px;
  }
}

@media print {
  .txt-bb {
    padding-bottom: 10px;
  }
}

.txt-italic {
  font-style: italic;
}

.txt-black {
  color: #000;
}

.txt-light {
  opacity: 0.6;
}

.txt-mincho {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, serif;
  font-weight: "normal";
  font-weight: 300;
}

.txt-mincho.txt-bold {
  font-weight: 600;
}

.txt-marker {
  padding-bottom: 0;
  background-image: linear-gradient(transparent 70%, 70%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
}

.txt-center-xs {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .txt-center-xs {
    text-align: left;
  }
}

@media print {
  .txt-center-xs {
    text-align: left;
  }
}

.txt-center-pc {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center;
  }
}

@media print {
  .txt-center-pc {
    text-align: center;
  }
}

.txt-10 {
  font-size: 9px;
  font-size: 0.9rem;
}

@media only screen and (min-width: 768px) {
  .txt-10 {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media print {
  .txt-10 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.txt-11 {
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .txt-11 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media print {
  .txt-11 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.txt-12 {
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .txt-12 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .txt-12 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.txt-13 {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .txt-13 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .txt-13 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.txt-14 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .txt-14 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print {
  .txt-14 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-15 {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .txt-15 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print {
  .txt-15 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.txt-16 {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .txt-16 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .txt-16 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.txt-17 {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .txt-17 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print {
  .txt-17 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.txt-18 {
  font-size: 15px;
  font-size: 1.5rem;
}

.txt-18 a {
	text-decoration: underline;
	color: #337ab7
}

@media only screen and (min-width: 768px) {
  .txt-18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .txt-18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.txt-19 {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .txt-19 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media print {
  .txt-19 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.txt-20 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .txt-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .txt-20 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt-22 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .txt-22 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media print {
  .txt-22 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.txt-23 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .txt-23 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media print {
  .txt-23 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.txt-24 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .txt-24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media print {
  .txt-24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.txt-25 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .txt-25 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media print {
  .txt-25 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.txt-26 {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .txt-26 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media print {
  .txt-26 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.txt-28 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .txt-28 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media print {
  .txt-28 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.txt-30 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .txt-30 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media print {
  .txt-30 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.txt-32 {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .txt-32 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media print {
  .txt-32 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.txt-33 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .txt-33 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media print {
  .txt-33 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.txt-36 {
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .txt-36 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media print {
  .txt-36 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.txt-38 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .txt-38 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media print {
  .txt-38 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.txt-40 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .txt-40 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media print {
  .txt-40 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.txt-42 {
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .txt-42 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media print {
  .txt-42 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.txt-45 {
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .txt-45 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media print {
  .txt-45 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.txt-48 {
  font-size: 26px;
  font-size: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .txt-48 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media print {
  .txt-48 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.txt-58 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .txt-58 {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

@media print {
  .txt-58 {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

.txt-60 {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .txt-60 {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media print {
  .txt-60 {
    font-size: 60px;
    font-size: 6rem;
  }
}

.lh-1 {
  line-height: 1;
}

.lh-sm {
  line-height: 1.5;
}

.lh-md {
  line-height: 1.8;
}

.lh-lg {
  line-height: 1.75;
}

@media only screen and (min-width: 768px) {
  .lh-lg {
    line-height: 2;
  }
}

@media print {
  .lh-lg {
    line-height: 2;
  }
}

.lh-xl {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .lh-xl {
    line-height: 2.3;
  }
}

@media print {
  .lh-xl {
    line-height: 2.3;
  }
}

.ls-xs {
  letter-spacing: -0.05em;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-sm {
  letter-spacing: 0.05em;
}

.ls-md {
  letter-spacing: 0.101em;
}

.ls-lg {
  letter-spacing: 0.15em;
}

.ls-xl {
  letter-spacing: 0.2em;
}

.ttl-bg {
  background-color: #ddd;
  color: #fff;
  line-height: 1.3;
  padding: 10px 15px;
}

@media only screen and (min-width: 768px) {
  .ttl-bg {
    padding: 20px 15px 20px 60px;
  }
}

@media print {
  .ttl-bg {
    padding: 20px 15px 20px 60px;
  }
}

.ttl-bg.subpage {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .ttl-bg.subpage {
    padding-left: 40px;
  }
}

@media print {
  .ttl-bg.subpage {
    padding-left: 40px;
  }
}

.ttl-bg.ttl-bg-green {
  background: #125460;
  background: linear-gradient(to right, #125460 0%, #79959a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#125460', endColorstr='#79959a',GradientType=1 );
}

.ttl-bg.ttl-bg-yellow {
  background: #dbb433;
  background: linear-gradient(to right, #dbb433 0%, #e2d6ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb433', endColorstr='#e2d6ab',GradientType=1 );
  display: flex;
}

.ttl-course {
  padding: 5px 15px;
}

@media only screen and (min-width: 768px) {
  .ttl-course {
    padding: 15px 15px 15px 60px;
  }
}

@media print {
  .ttl-course {
    padding: 15px 15px 15px 60px;
  }
}

.ttl-course.ttl-course-01 {
  background-color: #009dba;
}

.ttl-course.ttl-course-02 {
  background-color: #00ba81;
}

.ttl-course.ttl-course-03 {
  background-color: #ba3200;
}


.ttl-course.ttl-course-04 {
  background-color: #0A8E2E;
}

/*.size-img {
	width: 75%;
}

h2.title {
    width: 40%;
    margin: 0 auto;
}

.map p{
	text-align: center;
	font-weight: 700;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 20px;
	padding: 10px 0;
}

ul.img-box {
    display: flex;
    list-style: none;
    padding: 0;
	justify-content: space-between;
}

.img-box li {
	width: 30%;
}

p.btn-course {
    width: 60%;
    margin: 0 auto;
    padding: 30px 0;
}*/

.size-img {
	width: 100%;
}

h2.title {
	width: 70%;
	margin: 0 auto;
}

.map p{
	font-size: 15px;
	padding: 10px 0;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
}

.video-text {
    margin: 0 auto;
    width: 85%;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
}

.video-text a{
	text-decoration: underline;
}

.video-text p {
		margin-top: 15px;
	}

.video-text .title {
    border: 2px solid;
    padding: 15px 20px;
	font-weight: 900;
	white-space: initial;
}

ul.img-box {
	padding: 0;
    list-style: none;
    display: block;
}

.img-box li {
	width: 80%;
    margin: 0 auto;
}

p.btn-course {
	width: 90%;
    padding: 30px 0;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .ttl-course .txt {
    display: inline-block;
    vertical-align: middle;
  }
	
	.size-img {
		width: 75%;
	}
	
	h2.title {
		width: 40%;
		margin: 0 auto;
	}

	.map p{
		text-align: center;
		font-weight: 700;
		font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 20px;
		padding: 10px 0;
	}
	
	.video-text {
		margin: 0 auto;
		width: 62%;
		font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 18px;
		margin-bottom: 50px;
	}

	.video-text a{
		text-decoration: underline;
	}
	
	.video-text p {
		margin-top: 15px;
	}

	.video-text .title {
		border: 2px solid;
		padding: 15px 20px;
		font-weight: 900;
		white-space: nowrap;
	}

	ul.img-box {
		display: flex;
		list-style: none;
		padding: 0;
		justify-content: space-between;
	}

	.img-box li {
		width: 30%;
	}

	p.btn-course {
		width: 60%;
		margin: 0 auto;
		padding: 30px 0;
	}
}

@media print {
  .ttl-course .txt {
    display: inline-block;
    vertical-align: middle;
  }
}

.ttl-course .number {
  display: block;
}

@media only screen and (min-width: 768px) {
  .ttl-course .number {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
  }
}

@media print {
  .ttl-course .number {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
  }
}

.ttl-bl {
  border-left: 5px solid #dbb433;
  line-height: 1.3;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .ttl-bl {
    border-left-width: 8px;
    padding-left: 20px;
  }
}

@media print {
  .ttl-bl {
    border-left-width: 8px;
    padding-left: 20px;
  }
}

.ttl-min {
  display: inline-block;
  background-color: #dbb433;
  color: #fff;
  line-height: 1.3;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .ttl-min {
    padding: 10px 30px;
  }
}

@media print {
  .ttl-min {
    padding: 10px 30px;
  }
}

.ttl-min.narrow {
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .ttl-min.narrow {
    padding: 5px 15px;
  }
}

@media print {
  .ttl-min.narrow {
    padding: 5px 15px;
  }
}

.ttl-min.vio {
  background-color: #000f35;
}

/* =====================
  editor(WYSIWYG)
===================== */
table .page-content {
  line-height: 1.5;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  table .page-content {
    font-size: 13px;
  }
}

@media print {
  table .page-content {
    font-size: 13px;
  }
}

table .page-content p {
  margin: 0;
}

.page-content {
  line-height: 1.75;
  letter-spacing: 0;
  font-size: 14px;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  .page-content {
    font-size: 18px;
  }
}

@media print {
  .page-content {
    font-size: 18px;
  }
}

.page-content button,
.page-content input,
.page-content select,
.page-content textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  clear: both;
  font-weight: 500;
  line-height: 1.4;
  margin: 30px 0 10px;
  letter-spacing: 0.07em;
}

@media only screen and (min-width: 768px) {
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    margin: 40px 0 20px;
  }
}

@media print {
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    margin: 40px 0 20px;
  }
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
  margin-top: 0;
}

.page-content h1 {
  background-color: #f3f3f3;
  color: #000;
  padding: 1em;
  font-size: 18px;
  border-left: 8px solid #000f35;
}

@media only screen and (min-width: 768px) {
  .page-content h1 {
    border-left-width: 10px;
    font-size: 24px;
  }
}

@media print {
  .page-content h1 {
    border-left-width: 10px;
    font-size: 24px;
  }
}

.page-content h2 {
  background-color: #f3f3f3;
  color: #000;
  padding: 1em;
  font-size: 17px;
  border-left: 5px solid #000f35;
}

@media only screen and (min-width: 768px) {
  .page-content h2 {
    font-size: 22px;
  }
}

@media print {
  .page-content h2 {
    font-size: 22px;
  }
}

.page-content h3 {
  position: relative;
  font-size: 16px;
  border-left: 6px solid #000f35;
  padding: 0.5em;
}

@media only screen and (min-width: 768px) {
  .page-content h3 {
    font-size: 20px;
  }
}

@media print {
  .page-content h3 {
    font-size: 20px;
  }
}

.page-content h4 {
  position: relative;
  font-size: 15px;
  border-left: 4px solid #000f35;
  padding: 0.3em 0.5em;
}

@media only screen and (min-width: 768px) {
  .page-content h4 {
    font-size: 18px;
  }
}

@media print {
  .page-content h4 {
    font-size: 18px;
  }
}

.page-content h5 {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .page-content h5 {
    font-size: 16px;
  }
}

@media print {
  .page-content h5 {
    font-size: 16px;
  }
}

.page-content h6 {
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .page-content h6 {
    font-size: 15px;
  }
}

@media print {
  .page-content h6 {
    font-size: 15px;
  }
}

.page-content p {
  margin: 1em 0;
  padding: 0;
}

.page-content dfn,
.page-content cite,
.page-content em,
.page-content i {
  font-style: italic;
}

.page-content blockquote {
  color: #666;
  background-color: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}

@media only screen and (min-width: 768px) {
  .page-content blockquote {
    font-size: 15px;
  }
}

@media print {
  .page-content blockquote {
    font-size: 15px;
  }
}

.page-content blockquote.alignleft,
.page-content blockquote.alignright {
  font-size: 14px;
  font-size: 1.4rem;
  width: 34%;
}

.page-content address {
  margin: 0 0 1.5em;
}

.page-content pre {
  background: #eee;
  border-radius: 2px;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.page-content code,
.page-content kbd,
.page-content tt,
.page-content var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

.page-content abbr,
.page-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.page-content mark,
.page-content ins {
  background: #eee;
  text-decoration: none;
}

.page-content big {
  font-size: 125%;
}

.page-content blockquote,
.page-content q {
  quotes: '' '';
}

.page-content blockquote:before,
.page-content blockquote:after,
.page-content q:before,
.page-content q:after {
  content: '';
}

.page-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

.page-content ul,
.page-content ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}

.page-content ul {
  list-style: disc;
}

.page-content ol {
  counter-reset: number;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content ol > li::before {
  counter-increment: number;
  content: counter(number) ".";
  font-style: italic;
  color: #000f35;
  font-weight: bold;
}

.page-content ol li {
  position: relative;
  line-height: 1.5;
  padding-left: 2.8em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 768px) {
  .page-content ol li {
    line-height: 1.75;
  }
}

@media print {
  .page-content ol li {
    line-height: 1.75;
  }
}

.page-content ol li::before {
  position: absolute;
  display: block;
  line-height: 1;
  left: 0;
  top: 0.15em;
  font-size: 1.3em;
  text-align: right;
  width: 1.8em;
}

@media only screen and (min-width: 768px) {
  .page-content ol li::before {
    top: 0.2em;
  }
}

@media print {
  .page-content ol li::before {
    top: 0.2em;
  }
}

.page-content ol li ul > li {
  padding-left: 15px;
}

.page-content ol li ul > li::before {
  content: none;
}

.page-content ol li > ol {
  counter-reset: number02;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95em;
}

.page-content ol li > ol > li {
  padding-left: 2.5em;
}

.page-content ol li > ol > li::before {
  position: absolute;
  counter-increment: number02;
  font-size: 1em;
  font-style: normal;
  content: counter(number) "-" counter(number02);
  top: 0.35em;
}

.page-content ol li > ol > li > ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95em;
  counter-reset: number03;
}

.page-content ol li > ol > li > ol > li {
  padding-left: 2.5em;
}

.page-content ol li > ol > li > ol > li::before {
  position: absolute;
  font-size: 1em;
  counter-increment: number03;
  content: "(" counter(number03) ")";
  top: 0.35em;
}

@media only screen and (min-width: 768px) {
  .page-content ol li > ol > li > ol > li::before {
    top: 0.4em;
  }
}

@media print {
  .page-content ol li > ol > li > ol > li::before {
    top: 0.4em;
  }
}

.page-content ol h1,
.page-content ol h2,
.page-content ol h3,
.page-content ol h4,
.page-content ol h5,
.page-content ol h6 {
  border: none;
  padding: 0;
}

.page-content ol h3 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .page-content ol h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .page-content ol h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-content ol h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .page-content ol h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .page-content ol h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-content ol p {
  margin-bottom: 5px;
}

.page-content li > ul,
.page-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}

.page-content li ol {
  font-size: 90%;
}

.page-content li ol li {
  margin-bottom: 0.5em;
}

.page-content li ol li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
}

.page-content ul {
  list-style: none;
}

.page-content ul li {
  position: relative;
  padding: 0;
  margin-bottom: 0.12em;
  padding-left: 12px;
}

.page-content ul li:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000f35;
  left: 0;
  top: 0.65em;
}

.page-content dt {
  font-weight: 700;
}

.page-content dd {
  margin: 0 1.5em 1.5em;
}

.page-content table {
  width: 100%;
  word-break: break-all;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-collapse: collapse;
  border-top: 1px solid #cecece;
}

@media only screen and (min-width: 768px) {
  .page-content table {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

@media print {
  .page-content table {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.page-content table th,
.page-content table td {
  vertical-align: middle;
  padding: 10px 5px;
}

@media only screen and (min-width: 768px) {
  .page-content table th,
  .page-content table td {
    padding: 25px 15px;
  }
}

@media print {
  .page-content table th,
  .page-content table td {
    padding: 25px 15px;
  }
}

.page-content table thead th,
.page-content table thead td {
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.page-content table tbody th {
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  width: 80px;
}

@media only screen and (min-width: 768px) {
  .page-content table tbody th {
    width: 130px;
    height: 80px;
  }
}

@media print {
  .page-content table tbody th {
    width: 130px;
    height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .page-content table tbody th {
    width: 160px;
  }
}

@media print {
  .page-content table tbody th {
    width: 160px;
  }
}

.page-content table tbody td {
  font-size: 95%;
}

.page-content table .min {
  font-size: 90%;
}

.page-content table.table-min {
  line-height: 1.45;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .page-content table.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print {
  .page-content table.table-min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-content table.table-min th,
.page-content table.table-min td {
  padding: 3px;
}

@media only screen and (min-width: 768px) {
  .page-content table.table-min th,
  .page-content table.table-min td {
    padding: 10px;
  }
}

@media print {
  .page-content table.table-min th,
  .page-content table.table-min td {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page-content table.table-min tbody th {
    height: auto;
  }
}

@media print {
  .page-content table.table-min tbody th {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .page-content table {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print {
  .page-content table {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .page-content table th,
  .page-content table td {
    padding: 10px 15px;
  }
}

@media print {
  .page-content table th,
  .page-content table td {
    padding: 10px 15px;
  }
}

.page-content table tr {
  border-bottom: 1px solid #cecece;
}

.page-content table tbody th {
  background-color: #f3f3f3;
}

.page-content a img {
  background: #fff;
  box-shadow: 0 0 0 6px #fff;
}

.page-content img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}

.page-content embed,
.page-content iframe,
.page-content object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.page-content strong {
  font-weight: 500;
}

.page-content em {
  font-style: italic;
}

.page-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.page-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content .alignright {
  float: right;
}

.page-content .alignleft {
  float: none;
}

@media only screen and (min-width: 768px) {
  .page-content .alignleft {
	  float: left;
	}
}

.page-content .alignright img,
.page-content .alignleft img {
  margin: 0 10px;
}

.page-content img[class*='wp-image-'],
.page-content img[class*='attachment-'] {
  height: auto;
  max-width: 100%;
}

.page-content img[class*='wp-image-'].alignright, .page-content img[class*='wp-image-'].alignleft,
.page-content img[class*='attachment-'].alignright,
.page-content img[class*='attachment-'].alignleft {
  margin: 0 10px 0 0;
}

.page-content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.page-content .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.page-content .ex_text_right {
  text-align: right;
}

.page-content div.sharedaddy h3.sd-title:before {
  content: none;
}

.page-content #jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: none;
}

.page-content ul.toc_list li:after, .page-content ul.toc_list li:before {
  content: none;
}

.page-content div.easyLink-box div.easyLink-img p.easyLink-img-box span {
  top: 0;
}

.page-content .easyLink-img img {
  display: inline;
}

/* =====================
  footer
===================== */
.footer {
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #2c575f;
  padding-top: 65px;
  padding-bottom: 20px;
  text-align: center;
}

.footer .logo {
  margin-bottom: 30px;
  display: inline-block;
}

.footer .logo img {
  width: 197px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .footer .logo img {
    width: 344px;
  }
}

@media print {
  .footer .logo img {
    width: 344px;
  }
}

.footer .list-footer {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  list-style: none;
}

.footer .list-footer li {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer .list-footer li:first-child {
  border-left: 1px solid #fff;
}

.footer .list-footer li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
}

.footer .copy {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .footer .copy {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media print {
  .footer .copy {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

#topcontrol {
  z-index: 979 !important;
}

#topcontrol img {
  width: 70px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #topcontrol img {
    width: 123px;
  }
}

@media print {
  #topcontrol img {
    width: 123px;
  }
}

/*=====================
  header
===================== */
.header {
  position: fixed;
  z-index: 980;
  top: 0;
  width: 100%;
}

@media print {
  .header {
    position: absolute;
  }
}

@media only screen and (min-width: 768px) {
  .header[data-status='scrolled'] {
    background-color: #000f35;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .header[data-status='scrolled'] .inner-header {
    height: 75px;
  }
}

@media print {
  .header[data-status='scrolled'] {
    background-color: #000f35;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  .header[data-status='scrolled'] .inner-header {
    height: 75px;
  }
}

.header .inner-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .header .inner-header {
    gap: 20px;
    height: 90px;
  }
}

@media print {
  .header .inner-header {
    height: 90px;
  }
}

.header-logo {
  display: none;
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .header-logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media print {
  .header-logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media only screen and (min-width: 992px) {
  .header-logo {
    padding-left: 30px;
  }
}

@media print {
  .header-logo {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1260px) {
  .header-logo {
    padding-left: 0;
  }
}

@media print {
  .header-logo {
    padding-left: 0;
  }
}

.header-logo a {
  display: block;
  width: 145px;
  height: 49px;
  background-image: url("assets/img/common/logo@2x.png");
  background-repeat: no-repeat;
  text-indent: 150%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100% auto;
}

@media only screen and (min-width: 992px) {
  .header-logo a {
    width: 181px;
    height: 62px;
  }
}

@media print {
  .header-logo a {
    width: 181px;
    height: 62px;
  }
}

.wrapper-nav-header {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000f35;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: -1000;
}

.wrapper-nav-header.active {
  opacity: 1;
  pointer-events: all;
  z-index: 998;
}

@media only screen and (min-width: 768px) {
  .wrapper-nav-header.active {
    z-index: 1;
  }
}

@media print {
  .wrapper-nav-header.active {
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper-nav-header {
    position: relative;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    transition: none;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

@media print {
  .wrapper-nav-header {
    position: relative;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    transition: none;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

.wrapper-nav-header::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 48vw;
  height: calc(48vw * 0.8644);
  background-image: url(assets/img/common/bg-body-lt@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .wrapper-nav-header::before {
    content: none;
  }
}

@media print {
  .wrapper-nav-header::before {
    content: none;
  }
}

.wrapper-nav-header::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 60vw;
  height: calc(60vw * 0.7104);
  right: 0;
  bottom: -12%;
  background-image: url(assets/img/common/bg-body-rt@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .wrapper-nav-header::after {
    content: none;
  }
}

@media print {
  .wrapper-nav-header::after {
    content: none;
  }
}

.nav-header {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: "normal";
}

@media only screen and (min-width: 768px) {
  .nav-header {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .nav-header {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.search-header {
  display: none;
}

@media only screen and (min-width: 768px) {
  .search-header {
    position: relative;
    display: block;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    padding: 2px 5px;
    /* margin-left: 5px; */
    width: 170px;
  }
}

@media print {
  .search-header {
    position: relative;
    display: block;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    padding: 2px 5px;
    /* margin-left: 5px; */
    width: 170px;
  }
}

@media only screen and (min-width: 992px) {
  .search-header {
    /* margin-left: 30px; */
    width: 220px;
  }
}

@media print {
  .search-header {
    /* margin-left: 30px; */
    width: 220px;
  }
}

@media only screen and (min-width: 1260px) {
  .search-header {
    /* margin-left: 80px; */
  }
}

@media print {
  .search-header {
    /* margin-left: 80px; */
  }
}

.search-header input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none !important;
  outline: none;
}

.search-header input[type='text'] {
  width: 100%;
  padding-right: 20px;
}

.search-header input[type='submit'] {
  position: absolute;
  right: 5px;
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #666;
}

.list-header {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .list-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .list-header::before,
  .list-header > li::after {
    position: absolute;
    content: ' ';
    display: block;
    height: 100%;
    width: 2px;
    border-radius: 10px;
    background-color: #fff;
    top: 0;
    right: 0;
  }
  .list-header::before {
    left: 0;
    right: auto;
  }
}

@media print {
  .list-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .list-header::before,
  .list-header > li::after {
    position: absolute;
    content: ' ';
    display: block;
    height: 100%;
    width: 2px;
    border-radius: 10px;
    background-color: #fff;
    top: 0;
    right: 0;
  }
  .list-header::before {
    left: 0;
    right: auto;
  }
}

.list-header > li {
  position: relative;
  padding: 0;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .list-header > li {
    margin: 0;
  }
}

@media print {
  .list-header > li {
    margin: 0;
  }
}

.list-header > li > a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .list-header > li > a {
    padding: 0 10px 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .list-header > li > a:hover::before {
    width: 80%;
  }
}

@media print {
  .list-header > li > a {
    padding: 0 10px 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .list-header > li > a:hover::before {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .list-header > li > a {
    padding: 0 15px 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .list-header > li > a {
    padding: 0 15px 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1260px) {
  .list-header > li > a {
    padding: 0 25px 2px;
  }
}

@media print {
  .list-header > li > a {
    padding: 0 25px 2px;
  }
}

.list-header > li > a .ja,
.list-header > li > a .en {
  display: block;
}

.list-header > li > a .ja {
  margin-bottom: 3px;
}

.list-header > li > a .en {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}

.list-header > li > a::before {
  position: absolute;
  display: block;
  content: ' ';
  bottom: 0;
  left: 10%;
  width: 0;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
}

.list-header > li > a[data-isCurrent='true']::before {
  width: 80%;
}

.btn-menu {
  position: fixed;
  right: 20px;
  top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 999;
  width: 30px;
  height: 230x;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}

@media print {
  .btn-menu {
    display: none;
  }
}

.btn-menu > span {
  display: block;
  background: #fff;
  width: 33px;
  height: 3px;
  border-radius: 10px;
  transition: transform 0.25s linear;
}

.btn-menu > span:nth-child(1) {
  margin-bottom: 10px;
}

.btn-menu > span:nth-child(2) {
  margin-bottom: 10px;
}

.btn-menu.active > span:nth-child(1) {
  transform: translateX(0px) translateY(13px) rotate(-135deg);
}

.btn-menu.active > span:nth-child(2) {
  opacity: 0;
  transform: translateX(0px);
}

.btn-menu.active > span:nth-child(3) {
  transform: translateX(0px) translateY(-13px) rotate(135deg);
}

/* =====================
  subpage setting
===================== */
@media only screen and (min-width: 768px) {
  .content-bg {
    background-image: url(assets/img/common/bg-left@2x.png), url(assets/img/common/bg-right@2x.png);
    background-repeat: repeat-y;
    background-position: left top, right top;
    background-size: 200px auto, 265px auto;
  }
}

@media print {
  .content-bg {
    background-image: url(assets/img/common/bg-left@2x.png), url(assets/img/common/bg-right@2x.png);
    background-repeat: repeat-y;
    background-position: left top, right top;
    background-size: 200px auto, 265px auto;
  }
}

.pgttl {
  background-size: cover;
  background-image: url(assets/img/common/bg-pgttl.jpg);
}

.pgttl.kaisetsushu {
  background-image: url(assets/img/common/bg-pgttl-kaisetsushu.jpg);
}

.pgttl.course {
  background-image: url(assets/img/common/bg-pgttl-course.jpg);
}

.pgttl.event {
  background-image: url(assets/img/common/bg-pgttl-event.jpg);
}

.pgttl.view {
  background-image: url(assets/img/common/bg-pgttl-view.jpg);
}

.pgttl .inner-pgttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 180px;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: center 55%;
  background-image: url(assets/img/common/logo-whiteimg@2x.png);
  background-size: 100px auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .inner-pgttl {
    background-size: 189px auto;
    padding-top: 30px;
    height: 350px;
  }
}

@media print {
  .pgttl .inner-pgttl {
    background-size: 189px auto;
    padding-top: 30px;
    height: 350px;
  }
}

.pgttl .txt {
  position: relative;
  z-index: 10;
}

.pgttl .pgttl-kaisetsushu {
  width: 104px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .pgttl-kaisetsushu {
    width: auto;
  }
}

@media print {
  .pgttl .pgttl-kaisetsushu {
    width: auto;
  }
}

.pgttl .pgttl-view {
  width: 143px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .pgttl-view {
    width: auto;
  }
}

@media print {
  .pgttl .pgttl-view {
    width: auto;
  }
}

.pgttl .pgttl-sitepolicy {
  width: 258px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .pgttl-sitepolicy {
    width: auto;
  }
}

@media print {
  .pgttl .pgttl-sitepolicy {
    width: auto;
  }
}

.pgttl .pgttl-sitemap {
  width: 220.5px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .pgttl-sitemap {
    width: auto;
  }
}

@media print {
  .pgttl .pgttl-sitemap {
    width: auto;
  }
}

.pgttl .pgttl-course {
  width: 221px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .pgttl-course {
    width: auto;
  }
}

@media print {
  .pgttl .pgttl-course {
    width: auto;
  }
}

.pgttl .pgttl-event {
  width: 217.5px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pgttl .pgttl-event {
    width: auto;
  }
}

@media print {
  .pgttl .pgttl-event {
    width: auto;
  }
}

.breadcrumbs ul,
.breadcrumbs ol {
  padding: 0;
  margin: 0;
}

.breadcrumbs ul li,
.breadcrumbs ol li {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  margin-left: 6px;
  position: relative;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    padding-left: 12px;
    margin-left: 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    padding-left: 12px;
    margin-left: 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.breadcrumbs ul li::after,
.breadcrumbs ol li::after {
  position: absolute;
  font-family: FontAwesome;
  display: block;
  content: '\f105';
  left: 0px;
  top: 50%;
  color: #aaa;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: -0.5em;
}

.breadcrumbs ul li:first-child,
.breadcrumbs ol li:first-child {
  padding-left: 0;
  margin: 0;
}

.breadcrumbs ul li:first-child::after,
.breadcrumbs ol li:first-child::after {
  content: none;
}

.breadcrumbs ul li a,
.breadcrumbs ol li a {
  line-height: 1;
  color: #ffa224;
  text-decoration: underline;
}

.row-kaisetsu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

@media only screen and (min-width: 768px) {
  .row-kaisetsu {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media print {
  .row-kaisetsu {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.row-kaisetsu .col {
  width: 33.3%;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
  .row-kaisetsu .col {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

@media print {
  .row-kaisetsu .col {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

.row-kaisetsu .col a {
  position: relative;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  text-shadow: 0 0 10px #fff;
  text-decoration: none !important;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

.row-kaisetsu .col a[data-isCurrent='true'] .thumb {
  background-color: #eac95b;
}

@media only screen and (min-width: 768px) {
  .row-kaisetsu .col a {
    border-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .row-kaisetsu .col a:hover {
    color: #000;
  }
  .row-kaisetsu .col a:hover .thumb {
    background-color: #eac95b;
  }
  .row-kaisetsu .col a:hover .thumb img {
    opacity: 0.35;
    transform: scale(1.03);
  }
}

@media print {
  .row-kaisetsu .col a {
    border-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .row-kaisetsu .col a:hover {
    color: #000;
  }
  .row-kaisetsu .col a:hover .thumb {
    background-color: #eac95b;
  }
  .row-kaisetsu .col a:hover .thumb img {
    opacity: 0.35;
    transform: scale(1.03);
  }
}

.row-kaisetsu .col a .thumb {
  position: relative;
  padding-bottom: 35px;
  background-color: #ddd;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 768px) {
  .row-kaisetsu .col a .thumb {
    padding-bottom: 70px;
  }
}

@media print {
  .row-kaisetsu .col a .thumb {
    padding-bottom: 70px;
  }
}

.row-kaisetsu .col a .thumb img {
  opacity: 0.5;
  transition: all 0.6s ease;
}

.row-kaisetsu .col a .thumb.photo-top img {
  -o-object-position: left 11%;
     object-position: left 11%;
  font-family: 'object-fit: cover; object-position: left 11%;';
}

.row-kaisetsu .col a .txt {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.row-kaisetsu .col a .txt span {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .row-kaisetsu .col a .txt span {
  font-size: 16px;
}
}

.box-page {
  background-color: #fffdeb;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .box-page {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  .box-page {
    margin-left: 0;
    margin-right: 0;
  }
}

.box-page .inner-box-page {
  color: #000;
  padding: 20px 15px 60px;
}

@media only screen and (min-width: 768px) {
  .box-page .inner-box-page {
    padding: 40px 30px 60px;
  }
}

@media print {
  .box-page .inner-box-page {
    padding: 50px 30px 60px;
  }
}

.box-page .inner-box-page.min {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .box-page .inner-box-page.min {
    padding: 30px;
  }
}

@media print {
  .box-page .inner-box-page.min {
    padding: 30px;
  }
}

/*リンク集*/
.link-title {
    background: linear-gradient(to right, #125460, #79959A);
    text-align: center;
    padding: 10px;
    font-size: 30px;
}

.link-box {
	display: block;
    padding: 0;
}

.link-btn {
    list-style: none;
    width: 100%;
    background: #E0B937;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    position: relative;
    display: block;
}

.link-btn::before {
    content: url(assets/img/common/link-arrow.svg);
    position: absolute;
    right: 20px;
    margin-top: 0;
}

.link-btn li {
    color: #fff;
    font-weight: 600;
}

.place-name {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
	color: #415D00;
	font-size: 22px;
	font-weight: 600;
}

.place-name:before, .place-name:after {
  border-top: 1px solid #415D00;
  content: "";
  width: 3em; /* 線の長さ */
}

.place-name:before {
  margin-right: 1em; /* 文字の右隣 */
}

.place-name:after {
  margin-left: 1em; /* 文字の左隣 */
}

@media only screen and (min-width: 768px){
.link-title {
    background: linear-gradient(to right, #125460, #79959A);
    text-align: center;
    padding: 10px;
    font-size: 30px;
}

.link-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}

.link-btn {
    list-style: none;
    width: 48%;
    background: #deaf11;
    padding: 10px 20px;
    margin-bottom: 20px;
	font-size: 18px;
	position: relative;
}

.link-btn::before {
    content: url(assets/img/common/link-arrow.svg);
    position: absolute;
    right: 20px;
    margin-top: 3px;
	height: 50px;
    display: flex;
    align-items: center;
    line-height: 25px;
}

.link-btn li {
    color: #fff;
    font-weight: 600;
	height: 50px;
    display: flex;
    align-items: center;
    line-height: 25px;
}

.place-name {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
	color: #415D00;
	font-size: 22px;
	font-weight: 600;
}

.place-name:before, .place-name:after {
  border-top: 1px solid #415D00;
  content: "";
  width: 3em; /* 線の長さ */
}

.place-name:before {
  margin-right: 1em; /* 文字の右隣 */
}

.place-name:after {
  margin-left: 1em; /* 文字の左隣 */
}
}


.btn-download {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 50%;
  max-width: 100%;
  padding: 10px 30px;
  line-height: 1.5;
  border: none;
  background-color: #415d00;
  color: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.btn-download:active, .btn-download:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-download {
    padding: 15px 30px;
    min-width: auto;
    width: 324px;
    border-radius: 10px;
	  margin-left: 20px;
  }
  .btn-download:hover {
    color: #fff;
    background-color: #668913;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
}

@media print {
  .btn-download {
    padding: 15px 30px;
    min-width: auto;
    width: 324px;
    border-radius: 10px;
  }
  .btn-download:hover {
    color: #fff;
    background-color: #668913;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
}

.btn-download .txt,
.btn-download .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
	font-size: 18px;
}

.btn-download .icon {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .btn-download .icon {
    margin-left: 10px;
  }
}

@media print {
  .btn-download .icon {
    margin-left: 10px;
  }
}

.btn-download .icon img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .btn-download .icon img {
    width: 30px;
	 margin-left: 5px;
  }
}

@media print {
  .btn-download .icon img {
    width: 32px;
  }
}

.btn-window {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 65%;
  max-width: 100%;
  padding: 10px 30px;
  line-height: 1.5;
  border: none;
  background-color: #415d00;
  color: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  margin-bottom: 20px;
}

.btn-window:active, .btn-window:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-window {
    padding: 15px 30px;
    min-width: auto;
    width: 324px;
    border-radius: 10px;
	 margin-right: 20px;
	line-height: 25px;
    margin-bottom: 0;
  }
  .btn-window:hover {
    color: #fff;
    background-color: #668913;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
}

@media print {
  .btn-window {
    padding: 15px 30px;
    min-width: auto;
    width: 324px;
    border-radius: 20px;
  }
  .btn-window:hover {
    color: #fff;
    background-color: #668913;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
}

.btn-window .txt,
.btn-window .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
	font-size: 18px;
}

.btn-window .icon {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .btn-window .icon {
    margin-left: 10px;
  }
}

@media print {
  .btn-window .icon {
    margin-left: 10px;
  }
}

.btn-window .icon img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .btn-window .icon img {
    width: 32px;
  }
}

@media print {
  .btn-window .icon img {
    width: 30px;
	 margin-left: 5px;
  }
}

.card-column {
  display: block;
  background-color: #ededed;
  color: #000;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .card-column:hover {
    color: #000;
  }
  .card-column:hover .thumb img {
    opacity: 0.8;
    transform: scale(1.03);
  }
}

@media print {
  .card-column:hover {
    color: #000;
  }
  .card-column:hover .thumb img {
    opacity: 0.8;
    transform: scale(1.03);
  }
}

.card-column .thumb {
  background-color: #fff;
  padding-bottom: 65%;
}

.card-column .thumb img {
  transition: all 0.6s ease;
}

.card-column .content {
  position: relative;
  padding: 15px;
  padding-right: 30px;
}

.card-column .content .detail {
  margin-top: 20px;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: "normal";
  line-height: 1.5;
  color: #314067;
}

.card-column .content::after {
  position: absolute;
  content: ' ';
  display: block;
  bottom: 7px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #dbb433 transparent;
}

@media only screen and (min-width: 992px) {
  .row-saigoku {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .row-saigoku {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.row-saigoku .logo img {
  width: 68px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .row-saigoku .logo img {
    width: 98px;
  }
}

@media print {
  .row-saigoku .logo img {
    width: 98px;
  }
}

.row-saigoku .right {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .row-saigoku .right {
    margin-top: 0;
    margin-left: 20px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .row-saigoku .right {
    margin-top: 0;
    margin-left: 20px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1260px) {
  .row > .col-left {
    width: 332px;
  }
}

@media print {
  .row > .col-left {
    width: 332px;
  }
}

@media only screen and (min-width: 1260px) {
  .row > .col-right {
    width: 838px;
  }
}

@media print {
  .row > .col-right {
    width: 838px;
  }
}

.row-ttl-history {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .row-ttl-history {
    margin-bottom: 0;
  }
}

@media print {
  .row-ttl-history {
    margin-bottom: 0;
  }
}

.row-ttl-history .ttl {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .row-ttl-history .ttl {
    display: inline-block;
  }
}

@media print {
  .row-ttl-history .ttl {
    display: inline-block;
  }
}

.row-ttl-history .time {
  display: inline-block;
  background-color: #03607c;
  color: #fff;
  line-height: 1.5;
  padding: 2px 10px;
}

@media only screen and (min-width: 768px) {
  .row-ttl-history .time {
    padding: 5px 20px;
    margin-left: 10px;
  }
}

@media print {
  .row-ttl-history .time {
    padding: 5px 20px;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .row-ttl-history .time {
    margin-left: 40px;
  }
}

@media print {
  .row-ttl-history .time {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1260px) {
  .row-ttl-history .time {
    margin-left: 80px;
  }
}

@media print {
  .row-ttl-history .time {
    margin-left: 80px;
  }
}

.pl-30 {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .pl-30 {
    padding-left: 30px;
  }
}

@media print {
  .pl-30 {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .row-flex {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .row-flex {
    display: -ms-flexbox;
    display: flex;
  }
}

.row-flex .txt {
  padding-left: 5px;
}

@media only screen and (min-width: 768px) {
  .row-flex .txt {
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .row-flex .txt {
    -ms-flex: 1;
        flex: 1;
  }
}

.txt-pink {
  color: #e5355d;
}

.wrapper-youtube {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden;
}

.wrapper-youtube iframe,
.wrapper-youtube object,
.wrapper-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.box-fukuyama {
  background-color: #fff;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .box-fukuyama {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .box-fukuyama {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .box-fukuyama .left {
    width: 246px;
  }
}

@media print {
  .box-fukuyama .left {
    width: 246px;
  }
}

.box-fukuyama .left img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .box-fukuyama .right {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
  }
}

@media print {
  .box-fukuyama .right {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
  }
}

.box-fukuyama .box-detail {
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .box-fukuyama .box-detail {
    padding: 10px;
  }
}

@media print {
  .box-fukuyama .box-detail {
    padding: 10px;
  }
}

.box-fukuyama .ttl {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .box-fukuyama .ttl {
    padding: 10px 15px;
  }
}

@media print {
  .box-fukuyama .ttl {
    padding: 10px 15px;
  }
}

.box-fukuyama .ttl span {
  display: block;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 3px solid #fff;
}

@media only screen and (min-width: 768px) {
  .box-fukuyama .ttl span {
    padding-left: 15px;
  }
}

@media print {
  .box-fukuyama .ttl span {
    padding-left: 15px;
  }
}

.box-motonari {
  background-color: #fff;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .box-motonari {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .box-motonari {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .box-motonari .left {
    width: 246px;
  }
}

@media print {
  .box-motonari .left {
    width: 246px;
  }
}

.box-motonari .left img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .box-motonari .right {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
  }
}

@media print {
  .box-motonari .right {
    -ms-flex: 1;
        flex: 1;
    margin-left: 15px;
  }
}

.box-motonari .box-detail {
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .box-motonari .box-detail {
    padding: 10px;
  }
}

@media print {
  .box-motonari .box-detail {
    padding: 10px;
  }
}

.box-motonari .ttl {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .box-motonari .ttl {
    padding: 10px 15px;
  }
}

@media print {
  .box-motonari .ttl {
    padding: 10px 15px;
  }
}

.box-motonari .ttl span {
  display: block;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 3px solid #fff;
}

@media only screen and (min-width: 768px) {
  .box-motonari .ttl span {
    padding-left: 15px;
  }
}

@media print {
  .box-motonari .ttl span {
    padding-left: 15px;
  }
}

.link-normal {
  color: #000;
  text-decoration: underline;
}

.box-profile {
  border: 2px solid #000;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .box-profile {
    padding: 30px;
  }
}

@media print {
  .box-profile {
    padding: 30px;
  }
}

.txt-vio {
  color: #000f35;
}

.lead-course {
  position: relative;
  background-color: #dbb433;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .lead-course {
    padding: 20px 10px;
  }
}

@media print {
  .lead-course {
    padding: 20px 10px;
  }
}

.lead-course::before {
  position: absolute;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(assets/img/common/bg-body-lt@2x.png), url(assets/img/common/bg-body-rt@2x.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 118px auto, 147.33333px auto;
  background-position: left center, right center;
}

@media only screen and (min-width: 768px) {
  .lead-course::before {
    background-size: 236px auto, 294.66667px auto;
  }
}

@media print {
  .lead-course::before {
    background-size: 236px auto, 294.66667px auto;
  }
}

.lead-course .txt {
  position: relative;
  z-index: 1;
}

.box-point {
  padding: 10px;
  background-color: #dbb433;
}

@media only screen and (min-width: 768px) {
  .box-point {
    padding: 20px;
  }
}

@media print {
  .box-point {
    padding: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .box-point {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media print {
  .box-point {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.box-point .ttl {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
  background-color: #03607c;
  color: #fff;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .box-point .ttl {
    margin-bottom: 20px;
  }
}

@media print {
  .box-point .ttl {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .box-point .ttl {
    display: block;
    margin-bottom: 0;
  }
}

@media print {
  .box-point .ttl {
    display: block;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .box-point .content {
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .box-point .content {
    margin-left: 30px;
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1260px) {
  .txt-center-lg {
    text-align: center;
  }
}

@media print {
  .txt-center-lg {
    text-align: center;
  }
}

.card-event {
  background-color: #384479;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  .card-event {
    padding: 30px 20px;
  }
}

@media print {
  .card-event {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .card-event {
    padding: 30px 40px;
  }
}

@media print {
  .card-event {
    padding: 30px 40px;
  }
}

.card-event .ttl {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .card-event .ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
}

@media print {
  .card-event .ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
}

.card-event .ttl .txt {
  -ms-flex: 1;
      flex: 1;
  line-height: 1.5;
}

.card-event .ttl .cat {
  display: inline-block;
  color: #fff;
  background-color: #dbb433;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 3px;
  text-align: center;
  padding: 2px 5px;
  min-width: 15vw;
  line-height: 1.1;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .card-event .ttl .cat {
    display: block;
    margin-bottom: 0;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 110px;
    margin-right: 10px;
  }
}

@media print {
  .card-event .ttl .cat {
    display: block;
    margin-bottom: 0;
    border-radius: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 110px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .card-event .ttl .cat {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media print {
  .card-event .ttl .cat {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.card-event .bottom {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Lato, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: "normal";
}

@media only screen and (min-width: 768px) {
  .card-event .bottom {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print {
  .card-event .bottom {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .card-event .bottom .right {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
    margin-left: 15px;
  }
}

@media print {
  .card-event .bottom .right {
    -ms-flex: 1;
        flex: 1;
    min-width: 0;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .card-event .bottom .right {
    margin-left: 30px;
  }
}

@media print {
  .card-event .bottom .right {
    margin-left: 30px;
  }
}

.card-event .bottom .txt {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .card-event .bottom .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print {
  .card-event .bottom .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .card-event .bottom .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media print {
  .card-event .bottom .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.card-event .bottom .detail {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .card-event .bottom .detail {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media print {
  .card-event .bottom .detail {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) {
  .card-event .bottom .detail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .card-event .bottom .detail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1260px) {
  .card-event .bottom .detail .row-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print {
  .card-event .bottom .detail .row-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1260px) {
  .card-event .bottom .detail .row-detail .left {
    min-width: 480px;
  }
}

@media print {
  .card-event .bottom .detail .row-detail .left {
    min-width: 480px;
  }
}

.card-event .bottom .thumb {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .card-event .bottom .thumb {
    margin-bottom: 0;
    width: 32%;
  }
}

@media print {
  .card-event .bottom .thumb {
    margin-bottom: 0;
    width: 32%;
  }
}

@media only screen and (min-width: 1260px) {
  .card-event .bottom .thumb {
    width: 357px;
  }
}

@media print {
  .card-event .bottom .thumb {
    width: 357px;
  }
}

.card-event .bottom .thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.toggle-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .toggle-view {
    margin-bottom: 80px;
  }
}

@media print {
  .toggle-view {
    margin-bottom: 80px;
  }
}

.toggle-view > a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 50px;
  text-decoration: none !important;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .toggle-view > a {
    transition: all 0.25s ease;
    height: 90px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media print {
  .toggle-view > a {
    transition: all 0.25s ease;
    height: 90px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.toggle-view > a::after {
  position: absolute;
  content: ' ';
  display: block;
  content: none;
  left: 50%;
  top: 100%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
}

@media only screen and (min-width: 768px) {
  .toggle-view > a::after {
    width: 25px;
    height: 25px;
    transition: all 0.25s ease;
  }
}

@media print {
  .toggle-view > a::after {
    width: 25px;
    height: 25px;
    transition: all 0.25s ease;
  }
}

.toggle-view > a[data-status='current']::after {
  content: ' ';
}

.toggle-view > a.spot {
  background-color: #009dba;
}

.toggle-view > a.spot::after {
  background-color: #009dba;
}

@media only screen and (min-width: 768px) {
  .toggle-view > a.spot:hover {
    background-color: #00c8ed;
  }
  .toggle-view > a.spot:hover::after {
    background-color: #00c8ed;
  }
}

@media print {
  .toggle-view > a.spot:hover {
    background-color: #00c8ed;
  }
  .toggle-view > a.spot:hover::after {
    background-color: #00c8ed;
  }
}

.toggle-view > a.person {
  background-color: #ff8a5f;
}

.toggle-view > a.person::after {
  background-color: #ff8a5f;
}

@media only screen and (min-width: 768px) {
  .toggle-view > a.person:hover {
    background-color: #ffaf92;
  }
  .toggle-view > a.person:hover::after {
    background-color: #ffaf92;
  }
}

@media print {
  .toggle-view > a.person:hover {
    background-color: #ffaf92;
  }
  .toggle-view > a.person:hover::after {
    background-color: #ffaf92;
  }
}

.card-view {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .card-view {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media print {
  .card-view {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.card-view.card-person .ttl {
  background-color: #793844;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-view.card-person .ttl .name {
  display: block;
  margin-right: 1em;
  line-height: 1.5;
}

.card-view.card-person .ttl .year {
  display: block;
  line-height: 1.3;
}

.card-view .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}

@media only screen and (min-width: 768px) {
  .card-view .thumb {
    position: relative;
    height: auto;
    width: 270px;
  }
}

@media print {
  .card-view .thumb {
    position: relative;
    height: auto;
    width: 270px;
  }
}

.card-view .thumb .thumb-inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.card-view .right {
  -ms-flex: 1;
      flex: 1;
  background-color: #fffdeb;
}

.card-view .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  background-color: #384479;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  height: 90px;
  padding: 5px;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) {
  .card-view .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    min-height: 75px;
    height: auto;
  }
}

@media print {
  .card-view .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 15px;
    min-height: 75px;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .card-view .ttl {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 30px;
  }
}

@media print {
  .card-view .ttl {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 30px;
  }
}

.card-view .content {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .card-view .content {
    padding: 10px 30px 15px;
  }
}

@media print {
  .card-view .content {
    padding: 10px 30px 15px;
  }
}

.card-view .txt-content {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .card-view .txt-content {
    min-height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print {
  .card-view .txt-content {
    min-height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .card-view .txt-content {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media print {
  .card-view .txt-content {
    font-size: 20px;
    font-size: 2rem;
  }
}

.card-view .bottom {
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  .card-view .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 20px;
  }
}

@media print {
  .card-view .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 20px;
  }
}

.card-view .btn {
  position: relative;
  display: block;
  text-align: center;
  max-width: 100%;
  padding: 0.6em 15px;
  margin-bottom: 5px;
  line-height: 1.2;
  border: none;
  text-decoration: none !important;
  transition: all 0.25s ease;
  background-color: #009dba;
  color: #fff;
  border-radius: 9px;
  font-size: 16px;
  font-size: 1.6rem;
}

.card-view .btn:active, .card-view .btn:focus {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .card-view .btn {
    margin-bottom: 10px;
    width: 244px;
    margin-left: auto;
    margin-right: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .card-view .btn:hover {
    color: #fff;
    background-color: #21dcff;
  }
}

@media print {
  .card-view .btn {
    margin-bottom: 10px;
    width: 244px;
    margin-left: auto;
    margin-right: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .card-view .btn:hover {
    color: #fff;
    background-color: #21dcff;
  }
}

.card-view .btn .txt,
.card-view .btn .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}

.card-view .btn .icon {
  margin-left: 5px;
}

.card-view .list-icons {
  padding: 0;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  list-style: none;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .card-view .list-icons {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media print {
  .card-view .list-icons {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.card-view .list-icons li {
  display: inline-block;
  padding: 0;
  margin: 3px;
}

@media only screen and (min-width: 768px) {
  .card-view .list-icons li {
    margin: 3px 7px;
  }
}

@media print {
  .card-view .list-icons li {
    margin: 3px 7px;
  }
}

.card-view .list-icons li img {
  width: 50px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .card-view .list-icons li img {
    width: 63px;
  }
}

@media print {
  .card-view .list-icons li img {
    width: 63px;
  }
}

.ttl-view {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 3px solid #03607c;
  color: #03607c;
  line-height: 1.5;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .ttl-view {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 10px;
  }
}

@media print {
  .ttl-view {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .ttl-view {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media print {
  .ttl-view {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

.ttl-view.ttl-person {
  color: #793844;
  border-color: #793844;
}

.ttl-view.ttl-person .name,
.ttl-view.ttl-person .year {
  display: inline-block;
}

.ttl-view.ttl-person .namer {
  margin-right: 1em;
}

.figure-view {
  background-color: #fff;
}

.figure-view img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.box-txt-view {
  color: #fff;
  background-color: #03607c;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  line-height: 1.65;
}

@media only screen and (min-width: 768px) {
  .box-txt-view {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
  }
}

@media print {
  .box-txt-view {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .box-txt-view {
    font-size: 20px;
    font-size: 2rem;
    padding: 30px;
  }
}

@media print {
  .box-txt-view {
    font-size: 20px;
    font-size: 2rem;
    padding: 30px;
  }
}

.box-txt-view.box-txt-person {
  background-color: #793844;
}

.box-detail {
  padding: 10px;
  line-height: 1.6;
  background-color: #f2f0db;
}

@media only screen and (min-width: 768px) {
  .box-detail {
    padding: 20px 30px;
  }
}

@media print {
  .box-detail {
    padding: 20px 30px;
  }
}

.table-view {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-collapse: collapse;
  display: block;
  background-color: #fff;
  border: 1px solid #384479;
}

@media only screen and (min-width: 768px) {
  .table-view {
    display: table;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    border-width: 2px;
  }
}

@media print {
  .table-view {
    display: table;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    border-width: 2px;
  }
}

.table-view tr {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-view tr {
    display: table-row;
    border-width: 2px;
  }
}

@media print {
  .table-view tr {
    display: table-row;
    border-width: 2px;
  }
}

.table-view th,
.table-view td {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-view th,
  .table-view td {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print {
  .table-view th,
  .table-view td {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-view tbody {
  display: block;
}

@media only screen and (min-width: 768px) {
  .table-view tbody {
    display: table-row-group;
  }
}

@media print {
  .table-view tbody {
    display: table-row-group;
  }
}

.table-view tbody tr:first-child th,
.table-view tbody tr:first-child td {
  border-top: none !important;
}

.table-view tbody th {
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-weight: normal;
  background-color: #384479;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .table-view tbody th {
    text-align: center;
    white-space: nowrap;
    padding: 15px 15px;
    width: 130px;
    border-top: 2px solid #fff;
  }
}

@media print {
  .table-view tbody th {
    text-align: center;
    white-space: nowrap;
    padding: 15px 15px;
    width: 130px;
    border-top: 2px solid #fff;
  }
}

@media only screen and (min-width: 992px) {
  .table-view tbody th {
    width: 180px;
  }
}

@media print {
  .table-view tbody th {
    width: 180px;
  }
}

.table-view tbody th .min {
  opacity: 0.6;
  font-size: 80%;
  margin-left: 1em;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .table-view tbody th .min {
    display: block;
    margin-left: 0;
  }
}

@media print {
  .table-view tbody th .min {
    display: block;
    margin-left: 0;
  }
}

.table-view tbody td {
  font-size: 95%;
  padding: 10px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .table-view tbody td {
    padding: 15px 15px;
    border-top: 2px solid #384479;
  }
}

@media print {
  .table-view tbody td {
    padding: 15px 15px;
    border-top: 2px solid #384479;
  }
}

.table-view tbody td a {
  color: #1d00ff;
  text-decoration: underline;
}

.table-view .min {
  font-size: 90%;
}

.icon-external img {
  width: 15px;
  height: auto;
}

.icon-download img {
  width: 15px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .number-pin {
    transform: translate(0, -10%);
  }
}

@media print {
  .number-pin {
    transform: translate(0, -10%);
  }
}

.txt-infowindow {
  color: #000f35;
}

.wrapper-chronology {
  overflow-x: auto;
  margin-left: -15px;
  margin-right: -15px;
  cursor: grab;
}

@media only screen and (min-width: 768px) {
  .wrapper-chronology {
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    cursor: grab;
  }
}

@media print {
  .wrapper-chronology {
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    cursor: grab;
  }
}

.wrapper-chronology figure {
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .wrapper-chronology figure {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print {
  .wrapper-chronology figure {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wrapper-chronology img {
  width: 1200px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .wrapper-chronology img {
    width: 100%;/*1800px*/
  }
}

@media print {
  .wrapper-chronology img {
    width: 100%;/*1800px*/
  }
}

/*地図*/
.wrapper-traffic_network {
  overflow-x: auto;
  margin-left: -15px;
  margin-right: -15px;
  cursor: grab;
}

@media only screen and (min-width: 768px) {
  .wrapper-traffic_network {
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    cursor: grab;
  }
}

@media print {
  .wrapper-traffic_network {
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    cursor: grab;
  }
}

.wrapper-traffic_network figure {
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .wrapper-traffic_network figure {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print {
  .wrapper-traffic_network figure {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wrapper-traffic_network img {
  width: 1200px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .wrapper-traffic_network img {
    width: 1800px;
  }
}

@media print {
  .wrapper-traffic_network img {
    width: 1800px;
  }
}

/*地図終わり*/


.ttl-hitogara {
  width: 197px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .ttl-hitogara {
    width: 394px;
  }
}

@media print {
  .ttl-hitogara {
    width: 394px;
  }
}

/* =====================
  top page
===================== */
.mv {
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mv {
    height: 900px !important;
  }
}

@media print {
  .mv {
    height: 900px !important;
  }
}

.mv .logo-mv {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -60%);
}

@media only screen and (min-width: 768px) {
  .mv .logo-mv {
    transform: translate(-50%, -53%);
  }
}

@media print {
  .mv .logo-mv {
    transform: translate(-50%, -53%);
  }
}

.mv .logo-mv img {
  width: 60vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .mv .logo-mv img {
    width: 469px;
  }
}

@media print {
  .mv .logo-mv img {
    width: 469px;
  }
}

.mv .illust-mv {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .mv .illust-mv {
    transform: translate(-50%, 0);
  }
}

@media print {
  .mv .illust-mv {
    transform: translate(-50%, 0);
  }
}

.mv .illust-mv img {
  width: 90vw;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .mv .illust-mv img {
    width: 920px;
  }
}

@media print {
  .mv .illust-mv img {
    width: 920px;
  }
}

.mv .txt-min {
  position: absolute;
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  bottom: 20%;
  transform: translate(0, 100%);
  right: 5px;
}

@media only screen and (min-width: 768px) {
  .mv .txt-min {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 150px;
  }
}

@media print {
  .mv .txt-min {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: 150px;
  }
}

.mv .txt-min > span {
  display: inline-block;
}

.mv .bg {
  position: absolute;
  display: block;
  padding-right: 5px;
  font-size: 9px;
  font-size: 0.9rem;
  height: 30%;
  width: 100%;
  background-image: url(assets/img/common/bg-mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  bottom: 20%;
}

@media only screen and (min-width: 768px) {
  .mv .bg {
    font-size: 12px;
    font-size: 1.2rem;
    height: 374px;
    background-size: cover;
    bottom: 150px;
  }
}

@media print {
  .mv .bg {
    font-size: 12px;
    font-size: 1.2rem;
    height: 374px;
    background-size: cover;
    bottom: 150px;
  }
}

.section-top-view {
  position: relative;
  height: 500px;
}

@media only screen and (min-width: 768px) {
  .section-top-view {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 320px;
  }
}

@media print {
  .section-top-view {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 320px;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-view {
    height: 460px;
  }
}

@media print {
  .section-top-view {
    height: 460px;
  }
}

.section-top-view .col {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .section-top-view .col {
    position: relative;
    width: 100%;
  }
}

@media print {
  .section-top-view .col {
    position: relative;
    width: 100%;
  }
}

.section-top-view .txt-view {
  width: 256px;
}

@media only screen and (min-width: 768px) {
  .section-top-view .txt-view {
    width: auto;
  }
}

@media print {
  .section-top-view .txt-view {
    width: auto;
  }
}

.section-top-view .wrapper-btn {
  margin-top: 40px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section-top-view .wrapper-btn {
    margin-top: 30px;
  }
}

@media print {
  .section-top-view .wrapper-btn {
    margin-top: 30px;
  }
}

.section-top-view .btn-base {
  display: block;
  width: 85%;
  padding: 10px 5px;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.7rem;
  color: #002108;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .section-top-view .btn-base {
    padding: 15px 10px;
    width: 480px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media print {
  .section-top-view .btn-base {
    padding: 15px 10px;
    width: 480px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-view .btn-base {
    width: 585px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media print {
  .section-top-view .btn-base {
    width: 585px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.section-top-view .btn-base .icon-right img {
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .section-top-view .btn-base .icon-right img {
    width: 25px;
  }
}

@media print {
  .section-top-view .btn-base .icon-right img {
    width: 25px;
  }
}

.section-top-view .col-center {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url(assets/img/common/deco-top-view-rt@2x.png), url(assets/img/common/deco-top-view-lb@2x.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: 60vw auto, 60vw auto;
}

@media only screen and (min-width: 768px) {
  .section-top-view .col-center {
    top: auto;
    left: auto;
    width: 520px;
    background-color: #002108;
    background-size: 25vw auto, 25vw auto;
  }
}

@media print {
  .section-top-view .col-center {
    top: auto;
    left: auto;
    width: 520px;
    background-color: #002108;
    background-size: 25vw auto, 25vw auto;
  }
}

@media only screen and (min-width: 992px) {
  .section-top-view .col-center {
    width: 600px;
    background-size: 364px auto, 347px auto;
  }
}

@media print {
  .section-top-view .col-center {
    width: 600px;
    background-size: 364px auto, 347px auto;
  }
}

@media only screen and (min-width: 1260px) {
  .section-top-view .col-center {
    width: 800px;
  }
}

@media print {
  .section-top-view .col-center {
    width: 800px;
  }
}

.section-top-view .col-left,
.section-top-view .col-right {
  background-color: #000;
}

.section-top-view .col-left::before, .section-top-view .col-left::after,
.section-top-view .col-right::before,
.section-top-view .col-right::after {
  opacity: 0.75;
  position: absolute;
  content: ' ';
  display: block;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-top-view .col-left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-top-view .col-left::before {
  background-image: url(assets/img/common/bg-top-view-lt@2x.jpg);
}

.section-top-view .col-left::after {
  top: 50%;
  background-image: url(assets/img/common/bg-top-view-lb@2x.jpg);
}

@media only screen and (min-width: 768px) {
  .section-top-view .col-left {
    top: auto;
    left: auto;
    -ms-flex: 1;
        flex: 1;
  }
}

@media print {
  .section-top-view .col-left {
    top: auto;
    left: auto;
    -ms-flex: 1;
        flex: 1;
  }
}

.section-top-view .col-right {
  display: none;
}

@media only screen and (min-width: 768px) {
  .section-top-view .col-right {
    display: block;
    -ms-flex: 1;
        flex: 1;
  }
  .section-top-view .col-right::before {
    background-image: url(assets/img/common/bg-top-view-rt@2x.jpg);
  }
  .section-top-view .col-right::after {
    top: 50%;
    background-image: url(assets/img/common/bg-top-view-rb@2x.jpg);
  }
}

@media print {
  .section-top-view .col-right {
    display: block;
    -ms-flex: 1;
        flex: 1;
  }
  .section-top-view .col-right::before {
    background-image: url(assets/img/common/bg-top-view-rt@2x.jpg);
  }
  .section-top-view .col-right::after {
    top: 50%;
    background-image: url(assets/img/common/bg-top-view-rb@2x.jpg);
  }
}

.section-top-kaisetsu {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section-top-kaisetsu {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media print {
  .section-top-kaisetsu {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.row-top-kaisetsu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1260px) {
  .row-top-kaisetsu {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media print {
  .row-top-kaisetsu {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row-top-kaisetsu .col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .row-top-kaisetsu .col {
    width: 33.3%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 45px;
  }
}

@media print {
  .row-top-kaisetsu .col {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 45px;
  }
}

.card-kaisetsu {
  position: relative;
  text-align: center;
  display: block;
  max-width: 76%;
  margin-left: auto;
  margin-right: auto;
  max-height: 230px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu:hover::after {
    border-color: transparent transparent #eac95b transparent;
  }
  .card-kaisetsu:hover .thumb img {
    opacity: 0.85;
    transform: scale(1.03);
  }
}

@media print {
  .card-kaisetsu:hover::after {
    border-color: transparent transparent #eac95b transparent;
  }
  .card-kaisetsu:hover .thumb img {
    opacity: 0.85;
    transform: scale(1.03);
  }
}

.card-kaisetsu::after {
  position: absolute;
  content: ' ';
  display: block;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  transition: all 0.25s ease;
  border-color: transparent transparent rgba(234, 201, 91, 0.7) transparent;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu::after {
    border-width: 0 0 45px 45px;
  }
}

@media print {
  .card-kaisetsu::after {
    border-width: 0 0 45px 45px;
  }
}

.card-kaisetsu .thumb {
  position: relative;
  padding-bottom: 70%;
  background-color: #898989;
}

.card-kaisetsu .thumb img {
  opacity: 0.65;
  transition: all 0.6s ease;
}

.card-kaisetsu .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.card-kaisetsu .txt img {
  height: auto;
}

.card-kaisetsu .txt img.txt-chronology {
  width: 67px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-chronology {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-chronology {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-traffic_network {
  width: 67px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-traffic_network {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-traffic_network {
    width: auto;
  }
}


.card-kaisetsu .txt img.txt-living {
  width: 95px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-living {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-living {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-culture {
  width: 66px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-culture {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-culture {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-industry {
  width: 65px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-industry {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-industry {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-politics {
  width: 66px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-politics {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-politics {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-townscape {
  width: 107px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-townscape {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-townscape {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-hiroshimahan {
  width: 101px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-hiroshimahan {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-hiroshimahan {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-fukuyamahan {
  width: 102px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-fukuyamahan {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-fukuyamahan {
    width: auto;
  }
}

.card-kaisetsu .txt img.txt-motonari {
  width: 102px;
}

@media only screen and (min-width: 768px) {
  .card-kaisetsu .txt img.txt-motonari {
    width: auto;
  }
}

@media print {
  .card-kaisetsu .txt img.txt-motonari {
    width: auto;
  }
}

.block-top-event {
  background-image: url(assets/img/common/bg-top-event@2x.jpg);
  background-size: cover;
  background-position: center center;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .block-top-event {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  .block-top-event {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.block-top-event .ttl {
  padding: 20px 30px;
  background-color: rgba(103, 103, 103, 0.6);
}

@media only screen and (min-width: 768px) {
  .block-top-event .ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 200px;
    padding: 0;
  }
}

@media print {
  .block-top-event .ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 200px;
    padding: 0;
  }
}

.block-top-event .right {
  padding: 25px 15px;
}

@media only screen and (min-width: 768px) {
  .block-top-event .right {
    -ms-flex: 1;
        flex: 1;
    padding: 30px 20px;
  }
}

@media print {
  .block-top-event .right {
    -ms-flex: 1;
        flex: 1;
    padding: 30px 20px;
  }
}

.block-top-event .right .wrapper-btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block-top-event .right .wrapper-btn {
    text-align: right;
  }
}

@media print {
  .block-top-event .right .wrapper-btn {
    text-align: right;
  }
}

.box {
    display: block;
	height: 600px
}

.card-top-course {
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
	    height: 300px;
}

.card-top-link {
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
	    height: 300px;
}

@media only screen and (min-width: 768px) {
  .card-top-course {
    margin-left: 0;
    margin-right: 0;
	width: 50%;
  }
  .card-top-course:hover {
    color: #fff;
  }
  .card-top-course:hover .thumb img {
    opacity: 0.85;
    transform: scale(1.03);
  }
  .card-top-course:hover .btn-base {
    text-shadow: none;
    background-color: #fff;
    color: #000;
  }
	.box {
    display: flex;
		height: auto;
}

.card-top-link {
    margin-left: 0;
    margin-right: 0;
	width: 50%;
  }
  .card-top-link:hover {
    color: #fff;
  }
  .card-top-link:hover .thumb img {
    opacity: 0.85;
    transform: scale(1.03);
  }
  .card-top-link:hover .btn-base {
    text-shadow: none;
    background-color: #fff;
    color: #000;
  }
}

@media print {
  .card-top-course {
    margin-left: 0;
    margin-right: 0;
  }
  .card-top-course:hover {
    color: #fff;
  }
  .card-top-course:hover .thumb img {
    opacity: 0.85;
    transform: scale(1.03);
  }
  .card-top-course:hover .btn-base {
    text-shadow: none;
    background-color: #fff;
    color: #000;
  }
	.card-top-link {
    margin-left: 0;
    margin-right: 0;
  }
  .card-top-link:hover {
    color: #fff;
  }
  .card-top-link:hover .thumb img {
    opacity: 0.85;
    transform: scale(1.03);
  }
  .card-top-link:hover .btn-base {
    text-shadow: none;
    background-color: #fff;
    color: #000;
  }
}

.card-top-course .thumb {
  position: relative;
  padding-bottom: 120%;
  background-color: #898989;
}
.card-top-link .thumb {
  position: relative;
  background-color: #898989;
}

@media only screen and (min-width: 768px) {
  .card-top-course .thumb {
    padding-bottom: 260px;
  }
	.card-top-link .thumb {
    padding-bottom: 260px;
  }
}

@media print {
  .card-top-course .thumb {
    padding-bottom: 260px;
  }
	.card-top-link .thumb {
    padding-bottom: 260px;
  }
}

.card-top-course .thumb img {
  opacity: 0.6;
  transition: all 0.6s ease;
}
.card-top-link .thumb img {
  opacity: 0.6;
  transition: all 0.6s ease;
}

.card-top-course .ttl {
  font-size: 32px;
  font-size: 3.2rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.card-top-link .ttl {
  font-size: 32px;
  font-size: 3.2rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.card-top-course .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.card-top-link .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.row-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-banner .col-banner {
  width: 50%;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .row-banner .col-banner {
    width: auto;
  }
}

@media print {
  .row-banner .col-banner {
    width: auto;
  }
}

.row-banner .col-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* ---------- 2021.01.26 add ---*/
.top-events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.loading-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  background-color: #000f35;
}

.loading-wrapper .loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}

.loading-wrapper .loading-logo img {
  width: 80px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .loading-wrapper .loading-logo img {
    width: 120px;
  }
}

@media print {
  .loading-wrapper .loading-logo img {
    width: 120px;
  }
}

/* ---------- 2026.03.03 ADD ---------- */
@media screen and (min-width: 768px) {
  .row-banner {
    max-width: 830px;
    margin: 0 auto;
  }
}
.footer .list-footer {
  margin-bottom: 20px;
}
.footer .footer-info {
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}
.card-view .btn .txt .txt-sm {
  display: block;
  font-size: 1.6rem;
}
.card-view .btn .icon {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .card-view .btn {
    width: 190px;
  }
}