@charset "utf-8";
/*
Theme Name: Carecenter
Theme URI: 
Description: WordPress 用
Version: 1
Author: Carecenter
Author URI: 
*/

/*//////////////////////////////////////////////////////////

	 1: Application all
	 2: Flame layout
	 3: Decoration
	 4: Entry List
	 5: Permanent

//////////////////////////////////////////////////////////*/

/*=========================================================

	Application all

==========================================================*/

html,
body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic",
    "メイリオ", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  color: #111;
  width: 100%;
  background: #f1efee;
}

a {
  text-decoration: underline;
  color: #0056af;
  transition: all 0.3s;
}
a:visited {
  color: #00458b;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

table,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

ul,
ol {
  list-style-position: outside;
  padding: 0;
  margin: 0 0 0 25px;
}

form,
fieldset,
p,
dl,
dd {
  padding: 0;
  margin: 0;
  border: 0;
}

input,
select,
textarea {
}

hr {
  display: none;
  clear: both;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
}

address,
em {
  font-style: normal;
}

::before {
  margin-right: 3px;
}
::after {
  margin-left: 3px;
}

@media screen and (min-width: 737px) {
  /* PC */
  .brsp,
  .space-sp {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  /* SP */
  .brpc,
  .space-pc {
    display: none;
  }
}

/*=========================================================

	Flame layout

==========================================================*/

@media screen and (min-width: 737px) {
  /* PC */
  #container {
    text-align: left;
    width: 1100px;
    padding-top: 30px;
    margin: auto;
    position: relative;
  }

  #side-area {
    float: left;
    width: 250px;
  }

  #main-area {
    float: right;
    width: 830px;
  }

  #footer {
    clear: both;
    text-align: center;
    width: 1100px;
    padding: 50px 0 30px 0;
  }
}

@media screen and (max-width: 736px) {
  /* SP */
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 13px;
  }

  #container {
    text-align: left;
    width: 100%;
    margin: 0;
  }

  #main-area {
    padding-top: 10px;
    margin: 0 10px;
  }

  #footer {
    text-align: center;
    padding: 50px 0;
  }
}

/*=========================================================

	Decoration

==========================================================*/

/*	Header
***********************************************************/

#header a {
  text-decoration: none;
  color: #fff;
}

#header h1 {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  padding: 50px 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
#header h1 a small {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  margin-top: 10px;
}
#header h1 a small::before {
  content: url("./img/brackets01.png");
  display: block;
  position: absolute;
  top: -1px;
  left: -25px;
  line-height: 1;
}
#header h1 a small::after {
  content: url("./img/brackets02.png");
  display: block;
  position: absolute;
  top: -1px;
  right: -25px;
  line-height: 1;
}

#navigation ul {
  list-style: none;
  margin: 0 10px;
}
#navigation ul li {
  border-top: 1px solid #189a65;
}
#navigation ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #37c38a;
}
#navigation ul li a {
  display: block;
  line-height: 45px;
  font-weight: bold;
  font-size: 110%;
  padding: 0 5px;
}

.view-switch {
  display: flex;
  justify-content: space-between;
  font-size: 80%;
  padding: 10px;
}
.view-switch a {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 48%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #189a65;
  background: #1da26c;
}

.address {
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  border-top: 5px solid #20b97b;
  background: #fff;
}
.address h2 {
  font-weight: bold;
  color: #0d774c;
  margin-bottom: 10px;
  font-size: 89%;
}
.address a.button-access {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  background: #20b97b;
}
.address a.button-access:hover {
  background: #0d774c;
}

.address p.revision {
  font-size: 90%;
  color: #a00;
  padding: 10px;
  margin-top: 20px;
  background: #fffacd;
}

#crumb {
  overflow: hidden;
}
#crumb ul {
  list-style: none;
  margin: 5px 0 0 10px;
}
#crumb ul br {
  display: none;
}
#crumb li {
  float: left;
  padding-right: 3px;
}
#crumb li:not(:first-child):before {
  content: ">";
}

@media screen and (min-width: 737px) {
  /* PC */
  .is-fixed {
    position: fixed;
    top: 20px;
    z-index: 2;
    transition: 6s;
    transform: translateY(1px);
    width: 250px;
    position: absolute;
    top: 10px;
  }

  #header {
    color: #fff;
    border-radius: 5px;
    background: #20b97b;
    width: 250px;
  }

  .menu-trigger {
    display: none;
  }

  #navigation ul li:nth-child(7) {
    font-size: 90%;
  }
  #navigation ul li:nth-child(8) {
    font-size: 85%;
  }
  #navigation ul li a {
    padding: 0 0 0 5px;
  }
  #navigation ul li a::before {
    transition: all 0.3s;
    font-size: 80%;
  }
  #navigation ul li:hover a::before {
    margin-right: 7px;
  }

  footer .address {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  /* SP */
  #header {
    position: relative;
    color: #fff;
    background: #20b97b;
  }

  #header h1 {
    display: none;
  }

  header .address {
    display: none;
  }

  footer .address {
    margin: 20px 10px 0 10px;
  }
  footer .address h2 {
    color: #0d774c;
  }
  footer .address h2 span {
    display: block;
  }

  #navigation ul li a {
    line-height: 38px;
    font-size: 100%;
  }

  #navigation-area {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("./img/back_header.png") no-repeat #0d774c;
    background-size: auto 100%;
  }

  #navigation {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%;
    background: #20b97b;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    display: block;
    top: 9px;
    right: 15px;
    width: 30px;
    height: 37px;
  }
  .menu-trigger div {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 80%;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 20px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  #crumb ul {
    font-size: 80%;
  }

  .sp-hidden {
    display: none;
  }
}

