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 {
  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;
}

th, td {
  vertical-align: middle;
}

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

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

html {
  overflow-y: scroll;
  background: #183772;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8em;
  background: #F8F5EF;
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:link,
a:visited {
  color: #004D99;
  text-decoration: underline;
}

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

@media screen and (max-width: 899px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.l-header {
  background: #183772;
}

.l-header__inner {
  width: 1100px;
  height: 87px;
  margin: 0 auto;
}
.l-header__inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  .l-header__inner {
    width: auto;
    padding: 0 10px;
  }
}

@media screen and (min-width: 900px) {
  .l-global-nav {
    float: right;
  }
}
@media print and (min-width: 900px) {
  .l-global-nav {
    float: right;
  }
}
@media screen and (max-width: 899px) {
  .l-global-nav {
    overflow: auto;
    position: fixed;
    top: 87px;
    bottom: 0;
    right: -90%;
    width: 90%;
    opacity: 0;
    z-index: 200;
    background: #F8F5EF;
    transition: 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
  }

  .navOpen .l-global-nav {
    opacity: 1;
    right: 0;
  }
}
.l-mainvisual {
  background: url(../img/bg_mesh_red.png) repeat;
  overflow: hidden;
}

.l-mainvisual__inner {
  display: table;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 899px) {
  .l-mainvisual__inner {
    display: block;
    min-width: auto;
  }
}

.l-mainvisual__image {
  display: table-cell;
  width: 68%;
  vertical-align: middle;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 899px) {
  .l-mainvisual__image {
    display: block;
    width: auto;
    padding: 0;
  }
}
.l-mainvisual__image img {
  width: 100%;
}

.l-mainvisual__catch {
  display: table-cell;
  width: 32%;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 899px) {
  .l-mainvisual__catch {
    display: block;
    width: auto;
    padding: 20px 0;
  }
}

@media screen and (max-width: 899px) {
  .p-catch {
    display: none;
  }
}
.l-important {
  padding: 35px 0;
  background: url(../img/bg_border_yellow.png) repeat;
}
@media screen and (max-width: 899px) {
  .l-important {
    padding: 15px;
  }
}

.l-container-fluid {
  padding: 70px 0;
}
@media screen and (max-width: 899px) {
  .l-container-fluid {
    padding: 40px 10px;
  }
}

.l-container {
  width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  .l-container {
    width: 100%;
  }
}

.l-banner {
  padding: 40px 0;
  background: #EEE8D9;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .l-banner {
    padding: 20px 0;
  }
}

.l-info-top__left {
  float: left;
  width: 730px;
}
@media screen and (max-width: 899px) {
  .l-info-top__left {
    float: none;
    width: auto;
  }
}

.l-info-top__right {
  float: right;
  width: 320px;
  padding: 0 25px 25px 25px;
  border: 3px solid #CC0000;
  border-top: none;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (max-width: 899px) {
  .l-info-top__right {
    float: none;
    width: auto;
    margin-top: 40px;
    padding: 0 20px 20px 20px;
  }
}

.l-info-top__head {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .l-info-top__head {
    margin-bottom: 20px;
  }
}

.l-bbs {
  margin-top: 60px;
  padding: 0 25px 25px 25px;
  border: 3px solid #183772;
  border-top: none;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (max-width: 899px) {
  .l-bbs {
    margin-top: 40px;
    padding: 0 20px 20px 20px;
  }
}

.l-pagename {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: url(../img/bg_mesh_red.png) repeat;
}
@media screen and (max-width: 899px) {
  .l-pagename {
    height: 120px;
    padding: 0 10px;
  }
}
.l-pagename::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 100%;
  height: 500px;
  background: url(../img/pn_default.jpg) no-repeat 0 bottom;
}
@media screen and (max-width: 899px) {
  .l-pagename::before {
    display: none;
  }
}
.l-pagename.is-info::before {
  background: url(../img/pn_info.jpg) no-repeat 0 center;
  top: -100px;
}
.l-pagename.is-about::before {
  background: url(../img/pn_about.jpg) no-repeat 0 bottom;
  top: -50px;
}
.l-pagename.is-guard::before {
  background: url(../img/pn_guard.jpg) no-repeat 0 bottom;
  top: -60px;
}
.l-pagename.is-workshop::before {
  background: url(../img/pn_workshop.jpg) no-repeat 0 center;
  top: -40px;
}
.l-pagename.is-call119::before {
  background: url(../img/pn_call119.jpg) no-repeat 0 center;
  top: -40px;
}
.l-pagename.is-prevention::before {
  background: url(../img/pn_prevention.jpg) no-repeat 0 center;
  top: -25px;
}
.l-pagename.is-seminar::before {
  background: url(../img/pn_seminar.jpg) no-repeat 0 center;
}
.l-pagename.is-application::before {
  background: url(../img/pn_application.jpg) no-repeat 0 center;
}
.l-pagename.is-firebrigade::before {
  background: url(../img/pn_firebrigade.jpg) no-repeat 0 center;
  top: -25px;
}
.l-pagename.is-announce::before {
  background: url(../img/pn_announce.jpg) no-repeat 0 center;
  top: -50px;
}
.l-pagename::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120%;
  height: 200px;
  background: #F8F5EF;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media screen and (max-width: 899px) {
  .l-pagename::after {
    display: none;
  }
}

