@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/CT出し分け
------------------------------ */
@media (min-width: 1024px) {
  .t-sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .t-pc {
    display: none !important;
  }
}
/* PC/SP出し分け
------------------------------ */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 共通アニメーション
------------------------------ */
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

main {
  margin-top: 120px;
}
@media (max-width: 1023px) {
  main {
    margin-top: 52px;
  }
}

section .contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section .contents {
    width: 90%;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

/* フォーム
-----------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type="date"],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* パンくず
-----------------------------------*/
/*.b-nv {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;

	@include mq(max, tb) {
		display: none;
	}

	ul {
		display: flex;
		justify-content: flex-start;
		padding: 16px 0;

		li {
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-right: 8px;
			line-height: 1;

			a {
				margin-right: 8px;
			}

			&::after {
				content: '';
				display: block;
				@include arrow(8px, $color1, right, 1px);
			}

			&:last-child::after {
				content: none;
			}
		}
	}
}*/
/* タイトル
-----------------------------------*/
.title-area {
  position: relative;
  margin-bottom: 120px;
  padding: min(160px, 11.713vw) 0 min(118px, 8.638vw); /*160/1366*/ /*118/1366*/
  background: url(/images/common/title_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .title-area {
    margin-bottom: 56px;
    padding: 64px 0 48px;
    background: url(/images/common/title_bg01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.title-area .pnkz {
  position: absolute;
  top: 16px;
}
@media (max-width: 767px) {
  .title-area .pnkz {
    display: none;
  }
}
.title-area .pnkz ul {
  display: flex;
  gap: 4px 16px;
  color: #fff;
}
.title-area .pnkz ul li + li:before {
  content: ">";
  margin-right: 16px;
}
.title-area .pnkz ul a {
  color: #fff;
}
.title-area .heading-title {
  margin-bottom: 0;
  font-size: clamp(32px, 5.3333333333vw, 64px);
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  .title-area .heading-title {
    font-size: clamp(20px, 8.5333333333vw, 32px);
  }
}
.title-area .heading-title span {
  display: block;
  margin-bottom: 24px;
  font-size: clamp(16px, 2vw, 24px);
  color: #fff;
  opacity: 0.7;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .title-area .heading-title span {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

.heading01 {
  margin: 140px 0 64px;
  font-size: 40px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
.heading01::first-letter {
  color: #4295e0;
}
.heading01.type02::first-letter {
  color: #b4351b;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 72px 0 42px;
    font-size: 28px;
  }
}

.heading02 {
  position: relative;
  margin: 64px 0 32px;
  padding-left: 24px;
  font-size: 28px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 40px 0 20px;
    font-size: 20px;
  }
}
.heading02::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 16px;
  height: 4px;
  margin-top: -0.5em;
  background-color: #4295e0;
}
@media (max-width: 767px) {
  .heading02::before {
    width: 14px;
  }
}
.heading02.type02::before {
  background-color: #b4351b;
}

.heading03 {
  margin: 48px 0 20px;
  font-size: 24px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading03 {
    margin: 24px 0 16px;
    font-size: 16px;
  }
}

.heading04 {
  margin: 32px 0 16px;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading04 {
    margin: 24px 0 16px;
    font-size: 14px;
  }
}

.bg-gray {
  padding-bottom: 112px;
  background-color: #f7f8f9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bg-gray {
    padding-bottom: 88px;
  }
}

.bg-blue {
  padding-bottom: 112px;
  background-color: #f7f8f9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bg-blue {
    padding-bottom: 88px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-txt {
  color: #333;
  text-decoration: none;
  line-height: 1;
}
.link-txt::after {
  content: "";
  display: inline-block;
  margin-left: 24px;
  border-color: #004aad;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  position: relative;
  display: inline-block;
  min-width: 318px;
  border-radius: 32px;
  background: linear-gradient(90deg, #1d49a7 30%, #4295e0 100%);
  color: #fff;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt {
    min-width: 240px;
  }
}
.com-bt > span,
.com-bt input {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 40px;
  margin: 0 auto;
  background: transparent;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.com-bt span > img {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .com-bt > span,
  .com-bt input {
    padding: 16px 32px;
    font-size: 14px;
  }
}
.com-bt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.5s all;
  background: linear-gradient(90deg, #4295e0 30%, #1d49a7 100%);
  z-index: 1;
}
.com-bt:hover {
  color: #fff;
  text-decoration: none;
}
.com-bt:hover input {
  color: #fff;
}
.com-bt:hover::after {
  width: 100%;
}
.com-bt:hover img {
  opacity: 1 !important;
}
.com-bt.next {
  position: relative;
}
.com-bt.next::before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  margin-top: -6.5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 9px;
  vertical-align: middle;
  width: 9px;
  transform: rotate(-45deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt.next::before {
    right: 16px;
  }
}
.com-bt.prev {
  position: relative;
}
.com-bt.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  top: 50%;
  margin-top: -6.5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 9px;
  vertical-align: middle;
  width: 9px;
  transform: rotate(135deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt.prev::before {
    left: 16px;
  }
}

/* input指定の際の調整 */
span.com-bt > span {
  padding: 0;
}

button.com-bt {
  padding: 0;
  background: linear-gradient(90deg, #1d49a7 30%, #4295e0 100%);
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  button.com-bt {
    font-size: 14px;
  }
}

.com-bt02 {
  position: relative;
  display: inline-block;
  min-width: 318px;
  border-radius: 32px;
  background: linear-gradient(90deg, #638195 30%, #a4cae0 100%);
  color: #fff;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .com-bt02 {
    min-width: 240px;
  }
}
.com-bt02 > span,
.com-bt02 input {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 40px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt02 > span,
  .com-bt02 input {
    padding: 16px 32px;
    font-size: 14px;
  }
}
.com-bt02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.5s all;
  background: linear-gradient(90deg, #a4cae0 30%, #638195 100%);
  z-index: 1;
}
.com-bt02:hover {
  color: #fff;
  text-decoration: none;
}
.com-bt02:hover input {
  color: #fff;
}
.com-bt02:hover::after {
  width: 100%;
}
.com-bt02:hover img {
  opacity: 1 !important;
}
.com-bt02.next {
  position: relative;
}
.com-bt02.next::before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  margin-top: -6.5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 9px;
  vertical-align: middle;
  width: 9px;
  transform: rotate(-45deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt02.next::before {
    right: 16px;
  }
}
.com-bt02.prev {
  position: relative;
}
.com-bt02.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  top: 50%;
  margin-top: -6.5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 9px;
  vertical-align: middle;
  width: 9px;
  transform: rotate(135deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .com-bt02.prev::before {
    left: 16px;
  }
}

/* input指定の際の調整 */
span.com-bt02 > span {
  padding: 0;
}

button.com-bt02 {
  padding: 0;
  background: linear-gradient(90deg, #638195 30%, #a4cae0 100%);
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  cursor: pointer;
}
button.com-bt02:hover {
  color: #fff;
}
@media (max-width: 767px) {
  button.com-bt02 {
    font-size: 14px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* 横並び
-----------------------------------*/
.com-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.com-wrap .img {
  width: 48%;
}
.com-wrap .txt {
  width: 48%;
}
.com-wrap.txt-left {
  flex-direction: row-reverse;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-col2 li {
  width: 48%;
  margin-bottom: 24px;
}
.list-col2 li:nth-child(even) {
  margin-left: 4%;
}

.list-col3 li {
  width: 32%;
  margin-bottom: 16px;
  margin-right: 2%;
}
.list-col3 li:nth-child(3n) {
  margin-right: 0;
}

.list-col4 li {
  width: 24%;
  margin-bottom: 16px;
  margin-right: 1.333%;
}
.list-col4 li:nth-child(4n) {
  margin-right: 0;
}

/* タブ切り替え
-----------------------------------*/
.tab {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
.tab li {
  padding: 16px 24px;
  background-color: #cecece;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.tab li:hover,
.tab li.active {
  background-color: #aaa;
  color: #fff;
}

.tab-cts {
  padding: 16px;
  border: 1px solid #aaa;
}
.tab-cts.disnon {
  display: none;
}

/* アコーディオン
-----------------------------------*/
.ac-menu {
  position: relative;
  margin-top: 24px;
  padding: 16px 64px 16px 24px;
  border: 1px solid #cecece;
  line-height: 1;
  font-family: "NotoSansJP-Bold", sans-serif;
  cursor: pointer;
}
.ac-menu::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #cecece transparent;
}
.ac-menu.open::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px calc(24px / 2) 0 calc(24px / 2);
  border-color: #cecece transparent transparent transparent;
}

.ac-cts {
  display: none;
  padding: 16px 24px;
  background-color: #cecece;
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  padding: 24px;
  border: solid 1px #ddd;
  background-color: #f7f8f9;
  color: #1d49a7;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .table th {
    padding: 12px;
  }
}
.table td {
  padding: 24px;
  border: solid 1px #ddd;
}
@media (max-width: 767px) {
  .table td {
    padding: 12px;
  }
}

/* ニュース一覧
-----------------------------------*/
.list-news li {
  padding: 20px 16px 0;
}
@media (max-width: 767px) {
  .list-news li {
    padding: 20px 8px 0;
  }
}
.list-news li:last-child {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .list-news li:last-child {
    padding-bottom: 16px;
  }
}
.list-news li a {
  position: relative;
  display: block;
  padding-bottom: 16px;
  padding-right: 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #666;
  overflow: hidden;
}
.list-news li a figure {
  width: 204px;
  float: left;
  text-align: center;
  margin-right: 16px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .list-news li a figure {
    width: 35%;
    margin-right: 0;
    padding-right: 8px;
  }
}
.list-news li a figure img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-news li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  bottom: 16px;
  border-color: #1d49a7;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .list-news li a::after {
    top: auto;
    bottom: 24px;
  }
}
.list-news li a:hover {
  color: #aaa;
  text-decoration: none;
}
.list-news li .wrap {
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* .list-news li .wrap {
    display: block;
    width: 62%;
    float: right;
  } */
}
.list-news li .date {
  width: 150px;
  color: #666;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .list-news li .date {
    width: 100%;
  }
}
.list-news li .label {
  width: 164px;
  padding: 0 8px;
  border: 1px solid #989898;
  border-radius: 16px;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 28px;
}
@media (max-width: 767px) {
  .list-news li .label {
    margin-top: 8px;
  }
}
.list-news li .title {
  padding-left: 220px;
  font-family: "NotoSansJP-Bold", sans-serif;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .list-news li .title {
    /*width: 100%;
    padding-left: 0;*/
    padding-left: 38%;
    /* clear: both; */
  }
}
.list-news li.type-yachiyo {
  background-color: #f8fbff;
}
.list-news li.type-genzei {
  background: #fdfaf9;
}
.list-news li.type-genzei a::after {
  border-color: #b4351b;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0 88px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 32px 0 64px;
    line-height: 32px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  width: 48px;
  margin: 0 8px 2px;
  border-radius: 50%;
  border: 1px solid #1d49a7;
  color: #333;
  text-decoration: none;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span.current {
    margin: 0 2px 2px;
    width: 34px;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #1d49a7;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: -6px auto 0;
  border-color: #1d49a7;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  transform: rotate(135deg);
}
.wp-pagenavi .previouspostslink:hover::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  transform: rotate(135deg);
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: -4px auto 0;
  border-color: #1d49a7;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  transform: rotate(-45deg);
}
.wp-pagenavi .nextpostslink:hover::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  vertical-align: middle;
  width: 10px;
  transform: rotate(-45deg);
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header .entry-title {
  margin: 0;
}
.entry-detail .entry-header .entry-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
.entry-detail .entry-header .entry-meta .date {
  width: 180px;
  color: #666;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .date {
    width: 150px;
  }
}
.entry-detail .entry-header .entry-meta .label {
  width: 164px;
  padding: 0 8px;
  border: 1px solid #989898;
  border-radius: 16px;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 28px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .label {
    margin-top: 8px;
  }
}
.entry-detail .entry-content {
  margin: 24px 0;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 767px) {
  .entry-detail .entry-content {
    padding: 16px;
    margin: 16px 0;
  }
}
.entry-detail .btn-area {
  margin: 88px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .btn-area {
    margin: 40px 0;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-content {
  /* 投稿画像 */
}
.entry-detail .entry-content p {
  margin: 1em 0;
}
.entry-detail .entry-content h1 {
  position: relative;
  margin: 64px 0 32px;
  padding-left: 24px;
  font-size: 28px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 40px 0 20px;
    font-size: 20px;
  }
}
.entry-detail .entry-content h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  width: 16px;
  height: 4px;
  margin-top: -0.5em;
  background-color: #4295e0;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1::before {
    width: 14px;
  }
}
.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 22px;
  }
}
.entry-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.entry-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.entry-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 14px;
  }
}
.entry-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-detail .entry-content table th {
  padding: 16px;
  border: solid 1px #ddd;
  font-family: "NotoSansJP-Bold", sans-serif;
  background-color: #ecf8fe;
  color: #1d49a7;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content table td {
  padding: 16px;
  border: solid 1px #ddd;
  background-color: #fff;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */
.u-display-none {
  display: none;
}
.p-don_vol .com-bt {
  min-width: 160px;
}
.p-don_vol .com-bt {
  margin-bottom: 12px;
  display: block;
	width: 100%;
}
@media (max-width: 767px) {
  .p-don_vol .com-bt {
    width: 100%;
  }
}
