@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  /* font-size: 2em; */
  font-size: 1.8em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  #page {
    padding-top: 50px;
  }
}

.l-contents {
  padding: 0 0 60px;
}

.l-contents__header {
  margin: 0 0 50px;
}

.l-contents__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .l-contents {
    padding: 0 0 50px;
  }
  .l-contents__header {
    margin: 0 0 20px;
  }
  .l-contents__body {
    display: block;
  }
}

@media (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}

.l-main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (max-width: 768px) {
  .l-main {
    margin: 0 0 45px;
  }
}

.l-side {
  -ms-flex-preferred-size: 25.41667%;
      flex-basis: 25.41667%;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px 30px;
  border: 2px solid #00a0e9;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  outline: none;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.c-btn::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  content: '';
}

.c-btn .fa-external-link-alt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 12px;
  height: 12px;
  margin: auto;
  color: #00a0e9;
  font-size: 12px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.c-btn:hover {
  background-color: #00a0e9;
  color: #fff;
}

.c-btn:hover::after {
  border-color: #fff;
}

.c-btn:hover .fa-external-link-alt {
  color: #fff;
}

.c-btn--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.c-btn--external::after {
  display: none;
}

.c-btn--reverse {
  color: #fff;
  background-color: #00a0e9;
}

.c-btn--reverse::after {
  border-color: #fff;
}

.c-btn--reverse .fa-external-link-alt {
  color: #fff;
}

.c-btn--reverse:hover {
  background-color: #fff;
  color: #333;
}

.c-btn--reverse:hover::after {
  border-color: #00a0e9;
}

.c-btn--reverse:hover .fa-external-link-alt {
  color: #00a0e9;
}

@media (max-width: 768px) {
  .c-btn {
    border-width: 1px;
  }
  .c-btn::after {
    border-width: 1px;
  }
}

.c-btn-2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2fa49a;
  outline: none;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.c-btn-2:hover {
  background-color: #0a7e74;
}

.c-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .c-container {
    margin: 0 10px;
    padding: 0;
  }
}

.c-input-text {
  margin: 0;
  padding: 10px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  font-size: 1.6rem;
  line-height: 1.5;
  outline: none;
}

.c-input-text--ib {
  display: inline-block;
}

@media (max-width: 768px) {
  .c-input-text {
    width: 100%;
    font-size: 1.3rem;
  }
  .c-input-text--ib {
    width: auto;
  }
}

.c-link {
  color: #00a0e9;
}

.c-list {
  list-style: none;
  padding: 0;
}

.c-list__item {
  position: relative;
  padding: 0 0 0 1em;
}

.c-list__item::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #333;
  content: '';
}

@media (max-width: 768px) {
  .c-list__item::before {
    top: 5px;
  }
}

.c-required {
  padding: 0 5px;
  background-color: red;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .c-required {
    font-size: 1.1rem;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}

.c-table__caption {
  padding: 10px;
  background-color: #2fa49a;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.c-table__th, .c-table__td {
  min-width: 3em;
  padding: 10px;
  border: 1px solid #cccccc;
}

.c-table__th--text-left, .c-table__td--text-left {
  text-align: left;
}

.c-table__th--text-center, .c-table__td--text-center {
  text-align: center;
}

.c-table__th--align-middle, .c-table__td--align-middle {
  vertical-align: middle;
}

.c-table__th--w-15em, .c-table__td--w-15em {
  width: 15em;
}

.c-table__th--min-w-5em, .c-table__td--min-w-5em {
  min-width: 5em;
}

.c-table__th--min-w-10em, .c-table__td--min-w-10em {
  min-width: 10em;
}

.c-table__th--min-w-a, .c-table__td--min-w-a {
  min-width: auto;
}

.c-table__th--max-w-10em, .c-table__td--max-w-10em {
  max-width: 10em;
}

.c-table__th {
  background-color: #efefef;
}

@media (max-width: 768px) {
  .c-table__caption {
    font-size: 1.7rem;
  }
  .c-table--responsive {
    display: block;
  }
  .c-table--responsive .c-table__caption,
  .c-table--responsive .c-table__thead,
  .c-table--responsive .c-table__tbody,
  .c-table--responsive .c-table__tr,
  .c-table--responsive .c-table__th,
  .c-table--responsive .c-table__td,
  .c-table--responsive .c-table__tfoot {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-table--responsive .c-table__th,
  .c-table--responsive .c-table__td {
    border-bottom: none;
  }
  .c-table--responsive .c-table__tr:last-child .c-table__th:last-child,
  .c-table--responsive .c-table__tr:last-child .c-table__td:last-child {
    border-bottom: 1px solid #cccccc;
  }
}

.c-title {
  padding: 15px;
  border-radius: 10px;
  background-color: #c8edea;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-title {
    font-size: 1.7rem;
  }
}

.c-title-2 {
  padding: 0 0 5px;
  border-bottom: 5px solid #2fa49a;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-title-2 {
    border-bottom: 3px solid #2fa49a;
    font-size: 1.7rem;
    text-align: center;
  }
}

