@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1200px ) { /*PC*/ }
@media screen and (max-width: 980px ) { /*SP*/ }
@media screen and (max-width: 1199px ) and (min-width: 981px ) { /*TB*/ }
/*コンテンツボックスのmixin-----------------------------------------------*/
/*角丸==========================================================*/
/*グラデーションボックス===============================================*/
/*flexbox container===========================================*/
/*お知らせ-------------------------------------------------------*/
/*info-box*/
/*info-box3*/
/*info-box4*/
/*見出しスタイル------------------------------------*/
/*コンテンツボックス============================================================*/
#main {
  padding: 2.5rem 0;
}

#main_box {
  width: 74%;
  float: right;
}

#side {
  width: 22%;
  overflow: hidden;
  _zoom: 1;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
#side .side-title {
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
  padding: 10px;
  background: #5abaaf;
  color: #fff;
  text-align: center;
}
#side .side-title#title-age {
  background: #ffcf9c;
  background: -webkit-gradient(linear, left top, right top, from(#ffcf9c), to(#ffd06b));
  background: -o-linear-gradient(left, #ffcf9c, #ffd06b);
  background: linear-gradient(to right, #ffcf9c, #ffd06b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
}
#side #side_sup_menu {
  margin-bottom: 2rem;
}
#side #side_sup_menu li {
  border-bottom: 1px dashed #dedede;
  text-align: center;
}
#side #side_sup_menu li a {
  display: block;
  padding: 5px;
}

#side_navigation {
  font-size: 110%;
  background: #eaeaea;
  padding: 12px;
  margin-bottom: 2rem;
}
#side_navigation li {
  border-bottom: 1px dashed #c1c1c1;
  text-align: center;
}
#side_navigation li a {
  background: #fff;
  font-weight: bold;
  color: #5abaaf;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 5px;
}
#side_navigation li a:hover {
  background: #eaeaea;
}
#side_navigation li a span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}

