@import url(./util/icn_hpmc/hpmc.css);
.hpmc-font,
#contents .download .btn p:after,
#top_contents .download .btn p:after,
#contents .download #sidenavi ul.textBtnLink a p:after,
#sidenavi ul.textBtnLink #contents .download a p:after,
#top_contents .download a p:after,
#contents .download #pageTop p:after,
#contents .banner-large a[target="_blank"]:before,
#sidenavi ul.textLink a:after,
#front-nav a:after,
.pager .next:before,
.pager .prev:before,
footer #pageTop:after,
.btn:after,
#sidenavi ul.textBtnLink a:after,
#pageTop:after,
.btn.back:before,
#sidenavi ul.textBtnLink a.back:before,
.back#pageTop:before,
#sitemap_overlay nav a:after,
#contents article .related_article ul a:after,
.article-list dl dd a:before,
dl.article-list dd a:before,
#titleArea h1 span:before {
  font-family: "hpmc";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 25px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #e1e9e7;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #e1e9e7;
  border-radius: 2px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 25px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 23px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  white-space: nowrap;
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #eee;
  }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5498eb!important;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-Thin.woff") format("woff"),
    url("../font/NotoSansCJKjp-Thin.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-Light.woff") format("woff"),
    url("../font/NotoSansCJKjp-Light.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"),
    url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-Regular.woff") format("woff"),
    url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-Medium.woff") format("woff"),
    url("../font/NotoSansCJKjp-Medium.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-Bold.woff") format("woff"),
    url("../font/NotoSansCJKjp-Bold.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff2") format("woff2"),
    url("../font/NotoSansCJKjp-Black.woff") format("woff"),
    url("../font/NotoSansCJKjp-Black.ttf") format("truetype"),
    url("../font/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  color: #111;
  font-family: "Noto Sans Japanese", 游ゴシック体, YuGothic-M, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4em;
  word-wrap: break-word;
  background-color: #fff;
}
a {
  color: #111;
  text-decoration: none;
}
a:after {
  transition: color 0.5s;
}
a:hover {
  text-decoration: underline;
}
a:hover:after {
  color: #fcfef8 !important;
}
p a {
  text-decoration: underline;
}
ul {
  margin: 0;
}
figure {
  margin: 0;
}
#main section {
  margin: 30px auto;
  position: relative;
  padding-left:10px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #111;
}
h2 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}
#main {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 960px;
  margin: auto;
}

@media screen and (max-width: 769px) {
  body:not(.no-rp) #main {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) .topicspath {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#contents {
  margin-top: 30px;
  width: 730px;
  min-height: 700px;
  float: left;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents {
    width: 100%;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    min-height: inherit;
  }
}
#sidenavi {
  margin-top: 30px;
  width: 200px;
  float: right;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #sidenavi {
    display: none;
  }
}
#contents [class^="col"] {
  position: relative;
}
#contents [class^="col"] .to-list {
  right: 10px;
}
#contents a {
  text-decoration: underline;
}
#contents a:hover {
  text-decoration: none;
}
#contents #story-main h2 {
  margin-top: 2em;
}
#contents h2 {
  font-size: 1.9em;
  border-bottom: 1px solid #5498eb;
  margin-top: 2em;
  line-height: 1.2em;
  padding-bottom: 0.6em;
}
#contents h2:first-of-type {
  margin-top: 0;
}
#contents h2 span {
  font-size: 0.4em;
  display: inline-block;
  vertical-align: middle;
}
#contents h2 p {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents h2 {
    font-size: 1.7em;
    padding-bottom: 0.4em;
  }
}
#contents .btnArea {
  background-color: #eae6e0;
  text-align: center;
  padding: 1.2em 0;
  margin: 2em 0;
}
#contents .btnArea .btn,
#contents .btnArea #sidenavi ul.textBtnLink a,
#sidenavi ul.textBtnLink #contents .btnArea a,
#contents .btnArea #pageTop {
  padding-left: 5em;
  padding-right: 5em;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents .btnArea {
    margin: 0.5em -10px;
  }
  body:not(.no-rp) #contents .btnArea .btn,
  body:not(.no-rp) #contents .btnArea #sidenavi ul.textBtnLink a,
  #sidenavi ul.textBtnLink body:not(.no-rp) #contents .btnArea a,
  body:not(.no-rp) #contents .btnArea #pageTop {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