.l-pagename__inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .l-pagename__inner {
    width: auto;
  }
}

.l-contents {
  position: relative;
  width: 1100px;
  margin: -150px auto 70px auto;
}
.l-contents::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  .l-contents {
    width: auto;
    margin: 0;
  }
}

.l-contents__inner {
  padding: 75px;
  background: #FFF;
}
@media screen and (max-width: 899px) {
  .l-contents__inner {
    padding: 30px 10px;
  }
}

.l-main {
  float: left;
  width: 760px;
  padding: 50px;
  background: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .l-main {
    float: none;
    width: auto;
    padding: 30px 10px;
  }
}

.l-side {
  float: right;
  width: 300px;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .l-side {
    float: none;
    width: auto;
    padding: 30px 10px;
  }
}

.l-group {
  margin-top: 75px;
}
@media screen and (max-width: 899px) {
  .l-group {
    margin-top: 30px;
  }
}

.l-group__narrow {
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .l-group__narrow {
    margin-top: 30px;
  }
}

.l-footer {
  padding: 70px 0;
  background: #183772;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding: 40px 0;
  }
}

.l-footer__inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .l-footer__inner {
    width: auto;
  }
}

.l-footer__left {
  width: 300px;
  float: left;
}
@media screen and (max-width: 899px) {
  .l-footer__left {
    width: auto;
    float: none;
    text-align: center;
  }
}

.c-grid {
  margin: 35px 0;
}
.c-grid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 899px) {
  .c-grid {
    margin: 0;
  }
}

.c-grid-1 {
  width: 5.58%;
}

.c-grid-2 {
  width: 14.15%;
}

.c-grid-3 {
  width: 22.7%;
}

.c-grid-4 {
  width: 31.3%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 48.5%;
}

.c-grid-7 {
  width: 57%;
}

.c-grid-8 {
  width: 65.7%;
}

.c-grid-9 {
  width: 74.3%;
}

.c-grid-10 {
  width: 82.8%;
}

.c-grid-11 {
  width: 91.4%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 3% 0 0;
}
@media screen and (max-width: 899px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    float: none;
    margin: 30px 0;
    width: auto;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 899px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
  }
}

a.c-btn__info-top--more {
  display: block;
  padding: 12px 25px;
  font-size: 108%;
  font-weight: 500;
  line-height: 1.3em;
  color: #CC0000;
  text-decoration: none;
  border: 3px solid #CC0000;
  box-sizing: border-box;
}
a.c-btn__info-top--more:hover {
  background: #CC0000;
  color: #FFF;
}

.c-btn-form-send {
  display: inline-block;
  font-size: 108%;
  line-height: 55px;
  font-weight: 500;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 250px;
  background: #CC0000;
  border-radius: 5px;
}
@media screen and (max-width: 899px) {
  .c-btn-form-send {
    width: 100%;
  }
}
.c-btn-form-send:hover {
  background: #9B0000;
}

.c-btn-form-return {
  display: inline-block;
  font-size: 108%;
  line-height: 55px;
  font-weight: 500;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 120px;
  background: #BBB;
  border-radius: 5px;
}
@media screen and (max-width: 899px) {
  .c-btn-form-return {
    width: 100%;
  }
}
.c-btn-form-return:hover {
  background: #999;
}

a.c-btn-more {
  display: inline-block;
  padding: 20px 30px;
  font-size: 124%;
  font-weight: 500;
  line-height: 1.5em;
  color: #183772;
  text-align: center;
  text-decoration: none;
  border: 3px solid #183772;
  box-sizing: border-box;
}
a.c-btn-more:hover {
  color: #FFF;
  background: #183772;
}
@media screen and (max-width: 899px) {
  a.c-btn-more {
    padding: 15px 20px;
    font-size: 108%;
  }
}

