@charset "utf-8";
/* CSS Document */
li,p {
	line-height: 1.3;
}
.catLink {
	margin-bottom: 8px;
}
.cr-article {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.cr-article h2 {
  position: relative;
  margin: 2.5em 0 1em;
  padding: 0.7em 1.1em !important;
  background: linear-gradient(90deg, #004073 0%, #1381c8 100%);
  border-left: 6px solid #d11975;
  border-bottom: none !important;
  border-radius: 4px;
  font-size: 1.35em !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff !important;
}

.cr-lead {
  background: #f2f7fb;
  border: 1px solid #cfe0ee;
  border-left: 4px solid #0f6da8;
  border-radius: 8px;
  padding: 1.2em 1.5em;
  margin-bottom: 2em;
  font-size: 1.05em;
}

.cr-card {
  background: #f7fafd;
  border: 1px solid #dce8f2;
  border-radius: 10px;
  padding: 1.2em 1.5em;
  margin: 1.5em 0;
  box-shadow: 0 2px 6px rgba(0,64,115,0.08);
}

.cr-card table,
.cr-card .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table
{
  width: 100%;
  border-collapse: collapse;
}

.cr-card table tr,
.cr-card .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr {
  border-bottom: 1px solid #dce8f2;
}

.cr-card table tr:last-child,
.cr-card .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr:last-child {
  border-bottom: none;
}

.cr-card table td,
.cr-card .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td {
  padding: 0.8em 0.6em;
  vertical-align: top;
	border: none;
}

.cr-card table td:first-child,
.cr-card .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td:first-child {
  width: 5.5em;
  white-space: nowrap;
  font-weight: bold;
  color: #ffffff;
  background: #004073;
  border-radius: 6px;
  text-align: center;
}

.cr-em,
code strong {
  background: linear-gradient(transparent 60%, #ffd0e4 60%);
  font-weight: bold;
  color: #1a1a1a;
  padding: 0 2px;
}

.cr-steps,
ol.wp-block-list
{
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}

.cr-steps li,
ol.wp-block-list li
{
  counter-increment: step;
  position: relative;
  padding: 0.7em 0.8em 0.7em 3em;
  margin-bottom: 0.6em;
  background: #f4f8fc;
  border-left: 3px solid #cfe0ee;
  border-radius: 8px;
}

.cr-steps li::before,
ol.wp-block-list li::before
{
  content: counter(step);
  position: absolute;
  left: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  background: #004073;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
}

.cr-check,
ul.wp-block-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}

.cr-check li,
ul.wp-block-list li{
  position: relative;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: 1px dashed #dce8f2;
}

.cr-check li:last-child,
ul.wp-block-list li:last-child {
  border-bottom: none;
}

.cr-check li::before,
ul.wp-block-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #0f6da8;
  font-weight: bold;
  font-size: 1.1em;
}

.cr-cta {
  background: linear-gradient(135deg, #01253f 0%, #004073 60%, #12406e 100%);
  border: none;
  border-radius: 12px;
  padding: 1.8em 2em;
  margin-top: 3em;
  color: #eef4f9;
  box-shadow: 0 4px 14px rgba(0,64,115,0.25);
}

.cr-cta p {
  color: #eef4f9;
}

.cr-cta h2 {
  background: none !important;
  border-left: none;
  border-bottom: 2px solid #d11975 !important;
  border-radius: 0;
  padding: 0 0 0.4em !important;
  margin-top: 0;
  color: #ffffff !important;
}

.cr-cta .cr-check li {
  border-bottom: 1px dashed rgba(255,255,255,0.25);
  color: #eef4f9;
}

.cr-cta .cr-check li::before {
  color: #ff8ec4;
}

.cr-cta a {
  color: #ffa8d2 !important;
  font-weight: bold;
  text-decoration: underline;
}

.cr-cta a:hover {
  color: #ffffff !important;
}

.cr-article .wp-block-gallery {
	display: block;
	font-size: 0;
}

.cr-article .wp-block-gallery .wp-block-image {
	display: inline-block !important;
	width: 49% !important;
	margin-right: 2% !important;
  background: #f7fafd;
  border: 2px solid #dce8f2;
  border-radius: 10px;
  overflow: hidden;
	margin-bottom: 3% !important;
	box-shadow: 0 2px 6px rgba(0,64,115,0.08);	
}
.wp-block-gallery .wp-block-image:nth-child(2n) {
	margin-right: 0 !important; 
}
.wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
	text-shadow: none !important;
	filter: none !important;
	-webkit-filter: none !important;	
}
.wp-block-gallery .wp-block-image figcaption {
  padding: 0.6em 0.8em !important;
  font-size: 15px !important;
	line-height: 1.3;
  color: #40566b !important;
  text-align: center !important;
  background: #fff !important;
	display: block;
	text-shadow: none !important;
	filter: none !important;
	-webkit-filter: none !important;
	border:2px solid #FFF;
}


/* ---------- アイキャッチはみ出し補正（テーマ側に max-width 指定がないため） ---------- */
.thumbNailBox img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
	.cr-article .wp-block-gallery .wp-block-image {
	  display: block !important;
	  width: 100% !important;
	  margin-right: 0 !important;
	  border: 2px solid #dce8f2;
	  border-radius: 4vw;
	  margin-bottom: 4vw !important;
	}	
}
