@charset "UTF-8";
/* scssファイルありcssファイルは絶対に変更しないでください。 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

ol,
ul,
li {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: inherit;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a img {
  border: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='text'] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type='radio'] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

[type='checkbox'] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

select {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

a {
  text-decoration: none;
}

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

.u-hideOnSP {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-hideOnSP {
    display: none;
  }
}

.u-showOnSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-showOnSP {
    display: block;
  }
}

.u-pb20 {
  padding-bottom: 20px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6em;
  color: #333;
  padding-top: 130px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

body.customize-support .Header {
  top: 32px;
}

.Archive__Pagination {
  padding-top: 30px;
}

.Breadcrumb__list {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Breadcrumb__item {
  font-size: 1.3rem;
}

.Breadcrumb__item:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.6em;
  margin-right: 0.6em;
}

.CommonEmbed {
  display: block;
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 320px;
  background-color: #f2f2f2;
  width: 100%;
}

.CommonEmbed__content,
iframe:not([class]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CommonEmbed.-movie {
  width: 768px;
  max-width: 100%;
  padding-bottom: 432px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .CommonEmbed.-movie {
    padding-bottom: 56.25%;
  }
}

.ContactForm__box {
  border-top: 1px solid #d5d5d5;
}

.ContactForm__line {
  border-bottom: 1px solid #d5d5d5;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 543px) {
  .ContactForm__line {
    display: block;
  }
}

.ContactForm__head {
  max-width: 12em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12em;
          flex: 0 0 12em;
}

.ContactForm__head.-type {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ContactForm__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% - 12em);
}

@media screen and (max-width: 543px) {
  .ContactForm__body {
    max-width: 100%;
  }
}

.ContactForm__input {
  display: block;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  width: 100%;
  padding: 10px;
}

.ContactForm__input.-textarea {
  height: 6em;
}

.ContactForm__submit {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  color: #fff;
  background-color: #00a6ec;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.ContactForm__submit:hover {
  opacity: 0.7;
}

.ContactForm__bottom {
  padding-top: 20px;
  text-align: center;
}

.Content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 8rem;
  padding-top: 40px;
}

.Content.-frontpage {
  padding-top: 80px;
}

.Content__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.Content section:not([class]) {
  padding-bottom: 8rem;
}

.Content section:not([class]):last-child {
  padding-bottom: 0;
}

.Content h2:not([class]) {
  border-left: 5px solid #078dc5;
  background: #f5f5f5;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 16px 12px;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.Content h2:not([class]):not(:first-child) {
  margin-top: 8rem;
}

.Content h3:not([class]) {
  font-size: 2rem;
  border-left: 4px solid #078dc5;
  padding: 8px 12px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.Content h3:not([class]):not(:first-child) {
  margin-top: 2rem;
}

.Content h4:not([class]) {
  padding-left: 1.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.Content h4:not([class])::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.7rem;
  left: 0rem;
  background-color: #078dc5;
}

.Content h4:not([class]):not(:first-child) {
  margin-top: 2rem;
}

.Content p:not([class]) {
  line-height: 1.8;
  margin-bottom: 1.25em;
  font-size: 1.6rem;
}

.Content figcaption:not([class]) {
  display: block;
}

.Content img:not([class]) {
  display: block;
}

.Content img:not(:root) {
  height: auto;
  max-width: 100%;
}

.Content a:not([class]) {
  color: #00a6ec;
  text-decoration: underline;
}

.Content ul:not([class]) {
  padding-left: 2em;
}

.Content ul:not([class]) > li:not([class]) {
  position: relative;
  margin: 0.5rem;
  margin-bottom: 0.5rem;
}

.Content ul:not([class]) > li:not([class])::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 0.4em;
  left: -0.6em;
}

.Content ol:not([class]) {
  padding-left: 2em;
  counter-reset: content_ol;
}

.Content ol:not([class]) li {
  position: relative;
  counter-increment: content_ol;
  padding-left: 0.5rem;
  margin: 0.5rem;
  margin-bottom: 0.5rem;
}

.Content ol:not([class]) li::after {
  content: counter(content_ol);
  display: block;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #078dc5;
  border-radius: 50%;
}

.Content table:not([class]) {
  margin-top: 1em;
  margin-bottom: 1em;
}

.Content thead:not([class]) {
  font-weight: 700;
  background-color: #f2f2f2;
}

.Content thead:not([class]) th:not([class]),
.Content thead:not([class]) td:not([class]) {
  border-bottom: none;
}

.Content th:not([class]) {
  padding: 10px;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
}

.Content td:not([class]) {
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
}

.Content blockquote:not([class]) {
  padding: 20px 20px 20px 50px;
  background: #f2f2f2;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}

.Content blockquote:not([class]):first-child {
  margin-top: 0;
}

.Content blockquote:not([class])::after {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "“";
  font-size: 40px;
  color: #ccc;
  font-weight: 700;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
}

.Content a:not([class]) {
  text-decoration: underline;
  color: #00a6ec;
}

.Content a:not([class]):after {
  text-decoration: none;
}

.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Flex > *:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .Flex {
    display: block;
  }
  .Flex > *:not(:last-child) {
    margin-right: 0;
  }
}

.Footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 10px solid #078dc5;
}

.Footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Footer__logo-link {
  display: block;
  margin-bottom: 1rem;
}

.Footer__goto-keiwakai-link {
  min-width: 320px;
  width: 100%;
  font-size: 1.4rem;
  background-color: #f2f2f2;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Footer__goto-keiwakai-link::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #00a6ec;
  border-bottom: 2px solid #00a6ec;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .Gnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .Gnav.-open {
    display: block;
  }
}

.Gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .Gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .Gnav__item, .Gnav__list .menu-item {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
  }
}

.Gnav__link, .Gnav__list .menu-item > a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .Gnav__link, .Gnav__list .menu-item > a {
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .Gnav__link::after, .Gnav__list .menu-item > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border-right: 1px solid #00a6ec;
    border-bottom: 1px solid #00a6ec;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: auto;
  }
}

.Gnav__link.-current::after, .Gnav__list .menu-item > a.-current::after, .Gnav__list .menu-item.current-menu-item > a::after {
  display: block;
  width: 7px;
  height: 5px;
  border-top: 5px solid #00a6ec;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-bottom: 0 solid transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .Gnav__link.-current::after, .Gnav__list .menu-item > a.-current::after, .Gnav__list .menu-item.current-menu-item > a::after {
    display: none;
  }
}

.Gnav__preserve {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .Gnav__preserve {
    margin-top: 30px;
  }
}

.Gnav__preserve-button {
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  color: #078dc5;
  padding: 5px 20px;
}

@media screen and (max-width: 767px) {
  .Gnav__preserve-button {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}

.Header__Hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

.Hamburger {
  width: 60px;
  height: 60px;
  background-color: #e1f6ff;
  display: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .Hamburger {
    display: inline-block;
  }
}

.Hamburger__text {
  font-size: 10px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #00a6ec;
}

.Hamburger__line {
  background-color: #00a6ec;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 767px) {
  .Hamburger__line {
    display: inline-block;
  }
}

.Hamburger.-open .Hamburger__line {
  background-color: transparent;
}

.Hamburger__line::before, .Hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #00a6ec;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.Hamburger__line::before {
  top: -5px;
}

.Hamburger.-open .Hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Hamburger__line::after {
  top: 5px;
}

.Hamburger.-open .Hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.Hamburger.-active .Hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
      -ms-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

.Header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  height: 130px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .Header {
    height: 60px;
  }
}

.Header__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.Header__logo-area {
  margin-right: auto;
  margin-left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .Header__logo-area {
    margin-left: auto;
  }
}

.Header__logo-link {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.Header__logo-link:hover {
  opacity: 0.8;
}

.Header__logo-img {
  width: auto;
  height: 68px;
  display: block;
}

@media screen and (max-width: 767px) {
  .Header__logo-img {
    height: 36px;
  }
}

.Header__Gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.InformationBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.3);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: 15rem;
}

@media screen and (max-width: 767px) {
  .InformationBlock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.InformationBlock__kamoku {
  margin: 1.2rem 0 1.2rem 1.2rem;
  padding: 1.2rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13rem;
          flex: 0 0 13rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .InformationBlock__kamoku {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
  }
}

.InformationBlock__kamoku-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.InformationBlock__kamoku-data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.InformationBlock__kamoku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .InformationBlock__kamoku-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1em;
  }
}

.InformationBlock__kamoku-item {
  font-weight: 700;
  font-size: 2rem;
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.InformationBlock__biztime {
  padding: 15px;
}

.InformationBlock__News {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.Header__lang {
  margin-left: auto;
  padding-left: 3px;
}

.Lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
}

.Lang__item {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}

.Lang__item:not(:first-child)::after {
  content: "";
  display: block;
  background-color: #d5d5d5;
  height: 12px;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.Lang__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.Lang__button.-current::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  margin-right: 0.5em;
}

.News {
  background-color: #f5f5f5;
  padding: 15px;
  height: 100%;
}

.News__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.News__header-title {
  font-weight: 700;
}

.News__header-title-en {
  color: #00a6ec;
  margin-left: 1em;
}

.News__gotolist {
  position: relative;
  margin-left: auto;
  padding-left: 1.2em;
  font-size: 1.2rem;
}

.News__gotolist::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #078dc5;
  border-bottom: 1px solid #078dc5;
  position: absolute;
  top: 0.4em;
  left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.News.-front .News__list {
  max-height: 9rem;
  overflow: auto;
}

.News__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.News__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.News__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.News__date {
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  padding-left: 1em;
  color: #666;
}

.PageHeader {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.PageHeader__box {
  background-color: #f5f5f5;
  padding-top: 72px;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .PageHeader__box {
    background-color: #dbeef4;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.PageHeader__title {
  font-size: 3.6rem;
  padding-bottom: 1em;
  color: #078dc5;
  position: relative;
}

.PageHeader__title::after {
  display: block;
  width: 2em;
  height: 5px;
  background-color: #078dc5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .PageHeader__title {
    font-size: 2.2rem;
    width: 100%;
    padding-bottom: 0.55em;
    line-height: 1.2;
  }
  .PageHeader__title::after {
    width: 100%;
    height: 3px;
  }
}

.Pagination__wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

.Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 2em;
  padding: 0px 10px;
  margin-left: 6px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.Pagination__link:hover {
  color: #00a6ec;
}

.Pagination__link.-current {
  background-color: #e6e6e6;
  pointer-events: none;
}

.SingleHeader {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.SingleHeader__box {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 15px;
  padding-right: 15px;
}

.SingleHeader__date {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #555;
}

.SingleHeader__title {
  font-size: 3.6rem;
  color: #078dc5;
  position: relative;
}

.TopMainArea {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.TopMainArea__InformationBlock {
  margin-top: -6em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .TopMainArea__InformationBlock {
    margin-top: 0;
  }
}

.TopMainArea__img {
  max-width: 100%;
}

/* scssファイルあり cssファイルは絶対に変更しないでください。 */