a.c-btn-map {
  display: inline-block;
  padding: 12px 30px 12px 50px;
  font-size: 108%;
  line-height: 1.5em;
  color: #777;
  text-decoration: none;
  background: #EEE url(../img/icon_pin.png) no-repeat 25px center;
  background-size: 22px 22px;
  border-radius: 5px;
  box-sizing: border-box;
}
a.c-btn-map:hover {
  background-color: #DDD;
}

.c-label-new {
  display: inline-block;
  margin-left: 12px;
  padding: 2px 5px;
  font-size: 77%;
  line-height: 1.3em;
  color: #FFF;
  background: #CC0000;
  vertical-align: middle;
}

.c-label__pdf {
  display: inline-block;
  padding: 3px 0;
  font-size: 85%;
  line-height: 1.3em;
  color: #FFF;
  width: 75px;
  text-align: center;
  background: #ED1919;
}
.c-label__pdf:hover {
  opacity: 0.7;
}

.c-label__word {
  display: inline-block;
  padding: 3px 0;
  font-size: 85%;
  line-height: 1.3em;
  color: #FFF;
  width: 75px;
  text-align: center;
  background: #3570E9;
}
.c-label__word:hover {
  opacity: 0.7;
}

.c-label__excel {
  display: inline-block;
  padding: 3px 0;
  font-size: 85%;
  line-height: 1.3em;
  color: #FFF;
  width: 75px;
  text-align: center;
  background: #2FB270;
}
.c-label__excel:hover {
  opacity: 0.7;
}

