@charset "UTF-8";
/*=============================================
*
* 
*
=============================================*/
html.s-size {
  font-size: 52.5%; }

html.m-size {
  font-size: 62.5%; }

html.l-size {
  font-size: 72.5%; }

.none {
  display: none !important; }

body {
  background: #fff;
  color: #222222;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: left; }
  body #main {
    min-height: calc(100vh - 290.8px); }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.header-navigation-wrapper a {
  color: #000;
  padding-right: 0; }

section {
  padding: 30px 0; }

.section-inner.medium {
  max-width: 1000px; }

.primary-menu > li.menu-item-has-children > a {
  padding-right: 0; }

#site-header {
  border-bottom: 1px #ccc solid;
  border-top: 5px #049C8B solid;
  position: fixed;
  width: 100vw;
  z-index: 10; }
  #site-header .header-inner {
    padding: 24px 0 24px 0;
    max-width: 1000px; }
    @media (max-width: 1000px) {
      #site-header .header-inner {
        padding: 11px 0 0 0; } }
    @media (max-width: 640px) {
      #site-header .header-inner {
        padding: 15px 0 0 0; } }
  #site-header .header-navigation-wrapper {
    display: block;
    text-align: right; }
  #site-header .header-titles-wrapper .header-titles {
    background: url("../images/common/logo-icon.png") no-repeat left center;
    margin-left: 0;
    padding-left: 50px; }
    @media (max-width: 1000px) {
      #site-header .header-titles-wrapper .header-titles {
        margin: 0 auto 15px auto; } }
    #site-header .header-titles-wrapper .header-titles a {
      text-decoration: none; }
      #site-header .header-titles-wrapper .header-titles a:nth-child(1) {
        color: #222222;
        font-size: 1.1rem;
        margin: 0 0 3px 0; }
      #site-header .header-titles-wrapper .header-titles a .site-title-affiliation {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        margin-bottom: 2px; }
      #site-header .header-titles-wrapper .header-titles a .site-title {
        color: #222222;
        font-size: 22px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        letter-spacing: 0;
        margin: 0 0 4.5px 0;
        white-space: nowrap; }
        @media (max-width: 640px) {
          #site-header .header-titles-wrapper .header-titles a .site-title {
            font-size: 20px; } }
      #site-header .header-titles-wrapper .header-titles a .site-title-en {
        color: #222222;
        font-family: 'DIN','Oswald';
        font-size: 1.1rem;
        font-size: 11px!important;
        letter-spacing: 0.285em;
        margin: 0; }
  #site-header .header-navigation-wrapper {
    display: block;
    text-align: right; }
    #site-header .header-navigation-wrapper .header-sub-navigation-wrapper {
      display: inline-block;
      margin-bottom: 22px;
      width: auto; }
      @media (max-width: 1000px) {
        #site-header .header-navigation-wrapper .header-sub-navigation-wrapper {
          display: none; } }
      #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right; }
        #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-address {
          color: #049C8B;
          display: inline-block;
          font-size: 1.4rem;
          margin-bottom: 0; }
          @media (max-width: 1000px) {
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-address {
              display: none; } }
        #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border: 1px #ccc solid;
          border-radius: 3px;
          -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          font-size: 1.4rem;
          margin: 0 7.5px 0 15px;
          padding: 0 0 0 10px; }
          #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change p {
            margin-bottom: 0; }
          #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .title {
            font-size: 0.9rem; }
          #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .btn-box {
            border-left: 1px #ccc solid;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 10px; }
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .btn-box a {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              color: #049D8B;
              cursor: pointer;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              text-align: center;
              text-decoration: none;
              width: 20px; }
              #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .btn-box a.current {
                background: #049D8B;
                color: #fff; }
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .btn-box .s-size {
              font-size: 1.065rem; }
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .btn-box .m-size {
              font-size: 1.4rem; }
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-font-size-change .btn-box .l-size {
              font-size: 1.6rem; }
        #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-contactBtn {
          background: #E62318;
          border-radius: 2px;
          color: #fff;
          display: inline-block;
          font-size: 1rem;
          margin-right: 7.5px;
          padding: 5px 9px;
          text-decoration: none; }
          #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-contactBtn .circleIcon1 {
            display: inline-block;
            margin-right: 5px; }
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-contactBtn .circleIcon1 .cl2 {
              fill: #E62318; }
          @media (max-width: 1000px) {
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-contactBtn {
              display: none; } }
        #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-transportation-infoBtn {
          background: #525252;
          border-radius: 2px;
          color: #fff;
          display: inline-block;
          font-size: 1rem;
          padding: 5px 9px;
          text-decoration: none; }
          #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-transportation-infoBtn .circleIcon1 {
            display: inline-block;
            margin-right: 5px; }
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-transportation-infoBtn .circleIcon1 .cl2 {
              fill: #E62318; }
          @media (max-width: 1000px) {
            #site-header .header-navigation-wrapper .header-sub-navigation-wrapper > .inner .header-transportation-infoBtn {
              display: none; } }
    #site-header .header-navigation-wrapper .mobile-nav-box {
      display: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      width: 100%; }
      @media (max-width: 1000px) {
        #site-header .header-navigation-wrapper .mobile-nav-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden; } }
      #site-header .header-navigation-wrapper .mobile-nav-box .nav-toggle {
        right: 0; }
      #site-header .header-navigation-wrapper .mobile-nav-box .btn-list {
        background: #f8f8f8;
        width: calc(100% - 135px); }
        #site-header .header-navigation-wrapper .mobile-nav-box .btn-list ul {
          border-top: 1px #ccc solid;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          list-style: none;
          margin-bottom: 0; }
          #site-header .header-navigation-wrapper .mobile-nav-box .btn-list ul li {
            border-right: 1px #ccc solid;
            margin: 0;
            text-align: center;
            width: 50%; }
            #site-header .header-navigation-wrapper .mobile-nav-box .btn-list ul li a {
              display: block;
              height: 45px;
              line-height: 45px;
              text-align: center;
              text-decoration: none; }
              @media (max-width: 640px) {
                #site-header .header-navigation-wrapper .mobile-nav-box .btn-list ul li a {
                  font-size: 1.4rem; } }
              @media (max-width: 340px) {
                #site-header .header-navigation-wrapper .mobile-nav-box .btn-list ul li a {
                  font-size: 1.2rem; } }
      #site-header .header-navigation-wrapper .mobile-nav-box .toggle.nav-toggle.mobile-nav-toggle {
        background: url("../images/common/menu-btn-sp.svg") no-repeat center center #049D8B;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        width: 45px; }
      #site-header .header-navigation-wrapper .mobile-nav-box .mobile-tel-btn {
        background: url("../images/common/tel-icon-sp.svg") no-repeat center center #b6486c;
        display: block;
        height: 45px;
        position: relative;
        text-indent: -9999em;
        width: 45px; }
      #site-header .header-navigation-wrapper .mobile-nav-box .mobile-transportation-infoBtn {
        background: url("../images/common/access-icon.svg") no-repeat center center #525252;
        display: block;
        font-size: 0;
        height: 45px;
        position: relative;
        text-indent: -9999em;
        width: 45px; }
      #site-header .header-navigation-wrapper .mobile-nav-box .button.sub-menu-toggle {
        margin: 15px 0;
        padding: 0 15px; }
      #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu > li > a, #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu > li > .ancestor-wrapper > a,
      #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu a:focus, #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu a:hover, #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu li.current-menu-item > .ancestor-wrapper > a, #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu li.current_page_ancestor > .ancestor-wrapper > a,
      #site-header .header-navigation-wrapper .mobile-nav-box .modal-menu ul li a {
        color: #222;
        font-weight: 400;
        font-size: 1.5rem; }
  #site-header .header-navigation-wrapper .primary-menu ul {
    background: #fff; }
  #site-header .header-navigation-wrapper .primary-menu > li {
    border-right: 1px #d0cfd0 solid;
    margin: 0 17px 0 0;
    padding-right: 17px;
    text-align: left; }
    #site-header .header-navigation-wrapper .primary-menu > li:last-child {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
    #site-header .header-navigation-wrapper .primary-menu > li > a + .icon {
      display: none; }
    #site-header .header-navigation-wrapper .primary-menu > li > .sub-menu {
      -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #site-header .header-navigation-wrapper .primary-menu > li > .sub-menu li {
        width: 100%; }
        #site-header .header-navigation-wrapper .primary-menu > li > .sub-menu li a {
          border-bottom: 1px #ccc solid;
          background: #fff;
          color: #000;
          display: block;
          font-size: 1.4rem; }
        #site-header .header-navigation-wrapper .primary-menu > li > .sub-menu li:last-child a {
          border-bottom: none; }
        #site-header .header-navigation-wrapper .primary-menu > li > .sub-menu li > .sub-menu li:last-child a {
          border-bottom: none; }
        #site-header .header-navigation-wrapper .primary-menu > li > .sub-menu li:last-child a {
          border-bottom: none; }
  #site-header .header-navigation-wrapper .primary-menu > li.over > .sub-menu {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 400px; }
    #site-header .header-navigation-wrapper .primary-menu > li.over > .sub-menu li {
      border-right: 1px #ccc solid;
      width: 50%; }
      #site-header .header-navigation-wrapper .primary-menu > li.over > .sub-menu li a {
        background: #fff;
        color: #000;
        display: block;
        font-size: 1.4rem; }
      #site-header .header-navigation-wrapper .primary-menu > li.over > .sub-menu li:last-child a {
        border-bottom: none; }
      #site-header .header-navigation-wrapper .primary-menu > li.over > .sub-menu li > .sub-menu li {
        border-right: none;
        width: 100%; }
  #site-header .header-navigation-wrapper .primary-menu > li.even li:nth-last-child(2) a {
    border-bottom: none; }
  #site-header .header-navigation-wrapper .primary-menu a {
    color: #222222;
    font-size: 16px;
    text-decoration: none; }
  #site-header .header-navigation-wrapper .primary-menu > .sub-menu {
    background: #fff;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    max-height: calc(100vh - 130px);
    padding-bottom: 4px; }
    #site-header .header-navigation-wrapper .primary-menu > .sub-menu a {
      border-bottom: 1px #ccc solid;
      background: #fff;
      color: #000;
      font-size: 1.4rem; }
    #site-header .header-navigation-wrapper .primary-menu > .sub-menu li:last-child a {
      border-bottom: none; }

