/*
Theme Name: Chouseishibu2017
Theme URI: http://underscores.me/
Author: Me
Author URI: http://underscores.me/
Description: Custom theme: Chouseishibu2017, developed by Me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chouseishibu2017
Tags:
*/
@charset "UTF-8";
/*==================================
Bootstrap
==================================*/
* {
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* noto serif */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/NotoSerifCJKjp-ExtraLight.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/NotoSerifCJKjp-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSerifCJKjp-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/NotoSerifCJKjp-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/NotoSerifCJKjp-SemiBold.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSerifCJKjp-Bold.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/NotoSerifCJKjp-Black.otf") format('opentype');
}
/* font-family: 'Noto Serif Japanese', serif; */
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
html {
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  background-color: #ffffff;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;
}
a {
  text-decoration: none;
  color: #509F67;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus,
a:hover {
  color: #509F67;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0 0 20px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1220px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaaaaa;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active {
  background-color: #e8e8e8;
}
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success {
  background-color: #d0e9c6;
}
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info {
  background-color: #c4e3f3;
}
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning {
  background-color: #faf2cc;
}
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger {
  background-color: #ebcccc;
}
.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;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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;
  }
}
/* =====================
  all
===================== */
.logo {
  margin : 0 0 32px;
  text-align : center;
}
.header-bg {
  background : url("./img/header-bg-top.jpg") no-repeat;
  background-size : cover;
}
.header-bg-page {
  background : url("./img/header-bg-top.jpg") no-repeat;
}
.header-ttl {
  font-family : MyYuGothicM,YuGothic, serif;
  font-size : 42px;
  font-weight : bold;
  margin : 0 0 72px;
  padding : 150px 0;
  text-align : center;
  color : #fff;
  text-shadow : 0 0 22px #004010;
}
.header-ttl-page {
  padding : 150px 0 144px;
}
@media screen and (max-width: 767px) {
  img,iframe{
    width: 100%;
    height: auto;
  }
  .logo {
    overflow : hidden;
    margin-bottom : 20px;
  }
  .logo img {
    float : left;
    width : 78%;
    margin-top : 12px;
  }
  .header-bg {
    background : url("./img/header-bg-top.jpg") no-repeat;
    background-size : cover;
  }
  .header-bg-page {
    background : url("./img/header-bg-top.jpg") no-repeat;
  }
  .header-ttl {
    font-size : 6vmin;
    padding : 70px 0;
  }
}
/* =====================
  all
===================== */
.m20-b {
  margin-bottom : 20px;
}
.m40-b {
  margin-bottom : 40px;
}
.m60-b {
  margin-bottom : 60px;
}
.m80-b {
  margin-bottom : 80px;
}
.navi-bg {
  margin-bottom : 20px;
  background : #50a068;
}
.navi-bg-page {
  margin-bottom : 0;
}
.nav {
  display : table;
  width : 100%;
  margin : 0;
  padding : 0;
  list-style : none;
}
.nav li {
  position : relative;
  display : table-cell;
  text-align : center;
  vertical-align : middle;
}
.nav li a {
  font-size : 20px;
  display : block;
  padding : 24px 12px;
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  color : #fff;
}
.nav li a:hover {
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  text-decoration : none;
  color : #509f67;
  background : rgba(255,255,255,.8);
}
.nav li .sub-menu {
  position : absolute;
  z-index : 2;
  top : 76px;
  left : 0;
  display : none;
  width : 100%;
  padding : 0;
  background : #509f67;
}
.nav li .sub-menu li {
  display : inline;
  width : 100%;
}
.nav li .sub-menu a {
  font-size : 20px;
  display : block;
  padding : 24px 12px;
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  color : #fff;
}
@media screen and (max-width: 767px) {
  .sub-menu-wrap {
    border-bottom : 1px solid #fff;
  }
  .sp-nav-list {
    position : absolute;
    z-index : 100;
    top : 80px;
    width : 100%;
  }
  #spnav {
    z-index : 100;
    display : none;
    width : 100%;
    padding : 0;
    list-style : none;
    background : #2c513a;
  }
  #spnav li, #spnav li a {
    color : #fff;
  }
  #spnav li {
    position : relative;
    border-bottom : 1px solid #fff;
  }
  #spnav li a {
    position : relative;
    display : block;
    padding : 20px 12px 20px 20px;
  }
  #spnav li a::before {
    position : absolute;
    top : 50%;
    left : 10px;
    display : block;
    width : 6px;
    height : 6px;
    margin-top : -3px;
    content : "";
    -webkit-transform : rotate(45deg);
            transform : rotate(45deg);
    border-top : 1px solid #fff;
    border-right : 1px solid #fff;
  }
  #spnav li .sub-menu, #spnav li .sub-menu2 {
    display : none;
    padding-left : 0;
    list-style : none;
  }
  #spnav li .sub-menu li, #spnav li .sub-menu2 li {
    padding-left : 20px;
    border-bottom : 0;
  }
  #spnav li .sub-menu li:last-of-type, #spnav li .sub-menu2 li:last-of-type {
    border-bottom : 0;
  }
  #spnav li a#sub-menu-link, #spnav li a#sub-menu-link2 {
    font-size : 20px;
    position : absolute;
    top : 0;
    right : 0;
    padding : 16px;
  }
  #spnav li a#sub-menu-link2::before, #spnav li a#sub-menu-link::before {
    display : none;
    border : 0;
  }
  #spnav li a#sub-menu-link i, #spnav li a#sub-menu-link2 i {
    margin : 0;
  }
  .m20-b-sp {
    margin-bottom : 20px;
  }
}
/* =====================
  all
===================== */
.catch-ttl {
  font-family : "Noto Serif Japanese", serif;
  font-size : 34px;
  margin-bottom : 32px;
  text-align : center;
  color : #509f67;
}
.catch-txt {
  font-size : 20px;
  margin-bottom : 86px;
  text-align : center;
  color : #111;
}
@media screen and (max-width: 767px) {
  .catch-ttl {
    font-size : 4.7vmin;
    margin-bottom : 28px;
  }
  .catch-txt {
    font-size : 3.9vmin;
    margin-bottom : 60px;
  }
}
/* =====================
  all
===================== */
.main {
  margin-bottom : 122px;
}
.row-top {
  margin-right : -40px;
  margin-left : -40px;
}
.left {
  position : relative;
  float : right;
  width : 70.313%;
  min-height : 1px;
  padding-right : 40px;
  padding-left : 40px;
}
.right {
  position : relative;
  float : left;
  width : 29.688%;
  min-height : 1px;
  padding-right : 40px;
  padding-left : 40px;
}
.imghover:hover {
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  opacity : .7;
}
@media screen and (max-width: 767px) {
  .main {
    margin-bottom : 20px;
  }
  .row-top {
    margin-right : 0;
    margin-left : 0;
  }
  .left {
    padding-right : 0;
    padding-left : 0;
  }
  .right {
    padding-right : 0;
    padding-left : 0;
  }
}
/* =====================
  all
===================== */
.info-heading-wrap {
  overflow : hidden;
  margin-bottom : 32px;
  border-bottom : 2px solid #509f67;
}
.info-heading {
  font-size : 22px;
  line-height : 1.4;
  position : relative;
  float : left;
  margin-top : 0;
  padding-left : 46px;
  color : #509f67;
  background : url("./img/icon-ttl.gif") no-repeat;
}
.pastinfo {
  font-size : 14px;
  float : right;
  margin-top : 0;
  padding : 4px 8px 4px 16px;
  color : #fff;
  background : #333;
}
.pastinfo:hover {
  color : #fff;
}
.fa {
  margin-right : 4px;
}
@media screen and (max-width: 767px) {
.pastinfo{
  margin-bottom: 40px;
}
}
/* =====================
  all
===================== */
.info-list {
  overflow : hidden;
  width : 100%;
  padding : 0;
  border-bottom : 1px dotted #8e876a;
}
.info-list dd {
  display : block;
  float : left;
  width : 76%;
}
.info-list dt {
  display : block;
  float : left;
  clear : left;
  width : 24%;
}
.date {
  font-size : 18px;
  font-weight : normal;
  margin : 0 16px 0 0;
}
.info-category {
  font-size : 10px;
  display : inline-block;
  margin : 0 8px 0 0;
  padding : 3px 10px;
  text-align : center;
  vertical-align : text-bottom;
  color : #fff;
}
.news.info-category {
  background : #509f67;
}
.info-list-link {
  font-size : 18px;
  font-weight : bold;
  display : block;
  margin-bottom : 16px;
  text-decoration : underline;
}
.info-list-txt {
  font-size : 16px;
}
@media screen and (max-width: 767px) {
  .date {
    font-size : 4vmin;
  }
  .info-list-sp {
    padding : 0 0 16px;
    list-style : none;
    border-bottom : 1px dotted #8e876a;
  }
  .info-list-sp:last-of-type {
    border : none;
  }
  .info-list-sp time {
    font-size : 20px;
    color : #333;
  }
  .info-list-sp h3, .info-list-sp h3 a {
    font-size : 20px;
    font-weight : normal;
    margin : 0;
    color : #2f6748;
  }
  .main-content .info-list-sp p {
    margin-bottom : 10px;
  }
}
/* =====================
  all
===================== */
.side-ttl-wrap {
  border : 1px solid #509f67;
  background : #509f67;
}
.side-ttl, .widget-title {
  font-size : 22px;
  margin : 0;
  padding : 16px 0;
  text-align : center;
  color : #fff;
}
.side-txt {
  font-size : 16px;
  margin-bottom : 12px;
  padding : 12px;
  border : 1px solid #509f67;
}
.zoom {
  overflow : hidden;
  width : 300px;
  height : 250px;
  margin-bottom : 16px;
}
.zoom2 {
  height : 250px;
}
.zoom img {
  -webkit-transition : .3s ease-in-out;
          transition : .3s ease-in-out;
  -webkit-transform : scale(1);
          transform : scale(1);
}
.zoom img:hover {
  -webkit-transform : scale(1.1);
          transform : scale(1.1);
}
@media screen and (max-width: 767px) {
  .img-responsive, .zoom {
    width : 100%;
    height : auto;
  }
  .zoom {
    margin-bottom : 40px;
  }
}
/* =====================
  all
===================== */
.shibu {
  margin-bottom : 122px;
}
.shibu-heading {
  font-family : "Noto Serif Japanese", serif;
  font-size : 34px;
  font-weight : bold;
  margin-bottom : 48px;
  text-align : center;
  color : #509f67;
}
.shibu-heading-txt {
  font-size : 18px;
  margin-bottom : 44px;
  text-align : center;
}
.row-shibu {
  margin-right : -37.5px;
  margin-left : -37.5px;
}
.col-shibu-4 {
  position : relative;
  float : left;
  width : 33.334%;
  min-height : 1px;
  min-height : 421px;
  padding-right : 37.5px;
  padding-left : 37.5px;
}
.zoom-shibu {
  overflow : hidden;
  width : 350px;
  height : 230px;
  border : 4px solid #cce3d6;
}
.shibu-ttl {
  font-family : "Noto Serif Japanese", serif;
  font-size : 28px;
  font-weight : bold;
  margin : 20px 0 22px;
  color : #509f67;
}
.shibu-txt {
  font-size : 18px;
}
@media screen and (max-width: 767px) {
  .shibu {
    margin-bottom : 0;
  }
  .col-shibu-4, .left, .right {
    width : 100%;
  }
  .shibu-heading {
    font-size : 4.8vmin;
    margin-bottom : 24px;
  }
  .shibu-heading-txt {
    font-size : 2.7vmin;
    margin-bottom : 28px;
  }
  .row-shibu {
    margin-right : 0;
    margin-left : 0;
  }
  .col-shibu-4 {
    position : relative;
    float : left;
    width : 100%;
    min-height : 1px;
    min-height : 421px;
    padding-right : 0;
    padding-left : 0;
  }
}
/* =====================
  footer
===================== */
.footer {
  font-size : 16px;
  padding : 38px 0 0;
  color : #111;
  background : #ffefdf;
}
.row-bnr {
  margin-right : -37.5px;
  margin-bottom : 80px;
  margin-left : -37.5px;
}
.col-bnr-4 {
  position : relative;
  float : left;
  width : 33.334%;
  min-height : 1px;
  padding-right : 37.5px;
  padding-left : 37.5px;
}
.footer-link {
  margin-bottom : 40px;
}
.footer-link-ul a {
  color : #111;
}
.footer-logobg {
  overflow : hidden;
  padding : 12px 0;
  background : #fff;
}
.footer-address {
  font-size : 10px;
  float : left;
  margin : 20px 0 0 20px;
}
.footer-copy-wrap {
  font-size : 16px;
  padding : 8px 0;
  text-align : center;
  color : #fff;
  background : #2c513b;
}
@media screen and (max-width: 767px) {
  .footer {
    padding : 0;
    background : transparent;
  }
  .row-bnr {
    margin-right : -10px;
    margin-bottom : 40px;
    margin-left : -10px;
  }
  .col-bnr-4 {
    position : relative;
    float : left;
    width : 33.33333333%;
    min-height : 1px;
    padding-right : 10px;
    padding-left : 10px;
  }
  .shibu-bd {
    margin-bottom : 0;
    border : 4px solid #cce3d6;
  }
  .footer-link-ul {
    font-size : 2vmin;
  }
  .footer-logo {
    width : 100%;
    height : auto;
  }
  .footer-address {
    font-size : 3.8vmin;
    display : block;
    float : none;
    margin : 12px 0 0;
    text-align : center;
  }
  .footer-bnr {
    margin-bottom : 40px;
  }
  .footer-copy-wrap {
    font-size : 3vmin;
  }
}
/* =====================
  all
===================== */
.breadcrumb-wrap {
  margin-bottom : 40px;
  padding : 14px 24px;
  background : #509f67;
}
.breadcrumbs, .breadcrumbs a {
  font-size : 20px;
  color : #fff;
}
.breadcrumbs a:hover {
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  text-decoration : none;
  opacity : .7;
}
@media screen and (max-width: 767px) {
  .breadcrumbs, .breadcrumbs a {
    font-size : 4vmin;
  }
}
/* =====================
  all
===================== */
.page-ttl {
  font-family : "Noto Serif Japanese", serif;
  font-size : 34px;
  margin-bottom : 44px;
  color : #2c5139;
}
.main-content p {
  font-size : 18px;
  line-height : 1.6;
  margin-bottom : 40px;
}
.hr {
  margin-bottom : 40px;
  border-bottom : 4px solid #2c5139;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    font-size : 8vmin;
  }
}
/* =====================
  all
===================== */
.menu-trigger, .menu-trigger span {
  display : inline-block;
  box-sizing : border-box;
  transition : all .4s;
}
.menu-trigger {
  font-size : 11px;
  line-height : 1;
  position : relative;
  width : 62px;
  height : 55px;
  padding : 0 10px;
  -webkit-border-radius : 4px;
     -moz-border-radius : 4px;
          border-radius : 4px;
  background-color : #36785e;

      -ms-border-radius : 4px;
       -o-border-radius : 4px;
}
.menu-trigger span {
  position : absolute;
  right : 0;
  left : 0;
  width : 48%;
  height : 4px;
  margin : auto;
  border-radius : 4px;
  background-color : #fff;
}
.menu-trigger span:nth-of-type(1) {
  top : 9px;
}
.menu-trigger span:nth-of-type(2) {
  top : 17px;
}
.menu-trigger span:nth-of-type(3) {
  bottom : 26px;
}
.menu-trigger::after {
  font-size : 10px;
  position : absolute;
  bottom : 9px;
  left : 0;
  display : block;
  width : 100%;
  content : "メニュー";
  transition : all .4s;
  text-align : center;
  text-decoration : none;
  color : #fff;
}
.menu-trigger.active::after {
  bottom : 9px;
  content : "CLOSE";
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform : translateY(8px) rotate(-45deg);
          transform : translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity : 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform : translateY(-8px) rotate(45deg);
          transform : translateY(-8px) rotate(45deg);
}
.sp-nav {
  position : absolute;
  top : 8px;
  right : 8px;
}
/* =====================
  archive
===================== */
.archive-wrap {
  margin-bottom : 12px;
}
@media screen and (max-width: 767px) {
  .archive-wrap {
    margin-bottom : 12px;
  }
}
/* =====================
  page
===================== */
.rules {
  border : 1px solid #ccc;
}
.bd-l {
  font-size : 20px;
  line-height : 30px;
  position : relative;
  padding-left : 8px;
  color : #1f503e;
  border-left : 5px solid #23503e;
}
.bd-l::after {
  position : absolute;
  right : 0;
  bottom : -4px;
  left : -5px;
  width : 100%;
  content : "";
  border-bottom : 1px solid #ccc;
}
.main-content p.circle-ttl {
  font-size : 20px;
  margin-bottom : 20px;
  color : #1f503e;
}
.main-content p.circle-ttl2 {
  margin-bottom : 0;
}
#tablepress-1, #tablepress-2,#tablepress-3,#tablepress-4,#tablepress-5,#tablepress-6, #history100
.tablepress tbody td, .tablepress tfoot th, #history100 td {
  font-size : 16px;
  padding : 8px;
  border : 1px solid #36785e;
}
.tablepress tbody td {
  vertical-align : middle;
}
.tablepress tfoot th, .tablepress thead th {
  font-weight : 700;
  vertical-align : middle;
  color : #fff;
  background-color : #509f67 !important;
}

