@charset "UTF-8";
.page_top {
  position: relative;
  z-index: 20;
  padding-top: 21px;
  height: 87px;
  line-height: 87px;
}

@media (max-width: 999px) {
  .page_top {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
  }
}

.page_top .inner {
  margin: auto;
  width: 90%;
  max-width: 980px !important;
  line-height: 1em;
}

@media (max-width: 999px) {
  .page_top .inner {
    line-height: 60px;
  }
}

.page_top .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_top .header_nav_text {
  color: #333333;
}

.site_logo {
  max-width: 345px;
  min-width: 240px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.5%;
          flex: 0 1 33.5%;
}

@media (max-width: 999px) {
  .site_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .site_logo {
    min-width: 180px !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}

.site_logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 999px) {
  .site_logo img {
    vertical-align: middle;
  }
}

.pc-header_nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.5%;
          flex: 0 1 66.5%;
}

@media (max-width: 999px) {
  .pc-header_nav {
    display: none;
  }
}

.pc-header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc-header_nav ul li {
  position: relative;
  margin-right: 15px !important;
}

.pc-header_nav ul li:last-child {
  margin-right: 0;
  min-width: 250px;
}

.pc-header_nav ul li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A91B4B;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  padding-left: 14px;
  position: relative;
}

.pc-header_nav ul li:last-child a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 13px;
  height: 13px;
}

.pc-header_nav ul li:last-child a:hover {
  background-color: #FDF4F7;
}

.pc-header_nav ul li:last-child a .t_link {
  max-width: 48px;
  height: auto;
  display: block;
}

.pc-header_nav ul li:last-child a .t_link img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pc-header_nav ul li:last-child a .t_link_text {
  font-size: 15px;
  color: #333333;
}

.pc-header_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.pc-header_nav ul li a .header_nav_icon {
  width: 21px;
  margin-right: 5px;
}

.pc-header_nav ul li a .header_nav_icon img {
  width: 100%;
  height: auto;
}

.pc-header_nav ul li a .header_nav_text {
  font-size: 14px;
}

.pc-header_nav ul .header_tel_num .header_tel_num_img {
  width: 100%;
}

.pc-header_nav ul .header_tel_num .header_tel_num_img img {
  max-width: 166px;
}

.sp_header {
  display: none;
}

@media (max-width: 999px) {
  .sp_header {
    display: block;
  }
}

.sp_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp_header_tel {
  display: block;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .sp_header_tel {
    margin-right: 8px;
  }
}

.sp_header_tel img {
  max-width: 50px;
  height: auto;
}

@media (max-width: 999px) {
  .sp_header_tel img {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .sp_header_tel img {
    max-width: 38px;
  }
}

.menu_hm:hover {
  cursor: pointer;
}

.menu_hm img {
  max-width: 50px;
  height: auto;
}

@media (max-width: 999px) {
  .menu_hm img {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .menu_hm img {
    max-width: 38px;
  }
}

.sp_top_over {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  display: none;
}

.sp_top_over_wrap {
  border-bottom: 1px solid #A91B4B;
}

.sp_top_over_wrap .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}

.sp_top_over_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}

@media (max-width: 999px) {
  .sp_top_over_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}

.sp_top_over_logo img {
  max-width: 300px;
  height: auto;
  width: 100%;
}

@media (max-width: 999px) {
  .sp_top_over_logo img {
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .sp_top_over_logo img {
    min-width: 180px !important;
  }
}

.sp_top_over_t_c {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 999px) {
  .sp_top_over_t_c {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
  }
}

.sp_top_over_t_c img {
  max-width: 50px;
}

@media (max-width: 767px) {
  .sp_top_over_t_c img {
    max-width: 38px !important;
  }
}

.sp_top_over_t {
  padding-right: 16px;
}

@media (max-width: 767px) {
  .sp_top_over_t {
    padding-right: 8px !important;
  }
}

.sp_top_over_c:hover {
  cursor: pointer;
}

.sp_list_wrap {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  top: 60px;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: auto;
  overflow-y: scroll;
}

.sp_list_wrap_o {
  margin-top: 0;
}

.sp_list_wrap_ul li a {
  height: 55px;
  line-height: 55px;
  color: #333333;
  font-size: 15px;
  padding-left: 1.5em;
  display: block;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}

.sp_top_over_o a {
  position: relative;
  display: block;
}

.sp_top_over_o a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18.5px;
  height: 2px;
  background-color: #A91B4B;
}