.mobile-menu .header-font-size-change {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  left: 15px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  display: none; }
  .mobile-menu .header-font-size-change p {
    margin-bottom: 0; }
  .mobile-menu .header-font-size-change .title {
    font-size: 1.4rem; }
  .mobile-menu .header-font-size-change .btn-box {
    border: 1px #ccc solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px; }
    .mobile-menu .header-font-size-change .btn-box a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      color: #049D8B;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      text-decoration: none;
      width: 20px; }
      .mobile-menu .header-font-size-change .btn-box a.current {
        background: #049D8B;
        color: #fff; }
    .mobile-menu .header-font-size-change .btn-box .s-size {
      font-size: 1.065rem; }
    .mobile-menu .header-font-size-change .btn-box .m-size {
      font-size: 1.4rem; }
    .mobile-menu .header-font-size-change .btn-box .l-size {
      font-size: 1.6rem; }

.show-modal .mobile-menu .header-font-size-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

h1.entry-title, h2.entry-title {
  text-align: left; }

body:not(.overlay-header) .primary-menu > li > a　 {
  color: #000; }

.post-inner {
  margin: 0 auto; }

/*=============================================
*
* ここからコンテンツ設定
*
=============================================*/
#site-content {
  padding-top: 141px;
  /*=============================================
*
* パンくず
*
=============================================*/
  /*=============================================
*
* 見出し
*
=============================================*/
  /*---------------------------------------------
h2
---------------------------------------------*/
  /* h2 丸アイコン | circle */
  /* 数字 */
  /*---------------------------------------------
h3
---------------------------------------------*/
  /* h3 / 四角アイコン | box */
  /* 数字 */
  /* 縦線 */
  /*---------------------------------------------
h4
---------------------------------------------*/
  /*---------------------------------------------
h5
---------------------------------------------*/
  /*=============================================
*
* ボタン共通
*
=============================================*/
  /*=============================================
*
* リスト
*
=============================================*/
  /*=============================================
*
* 番号付きリスト
*
=============================================*/
  /*=============================================
*
* 段落
*
=============================================*/
  /*=============================================
*
* カラム
*
=============================================*/
  /*=============================================
*
* 画像
*
=============================================*/
  /*=============================================
*
* テーブル
*
=============================================*/
  /* ==================================================
  .tbType2
================================================== */
  /*.tbType2 {
	border-collapse: collapse;
	width: 100%;
}
.tbType2 th {
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	text-align: right;
	vertical-align: middle;
	width: 35%;
}
@media screen and (max-width:640px){
	.tbType2 th {
		display: block;
		padding: 5px 0;
		text-align: left;
		width: 100%;
	}
}
.tbType2 td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width:640px){
	.tbType2 td {
		display: block;
		padding: 5px 0;
		width: 100%;
	}
}*/
  /* ==================================================
  .tb-type11
================================================== */
  /* ==================================================
  .tb-type12
================================================== */
  /*=============================================
*
* グループ
*
=============================================*/ }
  @media (max-width: 1000px) {
    #site-content {
      padding: 100px 30px 0 30px; } }
  #site-content a {
    color: #049D8B;
    text-decoration: underline; }
  #site-content p {
    border-radius: 5px;
    line-height: 1.8;
    margin: 0 auto 2em auto;
    max-width: 1000px; }
  #site-content .wp-block-column {
    margin-bottom: 1rem; }
  #site-content .p-type1 {
    border: 1px #999 solid;
    border-radius: 5px;
    padding: 20px;
    width: auto; }
    #site-content .p-type1.background-on {
      background: #f1f1f1; }
  #site-content .p-type2 {
    border: 1px #049D8B solid;
    border-radius: 5px;
    padding: 20px;
    width: auto; }
    #site-content .p-type2.background-on {
      background: #f1f1f1; }
  #site-content .entry-header h1.entry-title {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 41px;
    padding: 40px 0; }
  #site-content .entry-content {
    margin: 0 auto 1em auto;
    max-width: 1000px; }
  #site-content .blocks-gallery-grid, #site-content .wp-block-gallery {
    max-width: 1000px; }
    #site-content .blocks-gallery-grid .blocks-gallery-grid li, #site-content .wp-block-gallery .blocks-gallery-grid li {
      list-style: none; }
  #site-content .page-top-area {
    position: relative; }
    @media (max-width: 640px) {
      #site-content .page-top-area {
        left: -30px;
        width: 100vw; } }
    #site-content .page-top-area::before {
      background: #049D8B;
      content: '';
      height: 70%;
      left: calc(-50vw + 500px);
      opacity: .1;
      position: absolute;
      top: 15%;
      width: 100vw; }
    #site-content .page-top-area .inner {
      margin: 0 auto;
      max-width: 1000px;
      position: relative; }
    #site-content .page-top-area .h-box {
      position: absolute;
      text-align: left; }
      #site-content .page-top-area .h-box .h1-wrap h1 {
        background: #fff;
        color: #222;
        display: inline-block;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        font-size: 41px;
        font-weight: 400;
        margin: 0;
        padding: 5px 15px; }
        @media (max-width: 640px) {
          #site-content .page-top-area .h-box .h1-wrap h1 {
            font-size: 25px; } }
      #site-content .page-top-area .h-box .title-english {
        background: #049D8B;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-family: 'Oswald';
        font-size: 13px;
        letter-spacing: 0.1em;
        margin-bottom: 0;
        padding: 5px 10px; }
        @media (max-width: 640px) {
          #site-content .page-top-area .h-box .title-english {
            font-size: 12px; } }
    #site-content .page-top-area .upper-left .h-box {
      left: 0;
      text-align: left;
      top: 30px; }
    #site-content .page-top-area .upper-right .h-box {
      right: 0;
      text-align: right;
      top: 30px; }
    #site-content .page-top-area .lower-left .h-box {
      bottom: 30px;
      left: 0;
      text-align: left; }
    #site-content .page-top-area .lower-right .h-box {
      bottom: 30px;
      right: 0;
      text-align: right; }
  #site-content .breadcrumbs {
    font-size: 1.1rem;
    margin-bottom: 17px;
    text-align: left; }
    #site-content .breadcrumbs a,
    #site-content .breadcrumbs span {
      color: #495752; }
  #site-content h2, #site-content h3, #site-content h4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 1rem;
    max-width: 1000px; }
  #site-content h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px #C9C9C9 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    padding-bottom: 15px; }
    @media (max-width: 640px) {
      #site-content h2 {
        font-size: 1.9rem; } }
  #site-content .h-type1 svg {
    display: inline-block;
    margin-right: 13px; }
  #site-content .h-type1 .cls-1, #site-content .h-type1 .cls-3 {
    fill: none; }
  #site-content .h-type1 .cls-1 {
    stroke: #049D8B;
    stroke-width: 7px; }
  #site-content .h-type1 .cls-2 {
    stroke: none; }
  #site-content .h-type3 span {
    color: #049D8B;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 145%;
    font-weight: 500;
    margin-right: 13px;
    position: relative;
    top: -5px;
    white-space: nowrap; }
  #site-content .h-type3 .cls-1, #site-content .h-type3 .cls-3 {
    fill: none; }
  #site-content .h-type3 .cls-1 {
    stroke: #049D8B;
    stroke-width: 7px; }
  #site-content .h-type3 .cls-2 {
    stroke: none; }
  #site-content h3 {
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    border-bottom: 1px #C9C9C9 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    padding: 10px 0; }
  #site-content .h-type2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #site-content .h-type2 svg {
      display: inline-block;
      margin-right: 5px; }
      #site-content .h-type2 svg .cls-1, #site-content .h-type2 svg .cls-2, #site-content .h-type2 svg .cls-4 {
        fill: none; }
      #site-content .h-type2 svg .cls-1 {
        stroke: #66a711; }
      #site-content .h-type2 svg .cls-1, #site-content .h-type2 svg .cls-2 {
        stroke-width: 4px; }
      #site-content .h-type2 svg .cls-2 {
        stroke: #ede45f; }
      #site-content .h-type2 svg .cls-3 {
        stroke: none; }
  @media (max-width: 640px) {
    #site-content h3.h-type3 {
      -webkit-box-align: top;
      -ms-flex-align: top;
      align-items: top; } }
  #site-content .h-type4 svg {
    display: inline-block;
    margin-right: 10px; }
  #site-content .h-type5 svg {
    display: inline-block;
    margin-right: 10px; }
  #site-content h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem; }
  #site-content h5 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    padding: 10px 0; }
  #site-content .wp-block-button.btn-type1 {
    border-radius: 5px;
    max-width: 420px;
    text-decoration: none; }
    #site-content .wp-block-button.btn-type1 a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url("../images/common/btn-type1-icon.svg") no-repeat right 12.5px center #049D8B;
      border-radius: 5px;
      color: #fff;
      font-size: 1.5rem;
      text-decoration: none;
      width: 100%; }
      #site-content .wp-block-button.btn-type1 a img {
        display: inline-block;
        margin-right: 5px; }
  #site-content .wp-block-button.btn-type2 {
    border-radius: 5px;
    display: block;
    max-width: 420px;
    text-decoration: none; }
    #site-content .wp-block-button.btn-type2 a {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url("../images/common/btn-type1-icon.svg") no-repeat right 12.5px center;
      border: 1px #049D8B solid;
      border-radius: 5px;
      color: #049D8B;
      font-size: 1.5rem;
      text-decoration: none;
      width: 100%; }
      #site-content .wp-block-button.btn-type2 a img {
        display: inline-block;
        margin-right: 5px; }
  #site-content .wp-block-button.al-L {
    margin: 0 auto 30px 0;
    text-align: left; }
  #site-content ul {
    font-size: 1.4rem;
    list-style: none;
    max-width: 1000px;
    padding-left: 1.3em; }
    @media (max-width: 640px) {
      #site-content ul {
        padding-left: 0; } }
  #site-content ul li:before {
    content: "• ";
    color: #049D8B;
    margin-left: -1.3em; }
  #site-content .li-type3 li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 25px; }
    #site-content .li-type3 li::before {
      display: none; }
    #site-content .li-type3 li svg {
      left: 0;
      position: absolute;
      top: 0; }
  #site-content .li-type4 {
    background: #fff;
    border: 1px #049D8B solid;
    border-radius: 5px;
    list-style: none;
    counter-reset: li-num;
    margin-bottom: 2rem;
    padding: 20px; }
  #site-content .li-type5 {
    list-style: none;
    counter-reset: li-num;
    margin-bottom: 2rem;
    padding: 15px; }
    #site-content .li-type5 li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      border: 1px #ccc solid;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px; }
      #site-content .li-type5 li::before {
        display: none; }
      #site-content .li-type5 li img {
        display: inline-block;
        margin-right: 10px;
        max-width: 65px !important; }
  #site-content .li-type10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 2rem;
    padding: 2rem 0; }
    #site-content .li-type10 li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 15px 15px 0;
      width: calc(25% - 11.25px); }
      #site-content .li-type10 li:nth-child(4n) {
        margin-right: 0; }
      @media (max-width: 640px) {
        #site-content .li-type10 li {
          margin: 0 10px 10px 0;
          width: calc(50% - 5px); }
          #site-content .li-type10 li:nth-child(2n) {
            margin-right: 0; } }
      #site-content .li-type10 li::before {
        display: none; }
      #site-content .li-type10 li a {
        background: url("../images/common/btn-type2.svg") no-repeat right 12.5px center #fff;
        background-size: 10px;
        border: 1px #ccc solid;
        border-radius: 5px;
        display: block;
        padding: 10px 25px 10px 10px;
        text-decoration: none;
        width: 100%; }
      #site-content .li-type10 li img {
        display: inline-block;
        margin-right: 10px;
        max-width: 65px !important; }
  #site-content .li-type20 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 2rem auto 0 auto;
    padding: 0; }
    #site-content .li-type20 > li {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 15px 7.5px 15px 7.5px;
      width: 33.333%; }
      #site-content .li-type20 > li .description {
        margin-bottom: 10px;
        padding-left: 1.3em; }
      #site-content .li-type20 > li.list-box1 .title-box-wrap {
        display: none; }
      #site-content .li-type20 > li.list-box1 .sub_menu_lower_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #site-content .li-type20 > li.list-box1 .sub_menu_lower_wrap .sub_menu_lower li {
          background: url("../images/common/btn-type3.svg") no-repeat left top;
          padding-left: 25px;
          width: 100%; }
          #site-content .li-type20 > li.list-box1 .sub_menu_lower_wrap .sub_menu_lower li .circleIcon1, #site-content .li-type20 > li.list-box1 .sub_menu_lower_wrap .sub_menu_lower li::before {
            display: none; }
          #site-content .li-type20 > li.list-box1 .sub_menu_lower_wrap .sub_menu_lower li a {
            color: #000000;
            display: inline-block; }
            #site-content .li-type20 > li.list-box1 .sub_menu_lower_wrap .sub_menu_lower li a p {
              margin-bottom: 5px; }
      #site-content .li-type20 > li.list-box2 .title-box-wrap {
        display: none; }
      #site-content .li-type20 > li.list-box2 .sub_menu_lower_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #site-content .li-type20 > li.list-box2 .sub_menu_lower_wrap .sub_menu_lower li {
          width: 100%; }
          #site-content .li-type20 > li.list-box2 .sub_menu_lower_wrap .sub_menu_lower li .circleIcon1, #site-content .li-type20 > li.list-box2 .sub_menu_lower_wrap .sub_menu_lower li::before {
            display: none; }
          #site-content .li-type20 > li.list-box2 .sub_menu_lower_wrap .sub_menu_lower li a {
            color: #000000;
            display: inline-block; }
            #site-content .li-type20 > li.list-box2 .sub_menu_lower_wrap .sub_menu_lower li a p {
              margin-bottom: 5px; }
      @media (max-width: 640px) {
        #site-content .li-type20 > li {
          padding: 10px;
          width: 50%; } }
      @media (max-width: 500px) {
        #site-content .li-type20 > li {
          width: 100%; } }
      #site-content .li-type20 > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 15px 0 0 15px; }
        #site-content .li-type20 > li > ul > li::before {
          display: none; }
      #site-content .li-type20 > li::before {
        display: none; }
      #site-content .li-type20 > li a {
        display: block;
        text-decoration: none;
        width: 100%; }
      #site-content .li-type20 > li img {
        display: inline-block;
        width: 100% !important; }
      #site-content .li-type20 > li.text-li ul li {
        background: url("../images/common/btn-type3.svg") no-repeat left top;
        padding-left: 25px;
        width: 50%; }
        #site-content .li-type20 > li.text-li ul li a {
          display: inline-block; }
  #site-content .li-type21 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 2rem 0 0 0;
    padding: 0; }
    #site-content .li-type21 li {
      line-height: 1;
      margin: 0;
      padding: 0; }
    #site-content .li-type21 > li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      margin: 15px 30px 30px 0;
      width: calc(50% - 15px); }
      #site-content .li-type21 > li:nth-child(2n) {
        margin-right: 0; }
      @media (max-width: 640px) {
        #site-content .li-type21 > li {
          padding: 10px;
          width: 50%; } }
      @media (max-width: 500px) {
        #site-content .li-type21 > li {
          width: 100%; } }
      #site-content .li-type21 > li > ul {
        margin: 0;
        padding: 0; }
        #site-content .li-type21 > li > ul > li:nth-child(1) {
          margin-right: 10px; }
        #site-content .li-type21 > li > ul > li::before {
          display: none; }
        #site-content .li-type21 > li > ul > li > ul > li:nth-child(1) {
          margin-right: 0; }
      #site-content .li-type21 > li::before {
        display: none; }
      #site-content .li-type21 > li a {
        display: block;
        text-decoration: none;
        width: 100%; }
      #site-content .li-type21 > li img {
        display: inline-block;
        width: 100% !important; }
  #site-content .post-type-archive-facility_department {
    background: #000; }
  #site-content .rows2-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #site-content .rows2-li li {
      padding-right: 15px;
      width: 50%; }
      @media (max-width: 1000px) {
        #site-content .rows2-li li {
          padding-right: 0;
          width: 100%; } }
  #site-content .pinkbox {
    background: #FBF0F2;
    border-radius: 10px;
    padding: 10px; }
    #site-content .pinkbox > .wp-block-columns {
      margin-bottom: 0; }
    #site-content .pinkbox .wp-block-image.size-large {
      margin-bottom: 0; }
  #site-content .beigebox {
    background: #F8F1E1;
    border-radius: 10px;
    padding: 10px; }
    #site-content .beigebox > .wp-block-columns {
      margin-bottom: 0; }
    #site-content .beigebox .wp-block-image.size-large {
      margin-bottom: 0; }
  #site-content .nursing-department-back {
    background: url("../images/contents/nursing-department-back.png") no-repeat center bottom; }
  #site-content ol {
    counter-reset: li-num;
    font-size: 1.4rem;
    list-style: none;
    margin-bottom: 2rem;
    max-width: 1000px; }
    #site-content ol li {
      padding-left: 1em; }
      #site-content ol li::before {
        color: #049D8B;
        counter-increment: li-num;
        content: counter(li-num) ".";
        display: inline-block;
        font-family: 'Oswald', sans-serif;
        margin-right: 10px;
        margin-left: -1.2em; }
  #site-content ol.li-type1 {
    counter-reset: li-num;
    list-style: none; }
  #site-content ol.li-type1 li {
    padding-left: 1em; }
  #site-content ol.li-type1 li::before {
    color: #049D8B;
    counter-increment: li-num;
    content: counter(li-num) ".";
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin-right: 3px;
    margin-left: -1.2em; }
  #site-content ol.li-type2 {
    background: #f8f8f8;
    border: 1px #049D8B solid;
    border-radius: 5px;
    list-style: none;
    counter-reset: li-num;
    margin-bottom: 2rem;
    padding: 20px; }
  #site-content ol.li-type2 li {
    padding-left: 1em; }
  #site-content ol.li-type2 li::before {
    color: #049D8B;
    counter-increment: li-num;
    content: counter(li-num) ".";
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin-right: 3px;
    margin-left: -1.2em; }
  #site-content .p-type11 {
    font-size: 1.2rem; }
  #site-content .wp-block-columns {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px; }
    #site-content .wp-block-columns .wp-block-column .wp-block-image:only-of-type {
      margin-bottom: 1.5rem; }
    @media (max-width: 800px) {
      #site-content .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 0; } }
    #site-content .wp-block-columns.columns-type2 {
      background: #f9f9f9;
      border: 1px #049D8B solid;
      border-radius: 4px;
      padding: 30px; }
      @media (max-width: 1000px) {
        #site-content .wp-block-columns.columns-type2 {
          padding: 20px; } }
      #site-content .wp-block-columns.columns-type2 img {
        margin: 0 auto; }
    #site-content .wp-block-columns.columns-type3 {
      background: #FBFCFC;
      border: 1px #F3F3F3 solid;
      border-radius: 4px;
      margin: 0 auto;
      padding: 0 20px 0 0; }
      @media (max-width: 1000px) {
        #site-content .wp-block-columns.columns-type3 {
          padding: 20px; } }
      #site-content .wp-block-columns.columns-type3 .wp-block-column {
        margin-bottom: 0 !important; }
        #site-content .wp-block-columns.columns-type3 .wp-block-column .wp-block-image {
          margin-bottom: 0 !important; }
        #site-content .wp-block-columns.columns-type3 .wp-block-column img {
          margin: 0 auto; }
    #site-content .wp-block-columns.columns-type20 {
      margin-bottom: 10px !important; }
      #site-content .wp-block-columns.columns-type20 .wp-block-column {
        margin-bottom: 0 !important; }
        #site-content .wp-block-columns.columns-type20 .wp-block-column .wp-block-image {
          margin-bottom: 10px !important; }
        #site-content .wp-block-columns.columns-type20 .wp-block-column img {
          margin: 0 auto; }
  #site-content .wp-block-image {
    max-width: 1000px; }
    #site-content .wp-block-image.is-resized {
      margin-left: 0; }
    #site-content .wp-block-image figcaption {
      font-family: "Noto Sans JP";
      margin-bottom: 1.5rem;
      margin-top: 0.75rem; }
    #site-content .wp-block-image.image-type1 {
      background: #f9f9f9;
      border: 1px #049D8B solid;
      border-radius: 4px;
      padding: 30px; }
      @media (max-width: 1000px) {
        #site-content .wp-block-image.image-type1 {
          padding: 20px; } }
      #site-content .wp-block-image.image-type1 img {
        margin: 0 auto; }
  #site-content .wp-block-table {
    max-width: 1000px;
    border-collapse: collapse;
    margin: 0 auto 40px auto;
    width: 100%;
    /* ==================================================
    .tbType1
  ================================================== */
    /* ==================================================
    .tbType2
  ================================================== */
    /* ==================================================
  .tbType3 | 定義リスト風　点線
================================================== */
    /* ==================================================
    .tbType7
  ================================================== */ }
    @media (max-width: 1000px) {
      #site-content .wp-block-table {
        max-width: none;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; } }
    #site-content .wp-block-table table:only-of-type {
      margin: 1rem auto; }
    #site-content .wp-block-table .has-fixed-layout {
      width: auto; }
    @media (max-width: 1000px) {
      #site-content .wp-block-table table {
        max-width: none; } }
    #site-content .wp-block-table tr th {
      background: #F2F2F2;
      border: 1px #CFCFCF solid;
      font-size: 1.5rem;
      font-weight: normal;
      padding: 15px;
      text-align: center;
      vertical-align: middle;
      width: auto; }
      @media (max-width: 1000px) {
        #site-content .wp-block-table tr th {
          white-space: nowrap; } }
      @media (max-width: 640px) {
        #site-content .wp-block-table tr th {
          font-size: 1.4rem;
          padding: 10px; } }
    #site-content .wp-block-table tr td {
      background: #fff;
      color: #222222;
      border: 1px #CFCFCF solid;
      font-size: 1.5rem;
      padding: 15px;
      text-align: left;
      vertical-align: middle;
      width: auto; }
      @media (max-width: 1000px) {
        #site-content .wp-block-table tr td {
          white-space: nowrap; } }
      @media (max-width: 640px) {
        #site-content .wp-block-table tr td {
          font-size: 1.4rem;
          padding: 10px; } }
      #site-content .wp-block-table tr td:first-child {
        background: #F3F3F3;
        white-space: nowrap; }
        @media (max-width: 640px) {
          #site-content .wp-block-table tr td:first-child {
            vertical-align: top; } }
    #site-content .wp-block-table tfoot td {
      background: #f1f1f1;
      color: #222222;
      border: 1px #CFCFCF solid;
      font-size: 1.6rem;
      padding: 15px;
      text-align: left;
      vertical-align: middle;
      width: auto; }
      @media (max-width: 640px) {
        #site-content .wp-block-table tfoot td {
          font-size: 1.4rem;
          padding: 10px; } }
      #site-content .wp-block-table tfoot td:first-child {
        background: #f1f1f1;
        width: 30%; }
    #site-content .wp-block-table.tb-type1 tr th {
      width: 30%; }
    #site-content .wp-block-table.tb-type1 tr td:first-child {
      white-space: normal;
      width: 30%; }
      @media (max-width: 640px) {
        #site-content .wp-block-table.tb-type1 tr td:first-child {
          white-space: nowrap; } }
    #site-content .wp-block-table.tb-type1 strong {
      font-size: 120%;
      padding: 5px 0; }
      @media (max-width: 640px) {
        #site-content .wp-block-table.tb-type1 strong {
          font-size: 117%; } }
    @media (max-width: 1000px) {
      #site-content .wp-block-table.tb-type2 tr td:first-child {
        border: 1px #CFCFCF solid;
        left: 0;
        position: sticky;
        position: -webkit-sticky;
        top: 0; }
        #site-content .wp-block-table.tb-type2 tr td:first-child::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-bottom: 1px solid #CFCFCF;
          border-right: 1px solid #CFCFCF; } }
    #site-content .wp-block-table.tb-type2 strong {
      font-size: 120%;
      padding: 5px 0; }
      @media (max-width: 640px) {
        #site-content .wp-block-table.tb-type2 strong {
          font-size: 117%; } }
    #site-content .wp-block-table.tb-type3 {
      border-collapse: collapse;
      margin: 0 auto 40px auto;
      width: 100%; }
      #site-content .wp-block-table.tb-type3 table {
        border: none; }
      #site-content .wp-block-table.tb-type3 tr th {
        background: #fff;
        border: none;
        border-right: 1px #999 dashed;
        font-weight: normal;
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        width: 30%; }
        @media (max-width: 640px) {
          #site-content .wp-block-table.tb-type3 tr th {
            padding: 15px; } }
      #site-content .wp-block-table.tb-type3 tr td {
        background: #fff;
        color: #222222;
        border: none;
        border-bottom: 1px #999 dashed;
        padding: 20px;
        text-align: left;
        vertical-align: middle;
        width: auto; }
        @media (max-width: 640px) {
          #site-content .wp-block-table.tb-type3 tr td {
            padding: 15px; } }
        #site-content .wp-block-table.tb-type3 tr td:first-child {
          border-right: 1px #999 dashed;
          width: 30%; }
      #site-content .wp-block-table.tb-type3 tfoot td {
        background: #f1f1f1;
        color: #222222;
        border: 1px #CFCFCF solid;
        font-size: 1.6rem;
        padding: 20px;
        text-align: left;
        vertical-align: middle;
        width: auto; }
        #site-content .wp-block-table.tb-type3 tfoot td:first-child {
          background: #f1f1f1;
          width: 30%; }
    #site-content .wp-block-table.tb-type7 table {
      border: none; }
      #site-content .wp-block-table.tb-type7 table th {
        background: none;
        border: none;
        border-bottom: 1px #d6d6d6 solid; }
      #site-content .wp-block-table.tb-type7 table td {
        background: none;
        border: none;
        border-bottom: 1px #d6d6d6 solid; }
        #site-content .wp-block-table.tb-type7 table td:first-child {
          background: none;
          width: auto; }
  #site-content .wp-block-table.tb-type11 {
    border-collapse: collapse;
    width: 100%; }
    #site-content .wp-block-table.tb-type11 th {
      background: #f9f9f9;
      border: 1px #cccccc solid;
      font-size: 1.4rem;
      font-weight: normal;
      padding: 20px;
      text-align: left;
      vertical-align: middle;
      width: auto; }
      #site-content .wp-block-table.tb-type11 th:first-child {
        background: #F3F3F3;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        width: 10%; }
    #site-content .wp-block-table.tb-type11 td {
      border: 1px #cccccc solid;
      font-size: 1.4rem;
      padding: 20px;
      text-align: left;
      vertical-align: middle;
      width: 31%; }
      #site-content .wp-block-table.tb-type11 td:first-child {
        background: #F3F3F3;
        font-family: 'Oswald', sans-serif;
        text-align: center;
        width: 10%; }
  #site-content .wp-block-table.tb-type12 {
    border-collapse: collapse;
    width: 100%; }
    #site-content .wp-block-table.tb-type12 tr td:nth-child(3), #site-content .wp-block-table.tb-type12 tr td:nth-child(4) {
      color: #3366ff;
      text-align: center; }
    #site-content .wp-block-table.tb-type12 tr td:nth-child(5) {
      color: #99cc00;
      text-align: center; }
    #site-content .wp-block-table.tb-type12 tr td:nth-child(6) {
      color: #ff9900;
      text-align: center; }
  #site-content .wp-block-group {
    border-radius: 5px; }
    #site-content .wp-block-group .wp-block-group__inner-container.group-type1 {
      border: 1px #ccc solid;
      border-radius: 5px;
      margin-bottom: 1rem; }
      #site-content .wp-block-group .wp-block-group__inner-container.group-type1 .wp-block-group__inner-container p:last-child {
        margin-bottom: 0; }
    #site-content .wp-block-group .wp-block-group__inner-container .wp-block-columns:only-of-type {
      margin-bottom: 0; }