/*	Contents
***********************************************************/

.pagetitle {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    serif;
  font-size: 170%;
  color: #0d774c;
  padding: 20px;
  border-radius: 5px;
  border-top: 5px solid #20b97b;
  background: #fff;
}

.section {
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
}
.section .section {
  padding: 0;
  margin-top: 50px;
  border-radius: 0;
}

.section-title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    serif;
  font-size: 120%;
  color: #0d774c;
  padding: 0 20px 20px 20px;
  margin: 0 -20px 20px -20px;
  border-bottom: 1px solid #f1efee;
}

/*	Footer
***********************************************************/

.pagetop a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  background: #20b97b;
}
.pagetop a:hover {
  background: #0d774c;
}

ul.footer-nav {
  list-style: none;
  margin: 20px 0;
}
ul.footer-nav li {
  display: inline-block;
  color: #777;
}
ul.footer-nav li:not(:last-child)::after {
  content: "｜";
  margin-left: 3px;
}
ul.footer-nav li a {
  color: #555;
}

/*=========================================================

	Entry List

==========================================================*/

.entry-information {
  position: relative;
}
.entry-information h3 {
  font-weight: bold;
  font-size: 130%;
  padding: 0 20px 20px 20px;
  margin: 0 -20px;
  border-bottom: 1px solid #f1efee;
}
.entry-information h3 a {
  color: #111;
}

.entry-information div.info-date {
  color: #777;
  margin-bottom: 5px;
}
.entry-information div.info-date span {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  background: #333;
}
.entry-information div.info-date span.info-event {
  background: #ff4500;
}
.entry-information div.info-date span.info-report {
  background: #008080;
}
.entry-information div.info-date span.info-training {
  background: #00bfff;
}
.entry-information div.info-date span.info-notice {
  background: #000080;
}

.article p {
  margin-top: 15px;
}

/*=========================================================

	Permanent

==========================================================*/

.pagenav {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.pagenav a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #20b97b;
  min-width: 25px;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  background: #fff;
}
.pagenav a:hover {
  color: #fff;
  background: #20b97b;
}

.pagenation {
  margin-top: 20px;
}

.pagenation ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagenation ul li {
  display: inline-block;
  border: 1px solid #d7d6d5;
  border-radius: 3px;
  background: #eef1f1;
  margin-right: 5px;
}

.pagenation ul li.active {
  padding: 3px 10px;
  margin-right: 5px;
  background: #d7d6d5;
  color: #717170;
}
.pagenation ul li a {
  text-decoration: none;

  display: block;
  padding: 4px 10px;
}

.pagenation ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 736px) {
  /* SP */
  .pagetitle {
    font-size: 130%;
    color: #fff;
    padding: 15px;
    background: #20b97b;
  }
}

/* ①〜⑳（21以上はdecimalへフォールバック） */
@counter-style circled-decimal {
  system: numeric;
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳;
  suffix: "　";
  fallback: decimal;
}

/* 共通：他CSSの影響で勝手にインクリメントされないようにまず無効化 */
.list-decimal li,
.list-paren-decimal li,
.list-circled-decimal li {
  counter-increment: none !important;
  position: relative;
}

/* 1) 通常の数字 1,2,3... */
.list-decimal {
  list-style: none;
  margin: 0;
  padding-left: 1.8em;
  counter-reset: decimal-counter 0;
}
.list-decimal > li {
  counter-increment: decimal-counter 1 !important;
}
.list-decimal > li::before {
  content: counter(decimal-counter, decimal) "　";
  position: absolute;
  left: -1.8em;
  width: 1.6em;
  text-align: right;
}

/* 2) (1),(2)... の丸括弧付き */
.list-paren-decimal {
  list-style: none;
  margin: 0;
  padding-left: 1.8em;
  counter-reset: paren-counter 0;
}
.list-paren-decimal > li {
  counter-increment: paren-counter 1 !important;
}
.list-paren-decimal > li::before {
  content: "(" counter(paren-counter, decimal) ")　";
  position: absolute;
  left: -1.8em;
  width: 1.6em;
  text-align: right;
}

/* 3) ①,②...（必ず①から） */
.list-circled-decimal {
  list-style: none;
  margin: 0;
  padding-left: 1.8em;
  counter-reset: circled-counter 0; /* ← リスト開始で必ずリセット */
}
/* 念のため、入れ子の .list-circled-decimal でも再リセット */
.list-circled-decimal ol.list-circled-decimal {
  counter-reset: circled-counter 0;
}
.list-circled-decimal > li {
  counter-increment: circled-counter 1 !important;
}
.list-circled-decimal > li::before {
  content: counter(circled-counter, circled-decimal) "　";
  position: absolute;
  left: -1.8em;
  width: 1.6em;
  text-align: right;
}

.list-manual,
.list-manual ol,
.list-manual ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.list-manual li {
  position: relative;
  padding-left: 2em;
  text-indent: -1.5em;
}

.list-manual li::before,
.list-manual li::marker {
  content: none !important;
}