.sp_top_over_o a::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 1.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 18.5px;
  height: 2px;
  background-color: #A91B4B;
}

.sp_top_over_o_a {
  position: relative;
}

.sp_top_over_o_a a::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 1.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 18.5px;
  height: 0px !important;
  background-color: #A91B4B;
}

.sp_top_over_content {
  background-color: #F8F8F8;
  display: none;
}

.sp_top_over_content_active {
  display: block !important;
}

.t_link_wrap {
  width: 90%;
  margin: 18px auto 0;
  max-width: 500px;
}

.t_link_wrap:last-child {
  padding-bottom: 30px;
}

.t_link_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A91B4B;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  padding-left: 14px;
  position: relative;
}

.t_link_wrap a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 13px;
  height: 13px;
}

.t_link_wrap a:hover {
  background-color: #FDF4F7;
}

.t_link_wrap a .t_link {
  max-width: 48px;
  height: auto;
  display: block;
}

.t_link_wrap a .t_link img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.t_link_wrap a .t_link_text {
  font-size: 15px;
  color: #333333;
}

.site_search {
  padding-top: 29px;
}

.site_search form {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: auto;
  height: 50px;
  line-height: 50px;
}

#search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.5em;
}

#search-btn {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: auto;
}

body {
  font-family: "ヒラギノ角ゴジック", "Helvetica Neue", "Helvetica", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
  color: #333333;
}

body .inner {
  width: 95%;
  max-width: 980px;
  margin: auto;
}

body .inner .main_content_title {
  font-size: 20px;
  color: #A91B4B;
  border-left: 3px solid #A91B4B;
  height: 32px;
  line-height: 32px;
  padding-left: 11px;
}

@media (max-width: 767px) {
  body .inner .main_content_title {
    font-size: 18px;
  }
}

.other_top {
  position: relative;
}

.other_top .top_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow-x: hidden;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .other_top .top_img img {
    max-height: 80px;
  }
}

.other_top .top_text_wrap {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 20;
}

.other_top .top_text_wrap .top_text {
  width: 90%;
  max-width: 980px;
  margin: auto;
  color: #A91B4B;
  font-size: 24px;
}

@media (max-width: 767px) {
  .other_top .top_text_wrap .top_text {
    font-size: 18px;
  }
}

.top_pk_list {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding-top: 20px;
}

.top_pk_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 999px) {
  .top_pk_list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top_pk_list ul li {
  font-size: 12px;
  padding-left: 6px;
}

.top_pk_list ul .top_pk_link a {
  color: #A91B4B;
}

.top_pk_list ul .gt p {
  margin-top: -4px;
}

.top_pk_list ul a {
  color: #333333;
}

.kaigo_tab_main {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .kaigo_tab_main {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .kaigo_tab_main .inner {
    width: 95%;
  }
}

.kaigo_tab_main .kaigo_tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #A91B4B;
}

@media (max-width: 767px) {
  .kaigo_tab_main .kaigo_tab_btn {
    border-bottom: none;
    position: relative;
  }
  .kaigo_tab_main .kaigo_tab_btn:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: -30%;
    width: 1000px;
    height: 2px;
    background-color: #A91B4B;
  }
}

.kaigo_tab_main .kaigo_tab_btn a {
  display: block;
  width: calc(33.3333% - 16px * 2 / 3);
  margin-right: 16px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: #F8F8F8;
  color: #666666;
}

