/* 〇緊急のお知らせ（メイン上） */
.app-top a {
  text-decoration: none !important;
}
.common-accordion-wrap.warning {
  border: solid 2px #fd3c34;
  color: #fd3c34;
}
.common-accordion-wrap.warning .common-accordion-span {
  color: #fd3c34;
}
.common-accordion-wrap.warning .common-accordion-header::after {
  border-top: solid 2px #fd3c34;
  border-right: solid 2px #fd3c34;
}
.common-accordion-header {
  height: 2.25rem;
  max-height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem 0;
  cursor: pointer;
}
.common-accordion-header:hover .common-accordion-span {
  opacity: .7;
}
.common-accordion-header::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  bottom: 0;
  margin: auto;
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  border: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}                        
.common-accordion-header.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.common-accordion-inner {
  display: none;
  padding: 2rem;
}
.common-accordion-inner ul {
  padding-left: 2rem;
}
.common-accordion-inner li {
  padding-bottom: 2rem;
}
.common-accordion-inner li .common-accordion-inner-icon {
  position: relative;
  font-size: 1.4rem;
  color: #333;
}
.common-accordion-inner li .common-accordion-inner-icon:hover {
  text-decoration: underline;
}
.common-accordion-inner-icon::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -2.8rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(/common/images/icon/icn_external.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.common-accordion-inner-pdf::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -2.8rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(/common/images/icon/icn_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* 重要なお知らせのPDFアイコン */
span.pdf:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    margin-left: 6px;
    background: url(/common/images/icon/icn_pdf.png) no-repeat center center / contain;
    vertical-align: middle;
}
span.pdf-size {
    margin-left: 6px;
    font-size: 90%;
    color: #555;
}
@media print, screen and (min-width: 768px) {
  .app-wrap {
    max-width: 1320px;
    margin: auto;
    padding: 0 1.5rem;
    margin-top: 3px;
  }
  .app-top {
    width: 100%;
    border: solid 2px #fd3c34;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 0.4rem;
  }
  .common-accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #fd3c34;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 4rem;
    cursor: pointer;
  }
  .common-accordion-header:hover .common-accordion-span {
    opacity: .6;
  }
  .common-accordion-header::after {
    content: '';
    position: absolute;
    top: 0.3rem;
    bottom: 0;
    margin: auto;
    right: 2rem;
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-top: solid 2px #fd3c34;
    border-right: solid 2px #fd3c34;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .common-accordion-header.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .common-accordion-inner {
    display: none;
  }
  .common-accordion-inner ul {
    padding-left: 2rem;
  }
  .common-accordion-inner li {
    padding-bottom: 2rem;
  }
  .common-accordion-inner li .common-accordion-inner-icon {
    position: relative;
    font-size: 1.4rem;
    color: #333;
  }
  .common-accordion-inner li .common-accordion-inner-icon:hover {
    text-decoration: underline;
  }
  .common-accordion-inner-icon::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -2.8rem;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(/common/images/icon/icn_external.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-accordion-inner-pdf::after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -2.8rem;
    width: 2.6rem;
    height: 2.6rem;
    background-image: url(/common/images/icon/icn_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .common-accordion-header.-btn {
    font-weight: 500;
    line-height: 1.15;
  }
}
.common-accordion-header.-btn {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .app-wrap {
    width: 100%;
    margin: auto;
    border-top: solid 1px #f2f2f2;
    padding-top: 1rem;
  }
  .app-top {
    margin: 0 1.5rem;
    border: solid 1px #fd3c34;
    background: #fff;
    margin-bottom: 1rem;
  }
  .common-accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #fd3c34;
    font-weight: 500;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 2rem;
  }
  .common-accordion-header::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    margin: auto;
    right: 1rem;
    width: 0.7rem;
    height: 0.7rem;
    border: 0px;
    border-top: solid 1px #fd3c34;
    border-right: solid 1px #fd3c34;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .common-accordion-header.open::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .common-accordion-header img {
    width: 1rem;
    height: 1rem;
  }
  .common-accordion-inner {
    display: none;
  }
  .common-accordion-inner ul {
    padding: 1rem 1.5rem;
  }
  .common-accordion-inner li {
    padding-bottom: 2rem;
  }
  .common-accordion-inner .common-accordion-inner-icon {
    position: relative;
    font-size: 1.4rem;
    color: #333;
  }
  .common-accordion-inner .common-accordion-inner-icon:hover {
    text-decoration: underline;
  }
  .common-accordion-inner-icon::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: auto;
    margin: auto;
    right: -2.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(/common/images/icon/icn_external.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .common-accordion-inner-pdf::after {
    content: '';
    position: absolute;
    bottom: 2px;
    margin: auto;
    right: -2.1rem;
    width: 1.9rem;
    height: 1.9rem;
    background-image: url(/common/images/icon/icn_pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* 〇メインビュー */
.key-visual__content {
  display: flex;
  flex-wrap: wrap;
}
.key-visual__text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* キャッチコピーの文字サイズ */
.key-visual__title .inner {
  font-size: 2.2rem;
}
.key-visual__line {
  width: 50%;
  height: 2px;
  background-color: grey;
  margin: 10px auto;
}
.custom-btn.top_btn span::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
/* メインビジュアルの背景画像設定（PC用） */
.bg-image_area {
  background-image: url('/images/kojin_top/background_img.webp');
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  /* メインビジュアルの左記の円 */
  .key-visual__text-content {
    background-color: white;
    border-radius: 50%;
    width: 450px;
    height: 450px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .key-visual__content {
    flex-direction: column;
  }
  .key-visual__text-container,
  .key-visual__image-container {
    flex: 1 100%;
  }
  .key-visual__image-container {
    order: 1;
  }
  .key-visual__text-container {
    order: 2;
  }
  .key-visual__text-content {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  /* メインビジュアルの背景画像設定（SP用） */
  .bg-image_area {
    background-image: url('/images/kojin_top/sp_background_img.webp');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.key-visual__image-container img {
  width: 100%;
  height: auto;
  display: block;
}

a.top_btn {
  display: flex;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  width: 20em;
  height: 4em;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.85s cubic-bezier(.17, .67, .14, .93);
  transform-style: preserve-3d;
  transform-origin: 100% 50%;
  position: relative;
}

a.top_btn:hover {
  transform: rotateX(-90deg);
}

a.top_btn .side {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  width: 20em;
  text-align: center;
  padding: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 5px;
}

a.top_btn .top {
  background: #6eba44;
  color: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 2em);
}

a.top_btn .front {
  background: #004ea2;
  color: #fff;
  transform: translate3d(0, 0, 2em);
}

a.top_btn .btn_arrow {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .lead {
      font-size: 1rem;
  }
  .key-visual__title .inner {
    font-size: 1.8rem;
  }
}
/* ---------- Slickドット表示調整 ---------- */
/* ドットをスライダー内配置 */
.key-visual__dots-wrapper {
  position: absolute;
  bottom: 25%;
  left: 16.5%;
  transform: translateX(-50%);
  z-index: 10;
}
/* slickドット */
.key-visual__dots-wrapper .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
}
/* 各ドットボタン */
.key-visual__dots-wrapper .slick-dots li {
  margin: 0 6px;
}
.key-visual__dots-wrapper .slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #595757;
  border: none;
  padding: 0;
  cursor: pointer;
}
.key-visual__dots-wrapper .slick-dots li.slick-active button {
  background-color: #6eba44;
}
/* テキスト全体に高さを固定（円の中の中心） */
.key-visual__text-content {
  display: flex;
  flex-direction: column;
}

/* キャッチコピー（タイトル）は常に2行分の高さを取る */
.key-visual__title .inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2);
  min-height: calc(1.4em * 2);
  font-weight: 400;
  color: #595757;
}
/* 説明文も常に2行分のスペースを確保 */
.key-visual__detail .lead {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 2);
  min-height: calc(1.5em * 2);
  font-weight: 400;
  color: #595757;
}
/* ボタンを常に同じ位置に配置 */
.arrowbtn-5 a {
  display: inline-block;
  width: 240px;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0px;
  align-self: center;
}
@media (max-width: 767px) {
  .key-visual__dots-wrapper {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
/* ～576px（xs未満） */
@media (max-width: 575.98px) {
}
/* 576px～（sm以上） */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* 768px～（md以上） */
@media (min-width: 768px) and (max-width: 991.98px) {
  .key-visual__dots-wrapper {
    bottom: 12%;
  }
}
/* 992px～（lg以上） */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .key-visual__dots-wrapper {
    bottom: 12%;
  }
}
/* 1200px～（xl以上） */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .key-visual__dots-wrapper {
    bottom: 15%;
  }
}
/* 1400px～（xxl以上） */
@media (min-width: 1400px) {
  .key-visual__dots-wrapper {
    bottom: 25%;
  }
}
/* 〇重要なお知らせ（メイン下） */
.top-contentWrap01>.inner {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 0 40px
}
.top-cardNews {
    background: #f2f3f5;
    border-radius: 10px
}
.top-cardNews>.inner>.list>.title>.inner[class*=glyph-]>.inner {
    padding-left: 1.2rem;
    font-size:1.2rem;
    color: #595757;
}
.top-cardNews>.inner>.list>.title>.inner[class*=glyph-]>.inner::before {
    top: .2em;
    width: 1em;
    height: 1em
}
.top-cardNews>.inner>.list>.title>.icon-link01>.inner::after {
    left: 0
}
.fn-carousel_top .fn-carousel_top_list {
    width: 100vw
}
.fn-carousel_top .fn-carousel_top_ctl {
    position: absolute;
    bottom: 33px;
    left: 30px;
    width: calc(100% - 60px)
}
.fn-carousel_top .fn-carousel_top_ctl .inner {
    display: flex
}
.fn-carousel_top .fn-carousel_top_ctl .inner[aria-hidden=true] {
    display: none
}
@media screen and (min-width: 768px) and (max-width:1024px) {
    .top-contentWrap01>.inner {
      max-width:1024px;
      padding: 0 8px
    }
}
@media screen and (max-width: 767px) {
    .top-contentWrap01>.inner {
      width:100%;
      padding: 0 4.8vw
    } 
    #top-latestNews {
      margin-top: 24px
    }
    .top-cardNews>.inner {
      padding: 10px 20px
    }
    .top-cardNews>.inner>.list>.title {
      display: flex;
      justify-content: space-between;
      align-items: center
    }
    .top-cardNews>.inner>.list>.detail {
      margin-top: 8px
    }
    .fn-carousel_top {
      height: initial;
      height: auto
    }
}
@media screen and (min-width: 768px) {
    .top-cardNews>.inner {
      position: relative;
      padding: 20px 25px;
      padding-right: 9em
    }
    .top-cardNews>.inner>.list {
      display: flex;
      align-items: center;
      font-size: 1.2rem;
    }
    .top-cardNews>.inner>.list>.title {
      flex: 0 0 auto
    }
    .top-cardNews>.inner>.list>.detail {
      margin-left: 30px
    }
}
@media screen and (min-width: 768px) and (max-width:1280px) {
    .fn-carousel_top .fn-carousel_top_list {
      width: 1280px;
      height: 490px
    }
}
@media screen and (max-width: 374px) {
    .top-cardNews>.inner {
      padding: 24px 18px
    }
}

/* 〇ログインボタン */
.login-card {
	border: none;
	border-radius: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
	background-color: white;
}
.login-card .btn {
	width: 100%;
	margin-top: 10px;
	border-radius: 7px;
	border: none;
	padding: 1.3rem;
}
.login-card .additional-info {
	font-size: 14px;
	margin-top: 10px;
}
.login-container {
	background-color: #e9f3fb;
	padding: 20px;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.login-container {
		padding: 10px;
	}
}
.login-block {
	flex: 1;
	min-width: 140px;
	margin: 5px;
	text-align: center;
}
.login-card .additional-info a {
	text-decoration: none;
	color: #004ea2;
}
.login-card .additional-info a:hover {
	text-decoration: underline;
}
.bg-lightblue {
	background-color: #e9f3fb !important;
	border-bottom: 7px solid #e2f1cf;
}
.login-container .row {
	display: flex;
	flex-wrap: wrap;
}
.login-container .col-md-6 {
	display: flex;
}
.login-card {
	flex: 1;
}

/* ボタンのスタイル */
.login-container .btn-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin:0 auto;
	padding: 1rem .5rem;
	border: none;
	border-radius: 5px;
	background-color: #004ea2;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	border: 2px solid #004ea2;
}
.login-container .btn-blue:hover {
	background-color: #fff;
	color: #004ea2 !important;
	border: 2px solid #004ea2;
	font-weight: bold !important;
	text-decoration: none !important;
}
.login-container .btn-green {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin:0 auto;
	padding: 1rem .5rem;
	border: none;
	border-radius: 5px;
	background-color: #6eba44;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	border: 2px solid #6eba44;
}
.login-container .btn-green:hover {
	background-color: #fff;
	color: #6eba44 !important;
	border: 2px solid #6eba44;
	font-weight: bold !important;
	text-decoration: none !important;
}
.login-container .btn-gray {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin:0 auto;
	padding: 1rem .5rem;
	border: none;
	border-radius: 5px;
	background-color: #595757;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	border: 2px solid #595757;
}
.login-container .btn-gray:hover {
	background-color: #fff;
	color: #595757 !important;
	border: 2px solid #595757;
	font-weight: bold !important;
	text-decoration: none !important;
}
.logon-icon__size12 {
	width: 12%;
}
.houjin-icon__size {
	width: 5%;
}
.btn-blue:hover .logon-icon__size12 {
	content: url('/common/images/icon/icon_logon_blue.svg');
}
.btn-green:hover .logon-icon__size12 {
	content: url('/common/images/icon/icon_logon_green.svg');
}
.btn-gray:hover .houjin-icon__size {
	content: url('/common/images/icon/icon_corporate_gray.svg');
}
.mt-08 {
	margin-top: 0.8rem !important;
}