@media screen and (max-width: 980px ) { /*SP*/
  #main_box, #side {
    width: 100%;
    float: none;
  }
}
.p_cont {
  line-height: 2;
  /*fileアイコン----------------------*/
  /*pdf*/
  /*word*/
  /*jtd*/
  /*excel*/
  /*zip*/
}
.p_cont header {
  font-family: "Noto Sans Japanese", sans-serif;
  background: url("../img/h1_line.gif") repeat-x left bottom;
  padding-bottom: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.p_cont header h1 {
  font-size: 170%;
  letter-spacing: 3px;
  color: #2ea295;
}
.p_cont header span {
  color: #8fc5bf;
}
@media screen and (max-width: 980px ) {
  .p_cont header { /*SP*/
    padding-bottom: 20px;
  }
  .p_cont header h1, .p_cont header span {
    display: inline-block;
  }
  .p_cont header h1 {
    font-size: 150%;
    margin-right: 10px;
  }
}
.p_cont h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 140%;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 1.5rem 10%;
  margin: 0 -1rem 2.5rem;
  position: relative;
  background: url("../img/h2_accent.gif") no-repeat 10px center;
  background-size: 9% auto;
}
.p_cont h2:not(:first-child) {
  margin-top: 3em;
}
@media screen and (max-width: 980px ) {
  .p_cont h2 {
    padding: 1.2rem 5%;
  }
}
.p_cont h2:before {
  display: inline-block;
  content: " ";
  background: url("../img/h2.gif") repeat left top;
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  -ms-transform: rotate(1deg);
      transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
}
.p_cont h2:after {
  display: inline-block;
  content: " ";
  background: url("../img/h2_after.gif") repeat left top;
  width: 98%;
  height: 98%;
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: -25;
  -ms-transform: rotate(-1deg);
      transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
}
.p_cont h3 {
  background: #beffce; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #beffce 0%, #a8d2ff 100%);
  background: linear-gradient(45deg, #beffce 0%, #a8d2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#beffce", endColorstr="#a8d2ff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin: 0 0 25px;
  font-size: 120%;
  font-weight: normal;
  padding: 10px 15px;
  position: relative;
}
.p_cont h3:after {
  position: absolute;
  top: 100%;
  left: 2rem;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #beffd0;
}
.p_cont h4 {
  padding: 0.7rem 2.3rem;
  background: #ffef84;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin: 0 5px 1.5rem;
  position: relative;
}
.p_cont h4:before {
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  font-family: "FontAwesome";
  content: "\f111";
  color: #ffb300;
}
.p_cont h4.img_style img {
  position: absolute;
  top: 5%;
  right: 3%;
  max-height: 90%;
  width: auto;
}
.p_cont p, .p_cont ul, .p_cont ol {
  margin: 0 1rem 1.5rem;
}
@media screen and (max-width: 980px ) {
  .p_cont p, .p_cont ul, .p_cont ol {
    margin: 0 0 1.5rem;
  }
}
.p_cont iframe {
  max-width: 100%;
}
.p_cont ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 10px;
}
.p_cont ul li:before {
  font-family: "FontAwesome";
  content: "\f1db";
  color: #75d9ce;
  position: absolute;
  top: 0;
  left: 0;
}
.p_cont ol {
  list-style-type: none;
  counter-reset: numlist;
}
.p_cont ol li {
  margin-bottom: 10px;
  padding-left: 1.75rem;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c1c1c1;
  position: relative;
}
.p_cont ol li:before {
  margin-right: 5px;
  counter-increment: numlist;
  content: counter(numlist);
  font-size: 115%;
  font-weight: bold;
  color: #ffa4a4;
  position: absolute;
  top: -3px;
  left: 0;
}
.p_cont table {
  width: 100%;
  table-layout: fixed;
  border: 3px solid #ffd74a;
  margin-bottom: 3rem;
}
.p_cont table tr th, .p_cont table tr td {
  vertical-align: middle;
  padding: 10px 15px;
  word-wrap: break-word;
}
.p_cont table tr th {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 105%;
  font-weight: normal;
  text-align: center;
  background: #ffd74a;
}
.p_cont table tr th:not(:last-child) {
  border-right: 1px dotted #ffffff;
}
.p_cont table tr td:not(:last-child) {
  border-right: 1px solid #dedede;
}
.p_cont table tr:not(:last-child) th {
  border-bottom: 1px solid #ffffff;
}
.p_cont table tr:not(:last-child) td {
  border-bottom: 1px solid #dedede;
}
.p_cont hr {
  padding: 3rem 0 4rem;
  border: none;
  background: url("../img/line_cheer.gif") no-repeat center center;
  margin-bottom: 2rem;
}
.p_cont a {
  text-decoration: underline;
}
.p_cont a:hover {
  text-decoration: none;
}
.p_cont a[target=_blank]:after {
  font-family: "FontAwesome";
  content: "\f08e";
  color: #c1c1c1;
  margin-left: 5px;
}
.p_cont .pdf:after, .p_cont .word:after, .p_cont .jtd:after, .p_cont .excel:after, .p_cont .zip:after {
  margin-left: 5px;
}
.p_cont .pdf:has(img):after, .p_cont .word:has(img):after, .p_cont .jtd:has(img):after, .p_cont .excel:has(img):after, .p_cont .zip:has(img):after {
  display: block;
}
.p_cont a.pdf:after {
  font-family: FontAwesome;
  content: "\f1c1";
  color: #ff0000;
}
.p_cont a.word:after {
  font-family: FontAwesome;
  content: "\f1c2";
  color: #007eff;
}
.p_cont a.jtd:after {
  font-family: FontAwesome;
  content: "\f0f6";
  color: #007eff;
}
.p_cont a.excel:after {
  font-family: FontAwesome;
  content: "\f1c3";
  color: #55ad00;
}
.p_cont a.zip:after {
  font-family: FontAwesome;
  content: "\f1c6";
  color: #9c9c9c;
}
@media screen and (max-width: 980px ) {
  .p_cont { /*SP*/ }
  .p_cont h2, .p_cont h3, .p_cont h4 {
    line-height: 1.5;
  }
  .p_cont hr {
    padding: 2rem 0;
  }
}

/*共通------------------------------------------*/
.post {
  padding: 0 1rem;
}
@media screen and (max-width: 980px ) {
  .post {
    padding: 0 3%;
  }
}