#contents .leadtxt {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.2em;
  line-height: 1.6em;
}
#contents .download,
#top_contents .download {
  background-color: #eae6e0;
  padding: 20px 15px 60px;
  text-align: right;
}
#contents .download h2,
#top_contents .download h2 {
  margin: 0.4em 0 0 0;
  padding: 0;
  border-bottom: none;
  float: left;
  text-align:left;
}
#contents .download h2 p,
#top_contents .download h2 p {
  text-align: left;
}
#contents .download .btn,
#top_contens .download .btn,
#contents .download #sidenavi ul.textBtnLink a,
#sidenavi ul.textBtnLink #contents .download a,
#top_contents .download a,
#contents .download #pageTop {
  position: relative;
  padding: 10px 10px;
  margin: 0 3px;
  font-size: 1.3em;
}
#contents .download .btn p,
#top_contents .download .btn p,
#contents .download #sidenavi ul.textBtnLink a p,
#sidenavi ul.textBtnLink #contents .download a p,
#contents .download #pageTop p {
  line-height: 0.9em;
  margin: 0;
  padding: 5px 0.9em;
  float: left;
  position: relative;
}
#contents .download .btn p:after,
#top_contents .download .btn p:after,
#contents .download #sidenavi ul.textBtnLink a p:after,
#sidenavi ul.textBtnLink #contents .download a p:after,
#contents .download #pageTop p:after {
  content: "\EA09";
  color: #fff;
  position: absolute;
  bottom: -0.7em;
  left: 0;
  right: 0;
  transform: rotate(90deg);
}
#contents .download .btn span,
#contents .download #sidenavi ul.textBtnLink a span,
#sidenavi ul.textBtnLink #contents .download a span,
#contents .download #pageTop span {
  font-size: 0.6em;
  font-weight: 200;
}
#contents .download .btn:after,
#contents .download #sidenavi ul.textBtnLink a:after,
#sidenavi ul.textBtnLink #contents .download a:after,
#contents .download #pageTop:after {
  display: none;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents .download .btn,
  body:not(.no-rp) #contents .download #sidenavi ul.textBtnLink a,
  #sidenavi ul.textBtnLink body:not(.no-rp) #contents .download a,
  body:not(.no-rp) #contents .download #pageTop {
    margin: 5px 0;
  }
  body:not(.no-rp) #contents .download .btn p,
  body:not(.no-rp) #contents .download #sidenavi ul.textBtnLink a p,
  #sidenavi ul.textBtnLink body:not(.no-rp) #contents .download a p,
  body:not(.no-rp) #contents .download #pageTop p {
    float: none;
    margin-left: 60px;
  }
}
#contents .download img,
#top_contents .download img {
  max-width: 60px;
  float: left;
}
#contents .banner-large {
  margin-top: 50px;
  margin-bottom: 20px;
}
#contents .banner-large a {
  display: block;
  border: 1px solid;
  border-color: #eae6e0;
  height: 100%;
  text-decoration: none;
  transition: border-color 0.5s;
  text-align: center;
}
#contents .banner-large a:hover {
  border-color: #514839;
}
#contents .banner-large a img {
  vertical-align: bottom;
  max-width: 100%;
}
#contents .banner-large a[target="_blank"] {
  position: relative;
}
#contents .banner-large a[target="_blank"]:before {
  content: "\EA14";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 5px;
}
#contents .banner-large p {
  text-align: left;
  margin: 0;
  padding: 1em;
  border-top: 1px solid #eae6e0;
}
[class*="grid"] {
  box-sizing: border-box;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.ie8 [class*="grid"] {
  padding: 0;
}
.col,
[class*="col-"] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 10px 20px;
}
.ie8 .col,
.ie8 [class*="col-"] {
  padding: 0;
}
.col {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.grid.col,
.grid[class*="col-"] {
  margin: 0;
  padding: 0;
}
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class*="col"] {
  padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
  -ms-flex-pack: center;
  justify-content: center;
}
[class*="grid-"][class*="-right"] {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="grid-"][class*="-top"] {
  -ms-flex-align: start;
  align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
  -ms-flex-align: center;
  align-items: center;
}
[class*="grid-"][class*="-bottom"] {
  -ms-flex-align: end;
  align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
  -ms-flex-direction: column;
  flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
}
[class*="grid-"][class*="-equalHeight"] > [class*="col"] > * {
  -ms-flex: 1;
  flex: 1;
}
[class*="grid-"][class*="-noBottom"] > [class*="col"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
[class*="col-"][class*="-bottom"] {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  -ms-flex-order: -1;
  order: -1;
}
[class*="col-"][class*="-last"] {
  -ms-flex-order: 1;
  order: 1;
}
[class*="grid-1"] > .col,
[class*="grid-1"] > [class*="col-"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > .col,
[class*="grid-2"] > [class*="col-"] {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > .col,
[class*="grid-3"] > [class*="col-"] {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="grid-4"] > .col,
[class*="grid-4"] > [class*="col-"] {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > .col,
[class*="grid-5"] > [class*="col-"] {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > .col,
[class*="grid-6"] > [class*="col-"] {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="grid-7"] > .col,
[class*="grid-7"] > [class*="col-"] {
  -ms-flex-preferred-size: 14.28571%;
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}
[class*="grid-8"] > .col,
[class*="grid-8"] > [class*="col-"] {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > .col,
[class*="grid-9"] > [class*="col-"] {
  -ms-flex-preferred-size: 11.11111%;
  flex-basis: 11.11111%;
  max-width: 11.11111%;
}
[class*="grid-10"] > .col,
[class*="grid-10"] > [class*="col-"] {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > .col,
[class*="grid-11"] > [class*="col-"] {
  -ms-flex-preferred-size: 9.09091%;
  flex-basis: 9.09091%;
  max-width: 9.09091%;
}
[class*="grid-12"] > .col,
[class*="grid-12"] > [class*="col-"] {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
@media screen and (max-width: 80em) {
  [class*="_lg-1"] > .col,
  [class*="_lg-1"] > [class*="col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > .col,
  [class*="_lg-2"] > [class*="col-"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > .col,
  [class*="_lg-3"] > [class*="col-"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_lg-4"] > .col,
  [class*="_lg-4"] > [class*="col-"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > .col,
  [class*="_lg-5"] > [class*="col-"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > .col,
  [class*="_lg-6"] > [class*="col-"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_lg-7"] > .col,
  [class*="_lg-7"] > [class*="col-"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_lg-8"] > .col,
  [class*="_lg-8"] > [class*="col-"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > .col,
  [class*="_lg-9"] > [class*="col-"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_lg-10"] > .col,
  [class*="_lg-10"] > [class*="col-"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > .col,
  [class*="_lg-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_lg-12"] > .col,
  [class*="_lg-12"] > [class*="col-"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (max-width: 64em) {
  [class*="_md-1"] > .col,
  [class*="_md-1"] > [class*="col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > .col,
  [class*="_md-2"] > [class*="col-"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > .col,
  [class*="_md-3"] > [class*="col-"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_md-4"] > .col,
  [class*="_md-4"] > [class*="col-"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > .col,
  [class*="_md-5"] > [class*="col-"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > .col,
  [class*="_md-6"] > [class*="col-"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_md-7"] > .col,
  [class*="_md-7"] > [class*="col-"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_md-8"] > .col,
  [class*="_md-8"] > [class*="col-"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > .col,
  [class*="_md-9"] > [class*="col-"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_md-10"] > .col,
  [class*="_md-10"] > [class*="col-"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > .col,
  [class*="_md-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_md-12"] > .col,
  [class*="_md-12"] > [class*="col-"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (max-width: 48em) {
  [class*="_sm-1"] > .col,
  [class*="_sm-1"] > [class*="col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > .col,
  [class*="_sm-2"] > [class*="col-"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > .col,
  [class*="_sm-3"] > [class*="col-"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_sm-4"] > .col,
  [class*="_sm-4"] > [class*="col-"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > .col,
  [class*="_sm-5"] > [class*="col-"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > .col,
  [class*="_sm-6"] > [class*="col-"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_sm-7"] > .col,
  [class*="_sm-7"] > [class*="col-"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_sm-8"] > .col,
  [class*="_sm-8"] > [class*="col-"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > .col,
  [class*="_sm-9"] > [class*="col-"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_sm-10"] > .col,
  [class*="_sm-10"] > [class*="col-"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > .col,
  [class*="_sm-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_sm-12"] > .col,
  [class*="_sm-12"] > [class*="col-"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > .col,
  [class*="_xs-1"] > [class*="col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > .col,
  [class*="_xs-2"] > [class*="col-"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > .col,
  [class*="_xs-3"] > [class*="col-"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_xs-4"] > .col,
  [class*="_xs-4"] > [class*="col-"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > .col,
  [class*="_xs-5"] > [class*="col-"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > .col,
  [class*="_xs-6"] > [class*="col-"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_xs-7"] > .col,
  [class*="_xs-7"] > [class*="col-"] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_xs-8"] > .col,
  [class*="_xs-8"] > [class*="col-"] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > .col,
  [class*="_xs-9"] > [class*="col-"] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_xs-10"] > .col,
  [class*="_xs-10"] > [class*="col-"] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > .col,
  [class*="_xs-11"] > [class*="col-"] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_xs-12"] > .col,
  [class*="_xs-12"] > [class*="col-"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
[class*="grid"] > [class*="col-1"] {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
[class*="grid"] > [class*="col-2"] {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="grid"] > [class*="col-3"] {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid"] > [class*="col-4"] {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="grid"] > [class*="col-5"] {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
[class*="grid"] > [class*="col-6"] {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid"] > [class*="col-7"] {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
[class*="grid"] > [class*="col-8"] {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
[class*="grid"] > [class*="col-9"] {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
[class*="grid"] > [class*="col-10"] {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
[class*="grid"] > [class*="col-11"] {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
[class*="grid"] > [class*="col-12"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%;
}
[class*="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%;
}
[class*="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="grid"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%;
}
[class*="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%;
}
[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%;
}
[class*="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%;
}
[class*="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%;
}
[class*="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%;
}
[class*="grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%;
}
[class*="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%;
}
[class*="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="grid"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%;
}
[class*="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%;
}
[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%;
}
[class*="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%;
}
[class*="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%;
}
[class*="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%;
}
@media screen and (max-width: 80em) {
  [class*="grid"] > [class*="_lg-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid"] > [class*="_lg-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid"] > [class*="_lg-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid"] > [class*="_lg-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid"] > [class*="_lg-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid"] > [class*="_lg-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid"] > [class*="_lg-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid"] > [class*="_lg-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid"] > [class*="_lg-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid"] > [class*="_lg-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid"] > [class*="_lg-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid"] > [class*="_lg-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%;
  }
}
@media screen and (max-width: 64em) {
  [class*="grid"] > [class*="_md-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid"] > [class*="_md-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid"] > [class*="_md-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid"] > [class*="_md-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid"] > [class*="_md-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid"] > [class*="_md-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid"] > [class*="_md-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid"] > [class*="_md-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid"] > [class*="_md-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid"] > [class*="_md-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid"] > [class*="_md-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid"] > [class*="_md-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%;
  }
}
@media screen and (max-width: 48em) {
  [class*="grid"] > [class*="_sm-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid"] > [class*="_sm-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid"] > [class*="_sm-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid"] > [class*="_sm-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid"] > [class*="_sm-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid"] > [class*="_sm-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid"] > [class*="_sm-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid"] > [class*="_sm-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid"] > [class*="_sm-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid"] > [class*="_sm-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid"] > [class*="_sm-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid"] > [class*="_sm-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="grid"] > [class*="_xs-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*="grid"] > [class*="_xs-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="grid"] > [class*="_xs-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="grid"] > [class*="_xs-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="grid"] > [class*="_xs-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*="grid"] > [class*="_xs-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="grid"] > [class*="_xs-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*="grid"] > [class*="_xs-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*="grid"] > [class*="_xs-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="grid"] > [class*="_xs-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*="grid"] > [class*="_xs-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*="grid"] > [class*="_xs-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%;
  }
  [class*="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%;
  }
  [class*="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%;
  }
  [class*="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%;
  }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%;
  }
  [class*="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%;
  }
  [class*="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%;
  }
  [class*="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%;
  }
  [class*="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%;
  }
  [class*="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%;
  }
  [class*="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%;
  }
  [class*="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%;
  }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%;
  }
  [class*="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%;
  }
  [class*="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%;
  }
  [class*="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%;
  }
}
[class*="col-"]:not([class*="col-0"]) {
  display: block;
}
[class*="grid"][class*="col-"]:not([class*="col-0"]) {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
}
[class*="col-"][class*="col-0"] {
  display: none;
}
@media screen and (max-width: 80em) {
  [class*="grid"] > :not([class*="_lg-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_lg-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
  }
  [class*="grid"] > [class*="_lg-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_lg-0"] {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  [class*="grid"] > :not([class*="_md-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_md-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
  }
  [class*="grid"] > [class*="_md-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_md-0"] {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  [class*="grid"] > :not([class*="_sm-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_sm-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
  }
  [class*="grid"] > [class*="_sm-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_sm-0"] {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="grid"] > :not([class*="_xs-0"]) {
    display: block;
  }
  [class*="grid"]:not([class*="_xs-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
  }
  [class*="grid"] > [class*="_xs-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_xs-0"] {
    display: none;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}
header {
  /* height: 80px; */
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) header {
    height: 65px;
  }
}
header a {
  display: inline-block;
}
header h1 {
  margin: 0;
}
header .logo {
  float: left;
  vertical-align: top;
  margin: 0;
  padding: 16px 20px 0 20px;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) header .logo {
    padding: 16px 0 0 9px;
  }
}
header .logo img {
  max-height: 48px;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) header .logo img {
    max-width: 235px;
  }
   .logo_area {
   height:105px;
  }

}
header #navigations {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
header #function {
    margin-right: 2vw;
    font-size: 0.9em;
}
@media screen and (max-width: 769px) {
    header #function {
        display: block;
        background-color: #ffffff;
        position: fixed;
        transform: translate3d(0, 0, 0); -webkit-backface-visibility:hidden;
        backface-visibility:hidden;  
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        text-align: right;
        padding: 0.4em;
        border-bottom: 1px solid #ccc;
    }
}

header #function .search,
header #function .language {
  line-height: normal;
  display: inline-block;
  text-align: left;
}
header #function .language *:focus {
  outline: none;
}
header #function .language option {
  white-space: nowrap;
}
header #function .language .select2 {
  margin-left: 4px;
}
header #function .search {
  margin-right: 20px;
  position: relative;
}

header #function .search input {
  transition: width 0.4s;
  width: 200px;
  background-color: #e1e9e7;
  border: none;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  padding-right: 2em;
  padding-left: 0.5em;
}

header #function .search input:focus {
  width: 250px;
  outline: none;
}
header #function .search button {
  position: absolute;
  background-color: transparent;
  border: none;
  color: #fff;
  right: 4px;
  top: 0;
  bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}
header #function .search button span:before{
    color: #5498eb;
}

@media screen and (max-width: 968px) {
  header #gnavi {
    display: none;
  }
}
header #sitemap {
  color: #fff;
  font-size: 0.8em;
  float: right;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 23px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-radius: 0;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) header #sitemap {
    padding-top: 15px;
    width: 65px;
    height: 65px;
    font-size: 0.4em;
  }
  body:not(.no-rp) header #sitemap .hpmc {
    font-size: 1.3rem;
  }
}
header #sitemap:after {
  display: none;
}
header #sitemap .hpmc {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0.3em;
}
header.is-fixed {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
footer {
  background-color: #5498eb;
  padding: 20px 0 10px 0;
  color: #fff;
}
footer nav {
  margin: 0 10% 100px 10%;
}
footer nav ul {
  padding: 0;
  position: relative;
}
footer nav li {
  display: inline-block;
  vertical-align: middle;
}
footer nav li:last-child {
  position: absolute;
  right: 0;
}
footer nav li:last-child a img {
  width: 90px;
}
footer nav li:last-child a:after {
  display: none;
}
footer nav li a {
  display: inline-block;
  color: #fff;
  margin-right: 1.5em;
  font-size: 0.9em;
}
footer nav li a:after {
  content: "\EA09";
  font-family: "hpmc";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  font-size: 0.9em;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  body:not(.no-rp) footer nav {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.no-rp) footer nav li {
    display: block;
  }
  body:not(.no-rp) footer nav li:last-child {
    position: relative;
  }
  body:not(.no-rp) footer nav li a {
    display: block;
    padding: 14px 0;
    font-size: 100%;
  }
}
footer .copyright {
  clear: both;
  display: block;
  text-align: center;
}
#gnavi {
    /* color: #fff; */
    background-color: #e1e9e7;
    height: 54px;
    padding-left: 1.5em;
    width: 100%;
    z-index: 99;
}
#gnavi > ul {
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
#gnavi > ul li {
  display: inline-block;
}
#gnavi ul.sns_logo {
    display: inline-block;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-45%);
}

#gnavi li > a {
  transition: all 0.2s;
  padding: 0 10px;
  color: #111111;
  font-weight:600;
  text-decoration: none;
  border-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#gnavi li > a:hover {
  background-color: #5498eb;
  color: #fff;
}
#gnavi .sns_logo a:hover {
  background-color: inherit;
  opacity: 0.8;
}
#gnavi a.current {
  border-bottom: 3px solid #fff;
}
#sidenavi h3 {
  text-align: center;
  font-size: 0.9em;
  padding: 0 0 0.5em 0;
  margin: 0;
}
#sidenavi ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
#sidenavi ul:last-child {
  margin-bottom: 0;
}
#sidenavi ul a {
  display: block !important;
}
#sidenavi ul a img {
  vertical-align: top;
}
#sidenavi ul.archive {
  border-left: 1px solid #5498eb;
}
#sidenavi ul.archive li {
  position: relative;
  border-bottom: 1px solid #d5cdc2;
}
#sidenavi ul.archive li:last-child {
  border-bottom: none;
}
#sidenavi ul.archive li.on {
  left: -1px;
}
#sidenavi ul.archive li.on a {
  border-top: 1px solid #5498eb;
  border-right: 1px solid #5498eb;
  border-bottom: 1px solid #5498eb;
  background-color: #fff;
}
#sidenavi ul.archive li.on a:hover {
  background-color: #fff;
}
#sidenavi ul.archive li a {
  background-color: #eae6e0;
  padding: 0.3em 1em;
  text-decoration: none;
  transition: background-color 0.4s;
}
#sidenavi ul.archive li a:hover {
  background-color: #e0dad1;
}
#sidenavi ul.banner a {
  margin-bottom: 10px;
  transition: background-color 0.3s;
}
#sidenavi ul.banner a:hover {
  background-color: #5498eb;
}
#sidenavi ul.banner a:hover img {
  opacity: 0.85;
}
#sidenavi ul.banner img {
  max-width: 100%;
}
#sidenavi ul.textLink {
  background-color: #eae6e0;
}
#sidenavi ul.textLink li:last-child a {
  border-bottom: none;
}
#sidenavi ul.textLink a {
  transition: background-color 0.3s;
  position: relative;
  text-decoration: none;
  padding: 8px;
  border-bottom: 1px solid #ded7ce;
}
#sidenavi ul.textLink a:hover {
  background-color: #ded7ce;
}
#sidenavi ul.textLink a:after {
  position: absolute;
  content: "\EA09";
  color: #fff;
  font-size: 0.8em;
  transform: translateY(-50%);
  top: 50%;
  right: 5px;
}
#main #sidenavi ul.textBtnLink a {
  text-align: left;
  border-radius: 0;
  padding: 0.9em 1em;
  border-bottom: 1px solid #766a57;
  position: relative;
}
#main #sidenavi ul.textBtnLink a:after {
  font-size: 0.8em;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#main #sidenavi ul.textBtnLink a .hpmc {
  margin-right: 0.4em;
  font-size: 1.5em;
  vertical-align: bottom;
}
#front-nav a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 200px;
  width: 100%;
  color: #fff;
  font-size: 1.65em;
  font-weight: 100;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  background-color: #514839;
  background-size: cover;
  vertical-align: middle;
}
#front-nav a .hpmc {
  position: relative;
  z-index: 1;
}
#front-nav a .hpmc:before {
  font-size: 3em;
  display: block;
  margin-bottom: 0.2em;
}
#front-nav a:after {
  content: "\EA09";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
#front-nav a:before {
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  content: "";
  background-color: rgba(62, 54, 42, 0);
  transition: background-color 0.4s;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#front-nav a:hover:before {
  background-color: rgba(62, 54, 42, 0.6);
}
#front-nav a p {
  margin-top: 0.7em;
  font-size: 1rem;
  position: relative;
}
#front-nav .full {
  height: 250px;
}
#front-nav .small {
  height: 80px;
  font-size: 1.4em;
}
#front-nav .small .hpmc:before {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #front-nav a:not(.small) {
    height: 150px;
  }
  body:not(.no-rp) #front-nav [class^="col"] {
    padding-bottom: 10px;
  }
}
#front-nav.learnhiroshima .faq {
  background-image: url(../image/learnhiroshima/bg_panel_faq.png);
}
#front-nav.learnhiroshima .dome {
  background-image: url(../image/learnhiroshima/bg_panel_dome.png);
}
#front-nav.learnhiroshima .turu {
  background-image: url(../image/learnhiroshima/bg_panel_turu.png);
}
#front-nav.learnhiroshima .before {
  background-image: url(../image/learnhiroshima/bg_panel_before.png);
}
#front-nav.learnhiroshima .walk {
  background-image: url(../image/learnhiroshima/bg_panel_walk.png);
}
#front-nav.learnhiroshima .words {
  background-image: url(../image/learnhiroshima/bg_panel_words.png);
}
#front-nav.learnhiroshima .links {
  background-image: url(../image/learnhiroshima/bg_panel_links.png);
}
.pager {
  margin: 1em auto;
  text-align: center;
}
.pager span,
.pager a {
  border-radius: 3px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: bottom;
  text-decoration: none;
  text-align: center;
}
.pager a {
  transition: background-color 0.4s;
}
.pager a:hover {
  background-color: #eae6e0;
}
.pager span.current {
  color: #fff;
  background-color: #5498eb;
  border: none;
}
.pager .next,
.pager .prev {
  background-color: transparent;
}
.pager .next:before,
.pager .prev:before {
  display: inline-block;
  content: "\EA09";
  font-size: 0.8em;
}
.pager .prev:before {
  content: "\EA12";
}
.pager.top {
  text-align: right;
}
.pager.top span,
.pager.top a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 0.8em;
}
footer #pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #5498eb;
  z-index: 100;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border-radius: 0 !important;
}
footer #pageTop span {
  display: none;
}
footer #pageTop:after {
  content: "\EA09";
  color: #fff;
  transform: rotate(-90deg);
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) footer #pageTop {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    border-radius: 3px;
    padding: 0.8em 3em;
    line-height: normal;
  }
  body:not(.no-rp) footer #pageTop span {
    display: inline;
  }
  body:not(.no-rp) footer #pageTop:after {
    margin-left: 0.5em;
  }
}
.btn,
#sidenavi ul.textBtnLink a,
#pageTop {
  display: inline-block;
  background-color: #5498eb;
  color: #fff;
  padding: 0.8em 3em;
  border-radius: 3px;
  transition: background-color 0.5s;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
}
.btn:after,
#sidenavi ul.textBtnLink a:after,
#pageTop:after {
  content: "\EA09";
  color: #fff;
  margin-left: 0.5em;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: text-bottom;
}
.btn:hover,
#sidenavi ul.textBtnLink a:hover,
#pageTop:hover {
  text-decoration: none;
  background-color: #26456b;
}
.btn.small,
#sidenavi ul.textBtnLink a.small,
.small#pageTop {
  padding: 0.35em 1em;
  font-size: 0.75rem;
}
.btn.dark,
#sidenavi ul.textBtnLink a.dark,
.dark#pageTop {
  background-color: #5498eb;
}
.btn.dark:hover,
#sidenavi ul.textBtnLink a.dark:hover,
.dark#pageTop:hover {
  background-color: #26456b;
}
.btn.back:before,
#sidenavi ul.textBtnLink a.back:before,
.back#pageTop:before {
  content: "\EA12";
  color: #fff;
  margin-right: 0.5em;
  font-size: 0.9em;
  vertical-align: text-bottom;
}
.btn.back:after,
#sidenavi ul.textBtnLink a.back:after,
.back#pageTop:after {
  display: none;
}
.btn.to-list,
#sidenavi ul.textBtnLink a.to-list,
.to-list#pageTop {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) .btn.to-list,
  body:not(.no-rp) #sidenavi ul.textBtnLink a.to-list,
  #sidenavi ul.textBtnLink body:not(.no-rp) a.to-list,
  body:not(.no-rp) .to-list#pageTop {
    position: relative;
    right: 0 !important;
    margin: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) .btn,
  body:not(.no-rp) #sidenavi ul.textBtnLink a,
  #sidenavi ul.textBtnLink body:not(.no-rp) a,
  body:not(.no-rp) #pageTop {
    width: 100%;
    padding: 0.8em 3em;
    font-size: 1rem;
  }
}
.topicspath {
  padding-left: 0;
}
.topicspath li {
  display: inline-block;
}
.topicspath li:after {
  font-family: "hpmc";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\EA09";
  margin: 0 0.5em;
  color: #919191;
  font-size: 0.8em;
}
.topicspath li:last-child:after {
  display: none;
}
.topicspath .hpmc {
  font-size: 1.2em;
  width: 1em;
  text-align: center;
  vertical-align: text-bottom;
}
#sitemap_overlay {
  display: none;
  overflow-y: auto;
  padding: 4em 1.6em 0;
  background-color: rgba(1, 1, 1, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #sitemap_overlay {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
#sitemap_overlay #close_sm {
  color: #fff;
  position: fixed;
  display: inline-block;
  font-size: 2.5em;
  right: 10px;
  top: 0;
  padding: 10px 15px;
  line-height: 1em;
  text-align: center;
  font-weight: 100;
  text-decoration: none;
}
#sitemap_overlay nav h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0;
  padding: 0.6em 0.6em;
}
#sitemap_overlay nav ul {
  list-style: none;
  padding: 0 0.6em;
}
#sitemap_overlay nav ul a:after {
  font-size: 0.7em;
}
#sitemap_overlay nav a,
#sitemap_overlay nav h3 {
  color: #fff;
}
#sitemap_overlay nav a {
  display: block;
  padding: 0.4em 2em 0.4em 0;
  position: relative;
}
#sitemap_overlay nav a:after {
  content: "\EA09";
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sitemap_overlay nav a:hover:after {
  color: #fcfef8;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #sitemap_overlay nav a {
    padding: 0.5em 2em 0.5em 0.5em;
  }
}
body.sm_isopen {
  overflow: hidden;
  height: 100%;
}
body.sm_isopen #container {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
@keyframes modify {
  0% {
    padding-top: 80px;
    margin-top: -80px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
#contents article .social-box {
  text-align: right;
  margin: 1em 15px;
}
.fr #contents article .social-box iframe:not(#twitter-widget-0) {
  width: 116px !important;
}
.en #contents article .social-box iframe:not(#twitter-widget-0) {
  width: 106px !important;
}
.ru #contents article .social-box iframe:not(#twitter-widget-0) {
  width: 120px !important;
}
#contents article .story-date {
  text-align: right;
  margin: 1em 0;
}
#contents article .photoBox .img {
  position: relative;
  margin-bottom: 10px;
}
#contents article .photoBox .img img {
  max-width: 100%;
  vertical-align: bottom;
}
#contents article .photoBox .img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0);
}
#contents article .photoBox .img a:after {
  content: "\EA03";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  font-size: 1.3em;
  background-color: #5498eb;
}
#contents article.learn nav ul {
  background-color: #eae6e0;
  border-radius: 5px;
  padding: 1em 0 1em 0.5em;
  margin-bottom: 2em;
  font-size: 1.08em;
}
#contents article.learn nav ul li {
  display: inline-block;
  width: 49%;
  padding: 0.4em 0;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents article.learn nav ul li {
    width: 100%;
  }
}
#contents article.learn :target:before {
  animation: modify 0.1s;
}
#contents article.learn.qa section {
  margin-top: 5em;
}
#contents article.learn.qa section:not(:last-child) {
  margin-bottom: 0;
}
#contents article.learn.qa section h2 {
  border-top: 1px solid #5498eb;
  border-bottom: 1px solid #5498eb;
  padding: 1.4em;
}
#contents article.learn.qa section h2 span {
  font-size: 1.4em;
  display: inline-block;
  vertical-align: text-bottom;
  color: #6faf15;
}
#contents article.learn.qa .related_article {
  margin-top: 0;
}
#contents article.learn p {
  line-height: 1.8em;
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
#contents article.learn p + h2 {
  margin-top: 3em;
}
#contents article.learn.en p,
#contents article.learn.zh p {
  text-indent: inherit;
  margin-bottom: 1em;
}
#contents article.learn section {
  margin-top: 0;
  margin-bottom: 4em;
  zoom: 1;
}
#contents article.learn section:before,
#contents article.learn section:after {
  content: "";
  display: table;
}
#contents article.learn section:after {
  clear: both;
}
#contents article.learn section:nth-child(odd) figure {
  float: right;
  margin-right: 0;
  margin-left: 2em;
}
#contents article.learn h2 {
  border-bottom: none;
  margin: 1.5em 0 1em 0;
  text-align: center;
}
#contents article.learn figure {
  text-align: center;
  max-width: 50%;
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
#contents article.learn figure.full {
  float: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
  max-width: 100%;
}
#contents article.learn figure figcaption {
  text-align: left;
  font-size: 0.9em;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents article.learn figure figcaption {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #contents article.learn figure {
    float: none;
    max-width: 100%;
    margin: 0;
  }
}
#contents article.learn figure img {
  max-width: 100%;
  height: auto;
}
#contents article .related_article h3 {
  padding-bottom: 0;
  margin-bottom: 0.5em;
}
#contents article .related_article ul {
  background-color: #eae6e0;
  padding: 1em 3em;
  border-radius: 5px;
}
#contents article .related_article ul li {
  padding: 0.3em 0;
}
#contents article .related_article ul li span {
  font-size: 0.8em;
  margin-left: 0.5em;
}
#contents article .related_article ul li h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#contents article .related_article ul a:after {
  font-size: 0.7em;
  margin-left: 0.7em;
  content: "\EA09";
  color: #fff;
}
#contents article .related_article ul ul {
  padding-top: 0;
  padding-bottom: 0;
}
#contents article .story-main {
  line-height: 1.8em;
  font-size: 1.1em;
}
.article-list {
  position: relative;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) .article-list ul a {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
  body:not(.no-rp) .article-list ul .date {
    float: none;
  }
}
.article-list dl {
  margin-top: 1em;
}
.article-list dl dt {
  float: left;
  clear: left;
  width: 8em;
  color: #919191;
  padding: 0.7em 1em 0.7em 0;
}
.article-list dl dt + dd {
  padding-left: 7.5em;
}
.article-list dl dd {
  margin: 0;
  border-bottom: 1px solid #eae6e0;
}
.article-list dl dd a {
  display: block;
  padding: 0.9em 0;
  position: relative;
}
.article-list dl dd a:before {
  content: "\EA09";
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
dl.article-list {
  margin-top: 1em;
}
dl.article-list dt {
  float: left;
  clear: left;
  width: 8em;
  color: #919191;
  padding: 0.7em 1em 0.7em 0;
}
dl.article-list dt + dd {
  padding-left: 7.5em;
}
dl.article-list dd {
  margin: 0;
  border-bottom: 1px solid #eae6e0;
}
dl.article-list dd a {
  display: block;
  padding: 0.7em 1em 0.7em 0;
  position: relative;
}
dl.article-list dd a:before {
  content: "\EA09";
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article {
  position: relative;
}
.article [class^="col"]:last-child {
  padding-bottom: 0;
}
.article,
.article-list {
  margin-bottom: 30px;
}
.article label,
.article-list label {
  border: 1px solid #d5cdc2;
  font-size: 0.8rem;
  padding: 0 1em;
  margin: 0.8em 0;
  display: inline-block;
}
.article figure,
.article-list figure {
  margin: 0;
}
.article figure img,
.article-list figure img {
  max-width: 100%;
}
#titleArea {
  background-image: url("../image/bg_titlearea.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#titleArea h1 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  min-height: 180px;
}
#titleArea h1 span {
  line-height: 1.3em;
  display: block;
  position: absolute;
  padding: 0.9em 1em;
  letter-spacing: 0.01em;
  width: 100%;
  bottom: 0;
  font-weight: 100;
  border-top-left-radius: 6px;
  background: linear-gradient(
    to right,
    #5498eb 0%,
    #5498eb 1%,
    rgba(62, 54, 42, 0) 90%,
    rgba(62, 54, 42, 0) 100%
  );
  color: #fff;
}
#titleArea h1 span:before {
  margin-right: 0.5em;
  vertical-align: bottom;
  font-size: 1.3em;
}
#peacenews #titleArea h1 span:before {
  content: "\EA0F";
}
#learnhiroshima #titleArea h1 span:before {
  content: "\EA04";
}
#peacemovies #titleArea h1 span:before {
  content: "\EA06";
}
#silentwitness #titleArea h1 span:before {
  content: "\EA08";
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) #titleArea {
    background-position: center;
    margin-top: 105px !important;
  }
  body:not(.no-rp) #titleArea h1 {
    min-height: inherit;
    width: 100%;
   /*margin-top:65px;*/
  }
  body:not(.no-rp) #titleArea h1 span {
    position: relative;
    width: 100%;
  }
}
.figure-list img {
  width: 100%;
}
.figure-list figure {
  margin-bottom: 20px;
}
.figure-list figure figcaption {
  padding: 0.2em 0;
}
.figure-list figure p {
  margin: 0.4em 0;
}
.figure-list [class^="col-12"] figcaption {
  padding: 1em 0;
  font-size: 1.4em;
  font-weight: 300;
}
.tab {
  padding: 0;
  border-bottom: 1px solid #5498eb;
  margin-bottom: 1em;
}
.tab li {
  display: inline-block;
}
.tab li a {
  text-decoration: none;
  transition: background-color 0.4s;
  text-decoration: none !important;
  background-color: #eae6e0;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  padding: 0.4em 0.6em;
  margin-top: 2px;
  margin-right: 2px;
}
.tab li a:hover {
  background-color: #e0dad1;
}
.tab li.on a {
  position: relative;
  bottom: -1px;
  font-weight: bold;
  background-color: #fff;
  border-top: 1px solid #5498eb;
  border-right: 1px solid #5498eb;
  border-left: 1px solid #5498eb;
}
.tab li.on a:hover {
  background-color: #fff;
}
.tab-month {
  padding: 0;
  list-style: none;
  letter-spacing: -1em;
  border-bottom: 1px solid #5498eb;
  padding-bottom: 1em;
}
.tab-month li {
  letter-spacing: normal;
  display: inline-block;
  width: 8.3%;
}
.tab-month li.on a {
  background-color: #5498eb;
  color: #fff;
}
.tab-month a,
.tab-month span {
  text-align: center;
  display: block;
  border-radius: 3px;
  margin: 2px;
}
.tab-month a {
  transition: background-color 0.4s;
  text-decoration: none !important;
}
.tab-month a:hover {
  background-color: #eae6e0;
}
.tab-month span {
  color: #ddd;
  font-weight: 100;
}
@media screen and (max-width: 769px) {
  body:not(.no-rp) .tab-month li {
    width: 16.5%;
  }
}
.search_results #search-box {
  background-color: #eae6e0;
  padding: 1em;
  text-align: center;
  border-radius: 6px;
}
.search_results .search_info {
  border: 1px solid #eae6e0;
  margin-top: 30px;
  padding: 0.5em;
  text-align: center;
}
#colorbox {
  box-sizing: content-box !important;
  background-color: transparent !important;
}
#container #contents ul.ul04 {
  padding-left: 0;
}
#container #contents ul.ul04 li {
  background-image: none;
  padding-left: 0;
  margin-right: 1.5em;
  width: 31%;
}
#container #contents ul.ul04 li:nth-child(3n) {
  margin-right: 0;
}
#contents .introduction_box {
  margin: 30px 0 60px;
}
#contents .introduction_box p {
  font-size: 1.1rem;
  line-height: 2.1;
  letter-spacing: 1.1px;
}
#contents .introduction_box .i_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.introduction_box span {
  font-size: 14px;
  line-height: 1.6;
}
#contents .m_newspaper .img {
  display: flex;
  justify-content: space-around;
  margin-top: 120px;
  flex-wrap:wrap;
}

