@charset "UTF-8";
@import url("https://use.typekit.net/zaf4kst.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500");
@font-face {
  font-family: 'bnet';
  src: url("../fonts/bnet.ttf?3b0290") format("truetype"), url("../fonts/bnet.woff?3b0290") format("woff"), url("../fonts/bnet.svg?3b0290#bnet") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  background: #fff;
  color: #141414;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

input, button,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
  transition: .3s all;
}

a:link,
a:visited {
  color: #00814c;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #00814c;
  text-decoration: none;
}

.l-header {
  text-decoration: none;
  margin: 100px auto 0;
  padding: 0;
  position: relative;
  top: -100px;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 959px) {
  .l-header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
}
.l-header a {
  color: #333;
  text-decoration: none;
}
.l-header.is-fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 140px;
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .l-header.is-fixed {
    height: 60px;
    padding-top: 0;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

.l-mainvisual {
  background: url(../img/top/mv.jpg) center center/cover no-repeat;
  display: block;
  height: 550px;
  width: 100%;
  margin-bottom: 5em;
}
@media screen and (max-width: 959px) {
  .l-mainvisual {
    height: 50vh;
  }
}
@media screen and (max-width: 599px) {
  .l-mainvisual {
    height: 30vh;
    margin-bottom: 2.5em;
  }
}

.l-container {
  box-sizing: border-box;
  width: 100%;
}
.l-container.is-top {
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  .l-container.is-top {
    margin-top: 60px;
  }
}

.l-contents {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 960px;
  width: 84%;
}
.l-contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  .l-contents {
    max-width: 100%;
    min-width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 599px) {
  .l-contents {
    padding: 0 5%;
  }
}

.l-page-head {
  background: url(../img/common/bg_page-title.jpg) center center/cover no-repeat;
  padding: 7em 0 1.8em;
  margin-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .l-page-head {
    padding: 3em 0 1em;
    margin-bottom: 2.5em;
  }
}

.l-row {
  margin: 0 auto;
  width: 85%;
}
.l-row--lg {
  width: 96%;
}
.l-row--sm {
  width: 800px;
}
.l-row--xs {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .l-row {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .l-row {
    width: 100%;
  }
}
.l-row.l-row--pt {
  padding-top: 30px;
}

.l-bnr {
  background: #f2f2f2;
  padding: 2em 0;
}
@media screen and (max-width: 599px) {
  .l-bnr {
    padding: 1em 0 .5em;
  }
}

.l-head {
  position: relative;
  z-index: 999999;
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}
.l-head.is-active {
  visibility: visible;
  animation-name: fadeIn;
}
@media screen and (max-width: 959px) {
  .l-head {
    animation: none;
    visibility: visible;
  }
}

.l-box {
  visibility: hidden;
  animation-duration: .35s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.l-box.is-active {
  visibility: visible;
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#head-area {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  height: auto;
}
#head-area #head-bg {
  height: auto;
}
#head-area.is-active::before {
  -webkit-animation: page-head 0.7s cubic-bezier(1, 0.04, 0.07, 0.59) forwards 1s;
  animation: page-head 0.7s cubic-bezier(1, 0.04, 0.07, 0.59) forwards 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#head-area.is-active::after {
  -webkit-animation: page-head 0.7s cubic-bezier(0.65, 0.24, 0.27, 0.92) forwards 0.4s;
  animation: page-head 0.7s cubic-bezier(1, 0.04, 0.07, 0.6) forwards 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#head-area::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00814c;
  z-index: 1;
}
#head-area::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
#head-area #head-bg {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: -1;
}
#head-area #head-bg.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  #head-area #head-bg {
    height: 30vh;
  }
}

.l-support {
  background: #f0f8f5;
  color: #00814c;
  padding: 3em;
}
@media screen and (max-width: 599px) {
  .l-support {
    padding: 1.4em;
  }
}

.l-main {
  float: right;
  width: 72%;
}
@media screen and (max-width: 959px) {
  .l-main {
    float: none;
    margin-bottom: 2em;
    width: 100%;
  }
}

.l-side {
  float: left;
  width: 24%;
}
@media screen and (max-width: 959px) {
  .l-side {
    float: none;
    width: 100%;
  }
}
.l-side__inner {
  border-left: 10px solid #00814c;
  padding: 0 0 0 1.8em;
}
@media screen and (max-width: 959px) {
  .l-side__inner {
    border-top: 10px solid #00814c;
    border-left: none;
    padding: 2em 0 0;
  }
}

.l-inner {
  padding: 0 0 120px;
  margin: 0 auto;
}
.l-inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 959px) {
  .l-inner {
    padding: 0 0 3em;
  }
}

.l-footer {
  background: #404040;
  color: #fff;
  letter-spacing: .05em;
  padding: 5.5em 0 3em;
}
@media screen and (max-width: 599px) {
  .l-footer {
    padding: 2.5em 0 0;
  }
}

.c-row {
  display: flex;
  margin-left: -3%;
}
@media screen and (max-width: 599px) {
  .c-row {
    flex-wrap: wrap;
    margin: 0;
  }
}