/*site-content*/
#wrapper {
  padding-top: 90px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-opacity: 0;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  @media screen and (max-width: 640px) {
    #wrapper {
      padding-top: 60px; } }

.comp #wrapper {
  opacity: 1;
  -webkit-opacity: 1; }

.contentsWrap {
  right: 0;
  top: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.contentsWrap .backScr {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 500;
  opacity: 0; }

.contentsWrap.on .backScr {
  width: 100%;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.8; }

.contentsWrap.on {
  right: 300px;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }

/*=============================================
*
*  header
*
=============================================*/
#header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  #header > .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    position: relative;
    width: 100%;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    /*---------------------------------------------
        ロゴ
        ---------------------------------------------*/ }
    @media screen and (max-width: 1000px) {
      #header > .inner {
        padding: 0 15px; } }
    @media screen and (max-width: 640px) {
      #header > .inner {
        height: 60px; } }
    #header > .inner #header #headerLogoArea {
      left: 10px;
      position: relative;
      top: 10px;
      height: 80px;
      width: 240px;
      z-index: 1000;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transition: all 0.5s; }
      #header > .inner #header #headerLogoArea h1.logo {
        height: 100%;
        width: 100%; }
        #header > .inner #header #headerLogoArea h1.logo a {
          display: block;
          float: left;
          width: auto; }