@media screen and (min-width: 900px) {
  .p-global-nav {
    overflow: hidden;
  }
  .p-global-nav li {
    float: left;
    margin-left: 32px;
  }
  .p-global-nav li:last-child {
    margin-left: 0;
  }
  .p-global-nav li a {
    display: block;
    height: 87px;
    font-size: 108%;
    line-height: 87px;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
  }
  .p-global-nav li a:hover {
    border-bottom: 6px solid #CC0000;
  }
  .p-global-nav li.item1, .p-global-nav li.item8, .p-global-nav li.item10, .p-global-nav li.item11 {
    display: none;
  }
}
@media print and (min-width: 900px) {
  .p-global-nav {
    overflow: hidden;
  }
  .p-global-nav li {
    float: left;
    margin-left: 32px;
  }
  .p-global-nav li:last-child {
    margin-left: 0;
  }
  .p-global-nav li a {
    display: block;
    height: 87px;
    font-size: 108%;
    line-height: 87px;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;
  }
  .p-global-nav li a:hover {
    border-bottom: 6px solid #CC0000;
  }
  .p-global-nav li.item1, .p-global-nav li.item9, .p-global-nav li.item10, .p-global-nav li.item11 {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .p-global-nav {
    background: #FFF;
  }
  .p-global-nav li a {
    display: block;
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #DDD;
    font-size: 108%;
    line-height: 1.3em;
    font-weight: 500;
    color: #333;
    text-decoration: none;
  }
  .p-global-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #CC0000;
    border-right: 3px solid #CC0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.is-gnav-active {
  border-bottom: 6px solid #CC0000;
  cursor: default;
}
@media screen and (max-width: 899px) {
  .is-gnav-active {
    border-bottom: none;
    background: #CC0000;
    color: #FFF !important;
  }
}

.p-toggle {
  display: none;
}

@media screen and (max-width: 899px) {
  .p-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 46px;
    height: 46px;
    padding-top: 13px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
    border: 1px solid #FFF;
  }
  .p-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #FFF;
  }
  .p-toggle span:last-child {
    margin-bottom: 6px;
  }
  .p-toggle span:nth-of-type(2), .p-toggle span:nth-of-type(3) {
    margin-top: 5px;
  }
  .navOpen .p-toggle span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
  }
  .navOpen .p-toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .navOpen .p-toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
}
.p-footer-nav {
  float: right;
  width: 726px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-footer-nav {
    display: none;
  }
}
.p-footer-nav li {
  float: left;
  width: 242px;
  margin-bottom: 25px;
}
.p-footer-nav li a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  padding-left: 17px;
}
.p-footer-nav li a:hover {
  text-decoration: underline;
}
.p-footer-nav li a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-pagenav {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .p-pagenav {
    margin-top: 22px;
  }
}
.p-pagenav li {
  margin: 8px 4px 0 4px;
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  background: #183772;
  font-size: 108%;
  line-height: 48px;
  text-align: center;
  color: #FFF;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
}
.p-pagenav li .current {
  background: #CCC;
  color: #808080;
}
.p-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #808080;
  border-right: 3px solid #808080;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #808080;
  border-right: 3px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
}
.p-pagenav li a .arrow-prev {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.p-pagenav li a .arrow-next {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.p-pagenav li a:hover {
  background: #CC0000;
}

.p-pager {
  display: table;
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 899px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 899px) {
  .p-pager li {
    padding: 0 3px;
  }
}
.p-pager li a {
  display: block;
  width: 120px;
  padding: 10px 0;
  font-weight: 500;
  color: #183772;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #183772;
}
@media screen and (max-width: 899px) {
  .p-pager li a {
    width: auto;
    padding: 8px 10px;
  }
}
.p-pager li a:hover {
  color: #CC0000;
  border: 2px solid #CC0000;
}

.p-side-nav {
  background: #FFF;
  border: 2px solid #183772;
  border-top: none;
}
.p-side-nav > li > a {
  position: relative;
  display: block;
  padding: 17px 20px 17px 32px;
  border-top: 1px solid #183772;
  font-weight: bold;
  text-decoration: none;
}
.p-side-nav > li > a:hover {
  background: #F5F5F5;
}
.p-side-nav > li > a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-side-nav > li:first-child > a {
  border-top: none;
}
.p-side-nav > li > ul {
  border-top: 1px solid #EEE;
  padding: 17px 0 17px 32px;
}
.p-side-nav > li > ul > li > a {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
.p-side-nav > li > ul > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #183772;
  border-right: 2px solid #183772;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-logo {
  float: left;
  padding-top: 21px;
  position: relative;
  z-index: 200;
}
.p-logo img {
  width: 196px;
  height: 44px;
}

.p-pagename {
  margin-top: 115px;
  font-size: 293%;
  font-weight: 500;
  line-height: 1.3em;
  color: #FFF;
  font-family: serif;
}
@media screen and (max-width: 899px) {
  .p-pagename {
    margin-top: 18px;
    font-size: 177%;
    text-align: center;
  }
}

.p-pagename__eng {
  margin-top: 3px;
  font-size: 108%;
  line-height: 1.3em;
  color: #FFCC00;
}
@media screen and (max-width: 899px) {
  .p-pagename__eng {
    margin-top: 0;
    font-size: 70%;
    text-align: center;
  }
}

.p-topicpath {
  display: inline-block;
  margin-top: 100px;
  padding: 10px 12px;
  font-size: 85%;
  line-height: 1.5em;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 899px) {
  .p-topicpath {
    display: block;
    margin-top: 20px;
    padding: 0;
    font-size: 77%;
    background: none;
  }
}
.p-topicpath a {
  color: #FFF;
}

.p-logo-footer img {
  width: 196px;
  height: 44px;
}

.p-address-footer {
  margin-top: 30px;
  font-size: 85%;
  line-height: 1.7em;
  color: #FFF;
  opacity: 0.5;
}
.p-address-footer a {
  color: #FFF;
}
@media screen and (max-width: 899px) {
  .p-address-footer {
    margin-top: 20px;
  }
}

.p-copyright {
  margin-top: 25px;
  font-size: 85%;
  line-height: 1.7em;
  color: #FFF;
  opacity: 0.5;
}
@media screen and (max-width: 899px) {
  .p-copyright {
    margin-top: 15px;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 15px;
  bottom: 15px;
  display: none;
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-pagetop a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.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);
  opacity: 0.7;
}

.p-komida__info-top {
  float: left;
  font-size: 293%;
  font-weight: 600;
  line-height: 1.3em;
  font-family: serif;
  color: #183772;
  letter-spacing: -3px;
}
@media screen and (max-width: 899px) {
  .p-komida__info-top {
    font-size: 262%;
    line-height: 1.3em;
  }
}
.p-komida__info-top span {
  margin-left: 20px;
  font-size: 45%;
  color: #CC0000;
  letter-spacing: 0;
}
@media screen and (max-width: 899px) {
  .p-komida__info-top span {
    display: block;
    margin-left: 0;
    font-size: 35%;
    line-height: 1.5em;
  }
}

.p-komida__bbs {
  margin: 0 -28px 25px -28px;
  padding: 15px 0;
  background: #183772 url(../img/top/icon_bbs.png) no-repeat 10px center;
  background-size: 22px 22px;
  font-size: 116%;
  line-height: 1.3em;
  text-indent: 42px;
  color: #FFF;
}
@media screen and (max-width: 899px) {
  .p-komida__bbs {
    margin: 0 -23px 20px -23px;
  }
}

.p-komida__disaster {
  margin: 0 -28px 25px -28px;
  padding: 15px 0;
  background: #CC0000 url(../img/top/icon_fire.png) no-repeat 10px center;
  background-size: 26px 26px;
  font-size: 116%;
  line-height: 1.3em;
  text-indent: 42px;
  color: #FFF;
}
@media screen and (max-width: 899px) {
  .p-komida__disaster {
    margin: 0 -23px 20px -23px;
  }
}

.p-komida__disaster--year {
  margin: 15px 0 5px 0;
  font-size: 108%;
}
.p-komida__disaster--year:last-of-type {
  margin-top: 20px;
}

.p-komida__about {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 20px;
  font-size: 293%;
  font-weight: 600;
  line-height: 1.3em;
  font-family: serif;
  color: #183772;
  text-align: center;
}
.p-komida__about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  border-bottom: 2px solid #CC0000;
}
@media screen and (max-width: 899px) {
  .p-komida__about {
    font-size: 200%;
    line-height: 1.3em;
  }
}

.p-komida__subtitle {
  font-size: 170%;
  line-height: 1.5em;
  font-weight: bold;
}

.p-komida__firealarm {
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
  background: #FFFFCC;
  border: 5px solid #F9F1B0;
}

.p-komida {
  margin-bottom: 30px;
  padding: 22px 20px;
  font-size: 170%;
  line-height: 1.3em;
  color: #183772;
  background: #F3F5FC;
  border: 2px solid #183772;
  border-left: 8px solid #112650;
}

.p-komida1 {
  margin-bottom: 30px;
  padding: 18px;
  font-size: 124%;
  line-height: 1.3em;
  color: #FFF;
  background: #183772;
  border-left: 6px solid #112650;
}

.p-komida2 {
  margin: 30px 0 15px 0;
  font-size: 108%;
  line-height: 1.5em;
  color: #183772;
  border-left: 5px solid #183772;
  padding: 2px 2px 2px 12px;
}
@media screen and (max-width: 899px) {
  .p-komida2 {
    margin: 25px 0 15px 0;
  }
}

.p-komida2__red {
  margin: 30px 0 15px 0;
  font-size: 108%;
  line-height: 1.5em;
  color: #CC0000;
  border-left: 5px solid #CC0000;
  padding: 2px 2px 2px 12px;
}
@media screen and (max-width: 899px) {
  .p-komida2__red {
    margin: 25px 0 15px 0;
  }
}

.p-ttl-side {
  padding: 0 20px;
  font-size: 124%;
  line-height: 100px;
  color: #FFF;
  background: #183772;
}

.p-slogan {
  width: 350px;
  height: 132px;
  margin: 45px auto 0 auto;
  padding: 20px;
  font-size: 108%;
  box-sizing: border-box;
  background: url(../img/top/bg_slogan.png) no-repeat;
}
@media screen and (max-width: 899px) {
  .p-slogan {
    margin: 0 auto;
  }
}
.p-slogan dt {
  margin-bottom: 15px;
  font-weight: 600;
}
.p-slogan dd {
  padding: 5px 0;
  border-top: 1px solid #CC0000;
  border-bottom: 1px solid #CC0000;
  font-weight: 600;
  color: #CC0000;
}

.p-important {
  display: table;
  width: 1100px;
  margin: 0 auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 899px) {
  .p-important {
    display: block;
    width: auto;
  }
}
.p-important dt {
  display: table-cell;
  background: #CC0000 url(../img/top/icon_important.png) no-repeat 20px center;
  background-size: 27px 27px;
  width: 195px;
  padding: 0 20px;
  font-size: 124%;
  line-height: 1.6em;
  font-weight: 600;
  color: #FFF;
  text-indent: 38px;
}
@media screen and (max-width: 899px) {
  .p-important dt {
    display: block;
    width: auto;
    padding: 12px 12px 12px 50px;
    text-indent: 0;
    background-position: 15px center;
  }
}
.p-important dd {
  display: table-cell;
  background: #FFF;
  padding: 20px;
  font-size: 108%;
  line-height: 1.6em;
}
@media screen and (max-width: 899px) {
  .p-important dd {
    display: block;
  }
}

.p-banner-top {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-banner-top {
    margin-bottom: 40px;
    display: block;
  }
}
.p-banner-top li {
  width: 47%;
}
@media screen and (max-width: 899px) {
  .p-banner-top li {
    width: auto;
    margin-bottom: 20px;
  }
  .p-banner-top li:last-child {
    margin-bottom: 0;
  }
}
.p-banner-top li img:hover {
  opacity: 0.8;
}

.p-btn__info-top {
  float: right;
}

.p-info li {
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-info li {
    margin-bottom: 0;
    border-top: 1px dotted #CCC;
  }
}
.p-info li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .p-info li:last-child {
    border-bottom: 1px dotted #CCC;
  }
}
.p-info li a {
  display: table;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .p-info li a {
    display: block;
    padding: 18px 30px 18px 0;
    position: relative;
  }
  .p-info li a::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.p-info__date {
  display: table-cell;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 899px) {
  .p-info__date {
    display: block;
    margin-bottom: 3px;
    font-size: 85%;
    line-height: 1.5em;
  }
}

.p-info__title {
  display: table-cell;
  padding-left: 25px;
  text-decoration: underline;
}
.p-info__title:hover {
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .p-info__title {
    display: block;
    padding-left: 0;
    line-height: 1.6em;
  }
}

.p-disaster {
  width: 100%;
}
.p-disaster th {
  border: 1px solid #999;
  padding: 5px;
  width: 33.3%;
  text-align: center;
  background: #EEE;
}
.p-disaster td {
  border: 1px solid #999;
  padding: 12px 5px;
  text-align: center;
  font-size: 154%;
}
.p-disaster td small {
  font-size: 60%;
}

.p-pickup {
  display: table;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-pickup {
    display: block;
  }
}
.p-pickup li {
  display: table-cell;
  width: 33.3%;
  vertical-align: top;
}
@media screen and (max-width: 899px) {
  .p-pickup li {
    display: block;
    width: auto;
  }
}
.p-pickup li:nth-child(1) {
  background: #1F4896;
}
.p-pickup li:nth-child(2) {
  background: #183772;
}
.p-pickup li:nth-child(3) {
  background: #112853;
}
.p-pickup li a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.p-pickup li a img {
  width: 100%;
}
.p-pickup li a:hover img {
  opacity: 0.7;
}

.p-pickup__txt {
  padding: 30px 35px;
}
@media screen and (max-width: 899px) {
  .p-pickup__txt {
    padding: 30px 20px;
  }
}
.p-pickup__txt dt {
  font-size: 185%;
  font-weight: 500;
  line-height: 1.5em;
  font-family: serif;
}
.p-pickup__txt dd {
  margin-top: 10px;
  font-size: 93%;
  font-weight: 300;
  line-height: 1.6em;
}

.p-pickup__icon1 {
  padding-left: 50px;
  background: url(../img/top/icon_firetruck.png) no-repeat 0 center;
  background-size: 38px 38px;
}

.p-pickup__icon2 {
  padding-left: 40px;
  background: url(../img/top/icon_document.png) no-repeat 0 center;
  background-size: 31px 31px;
}

.p-pickup__icon3 {
  padding-left: 40px;
  background: url(../img/top/icon_memo.png) no-repeat 0 center;
  background-size: 34px 34px;
}

.p-lead-about {
  font-size: 108%;
  line-height: 1.5em;
  color: #183772;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-lead-about {
    font-size: 93%;
  }
}