.kaigo_tab_main .kaigo_tab_btn a:last-child {
  margin-right: 0;
}

@media (max-width: 999px) {
  .kaigo_tab_main .kaigo_tab_btn a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .kaigo_tab_main .kaigo_tab_btn a {
    font-size: 11px;
    display: table;
    letter-spacing: -.1em;
  }
}

@media (max-width: 767px) {
  .kaigo_tab_main .kaigo_tab_btn a p {
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .kaigo_tab_main .kaigo_tab_btn a p .tab_sp {
    display: none;
  }
}

.kaigo_tab_main .kaigo_tab_btn .this {
  background-color: #fff;
  color: #A91B4B;
  border-top: 1px solid #A91B4B;
  border-left: 1px solid #A91B4B;
  border-right: 1px solid #A91B4B;
  position: relative;
}

.kaigo_tab_main .kaigo_tab_btn .this:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 1;
}

.kaigo_tab_main .kaigo_tab_btn .tab_sp_b {
  display: none;
}

@media (max-width: 767px) {
  .kaigo_tab_main .kaigo_tab_btn .tab_sp_b {
    display: block;
  }
}

.kaigo_tab_main .content_title {
  font-size: 20px;
}

@media (max-width: 767px) {
  .kaigo_tab_main .content_title {
    font-size: 18px;
  }
}

.kaigo_main {
  width: 90%;
  margin: auto;
  max-width: 980px;
  padding-top: 62px;
}

@media (max-width: 767px) {
  .kaigo_main {
    width: 95%;
    padding-top: 50px;
  }
}

.kaigo_main .inner {
  max-width: 730px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .kaigo_main .inner {
    margin: auto;
  }
}

.kaigo_main .inner .content_title {
  font-size: 21px;
  padding-left: 12px;
  height: 34px;
  line-height: 34px;
  color: #A91B4B;
  border-left: 3px solid #A91B4B;
  margin-bottom: 20px;
}
.resources > ul > li {
    width: 320px;
    border: 2px solid #A91B4B;
    text-align: center;
    color: #A91B4B;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    margin: 0 0 20px 15px;
    text-align: left;
}
.resources > ul > li > a {
    padding: 10px;
    display: block;
    color: #A91B4B;
    background: url(../img/more_icon.png) no-repeat top 50% right 20px;
    background-size: 13px 13px;
}
.resources > ul > li > a > img {
    width: 20px;
    max-height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.resources > ul > li > a > span {
    font-size: 16px;
    display: inline-block;
    height: 28px;
    line-height: 30px;
    vertical-align: middle;
}
.resources > ul > li > a > .s_font{
    font-size: 13px;
    padding-top: 2px;
}

@media (max-width: 767px) {
  .kaigo_main .inner .content_title {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
  }
}

.main_cont_title {
  font-size: 18px;
  color: #A91B4B;
  padding-bottom: 10px;
}

.main_cont_text {
  font-size: 15px;
}

@media (max-width: 767px) {
  .main_cont_text {
    padding-left: 1.5em;
    text-indent: -.5em;
  }
}

.main_cont_text span {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}

.kaigo_1 .greet_img {
  max-width: 695px;
}

@media (max-width: 767px) {
  .kaigo_1 .greet_img {
    margin: auto;
  }
}

.kaigo_1 .greet_img img {
  width: 100%;
}

.kaigo_1 .greet_text {
  padding-top: 25px;
  max-width: 695px;
}

@media (max-width: 767px) {
  .kaigo_1 .greet_text {
    margin: auto;
    padding-top: 20px;
  }
}

.kaigo_1 .greet_text p {
  line-height: 2em;
  font-size: 15px;
}

@media (max-width: 767px) {
  .kaigo_1 .greet_text p {
    line-height: 1.6em;
  }
}

.kaigo_1 .greet_name {
  padding-top: 25px;
  max-width: 695px;
}

@media (max-width: 767px) {
  .kaigo_1 .greet_name {
    margin: auto;
  }
}

.kaigo_1 .greet_name .name_img {
  text-align: right;
}

.kaigo_1 .greet_name .name_img img {
  margin: 5px 0 0 0;
  height: 20px;
}

.kaigo_2 .main_cont_wrap ul li {
  font-size: 15px;
  line-height: 2em;
  position: relative;
}

@media (max-width: 767px) {
  .kaigo_2 .main_cont_wrap ul li {
    line-height: 1.6em;
    text-indent: -1.4em;
    padding-left: 1.2em;
  }
}

.kaigo_2 .main_cont_wrap ul li span {
  display: inline-block;
  background: no-repeat url("../img/icon_square@2x.png") center center/contain;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.kaigo_3 .environ_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .kaigo_3 .environ_item {
    display: block;
    padding-bottom: 40px;
  }
}

.kaigo_3 .environ_item:last-child {
  padding-bottom: 0;
}

.kaigo_3 .environ_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.kaigo_3 .environ_img img {
  width: 100%;
}

.kaigo_3 .environ_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .kaigo_3 .environ_1 {
    padding-top: 20px;
    padding-left: 0;
  }
}