#contents .m_newspaper .sub_title{
    position: absolute;
    top: -70px;
    left: 0px;
    z-index: 1;
    font-size:25px;
}



#contents .m_newspaper .news_imgbox{
  width: 46%;
    position: relative;
  margin-bottom:160px;
}

#contents .m_newspaper .news_imgbox:nth-of-type(even) .sub_title{
   display:none;
}

#contents .m_newspaper div a {
  display: inline-block;
  max-width: 200px;
  /*height: 100%;*/
  position: relative;
}

#contents .m_newspaper .img a img {
  width: 100%;
}

#contents .m_newspaper {
  margin-top: 60px;
}

#contents .m_newspaper div a span {
  opacity: 0.9;
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 5px;
  background-color: #333333;
  padding: 15px;
  color: white;
}
#contents .m_newspaper div a:hover {
  opacity: 0.8;
}

#contents .link_btn {
    text-align: center;
    width: 400px;
    height: 50px;
    margin: 0 auto;
}

#contents .link_btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #5498eb;
    border-radius: 5px;
}

#contents .link_btn p{
    color: white;
    font-size: 15px;
    letter-spacing: 1.3px;
}

#contents .link_btn a:hover{
    text-decoration:none;
    background-color: #26456b;
    transition: 0.5s;
}


.loupe {
    border: 1px solid #000;
}

.loupe{ z-index: 9000; }

span.search-highlight{
 font-weight:bold;
background-color:Yellow;

}

#contents h2 span.search-highlight{
 font-size: inherit;
}

/*まんが　被爆地の新聞社　*/

.manga_box {
  display:flex;
  flex-wrap:wrap;
  margin-top:50px;
  justify-content: space-between;

}

.manga_box .manga_item{
   width:48%;
   margin-bottom:30px;
}

.manga_box .manga_item img{
   border:1px solid #c0c0c0;
   margin-bottom:5px;
}

.manga_box .manga_item a:hover img{
   opacity:0.8;
}

@media screen and (max-width: 769px) {

  .manga_box .manga_item {
    width:80%;
  }

}