/* ============================================
.btnType3
============================================ */
.transiBtnType3 {
  width: 100%; }
  .transiBtnType3 a {
    background: url("../images/common/arrowRight1.svg") no-repeat right 7px center;
    border: 1px #707070 solid;
    display: block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.15em;
    padding: 6.25px 25px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    width: 100%;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in; }
    @media screen and (max-width: 640px) {
      .transiBtnType3 a {
        font-size: 12px;
        padding: 4px 20px; } }

@media screen and (max-width: 640px) {
  .btn.btnType3 a {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    max-width: 170px; } }

.btn.btnType3 a:hover {
  background: #fff;
  border: 1px #000 solid;
  color: #000; }

/* ============================================
.transiBtnType1
============================================ */
.transiBtnType1 {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 420px; }
  .transiBtnType1 a,
  .transiBtnType1 .wp-block-button__link {
    background: #fff;
    border: 1px #049D8B solid;
    display: block;
    color: #049D8B;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 18.5px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media screen and (max-width: 640px) {
      .transiBtnType1 a,
      .transiBtnType1 .wp-block-button__link {
        font-size: 14px;
        padding: 14.5px 0; } }
    .transiBtnType1 a:hover,
    .transiBtnType1 .wp-block-button__link:hover {
      background: none;
      color: #fff;
      opacity: 1; }
    .transiBtnType1 a::after,
    .transiBtnType1 .wp-block-button__link::after {
      background: url("../images/common/arrowRight2.svg") no-repeat center center;
      content: "";
      height: 14px;
      position: absolute;
      right: 15px;
      top: calc(50% - 7px);
      width: 7px; }
    .transiBtnType1 a::before,
    .transiBtnType1 .wp-block-button__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 120%;
      height: 100%;
      background: #27526b;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: skewX(-30deg) scale(0, 1);
      -ms-transform: skewX(-30deg) scale(0, 1);
      transform: skewX(-30deg) scale(0, 1);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .transiBtnType1 a:hover::after,
    .transiBtnType1 .wp-block-button__link:hover::after {
      background: url("../images/common/arrowRight2Wh.svg") no-repeat center center; }
    .transiBtnType1 a:hover::before,
    .transiBtnType1 .wp-block-button__link:hover::before {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: skewX(-30deg) scale(1, 1);
      -ms-transform: skewX(-30deg) scale(1, 1);
      transform: skewX(-30deg) scale(1, 1); }

/* ============================================
.transiBtnType2 | 少し小さめ
============================================ */
.transiBtnType2 {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 230px; }
  .transiBtnType2 a,
  .transiBtnType2 .wp-block-button__link {
    background: #fff;
    border: 1px #049D8B solid;
    display: block;
    color: #049D8B;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    padding: 9.25px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 0; }
    .transiBtnType2 a:hover,
    .transiBtnType2 .wp-block-button__link:hover {
      background: none;
      color: #fff;
      opacity: 1; }
    .transiBtnType2 a::after,
    .transiBtnType2 .wp-block-button__link::after {
      background: url("../images/common/arrowRight1.svg") no-repeat center center;
      content: "";
      height: 14px;
      position: absolute;
      right: 10px;
      top: calc(50% - 7px);
      width: 7px; }
    .transiBtnType2 a::before,
    .transiBtnType2 .wp-block-button__link::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 120%;
      height: 100%;
      background: #27526b;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: skewX(-30deg) scale(0, 1);
      -ms-transform: skewX(-30deg) scale(0, 1);
      transform: skewX(-30deg) scale(0, 1);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .transiBtnType2 a:hover::after,
    .transiBtnType2 .wp-block-button__link:hover::after {
      background: url("../images/common/arrowRight1Wh.svg") no-repeat center center; }
    .transiBtnType2 a:hover::before,
    .transiBtnType2 .wp-block-button__link:hover::before {
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: skewX(-30deg) scale(1, 1);
      -ms-transform: skewX(-30deg) scale(1, 1);
      transform: skewX(-30deg) scale(1, 1); }

/*=============================================
*
* スクロ-ル共通
*
=============================================*/
/*=============================================
*
*  footer
*
=============================================*/
.footer-nav-widgets-wrapper {
  background: #F6F6F6;
  margin-top: 30px;
  padding: 0;
  /* ============================================
  フッターメニュー 
  ============================================ */ }
  .footer-nav-widgets-wrapper a {
    text-decoration: none; }
    .footer-nav-widgets-wrapper a:hover {
      text-decoration: underline; }
  .footer-nav-widgets-wrapper .footer-top.has-footer-menu {
    border: none; }
  .footer-nav-widgets-wrapper .footer-menu-wrapper {
    width: 100%; }
    .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin: 0 auto;
      max-width: 1000px; }
      @media (max-width: 1000px) {
        .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu {
          padding: 0 30px; } }
      @media (max-width: 640px) {
        .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu {
          border-top: 1px #ccc solid;
          padding: 0; } }
      .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li {
        margin: 0;
        padding: 0 10px 10px 0;
        width: 16.666%; }
        @media (max-width: 1000px) {
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li {
            width: 25%; } }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li {
            border-bottom: 1px #ccc solid;
            padding: 0;
            width: 100%; } }
        .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li:last-child {
          margin-right: 0; }
        .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #222222;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1.5rem; }
          @media (max-width: 640px) {
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a {
              padding: 20px 30px;
              position: relative; } }
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg {
            display: inline-block;
            margin-right: 5px; }
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-1, .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-2, .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-4 {
              fill: none; }
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-1 {
              stroke: #ff931e; }
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-1, .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-2 {
              stroke-width: 4px; }
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-2 {
              stroke: #ffd800; }
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a svg .cls-3 {
              stroke: none; }
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a .acBtn {
            display: none; }
            @media (max-width: 640px) {
              .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li > a .acBtn {
                background: url("../images/common/footer-sub_menu-acBtn.svg") no-repeat center center;
                display: block;
                height: 45px;
                position: absolute;
                right: 0;
                text-indent: -9999em;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 45px; } }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu {
            display: none; } }
        .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu > li {
          background: url("../assets/images/circleOr10x10.svg") no-repeat left top 15px;
          background-size: 8px;
          border-bottom: 1px #b2b1b3 solid;
          margin: 0 0 10px 0;
          padding-left: 15px; }
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu > li:last-child {
            border: none; }
          @media (max-width: 640px) {
            .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu > li {
              background-color: #fff;
              background-position: left 15px center;
              margin: 0; }
              .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu > li:first-child {
                border-top: 1px #b2b1b3 solid; } }
          .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu > li a {
            color: #666666;
            font-size: 1.3rem;
            font-weight: normal; }
            @media (max-width: 640px) {
              .footer-nav-widgets-wrapper .footer-menu-wrapper .footer-menu > li .sub-menu > li a {
                display: block;
                padding: 15px; } }
  .footer-nav-widgets-wrapper #footer-sub_menu-content {
    padding-top: 0;
    position: relative; }
    .footer-nav-widgets-wrapper #footer-sub_menu-content::before {
      background: #049C8B;
      content: '';
      height: 54px;
      position: absolute;
      width: 100%; }
    .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1000px;
      position: relative; }
      .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li {
        font-size: 15px;
        list-style: none;
        margin-top: 0;
        padding: 0;
        width: 25%; }
        .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li:nth-child(4) {
          padding-right: 0; }
        .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li:first-child .title-box {
          border-left: 1px #82cec5 solid; }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li {
            background: #049C8B;
            width: 100%; }
            .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li:first-child .title-box {
              border-left: none; } }
        .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box {
          border-right: 1px #82cec5 solid;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 54px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box .title.count1 {
            background: url("../assets/images/sub_menu-content-icon1-wh.svg") no-repeat left center;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 54px;
            min-height: 54px;
            padding-left: 25px; }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box .title.count2 {
            background: url("../assets/images/sub_menu-content-icon2-wh.svg") no-repeat left center;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 54px;
            min-height: 54px;
            padding-left: 37px; }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box .title.count3 {
            background: url("../assets/images/sub_menu-content-icon3-wh.svg") no-repeat left center;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 54px;
            min-height: 54px;
            padding-left: 35px; }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box .title.count4 {
            background: url("../assets/images/sub_menu-content-icon4-wh.svg") no-repeat left center;
            color: #fff;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 54px;
            min-height: 54px;
            padding-left: 42px; }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box .circleIcon1 {
            margin-left: 5px;
            width: 10px; }
            .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box .circleIcon1 .cl2 {
              fill: #049D8B; }
          @media (max-width: 640px) {
            .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box {
              -webkit-box-pack: left;
              -ms-flex-pack: left;
              justify-content: left;
              padding-left: 30px; } }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box::before {
            display: none; }
        .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap {
          position: relative; }
          .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower {
            background: #fff;
            border: 1px #ccc solid;
            border-radius: 0 0 3px 3px;
            display: none;
            left: 0;
            list-style: none;
            margin: 0;
            padding: 0 15px 5px 15px;
            position: absolute;
            width: 100%;
            z-index: 10; }
            @media (max-width: 640px) {
              .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower {
                position: relative; } }
            .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li {
              border-bottom: 1px #ccc solid; }
              .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li::before {
                display: none; }
              .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li:last-child {
                border: none; }
              .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li a {
                color: #555;
                display: inline-block;
                font-size: 14px;
                padding: 10px 0;
                text-decoration: none; }
              .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li .circleIcon1 {
                display: inline-block;
                margin-right: 5px; }
                .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li .circleIcon1 .cl1 {
                  fill: #049D8B; }
                .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .sub_menu_lower_wrap .sub_menu_lower li .circleIcon1 .cl2 {
                  fill: #fff; }
  .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 60px auto;
    max-width: 1000px;
    padding: 30px; }
    .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #222222;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.5rem; }
      .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg {
        display: inline-block;
        margin-right: 5px;
        width: 16px; }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg {
            width: 21.5px; } }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-1, .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-2, .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-4 {
          fill: none; }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-1 {
          stroke: #cfa4ca; }
          @media (max-width: 640px) {
            .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-1 {
              stroke: #ff931e; } }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-1, .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-2 {
          stroke-width: 2px; }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-2 {
          stroke: #94dcd3; }
          @media (max-width: 640px) {
            .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-2 {
              stroke: #ffd800; } }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .title svg .cls-3 {
          stroke: none; }
    .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0;
      width: calc(100% - 250px); }
      @media (max-width: 640px) {
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu {
          width: 100%; } }
      .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu li {
        border-bottom: 1px #d0d0d0 solid;
        list-style: none;
        margin-right: 15px;
        width: calc(25% - 11.25px); }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu li:nth-child(4n) {
          margin-right: 0; }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu li {
            width: 100%; } }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu li a {
          color: #666;
          font-size: 1.3rem; }
        .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu li .circleIcon2 {
          display: inline-block;
          margin-right: 5px;
          width: 8px; }
          .footer-nav-widgets-wrapper .footer-other_contents_menu-wrap .footer-other_contents_menu li .circleIcon2 .cl1 {
            fill: #c590bf; }
  .footer-nav-widgets-wrapper #footer-banner-section {
    background: url("../images/common/footer-banner-back.png") repeat center center/cover; }
    @media (max-width: 640px) {
      .footer-nav-widgets-wrapper #footer-banner-section {
        padding: 15px; } }
    .footer-nav-widgets-wrapper #footer-banner-section .inner {
      margin: 0 auto;
      max-width: 1000px; }
      .footer-nav-widgets-wrapper #footer-banner-section .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .footer-nav-widgets-wrapper #footer-banner-section .inner ul li {
          list-style: none;
          padding-right: 7.5px;
          width: 20%; }
          .footer-nav-widgets-wrapper #footer-banner-section .inner ul li:last-child {
            padding-right: 0; }
          @media (max-width: 640px) {
            .footer-nav-widgets-wrapper #footer-banner-section .inner ul li {
              width: 50%; }
              .footer-nav-widgets-wrapper #footer-banner-section .inner ul li:last-child {
                padding-right: 7.5px; }
              .footer-nav-widgets-wrapper #footer-banner-section .inner ul li:nth-child(even) {
                margin-right: 0; } }
          .footer-nav-widgets-wrapper #footer-banner-section .inner ul li a:hover {
            opacity: .85; }
  .footer-nav-widgets-wrapper #footer-hospital-contact-section {
    background: #fff; }
    @media (max-width: 640px) {
      .footer-nav-widgets-wrapper #footer-hospital-contact-section {
        padding: 15px; } }
    .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto;
      max-width: 1000px; }
      .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .heading {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f2f2f2;
        font-size: 1.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 125px; }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .heading {
            padding: 20px 0;
            width: 100%; } }
      .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .info-box {
        width: calc(100% - 140px); }
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .info-box {
            padding: 20px 0;
            text-align: center;
            width: 100%; } }
      .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info,
      .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 50%; }
.footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .info-box{
	display: flex;justify-content: center;flex-direction: column;
}
        @media (max-width: 640px) {
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info,
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info {
            display: block;
            width: 100%; } }
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .title,
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .title {
          border-bottom: 1px #D7202A solid;
          display: inline-block;
          font-size: 1.6rem;
          margin-bottom: 10px; }
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .tel,
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .tel {
          font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
          font-size: 1.9rem; }
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .time,
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .time {
          font-size: 1.3rem; }
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .time .add-text,
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .time .add-text {
            font-size: 1rem; }
          @media (max-width: 400px) {
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .time,
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .time {
              font-size: 1.1rem; } }
          @media (max-width: 330px) {
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .time,
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .time {
              font-size: 1rem; } }
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .google-map,
        .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .google-map {
          color: #049D8B;
          display: inline-block;
          font-size: 1.2rem; }
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .google-map .circleIcon1,
          .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .google-map .circleIcon1 {
            display: inline-block;
            margin-right: 5px; }
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .google-map .circleIcon1 .cl1,
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .google-map .circleIcon1 .cl1 {
              fill: #049D8B; }
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .contact-info .google-map .circleIcon1 .cl2,
            .footer-nav-widgets-wrapper #footer-hospital-contact-section .inner .access-info .google-map .circleIcon1 .cl2 {
              fill: #fff; }

/* ============================================
  最下部コピーライトエリア
  ============================================ */
#site-footer {
  background: #049D8B;
  height: auto;
  margin: 0 auto;
  max-height: 60px;
  padding: 0;
  position: relative;
  width: 100%; }
  #site-footer .section-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px; }
    #site-footer .section-inner .footer-credits .footer-copyright {
      color: #fff;
      font-family: Arial, Helvetica, "sans-serif";
      font-size: 1.2rem;
      font-weight: 400; }
    #site-footer .section-inner #pagetop-btn {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #046E62;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 60px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 60px; }