.kaigo_3 .environ_1 .environ_title {
  font-size: 18px;
  color: #A91B4B;
  padding-bottom: 15px;
}

.kaigo_3 .environ_1 .environ_text {
  line-height: 2em;
}

@media (max-width: 767px) {
  .kaigo_3 .environ_1 .environ_text {
    line-height: 1.6em;
  }
}

.kaigo_4 {
  padding-bottom: 100px;
}

.kaigo_4 .content_top_text {
  font-size: 15px;
  line-height: 1.6em;
  padding-bottom: 19px;
}

.kaigo_4 .event_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.kaigo_4 .event_table .event_table_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.7%;
          flex: 0 1 49.7%;
  max-width: 49.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.7%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.kaigo_4 .event_table .event_table_item:nth-child(odd) {
  border-left: 1px solid #DDDDDD;
}

.kaigo_4 .event_table .event_table_item:nth-child(n + 11) {
  border-bottom: 1px solid #DDDDDD;
}

.kaigo_4 .event_table .event_table_item p {
  font-size: 15px;
}

.kaigo_4 .event_table .event_table_item .item_m {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  max-width: 20%
  text-align: right;
  padding-right: 20px;
  background-color: #F8F8F8;
  width: 20%;
}

@media (max-width: 767px) {
  .kaigo_4 .event_table .event_table_item .item_m {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    max-width: 30%;
    padding: 0;
    text-align: center;
    width: 20%;
  }
}

.kaigo_4 .event_table .event_table_item .item_c {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  padding-left: 20px;
  border-left: 1px solid #DDDDDD;
  width: 100%;
}

@media (max-width: 767px) {
  .kaigo_4 .event_table .event_table_item .item_c {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    padding-left: 10px;
    width: 100%;
  }
}

.kaigo_4 .event_item_wrap {
  padding-top: 75px;
}

.kaigo_4 .event_item_wrap .event_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .kaigo_4 .event_item_wrap .event_item {
    display: block;
  }
}

.kaigo_4 .event_item_wrap .event_item:last-child {
  padding-bottom: 0;
}

.kaigo_4 .event_item_wrap .event_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.kaigo_4 .event_item_wrap .event_img img {
  width: 100%;
}

.kaigo_4 .event_item_wrap .event_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .kaigo_4 .event_item_wrap .event_1 {
    padding-left: 0;
    padding-top: 20px;
  }
}

.kaigo_4 .event_item_wrap .event_1 .event_title {
  font-size: 18px;
  color: #A91B4B;
  padding-bottom: 15px;
}

.kaigo_4 .event_item_wrap .event_1 .event_text {
  line-height: 2em;
}

