@charset "UTF-8";
/* CSS Document */
a {
  color: #0000FF; }

a:hover {
  color: #20B2AA;
  text-decoration: none; }

.logo img {
  /*	@media screen and (max-width: 769px) {
  		width: 80%;
  		height: 80%;
  	}*/ }
  @media screen and (min-width: 992px) {
    .logo img {
      width: 90%;
      height: 90%; } }

.logo-small {
  width: 80%;
  height: 80%; }

span.new {
  color: #ff191d;
  font-size: 0.9em;
  font-weight: bold; }

.wp-block-image img {
  margin-bottom: 1em; }

.wp-block-button {
  margin-bottom: 1em;
  padding-bottom: 1em; }

body {
  word-wrap: break-word; }

h2 {
  color: #1D2088; }

h2, h3, h4, h5 {
  padding: .75rem;
  font-weight: 600; }

h3 {
  position: relative;
  color: #1D2088; }

h3:after {
  content: "";
  display: block;
  margin-top: 3px;
  height: 3px;
  background: -webkit-linear-gradient(to right, #1d2088, #00A0E9);
  background: linear-gradient(to right, #1d2088, #00A0E9); }

h4 {
  color: #0068B7; }

.has-text-color.has-blue-color {
  color: #007BFF; }
.has-text-color.has-indigo-color {
  color: #6610F2; }
.has-text-color.has-purple-color {
  color: #5533FF; }
.has-text-color.has-pink-color {
  color: #E83E8C; }
.has-text-color.has-red-color {
  color: #DC3545; }
.has-text-color.has-orange-color {
  color: #FD7E14; }
.has-text-color.has-yellow-color {
  color: #FFC107; }
.has-text-color.has-green-color {
  color: #28A745; }
.has-text-color.has-teal-color {
  color: #20C997; }
.has-text-color.has-cyan-color {
  color: #17A2B8; }
.has-text-color.has-white-color {
  color: #fff; }
.has-text-color.has-gray-color {
  color: #6C757D; }
.has-text-color.has-gray-dark-color {
  color: #343A40; }

.has-inline-color.has-blue-color {
  color: #007BFF; }
.has-inline-color.has-indigo-color {
  color: #6610F2; }
.has-inline-color.has-purple-color {
  color: #5533FF; }
.has-inline-color.has-pink-color {
  color: #E83E8C; }
.has-inline-color.has-red-color {
  color: #DC3545; }
.has-inline-color.has-orange-color {
  color: #FD7E14; }
.has-inline-color.has-yellow-color {
  color: #FFC107; }
.has-inline-color.has-green-color {
  color: #28A745; }
.has-inline-color.has-teal-color {
  color: #20C997; }
.has-inline-color.has-cyan-color {
  color: #17A2B8; }
.has-inline-color.has-white-color {
  color: #fff; }
.has-inline-color.has-gray-color {
  color: #6C757D; }
.has-inline-color.has-gray-dark-color {
  color: #343A40; }

.has-background.has-blue-background-color {
  background-color: #007BFF; }
.has-background.has-indigo-background-color {
  background-color: #6610F2; }
.has-background.has-purple-background-color {
  background-color: #5533FF; }
.has-background.has-pink-background-color {
  background-color: #E83E8C; }
.has-background.has-red-background-color {
  background-color: #DC3545; }
.has-background.has-orange-background-color {
  background-color: #FD7E14; }
.has-background.has-yellow-background-color {
  background-color: #FFC107; }
.has-background.has-green-background-color {
  background-color: #28A745; }
.has-background.has-teal-background-color {
  background-color: #20C997; }
.has-background.has-cyan-background-color {
  background-color: #17A2B8; }
.has-background.has-white-background-color {
  background-color: #fff; }
.has-background.has-gray-background-color {
  background-color: #6C757D; }
.has-background.has-gray-dark-background-color {
  background-color: #343A40; }

.wp-block-button {
  position: relative; }
  .wp-block-button a {
    margin-right: 10px; }

.wp-block-button a::after {
  position: absolute;
  /*	top: 50%;*/
  top: calc(50% - 5px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  right: 9px;
  /*	margin-left: 10px;*/
  font-family: FontAwesome;
  content: '\f04b';
  color: white;
  font-size: 0.85em; }

.wp-block-buttons > .w-100 > a {
  width: 100%; }

/*　専門部のボタン　*/
.wp-block-buttons .w-100 a::after {
  right: 3px; }

table tr, table th, table td {
  padding: 7px;
  border: solid 1px #b9b9b9; }

table.t-basic td {
  background: #ddf0f0; }

table.t-basic tr:nth-child(odd) td {
  background: #fff; }

/*　スマホで幅広の表は横スクロール表示　*/
.t-scroll table {
  width: 100%; }

.t-scroll {
  overflow: auto;
  white-space: nowrap; }

/*tableにスクロールバーを追加*/
.t-scroll::-webkit-scrollbar {
  height: 8px; }

/*tableにスクロールバーを追加*/
.t-scroll::-webkit-scrollbar-track {
  background: #F1F1F1; }

/*tableにスクロールバーを追加*/
.t-scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC; }

/*　健康保険　表の色（種別）　*/
table .type1 {
  background-color: #fae3e3; }
table .type2 {
  background-color: #eedefa; }
table .type3 {
  background-color: #eafae6; }
table .type4 {
  background-color: #fcfbe1; }
table .type5 {
  background-color: #DDEEFF; }
table .type6 {
  background-color: #edd8e5; }
table .type0 {
  background-color: #FFFFFF; }

ol, ul, dl {
  margin-top: 1rem; }

.tukidasi {
  text-indent: -1em;
  margin-left: 1em;
  display: block; }

/*　スマホの時だけTEL発信*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem; }

  h2, .h2 {
    font-size: 1.6rem; }

  h3, .h3 {
    font-size: 1.4rem; } }
/*　折り畳みの表示　*/
h2.foldable-title {
  font-size: 1.6rem;
  padding-right: 2rem; }

/* ------------------------ header -------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*　flex-boxのIE対応　*/
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  　justify-content: flex-end; }

.navbar > .container,
.navbar > .container-fluid {
  /*    display: flex;
  	display:-ms-flexbox;*/ }

.navbar-collapse {
  align-items: center;
  　max-width: 100%;
  box-sizing: border-box;
  flex-basis: auto; }

.nav-justified .nav-item {
  flex-basis: auto;
  flex-grow: 1;
  text-align: auto;
  /*flex-shrink: 1;*/ }

/*　トップ（frontpage）のみ最初はメニュー非表示*/
.fix-header {
  position: fixed;
  top: -68px;
  left: 0;
  width: 100%;
  z-index: 150; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .fix-header {
      top: -80px; } }

.navbar {
  background: #020024;
  background: -webkit-linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
  background: -o-linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
  background: linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
  padding: 0; }
  .navbar li {
    margin: 0;
    color: #FFFFFF;
    border-bottom: solid 1px white; }
    @media screen and (min-width: 768px) {
      .navbar li {
        background-image: url(../images/menu_boder_r.png);
        background-repeat: no-repeat;
        background-position: right;
        border: none; } }
  @media screen and (max-width: 767.98px) {
    .navbar {
      /*　スマホメニューを開いた時のli　*/ }
      .navbar .navbar {
        padding: 0.5rem 1rem; }
      .navbar .navbar-nav li {
        position: relative; }
      .navbar .navbar-nav li > .menu-item-has-children a::after {
        font-family: FontAwesome;
        content: '\f0d7';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px;
        padding-left: 7px;
        font-size: 1.5em; }
      .navbar a.dropdown-item {
        background-color: rgba(255, 255, 255, 0.3); } }
  .navbar .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
      font-size: 0.8em; }
      .navbar li {
        padding: 0 0.2rem; } }

/*　スマホメニュー（開いた時）を記事の上に　*/
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    position: relative; } }
@media screen and (max-width: 767.98px) {
  .navbar #navbarNavDropdown {
    z-index: 100;
    position: absolute;
    top: 71px;
    background: -webkit-linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
    background: -o-linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
    background: linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
    width: 100%; }
    .navbar #navbarNavDropdown ul {
      margin-top: 0px;
      position: relative; }
      .navbar #navbarNavDropdown ul .menu-item-has-children > a::after {
        display: inline-block;
        font-family: FontAwesome;
        content: '\f0d7';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px;
        padding-left: 7px;
        font-size: 1.8em;
        color: white;
        border: none; }
      .navbar #navbarNavDropdown ul .menu-item-has-children > a[aria-expanded="true"]::after {
        display: inline-block;
        font-family: FontAwesome;
        content: '\f0d8';
        position: absolute;
        right: 10px;
        top: 24px;
        /*				margin-top: -12px;
        				padding-left: 7px;*/
        font-size: 1.8em;
        color: white;
        border: none; } }
/*　IEの場合　flex回避　*/
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  .navbar {
    display: block; } }
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) and (max-width: 767px) {
  #navbarNavDropdown {
    left: 0; }

  .navbar-nav {
    display: block; }

  .navbar #navbarNavDropdown ul .menu-item-has-children > a[aria-expanded="true"]::after {
    font-size: 1em; } }
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: white; }

.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #0221FE; }

navbar-brand {
  padding: 0; }

.dropdown-toggle .nav-link {
  background: #43bff7;
  background: linear-gradient(0deg, #43bff7 0%, rgba(2, 33, 254, 0.8) 100%); }

.dropdown-menu .show {
  border-bottom: none; }

/*　gnavi親メニューの三角矢印を消す　*/
.dropdown-toggle::after {
  display: none; }

ul#main-menu li.menu-item a:hover {
  background: rgba(0, 160, 233, 0.8); }

li.menu-item-has-children:hover {
  background: #43bff7;
  background: linear-gradient(0deg, #43bff7 0%, rgba(2, 33, 254, 0.8) 100%); }

ul#main-menu li.menu-item-has-children a:hover {
  background: rgba(2, 33, 254, 0.8); }

ul#main-menu li.menu-item-has-children {
  position: relative; }

li.menu-item-has-children ul.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }

.current-menu-parent > a {
  background-color: #0221FE; }

li.menu-item-has-children .menu-item {
  border-right: none; }
  li.menu-item-has-children .menu-item :last-child {
    border-bottom: none; }

.menu-item-has-children.menu-item a:visited {
  background-color: #0221FE; }

@media screen and (min-width: 768px) {
  #navbarNavDropdown {
    flex: auto;
    margin: 0; } }
/*　PCの時だけhoverした際にメニューを表示　*/
@media screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0px;
    padding: 0px; } }
.navbar-toggler {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  border-color: #FFFFFF;
  padding: 0 7px 9px 7px;
  color: #FFFFFF;
  outline: none;
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 0px;
  margin-top: -0.5rem;
  /*  margin-right: -15px;	*/
  /*		background:rgba(0,160,233,0.8); */ }
  .navbar-toggler:hover, .navbar-toggler:active {
    background-color: #00A0E9;
    opacity: 0.2; }
  .navbar-toggler:focus {
    outline: none; }

.navbar-toggler-icon {
  background-image: none;
  display: block;
  position: absolute;
  right: 11px;
  width: 36px;
  height: 3px;
  margin: -5px 0 0 0;
  background-color: #FFFFFF;
  transition: .3s; }
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 3px;
    background-color: #FFFFFF;
    transition: .4s; }
  .navbar-toggler-icon::before {
    margin-top: -14px; }
  .navbar-toggler-icon::after {
    margin-top: 12px; }

button[aria-expanded="false"]::after {
  content: "MENU";
  display: block;
  width: calc( 100% - 18px );
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%); }

button[aria-expanded="true"]::after {
  content: "CLOSE";
  font-size: 11px;
  color: #FFFFFF;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%); }

.navbar-dark button[aria-expanded="true"] .navbar-toggler-icon {
  background-color: rgba(240, 240, 240, 0);
  /*		::before {
  			-webkit-transform: translateY(13px) rotate(-45deg);
  			transform: translateY(13px) rotate(-45deg);
  		}
  		&::after {
  			-webkit-transform: translateY(-13px) rotate(-135deg);
  			transform: translateY(-13px) rotate(-135deg);
  		}*/ }
  .navbar-dark button[aria-expanded="true"] .navbar-toggler-icon::before {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg); }
  .navbar-dark button[aria-expanded="true"] .navbar-toggler-icon::after {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg); }

.dropdown-menu {
  background: #43bff7;
  background: linear-gradient(0deg, #43bff7 0%, rgba(2, 33, 254, 0.8) 100%); }
  .dropdown-menu li {
    background-image: none; }
  .dropdown-menu .dropdown-item {
    color: #FFFFFF; }
  .dropdown-menu .menu-item {
    color: #FFFFFF;
    /*		background: transparent;*/
    border: none;
    /*		padding: 0.5rem;*/
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    border-radius: 0;
    /*		padding: -5px 0px;*/ }
    @media screen and (max-width: 767.98px) {
      .dropdown-menu .menu-item {
        background-color: rgba(255, 255, 255, 0.5) !important;
        margin: 0px 5px; }
        .dropdown-menu .menu-item a::after {
          font-family: FontAwesome;
          content: '\f054';
          font-size: 1em;
          color: white;
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -12px;
          padding-left: 7px; } }

.navbar-collapse li.menu-item {
  margin: 0;
  padding: 0;
  /*	padding: 0 0.5rem;*/ }
  .navbar-collapse li.menu-item a {
    width: 100%;
    height: 100%;
    padding: 1rem;
    z-index: 2;
    /* 必要であればリンク要素の重なりのベース順序指定 */ }

/* ------------------------------ footer ---------------------------------- */
#wrapper-footer {
  background: #43bff7;
  background: -webkit-linear-gradient(#43bff7 0%, #0221fe 100%);
  background: -o-linear-gradient(#43bff7 0%, #0221fe 100%);
  background: linear-gradient(#43bff7 0%, #0221fe 100%);
  padding: 1rem; }

.wrapper {
  /*	padding: 5px 0px;*/
  padding: 0; }

.site-footer ul {
  margin: 0;
  padding: 0; }
.site-footer li {
  list-style-type: none;
  display: inline-block;
  color: #FFFFFF; }
.site-footer li a {
  color: #FFFFFF;
  opacity: 1;
  padding: 0.4rem 1rem; }
.site-footer li:not(:last-child) {
  border-right: 1px solid #FFF; }
.site-footer .copyright {
  font-size: 80%;
  color: #FFFFFF;
  text-align: right; }
@media screen and (min-width: 768px) {
  .site-footer .navbar-brand {
    margin-right: 0; }
  .site-footer .logo img {
    width: 100%;
    height: 100%; }
  .site-footer p.logo {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .site-footer ul {
    display: flex;
    justify-content: center; }
  .site-footer .copyright {
    display: block;
    margin: 0.4em auto;
    text-align: center; }
  .site-footer .logo {
    display: block;
    text-align: center;
    margin: 0.3rem auto;
    width: 80%;
    height: 80%; } }
@media screen and (max-width: 575px) {
  .site-footer ul {
    display: block; }
    .site-footer ul li {
      display: block;
      width: 100%; }
  .site-footer li:not(:last-child) {
    border-right: none; } }

.post-navigation {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* ------------------------------ main ------------------------------ */
.wrapper {
  background-image: url("../images/bg-img.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden; }

.site-main {
  background-color: #FFFFFF;
  margin: 2rem;
  padding: 1rem 4rem; }
  @media screen and (max-width: 991px) {
    .site-main {
      margin: 1rem 0;
      padding: 1rem; } }
  @media screen and (max-width: 767px) {
    .site-main {
      margin: 1rem 0;
      padding: 1rem; } }

.page-header,
.entry-header {
  position: relative;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .page-header,
    .entry-header {
      /*		margin-bottom: 4rem;*/
      margin-bottom: 2rem; } }

.entry-title {
  text-align: center;
  color: #1D2088;
  border-top: solid #1D2088 2px;
  border-bottom: solid #1D2088 2px;
  margin: 1.5em 0 1em 0;
  padding: 0.5em; }

.entry-content {
  /*	background-color:#FFFFFF;
  	margin: 2em;
  	padding: 1em 2em;*/ }

/* ------------------------ page -------------------------- */
.page-title {
  margin-top: 0; }

.page-header {
  margin-top: 2rem; }

.page-icon {
  height: 100px;
  fill: #1D2088;
  margin: 0 auto;
  display: block;
  bottom: 0; }

/* 固定ページの背景線 */
body.mamoru-child .site-main,
body.mamoru .site-main {
  position: relative;
  background-image: url(../images/bg_top_life.png);
  max-width: 100%;
  top: -5;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain; }

body.whats-child .site-main,
body.whats .site-main {
  position: relative;
  background-image: url(../images/bg_top_about.png);
  max-width: 100%;
  top: -5;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain; }

body.support-child .site-main,
body.support .site-main {
  position: relative;
  background-image: url(../images/bg_top_support.png);
  max-width: 100%;
  top: -5;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain; }

/* 固定ページのアイコン */
body.kenpo .page-icon::before {
  mask: url(../images/fonts/kenpo.svg) no-repeat 100% 100%;
  background-color: #1D2088;
  fill: #43BFF7;
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  mask-size: cover;
  margin: 0 auto -4em; }

.join .page-icon:before {
  mask: url(../images/fonts/join.svg) no-repeat 100% 100%;
  background-color: #1D2088;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 auto -4em;
  background-position: 0 center; }

.color-g {
  color: #1D2088; }

/* 専門部のリンクボタン　*/
.whats-child .childpage-block ul {
  　list-style: none; }
  .whats-child .childpage-block ul li {
    display: inline-block;
    background-color: #1D2088;
    color: white;
    padding: 5px 10px;
    margin: 5px; }
  .whats-child .childpage-block ul li a {
    display: block;
    color: white; }
  .whats-child .childpage-block ul 　　li a::after {
    margin-left: 10px;
    font-family: FontAwesome;
    content: '\f04b';
    color: white; }

.whats-child .childpage-block {
  border: dashed #9b9b9b 1px;
  margin: 1.5rem auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .whats-child .childpage-block ul {
    padding-left: 0px; }

/* 専門部の最近のニュース　*/
.newslist {
  border: solid #6facdb 1px;
  margin: 1.5rem auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .newslist h4 {
    padding-left: 0px;
    padding-right: 0px; }

/* もっと見るボタン　*/
.parent-pageid-137 .newslist .wp-block-button__link {
  padding: 4px 20px 4px 10px;
  font-size: 0.9em; }

/* 折り畳みブロック */
.wp-block-group__inner-container {
  padding: 8px; }

/* 予定表のページ（スマホ） */
@media screen and (max-width: 480px) {
  .schedule span.year {
    display: none; }

  .schedule table.event {
    letter-spacing: -1em;
    /* 文字間を詰める */
    white-space: nowrap;
    /* 自動で折り返ししない */ }
    .schedule table.event th, .schedule table.event td {
      letter-spacing: normal;
      /* 文字間を元に戻す */
      white-space: normal;
      /* 自動で折り返し(元に戻す) */ }
    .schedule table.event tr.head th {
      display: inline-block;
      width: 25%; }
    .schedule table.event .ev_day,
    .schedule table.event .ev_time {
      display: inline-block;
      width: 50%; }
    .schedule table.event .ev_name,
    .schedule table.event .ev_place {
      display: block;
      width: 100%; } }
/* ------------------------------ home(blog　トピックス一覧) ------------------------------ */
body.blog .topics-box {
  border: none; }

/* ----------------------------- single ---------------------------- */
/* 予定表 */
.event-box {
  border: solid 1px #9e9e9e;
  padding: 10px; }
  .event-box .eventinfo {
    font-weight: bold;
    font-size: 2rem; }
  .event-box .place {
    font-weight: bold;
    font-size: 1.5rem; }

.tkp_schedule .entry-meta {
  text-align: right; }

/* 投稿ページ送り */
.pagination {
  justify-content: center; }

/* アーカイブページ */
body.archive article.post,
body.archive article.sbnews {
  margin-top: 1rem;
  margin-bottom: 1rem; }
body.archive span.entry-title {
  border: none;
  line-height: 1.5; }

/* ----------------------------- front-page ----------------------------- */
/*.front h3:after{
	display: none;
}*/
.top-topics h3:after,
.top-content h3:after {
  display: none; }

.top-content {
  padding: 1em 0; }
  @media screen and (max-width: 767.98px) {
    .top-content {
      padding: 1em; } }

.top-box {
  margin-bottom: 1em;
  text-align: center; }
  .top-box h3 {
    color: #1A1A1A; }
  .top-box .txt-life {
    color: #00A0E9; }
  .top-box .txt-about {
    color: #0068B7; }
  .top-box .txt-support {
    color: #1D2088; }
  .top-box a {
    color: #FFFFFF; }

.top-life,
.top-about,
.top-support {
  position: relative;
  background-color: #FFFFFF;
  max-width: 100%;
  top: -5;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 10px 10px; }

.top-life {
  background-image: url(../images/bg_top_life.png); }

.top-about {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../images/bg_top_about.png);
  max-width: 100%;
  top: -5;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px; }

.top-support {
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../images/bg_top_support.png);
  max-width: 100%;
  top: -5;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px; }

/* アイコンfont */
/*.icon-page {
    width: 110px;
    height: 110px;
	fill: #00A0E9;
	overflow: visible;
	:hover{
	width: 110px;
    height: 110px;	
  	transform:scale(1.1,1.1);
	transition-duration: 0.5s;
	}*/
.icon-page-life,
.icon-page-about,
.icon-page-support {
  width: 50%;
  /*	height: auto;*/
  height: 160px;
  color: #FFFFFF;
  margin: 5px;
  padding-top: 25px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  transition: all .4s; }
  .icon-page-life p,
  .icon-page-about p,
  .icon-page-support p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

/*	アイコンが横1つの場合　*/
/*.icon-page-life.one-col {
	width : 100% ;
}*/
.icon-page-life.one-col,
.icon-page-about.one-col,
.icon-page-support.one-col {
  width: calc(50% - 10px); }

.icon-page-life {
  background-color: #00A0E9;
  border-color: #00A0E9; }

.icon-page-about {
  background-color: #0068B7;
  border-color: #0068B7; }

.icon-page-support {
  background-color: #1D2088;
  border-color: #1D2088; }

.icon-page-life .tkpicon,
.icon-page-about .tkpicon,
.icon-page-support .tkpicon {
  width: 80px;
  height: 100px;
  fill: #FFFFFF;
  /*	margin: 5px auto 0px;*/
  margin: auto;
  display: block;
  transition: all .5s; }

.icon-page-life:hover {
  background-color: #FFFFFF;
  color: #00A0E9;
  transition: all .4s;
  padding-top: 15px; }
  .icon-page-life:hover .tkpicon {
    transition: all .5s;
    width: 100px;
    height: 100px;
    fill: #00A0E9; }
  .icon-page-life:hover a {
    color: #00A0E9; }

.icon-page-about:hover {
  background-color: #FFFFFF;
  color: #0068B7;
  transition: all .4s;
  padding-top: 15px; }
  .icon-page-about:hover .tkpicon {
    transition: all .5s;
    width: 100px;
    height: 100px;
    fill: #0068B7;
    margin-top: 0; }
  .icon-page-about:hover a {
    color: #0068B7; }

.icon-page-support:hover {
  background-color: #FFFFFF;
  color: #1D2088;
  transition: all .4s;
  padding-top: 15px; }
  .icon-page-support:hover .tkpicon {
    transition: all .5s;
    width: 100px;
    height: 100px;
    fill: #1D2088;
    margin-top: 0; }
  .icon-page-support:hover a {
    color: #1D2088; }

/*　臨時のお知らせ　*/
.top-notice {
  margin: 0 calc(50% - 50vw);
  background: #020024;
  background: -webkit-linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
  background: -o-linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
  background: linear-gradient(#020024 0%, #0221fe 0%, #43bff7 100%);
  padding: 2em 0; }

.notice-box {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 1em 1.5em; }
  @media screen and (max-width: 767.98px) {
    .notice-box {
      padding: 1em 0em; } }

.top-img-box {
  margin: 0 calc(50% - 50vw);
  border: solid 5px #FFFFFF;
  margin: 0 auto 2em; }

.top-notice-icon {
  width: 70px;
  height: 70px;
  fill: #FFFFFF; }

.notice-box .bg_color_box {
  margin: 1em calc(-3em + 8px);
  padding: 1em calc(3em + 15px);
  /*	overflow:hidden;*/ }
  @media screen and (max-width: 769px) {
    .notice-box .bg_color_box {
      margin: 1em calc(-3em + 32px);
      padding: 1em calc(3em + 8px); } }
  @media screen and (max-width: 575px) {
    .notice-box .bg_color_box {
      margin: 1em calc(-2em + 4px);
      padding: 1em calc(3em + 8px); } }
  @media screen and (max-width: 480px) {
    .notice-box .bg_color_box {
      margin: 1em calc(-2em + 6px);
      padding: 1em calc(2em + 5px); } }
  @media screen and (max-width: 360px) {
    .notice-box .bg_color_box {
      margin: 1em calc(-2em + 7px);
      padding: 1em calc(2em + 5px); } }
  .notice-box .bg_color_box .wp-block-group__inner-container {
    padding: 0px; }

@media screen and (max-width: 575px) {
  .front .container,
  .front-old .container,
  .page-front .container {
    max-width: 94%; } }
/*　トピックス（通常のお知らせ）　*/
.top-topics {
  border: solid 5px #FFFFFF;
  padding: 2em; }
  @media screen and (max-width: 575px) {
    .top-topics {
      padding: 2em 1em; } }
  .top-topics h3 {
    color: #ffffff;
    /* 文字の色 */
    letter-spacing: 2px;
    /* 文字間 */
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(34, 37, 104, 0.75), -2px 2px 8px rgba(34, 37, 104, 0.75), 2px -2px 8px rgba(34, 37, 104, 0.75), -2px -2px 8px rgba(34, 37, 104, 0.75);
    margin: 0 0 1em; }
  .top-topics .topic-all a {
    color: #FFFFFF;
    background-color: #1D2088;
    display: block;
    right: 0;
    padding: 0.4em 1em; }
  .top-topics .topic-all a::after {
    font-family: FontAwesome;
    content: '\f0da';
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.2em; }

.topics-box {
  border: solid 1px #1D2088;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8); }
  .topics-box div.post {
    padding: 0.5rem 0.7rem;
    border-bottom: #1D2088 1px solid; }
  .topics-box div.post:last-child {
    border-bottom: none; }
  .topics-box .entry-title {
    position: relative;
    color: #1D2088;
    border: none;
    margin: 1rem 10px; }
    @media screen and (max-width: 767px) {
      .topics-box .entry-title {
        margin-left: 0px;
        padding-left: 0px; } }
  .topics-box .cat-label {
    width: 9rem;
    font-size: 0.9rem;
    text-align: center;
    margin-left: 0.5rem;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .topics-box .cat-label {
        display: inline-block; } }

/*　<strong>支部</strong>ニュースのカテゴリ　*/
.sbnews .cat-label {
  width: 7rem;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .sbnews .cat-label {
      display: inline-block;
      margin-left: 0.5rem; } }

/*　支部ニュースのカテゴリーリスト　*/
ul.catlist_sbnews {
  margin: 2em 0;
  padding: 15px 8px;
  background-color: #efefef; }
  ul.catlist_sbnews li {
    width: 7.5em;
    display: inline-block;
    margin-left: 0.4em;
    margin-right: 0.4em;
    margin-bottom: 8px;
    background-color: #99d4ff;
    padding: 3px 0.4em; }
    ul.catlist_sbnews li a {
      color: #222222; }
    ul.catlist_sbnews li a::after {
      font-family: FontAwesome;
      content: '\f105';
      margin-left: 5px; }

/*　各トピックスの日付　*/
.posted-on {
  display: block;
  text-align: right; }

/*　各専門部の新着一覧　*/
.newstopicks .entry-title {
  border: none; }

/*　新着一覧の設定　*/
.cat-label {
  width: 9rem;
  flex-shrink: 0; }

.entry-date {
  width: 10rem;
  flex-shrink: 0;
  /*	font-size: 0.95rem;*/
  color: #454545; }

/*.entry-update {
	width: 8rem;
	padding: 0 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.85rem;
	text-align: center;
	color: #777777;
}*/
/*　その他一般　*/
/*　地図をレスポンシブ　*/
.iframe-map {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* = height ÷ width × 100 */ }

.iframe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*　ダウンロードボタン　*/
.wp-block-file {
  margin-bottom: 1.5em; }

.wp-block-file a.wp-block-file__button {
  text-decoration: none; }

.wp-block-file * + .wp-block-file__button {
  margin-left: .75em; }

.wp-block-file:not(.wp-element-button) {
  font-size: .9em; }

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: .9em;
  padding: .5em 1em; }

/*  WordPressの設定を上書き  */
@media screen and (max-width: 767.98px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none; } }

/* フォーム */
.wpcf7 .control-label span {
  font-size: 85%;
  display: inline-block; }
.wpcf7 input[type=text].add {
  width: calc( 100% - 1.5em );
  display: inline-block; }

.sent .form-inner {
  display: none; }