@media screen and (max-width: 640px){
      #site-footer .section-inner .footer-credits .footer-copyright {
      font-size: .85rem;padding-left: 15px; }
}
/* ============================================
pageTop | ぺージトップ
============================================ */
#footer #pageTop {
  bottom: 80px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  width: 45px;
  z-index: 3000;
  fill: #4d4d4d;
  stroke: #4d4d4d;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition: all 0.6s; }
  @media screen and (max-width: 640px) {
    #footer #pageTop {
      bottom: auto;
      position: absolute;
      right: 15px;
      top: 20px;
      width: 35px; } }

#footer #pageTop:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9; }

#footer #pageTop.off {
  bottom: -130px; }

#footer #pageTop.on {
  fill: #fff;
  stroke: #fff; }

#footer #pageTop a {
  display: block; }

/* ============================================
#copyright | コピーライト
============================================ */
#copyright {
  margin: 0 auto;
  text-align: center; }

#copyright small {
  color: #fff;
  display: block;
  /*font-family: 'EB Garamond', serif;*/
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11px;
  margin: 0 auto;
  width: auto; }

/*=============================================
*
* ぺージネーション
*
=============================================*/
.pagenationArea .page-numbers {
  border: 1px #666 solid;
  display: inline-block;
  margin: 0 2.5px 10px 2.5px;
  padding: 10px;
  text-decoration: none;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.pagenationArea .page-numbers:hover {
  background: #000;
  color: #fff;
  border: 1px #000 solid;
  margin: 0 2.5px;
  padding: 10px;
  text-decoration: none; }

.pagenationArea .page-numbers.current {
  background: #000;
  color: #fff;
  border: 1px #000 solid;
  margin: 0 2.5px;
  padding: 10px;
  text-decoration: none; }

/*=============================================
*
* ローダー
*
=============================================*/
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 100px; }

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*=============================================
*
*  テーブル
*
=============================================*/
/* ==================================================
  ローディング
================================================== */
.cssload-containerWrap {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.cssload-container {
  left: 50%;
  margin: -20px 0 0 -20px;
  height: 40px;
  top: 50%;
  text-align: center;
  position: absolute;
  width: 40px; }

.cssload-zenith,
.cssload-zenith:after {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.cssload-zenith {
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ==================================================
  ポップアップ
================================================== */
.popupArea {
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 30px 15px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 600;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transition: all .2s; }

.popupArea.on {
  visibility: visible;
  opacity: 1; }

/* グレー背景 */
.grayOutScreen {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transition: all .2s; }

.popupArea .box {
  background: #fff;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  left: 50%;
  max-width: 250px;
  padding: 30px 20px 20px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

/* ボタン */
.popupArea .box .localeArea li {
  margin-bottom: 10px; }

.popupArea .box .localeArea li:last-child {
  margin-bottom: 5px; }

.popupArea .box .localeArea a {
  /*background: url("../images/common/languageIconBK.png") no-repeat left center;
	background-size: 15px;*/
  background: none;
  color: #000;
  font-size: 13px;
  padding-left: 0; }

.popupArea .box .localeArea a.select {
  font-weight: bold; }

/* 閉じるボタン */
.closeBtn {
  background: url("../images/common/closeBtn.png") no-repeat center center;
  background-size: 15px;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 5px;
  text-indent: -9999em;
  top: 5px;
  width: 30px; }

/*=============================================
*
* 
*
=============================================*/
#editor {
  font-size: 62.5%;
  line-height: 1.5; }
  #editor .editor-post-title textarea {
    font-size: 45px; }
  #editor .editor-styles-wrapper > * {
    font-size: 17px; }
  #editor .wp-block-table tr td {
    font-size: 16px; }
  #editor h2 {
    color: #049D8B;
    font-size: 24px; }
  #editor .h-type1 {
    background: url("../assets/editor/h-type1-icon.svg") no-repeat left center;
    padding-left: 30px; }
  #editor .h-type2 {
    background: url("../assets/editor/h-type2-icon.svg") no-repeat left center;
    padding-left: 30px; }
  #editor .h-type4 {
    background: url("../assets/editor/h-type4-icon.svg") no-repeat left center;
    padding-left: 30px; }
  #editor .h-type5 {
    background: url("../assets/editor/h-type5-icon.svg") no-repeat left center;
    padding-left: 30px; }
  #editor .editor-styles-wrapper .wp-block h3 {
    font-size: 19px; }
  #editor .li-type5 {
    list-style: none;
    counter-reset: li-num;
    margin-bottom: 2rem;
    padding: 15px; }
    #editor .li-type5 li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      border: 1px #ccc solid;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px; }
      #editor .li-type5 li::before {
        display: none; }
      #editor .li-type5 li img {
        display: inline-block;
        margin-right: 10px;
        max-width: 65px !important; }
  #editor .li-type10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 2rem;
    padding: 2rem 0; }
    #editor .li-type10 li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 15px 15px 0;
      width: calc(25% - 11.25px); }
      #editor .li-type10 li:nth-child(4n) {
        margin-right: 0; }
      #editor .li-type10 li::before {
        display: none; }
      #editor .li-type10 li a {
        background: url("../images/common/btn-type2.svg") no-repeat right 12.5px center #fff;
        background-size: 10px;
        border: 1px #ccc solid;
        border-radius: 5px;
        display: block;
        padding: 10px;
        text-decoration: none;
        width: 100%; }
      #editor .li-type10 li img {
        display: inline-block;
        margin-right: 10px;
        max-width: 65px !important; }
  #editor .li-type20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0; }
    #editor .li-type20 > li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 15px 7.5px 15px 7.5px;
      width: 33.333%; }
      @media (max-width: 640px) {
        #editor .li-type20 > li {
          padding: 10px;
          width: 50%; } }
      @media (max-width: 500px) {
        #editor .li-type20 > li {
          width: 100%; } }
      #editor .li-type20 > li > ul {
        margin: 0;
        padding: 0; }
        #editor .li-type20 > li > ul > li::before {
          display: none; }
      #editor .li-type20 > li::before {
        display: none; }
      #editor .li-type20 > li a {
        display: block;
        text-decoration: none;
        width: 100%; }
      #editor .li-type20 > li img {
        display: inline-block;
        width: 100% !important; }