.c-col {
  box-sizing: border-box;
  width: 100%;
  margin-left: 3%;
}
@media screen and (max-width: 599px) {
  .c-col {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .c-col.is-mb-sm {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 599px) {
  .c-col.is-mb-md {
    margin-bottom: 2em;
  }
}

@-webkit-keyframes page-head {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes page-head {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
}

input[type="text"], textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 108%;
  margin-bottom: .5em;
  padding: .5em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #00814c;
}

textarea {
  width: 100%;
}

.f-select {
  -moz-appearance: none;
  background: url(../img/common/icon_select_arrow.png) no-repeat right 10px center;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: .2em 1em .2em .2em;
  position: relative;
}

select {
  outline: none;
  -moz-appearance: none;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .2em;
  border: none;
  width: 100%;
}
@media screen and (max-width: 599px) {
  select {
    font-size: 16px;
  }
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.f-radio input[type="radio"] {
  display: none;
}
.f-radio input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.f-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.f-radio label {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 20px;
  cursor: pointer;
}
.f-radio label::before, .f-radio label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-radio label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.f-radio label:hover::before {
  background: #fff;
}
.f-radio label::after {
  opacity: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #00814c;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.f-check input[type="checkbox"] {
  display: none;
}
.f-check input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.f-check input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.f-check label {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-check label::before, .f-check label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-check label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.f-check label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #00814c;
  border-bottom: 2px solid #00814c;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}
.f-check label:hover::before {
  background: #fff;
}

.f-w-xs {
  width: 3em;
}
@media screen and (max-width: 599px) {
  .f-w-xs {
    width: 100%;
  }
}

.f-w-sm {
  width: 7em;
}
@media screen and (max-width: 599px) {
  .f-w-sm {
    width: 100%;
  }
}

.f-w-md {
  width: 18em;
}
@media screen and (max-width: 599px) {
  .f-w-md {
    width: 100%;
  }
}

.f-w-lg {
  width: 100%;
}

.f-error {
  display: inline-block;
  padding: .1em;
  border-radius: 5px;
  color: #ff3737;
}

.c-label {
  background: #ff3737;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 77%;
  float: right;
  letter-spacing: .1em;
  padding: 0 0.8em;
  margin: 0 .5em;
}

a.c-btn, .c-btn {
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  display: inline-block;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 100%;
}

.c-btn-default {
  border: 1px solid #fff;
  background: #fff;
  color: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.c-btn-default:hover, .c-btn-default:focus, .c-btn-default:active {
  color: #fff;
  background: #00814c;
  border-color: #00814c;
}

.c-btn-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.c-btn-white:link, .c-btn-white:visited {
  color: #fff;
}
.c-btn-white:hover, .c-btn-white:focus {
  color: #141414;
  background: #fff;
  border-color: #fff;
}

.c-btn-line {
  border: 1px solid #00814c;
  background: none;
}
.c-btn-line:link, .c-btn-line:visited {
  color: #00814c;
}
.c-btn-line:hover, .c-btn-line:focus {
  color: #fff;
  background: #00814c;
  border-color: #00814c;
}

a.c-btn-solid, .c-btn-solid {
  border: 1px solid #00814c;
  background: #00814c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}
a.c-btn-solid:hover, a.c-btn-solid:focus, a.c-btn-solid:active, .c-btn-solid:hover, .c-btn-solid:focus, .c-btn-solid:active {
  opacity: .6;
  border-color: #00814c;
}
a.c-btn-solid:visited, .c-btn-solid:visited {
  color: #fff;
}

.c-btn-pager {
  border: 1px solid #9c9c9c;
  background: none;
  border-radius: 50px;
  padding: 1em;
}
.c-btn-pager:link, .c-btn-pager:visited {
  color: #00814c;
}
.c-btn-pager:hover, .c-btn-pager:focus {
  background: #9c9c9c;
  border-color: #9c9c9c;
}

.c-btn-back {
  cursor: pointer;
  font-size: 124%;
  text-decoration: underline;
  position: relative;
}
.c-btn-back:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  transform: rotate(45deg);
  left: -1em;
  top: 10px;
}

.c-btn-sm {
  padding: .5em 2em;
}
@media screen and (max-width: 599px) {
  .c-btn-sm {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-md {
  padding: .5em 5em;
}
@media screen and (max-width: 599px) {
  .c-btn-md {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-lg {
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 300px;
}
@media screen and (max-width: 599px) {
  .c-btn-lg {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-xl {
  box-sizing: border-box;
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .c-btn-xl {
    padding: .5em 1em;
    width: 100%;
  }
}

table {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .c-tbl-sf {
    overflow-x: auto;
  }
  .c-tbl-sf table {
    min-width: 500px;
  }
}
.c-tbl th, .c-tbl td {
  border: 1px solid #00814c;
  padding: 1em;
  vertical-align: baseline;
}
.c-tbl th {
  background: #d0e6de;
  font-weight: 500;
  text-align: center;
}
.c-tbl td {
  background: #fff;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'bnet' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  position: relative;
  padding-left: 2.8em;
  /*アイコン分のスペース*/
  margin-bottom: 2em;
  line-height: 1.4;
}

.icon:before {
  font-family: 'bnet' !important;
  position: absolute;
  /*絶対位置*/
  font-size: 2.4em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: -70%;
  /*アイコンの位置*/
  color: black;
  /*アイコン色*/
}

.icon-bnet:before {
  content: "\e907";
}

.icon-link:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e909";
}

.icon-melmaga:before {
  content: "\e90a";
}

.icon-tel1:before {
  content: "\e90b";
}

.icon-gnav, .icon-footer, .icon-link {
  font-size: 185%;
  display: inline-block;
  vertical-align: middle;
  margin: -.2em .1em 0;
}

.icon-link {
  margin: -.2em .1em 0 -1.1em;
}

.p-header-inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
.p-header-inner::after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 959px) {
  .p-header-inner {
    position: relative;
  }
}

@media screen and (max-width: 959px) {
  .p-global {
    position: absolute;
    box-sizing: border-box;
    top: -520px;
    background: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 0 20px 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .p-global ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .p-global li {
    position: static;
  }

  .is-open .p-nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-open .p-nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .is-open .p-nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-open .p-global {
    -webkit-transform: translateY(580px);
    -moz-transform: translateY(580px);
    transform: translateY(580px);
    border-bottom: 2px solid #00814c;
  }
}
.p-utility {
  padding: .5em;
  border-bottom: 1px solid #ebebeb;
}
.p-utility__nav {
  display: flex;
  justify-content: flex-end;
}
.p-utility__nav li {
  padding: 0 0 0 2.5em;
}
.p-utility__nav a {
  position: relative;
  font-size: 100%;
}
.p-utility__nav a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 10px;
  left: -12px;
  border-radius: 50%;
  background: #00814c;
}
.p-utility__nav a:hover {
  color: #00814c;
}
@media screen and (max-width: 959px) {
  .p-utility {
    display: none;
  }
}

.p-global-nav {
  float: left;
  padding: 2.6em 0 0 1em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .p-global-nav {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.p-global-nav li {
  float: left;
  padding: 0 1.7em;
}
.p-global-nav li:nth-of-type(6), .p-global-nav li:nth-of-type(7), .p-global-nav li:nth-of-type(8), .p-global-nav li:nth-of-type(9) {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-global-nav li {
    border-bottom: 1px solid #e3e3e3;
    float: none;
    text-align: left;
    padding: 0;
  }
  .p-global-nav li:last-child {
    margin-bottom: 10px;
  }
  .p-global-nav li:nth-of-type(6), .p-global-nav li:nth-of-type(7), .p-global-nav li:nth-of-type(8), .p-global-nav li:nth-of-type(9) {
    display: inherit;
  }
}
.p-global-nav a {
  font-size: 108%;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-global-nav a::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 1px;
  width: 1px;
  height: 30px;
  background: #e6e6e6;
}
.p-global-nav a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #00814c;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.p-global-nav a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-global-nav a.is-active::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00814c;
  transform: inherit;
  transition: none;
}
@media screen and (max-width: 959px) {
  .p-global-nav a {
    display: block;
    font-size: 100%;
    letter-spacing: .1em;
    padding: .8em .5em;
  }
  .p-global-nav a::after {
    display: none;
  }
  .p-global-nav a::before {
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    position: absolute;
    content: "";
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    left: 0.5em;
    left: inherit;
    right: .5em;
    top: 42%;
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
    background: none;
  }
}

.p-global-subnav {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .p-global-subnav {
    width: 100%;
  }
}
.p-global-subnav a {
  background: #fee50e;
  border-left: 1px solid #ebebeb;
  box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 100px;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 2.6em 1.5em 0;
  position: relative;
}
.p-global-subnav a:hover {
  background: #f9ba12;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .p-global-subnav a {
    width: 100%;
    padding: 1em;
    height: auto;
  }
  .p-global-subnav a::before {
    top: 25px;
  }
}

@media screen and (max-width: 959px) {
  .p-mobile-head {
    background: #fff;
    width: 100%;
    height: 63px;
    z-index: 999;
    position: relative;
  }

  .p-nav-toggle {
    display: block;
    position: absolute;
    left: 1em;
    top: 30%;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
  }
  .p-nav-toggle div {
    position: relative;
  }
  .p-nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .p-nav-toggle span:nth-child(1) {
    top: 0;
  }
  .p-nav-toggle span:nth-child(2) {
    top: 10px;
  }
  .p-nav-toggle span:nth-child(3) {
    top: 20px;
  }
}
.p-footer-bnr {
  display: flex;
  margin-left: -1%;
}
.p-footer-bnr li {
  margin-left: 1%;
}
@media screen and (max-width: 599px) {
  .p-footer-bnr {
    flex-wrap: wrap;
  }
}
.p-footer-bnr li {
  width: 49%;
  margin-bottom: .5em;
}

.p-footer {
  border-bottom: 1px solid #222;
  padding: 0 0 2.6em;
  margin-bottom: 2em;
  justify-content: space-around;
  line-height: 1.55;
}
.p-footer__l {
  font-size: 93%;
}
.p-footer__r h2 {
  font-size: 116%;
  font-weight: 500;
  padding-bottom: 0.5em;
}
.p-footer-add dt {
  padding: 0 0 .8em;
}
@media screen and (max-width: 959px) {
  .p-footer {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
  .p-footer__l, .p-footer__r {
    width: 100%;
  }
}

.p-footer-line {
  color: #999;
  display: flex;
  font-size: 93%;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-footer-line {
    display: block;
    font-size: 77%;
  }
  .p-footer-line li {
    text-align: center;
  }
}

.p-footer-info dt {
  color: #999;
  font-size: 93%;
  padding: 0 0 0.4em;
}

.p-tel-link a {
  color: #141414;
}
.p-tel-link a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-tel-link a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.p-logo {
  float: left;
  padding: 25px 20px 0 20px;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .p-logo {
    float: none;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    width: 90px;
  }
}
.p-logo a {
  display: inline-block;
  width: 244px;
}
@media screen and (max-width: 1179px) {
  .p-logo a {
    width: 160px;
  }
}
@media screen and (max-width: 959px) {
  .p-logo a {
    width: 122px;
  }
}

.p-topicpath {
  font-size: 93%;
  margin: 0;
  overflow: hidden;
  padding: .5em 1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-topicpath {
    padding: .5em 0;
  }
}
.p-topicpath li {
  color: #f5f5f5;
  float: left;
  padding: 0 .5em;
}
.p-topicpath li.is-active {
  font-size: 100%;
  font-weight: bold;
}
.p-topicpath a {
  color: yellow;
  margin-right: 1em;
  position: relative;
  margin-right: 1.2em;
}
.p-topicpath a:hover {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-topicpath a {
    margin-right: 10px;
  }
}
.p-topicpath a::after {
  bottom: 0;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: .6em;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .p-topicpath a::after {
    right: -10px;
  }
}

.p-copyright {
  font-size: 93%;
  background: #ccc;
  color: #fff;
  text-align: right;
  padding: 1em;
}
@media screen and (max-width: 959px) {
  .p-copyright {
    font-size: 77%;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .p-pagetop {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    display: none;
  }
  .p-pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #00814c;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.8;
  }
  .p-pagetop a:hover {
    background: #333;
  }
  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  .p-pagetop {
    margin-top: 20px;
  }
  .p-pagetop a {
    display: block;
    background: #00814c;
    color: #fff;
    padding: 1.8em 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.p-link-list--bg {
  background: #f1f1f1;
  padding: 1em;
}
.p-link-list li {
  padding: 0 0 .5em;
}
.p-link-list a {
  display: inline-block;
  padding: 0 0 0 100px;
  text-indent: -92px;
}
.p-link-list span {
  display: inline-block;
  font-size: 85%;
  margin-right: 1em;
  line-height: 1.3;
  width: 70px;
  text-align: center;
  text-indent: 0;
}

.p-link-list-icon a {
  display: inline-block;
  padding: 0 0 0 3em;
}
.p-link-list-icon span {
  display: inline-block;
  margin-right: .5em;
  line-height: 1.3;
  text-indent: 0;
}

.p-dl-list {
  display: table;
  width: 100%;
}
.p-dl-list dt {
  display: table-cell;
  font-weight: 500;
  padding: 1em;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .p-dl-list dt {
    display: block;
    width: auto;
  }
}
.p-dl-list dd {
  display: table-cell;
  padding: 1em 2em;
}
@media screen and (max-width: 599px) {
  .p-dl-list dd {
    display: block;
    padding: 1em;
  }
}

.is-form {
  border-bottom: 1px solid #d9d9d9;
}
.is-form.is-first {
  border-top: 1px solid #d9d9d9;
}
.is-form dt {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .is-form {
    border: none;
  }
  .is-form dt {
    background: #f1f1f1;
    width: auto;
  }
}

.is-waste, .is-example {
  border-bottom: 1px solid #d9d9d9;
}
.is-waste.is-first, .is-example.is-first {
  border-top: 1px solid #d9d9d9;
}
.is-waste dt, .is-example dt {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .is-waste, .is-example {
    border: none;
  }
  .is-waste dt, .is-example dt {
    background: #f1f1f1;
    width: auto;
  }
}

.is-example dt {
  color: #999;
}

.is-glossary {
  border-bottom: 1px solid #d9d9d9;
}
.is-glossary dt {
  font-size: 139%;
  font-weight: 500;
  width: 30%;
  padding: 2em 1em;
}
.is-glossary dd {
  padding: 2em;
}
@media screen and (max-width: 959px) {
  .is-glossary dt {
    font-size: 108%;
  }
}
@media screen and (max-width: 599px) {
  .is-glossary dt {
    padding: 2em 0 1em;
    width: 100%;
  }
  .is-glossary dd {
    padding: 0 0 2em;
  }
}

.p-circle-list {
  padding: 0;
}
.p-circle-list li {
  line-height: 1.4;
  padding: 0 0 .8em 1.4em;
  position: relative;
}
.p-circle-list li::before {
  background: #00814c;
  border-radius: 6px;
  bottom: 0;
  content: "";
  height: 7px;
  left: .3em;
  position: absolute;
  top: .55em;
  width: 7px;
}
.p-circle-list li:last-child {
  padding-bottom: 0;
}

.p-num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 1em 0 0 1em;
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  .p-num-list {
    padding: 1em 0 0 1em;
  }
}
.p-num-list li {
  line-height: 1.55;
  margin-bottom: 1em;
  padding: 0 0 .8em 1.2em;
  position: relative;
}
.p-num-list li:last-child {
  margin: 0;
}
.p-num-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  font-weight: 500;
  text-align: center;
  left: -.3em;
  position: absolute;
}

.p-number-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 1em 0 0 .5em;
}
@media screen and (max-width: 599px) {
  .p-number-list {
    padding: 1em 0 0 1em;
  }
}
.p-number-list li {
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 0 .8em 1em;
  position: relative;
}
.p-number-list li:last-child {
  margin: 0;
}
.p-number-list li:before {
  background-color: #999;
  border-radius: 50%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  font-size: 77%;
  line-height: 1.55;
  margin-left: -24px;
  text-align: center;
  height: 20px;
  width: 20px;
  top: .2em;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .p-number-list li:before {
    line-height: 2;
  }
}

.p-contact-flow {
  display: flex;
  justify-content: space-between;
  width: 440px;
  margin: 0 auto 72px auto;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 599px) {
  .p-contact-flow {
    width: auto;
    margin: 0 40px 52px 40px;
  }
}
.p-contact-flow li {
  position: relative;
  padding-bottom: 22px;
  font-size: 124%;
  font-weight: 400;
  color: #aaa;
  text-align: center;
}
.p-contact-flow li:first-child {
  left: -9px;
}
.p-contact-flow li:last-child {
  right: -9px;
}
.p-contact-flow li::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #999;
  box-sizing: border-box;
}
.p-contact-flow li.is-active {
  color: #333;
}
.p-contact-flow li.is-active::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #FFF;
  box-sizing: border-box;
  border: 7px solid #00814c;
}

.p-form-cmt {
  font-size: 93%;
  padding: 3em 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-form-cmt {
    font-size: 77%;
    line-height: 1.4;
    padding: 2em 0 0;
  }
}

.p-submit {
  text-align: center;
  padding: 3em 0 0;
}
.p-submit li:first-of-type {
  margin: 0 0 1.8em;
}
@media screen and (max-width: 599px) {
  .p-submit {
    padding: 1.5em 0 0;
  }
  .p-submit li {
    display: block;
  }
  .p-submit li:first-of-type {
    margin: 0 0 1.5em 0;
  }
}

.p-pager {
  padding: 0;
  display: flex;
  width: 100%;
}
.p-pager li {
  display: inline-block;
  width: 50%;
}
.p-pager li:nth-of-type(1) a, .p-pager li:nth-of-type(2) a {
  padding: 2em;
  position: relative;
}
.p-pager li:nth-of-type(1) a::before, .p-pager li:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  border-top: 2px solid #9c9c9c;
  border-left: 2px solid #9c9c9c;
  width: 10px;
  height: 10px;
}
.p-pager li:nth-of-type(2) a::before {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.p-pager li a:hover::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-pager li:nth-of-type(1) {
  text-align: left;
}
.p-pager li:nth-of-type(2) {
  text-align: right;
}

.p-pager-detail {
  padding: 0;
  display: flex;
}
.p-pager-detail li {
  width: 33%;
  text-align: center;
}
.p-pager-detail li a {
  padding: 2em 0;
  text-decoration: none;
}
.p-pager-detail li:nth-of-type(1) {
  text-align: left;
}
.p-pager-detail li:nth-of-type(3) {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .p-pager-detail {
    padding: 0 0 4em;
  }
}
.p-pager-detail li:nth-of-type(1) a, .p-pager-detail li:nth-of-type(3) a {
  position: relative;
  display: inline-block;
  padding: 2em;
}
.p-pager-detail li:nth-of-type(1) a::before, .p-pager-detail li:nth-of-type(3) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  border-top: 2px solid #9c9c9c;
  border-left: 2px solid #9c9c9c;
  width: 10px;
  height: 10px;
}
.p-pager-detail li:nth-of-type(1) a:hover::before, .p-pager-detail li:nth-of-type(3) a:hover::before {
  border-color: #fff;
}
.p-pager-detail li:nth-of-type(3) a::before {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.p-pager-detail li:nth-of-type(2) a {
  color: #141414;
  box-shadow: none;
  position: relative;
  top: 1em;
}
.p-pager-detail li:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
}
.p-pager-detail li:nth-of-type(2) a:hover {
  opacity: .6;
}

.p-page-ttl {
  color: #fff;
  padding: 0 0 2em;
  text-align: center;
}
.p-page-ttl .is-ja {
  display: block;
  font-size: 216%;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 0 0 .65em;
}
.p-page-ttl .is-en {
  font-family: "futura-pt";
  font-weight: normal;
  letter-spacing: .4em;
}
@media screen and (max-width: 599px) {
  .p-page-ttl {
    padding: 0 0 .65em;
  }
  .p-page-ttl .is-ja {
    font-size: 170%;
    padding: 0;
  }
  .p-page-ttl .is-en {
    font-size: 77%;
  }
}

.p-ttl01 {
  border-bottom: 1px solid #141414;
  font-size: 216%;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 0 0 .7em;
  margin: 0 0 1em;
}
.p-ttl01.is-icon {
  padding: 0 0 .2em;
}
.p-ttl01 span {
  color: #00814c;
  font-size: 185%;
  display: inline-block;
  vertical-align: middle;
  margin: -.15em 0 0;
}
@media screen and (max-width: 599px) {
  .p-ttl01 {
    font-size: 124%;
  }
}

.p-ttl02 {
  border-bottom: 1px solid #ccc;
  font-size: 139%;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 0 0 .7em;
  margin: 0 0 1em;
}

.p-ttl03 {
  font-size: 124%;
  font-weight: 500;
  padding: 0 0 1em;
}

.p-ttl04 {
  background: #666;
  color: #fff;
  font-size: 124%;
  font-weight: 500;
  letter-spacing: .1em;
  padding: .5em 1em;
  margin-bottom: 1em;
}

.p-ttl05 {
  font-size: 185%;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-ttl05 {
    font-size: 124%;
  }
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual .p-mv-catch {
  position: absolute;
  bottom: 3em;
  right: 0;
}
.p-mainvisual .p-mv-catch dt {
  display: block;
  width: 524px;
  padding: 0 0 2.5em;
}
.p-mainvisual .p-mv-catch dd {
  color: #fff;
  font-size: 124%;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-mainvisual .p-mv-catch {
    position: absolute;
    top: 18em;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .p-mainvisual .p-mv-catch dt {
    width: 100%;
  }
  .p-mainvisual .p-mv-catch dd {
    font-size: 93%;
  }
}
@media screen and (max-width: 599px) {
  .p-mainvisual .p-mv-catch {
    top: 15vh;
  }
  .p-mainvisual .p-mv-catch dd {
    display: none;
  }
}

.p-info {
  margin-bottom: 5em;
}
.p-info__r {
  box-sizing: border-box;
  border-left: 10px solid #00814c;
  width: 30%;
}
.p-info__l {
  width: 67%;
}
@media screen and (max-width: 959px) {
  .p-info {
    flex-wrap: wrap;
  }
  .p-info__r, .p-info__l {
    width: 100%;
  }
  .p-info__r {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  .p-info__r {
    border-left-width: 4px;
  }
}

.p-info-ttl {
  color: #00814c;
  letter-spacing: .1em;
  margin-left: 1.5em;
}
.p-info-ttl dt {
  color: #00814c;
  font-size: 200%;
  font-weight: bold;
  font-family: "futura-pt";
}
.p-info-ttl dd {
  font-size: 93%;
}

.p-info-tab {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .p-info-tab {
    justify-content: flex-start;
  }
}
.p-info-tab li {
  box-sizing: border-box;
  border-top: 1px solid #00814c;
  border-right: 1px solid #00814c;
  border-bottom: 1px solid #00814c;
}
.p-info-tab li:nth-of-type(1) {
  border-left: 1px solid #00814c;
}
.p-info-tab li a {
  display: inline-block;
  letter-spacing: .05em;
  padding: .6em 1em;
  text-decoration: none;
}
.p-info-tab li a:hover {
  background: #009b5b;
  color: #fff;
}
.p-info-tab li a.is-active {
  background: #00814c;
  color: #fff;
}

.p-info-list a {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 1.5em 3em 1.5em 1em;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
.p-info-list a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #141414;
  display: block;
  right: 20px;
  top: 20px;
}
.p-info-list a::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  right: 27px;
  top: 26px;
}
.p-info-list a:hover {
  opacity: .6;
}
@media screen and (max-width: 599px) {
  .p-info-list a::before {
    display: none;
  }
  .p-info-list a::after {
    border-top: 2px solid #141414;
    border-right: 2px solid #141414;
    width: 8px;
    height: 8px;
    top: 45%;
    right: .5em;
  }
}
.p-info-list dl {
  overflow: hidden;
}
.p-info-list dt {
  float: left;
  letter-spacing: .1em;
  width: 16em;
}
.p-info-list dd {
  margin-left: 17em;
}
.p-info-list dd span {
  color: #141414;
  display: block;
  padding: .5em 0 0;
}
.p-info-list--activities dt {
  width: 10em;
}
.p-info-list--activities dd {
  margin-left: 11em;
}
.p-info-list--example dt {
  width: 7em;
}
.p-info-list--example dd {
  margin-left: 8em;
}
@media screen and (max-width: 599px) {
  .p-info-list::before {
    display: none;
  }
  .p-info-list::after {
    border-color: #141414;
    top: 50%;
    right: 10px;
  }
  .p-info-list dt {
    float: none;
    width: 100%;
  }
  .p-info-list dd {
    margin: 0;
    padding: .8em 0 0;
  }
}

.p-info-date {
  color: #a6a6a6;
  font-family: "futura-pt";
}

.p-info-label {
  background: #999;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 85%;
  padding: .25em 1em;
  text-align: center;
  margin: 0 1em 0 0;
  width: 8em;
}

.p-support-system a {
  color: #141414;
  text-decoration: none;
}
.p-support-system a:hover {
  opacity: .6;
}
.p-support-system dt {
  padding: 0 0 1em;
}
.p-support-system dd:nth-of-type(1) {
  font-size: 124%;
  font-weight: 500;
  padding: 0 0 .5em;
  position: relative;
}
.p-support-system dd:nth-of-type(1):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #00814c;
  border-bottom: 2px solid #00814c;
  transform: rotate(-45deg);
  right: 10px;
  top: 10px;
}
.p-support-system dd:nth-of-type(2) {
  line-height: 1.6;
}

.p-operating {
  display: flex;
  margin-left: -3%;
  align-items: flex-end;
}
.p-operating li {
  box-sizing: border-box;
  width: 100%;
  margin-left: 3%;
}
.p-operating dt {
  line-height: 1.4;
  padding: 0 0 1em;
}
.p-operating dd {
  letter-spacing: .1em;
}
.p-operating dd:nth-of-type(1) {
  font-size: 139%;
  font-weight: 500;
  padding: 0 0 .5em;
}
.p-operating dd:nth-of-type(2) {
  color: #ccc;
  font-size: 93%;
}

.p-post-head {
  padding: 0 0 3.2em;
}
.p-post-head--example {
  border-bottom: 4px solid #ebebeb;
  margin-bottom: 3em;
}
.p-post-head ul {
  letter-spacing: .1em;
}
.p-post-head ul li {
  display: inline-block;
}
.p-post-head .p-post-label {
  background: #141414;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 85%;
  padding: .05em 1em;
  margin: 0 1em 0 0;
  text-align: center;
  width: 9em;
}
@media screen and (max-width: 599px) {
  .p-post-head .p-post-label {
    font-size: 70%;
    letter-spacing: .1em;
    width: auto;
  }
}
.p-post-head .p-post-date {
  color: #999;
}

.p-post-ttl {
  font-size: 185%;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.45;
  padding: 0 0 .9em;
}
@media screen and (max-width: 959px) {
  .p-post-ttl {
    font-size: 139%;
  }
}
@media screen and (max-width: 599px) {
  .p-post-ttl {
    font-size: 124%;
  }
}

.p-entry, .p-entry--event {
  letter-spacing: .1em;
  padding: 0 0 4em;
}
.p-entry h2, .p-entry--event h2 {
  font-size: 139%;
  margin: 3em 0 1.2em;
  border-left: 2px solid #00814c;
  padding: .5em 0 0.5em 1.2em;
}
@media screen and (max-width: 599px) {
  .p-entry h2, .p-entry--event h2 {
    font-size: 124%;
    padding: 0 0 .2em .8em;
    margin: 2em 0 .8em;
  }
}
.p-entry h3, .p-entry--event h3 {
  font-size: 124%;
  margin: 3em 0 1.2em;
}
@media screen and (max-width: 599px) {
  .p-entry h3, .p-entry--event h3 {
    font-size: 108%;
    margin: 2em 0 .8em;
  }
}
.p-entry p, .p-entry--event p {
  margin: 0 0 1.5em;
  text-align: justify;
}
.p-entry ul, .p-entry--event ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 2em;
}
.p-entry ol, .p-entry--event ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 2em;
}
.p-entry dl, .p-entry--event dl {
  overflow: hidden;
}
.p-entry dl dt, .p-entry--event dl dt {
  float: left;
  font-weight: 500;
  width: 10em;
}
.p-entry dl dd, .p-entry--event dl dd {
  line-height: 1.45;
  margin-left: 11em;
  padding: 0 0 1em;
}
@media screen and (max-width: 599px) {
  .p-entry dl dt, .p-entry--event dl dt {
    float: none;
    width: auto;
  }
  .p-entry dl dd, .p-entry--event dl dd {
    margin: 0;
  }
}
.p-entry table, .p-entry--event table {
  margin: 2em 0;
}
.p-entry table th, .p-entry table td, .p-entry--event table th, .p-entry--event table td {
  border: 1px solid #d9d9d9;
  padding: 1em;
}
.p-entry table th, .p-entry--event table th {
  background: #f1f1f1;
  text-align: center;
}
.p-entry img, .p-entry--event img {
  text-align: center;
}
.p-entry a, .p-entry--event a {
  transition: .2s;
}
.p-entry a:hover, .p-entry--event a:hover {
  opacity: .6;
}

.p-photo {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  padding: 2em 0;
}
@media screen and (max-width: 599px) {
  .p-photo {
    flex-wrap: wrap;
    margin: 0;
  }
}
.p-photo div {
  box-sizing: border-box;
  width: 47%;
  margin: 0 0 2em 3%;
}
@media screen and (max-width: 599px) {
  .p-photo div {
    width: 100%;
    margin: 0 0 1.5em;
  }
}
.p-photo img {
  display: block;
  margin-bottom: 1em;
}
.p-photo span {
  display: inline-block;
  font-size: 85%;
  line-height: 1.35;
  text-align: justify;
}

.p-post-files {
  border: 1px solid #ebebeb;
  padding: 2em;
}
@media screen and (max-width: 599px) {
  .p-post-files {
    padding: 1em;
  }
}
.p-post-files ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.p-post-files ul li {
  border-bottom: 1px dotted #d9d9d9;
}
.p-post-files ul li a {
  display: inline-block;
  padding: .5em .5em .5em 100px;
  text-indent: -100px;
}
.p-post-files ul li a span {
  display: inline-block;
  font-size: 77%;
  width: 80px;
  text-align: center;
  text-indent: 0;
  margin-right: 15px;
  line-height: 1.3;
}

.p-side-ttl {
  font-family: "futura-pt";
  font-size: 154%;
  letter-spacing: .05em;
  padding: 0 0 .5em;
}

.p-side-list a {
  display: block;
  padding: 1.2em 1em .5em 2em;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
.p-side-list a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #141414;
  display: block;
  left: 0;
  top: 20px;
}
.p-side-list a::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: 5px;
  top: 26px;
}
.p-side-list a:hover {
  opacity: .8;
  text-decoration: underline;
}

.p-schedule {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: 1em;
}
.p-schedule li {
  background: #f0f8f5;
  box-sizing: border-box;
  color: #00814c;
  padding: 1.5em .5em;
  width: 13.66666%;
  margin: 0 0 1em 3%;
  text-align: center;
  position: relative;
}
.p-schedule li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00814c;
  border-bottom: 2px solid #00814c;
  right: -1em;
  top: 45%;
  transform: rotate(-45deg);
}
.p-schedule li:nth-last-child(1)::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-schedule li {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .p-schedule li {
    width: 100%;
    margin: 0 0 2em;
  }
  .p-schedule li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #00814c;
    border-bottom: 2px solid #00814c;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -1em;
    transform: rotate(45deg);
  }
}

.p-contact-tel {
  border: 5px solid #f1f1f1;
  padding: 2.5em;
  margin: 0 0 3.5em;
  text-align: center;
}
.p-contact-tel dt {
  padding: 0 0 1em;
}
.p-contact-tel dd {
  font-size: 200%;
  letter-spacing: .05em;
}
.p-contact-tel a {
  color: #00814c;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-contact-tel {
    padding: 1.5em;
  }
  .p-contact-tel dt {
    padding: 0 0 .5em;
  }
  .p-contact-tel dd {
    font-size: 139%;
  }
}

.p-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.p-links li {
  margin: 0 0 1em 3%;
  width: 47%;
  background: #f1f1f1;
}
.p-links a {
  display: block;
  padding: .7em 1em .7em 2.6em;
  position: relative;
  text-decoration: none;
}
.p-links a::before {
  font-size: 116%;
}
@media screen and (max-width: 599px) {
  .p-links {
    margin: 0;
  }
  .p-links li {
    margin: 0 0 1em;
    width: 100%;
  }
}

.p-sitemap {
  padding: 0;
}
.p-sitemap > li {
  line-height: 1.4;
  border-bottom: 1px solid #d9d9d9;
}
.p-sitemap > li:last-child {
  padding-bottom: 0;
}
.p-sitemap > li > a {
  position: relative;
  display: block;
  padding: 1.5em 1em 1.5em 2.5em;
}
.p-sitemap > li > a::before {
  background: #00814c;
  border-radius: 6px;
  bottom: 0;
  content: "";
  height: 7px;
  left: .8em;
  position: absolute;
  top: 2em;
  width: 7px;
}

.p-sitemap-in a {
  position: relative;
  display: block;
  padding: .5em 1em .5em 4em;
}
.p-sitemap-in a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 2.5em;
  background: #ccc;
}

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