.kaigo_s1 .inner {
  width: 100%;
  max-width: 980px !important;
}

.kaigo_s1 .content_top_text_wrap {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .kaigo_s1 .content_top_text_wrap {
    padding-top: 0;
  }
}

.kaigo_s1 .content_top_text_wrap p {
  font-size: 15px;
  line-height: 1.6em;
}

.kaigo_s1 .content_top_text_wrap p span {
  background: no-repeat url("../img/icon_sq@2x.png") center center/contain;
  width: 13px;
  height: 13px;
  display: inline-block;
}

.kaigo_s1 .main_cont1 {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .kaigo_s1 .main_cont1 .main_cont_title {
    font-size: 17px;
    letter-spacing: -.07em;
  }
}

@media (max-width: 767px) {
  .kaigo_s1 .main_cont2 .main_cont2_table {
    display: none;
  }
}

.kaigo_s1 .main_cont2 .main_cont2_table_sp {
  display: none;
}

@media (max-width: 767px) {
  .kaigo_s1 .main_cont2 .main_cont2_table_sp {
    display: block;
  }
}

.main_cont1_table_wrap {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .main_cont1_table_wrap {
    padding-top: 0;
  }
}

.main_cont1_table_text {
  font-size: 15px;
  padding-bottom: 11px;
}

@media (max-width: 767px) {
  .main_cont1_table_text {
    padding-top: 20px;
  }
}

.main_cont1_table {
  width: 100%;
  max-width: 350px;
}

.main_cont1_item_t {
  background-color: #F8F8F8;
  text-align: center;
}

.main_cont1_item_t p {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}

.main_cont1_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.main_cont1_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.main_cont1_item p {
  width: 150px;
  font-size: 15px;
  padding-left: 20px;
}

.main_cont1_item p:nth-child(2n) {
  width: 200px;
  border-left: 1px solid #DDDDDD;
  text-align: right;
  padding-right: 10px;
}

.main_cont1_btn {
  padding-top: 15px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .main_cont1_btn {
    line-height: 1.2em;
    padding-left: 1em;
    text-indent: -.5em;
  }
}

.main_cont1_btn span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.main_cont2 {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .main_cont2 {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .main_cont2 .main_cont_title {
    font-size: 17px;
  }
}

.main_cont2_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.main_cont2_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.main_cont2_item div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  font-size: 15px;
}

.main_cont2_item div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
  text-align: right;
  border-left: 1px solid #DDDDDD;
}

.main_cont2_item div:nth-child(2) p {
  padding-right: 20px;
}

.main_cont2_item div:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  border-left: 1px solid #DDDDDD;
}