html.s-size {
  font-size: 52.5%; }

html.m-size {
  font-size: 62.5%; }

html.l-size {
  font-size: 72.5%; }

/*=============================================
*
* 看護部
*
=============================================*/
.single-section_information.postid-15 #site-header,
.single-section_information.postid-1283 #site-header,
.single-section_information.postid-18 #site-header,
.single-section_information.postid-113 #site-header,
.single-section_information.postid-115 #site-header,
.single-section_information.postid-114 #site-header {
  border-top-color: #E6617B; }

.single-section_information.postid-15 #site-footer,
.single-section_information.postid-15 .footer-nav-widgets-wrapper #footer-sub_menu-content::before,
.single-section_information.postid-1283 #site-footer,
.single-section_information.postid-1283 .footer-nav-widgets-wrapper #footer-sub_menu-content::before,
.single-section_information.postid-18 #site-footer,
.single-section_information.postid-18 .footer-nav-widgets-wrapper #footer-sub_menu-content::before,
.single-section_information.postid-113 #site-footer,
.single-section_information.postid-113 .footer-nav-widgets-wrapper #footer-sub_menu-content::before,
.single-section_information.postid-115 #site-footer,
.single-section_information.postid-115 .footer-nav-widgets-wrapper #footer-sub_menu-content::before,
.single-section_information.postid-114 #site-footer,
.single-section_information.postid-114 .footer-nav-widgets-wrapper #footer-sub_menu-content::before {
  background: #E6617B; }