.p-about-top {
  margin: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-about-top {
    margin: 30px 0 40px 0;
  }
}
.p-about-top li {
  float: left;
  margin-right: 33px;
  background: #FFF;
}
.p-about-top li:last-child {
  margin-right: 0;
}
.p-about-top li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 899px) {
  .p-about-top li {
    margin: 4% 4% 0 0;
    width: 48%;
  }
  .p-about-top li:nth-child(even) {
    margin-right: 0;
  }
  .p-about-top li a img {
    width: 100%;
  }
}

.p-banner-slider {
  position: relative;
  font-size: 0;
  margin: 0 -15px;
}
@media screen and (max-width: 899px) {
  .p-banner-slider {
    margin: 0;
  }
}
.p-banner-slider li {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
}
.p-banner-slider li a {
  outline: none;
}
@media screen and (max-width: 899px) {
  .p-banner-slider li a img {
    width: 270px;
  }
}
.p-banner-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.p-banner-slider .slick-slide {
  float: left;
  display: block;
  outline: none;
}

.p-banner-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 10;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.p-banner-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 899px) {
  .p-banner-slider .slick-arrow {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}

.p-banner-slider .slick-prev {
  left: -60px;
}
@media screen and (max-width: 899px) {
  .p-banner-slider .slick-prev {
    left: 10px;
  }
}
.p-banner-slider .slick-prev::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 899px) {
  .p-banner-slider .slick-prev::before {
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-banner-slider .slick-next {
  right: -60px;
}
@media screen and (max-width: 899px) {
  .p-banner-slider .slick-next {
    right: 10px;
  }
}
.p-banner-slider .slick-next::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 6px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 899px) {
  .p-banner-slider .slick-next::before {
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-post-date {
  margin-bottom: 5px !important;
}

.p-entry h1 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 15px;
  font-size: 185%;
  line-height: 1.4em;
  border-bottom: 3px solid #DDD;
}
@media screen and (max-width: 899px) {
  .p-entry h1 {
    font-size: 154%;
  }
}
.p-entry h1::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 4em;
  border-bottom: 3px solid #CC0000;
}

.p-entry h2 {
  margin: 30px 0;
  padding: 12px 15px;
  font-size: 124%;
  line-height: 1.5em;
  color: #FFF;
  background: #183772;
}

.p-entry h3 {
  margin: 30px 0;
  padding: 13px 15px;
  font-size: 108%;
  line-height: 1.5em;
  background: #EEE;
}

.p-entry h4 {
  margin: 30px 0 15px 0;
  padding-left: 12px;
  font-size: 108%;
  line-height: 1.5em;
  border-left: 5px solid #183772;
}

.p-entry h5 {
  margin: 30px 0 15px 0;
  font-size: 108%;
  line-height: 1.5em;
}

.p-entry h6 {
  margin: 30px 0 15px 0;
  font-size: 93%;
  line-height: 1.5em;
}

.p-entry > p {
  margin-bottom: 1.5em;
}

.p-post-image {
  margin-top: 50px;
  margin-right: -3%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-post-image {
    margin: 30px 0 0 0;
  }
}
.p-post-image li {
  float: left;
  width: 47%;
  margin-right: 3%;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-post-image li {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.p-post-image li a {
  color: #333;
  text-decoration: none;
}
.p-post-image li a img {
  backface-visibility: hidden;
}
.p-post-image li a img:hover {
  opacity: 0.7;
}

.p-caption {
  display: inline-block;
  margin-top: 7px;
}

.p-post-files {
  margin-bottom: 50px;
  border-top: 1px solid #DDD;
}
@media screen and (max-width: 899px) {
  .p-post-files {
    margin-bottom: 30px;
  }
}
.p-post-files li {
  border-bottom: 1px solid #DDD;
  padding: 17px;
}

.p-note {
  font-size: 85%;
  line-height: 1.5em;
  color: #BD7620;
  padding-left: 1em;
  text-indent: -1em;
}

.p-table-type1 {
  width: 100%;
  margin: 15px 0;
  line-height: 1.5em;
}
@media screen and (max-width: 899px) {
  .p-table-type1 {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.p-table-type1::-webkit-scrollbar {
  height: 10px;
}
.p-table-type1::-webkit-scrollbar-track {
  background: #EEE;
}
.p-table-type1::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.p-table-type1 th {
  border: 1px solid #CCC;
  padding: 15px 20px;
  text-align: center;
  white-space: nowrap;
}
.p-table-type1 td {
  border: 1px solid #CCC;
  padding: 15px 20px;
}
.p-table-type1 .head1 {
  background: #EEE;
}
.p-table-type1 .head2 {
  background: #F7F7F7;
}

.p-table-type2 {
  width: 100%;
  font-size: 85%;
  line-height: 1.5em;
}
.p-table-type2 th {
  border: 1px solid #CCC;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  background: #F7F7F7;
}
.p-table-type2 td {
  border: 1px solid #CCC;
  padding: 10px;
}

.p-table-type3 {
  width: 100%;
  margin: 15px 0;
  font-size: 85%;
  line-height: 1.5em;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.p-table-type3::-webkit-scrollbar {
  height: 10px;
}
.p-table-type3::-webkit-scrollbar-track {
  background: #EEE;
}
.p-table-type3::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.p-table-type3 th {
  border: 1px solid #CCC;
  padding: 10px;
  text-align: center;
}
.p-table-type3 td {
  border: 1px solid #CCC;
  padding: 10px;
  text-align: center;
}
.p-table-type3 .head1 {
  background: #EEE;
}
.p-table-type3 .head2 {
  background: #F7F7F7;
}

.p-table-type4 {
  width: 100%;
}
.p-table-type4 th {
  width: 200px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #CCC;
  padding: 12px;
  background: #F7F7F7;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .p-table-type4 th {
    display: block;
    width: 100%;
    padding: 7px 12px;
    border-bottom: 0;
    margin-top: -1px;
    text-align: left;
  }
}
.p-table-type4 td {
  border: 1px solid #CCC;
  padding: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .p-table-type4 td {
    display: block;
    width: 100%;
  }
}

.p-table-application {
  width: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 899px) {
  .p-table-application {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.p-table-application::-webkit-scrollbar {
  height: 10px;
}
.p-table-application::-webkit-scrollbar-track {
  background: #EEE;
}
.p-table-application::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.p-table-application tr:nth-child(even) {
  background: #F5F5F5;
}
.p-table-application th {
  border: 1px solid #CCC;
  padding: 8px 20px;
  text-align: left;
  font-weight: normal;
}
.p-table-application td {
  border: 1px solid #CCC;
  padding: 8px 20px;
  text-align: center;
  width: 100px;
}

.p-table-link {
  width: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 899px) {
  .p-table-link {
    margin-top: -15px;
  }
}
.p-table-link th {
  border: 1px solid #CCC;
  padding: 17px 20px;
  text-align: left;
  background: #F7F7F7;
  width: 250px;
}
@media screen and (max-width: 899px) {
  .p-table-link th {
    display: block;
    border-bottom: none;
    width: auto;
    margin-top: 15px;
    font-size: 108%;
  }
}
.p-table-link td {
  border: 1px solid #CCC;
  padding: 17px 20px;
}
@media screen and (max-width: 899px) {
  .p-table-link td {
    display: block;
    width: auto;
  }
}

.p-table-form {
  margin: 35px auto 0 auto;
}
@media screen and (max-width: 899px) {
  .p-table-form {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #EEE;
  }
}
.p-table-form th {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 30px 0 30px 20px;
  text-align: left;
  width: 250px;
  vertical-align: top;
}
@media screen and (max-width: 899px) {
  .p-table-form th {
    border: none;
    display: block;
    padding: 20px 0 10px 0;
    width: auto;
  }
}
.p-table-form td {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 20px 20px 20px 0;
}
.p-table-form td input,
.p-table-form td textarea {
  width: 450px;
  border: 1px solid #999;
  padding: 10px;
  font-size: 108%;
  line-height: 1.5em;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .p-table-form td input,
  .p-table-form td textarea {
    width: 100%;
    padding: 8px;
  }
}
@media screen and (max-width: 899px) {
  .p-table-form td {
    border-top: none;
    display: block;
    padding: 0 0 20px 0;
  }
}

.p-essential {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  background: #CC0000;
  font-size: 77%;
  line-height: 1.3em;
  color: #FFF;
}

.p-error {
  margin-top: 5px;
  font-size: 85%;
  line-height: 1.5em;
  color: #FF0000;
}

.p-form-bottom {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-form-bottom {
    margin-top: 0;
  }
}
.p-form-bottom li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 899px) {
  .p-form-bottom li {
    display: block;
    margin: 0 0 10px 0;
  }
  .p-form-bottom li:last-child {
    margin: 0;
  }
}

.p-attention {
  border: 3px solid #CC0000;
  border-top: none;
}
.p-attention dt {
  padding: 10px;
  font-size: 124%;
  line-height: 1.5em;
  color: #FFF;
  background: #CC0000;
}
.p-attention dd {
  padding: 20px;
}

.p-list-disc {
  margin: 15px 0;
  padding-left: 2em;
}
.p-list-disc li {
  list-style: disc;
}

.p-list-decimal {
  margin: 15px 0;
  padding-left: 2em;
}
.p-list-decimal li {
  list-style: decimal;
}

.p-list-btn {
  margin: 20px 0 0 -2%;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-list-btn {
    margin: 15px 0 0 0;
  }
}
.p-list-btn li {
  float: left;
  width: 48%;
  margin: 2% 0 0 2%;
}
@media screen and (max-width: 899px) {
  .p-list-btn li {
    float: none;
    width: auto;
    margin: 15px 0 0 0;
  }
}
.p-list-btn li a {
  position: relative;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 108%;
  line-height: 1.5em;
  font-weight: 500;
  color: #183772;
  text-decoration: none;
  background: #F3F5FC;
  border: 2px solid #DFE7F7;
}
.p-list-btn li a:hover {
  color: #CC0000;
  background: #FCF3F3;
  border: 2px solid #F8DFDE;
}
.p-list-btn li a::before {
  position: absolute;
  content: "";
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #183772;
  border-right: 2px solid #183772;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-list-btn li a:hover::before {
  left: 15px;
  border-top: 2px solid #CC0000;
  border-right: 2px solid #CC0000;
}

.p-list-table {
  margin: 15px 0;
  display: table;
}
@media screen and (max-width: 899px) {
  .p-list-table {
    display: block;
  }
}
.p-list-table li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-right: 20px;
}
@media screen and (max-width: 899px) {
  .p-list-table li {
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.p-list-table li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 899px) {
  .p-list-table li:last-child {
    margin-bottom: 0;
  }
}

.u-bgimage-niimi {
  background: url(../img/top/bg_niimi.jpg) no-repeat center 0;
  background-size: cover;
}

.u-bgcolor-gray {
  background: #EEE;
}

.u-color-red {
  color: #CC0000;
}

.u-color-purple {
  color: #A016B4;
}

.u-border {
  margin: 30px 0;
  height: 1px;
  background: #DDD;
  border: none;
}

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

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

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

.u-mt0 {
  margin-top: 0;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-ml0 {
  margin-left: 0;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}