.u-bold {
  font-weight: bold;
}

.u-fs-sm {
  font-size: 85%;
}

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

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

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

.u-txt-justify {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-bgc-white {
  background: #fff;
}

.u-bgc-pdf {
  background: #ED1919;
}

.u-bgc-word {
  background: #3570E9;
}

.u-bgc-excel {
  background: #2FB270;
}

.u-label {
  color: #fff;
  letter-spacing: .1em;
  padding: .2em 0;
}

.u-pb-xs {
  padding: 0 0 1em;
}

.u-pb-sm {
  padding: 0 0 2em;
}
@media screen and (max-width: 599px) {
  .u-pb-sm {
    padding: 0 0 1.5em;
  }
}

.u-pb-md {
  padding: 0 0 4em;
}
@media screen and (max-width: 599px) {
  .u-pb-md {
    padding: 0 0 2em;
  }
}

.u-pb-lg {
  padding: 0 0 6em;
}
@media screen and (max-width: 599px) {
  .u-pb-lg {
    padding: 0 0 3em;
  }
}

.u-mb-xs {
  margin: 0 0 1em;
}

.u-mb-md {
  margin: 0 0 4em;
}
@media screen and (max-width: 599px) {
  .u-mb-md {
    margin: 0 0 2em;
  }
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
