@charset "UTF-8";
/*
Theme Name : あそびや
*/
/* Scss Document */
.wrapper {
  width: 100%;
  overflow: hidden;}

.contents {
  width: 100%;
  max-width: 1024px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 768px) {
    .contents {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 20px; } }
  .contents h2.index_section_title {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    z-index: 6; }
    @media (max-width: 768px) {
      .contents h2.index_section_title {
        margin-bottom: 20px; }
        .contents h2.index_section_title img {
          width: 100%;
          height: auto; } }

.contents h3 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: solid 5px #dcdcdc;
  z-index: 6; }

@media (max-width: 768px) {
  .contents h3 {
    margin-bottom: 20px; }

  .contents h3 img {
    width: 100%;
    height: auto; } }
.contents h3::after {
  /*    font-size: 24px; */
  /*		margin-top: 36px;
      margin-bottom: 40px;*/
  text-align: left;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: solid 5px #3cc400;
  width: 190px;
  /*z-index: 9;*/ }

@media (max-width: 768px) {
  .contents h3 {
    margin-bottom: 20px; }

  .contents h3 img {
    width: 100%;
    height: auto; } }
.contents h4 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: left;
  /*z-index: 6;*/ }

@media (max-width: 768px) {
  .contents h4 {
    margin-bottom: 20px; }

  .contents h3 img {
    width: 100%;
    height: auto; } }