.main_cont2_item div p {
  padding-top: 17px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.main_cont2_table_sp .main_cont2_table_sp_item {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.main_cont2_table_sp .main_cont2_table_sp_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.main_cont2_table_sp .main_cont2_table_sp_item .item_top {
  background-color: #F8F8F8;
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #DDDDDD;
}

.main_cont2_table_sp .main_cont2_table_sp_item .item_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_cont2_table_sp .main_cont2_table_sp_item .item_btm div {
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 15px;
}

.main_cont2_table_sp .main_cont2_table_sp_item .item_btm .item_btm1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-size: 14px;
  border-right: 1px solid #DDDDDD;
}

.main_cont2_table_sp .main_cont2_table_sp_item .item_btm .item_btm2 {
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding-left: 10px;
}

.main_cont2_btn {
  padding-top: 25px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .main_cont2_btn {
    padding-bottom: 60px;
  }
}

.main_cont2_btn .main_cont2_btn1 {
  font-size: 15px;
  color: #A91B4B;
  line-height: 1.6em;
}

.main_cont2_btn .main_cont2_btn1 span {
  display: inline-block;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .main_cont2_btn .main_cont2_btn1 span {
    padding-left: 1em;
  }
}

.main_cont2_btn .main_cont2_btn2 {
  padding-top: 20px;
  padding-left: 1em;
}

.main_cont2_btn .main_cont2_btn2 p {
  line-height: 2em;
  font-size: 15px;
  text-indent: -.8em;
}

@media (max-width: 767px) {
  .main_cont2_btn .main_cont2_btn2 p {
    line-height: 1.6em;
  }
}

.main_cont2_btn .main_cont2_btn2 p span {
  background: no-repeat url("../img/icon_square@2x.png") center center/contain;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 5px;
}

.kaigo_s2 .inner {
  width: 100%;
  max-width: 980px;
}

.kaigo_s2 .main_cont_text {
  padding-bottom: 10px;
}

.kaigo_s2 .main_cont1_table {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .kaigo_s2 .main_cont1_table {
    display: none;
  }
}

.kaigo_s2 .main_cont1_table_sp {
  display: none;
}

@media (max-width: 767px) {
  .kaigo_s2 .main_cont1_table_sp {
    display: block;
    border: 1px solid #DDDDDD;
  }
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F8F8;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top1 .top1_t {
  text-align: center;
  font-size: 13px;
  letter-spacing: -.1em;
  padding-top: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top1 .top2_t_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top1 .top2_t_wrap p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-top: 18px;
  padding-bottom: 17px;
  border-right: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top1 .top2_t_wrap p:last-child {
  border-right: none;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_top .main_cont1_table_sp_top2 p {
  text-align: center;
  font-size: 14px;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_bottom .main_cont1_table_sp_bottom1 {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_bottom .main_cont1_table_sp_bottom1 p {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 14px;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_bottom .main_cont1_table_sp_bottom2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_bottom .main_cont1_table_sp_bottom2 p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 17px;
  font-size: 15px;
  border-right: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_bottom .main_cont1_table_sp_bottom2 p:last-child {
  border-right: none;
}

.kaigo_s2 .main_cont1_table_sp .main_cont1_table_sp_bottom .main_cont1_table_sp_bottom2_2 {
  border-top: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kaigo_s2 .main_cont1_item_r p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.kaigo_s2 .main_cont1_item_t div:first-child {
  height: 100%;
  height: 85px;
  border-right: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item_t div:first-child p {
  width: auto;
  line-height: 85px;
  padding-top: 0;
  padding-bottom: 0;
}

.kaigo_s2 .main_cont1_item_t div:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.kaigo_s2 .main_cont1_item_t div:nth-child(2) p {
  border-bottom: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item_t div:nth-child(2) .main_cont1_item_r {
  border-left: none;
}

.kaigo_s2 .main_cont1_item_t div:nth-child(2) .main_cont1_item_r p {
  border-bottom: none;
}

.kaigo_s2 .main_cont1_item_t div:nth-child(2) .main_cont1_item_r p:nth-child(2) {
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item_t div:last-child {
  line-height: 85px;
  border-left: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  line-height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kaigo_s2 .main_cont1_item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.kaigo_s2 .main_cont1_item:last-child div {
  border-right: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item:last-child div:last-child {
  border-right: 0;
}

.kaigo_s2 .main_cont1_item div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.kaigo_s2 .main_cont1_item div p {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2em;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  text-align: center;
}

.kaigo_s2 .main_cont1_item2 {
  border-top: none;
}

.kaigo_s2 .main_cont1_item2 div {
  border-top: 1px solid #DDDDDD;
}

.kaigo_s2 .main_cont1_item2 div:first-child {
  border-top: none;
  border-right: none;
}

.kaigo_s2 .main_cont1_item2 div:first-child p {
  background-color: #F8F8F8;
  padding-top: 0;
  padding-bottom: 0;
  height: 43px;
  border-right: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
  .kaigo_s2 .main_cont2 .main_cont2_table {
    display: none;
  }
}

.kaigo_s2 .main_cont2 .main_cont2_table_sp {
  display: none;
}

@media (max-width: 767px) {
  .kaigo_s2 .main_cont2 .main_cont2_table_sp {
    display: block;
  }
}

.kaigo_s2 .main_cont2 .main_cont2_table_sp .main_cont2_item_k2 p {
  padding-top: 18px;
  padding-bottom: 17px;
  padding-left: 15px;
  font-size: 14px;
}

.kaigo_s2 .main_cont2 .main_cont1_item_t div:first-child p {
  padding-top: 55px;
  line-height: 1.5em;
}

.kaigo_s2 .main_cont2 .main_cont2_btn {
  padding-top: 0;
}

.kaigo_s2 .main_cont2_item:nth-child(6) div, .kaigo_s2 .main_cont2_item:nth-child(7) div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.pageTop {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}

.screen {
  max-width: 1050px;
  margin: auto;
  position: relative;
}

.screen img {
  max-width: 50px;
  height: auto;
}

#pageTop {
  position: absolute;
  bottom: 2em;
  right: 2em;
  z-index: 100;
  width: 100px;
  height: auto;
  cursor: pointer;
}

#pageTop:hover {
  opacity: 0.6;
  cursor: pointer;
}

.sp_list_wrap_f {
  margin-top: 30px;
}

.sp_list_wrap_f,
footer {
  background-color: #FDF4F7;
}

.sp_list_wrap_f .inner,
footer .inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .sp_list_wrap_f .inner,
  footer .inner {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 0;
  }
}

.foot_site_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .foot_site_logo_wrap {
    display: block;
  }
}

.foot_site_logo_wrap .foot_site_logo_img {
  padding-right: 150px;
}

@media (max-width: 999px) {
  .foot_site_logo_wrap .foot_site_logo_img {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .foot_site_logo_wrap .foot_site_logo_img {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-right: 0;
  }
}

.foot_site_logo_wrap .foot_site_logo_img img {
  max-width: 340px;
  width: 100%;
}

@media (max-width: 767px) {
  .foot_site_logo_wrap .foot_site_logo_img img {
    max-width: 320px !important;
  }
}

.foot_site_logo_img {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .foot_site_logo_img {
    width: 90%;
    margin: auto;
  }
}

.foot_site_logo_img img {
  max-width: 260px;
  width: 100%;
}

@media (max-width: 999px) {
  .foot_site_logo_img img {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .foot_site_logo_img img {
    max-width: 260px !important;
  }
}

.foot_site_logo_img .pc_foot_site_logo_img {
  display: block;
}

@media (max-width: 767px) {
  .foot_site_logo_img .pc_foot_site_logo_img {
    display: none !important;
  }
}

.foot_site_logo_img .sp_foot_site_logo_img {
  display: none;
}

@media (max-width: 767px) {
  .foot_site_logo_img .sp_foot_site_logo_img {
    display: block !important;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .address_wrap {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 23px;
  }
}

.address_wrap p {
  font-size: 14px;
  color: #333333;
}

@media (max-width: 767px) {
  .address_wrap p {
    font-size: 14px !important;
    color: #333333 !important;
  }
}

.address_wrap p:first-child {
  padding-bottom: 10px;
}

.copyright {
  background-color: #A91B4B;
  text-align: center;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

/* 文字サイズ変更 */

.zoom {
	display: none;
	position: absolute;
	bottom: -60px;
	left: 8px;
	width: 100px;
	height: 50px;
}
.zoom div {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	background: #E6E6E6;

}
.zoom div.active {
	color: #ffffff;
	background: #A91B4B;
}

/* サイト内検索 */

.custom_search {
	display: none;
	position: absolute;
	bottom: -70px;
	left: 8px;
	width: 320px;
	height: 58px;
	background: #f00;
	overflow: hidden;
}

.gsc-search-button > .gsc-search-button-v2,
.gsc-search-button > .gsc-search-button-v2:hover {
	border-color: #A91B4B;
	background-color: #A91B4B;
}