.tkb_gray {
    color: #595757 !important;
}

/* 〇pickup */
.card {
  border-radius: 15px;
  overflow: hidden;
  background:#fff;
  color: #004ea2;
}
.card-img-top {
  border-radius: 15px 15px 0 0;
}
.card-body {
  text-align: center;
}
.icon {
  font-size: 24px;
  margin-top: 10px;
}
.card-title{
  font-size: 1.2em;
  height: 2.4rem;
  font-weight: bold;
}
.card-text{
  font-size: 1rem;
  height: 6rem;
  text-align: left;
}
.pickup_card:hover{
  opacity: .7;
}
/* 〇service */
.service-card {
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
  text-align: center;
  margin: 10px 0;
  background-color: #fff;
  padding: 30px;
}
.service-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.service-card p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.bg_lightblue--service {
  background: linear-gradient(to bottom, #fff 10px, #e9f3fb 250px, #e9f3fb 73%);
  border-bottom: 7px solid #e2f1cf;
}
.service-card {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #004ea2;
  --box-shadow-color: rgba(28, 88, 166, 0.2);
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.service-card:hover {
  background-color: #1a4999;
}
.service-card:hover p {
  color: #fff;
}
.service-card p {
  font-size: 16px;
  font-weight: bold;
  color: #595757;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-card p {
    font-size: 15px;
  }
  .font-size13 {
    font-size: 13px;
  }
}
.service-card2 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  margin-top: 1rem;
}
.service-card2:hover {
  background-color: #6eba44;
}
.p_13 {
  padding: 1.3rem
}
.service-card2 p {
  color: #595757;
}
.service-card2:hover p {
  color: #fff;
}
.arrow::after {
    content: ' >';
    font-weight: bold;
    margin-left: .8rem;
    transition: margin-left 0.2s ease;
}
.hover-switch-image img.img-hover {
    display: none;
}
.hover-switch-image:hover img.img-default {
    display: none;
}
.hover-switch-image:hover img.img-hover {
    display: inline;
}
 /* お知らせ */