.breadcrumbs {
  text-align: right;
  margin-bottom: 1rem;
}
.breadcrumbs, .breadcrumbs a {
  color: #2ea295;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.img2 > li li, ul.img3 > li li, ul.img4 > li li {
  text-align: left;
}
ul.img2 > li:before, ul.img3 > li:before, ul.img4 > li:before {
  display: none !important;
}
@media screen and (max-width: 980px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li {
    float: none !important;
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.wd100 {
  width: 100%;
}

.wd80 {
  width: 80%;
}

.wd75 {
  width: 75%;
}

.wd70 {
  width: 70%;
}

.wd60 {
  width: 60%;
}

.wd50 {
  width: 50%;
}

.wd40 {
  width: 40%;
}

.wd30 {
  width: 30%;
}

.wd20 {
  width: 20%;
}

.wd25 {
  width: 25%;
}

.wd-reset {
  width: auto;
}

@media screen and (max-width: 1199px ) and (min-width: 981px ) { /*SP*/
  .tab-wd100 {
    width: 100%;
  }
  .tab-wd80 {
    width: 80%;
  }
  .tab-wd75 {
    width: 75%;
  }
  .tab-wd70 {
    width: 70%;
  }
  .tab-wd60 {
    width: 60%;
  }
  .tab-wd50 {
    width: 50%;
  }
  .tab-wd40 {
    width: 40%;
  }
  .tab-wd30 {
    width: 30%;
  }
  .tab-wd20 {
    width: 20%;
  }
  .tab-wd25 {
    width: 25%;
  }
  .tab-wd-reset {
    width: auto;
  }
}
@media screen and (max-width: 980px ) { /*SP*/
  .sp-wd100 {
    width: 100%;
  }
  .sp-wd80 {
    width: 80%;
  }
  .sp-wd75 {
    width: 75%;
  }
  .sp-wd70 {
    width: 70%;
  }
  .sp-wd60 {
    width: 60%;
  }
  .sp-wd50 {
    width: 50%;
  }
  .sp-wd40 {
    width: 40%;
  }
  .sp-wd30 {
    width: 30%;
  }
  .sp-wd25 {
    width: 25%;
  }
  .sp-wd20 {
    width: 20%;
  }
  .sp-wd-reset {
    width: auto;
  }
}
.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box.box1 > * {
  width: 100%;
}
.panel_box.box2 > * {
  width: 50%;
}
.panel_box.box3 > * {
  width: 33.3333333333%;
}
.panel_box.box4 > * {
  width: 25%;
}
.panel_box.box5 > * {
  width: 20%;
}
.panel_box.box6 > * {
  width: 16.6666666667%;
}
@media screen and (max-width: 1199px ) and (min-width: 981px ) {
  .panel_box { /*SP*/ }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 980px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 > *, .panel_box.box3 > * {
    width: 100%;
  }
  .panel_box.box4 > * {
    width: 50%;
  }
  .panel_box.box5 > * {
    width: 40%;
  }
  .panel_box.box6 > * {
    width: 33.3333333333%;
  }
}
.panel_box.tile-layout > * {
  padding: 1em;
}
.panel_box.tile-layout > * .tile-box {
  padding: 1.5em;
  background: #f6f6f6;
  border-radius: 15px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.panel_box.tile-layout > * .tile-box:hover {
  background: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .panel_box.tile-layout > * .tile-box:hover {
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.column-box.box2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1199px ) and (min-width: 981px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 980px ) {
  .column-box.box2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media screen and (max-width: 1199px ) and (min-width: 981px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 980px ) {
  .column-box.box3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box.box4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
@media screen and (max-width: 1199px ) and (min-width: 981px ) {
  .column-box.box4 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 980px ) {
  .column-box.box4 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.column-box > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 0 10px 10px;
}
.column-box > *:first-child {
  margin-top: 0 !important;
}
.column-box > .full {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

@media screen and (max-width: 1199px ) and (min-width: 981px ), screen and (max-width: 980px ) { /*SP*/
  .sp-order-reset {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.ank_li li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1rem;
}
.ank_li li:before {
  content: none !important;
}
.ank_li li a {
  display: block;
  padding: 8px 15px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #2ea295;
  color: #ffffff;
}

.free dt {
  float: left;
  margin-right: 15px;
}

.free2 dt {
  float: right;
  margin-left: 15px;
}

.free dd, .free2 dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 980px ) {
  .free, .free2 { /*SP*/ }
  .free dt, .free2 dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.notice {
  color: red;
}

.box {
  padding: 1rem 2%;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
}

.note {
  padding: 1rem 0.5rem;
  background: url("../img/bg_note.jpg") repeat left top;
  border: 8px solid #f7f7f7;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.note ul {
  margin-bottom: 10px;
}
.note *:last-child {
  margin-bottom: 0;
}
.note .point, .note h5 {
  margin: 0 0 1em !important;
}

.quote_box {
  font-size: 85%;
  color: #666;
  background: #f6f6f6;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
.quote_box > *:last-child {
  margin-bottom: 0;
}

.lead_txt {
  background: #fffcee;
  padding: 1rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: 7px 7px 0px 0px #ffe6a3;
          box-shadow: 7px 7px 0px 0px #ffe6a3;
  margin-bottom: 3rem;
}

.notification_box {
  font-size: 90%;
  padding: 1em;
  padding-left: 2em;
  position: relative;
  background: #FFE9E9;
  margin-bottom: 2em;
  border-radius: 10px;
}
.notification_box:before {
  display: inline-block;
  content: "※";
  color: #DE2B2B;
  position: absolute;
  top: 1em;
  left: 1em;
}
.notification_box > *:last-child {
  margin-bottom: 0;
}

h5, .point {
  font-size: 100%;
  border: 1px dashed #ffbf13;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  position: relative;
  margin-bottom: 1em;
}
h5:before, .point:before {
  font-size: 120%;
  font-family: "FontAwesome";
  content: "\f0a4";
  color: #d44950;
  margin-right: 5px;
}

.sc_box {
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.sc_box table {
  font-size: 95%;
  min-width: 100%;
  table-layout: fixed;
}
.sc_box table thead th {
  white-space: nowrap;
  font-size: 85%;
  padding: 5px !important;
}
.sc_box table th {
  font-size: 90%;
  font-weight: bold;
}
.sc_box table th .point, .sc_box table th h5 {
  margin: 0 0 1em !important;
}
.sc_box table th, .sc_box table td {
  min-width: 80px;
  padding: 10px !important;
}
@media screen and (max-width: 1199px ) and (min-width: 981px ), screen and (max-width: 980px ) {
  .sc_box {
    padding: 2em 5px;
    border: 5px solid #dedede;
    position: relative;
  }
  .sc_box:before {
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    content: "横スクロールで全体が表示されます。";
    background: #dedede;
    font-size: 80%;
  }
}

@media screen and (max-width: 1199px ) and (min-width: 981px ), screen and (max-width: 980px ) {
  .swipe-table {
    margin-bottom: 2em !important;
  }
  .swipe-table table:last-child {
    margin-bottom: 0 !important;
  }
  .swipe-table table tr th:first-child {
    width: auto;
    position: sticky;
    left: 0;
    max-width: 200px;
    font-size: 90%;
  }
  .swipe-table table tr th, .swipe-table table tr td {
    min-width: 200px;
  }
}

@media screen and (max-width: 980px ) {
  .sc_y { /*SP*/
    max-height: 500px;
    overflow-y: auto;
    padding: 5px;
    border: 5px solid #dedede;
  }
  .sc_y:before {
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    content: "縦スクロールで全体が表示されます。";
    background: #dedede;
    font-size: 80%;
  }
}

table.scale_table {
  font-size: 80%;
  table-layout: fixed;
}
table.scale_table thead th {
  white-space: nowrap;
  font-size: 85%;
  padding: 5px !important;
}
table.scale_table th {
  font-size: 90%;
  font-weight: bold;
}
table.scale_table th, table.scale_table td {
  min-width: 80px;
  padding: 5px 10px !important;
}
table.scale_table .col_sys {
  width: 3em;
  text-align: center;
}
table.scale_table .col_title {
  width: 20em;
}
table.scale_table .col_add {
  width: 15em;
}
@media screen and (max-width: 980px ) {
  table.scale_table { /*SP*/
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 200%;
    margin: -25vw -50% !important;
  }
}

table .target, table .sub_target {
  background-image: -o-repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 3px, transparent 0, transparent 8px) !important;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 3px, transparent 0, transparent 8px) !important;
  border: 2px solid #fff !important;
}
table .target {
  background-color: #FFC5C5;
}
table .sub_target {
  background-color: #FFE567;
}

table.schedule {
  text-align: center;
}
table.schedule td {
  background: #c1c1c1;
  font-weight: bold;
}
table.schedule td:not([class]) {
  background: #fff;
}
table.schedule .schedule_bg01 {
  background: #FFAAAA;
}
table.schedule .schedule_bg02 {
  background: #ffd099;
}
table.schedule .schedule_bg03 {
  background: #B5BEFF;
}
table.schedule .schedule_bg04 {
  background: #AFEBC6;
}
table.schedule .schedule_bg05 {
  background: #DDC6F2;
}
table.schedule .schedule_bg06 {
  background: #B4F0EE;
}
table.schedule .schedule_bg07 {
  background: #FFCCE8;
}

@media screen and (max-width: 980px ) { /*SP*/
  table.break_table tr th, table.break_table tr td {
    display: block;
    width: 100%;
  }
}
.link_style {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.link_style dt {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
  text-align: center;
}
@media screen and (min-width: 1200px ) {
  .link_style dt {
    width: 25%;
  }
}
.link_style dt.btn a {
  padding: 1.2em 1em !important;
  line-height: 1.5;
}
.link_style dd {
  padding: 0 15px;
  border-left: 3px solid #ffe6a3;
}
@media screen and (min-width: 1200px ) {
  .link_style dd {
    width: 75%;
  }
}
@media screen and (max-width: 980px ) {
  .link_style dd {
    padding: 10px;
    border-top: 3px solid #ffe6a3;
    border-left: none;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 980px ) {
  .link_style dt, .link_style dd {
    width: 100%;
  }
}

.tbl_list {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 15px 0;
  border: 1px solid #d5e7ec;
  margin: 0 0 2rem !important;
}
.tbl_list li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px !important;
}
.tbl_list li:not(:last-child) {
  border-right: 1px dashed #d5e7ec;
}
.tbl_list li:before {
  content: none !important;
}
@media screen and (max-width: 980px ) {
  .tbl_list { /*SP*/
    padding: 10px;
  }
  .tbl_list, .tbl_list li {
    display: block;
  }
  .tbl_list li {
    padding: 10px 0 !important;
  }
  .tbl_list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px dashed #d5e7ec;
  }
}

.anker_list {
  border-top: 1px solid #ffe37e;
  border-bottom: 1px solid #ffe37e;
  padding: 20px 1rem 10px;
  margin-bottom: 2rem !important;
  position: relative;
}
.anker_list li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 5px 10px 0 !important;
}
.anker_list li:before {
  content: none !important;
}
.anker_list li a {
  display: inline-block;
  padding: 3px 10px;
  background: #ffa37f;
  color: #ffffff;
  text-decoration: none;
}
.anker_list li a:after {
  font-family: "FontAwesome";
  content: "\f13a";
  color: #ffe37e;
  margin-left: 5px;
}
.anker_list li a:hover {
  background: #ff8b5e;
}

.float-list {
  margin: 0 0 1rem !important;
}
.float-list li {
  padding-left: 0 !important;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.float-list li:before {
  content: none !important;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
/*カテゴリーアーカイブ===========================================================*/
.p_arc {
  background: #fffcee;
  padding: 1rem 1rem 1.5rem;
  margin-bottom: 2rem;
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.p_arc dt, .p_arc dd {
  display: table-cell;
  vertical-align: middle;
}
.p_arc dt {
  width: 25%;
  text-align: center;
  padding-right: 1rem;
}
.p_arc p {
  margin-bottom: 10px !important;
}
.p_arc .more {
  margin: 0 !important;
  text-align: right;
  position: absolute;
  padding-right: 2.8rem;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  background: url("../img/more.gif") no-repeat right bottom;
}
.p_arc .more a {
  display: inline-block;
  color: #358faa;
}
@media screen and (max-width: 980px ) {
  .p_arc { /*SP*/ }
  .p_arc, .p_arc dt, .p_arc dd {
    display: block;
    width: 100%;
  }
  .p_arc dt {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.p_data {
  color: #2ea295;
}
.p_data span {
  font-size: 85%;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 10px;
  background: #2ea295;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.arc_ttl {
  font-size: 120%;
  padding: 7px 10px 15px;
  background: url("../img/line_dot.gif") repeat-x left bottom;
  margin-bottom: 15px;
}

.p_cont .archive-list {
  list-style-type: none;
}
.p_cont .archive-list li {
  margin-bottom: 1em;
  padding-left: 0 !important;
}
.p_cont .archive-list li:before {
  display: none;
}
.p_cont .archive-list li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1em;
  background: #fffcee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.p_cont .archive-list li a span.cat {
  display: inline-block;
  padding: 5px 10px;
  font-size: 80%;
  background: #2ea295;
  color: #fff;
  margin-right: 5px;
}
.p_cont .archive-list li a:hover {
  background: #FAF2C9;
}
.p_cont .archive-list li p {
  margin: 0;
}
.p_cont .archive-list li .post-title {
  margin-bottom: 10px;
}
.p_cont .archive-list li .post-exp {
  font-size: 90%;
  padding-top: 10px;
  border-top: 1px solid #DED5A5;
  margin-bottom: 0;
}
.p_cont .tag-archive {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 1em;
  background: #c2d8d6;
}
.p_cont .tag-archive li {
  list-style-type: none;
  padding: 6px !important;
  min-width: 20%;
  margin-bottom: 0;
}
.p_cont .tag-archive li:not(:last-child) {
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p_cont .tag-archive li:before {
  display: none;
}
.p_cont .tag-archive li a {
  display: block;
  padding: 10px;
  padding-left: 2em;
  background: #fff;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
}
.p_cont .tag-archive li a:before {
  font-family: "FontAwesome";
  content: "\f1db";
  color: #75d9ce;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0.75em;
}
.p_cont .tag-archive li a:hover {
  background: #FFF2CF;
}
.p_cont .tag_list {
  padding-top: 1em;
  border-top: 1px solid #eaeaea;
  list-style-type: none;
}
.p_cont .tag_list li {
  display: inline-block;
  padding: 5px !important;
  margin: 0 !important;
}
.p_cont .tag_list li:before {
  display: none;
}
.p_cont .tag_list li a {
  display: block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #2ea295;
  color: #fff;
  text-decoration: none;
}
.p_cont .tag_list li a:before {
  display: inline-block;
  content: "#";
  margin-right: 5px;
}
.p_cont .tag_list li a:hover {
  background: #1E887C;
}

#message-archives {
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border: 8px solid #ffdda7;
  background: url("../img/bg_message_box.jpg") repeat left top;
}
#message-archives .p_arc {
  position: relative;
}
#message-archives .p_arc .p_data {
  color: #805300;
}
#message-archives .p_arc .p_data span {
  background: #805300;
}
#message-archives .p_arc:last-child {
  margin-bottom: 0;
}
#message-archives .p_arc dt:before, #message-archives .p_arc dd:after {
  position: absolute;
  width: 2rem;
  height: 2rem;
  content: url("../img/message_acc.png");
}
#message-archives .p_arc dt:before {
  top: -0.8rem;
  left: -0.8rem;
  z-index: 10000;
}
#message-archives .p_arc dd:after {
  bottom: 0.8rem;
  right: 0.8rem;
}
#message-archives .p_arc .more {
  background: none !important;
}

.message_dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.message_dl dt {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 980px ) {
  .message_dl dt { /*SP*/
    padding-top: 1rem;
    width: 100%;
    margin-bottom: 10px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
.message_dl dd {
  width: 75%;
  padding: 1rem;
  background: #fffcee;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 1200px ) {
  .message_dl dd { /*SP*/ }
  .message_dl dd:before {
    position: absolute;
    top: 45%;
    right: 100%;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 15px solid #fffcee;
  }
}
@media screen and (max-width: 980px ) {
  .message_dl dd { /*SP*/
    width: 100%;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .message_dl dd:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #fffcee;
  }
}

/*ページナビ*/
.wp-pagenavi {
  clear: both;
  border: 1px solid #dedede;
  padding: 20px;
  margin-bottom: 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  width: 14.9%;
  margin: 2px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 980px ) {
  .wp-pagenavi a, .wp-pagenavi span { /*SP*/
    width: 30%;
    padding: 0 !important;
  }
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #bfbfbf !important;
  background: #fffcee;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/*search.php=============================================================*/
#search_result {
  border: 1px solid #dedede;
  padding: 1rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}
#search_result dl:not(:last-child) {
  border-bottom: 1px dashed #dedede;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
#search_result dl dt {
  font-size: 120%;
  margin-bottom: 1rem;
}
#search_result dl dt span.type_icon {
  text-align: center;
  display: inline-block;
  font-size: 80%;
  padding: 2px 8px;
  color: #ffffff;
}
#search_result dl dt span.type_icon.i_single {
  background: #3ebbad;
}
#search_result dl dt span.type_icon.i_page {
  background: #e8456f;
}
#search_result dl dt a {
  display: inline-block;
  padding: 0 2rem 0 10px;
  position: relative;
}
#search_result dl dt a:after {
  font-family: "FontAwesome";
  content: "\f054";
  color: #3ebbad;
  position: absolute;
  top: 0;
  right: 0;
}
#search_result dl dd {
  padding: 1rem 1rem 10px;
  background: #fffcee;
}