.c-title-3 {
  color: #00544d;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-title-3 {
    font-size: 1.7rem;
    text-align: center;
  }
}

.c-title-4 {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-title-4 {
    font-size: 1.5rem;
  }
}

.p-contents-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  margin: 0;
  background-image: url(../images/common/bg_title.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.p-contents-header__breadcrumbs {
  max-width: 1200px;
  margin: 10px auto 0;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .p-contents-header__title {
    min-height: 48px;
    font-size: 1.9rem;
  }
  .p-contents-header__breadcrumbs {
    width: 92.1875%;
    padding: 0;
  }
}

.p-fixed-btn-pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

.p-fixed-btn-pagetop__link {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #2b9d93;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.p-fixed-btn-pagetop__link:hover {
  background-color: #0a7e74;
  text-decoration: none;
}

.p-fixed-btn-pagetop__link:hover .p-fixed-btn-pagetop__text {
  text-decoration: underline;
}

.p-fixed-btn-pagetop__text {
  margin: 0;
}

.p-fixed-btn-pagetop__icon {
  font-size: 3.4rem;
}

@media (max-width: 768px) {
  .p-fixed-btn-pagetop {
    bottom: 10px;
    right: 10px;
  }
  .p-fixed-btn-pagetop__link {
    padding: 5px 7.5px;
    border-radius: 7.5px;
    font-size: 1.1rem;
  }
  .p-fixed-btn-pagetop__icon {
    font-size: 1.7rem;
  }
}

.p-fixed-navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px #c9c9c9;
          box-shadow: 0 4px 8px #c9c9c9;
}

.p-fixed-navi__inner {
  padding: 10px 15px;
}

.p-footer__menu {
  padding: 20px 0;
  background-color: #eeeeee;
}

.p-footer__legal {
  padding: 15px 0;
  background-color: #898989;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__copyright {
  margin: 0;
  color: #fff;
}

@media (max-width: 768px) {
  .p-footer__menu {
    display: none;
  }
  .p-footer__legal {
    padding: 10px;
    background-color: #898989;
  }
  .p-footer__inner {
    display: block;
  }
  .p-footer__copyright {
    margin: 0 0 10px;
  }
}

.p-footer-logo__image {
  text-align: center;
}

.p-footer-logo__title {
  font-size: 1.3rem;
  font-weight: bold;
}

.p-footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-navi__list {
  list-style: none;
  margin: 0 100px 0 0;
  padding: 0;
}

.p-footer-navi__item {
  margin-bottom: 10px;
}

.p-footer-navi__item:last-child {
  margin-bottom: 0;
}

.p-footer-navi__link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
}

.p-footer-navi__link::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2fa49a;
  border-right: 2px solid #2fa49a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}

.p-footer-navi-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-navi-2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer-navi-2__link {
  color: #fff;
}

@media (max-width: 768px) {
  .p-footer-navi-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-form-btns__btn {
  max-width: 250px;
  margin: 0 auto 20px;
}

.p-form-btns__btn:last-child {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-form-btns__btn {
    max-width: 236px;
    margin: 0 auto 10px;
  }
}

.p-gnavi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-gnavi__item {
  -ms-flex-preferred-size: 15.83333%;
      flex-basis: 15.83333%;
}

.p-gnavi__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2fa49a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.p-gnavi__link:hover {
  background-color: #0a7e74;
}

.p-gnavi__link--large {
  min-height: 58px;
}

.p-gnavi__link--no-link {
  background-color: #aaa;
}

.p-gnavi__link--no-link:hover {
  background-color: #aaa;
}

.p-gnavi__link.disabled {
  pointer-events: none;
  background-color: #aaa;
}

.p-grade__item {
  margin: 0 0 10px;
}

.p-grade__item:last-child {
  margin: 0;
}

input[type='hidden'][value=''] + .p-grade__people {
  display: none;
}

.p-header {
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
}

.p-header__gnavi {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
}

.p-header__btn-menu {
  display: none;
}

.p-header__menu {
  display: none;
}

@media (max-width: 768px) {
  .p-header {
    -webkit-box-shadow: 0 4px 8px #c9c9c9;
            box-shadow: 0 4px 8px #c9c9c9;
  }
  .p-header__inner {
    height: 50px;
    padding: 0;
  }
  .p-header__logo-secc {
    -ms-flex-preferred-size: 148px;
        flex-basis: 148px;
  }
  .p-header__logo-pdea {
    display: none;
  }
  .p-header__gnavi {
    display: none;
  }
  .p-header__btn-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .p-header__menu {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    width: 100%;
    max-height: calc(100vh - 50px);
    overflow: auto;
  }
}

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

.p-menu__item {
  border-bottom: 1px solid #ccc;
}

.p-menu__item:last-child {
  border-bottom: none;
}

.p-menu__link {
  display: block;
  position: relative;
  padding: 10px 3.90625%;
  background-color: #f6f6f6;
}

.p-menu__link::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.90625%;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}