.newsBlock {
	display: flex;
	justify-content: center;
}
.newsBlock > .col {
	width: 50%;
	max-width: 645px;
	padding: 0 0 22px;
}
.newsBlock > .col:nth-of-type(1) {
	padding-right: 70px;
}
.newsBlock > .col:nth-of-type(2) {
	border-left: 1px solid #e0e0e0;
	padding-left: 69px;
}
.newsBlock .newsTabBoxWrap {
	position: relative;
}
.newsBlock .newsTabBoxWrap .tabTtl {
	display: flex;
	padding-bottom: 10px;
}
.newsBlock .newsTabBoxWrap .tabTtl li {
	flex: 1;
}
.newsBlock .newsTabBoxWrap .tabTtl li + li {
	padding-left: 1px;
}
.newsBlock .newsTabBoxWrap .tabTtl li a {
	background-color: #e9f3fb;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 70px;
}
.newsBlock .newsTabBoxWrap .tabTtl li .selected,
.newsBlock .newsTabBoxWrap .tabTtl li a:hover {
	background-color: #004ea2;
	color: #fff;
}
.newsBlock .newsTabBoxWrap .tabTtl li .selected:after,
.newsBlock .newsTabBoxWrap .tabTtl li a:hover:after {
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #004ea2 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: -14px;
	position: absolute;
	left: 50%;
	top: 100%;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap {
	margin-top: 10px;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap > div {
	display: none;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap > div:first-child {
	display: block;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList {
	border-top: 1px solid #e0e0e0;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li {
	border-bottom: 1px solid #e0e0e0;
	padding: .5rem 1rem;
  height: 6rem;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap {
	position: relative;
	margin-bottom: 8px;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li.new .dateWrap:after {
	background-color: #fd3c34;
	content: "NEW";
	color: #fff;
	display: inline-block;
	font-size: 12px;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li.ended .dateWrap:after {
	background-color: #595757;
	content: "終了";
	color: #fff;
	display: inline-block;
	font-size: 12px;
	width: 32px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap .date {
	color: #595757;
	display: inline-block;
	margin-right: 20px;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap .category {
	border: 1px solid #000;
	display: inline-block;
	font-size: 12px;
	width: 60px;
	height: 18px;
	line-height: 16px;
	margin-right: 10px;
	text-align: center;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap .category01 {
	border-color: #bf6be3;
	color: #bf6be3;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap .category02 {
	border-color: #e3a754;
	color: #e3a754;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap .category03 {
	border-color: #004ea2;
	color: #004ea2;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li .dateWrap .category04 {
	border-color: #6eba44;
	color: #6eba44;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li a {
	color: #595757;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	vertical-align: middle;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li a.pdf:after {
	background-image: url(/common/images/icon/icn_pdf.png);
	width: 17px;
	height: 20px;
	margin-left: 5px;
}
@media screen and (max-width: 767px){
.newsBlock {
	display: block;
	padding: 15px 0 20px;
}
.newsBlock > .col:nth-of-type(1),
.newsBlock > .col {
	width: 100%;
	padding: 0 15px;
}
.newsBlock > .col:nth-of-type(2) {
	border-top: 1px solid #e0e0e0;
	border-left: none;
	margin-top: 35px;
	padding: 25px 16px 0;
}
.newsBlock .ttlNews {
	margin-bottom: 27px;
	text-align: center;
}
.newsBlock .ttlNews .jpTtl {
	font-size: 28px;
}
.newsBlock .ttlNews .enTtl {
	margin-top: 10px;
}
.newsBlock .newsTabBoxWrap .tabTtl li a {
	font-size: 12px;
	height: 56px;
}
.newsBlock .newsTabBoxWrap .tabContentsWrap .newsList li {
	/* padding: 15px 10px; */
  padding: 0.75rem;
  height: 8rem;
}
}
/* 〇SNS */
.social-icon {
	height: 50px;
	width: auto;
}
.social-container {
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-item {
	margin: 0 15px;
	text-align: center;
}
/* 〇guideloop */
#guideloop .guideloop_slider{
    max-width: 950px;
    margin: 0 auto;
}
/* slick */
#pickupblock .slick-prev,
#pickupblock .slick-next,
#guideloop .slick-prev,
#guideloop .slick-next{
  width: 55px !important;
}
#pickupblock .slick-prev,
#guideloop .slick-prev{
  left: -65px !important;
}
#pickupblock .slick-next,
#guideloop .slick-next{
  right: -65px !important;
}