.contents h4.pink {
  color: #f19ec2; }

p.resizeimage img {
  width: 100vw; }

/*####################*/
/*見出し*/
/*####################*/
.section_title {
  position: relative;
  height: 98px;
  font-size: 42px;
  text-align: center;
  padding: 23px 23px 0;
  background: url(/images/h2_bg.png) center no-repeat;
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    .section_title {
      height: 70px;
      font-size: 28px;
      padding: 15px 23px 0;
      background-size: contain; } }
  .section_title span {
    position: absolute;
    font-size: 20px;
    top: 　70px;
    left: 0;
    right: 0; }
    @media (max-width: 768px) {
      .section_title span {
        font-size: 18px; } }
    .section_title span.pink {
      color: #f19ec2 !important; }
    .section_title span.lightblue {
      color: #7ecef4 !important; }

.cont_title {
  font-size: 20px !important;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 40px;
  margin-top: 0px !important; }
  .cont_title::before, .cont_title::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #3CC400; }
  .cont_title::before {
    left: 0; }
  .cont_title::after {
    right: 0; }

/*####################*/
/*section*/
/*####################*/
.section_shokai, .section_ryoiku {
  padding-bottom: 243px;
  background-size: auto;
  position: relative; }
  @media (max-width: 768px) {
    .section_shokai, .section_ryoiku {
      padding-bottom: 40px; } }

.section_shokai {
  background: url(/images/bg_img_01.png) no-repeat;
  background-position: right bottom; }
  @media (max-width: 768px) {
    .section_shokai {
      background-image: none; } }

.section_ryoiku {
  /*overflow: visible;*/
  background: url(/images/bg_img_02.png) no-repeat;
  background-position: left bottom; }
  @media (max-width: 768px) {
    .section_ryoiku {
      background-image: none; } }
  .section_ryoiku .bg_img_01 {
    position: absolute;
    top: 0;
    left: -280px; }
    @media (max-width: 768px) {
      .section_ryoiku .bg_img_01 {
        display: none;
        /*max-width: 30%;
        height: auto;
        z-index: 1;
        top: 10%;
        left: -50px;*/ } }
  .section_ryoiku .bg_img_02 {
    position: absolute;
    bottom: 0;
    right: -280px; }
    @media (max-width: 768px) {
      .section_ryoiku .bg_img_02 {
        display: none;
        /*max-width: 20%;
        height: auto;
        z-index: 1;*/ } }

/*####################*/
/*ご紹介*/
/*####################*/
.cont_about {
  /*width:calc(100% - 30px);
  max-width:1024px;*/
  width: 100%;
  position: relative;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#fff;*/
  margin: 0 auto;
  /*padding:20px 20px 30px;*/
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*z-index:10;*/ }
  .cont_about .cont_box {
    width: 23%;
    display: block;
    position: relative; }
    @media (max-width: 768px) {
      .cont_about .cont_box {
        width: 43%;
        display: block;
        position: relative; } }
    .cont_about .cont_box .img_area {
      /*width: 100%;*/
      position: relative; }
      .cont_about .cont_box .img_area .img_inr {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        /*background-size:cover!important;
        background-position:center center!important;*/
        overflow: hidden;
        width: 100%;
        height: auto; }
    .cont_about .cont_box .img_area img {
      -webkit-transition: transform 0.7s ease;
      -moz-transition: transform 0.7s ease;
      -o-transition: transform 0.7s ease;
      transition: transform 0.7s ease;
      width: 100%;
      height: auto;
      transform: scale3d(1.1, 1.1, 1.1);
      object-fit: cover; }
  .cont_about h2 {
    font-size: 18px;
    color: #494949;
    font-weight: 700;
    margin: 40px 0 12px;
    text-align: center; }
    @media (max-width: 768px) {
      .cont_about h2 {
        font-size: 14px; } }

.cont_about .cont_box:hover h2 {
  color: #3cc400; }

.cont_about .cont_box:hover .img_area img {
  transform: scale3d(1.2, 1.2, 1.2); }

/*####################*/
/*ボタンエリア*/
/*####################*/
.btn_list {
  margin: 70px auto;
  width: 500px; }
  @media (max-width: 768px) {
    .btn_list {
      width: 100%;
      z-index: 10; } }

/*####################*/
/*角丸ボタン*/
/*####################*/
.btn_list_item {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  /*padding: 0 40px;*/
  border-radius: 50px;
  text-decoration: none;
  color: #FFF;
  font-size: 1.25em;
  background: #3cc400; }
  @media (max-width: 768px) {
    .btn_list_item {
      font-size: 1em; } }
  .btn_list_item.shien {
    background-color: #f19ec2 !important; }
  .btn_list_item.dayservice {
    background-color: #7ecef4 !important; }
  .btn_list_item.ryoiku {
    background-color: #3cc400 !important; }
  .btn_list_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    padding: 15px 40px;
    color: #fff;
    border-radius: 50px; }
    .btn_list_item a:after {
      content: "";
      display: inline-block;
      background: url(/images/icon_arrow_01.png) center no-repeat;
      width: 45px;
      height: 45px; }

/*####################*/
/*お知らせ*/
/*####################*/
.news_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px; }
  .news_title h3 {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none !important; }
    .news_title h3::after {
      border-bottom: none !important; }
  .news_title p {
    font-size: 0.875em;
    font-weight: bold;
    display: flex;
    vertical-align: middle; }
    .news_title p:before {
      content: "";
      display: inline-block;
      background: url(/images/icon_arrow_02.png) center no-repeat;
      width: 19px;
      height: 19px;
      margin-right: 0.5em; }

.cont_news {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px; }
  .cont_news .list_news,
  .list_news{
    clear: both; }
    .cont_news .list_news dt,
    .list_news dt{
      float: left;
      padding-top: 10px;
      padding-right: 20px;
      color: #3cc400;
      font-weight: bold; }
    .cont_news .list_news dd,
    .list_news dd{
      margin-left: 0;
      margin-bottom: 10px;
      padding-left: 120px;
      padding-top: 10px;
      padding-bottom: 20px;
      border-bottom: 1px dotted #cdcdcd; }
      .cont_news .list_news dd a,
      .list_news dd a{
        color: #494949;
        text-decoration: underline; }
        .cont_news .list_news dd a:hover,
        .list_news dd a:hover{
          color: #3cc400; }
    @media (max-width: 768px) {
      .cont_news .list_news dt,
	  .list_news dt{
        float: none; }
      .cont_news .list_news dd,
	  .list_news dd{
        padding-left: 0; } }

.about_bfbox {
  /*width:calc(100% - 30px);*/
  width: 100%;
  position: relative;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#fff;*/
  margin: 60px auto;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  	/*-webkit-justify-content: space-between;
      justify-content: space-between;*/
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 100; }

.about_bfbox .bfbox {
  width: 25%;
  display: block;
  position: relative;
  background-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 10px; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox {
      -js-display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      align-content: center;
      vertical-align: middle;
      width: 100%;
      height: 157px;
      margin-bottom: 20px; } }

.about_bfbox .bfbox .img_area {
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox .img_area {
      width: 50%; } }

.about_bfbox .bfbox .img_area .img_inr {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
  /*background-size:cover;
  background-position:center center;*/
  overflow: hidden;
  width: 100%;
  height: 157px;
  object-fit: cover; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox .img_area .img_inr {
      -moz-border-radius: 10px 0 0 10px;
      -webkit-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      width: 100%; }
      .about_bfbox .bfbox .img_area .img_inr img {
        height: 157px;
        object-fit: cover; } }

.about_bfbox .bfbox .text_area {
  position: relative; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox .text_area {
      width: 50%; } }

.about_bfbox .bfbox h2 {
  font-size: 18px;
  color: #3cc400;
  font-weight: bold;
  margin: 40px 0 12px;
  text-align: center; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox h2 {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      margin: auto; } }

.about_bfbox .bfbox.box01 .text_area:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -72px;
  margin: auto;
  background: url(/images/icon_gaiyo.png);
  background-size: cover; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox.box01 .text_area:after {
      top: 20px; } }

.about_bfbox .bfbox.box02 .text_area:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -72px;
  margin: auto;
  background: url(/images/icon_saiyo.png);
  background-size: cover; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox.box02 .text_area:after {
      top: 20px; } }

.about_bfbox .bfbox.box03 .text_area:after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -72px;
  margin: auto;
  background: url(/images/icon_access.png);
  background-size: cover; }
  @media (max-width: 768px) {
    .about_bfbox .bfbox.box03 .text_area:after {
      top: 20px; } }

.about_bfbox .bfbox .link_btn {
  width: calc(100% - 20px); }

.about_bfbox .bfbox:hover .link_btn {
  background: #ef9998;
  color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.about_bfbox .bfbox:hover .link_btn:before {
  right: 15px;
  background: url(file:///C|/Users/hitomi/Dropbox/%E6%96%B0%E3%81%97%E3%81%84%E3%83%95%E3%82%A9%E3%83%AB%E3%83%80%E3%83%BC/%E3%81%82%E3%81%9D%E3%81%B3%E3%82%84/HTML/image/btn_ar_af.png);
  background-size: cover; }

.about_bfbox .bfbox .img_area img {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover; }

.about_bfbox .bfbox:hover .img_area img {
  transform: scale3d(1.1, 1.1, 1.1); }

/*####################*/
/*ご利用の流れ*/
/*####################*/
.list_goriyo {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .list_goriyo {
      width: 100%; } }
  .list_goriyo dt {
    position: relative;
    color: #fff;
    background: #3cc400;
    border-radius: 20px 20px 0 0;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    .list_goriyo dt.cont_1::before {
      content: '1';
      font-family: "メイリオ", Meiryo,"MS PGothic", "sans-serif";
      border: 2px solid #FF9E47;
      background: #FF9E47;
      display: block;
      float: left;
      line-height: 1.5;
      text-align: center;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      font-size: 40px;
      color: #fff;
      margin: 3px 3px 0 0;
      position: absolute;
      left: 10px;
      top: -20px; }
    .list_goriyo dt.cont_2::before {
      content: '2';
      font-family: "メイリオ", Meiryo,"MS PGothic", "sans-serif";
      border: 2px solid #FF9E47;
      background: #FF9E47;
      display: block;
      float: left;
      line-height: 1.5;
      text-align: center;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      font-size: 40px;
      color: #fff;
      margin: 3px 3px 0 0;
      position: absolute;
      left: 10px;
      top: -20px; }
    .list_goriyo dt.cont_3::before {
      content: '3';
      font-family: "メイリオ", Meiryo,"MS PGothic", "sans-serif";
      border: 2px solid #FF9E47;
      background: #FF9E47;
      display: block;
      float: left;
      line-height: 1.5;
      text-align: center;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      font-size: 40px;
      color: #fff;
      margin: 3px 3px 0 0;
      position: absolute;
      left: 10px;
      top: -20px; }
    .list_goriyo dt.cont_4::before {
      content: '4';
      font-family: "メイリオ", Meiryo,"MS PGothic", "sans-serif";
      border: 2px solid #FF9E47;
      background: #FF9E47;
      display: block;
      float: left;
      line-height: 1.5;
      text-align: center;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      font-size: 40px;
      color: #fff;
      margin: 3px 3px 0 0;
      position: absolute;
      left: 10px;
      top: -20px; }
    .list_goriyo dt.cont_5::before {
      content: '5';
      font-family: "メイリオ", Meiryo,"MS PGothic", "sans-serif";
      border: 2px solid #FF9E47;
      background: #FF9E47;
      display: block;
      float: left;
      line-height: 1.5;
      text-align: center;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      font-size: 40px;
      color: #fff;
      margin: 3px 3px 0 0;
      position: absolute;
      left: 10px;
      top: -20px; }
  .list_goriyo dd {
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 15px;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/ }
    .list_goriyo dd.boder {
      background: url(/images/bg_line_dot.png) bottom center repeat-y;
      padding: 30px 0; }

/*.list_goriyo {
	dt {
		color: #3cc400;
		font-size: 24px;
		text-align: center;
		margin-bottom: 10px;
	}
	dd {
		text-align: center;
		margin-bottom: 10px;
		&.boder{
			background: url(/images/bg_line_dot.png) bottom center repeat-y;
			padding: 30px 0;
		}
	}
}
*/
/*####################*/
/*あそびやの療育*/
/*####################*/
.ryoiku_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 70px 0; }
  @media (max-width: 768px) {
    .ryoiku_menu {
      flex-wrap: wrap; } }
  .ryoiku_menu li {
    margin-right: 20px; }
    @media (max-width: 768px) {
      .ryoiku_menu li {
        margin-right: 0;
        margin-bottom: 20px; } }
    .ryoiku_menu li:last-child {
      margin-right: 0; }
    .ryoiku_menu li img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 768px) {
        .ryoiku_menu li img {
          width: 100%;
          height: auto; } }
    .ryoiku_menu li a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; }

.list_ryoiku {
  clear: both;
  margin-bottom: 40px; }
  .list_ryoiku dt {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    color: #3cc400;
    font-weight: bold; }
  .list_ryoiku dd {
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 200px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cdcdcd; }
    .list_ryoiku dd a {
      color: #494949;
      text-decoration: underline; }
      .list_ryoiku dd a:hover {
        color: #3cc400; }
  @media (max-width: 768px) {
    .list_ryoiku dt {
      float: none;
      text-align: left; }
    .list_ryoiku dd {
      padding-left: 0;
      text-align: left; } }

/*####################*/
/*アクセス*/
/*####################*/
.list_access {
  clear: both;
  margin-bottom: 40px; }
  .list_access dt {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    color: #3cc400;
    font-weight: bold; }
  .list_access dd {
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 120px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cdcdcd; }
    .list_access dd a {
      color: #494949;
      text-decoration: underline; }
      .list_access dd a:hover {
        color: #3cc400; }
  @media (max-width: 768px) {
    .list_access dt {
      float: none;
      text-align: center; }
    .list_access dd {
      padding-left: 0;
      text-align: center; } }

@media (max-width: 768px) {
  .map iframe {
    height: 300px !important; } }

/*####################*/
/*table*/
/*####################*/
.tbl_nomal {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /*	border: solid 1px #cccccc;*/ }

/*.contents table tr{
	border: solid 1px #cccccc;
}*/
.tbl_nomal th {
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
  border: solid 1px #cccccc;
  border-right: 0px;
  background-color: #e7ffdc; }

.tbl_nomal td {
  padding: 15px;
  border: solid 1px #cccccc;
  border-left: 0px;
  background-color: #ffffff; }

/* tbl_staff ======== */
.tbl_staff {
  width: 100%;
  margin-bottom: 40px; }
  .tbl_staff td {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center; }
    .tbl_staff td.bg_green {
      background: #e7ffdc; }
    .tbl_staff td.bg_white {
      background: #fff; }
    .tbl_staff td.no-boder {
      border-left: none;
      border-right: none;
      border-bottom: none;
      border-top: none; }
.tbl_staff td.none {
	background-color: none;
	border: none;
}

/*####################*/
/*list*/
/*####################*/
/* 丸付き */
.list_disc {
  list-style: disc;
  color: #3cc400;
  margin-left: 1.5em; }
  .list_disc li {
    margin-bottom: 0.5em; }
    .list_disc li span {
      color: #494949; }

/* リンク */
.list_arrow {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list_arrow li {
    margin-bottom: 1em;
    padding-left: 1.5em;
    background: url(/images/icon_arrow_02.png) left top no-repeat; }
    @media (max-width: 768px) {
      .list_arrow li {
        background-size: 15px auto; } }
    .list_arrow li a {
      color: #494949; }
      .list_arrow li a:hover {
        color: #3cc400; }

/* 数字 */
.list_number01 {
  margin-left: 2em; }
  .list_number01 li {
    margin-bottom: 0.5em; }

/* 丸数字 */
.list_number02 {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-counter; }
  .list_number02 li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 0.5em; }
    @media (max-width: 768px) {
      .list_number02 li {
        padding-left: 25px; } }
    .list_number02 li::before {
      content: counter(my-counter);
      counter-increment: my-counter;
      border: 1px solid #343434;
      display: block;
      float: left;
      line-height: 1.5;
      text-align: center;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      font-size: 12px;
      color: #343434;
      margin: 3px 3px 0 0;
      position: absolute;
      left: 0; }
      @media (max-width: 768px) {
        .list_number02 li::before {
          height: 16px;
          width: 16px;
          font-size: 10px;
          margin: 3px 1px 0 0; } }

/* 画像アイコン付き */
.list_icon {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list_icon li {
    margin-bottom: 1em;
    padding-left: 1.5em;
    background: url(/images/icon_list.png) left top no-repeat; }
    @media (max-width: 768px) {
      .list_icon li {
        background-size: 15px auto; } }

/* 前空白あり */
.list_notes {
  list-style: none; }
  .list_notes li {
    margin-bottom: 0.5em;
    padding-left: 1.5em; }
    .list_notes li span {
      margin-left: -1.5em;
      margin-right: 0.5em; }

/* サイトマップ */
.list_sitemap {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list_sitemap li {
    margin-bottom: 1em;
    padding-left: 1.5em;
    background: url(/images/icon_arrow_02.png) left top no-repeat; }
    .list_sitemap li ul {
      list-style: none;
      margin-top: 1em; }
      .list_sitemap li ul li {
        background: none !important;
        padding-left: 0; }
        .list_sitemap li ul li::before {
          content: "";
          width: 10px;
          height: 10px;
          display: inline-block;
          background-color: #FF9E00;
          border-radius: 50%;
          margin-right: 0.5em; }
    .list_sitemap li a {
      color: #494949; }
      .list_sitemap li a:hover {
        color: #3cc400; }

/*####################*/
/* ごあいさつ */
/*####################*/
.goaisatsu {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
@media (max-width: 768px) {
	.goaisatsu {
		flex-wrap: wrap;
		width: 100%;
	}
}
.goaisatsu img {
	margin-right: 20px;
	width: 160px;
	height: 235px;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.goaisatsu img {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
.goaisatsu .goaisatsu_text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.goaisatsu .goaisatsu_text .sign {
	align-self: flex-end;
	text-align: right;
	margin-top: 40px;
}
.goaisatsu .goaisatsu_text .sign span {
	font-size: 20px;
}
/*####################*/
/* 緊急のお知らせ */
/*####################*/
.cont_head {
	position: relative;
}
.infoBox_important {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
    max-width: 1024px;
	width: 100%;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #fff;
	border: 2px solid #3cc400;
	border-radius:75px;
    }
    .infoBox_important > h2 {
      color: #3cc400;
      width: 20%;
      font-size: 18px;
      font-weight: bold;
      padding: 20px 0;
      text-align: center; }
      .infoBox_important > h2 > img {
        /*width: 34px;*/
        vertical-align: middle;
        margin-right: 10px; }
    .infoBox_important .important_message {
      width: 80%;
      padding: 20px;
      /*border: 2px solid #c10505;
      background: #fff;*/}
      .infoBox_important .important_message > ul > li > a {
        color: #494949;
        font-size: 15px; }
        .infoBox_important .important_message > ul > li > a:hover {
          color: #3cc400; }

/*追加　ここから*/
	 .infoBox_important .important_message > ul > li {
		clear: both;
		 list-style: none;
		}
	.infoBox_important .important_message .date {
		float: left;
		}
	.infoBox_important .important_message .ttl {
		margin-left: 7em;
		padding-left: -7em;
		display: block;
		}
/*ここまで*/
@media (max-width: 768px) {
.infoBox_important {
	bottom: 10px;
    margin: 20px auto 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
     }
    .infoBox_important > h2 {
      width: 20%;
      color: #3cc400;
      font-size: 12px;
      font-weight: bold;
      padding: 15px 0 16px 10px;
      text-align: center;
	flex-wrap: nowrap;}
      .infoBox_important > h2 > img {
        width: 16px;
        vertical-align: text-bottom;
        margin-right: 5px; }
    .infoBox_important .important_message {
      width: 80%;
      padding: 10px; }
      .infoBox_important .important_message > ul > li > a {
        color: #494949;
        font-size: 12px; }
        .infoBox_important .important_message > ul > li > a:hover {
          color: #3cc400; }
	.infoBox_important .important_message .date {
			float: none;
			}
	.infoBox_important .important_message .ttl {
		margin-left: 0;
		padding-left: 0;
		display: block;
		}
/*####################*/
/* 境界線　画像 */
/*####################*/
	.line_img {
		overflow: hidden;
	}
}





/*######################*/
/* LinkStage 2019.10.16 */
/*######################*/
.newsdate{
	text-align: right;
	margin-bottom: 40px;
	margin-top: -40px;
}
@media (max-width: 768px) {
	.newsdate{
		margin-bottom: 20px;
		margin-top: -20px;
	}
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}