.p-menu__close {
  padding: 10px;
  background-color: #2fa49a;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.p-news__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
}

.p-news__item:last-child {
  margin-bottom: 0;
}

.p-news__link {
  display: block;
}

.p-news__link .p-news__text {
  text-decoration: underline;
}

.p-news__link:hover {
  text-decoration: none;
}

.p-news__link:hover .p-news__text {
  text-decoration: none;
}

.p-news__date {
  margin: 0 0 10px;
}

.p-news__text {
  margin: 0;
}

@media (max-width: 768px) {
  .p-news__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pagination .page-numbers {
  display: block;
  margin: 0 5px;
  padding: 2px 10px;
  border: 1px solid #2fa49a;
}

.p-pagination .page-numbers.prev, .p-pagination .page-numbers.next {
  padding: 0;
  border: none;
}

.p-pagination .page-numbers.current {
  background-color: #2fa49a;
  color: #fff;
}

@media (max-width: 768px) {
  .p-pagination .page-numbers {
    padding: 2px 8px;
  }
}

.p-required-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-required-field__title {
  margin: 0;
}

.p-required-field__icon {
  margin: 0;
}

.p-search-result__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
}

.p-search-result__item:last-child {
  margin-bottom: 0;
}

.p-search-result__link {
  display: block;
}

.p-search-result__link .p-search-result__title {
  text-decoration: underline;
}

.p-search-result__link:hover {
  text-decoration: none;
}

.p-search-result__link:hover .p-search-result__title {
  text-decoration: none;
}

.p-search-result__date {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.p-search-result__title {
  margin: 0;
  font-weight: bold;
}

.p-search-result__description {
  margin: 10px 0 0;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-search-result__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .p-search-result__date {
    font-size: 1.1rem;
  }
  .p-search-result__description {
    font-size: 1.1rem;
  }
}

.p-section-navi {
  overflow: hidden;
  margin: 0 0 40px;
}

.p-section-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px -20px 0;
}

.p-section-navi__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 20px 20px 0;
}

.p-section-navi__btn {
  padding: 8px 30px;
  font-size: 1.4rem;
}

.p-section-navi__btn::after {
  right: 10px;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
}

.p-section-navi--wrap .p-section-navi__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-section-navi--wrap .p-section-navi__item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px) {
  .p-section-navi {
    margin: 0 0 20px;
  }
  .p-section-navi__list {
    display: block;
    margin: 0;
  }
  .p-section-navi__item {
    margin: 0;
  }
  .p-section-navi__btn {
    display: block;
    padding: 4px 30px;
    border: none;
    font-size: 1.3rem;
  }
  .p-section-navi__btn::after {
    left: 10px;
    right: auto;
  }
}

.p-side {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.p-side__item {
  margin-bottom: 40px;
}

.p-side__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-side__item {
    margin-bottom: 30px;
  }
}

.p-side-banner__item {
  margin-bottom: 15px;
  text-align: center;
}

.p-side-banner__item:last-child {
  margin-bottom: 0;
}

.p-side-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-side-search__text {
  width: calc(100% - 70px - 10px);
}

.p-side-search__submit {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  max-width: 70px;
  border-radius: 5px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .p-side-search__submit {
    font-size: 1.3rem;
  }
}

.p-address__item {
  margin: 0 0 10px;
}

.p-address__item:last-child {
  margin: 0;
}

.p-agree__text {
  margin: 0 0 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-agree__text {
    margin: 0 0 20px;
  }
}

.p-breadcrumbs {
  color: #666;
  font-size: 1.4rem;
}

.p-breadcrumbs a {
  color: #666;
}

@media (max-width: 768px) {
  .p-breadcrumbs {
    font-size: 1.1rem;
  }
}

.p-btn-menu {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.p-btn-menu::after {
  display: inline-block;
  color: #2fa49a;
  font-size: 1rem;
  line-height: 1;
  content: 'メニュー';
}

.p-btn-menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 18px;
  margin: 0 0 5px;
}

.p-btn-menu__icon-inner {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #888;
}

.p-btn-menu__icon-inner:before {
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888;
  content: '';
}

.p-btn-menu__icon-inner:after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888;
  content: '';
}

.p-btn-menu.is-menu-open {
  background-color: #2fa49a;
}

.p-btn-menu.is-menu-open::after {
  color: #fff;
  content: '閉じる';
}

.p-btn-menu.is-menu-open .p-btn-menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 18px;
  margin: 0 0 5px;
}

.p-btn-menu.is-menu-open .p-btn-menu__icon-inner {
  background-color: transparent;
}

.p-btn-menu.is-menu-open .p-btn-menu__icon-inner:before {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-btn-menu.is-menu-open .p-btn-menu__icon-inner:after {
  bottom: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-rollover__target {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.u-rollover:hover .u-rollover__target {
  opacity: .8;
}

.new {
  color: #e60033;
  font-weight: bold;
  text-decoration: none;
  margin-left: 0.5em;
}