.tablepress .column-1,
.tablepress .column-2{
  border-right: 1px solid #509f67;
}
.tablepress th.column-1,
.tablepress th.column-2{
  border-right: 1px solid #fff;
}
/* =====================
  contact
===================== */
.contact button, .contact input, .contact select, .contact textarea {
  margin : 0;
  padding : 0;
  border : none;
  border-radius : 0;
  outline : none;
  background : none;

  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
}
.contact input, .contact select, .contact textarea {
  font-size : 16px;
  width : 100%;
  padding : 9px 8px;
  border : 1px solid #bbb;
}
.contact label {
  position : relative;
}
.contact label::after {
  position : absolute;
  top : -3px;
  right : 24px;
  width : 8px;
  height : 8px;
  content : "▼";
}
.mw_wp_form_confirm label::after {
  position : absolute;
  top : -3px;
  right : 24px;
  width : 8px;
  height : 8px;
  content : "";
}
.main-content p.agreement {
  font-size : 16px;
  margin-bottom : 0;
  padding-top : 12px;
}
.main-content p.agreement-txt {
  font-size : 16px;
  margin-bottom : 40px;
}
.contact {
  overflow : hidden;
  width : 100%;
  margin-bottom : 20px;
  word-wrap : break-word;
  word-break : break-all;
  border : 1px solid #bbb;
}
.submit {
  font-size : 0;
  display : inline-block;
  width : 100%;
  margin-bottom : 40px;
  padding : 0;
  list-style : none;
  text-align : center;
}
.submit li {
  font-size : 14px;
  display : inline-block;
}
.submit button, .submit input[type="submit"] {
  padding : 0;
  cursor : pointer;
  border : none;
  outline : none;
  background-color : transparent;

  appearance : none;
}
.submit input[type="submit"].back-btn2 {
  width : 90px;
  height : 50px;
  margin-right : 20px;
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  color : #fff;
  background : #888;
}
.submit input[type="submit"] {
  width : 190px;
  height : 50px;
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  color : #fff;
  background : #36785e;
}
.submit input[type="submit"].back-btn2:hover, .submit input[type="submit"]:hover {
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  opacity : .6;
}
.form1 {
  width : 100%;
  padding : 3px 8px;
}
.require {
  color : #ff2626;
}
.optional {
  color : #2626ff;
}
.contact th {
  font-size : 100%;
  font-weight : bold;
  font-style : normal;
  overflow : hidden;
  width : 30%;
  padding : 6px 8px 5px;
  text-align : left;
  vertical-align : top;
  word-wrap : break-word;
  word-break : break-all;
  color : #666;
  border : 1px solid #bbb;
}
.contact td {
  overflow : hidden;
  padding : 12px 10px;
  text-align : left;
  vertical-align : top;
  word-wrap : break-word;
  word-break : break-all;
  color : #595960;
  border : 1px solid #bbb;
  background-color : #fff;
}
.thanks-txt {
  margin-bottom : 20px;
  padding : 20px 10px;
  color : #fff;
  background : #36785e;
}
.thanks-top {
  font-size : 16px;
  display : inline-block;
  padding : 7px 49px;
  color : #000;
  border : 1px solid #36785e;
}
input.form2 {
  width : 40%;
}
input.form3 {
  width : 16%;
  margin : 0 4px;
}
@media (max-width: 767px) {
  .contact th {
    display : block;
    width : 100%;
    margin : 0 auto;
    border : none;
    border-radius : 3px;
  }
  .contact td {
    display : list-item;
    width : 100%;
    border-top : none !important;
  }
}
/* =====================
  page-navi
===================== */
.wp-pagenavi {
  clear : both;
  text-align : center;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin : 0 2px;
  padding : 8px 14px;
  -webkit-transition : .2s ease-in-out;
     -moz-transition : .2s ease-in-out;
       -o-transition : .2s ease-in-out;
          transition : .2s ease-in-out;
  text-align : center;
  white-space : nowrap;
  text-decoration : none;
  color : #509f67;
  border : thin solid #bfbfbf;
  background-color : #fff;
}
.wp-pagenavi a:hover {
  color : #fff;
  background-color : #bfbfbf;
}
.wp-pagenavi span.current {
  color : #fff;
  background-color : #bfbfbf;
}
/* =====================
  backnumber
===================== */
#tablepress-2.tablepress tbody td, .tablepress tfoot th {
  width : 33%;
}
@media screen and (max-width: 767px) {
  #tablepress-2.tablepress tbody tr.row-1 td.column-1, #tablepress-2.tablepress tbody tr.row-13 td.column-1, #tablepress-2.tablepress tbody tr.row-19 td.column-1, #tablepress-2.tablepress tbody tr.row-25 td.column-1, #tablepress-2.tablepress tbody tr.row-7 td.column-1 {
    display : block;
    width : 100%;
    color : #fff;
    background : #509f67;
  }
  #tablepress-2.tablepress tbody tr:first-child td {
    display : block;
    width : 100%;
    border-top : 1px solid #ddd;
  }
  #tablepress-2.tablepress tbody tr td {
    display : block;
    width : 100%;
  }
}/* =====================
  all
===================== */
.ttl-green {
  font-family : "Noto Serif Japanese";
  font-weight : 500;
  margin-bottom : 40px;
  color : #2c5139;
}
.page-link {
  padding : 0;
  list-style : none;
}
.underline {
  width : 90%;
  padding-bottom : 4px;
  border-bottom : 2px solid #7c9689;
}
.page-link {
  font-family : "Noto Serif Japanese";
  font-size : 24px;
  font-weight : 500;
  position : relative;
  display : inline-block;
  padding : 0 0 0 22px;
  color : #333;
}
.page-link span {
  font-size : 12px;
  position : absolute;
  top : 10px;
  left : 0;
}
.page-link:hover {
  text-decoration : none;
}
#tablepress-3 .row-1 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-link{
    font-size: 4.2vmin;
  }
  .page-link span{
    top:4px;
  }
}
/* =====================
  contact
===================== */
.contact button, .contact input, .contact select, .contact textarea {
  margin : 0;
  padding : 0;
  border : none;
  border-radius : 0;
  outline : none;
  background : none;

  -webkit-appearance : none;
     -moz-appearance : none;
          appearance : none;
}
.contact input, .contact select, .contact textarea {
  font-size : 16px;
  width : 100%;
  padding : 9px 8px;
  border : 1px solid #bbb;
}
.contact label {
  position : relative;
}
.contact label::after {
  position : absolute;
  top : -3px;
  right : 24px;
  width : 8px;
  height : 8px;
  content : "▼";
}
.mw_wp_form_confirm label::after {
  position : absolute;
  top : -3px;
  right : 24px;
  width : 8px;
  height : 8px;
  content : "";
}
.main-content p.agreement {
  font-size : 16px;
  margin-bottom : 0;
  padding-top : 12px;
}
.main-content p.agreement-txt {
  font-size : 16px;
  margin-bottom : 40px;
}
.contact {
  overflow : hidden;
  width : 100%;
  margin-bottom : 20px;
  word-wrap : break-word;
  word-break : break-all;
  border : 1px solid #bbb;
}
.submit {
  font-size : 0;
  display : inline-block;
  width : 100%;
  margin-bottom : 40px;
  padding : 0;
  list-style : none;
  text-align : center;
}
.submit li {
  font-size : 14px;
  display : inline-block;
}
.submit button, .submit input[type="submit"] {
  padding : 0;
  cursor : pointer;
  border : none;
  outline : none;
  background-color : transparent;

  appearance : none;
}
.submit input[type="submit"].back-btn2 {
  width : 90px;
  height : 50px;
  margin-right : 20px;
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  color : #fff;
  background : #888;
}
.submit input[type="submit"] {
  width : 190px;
  height : 50px;
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  color : #fff;
  background : #36785e;
}
.submit input[type="submit"].back-btn2:hover, .submit input[type="submit"]:hover {
  -webkit-transition : all .2s;
       -o-transition : all .2s;
          transition : all .2s;
  opacity : .6;
}
.form1 {
  width : 100%;
  padding : 3px 8px;
}
.require {
  color : #ff2626;
}
.optional {
  color : #2626ff;
}
.contact th {
  font-size : 100%;
  font-weight : bold;
  font-style : normal;
  overflow : hidden;
  width : 30%;
  padding : 6px 8px 5px;
  text-align : left;
  vertical-align : top;
  word-wrap : break-word;
  word-break : break-all;
  color : #666;
  border : 1px solid #bbb;
}
.contact td {
  overflow : hidden;
  padding : 12px 10px;
  text-align : left;
  vertical-align : top;
  word-wrap : break-word;
  word-break : break-all;
  color : #595960;
  border : 1px solid #bbb;
  background-color : #fff;
}
.thanks-txt {
  margin-bottom : 20px;
  padding : 20px 10px;
  color : #fff;
  background : #36785e;
}
.thanks-top {
  font-size : 16px;
  display : inline-block;
  padding : 7px 49px;
  color : #000;
  border : 1px solid #36785e;
}
input.form2 {
  width : 40%;
}
input.form3 {
  width : 16%;
  margin : 0 4px;
}
@media (max-width: 767px) {
  .contact th {
    display : block;
    width : 100%;
    margin : 0 auto;
    border : none;
    border-radius : 3px;
  }
  .contact td {
    display : list-item;
    width : 100%;
    border-top : none !important;
  }
}
/* =====================
  all
===================== */
/* =====================
  all
===================== */
/* =====================
  all
===================== */
/* =====================
  all
===================== */
/* =====================
  all
===================== */
/* =====================
  all
===================== */