.search-highlight {
  display: inline-block;
  margin: 0 1px;
  position: relative;
  z-index: 200;
}
.search-highlight:after {
  background: #fffbc2;
  display: inline-block;
  content: " ";
  background: #ffec95;
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: -20;
}

/*===================================================================*/
/*個別ページ===========================================================*/
/*===================================================================*/
@media screen and (max-width: 980px ) {
  .sc_box { /*SP*/
    width: 100%;
    max-width: 856px;
    margin-bottom: 1rem;
    overflow-x: scroll;
  }
  .sc_box table {
    width: 856px !important;
  }
}

/*施設検索===========================================================*/
/*施設検索トップ*/
.search_box {
  background: #f9f7ea;
  padding: 1.5rem 3% 1rem;
  margin-bottom: 2rem;
}
.search_box dl {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.search_box dl dt {
  font-size: 120%;
  border-bottom: 2px dotted #2ea295;
  padding: 0 1rem 10px;
  margin-bottom: 15px;
}
.search_box dl dt i {
  color: #2ea295;
  margin-right: 10px;
}
.search_box label {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  margin-right: 1rem;
}
.search_box label input[type=checkbox] {
  margin-right: 3px;
}
.search_box label:hover {
  background: #fff2c3;
}

.area_info {
  border: none !important;
  margin-bottom: 10px !important;
}
.area_info th {
  width: 18%;
}
.area_info td {
  background: url("../img/bg_note.jpg") repeat left top;
}
.area_info th, .area_info td {
  padding: 5px !important;
}

/*施設検索 検索結果一覧*/
.search_list {
  line-height: 1.5 !important;
  margin-bottom: 2rem;
}
.search_list dt {
  color: #ff70a9;
}
.search_list dt.h_search_ganre {
  padding: 0 1rem;
  border-left: 3px solid #ff70a9;
  font-size: 120%;
  margin: 15px 0;
}
.search_list dt.h_search_area {
  color: #ffffff;
  background: #ff91aa;
  padding: 5px 10px;
  margin: 10px 0;
}
.search_list dt.sub-area-title {
  width: 97%;
  margin-left: 3%;
  background: #FFBBCA;
}
.search_list dd {
  margin-bottom: 0px !important;
  position: relative;
  border-bottom: 1px dotted #c1c1c1;
}
.search_list dd.sub-item {
  width: 97%;
  margin-left: 3%;
}
.search_list dd:after {
  font-family: "FontAwesome";
  content: "\f002";
  color: #c1c1c1;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  right: 15px;
}
.search_list dd a {
  padding: 5px 1rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.search_list dd a span {
  position: relative;
}
.search_list dd a span:before {
  color: #ff2f2f;
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "\f041";
}
.search_list dd:hover a {
  background: #ffe8f1;
  text-decoration: none;
}
.search_list dd:hover:after {
  color: #ff70a9;
}

.alert-dismissible {
  padding: 10px 15px;
  border: 5px solid #ffb8b8;
  margin-bottom: 1rem;
  font-size: 110%;
}
.alert-dismissible button.close {
  cursor: pointer;
  margin-right: 3px;
  background: none;
  border: none;
  position: relative;
  color: #ffffff;
}
.alert-dismissible button.close:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff4c4c;
  font-family: "FontAwesome";
  content: "\f00d";
}

/*施設詳細*/
.data_list {
  border-color: #b1e5ea !important;
}
.data_list th {
  background: #c6f1f5 !important;
  width: 35%;
}
.care {
  padding: 5px 10px;
  text-align: center;
  background: #fffad1;
}
.care span {
  display: inline-block;
  margin-right: 1rem;
}

.colum_box {
  margin-bottom: 2rem;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.colum_box .colum {
  -moz-flex: 1;
  -o-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 50%;
  max-width: 100%;
  padding: 0 5px;
}
@media screen and (max-width: 980px ) {
  .colum_box .colum {
    min-width: 100%;
  }
}

.care_list {
  width: 95% !important;
  margin: 0 auto 1rem !important;
  border-color: #b1e5ea !important;
}
.care_list th, .care_list td {
  text-align: center;
  padding: 5px 10px;
  font-size: 100%;
  line-height: 1.3;
}
.care_list th {
  background: #c6f1f5 !important;
}
.care_list td {
  width: 15%;
  max-width: 2rem;
}

/*お問い合わせ========================================================*/
.inq input[type=text], .inq input[type=email], .inq textarea {
  width: 100% !important;
}

.label_cont label {
  cursor: pointer;
}

/*サイトマップ========================================================*/
.float_list, .content_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.float_list {
  margin-left: 0 !important;
  background: url("../img/bg_device.jpg") repeat left top;
  padding: 10px;
}
.float_list li {
  width: 33.3%;
  padding: 5px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 980px ) {
  .float_list li {
    width: 100% !important;
  }
}
.float_list li:before {
  content: none !important;
}
.float_list li a {
  background: #ffffff;
  display: block;
  width: 100%;
  border: 1px dotted #c1c1c1;
  padding: 10px 15px;
  text-decoration: none;
}
.float_list li a:before {
  font-family: "FontAwesome";
  color: #ffba00;
  content: "\f054" !important;
  margin-right: 5px;
}
.float_list li a:hover {
  background: #fff6dc;
  border-color: #ffba00;
}
.float_list li.wd_full {
  width: 66.6%;
}

.content_link dl {
  width: 50%;
  padding: 0 1rem 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 980px ) {
  .content_link dl { /*SP*/
    width: 100%;
  }
}
.content_link dl dt {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  margin: 10px 0;
  font-size: 110%;
  border-bottom: 2px solid #2ea295;
}
.content_link dl dt, .content_link dl dt a {
  color: #2ea295;
}
.content_link dl dd {
  padding-left: 10px;
  margin-bottom: 5px;
}
.content_link dl dd a {
  display: block;
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px dotted #c1c1c1;
  text-decoration: none !important;
}
.content_link dl dd a:hover {
  border-color: #ffba00;
}
.content_link dl dd a:before {
  font-family: "FontAwesome";
  color: #ffba00;
  content: "\f054" !important;
  margin-right: 5px;
}

figure {
  margin-bottom: 1rem;
}
figure a:after {
  display: none;
}
figure figcaption {
  font-size: 87.5%;
  color: #999;
}

#menu-page-sitemap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#menu-page-sitemap li:before {
  display: none;
}
#menu-page-sitemap a {
  text-decoration: none;
}
#menu-page-sitemap > li {
  width: 50%;
}
@media screen and (max-width: 980px ) {
  #menu-page-sitemap > li {
    width: 100%;
  }
}
#menu-page-sitemap > li > a {
  display: block;
  font-size: 110%;
  font-weight: bold;
  color: #2ea295;
  padding: 5px;
  padding-right: 1.5em;
  border-bottom: 2px solid #2ea295;
  position: relative;
}
#menu-page-sitemap > li > a, #menu-page-sitemap > li > a:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-page-sitemap > li > a:after {
  font-family: "FontAwesome";
  color: #2ea295;
  content: "\f054" !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
}
#menu-page-sitemap > li > a:hover {
  background: #FFF9DB;
}
#menu-page-sitemap > li > a:hover:after {
  right: 0.2em;
}
#menu-page-sitemap .sub-menu {
  background: url("../img/bg_device.jpg") repeat left top;
  padding: 10px;
  margin: 1em 0;
}
#menu-page-sitemap .sub-menu li {
  padding: 5px;
  margin-bottom: 0;
}
#menu-page-sitemap .sub-menu li a {
  display: block;
  background: #fff;
  padding: 0.5em 1em;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-page-sitemap .sub-menu li a:before {
  font-family: "FontAwesome";
  color: #ffba00;
  content: "\f054" !important;
  margin-right: 5px;
}
#menu-page-sitemap .sub-menu li a:hover {
  background: #fff6dc;
  border-color: #ffba00;
}