b,
strong {
  -webkit-text-stroke: 0.4px;
}

.breadcrumbs a::after {
  display: none;
}

.post-pagination li.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.single .pagetitle h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: 10px 0 0;
}

.entry-content .single-heading {
  border-bottom: 1px solid #ccc;
  color: #e60039;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0 0 10px;
}

.entry-content h2 {
  border-left: 5px solid #e60039;
  border-bottom: none;
  font-size: 28px;
  margin: 30px 0;
  padding: 0 0 0 15px;
  color: inherit;
  line-height: 1.5;
}

.entry-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 30px;
  border: none;
  padding: 0 0 10px;
  line-height: 2;
  color: #e60039;
  border-bottom: 1px solid #ccc;
}
.entry-content h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 25px 0 5px;
	padding: 0 0 0 15px;
	border-left: 5px solid #ffcccc;
}
.entry-content h5 {
  font-weight: bold;
	background: #eee;
	padding: 10px 15px;
	margin: 25px 0;
}
.entry-content h6 {
  font-weight: bold;
	border-bottom: 1px dashed #ccc;
}

.contents > .container > p:not(:first-child) {
  margin-top: 15px;
}

.notice {
  color: #e60039;
  margin: 25px 0 0;
/*  padding: 25px 0 0; */
/*  border-top: 1px solid #ccc; */
}

.entry-content a {
  text-decoration: underline;
  transition: 0.2s all;
}

.entry-content a:hover {
  text-decoration: none;
}
.entry-content .wp-block-image {
	margin-top: 30px;
	margin-bottom: 30px;
}
.entry-content .wp-block-buttons {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single .pagetitle h2 {
    font-size: 28px;
  }

  .entry-content .single-heading {
    font-size: 28px;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
	

.entry-content h2 {
  font-size: 24px;
	}
	.entry-content h3 {
  font-size: 22px;
	}
	.seido-box h4 {
	font-size: 18px !important;

	}

  .notice {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
}

.pagetitle .page-heading {
  font-size: 60px;
  line-height: 1.2;
  margin: 10px 0 0;
}

.contents .archive-heading {
  color: #e60039;
  font-size: 36px;
  font-weight: bold;
	line-height: 1.3;
  margin: 0 0 40px;
  padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.contents .archive-heading2 {
  color: inherit;
  border-bottom: 5px solid #e60039;
	border-left: 0px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 50px 0 25px;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .pagetitle .page-heading {
    font-size: 36px;
  }
  .contents .archive-heading {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .contents .archive-heading2 {
    border-bottom: 3px solid #e60039;
    font-size: 20px;
  }
}



/* 悩みに寄り添うケアサポート > がん患者団体・がん患者支援団体 */
.dantai-box {
	
}
.dantai-box h3 {
	border:none;
	margin-bottom: 0;
}
.dantai-box th {
	width:25%;
	background: #eee;
	font-weight: normal;
}

/* 悩みに寄り添うケアサポート > 公的支援制度 */
.seido-box {
	
}
.seido-box h2 {
	margin: 100px 0 25px !important;
}
.seido-box h3 {
	border:none;
	margin-bottom: 0px;
}


.seido-box ul,
.seido-box ol {
  
}
.seido-name {
	color:#e60039;
}
.seido-list {
	background:#eee;
	border-radius: 10px;
	padding:15px 25px;
	margin: 15px 0 30px !important;
}

.seido-detail-txt {
	font-size: 0.8em;
	line-height: 150% !important;
}
.seido-box table {
	margin-bottom: 25px !important;
}
.seido-box th {
	width:25%;
	background: #eee;
	font-weight: normal;
}


/* ページトップボタン */
html {
  scroll-behavior: smooth; /* スムーズなスクロール */
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #e60039;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