.single-section_information.postid-15 #site-footer .section-inner #pagetop-btn,
.single-section_information.postid-1283 #site-footer .section-inner #pagetop-btn,
.single-section_information.postid-18 #site-footer .section-inner #pagetop-btn,
.single-section_information.postid-113 #site-footer .section-inner #pagetop-btn,
.single-section_information.postid-115 #site-footer .section-inner #pagetop-btn,
.single-section_information.postid-114 #site-footer .section-inner #pagetop-btn {
  background: #C41334; }

.single-section_information.postid-15 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-1283 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-18 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-113 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-115 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-114 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box {
  border-left-color: #fff; }

.single-section_information.postid-15 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-1283 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-18 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-113 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-115 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box,
.single-section_information.postid-114 .footer-nav-widgets-wrapper #footer-sub_menu-content .inner > ul > li .title-box {
  border-right-color: #fff; }

/*=============================================
*
* 部門のご案内 扉ページ
*
=============================================*/
/*
.post-type-archive-section_information {
  //看護部
  .li-type20 {
    > li {
      &:nth-child(n+1):nth-child(-n+3) {
        background: #FBF0F2;
      }
      &:nth-child(1) {
        border-radius: 10px 0 0 10px;
      } 
      &:nth-child(3) {
        border-radius: 0 10px 10px 0;
      }
      @media (max-width: $sp-max) {
        &:nth-child(1) {
          border-radius: 10px 0 0 0;
        }
        &:nth-child(2) {
          border-radius: 0 10px 10px 0;
        } 
        &:nth-child(3) {
          border-radius: 0 0 10px 10px;
        }
      }
    }
    .text-li-type2 {
      display: block !important;
      li {
        background: url(../images/common/btn-type3.svg) no-repeat left top;
        padding-left: 25px;
        width: 100%;
      }
    }
  }
  .li-type20.li2 {
    > li {
      flex-direction: column;
      background: #f8f1e1 !important;
    }
  }
  
  //カラム
  
}
*/
/*=============================================
*
* 採用情報 扉ページ
*
=============================================*/
/*
.post-type-archive-recruit {
  #site-content {
    .li-type20 {
      > li {
        flex-direction: column;
        display: block;
        &:nth-child(3) {
          @media (max-width: $sp-max) {
            width: 100%;
          }
        }
        &:nth-child(n+2):nth-child(-n+3) {
          align-items: center;
          background: #FBF0F2;
          display: flex;
          flex-wrap: wrap;justify-content: center;
        }
        &:nth-child(2) {
          border-radius: 10px 0 0 10px;
        } 
        &:nth-child(3) {
          border-radius: 0 10px 10px 0;
        }
        @media (max-width: $sp-max) {
          &:nth-child(2) {
            border-radius: 10px 10px 0 0;
          }
          &:nth-child(3) {
            border-radius: 10px 0 10px 10px;
            padding: 20px;
          } 
        }
        > ul {
          display: flex;
          flex-wrap: wrap;
          > li {
            background: url("../images/common/btn-type3.svg") no-repeat left center;
            background-size: 13px;
            padding: 0 10px 0 20px;
            width: 50%;
          }
        }
      }
    }    
  }

}
*/
/*=============================================
*
* 臨床研究（倫理審査委員会
*
=============================================*/
.single-hospital_info.postid-136 .wp-block-table table tr td:nth-child(3), .single-hospital_info.postid-136 .wp-block-table table tr td:nth-child(4), .single-hospital_info.postid-136 .wp-block-table table tr td:nth-child(5) {
  white-space: nowrap; }

/*=============================================
*
* 
オプション オプション検査のご案内
*
=============================================*/
.single-section_information.postid-1921 .wp-block-table table tr td:nth-child(3) {
  white-space: nowrap; }

/*=============================================
*
* ニュース一覧
*
=============================================*/
.post-type-archive-news #news-content .newslist li {
  border-bottom: 1px #ccc solid;
  margin: 0;
  padding: 25px 0; }
  .post-type-archive-news #news-content .newslist li:nth-child(2n) {
    background: #fafafa; }
  .post-type-archive-news #news-content .newslist li > .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .post-type-archive-news #news-content .newslist li .category-name {
    background: #049D8B;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 22.5px 0 0;
    text-align: center;
    width: 85px; }
    @media (max-width: 640px) {
      .post-type-archive-news #news-content .newslist li .category-name {
        font-size: 1.3rem;
        margin-right: 10px; } }
  .post-type-archive-news #news-content .newslist li .category-name.topics {
    background: #fff;
    border: 1px #049D8B solid;
    color: #049D8B; }
  .post-type-archive-news #news-content .newslist li .category-name.other {
    background: #8d8d8d; }
  .post-type-archive-news #news-content .newslist li .data {
    font-family: 'Oswald';
    font-size: 1.6rem;
    margin-right: 50px; }
    @media (max-width: 640px) {
      .post-type-archive-news #news-content .newslist li .data {
        font-size: 1.3rem;
        margin-right: 0; } }
  .post-type-archive-news #news-content .newslist li .title {
    color: #222;
    display: inline-block;
    font-size: 1.5rem;
    padding-right: 18px;
    position: relative;
    width: calc(100% - 240px); }
    @media (max-width: 640px) {
      .post-type-archive-news #news-content .newslist li .title {
        display: block;
        font-size: 1.4rem;
        margin-top: 5px;
        width: 100%; } }
    .post-type-archive-news #news-content .newslist li .title .circleIcon3 {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 15px; }
      @media (max-width: 640px) {
        .post-type-archive-news #news-content .newslist li .title .circleIcon3 {
          display: none; } }
  .post-type-archive-news #news-content .newslist li::before {
    display: none; }

.comments-wrapper {
  margin: 0 auto 1em auto;
  max-width: 1000px; }


#sns_area{
  margin-bottom: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#sns_area .sns{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#sns_area .sns .link{
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  gap:.7rem;
  color: #049D8B;
  font-weight: bold;
  align-items: center;
  font-size: 2rem;
    text-decoration: none!important;
    transition: .3s
}
#sns_area .sns .link:hover{
  opacity: .7
}
#sns_area .sns .link .logo{
  width: 4rem;
}
#sns_area .sns .link .logo img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 640px){
  #sns_area{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sns_area .sns{
    flex-direction: column;
    gap:20px;
      width: auto;
  }
  #sns_area .sns .link{
    width: 100%;
    justify-content: flex-start;
  }
}