@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/fonts/icomoon.eot?kxzv91");
  src: url("/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/fonts/icomoon.ttf?kxzv91") format("truetype"), url("/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/fonts/icomoon.woff?kxzv91") format("woff"), url("/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ホームアイコン */
.icon-house:before {
  content: "\e901";
}

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px;
}

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
}
.home .main-v {
  width: 100%;
  margin: 65px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .home .main-v {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .main-v {
    margin-top: 90px;
  }
}
.home .main-v .main-v-inner {
  position: relative;
}
.home .main-v .main-v-inner .main-v-message {
  position: absolute;
  margin-left: 50px;
}
@media (max-width: 590px) {
  .home .main-v .main-v-inner .main-v-message {
    margin-left: 10px;
  }
}
.home .main-v .main-v-inner .main-v-message h2 {
  font-weight: 800;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #111;
  text-align: left;
  z-index: 10;
}
@media (max-width: 767px) {
  .home .main-v .main-v-inner .main-v-message h2 {
    margin: 10px;
  }
}
@media (max-width: 665px) {
  .home .main-v .main-v-inner .main-v-message h2 {
    font-size: 146%;
  }
}
@media (max-width: 530px) {
  .home .main-v .main-v-inner .main-v-message h2 {
    font-size: 120%;
  }
}
.home .main-v .main-v-inner .main-v-img {
  display: flex;
  flex-wrap: nowrap;
}
.home .main-v .main-v-inner .main-v-img p.right {
  min-width: 8em;
  margin: 0;
}
.home .main-v .main-v-inner .main-v-img .main-v-box {
  width: 50%;
  padding: 180px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
}
.home .main-v .main-v-inner .main-v-img .main-v-box:hover {
  color: inherit;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .home .main-v .main-v-inner .main-v-img .main-v-box {
    padding: 130px 10px 30px 10px;
  }
}
@media (max-width: 360px) {
  .home .main-v .main-v-inner .main-v-img .main-v-box {
    padding-top: 160px;
  }
}
.home .main-v .main-v-inner .main-v-img .main-v-box img {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .home .main-v .main-v-inner .main-v-img .main-v-box img {
    margin-left: 0;
  }
}
.home .main-v .main-v-inner .main-v-img .main-v-box h3 {
  font-size: 130%;
  background: #fff;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 50px;
}
@media (max-width: 440px) {
  .home .main-v .main-v-inner .main-v-img .main-v-box h3 {
    padding: 5px 10px;
    font-size: 97%;
  }
}
.home .main-v .main-v-inner .main-v-img .main-v-box ul li {
  font-size: 110%;
  font-weight: 500;
}
@media (max-width: 440px) {
  .home .main-v .main-v-inner .main-v-img .main-v-box ul li {
    font-size: 97%;
  }
}
.home .main-v .main-v-inner .main-v-img .main-v-box ul li::before {
  background: #333;
}
.home .main-v .main-v-inner .main-v-img .main-v-nou {
  background: #bbdbf3;
  border-radius: 50px 0 0 50px;
}
.home .main-v .main-v-inner .main-v-img .main-v-nou h3 {
  color: #006efc;
}
.home .main-v .main-v-inner .main-v-img .main-v-shinzou {
  background: #f8c9c9;
  border-radius: 0 50px 50px 0;
}
.home .main-v .main-v-inner .main-v-img .main-v-shinzou h3 {
  color: #e4007f;
}
.home .main-v img {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .main-v img {
    margin: 0 auto;
    max-height: 480px;
  }
}
.home .main-v {
  /* コントローラー */
}
.home .main-v .bx-controls {
  position: absolute;
  bottom: -40px;
  z-index: 500;
}
.home .main-v .bx-pager-item {
  display: inline-block;
}
.home .main-v .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  background: #808080;
}
.home .main-v .bx-pager-item .active {
  background: rgb(169, 0, 0);
}
.home .main-v {
  /* ページャー */
}
.home .main-v .bx-controls-direction {
  display: none;
}
.home {
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
}
.home main {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.home .contents-wrap {
  padding: 0;
  max-width: inherit;
}
.home {
  /* end .contents-wrap */
}
.home section {
  float: none;
  width: 100%;
  max-width: 1060px;
  margin: 80px auto 40px;
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .home section .btn {
    clear: both;
    text-align: center;
  }
  .home section .btn a {
    padding: 12px 90px 12px 90px;
  }
}
.home .wrap__box {
  position: relative;
}
.home .menu__box {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  z-index: 2;
}
.home .menu__box a {
  color: #fff;
}
.home .menu__box h4 {
  font-size: 20px;
  font-weight: normal;
  padding: 30px 0 10px 15px;
}
.home .menu__box h4 img {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .home .menu__box h4 {
    font-size: 30px;
  }
}
.home .menu__box p {
  font-size: 105%;
  padding: 0 0 0 15px;
}
.home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
  background-color: #007ab7;
  padding: 10px;
}
.home .menu__box_url_2 a, .home .menu__box_url_4 a {
  color: #007ab7;
}
.home .btn-area {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .home .btn-area {
    margin-top: 50px;
  }
}
.home .btn-area .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home .btn-area .row {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home .btn-area .row .item {
  border-radius: 15px;
  box-shadow: 0 0 10px #ccc;
  padding: 20px 0 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.home .btn-area .row .item:hover {
  background: #e6f2ff;
}
.home .btn-area .row .item img {
  height: 100px;
  width: 120px;
  margin: 0 auto;
}
.home .btn-area .row01 .item {
  width: 31%;
}
@media (max-width: 767px) {
  .home .btn-area .row01 .item {
    width: 100%;
  }
}
.home .btn-area .row02 {
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .home .btn-area .row02 {
    gap: 10px;
  }
}
.home .btn-area .row02 .item {
  width: 25%;
  font-size: 90%;
}
@media (max-width: 767px) {
  .home .btn-area .row02 .item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px;
    font-size: 120%;
    gap: 20px;
  }
}
@media (max-width: 440px) {
  .home .btn-area .row02 .item {
    font-size: 98%;
  }
}
.home .btn-area .row02 .item img {
  width: 100px;
  height: auto;
}
@media (max-width: 767px) {
  .home .btn-area .row02 .item img {
    margin: 0;
    width: 80px;
  }
}
.home .soudan,
.home .nayami,
.home .menu,
.home .activity {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .home .soudan,
  .home .nayami,
  .home .menu,
  .home .activity {
    margin: 50px 10px 0;
  }
}
.home .soudan .soudan-txt {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.home .soudan .soudan-txt .attention {
  margin-top: 40px;
}
.home .nayami .nayami-txt {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.home .menu .menu_inner .menu-area {
  display: flex;
}
@media (max-width: 650px) {
  .home .menu .menu_inner .menu-area {
    flex-wrap: wrap;
  }
}
.home .menu .menu_inner .menu-area .menu-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 650px) {
  .home .menu .menu_inner .menu-area .menu-box {
    width: 100%;
    padding: 0 10px;
  }
}
.home .menu .menu_inner .menu-area .menu-box:first-of-type {
  background-image: linear-gradient(to bottom, #0e54a6 5px, transparent 5px);
  background-size: 5px 11px;
  background-repeat: repeat-y;
  background-position: right;
}
@media (max-width: 650px) {
  .home .menu .menu_inner .menu-area .menu-box:first-of-type {
    padding-bottom: 30px;
    margin-bottom: 10px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 8px 3px;
    background-image: linear-gradient(to right, #0e54a6 3px, transparent 3px);
  }
}
@media (max-width: 650px) {
  .home .menu .menu_inner .menu-area .menu-box:nth-of-type(2) {
    padding-bottom: 30px;
    margin-bottom: 10px;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 8px 3px;
    background-image: linear-gradient(to right, #0e54a6 3px, transparent 3px);
  }
}
.home .menu .menu_inner .menu-area .menu-box h2 {
  background: #006efc;
  color: #fff;
  display: inline-block;
  padding: 5px 2em;
  border-radius: 50px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .home .menu .menu_inner .menu-area .menu-box h2 {
    font-size: 130%;
  }
}
.home .menu .menu_inner .menu-area .menu-box .menu-txt {
  margin-top: 30px;
}
.home .menu .menu_inner .menu-area .menu-box .menu-txt p {
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.home .menu .menu_inner .menu-area .menu-box .menu-txt .txt-tel {
  font-size: 150%;
}
.home .menu .menu_inner .menu-area .menu-box .menu-txt .txt-tel span {
  color: #006efc;
  font-weight: 900;
  font-size: 130%;
  letter-spacing: 0.05em;
}
.home .menu .menu_inner .menu-area .menu-box .menu-txt .txt-tel span ruby rt {
  color: initial;
  font-weight: 500;
}
.home .menu .menu_inner .menu-area .menu-box img {
  width: 80%;
  max-width: 350px;
  margin: 30px 0;
}
.home .menu .menu_inner .menu-area .menu-box .btn a {
  font-size: 110%;
  letter-spacing: 0.05em;
  padding: 0.5em 3.5em 0.5em 3em;
  border-radius: 60px;
}
.home .menu .menu_inner .menu-area .menu-box .btn a::before {
  right: 33px;
}
.home .menu .menu_inner .menu-area .menu-box .btn a::after {
  right: 20px;
}
.home .menu .menu_inner .btn.taimen {
  text-align: center;
}
.home .menu .menu_inner .btn.taimen a {
  width: 400px;
  box-sizing: border-box;
  font-size: 110%;
  letter-spacing: 0.05em;
  padding: 0.5em 3.5em 0.5em 3em;
}
@media (max-width: 650px) {
  .home .menu .menu_inner .btn.taimen a {
    width: 337px;
  }
}
@media (max-width: 424px) {
  .home .menu .menu_inner .btn.taimen a {
    width: 100%;
  }
}
.home .menu .menu_inner .attention {
  max-width: 940px;
  margin: 50px auto;
}
.home {
  /* ニュース */
}
@media (max-width: 768px) {
  .home .news {
    margin: 50px 10px 0;
    padding-top: 0;
  }
}
.home .news h2 {
  margin: 0;
}
.home .news .news-icon {
  margin-left: -9999px;
  height: 0px;
  width: 0;
}
.home .news ul {
  overflow: hidden;
  margin: 30px auto;
  width: max-content;
}
@media (max-width: 425px) {
  .home .news ul {
    margin: 20px auto 0;
    width: 100%;
  }
}
.home .news li {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home .news li {
    margin-bottom: 10px;
  }
}
.home .news li:before {
  display: none;
}
.home .news li a {
  display: block;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .home .news li a {
    padding: 15px 0 15px 0;
  }
}
.home .news time, .home .news span {
  display: block;
}
@media screen and (min-width: 768px) {
  .home .news time, .home .news span {
    display: inline;
  }
}
.home .news time {
  color: #000;
  padding: 0 10px 0 0;
}
.home .news span {
  display: block;
  text-decoration: underline;
}
.home .news {
  /* アイコン */
}
.home .news .ico-area {
  display: inline-block;
}
@media (max-width: 425px) {
  .home .news .ico-area {
    display: flex;
    flex-wrap: wrap;
  }
}
.home .news .ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 10px 0 0;
  text-indent: -9999px;
}
@media (max-width: 425px) {
  .home .news .ico {
    margin-bottom: 5px;
  }
}
.home .news .ico-new {
  background: #BF9239;
}
.home .news .ico-info {
  background: url(/osirase/1383/nou-shin-soudan/img/ico-info.png) center center/cover no-repeat;
  width: 6em;
}
.home .news .ico-event {
  background: url(/osirase/1383/nou-shin-soudan/img/ico-event.png) center center/cover no-repeat;
  width: 6em;
}
.home .news .ico-medi {
  background: url(/osirase/1383/nou-shin-soudan/img/ico-medi.png) center center/cover no-repeat;
  width: 10em;
}
.home .news .ico-kenmin {
  background: url(/osirase/1383/nou-shin-soudan/img/ico-kenmin.png) center center/cover no-repeat;
  width: 7em;
}
.home {
  /* end .news */
}
.home .general img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .general img {
    width: 30%;
    float: left;
    margin: 0 15px 15px 0;
  }
}
.home .poster h2 {
  margin-bottom: 50px;
}
.home .poster .poster-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 425px) {
  .home .poster .poster-area {
    flex-wrap: wrap;
  }
}
.home .poster .poster-area a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .poster .poster-area a:hover {
  opacity: 0.6;
}
.home .poster .poster-area a::after {
  display: none;
}
.home .poster .poster-area a i::after {
  display: none;
}
.home .poster .poster-area a h3 {
  margin: 0;
}
.home .poster .poster-area a img {
  border: 1px solid #bac8dd;
}

/* end .home */
/*-------------------------------------------------------------------------------

共通パーツ

--------------------------------------------------------------------------------*/
.ct-title-default h1.medium {
  padding: 2.5rem 1rem 2.5rem 2rem;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(to top, #e66fa2 10%, #149de3 100%);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.5rem 100%;
  font-weight: bold;
  font-size: 200%;
  height: auto;
  color: #0e54a6;
}
@media (max-width: 767px) {
  .ct-title-default h1.medium {
    padding: 1em 1rem 1rem 2rem;
    font-size: 154%;
  }
}
.ct-title-default h2 {
  height: auto;
  border: none;
  font-size: 172%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  color: #0e54a6;
  padding-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .ct-title-default h2 {
    font-size: 140%;
  }
}
.ct-title-default h2::before {
  display: none;
}
.ct-title-default h2 span {
  color: #006efc;
}
.ct-title-default h3 {
  position: relative;
  border: none;
}
.ct-title-default h3::before {
  display: none;
}
.ct-title-default ul.big-circle li {
  position: relative;
  list-style-type: none !important; /*ポチ消す*/
  vertical-align: middle;
  padding-left: 1.5em;
}
.ct-title-default ul.big-circle li::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 1em;
  height: 1em;
  background: #0e54a6;
  border-radius: 50%;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.ct-title-default .center {
  text-align: center;
}
.ct-title-default .right {
  text-align: right;
}
.ct-title-default .margin0 {
  margin: 0;
}
.ct-title-default .margintop-30 {
  margin-top: -30px;
}
.ct-title-default .left-margin {
  padding-left: 4em;
  text-indent: -3em;
}
.ct-title-default .margin-top100 {
  margin-top: 100px;
}
.ct-title-default .link {
  padding-left: 2em;
  position: relative;
  border-bottom: 1px solid;
  /*&::before {
    position: absolute;
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    left: 0;
    top: calc(50% - 0.4em);
    background: url(/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/img/icon-link.png) center center / contain no-repeat;
  }*/
}
.ct-title-default .link:hover::before {
  opacity: 0.5;
}
.ct-title-default .link2 {
  border-bottom: 1px solid;
}
.ct-title-default a i {
  display: none;
}
.ct-title-default a i::after {
  display: none;
}
.ct-title-default a.window {
  position: relative;
  padding-right: 1.5em;
}
.ct-title-default a.window::after {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  right: 0;
  bottom: 0;
  background: url(/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/img/icon-window.png) center center/contain no-repeat;
}
.ct-title-default a.window:hover::after {
  opacity: 0.5;
}
.ct-title-default .mini {
  font-size: 90%;
}
.ct-title-default .p-strong {
  font-size: 120%;
  font-weight: bold;
}
.ct-title-default .nowrap {
  white-space: nowrap;
}
.ct-title-default .btn a {
  display: inline-block;
  position: relative;
  color: #006efc;
  border: 2px solid #006efc;
  border-radius: 5em;
  letter-spacing: 0.2rem;
  background: #fff;
  padding: 1em 3em 1em 2em;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.ct-title-default .btn a:hover {
  color: #fff;
  background: #006efc;
}
.ct-title-default .btn a:active {
  box-shadow: 0 0 0;
  transform: translateY(2px);
}
.ct-title-default .btn a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 27px;
  margin: -4px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-title-default .btn a::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  right: 15px;
  background: #006efc;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.ct-title-default .btn.reverse a {
  color: #fff;
  background: #006efc;
}
.ct-title-default .btn.reverse a:hover {
  color: #006efc;
  background: #fff;
}
.ct-title-default .btn.reverse a::before {
  border-top: 2px solid #006efc;
  border-right: 2px solid #006efc;
}
.ct-title-default .btn.reverse a::after {
  background: #fff;
}
.ct-title-default .attention ul {
  list-style: none;
}
.ct-title-default .attention ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: 85%;
}
.ct-title-default .attention ul li::before {
  content: "※";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.ct-title-default .support-container {
  padding: 0 20px;
}
.ct-title-default .support-container .support-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 10px 0;
}
.ct-title-default .support-container .support-box .icon {
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  background-color: #f6f1e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.ct-title-default .support-container .support-box .icon img {
  width: auto;
  height: 100px;
}
.ct-title-default .support-container .support-box:last-of-type .icon img {
  padding: 10px 0 0 27px;
}
.ct-title-default .support-container .support-box h3 {
  margin: 0 0 10px;
  padding: 8px 0;
  color: #0e54a6;
  display: block;
  text-align: left;
  position: relative;
  font-size: 130%;
}
.ct-title-default .support-container .support-box h3::before {
  display: inline-block;
  position: absolute;
  left: -50px;
  bottom: 0;
  background: #0e54a6;
  height: 1px;
  width: calc(100% + 50px);
}
@media (max-width: 768px) {
  .ct-title-default .support-container .support-box h3 {
    display: none;
  }
}
.ct-title-default .support-container .support-box .h3-sp {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ct-title-default .support-container .support-box .h3-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .ct-title-default .support-container .support-box .h3-sp {
    display: block;
  }
}
.ct-title-default .support-container .support-box .h3-sp::before {
  width: 35px;
  top: 50%;
}
.ct-title-default .support-container .support-box .h3-sp::after {
  display: block;
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  background: #0e54a6;
  height: 1px;
  width: 35px;
}
.ct-title-default .support-container .support-box .text-content {
  flex: 1;
}
.ct-title-default .support-container .support-box .text-content p {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .ct-title-default .support-container .support-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  .ct-title-default .support-container .support-box {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .ct-title-default .support-container .support-box .icon {
    margin: 0 0 15px;
    width: 200px;
    height: 200px;
    flex: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  .ct-title-default .support-container .support-box .icon {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 425px) {
  .ct-title-default .support-container .support-box .icon img {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ct-title-default .support-container .support-box .text-content {
    flex: none;
    text-align: left;
  }
}
.ct-title-default {
  /*--support-container ここまで--*/
} /*--ct-title-default ここまで--*/
/*--------------------------------------------------------------------------------

オンライン相談、電話相談、対面相談、総合支援センターについて、心臓病・脳卒中

---------------------------------------------------------------------------------*/
.on-line article .contents-wrap,
.tel article .contents-wrap,
.face-to-face article .contents-wrap,
.about article .contents-wrap,
.stroke-heart article .contents-wrap {
  max-width: none;
}
.on-line article .contents-wrap section .gaiyo,
.tel article .contents-wrap section .gaiyo,
.face-to-face article .contents-wrap section .gaiyo,
.about article .contents-wrap section .gaiyo,
.stroke-heart article .contents-wrap section .gaiyo {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .on-line article .contents-wrap section .gaiyo,
  .tel article .contents-wrap section .gaiyo,
  .face-to-face article .contents-wrap section .gaiyo,
  .about article .contents-wrap section .gaiyo,
  .stroke-heart article .contents-wrap section .gaiyo {
    padding: 10px 0;
  }
}
.on-line article .contents-wrap section .gaiyo::before,
.tel article .contents-wrap section .gaiyo::before,
.face-to-face article .contents-wrap section .gaiyo::before,
.about article .contents-wrap section .gaiyo::before,
.stroke-heart article .contents-wrap section .gaiyo::before {
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #cae1fe;
  z-index: -1;
}
.on-line article .contents-wrap section .gaiyo h2,
.tel article .contents-wrap section .gaiyo h2,
.face-to-face article .contents-wrap section .gaiyo h2,
.about article .contents-wrap section .gaiyo h2,
.stroke-heart article .contents-wrap section .gaiyo h2 {
  background: #fff;
  padding: 1em 2em;
  color: #0e54a6;
  font-weight: normal;
  line-height: 1.7em;
  font-size: 95%;
  text-align: left;
}
@media (max-width: 767px) {
  .on-line article .contents-wrap section .gaiyo .txt-tel,
  .tel article .contents-wrap section .gaiyo .txt-tel,
  .face-to-face article .contents-wrap section .gaiyo .txt-tel,
  .about article .contents-wrap section .gaiyo .txt-tel,
  .stroke-heart article .contents-wrap section .gaiyo .txt-tel {
    margin-top: 30px;
  }
}
.on-line article .contents-wrap section .gaiyo .txt-tel a,
.tel article .contents-wrap section .gaiyo .txt-tel a,
.face-to-face article .contents-wrap section .gaiyo .txt-tel a,
.about article .contents-wrap section .gaiyo .txt-tel a,
.stroke-heart article .contents-wrap section .gaiyo .txt-tel a {
  font-size: 150%;
  padding: 1em 2em 0.5em 5.5em;
}
@media (max-width: 505px) {
  .on-line article .contents-wrap section .gaiyo .txt-tel a,
  .tel article .contents-wrap section .gaiyo .txt-tel a,
  .face-to-face article .contents-wrap section .gaiyo .txt-tel a,
  .about article .contents-wrap section .gaiyo .txt-tel a,
  .stroke-heart article .contents-wrap section .gaiyo .txt-tel a {
    padding: 1em 1em 0.5em 4em;
    display: block;
    padding-left: 3em;
  }
}
.on-line article .contents-wrap section .gaiyo .txt-tel a:hover::before,
.tel article .contents-wrap section .gaiyo .txt-tel a:hover::before,
.face-to-face article .contents-wrap section .gaiyo .txt-tel a:hover::before,
.about article .contents-wrap section .gaiyo .txt-tel a:hover::before,
.stroke-heart article .contents-wrap section .gaiyo .txt-tel a:hover::before {
  background: url(/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/img/icon-tel-blue.png) center center/contain no-repeat;
}
.on-line article .contents-wrap section .gaiyo .txt-tel a::before,
.tel article .contents-wrap section .gaiyo .txt-tel a::before,
.face-to-face article .contents-wrap section .gaiyo .txt-tel a::before,
.about article .contents-wrap section .gaiyo .txt-tel a::before,
.stroke-heart article .contents-wrap section .gaiyo .txt-tel a::before {
  left: 2em;
  top: calc(50% - 1.1em);
  background: url(/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/img/icon-tel.png) center center/contain no-repeat;
  width: 2.5em;
  height: 2.5em;
  transform: initial;
  border: none;
}
@media (max-width: 425px) {
  .on-line article .contents-wrap section .gaiyo .txt-tel a::before,
  .tel article .contents-wrap section .gaiyo .txt-tel a::before,
  .face-to-face article .contents-wrap section .gaiyo .txt-tel a::before,
  .about article .contents-wrap section .gaiyo .txt-tel a::before,
  .stroke-heart article .contents-wrap section .gaiyo .txt-tel a::before {
    left: 1em;
  }
}
.on-line article .contents-wrap section .gaiyo .txt-tel a::after,
.tel article .contents-wrap section .gaiyo .txt-tel a::after,
.face-to-face article .contents-wrap section .gaiyo .txt-tel a::after,
.about article .contents-wrap section .gaiyo .txt-tel a::after,
.stroke-heart article .contents-wrap section .gaiyo .txt-tel a::after {
  display: none;
}
.on-line article .contents-wrap section .gaiyo .txt-tel a span,
.tel article .contents-wrap section .gaiyo .txt-tel a span,
.face-to-face article .contents-wrap section .gaiyo .txt-tel a span,
.about article .contents-wrap section .gaiyo .txt-tel a span,
.stroke-heart article .contents-wrap section .gaiyo .txt-tel a span {
  font-size: 160%;
}
@media (max-width: 735px) {
  .on-line article .contents-wrap section .gaiyo .txt-tel a span,
  .tel article .contents-wrap section .gaiyo .txt-tel a span,
  .face-to-face article .contents-wrap section .gaiyo .txt-tel a span,
  .about article .contents-wrap section .gaiyo .txt-tel a span,
  .stroke-heart article .contents-wrap section .gaiyo .txt-tel a span {
    font-size: 112%;
  }
}
.on-line article .contents-wrap section .gaiyo .syosai,
.tel article .contents-wrap section .gaiyo .syosai,
.face-to-face article .contents-wrap section .gaiyo .syosai,
.about article .contents-wrap section .gaiyo .syosai,
.stroke-heart article .contents-wrap section .gaiyo .syosai {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 50px;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media (max-width: 497px) {
  .on-line article .contents-wrap section .gaiyo .syosai,
  .tel article .contents-wrap section .gaiyo .syosai,
  .face-to-face article .contents-wrap section .gaiyo .syosai,
  .about article .contents-wrap section .gaiyo .syosai,
  .stroke-heart article .contents-wrap section .gaiyo .syosai {
    flex-direction: column;
    gap: 0;
  }
}
.on-line article .contents-wrap section .gaiyo .syosai .syosai-txt,
.tel article .contents-wrap section .gaiyo .syosai .syosai-txt,
.face-to-face article .contents-wrap section .gaiyo .syosai .syosai-txt,
.about article .contents-wrap section .gaiyo .syosai .syosai-txt,
.stroke-heart article .contents-wrap section .gaiyo .syosai .syosai-txt {
  max-width: 60%;
}
@media (max-width: 497px) {
  .on-line article .contents-wrap section .gaiyo .syosai .syosai-txt,
  .tel article .contents-wrap section .gaiyo .syosai .syosai-txt,
  .face-to-face article .contents-wrap section .gaiyo .syosai .syosai-txt,
  .about article .contents-wrap section .gaiyo .syosai .syosai-txt,
  .stroke-heart article .contents-wrap section .gaiyo .syosai .syosai-txt {
    max-width: initial;
    width: 100%;
  }
}
.on-line article .contents-wrap section .gaiyo .syosai .syosai-txt dl dt,
.tel article .contents-wrap section .gaiyo .syosai .syosai-txt dl dt,
.face-to-face article .contents-wrap section .gaiyo .syosai .syosai-txt dl dt,
.about article .contents-wrap section .gaiyo .syosai .syosai-txt dl dt,
.stroke-heart article .contents-wrap section .gaiyo .syosai .syosai-txt dl dt {
  background: #fff;
  padding: 0.3em 1.5em;
  display: inline-block;
  margin-bottom: 10px;
}
.on-line article .contents-wrap section .gaiyo .syosai .syosai-txt dl dd,
.tel article .contents-wrap section .gaiyo .syosai .syosai-txt dl dd,
.face-to-face article .contents-wrap section .gaiyo .syosai .syosai-txt dl dd,
.about article .contents-wrap section .gaiyo .syosai .syosai-txt dl dd,
.stroke-heart article .contents-wrap section .gaiyo .syosai .syosai-txt dl dd {
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.on-line article .contents-wrap section .gaiyo .syosai img,
.tel article .contents-wrap section .gaiyo .syosai img,
.face-to-face article .contents-wrap section .gaiyo .syosai img,
.about article .contents-wrap section .gaiyo .syosai img,
.stroke-heart article .contents-wrap section .gaiyo .syosai img {
  width: 35%;
}
@media (max-width: 497px) {
  .on-line article .contents-wrap section .gaiyo .syosai img,
  .tel article .contents-wrap section .gaiyo .syosai img,
  .face-to-face article .contents-wrap section .gaiyo .syosai img,
  .about article .contents-wrap section .gaiyo .syosai img,
  .stroke-heart article .contents-wrap section .gaiyo .syosai img {
    max-width: 80%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .on-line article .contents-wrap section .gaiyo .yoyaku,
  .tel article .contents-wrap section .gaiyo .yoyaku,
  .face-to-face article .contents-wrap section .gaiyo .yoyaku,
  .about article .contents-wrap section .gaiyo .yoyaku,
  .stroke-heart article .contents-wrap section .gaiyo .yoyaku {
    margin-top: 30px;
  }
}
.on-line article .contents-wrap section .gaiyo .yoyaku .btn,
.tel article .contents-wrap section .gaiyo .yoyaku .btn,
.face-to-face article .contents-wrap section .gaiyo .yoyaku .btn,
.about article .contents-wrap section .gaiyo .yoyaku .btn,
.stroke-heart article .contents-wrap section .gaiyo .yoyaku .btn {
  text-align: center;
}
.on-line article .contents-wrap section .gaiyo .yoyaku .btn a,
.tel article .contents-wrap section .gaiyo .yoyaku .btn a,
.face-to-face article .contents-wrap section .gaiyo .yoyaku .btn a,
.about article .contents-wrap section .gaiyo .yoyaku .btn a,
.stroke-heart article .contents-wrap section .gaiyo .yoyaku .btn a {
  font-size: 150%;
  border-radius: 65px;
}
@media (max-width: 425px) {
  .on-line article .contents-wrap section .gaiyo .yoyaku .btn a,
  .tel article .contents-wrap section .gaiyo .yoyaku .btn a,
  .face-to-face article .contents-wrap section .gaiyo .yoyaku .btn a,
  .about article .contents-wrap section .gaiyo .yoyaku .btn a,
  .stroke-heart article .contents-wrap section .gaiyo .yoyaku .btn a {
    font-size: 110%;
  }
}
.on-line article .contents-wrap section .gaiyo .yoyaku .btn a::before,
.tel article .contents-wrap section .gaiyo .yoyaku .btn a::before,
.face-to-face article .contents-wrap section .gaiyo .yoyaku .btn a::before,
.about article .contents-wrap section .gaiyo .yoyaku .btn a::before,
.stroke-heart article .contents-wrap section .gaiyo .yoyaku .btn a::before {
  right: 43px;
}
.on-line article .contents-wrap section .gaiyo .yoyaku .btn a::after,
.tel article .contents-wrap section .gaiyo .yoyaku .btn a::after,
.face-to-face article .contents-wrap section .gaiyo .yoyaku .btn a::after,
.about article .contents-wrap section .gaiyo .yoyaku .btn a::after,
.stroke-heart article .contents-wrap section .gaiyo .yoyaku .btn a::after {
  right: 30px;
}
.on-line article .contents-wrap section .gaiyo .yoyaku .btn a i::after,
.tel article .contents-wrap section .gaiyo .yoyaku .btn a i::after,
.face-to-face article .contents-wrap section .gaiyo .yoyaku .btn a i::after,
.about article .contents-wrap section .gaiyo .yoyaku .btn a i::after,
.stroke-heart article .contents-wrap section .gaiyo .yoyaku .btn a i::after {
  display: none;
}
.on-line article .contents-wrap section .contents-area,
.tel article .contents-wrap section .contents-area,
.face-to-face article .contents-wrap section .contents-area,
.about article .contents-wrap section .contents-area,
.stroke-heart article .contents-wrap section .contents-area {
  max-width: 1000px;
  margin: 0 auto;
}
.on-line article .contents-wrap section .contents-area h2,
.tel article .contents-wrap section .contents-area h2,
.face-to-face article .contents-wrap section .contents-area h2,
.about article .contents-wrap section .contents-area h2,
.stroke-heart article .contents-wrap section .contents-area h2 {
  margin-top: 70px;
  margin: 100px 0 20px;
}
@media (max-width: 767px) {
  .on-line article .contents-wrap section .contents-area h2,
  .tel article .contents-wrap section .contents-area h2,
  .face-to-face article .contents-wrap section .contents-area h2,
  .about article .contents-wrap section .contents-area h2,
  .stroke-heart article .contents-wrap section .contents-area h2 {
    margin-top: 50px;
  }
}
.on-line article .contents-wrap section .contents-area h3,
.tel article .contents-wrap section .contents-area h3,
.face-to-face article .contents-wrap section .contents-area h3,
.about article .contents-wrap section .contents-area h3,
.stroke-heart article .contents-wrap section .contents-area h3 {
  margin: 0 0 10px;
  font-size: 115%;
}
.on-line article .contents-wrap section .contents-area .tel-message,
.tel article .contents-wrap section .contents-area .tel-message,
.face-to-face article .contents-wrap section .contents-area .tel-message,
.about article .contents-wrap section .contents-area .tel-message,
.stroke-heart article .contents-wrap section .contents-area .tel-message {
  margin-top: 100px;
}
@media (max-width: 497px) {
  .on-line article .contents-wrap section .contents-area .tel-message,
  .tel article .contents-wrap section .contents-area .tel-message,
  .face-to-face article .contents-wrap section .contents-area .tel-message,
  .about article .contents-wrap section .contents-area .tel-message,
  .stroke-heart article .contents-wrap section .contents-area .tel-message {
    margin-top: 50px;
  }
}
.on-line article .contents-wrap section .contents-area .data h3,
.tel article .contents-wrap section .contents-area .data h3,
.face-to-face article .contents-wrap section .contents-area .data h3,
.about article .contents-wrap section .contents-area .data h3,
.stroke-heart article .contents-wrap section .contents-area .data h3 {
  margin-top: 50px;
}
@media (max-width: 425px) {
  .on-line article .contents-wrap section .contents-area .data h3,
  .tel article .contents-wrap section .contents-area .data h3,
  .face-to-face article .contents-wrap section .contents-area .data h3,
  .about article .contents-wrap section .contents-area .data h3,
  .stroke-heart article .contents-wrap section .contents-area .data h3 {
    margin-top: 20px;
  }
}
.on-line article .contents-wrap section .contents-area .btn-area,
.tel article .contents-wrap section .contents-area .btn-area,
.face-to-face article .contents-wrap section .contents-area .btn-area,
.about article .contents-wrap section .contents-area .btn-area,
.stroke-heart article .contents-wrap section .contents-area .btn-area {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 100px auto 0;
  gap: 30px;
}
@media (max-width: 960px) {
  .on-line article .contents-wrap section .contents-area .btn-area,
  .tel article .contents-wrap section .contents-area .btn-area,
  .face-to-face article .contents-wrap section .contents-area .btn-area,
  .about article .contents-wrap section .contents-area .btn-area,
  .stroke-heart article .contents-wrap section .contents-area .btn-area {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 425px) {
  .on-line article .contents-wrap section .contents-area .btn-area,
  .tel article .contents-wrap section .contents-area .btn-area,
  .face-to-face article .contents-wrap section .contents-area .btn-area,
  .about article .contents-wrap section .contents-area .btn-area,
  .stroke-heart article .contents-wrap section .contents-area .btn-area {
    margin-top: 50px;
  }
}
.on-line article .contents-wrap section .contents-area .btn-area .btn,
.tel article .contents-wrap section .contents-area .btn-area .btn,
.face-to-face article .contents-wrap section .contents-area .btn-area .btn,
.about article .contents-wrap section .contents-area .btn-area .btn,
.stroke-heart article .contents-wrap section .contents-area .btn-area .btn {
  flex-grow: 1;
}
@media (max-width: 960px) {
  .on-line article .contents-wrap section .contents-area .btn-area .btn,
  .tel article .contents-wrap section .contents-area .btn-area .btn,
  .face-to-face article .contents-wrap section .contents-area .btn-area .btn,
  .about article .contents-wrap section .contents-area .btn-area .btn,
  .stroke-heart article .contents-wrap section .contents-area .btn-area .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
.on-line article .contents-wrap section .contents-area .btn-area .btn a,
.tel article .contents-wrap section .contents-area .btn-area .btn a,
.face-to-face article .contents-wrap section .contents-area .btn-area .btn a,
.about article .contents-wrap section .contents-area .btn-area .btn a,
.stroke-heart article .contents-wrap section .contents-area .btn-area .btn a {
  font-size: 120%;
  display: block;
  padding: 1em 2em 1em 1em;
}
@media (min-width: 768px) and (max-width: 800px) {
  .on-line article .contents-wrap section .contents-area .btn-area .btn a,
  .tel article .contents-wrap section .contents-area .btn-area .btn a,
  .face-to-face article .contents-wrap section .contents-area .btn-area .btn a,
  .about article .contents-wrap section .contents-area .btn-area .btn a,
  .stroke-heart article .contents-wrap section .contents-area .btn-area .btn a {
    font-size: 110%;
  }
}
@media (max-width: 960px) {
  .on-line article .contents-wrap section .contents-area .btn-area .btn a,
  .tel article .contents-wrap section .contents-area .btn-area .btn a,
  .face-to-face article .contents-wrap section .contents-area .btn-area .btn a,
  .about article .contents-wrap section .contents-area .btn-area .btn a,
  .stroke-heart article .contents-wrap section .contents-area .btn-area .btn a {
    width: 100%;
    box-sizing: border-box;
  }
}

/*--------------------------------------------------------------------------------

お知らせ、イベント

---------------------------------------------------------------------------------*/
.event article section h2,
.info article section h2,
.news article section h2 {
  text-align: left;
  font-size: 140%;
  margin-bottom: 1em;
}
.event article section h3,
.info article section h3,
.news article section h3 {
  padding-left: 1em;
  position: relative;
}
.event article section h3::before,
.info article section h3::before,
.news article section h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background: #007ab7;
}
.event article section .back-to-list-wrap,
.info article section .back-to-list-wrap,
.news article section .back-to-list-wrap {
  margin-top: 80px;
}

.news article section .h3-news {
  border-bottom: 1px solid #007ab7;
  padding-left: 0;
}
.news article section .h3-news:before {
  display: none;
}
.news article section .h3-news time {
  font-size: 80%;
  display: block;
}
.news article section .h3-news .single-link {
  font-size: 75%;
}
.news article section .more-archive {
  margin: 50px 0 80px;
  text-align: center;
}

.info article section h2 {
  font-size: 120%;
  border-bottom: 1px solid #007ab7;
}
.info article section h2 time {
  font-size: 90%;
  margin-right: 1em;
  display: block;
}
.info article section h2 .single-link {
  font-size: 80%;
}

.event article section .ico {
  display: inline-block;
  padding: 1px 8px 1px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 81%;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-indent: -9999px;
}
.event article section .ico-ended {
  text-indent: 0;
  box-sizing: border-box;
  font-size: 55%;
  color: #e4007f;
}
.event article section .ico-area {
  display: block;
  margin-top: 30px;
}
.event article section .ico-area .ico-ken {
  background: url(/osirase/1383/nou-shin-soudan/wpsystem/wp-content/themes/web171/assets/img/ico-ken.png) left center/contain no-repeat;
  font-size: 81%;
  width: 100%;
  box-sizing: border-box;
}
.event article section .ico-area + h2 {
  margin-top: 0;
  padding-top: 0;
}
.event article section time + .ico-area {
  margin-top: 10px;
}
.event article section .event-area {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding: 10px;
  row-gap: 43px;
}
.event article section .event-area a,
.event article section .event-area .is-private {
  width: 30%;
  height: auto;
  min-height: 289px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 0 10px #ccc;
  color: inherit;
}
@media (max-width: 953px) {
  .event article section .event-area a,
  .event article section .event-area .is-private {
    width: 47%;
  }
}
@media (max-width: 530px) {
  .event article section .event-area a,
  .event article section .event-area .is-private {
    width: 100%;
    margin-bottom: 10px;
    min-height: 200px;
  }
}
.event article section .event-area a:hover,
.event article section .event-area .is-private:hover {
  color: inherit;
  background: #edf9ff;
}
.event article section .event-area a time,
.event article section .event-area .is-private time {
  display: block;
  font-size: 150%;
  font-weight: bold;
  color: #007ab7;
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.event article section .event-area a time::before,
.event article section .event-area .is-private time::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #007ab7;
  opacity: 0.1;
  border-radius: 35px;
  left: -11px;
  top: -7px;
}
.event article section .event-area .is-private {
  box-shadow: 0 0 3px #ccc;
}
.event article section .event-area .is-private:hover {
  background-color: #fff;
}
.event article section .event-area .is-private .private-txt {
  text-align: center;
  background: #007ab7;
  border-radius: 15px;
  padding: 5px 10px;
  margin-top: 1em;
}
.event article section .event-area .is-private .private-txt p {
  color: #fff;
  font-size: 85%;
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------------

Q&A

---------------------------------------------------------------------------------*/
.qa article section h3 {
  margin-bottom: 0;
  color: #2a54a4;
  margin-top: 2em;
}
.qa article section dl dt {
  padding: 1em 2em 0 0;
  display: flex;
  font-weight: bold;
  align-items: start;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #007ab7;
}
.qa article section dl dt:before {
  content: "Q";
  color: #fff;
  font-weight: bold;
  background-color: #007ab7;
  border: 2px solid #007ab7;
  padding: 0 0.5em;
  border-radius: 3px;
  margin-right: 10px;
  box-sizing: border-box;
}
.qa article section dl dt:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% + 0.7em);
  transform: translateY(-50%);
  font-size: 16px;
  transition: transform 0.3s;
  width: 0.7em;
  height: 0.7em;
  border: 2px solid #999999;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.qa article section dl dt.active:after {
  transform: translateY(25%) rotate(-45deg);
}
.qa article section dl dd {
  display: none; /* 最初は全部閉じる */
  padding: 15px 0 0 0;
  display: flex;
  align-items: start;
}
.qa article section dl dd:before {
  content: "A";
  color: #007ab7;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #007ab7;
  padding: 0 0.5em;
  border-radius: 3px;
  margin-right: 10px;
  box-sizing: border-box;
}
.qa article section dl dd.open {
  max-height: 300px; /* 内容に応じて調整 */
  padding: 10px;
}

/*-------------------------------------------------------------------------------

 404ページ

 -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0;
  }
  .error-404 section {
    float: none;
    width: 100%;
  }
}
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none;
}
.inquiry section .table-wrap {
  white-space: inherit;
}
.inquiry section table th, .inquiry section table td {
  width: 100%;
  display: block;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  .inquiry section table th, .inquiry section table td {
    width: inherit;
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .inquiry section table th {
    width: 30%;
  }
}
.inquiry .side-contents {
  display: none;
}

/* end .inquiry */
/*-------------------------------------------------------------------------------


アクセシビリティ


-------------------------------------------------------------------------------*/
.accessibility article section .ul-normal li::before {
  top: 0.75em;
}
.accessibility article section .ul-mini {
  margin: 0;
}
.accessibility article section .ul-mini li::before {
  width: 10px;
  height: 1px;
  top: 0.75em;
}
.accessibility article section table {
  margin-top: 50px;
}
.accessibility article section table tbody tr th {
  padding: 5px 10px;
}
.accessibility article section table tbody tr .acce01,
.accessibility article section table tbody tr .acce02,
.accessibility article section table tbody tr .acce03,
.accessibility article section table tbody tr .acce04 {
  width: 6.1em;
}

/*-------------------------------------------------------------------------------

追加分

-------------------------------------------------------------------------------*/
header .header-inner .site-title {
  text-indent: unset;
}

header .header-inner .site-title a {
  background: unset;
  padding: 0;
  height: auto;
  text-indent: unset;
}

header .header-inner .site-title img {
  box-sizing: border-box;
}

header .header-inner .site-title .title {
  text-indent: -9999px;
}

.header-inner .header-kintaro .kintaro-img {
  text-indent: unset;
  background: unset;
}

footer .footer-inner .footer_noushin .noushin_upper {
  align-items: center;
}

footer .footer-inner .footer_noushin a.footer-title {
  background: none;
  text-indent: unset;
}

footer .footer-inner .footer_noushin a.footer-title img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

footer .footer-inner .footer_kanagawa a.kanagawa-title {
  background: unset;
  text-indent: unset;
}

footer .footer-inner .footer_kanagawa a.kanagawa-title img {
  display: block;
}

@media (max-width: 767px) {
  header .header-inner .site-title a {
    max-height: 80px;
  }
  header .header-inner .site-title img {
    max-height: 80px;
  }
}
@media (max-width: 425px) {
  header .header-inner .site-title a {
    max-height: 60px;
  }
  header .header-inner .site-title img {
    max-height: 60px;
  }
}
@media (min-width: 768px) {
  header .header-inner .site-title a {
    padding: 0;
    height: 90px;
  }
  header .header-inner .site-title img {
    height: auto;
    max-height: 90px;
  }
}
footer .footer-inner .footer_kanagawa a.kanagawa-title .icon-window {
  display: none;
}

@media (max-width: 767px) {
  footer .footer-inner .footer_kanagawa a.kanagawa-title img {
    max-height: 60px;
    margin: 0 auto;
  }
}
footer .footer-inner .footer_kanagawa .prefectural_link a {
  position: relative;
}

footer .footer-inner .footer_kanagawa .prefectural_link a img {
  position: absolute;
  left: 18px;
}

.tel article .contents-wrap section .gaiyo .txt-tel a::before {
  content: none;
}

.tel article .contents-wrap section .gaiyo .txt-tel a img {
  position: absolute;
  left: 2em;
  top: calc(50% - 1.1em);
  width: 2.5em;
  height: 2.5em;
  transform: initial;
  border: none;
}
@media (max-width: 505px) {
  .tel article .contents-wrap section .gaiyo .txt-tel a img {
    left: 1em;
    width: 2em;
    height: 2em;
    top: calc(50% - 1em);
  }
}

.tel article .contents-wrap section .gaiyo .txt-tel a .tel-blue {
  display: none;
}

.tel article .contents-wrap section .gaiyo .txt-tel a:hover .tel-white {
  display: none;
}

.tel article .contents-wrap section .gaiyo .txt-tel a:hover .tel-blue {
  display: block;
}

.ct-title-default .link::before {
  content: none;
}

.ct-title-default .link img {
  width: 0.8em;
  height: 0.8em;
  left: 0;
  position: absolute;
  top: calc(50% - 0.4em);
}

.category-stroke-heart .btn-area {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 100px auto 0;
  gap: 30px;
}
@media (max-width: 565px) {
  .category-stroke-heart .btn-area {
    flex-wrap: wrap;
  }
}
.category-stroke-heart .btn-area .btn {
  flex-grow: 1;
}
@media (max-width: 565px) {
  .category-stroke-heart .btn-area .btn {
    width: 100%;
    text-align: center;
  }
}
.category-stroke-heart .btn-area .btn a {
  font-size: 120%;
  display: block;
}
@media (min-width: 768px) and (max-width: 800px) {
  .category-stroke-heart .btn-area .btn a {
    font-size: 110%;
  }
}
@media (max-width: 565px) {
  .category-stroke-heart .btn-area .btn a {
    width: 100%;
    box-sizing: border-box;
  }
}

.category-about .wrap main article .contents-wrap section .btn-area, .category-stroke-heart .wrap main article .contents-wrap section .btn-area {
  max-width: 1000px;
}
@media (min-width: 960px) {
  .category-about .wrap main article .contents-wrap section .btn-area, .category-stroke-heart .wrap main article .contents-wrap section .btn-area {
    gap: 20px;
  }
  .category-about .wrap main article .contents-wrap section .btn-area .btn a, .category-stroke-heart .wrap main article .contents-wrap section .btn-area .btn a {
    font-size: 107%;
  }
}
@media (max-width: 960px) {
  .category-about .wrap main article .contents-wrap section .btn-area, .category-stroke-heart .wrap main article .contents-wrap section .btn-area {
    flex-wrap: wrap;
    gap: 10px;
  }
  .category-about .wrap main article .contents-wrap section .btn-area .btn, .category-stroke-heart .wrap main article .contents-wrap section .btn-area .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .category-about .wrap main article .contents-wrap section .btn-area .btn, .category-stroke-heart .wrap main article .contents-wrap section .btn-area .btn {
    font-size: 85%;
  }
}

.back-to-list-wrap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .back-to-list-wrap .btn a {
    width: 100%;
    box-sizing: border-box;
  }
}

.home .news .btn-area {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 30px auto 0;
  gap: 30px;
  flex-direction: unset;
}
@media (max-width: 565px) {
  .home .news .btn-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home .news .btn-area .btn {
  flex-grow: 1;
}
@media (max-width: 565px) {
  .home .news .btn-area .btn {
    width: 100%;
    text-align: center;
  }
}
.home .news .btn-area .btn a {
  font-size: 120%;
  display: block;
  padding: 1em 3em 1em 2em;
}
@media (min-width: 768px) and (max-width: 800px) {
  .home .news .btn-area .btn a {
    font-size: 110%;
  }
}
@media (max-width: 565px) {
  .home .news .btn-area .btn a {
    width: 100%;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=modify.css.map */
