@charset "UTF-8";
/*
 Theme Name: コムシスホールディングス健保様
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0.1630648939
Updated: 2021-09-03 15:02:19
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

.sns-btn,  .sns-dif {
	display:none;
}

.entry-content .imfine-hero {
}
.entry-content .imfine-hero .imfine-lead {
	margin-bottom: 0;
	font-weight: 700;
}
.entry-content .imfine-hero .imfine-lead strong {
	padding: 1px 8px;
	margin-right: 4px;
	color: #fff;
	text-align: center;
	background: #e206e2;
	border-radius: 4px;
}
.entry-content .imfine-hero .imfine-title {
	margin-bottom: 0;
	display: inline-block;
	border-bottom: 1px solid #008656;
}
.entry-content .imfine-hero .imfine-tagline {
	margin-bottom: 0;
	margin-top: 6px;
	font-family: 'Quicksand';
	color: #717070;
}

.entry-content h2.articles_header {
	text-align: center;
	font-size: 2.8rem;
}
.entry-content h2.articles_header span {
	display: block;
	font-size:1rem;
}
.entry-content #imfine_index  h3 {
   margin: 1em 1rem 0.3rem;
   padding: 0;
	border-left: 0;
}

@media only screen and (min-width: 1030px) {
	#imfine_index {
		margin: 0;
	}
	#imfine_index .cardtype__article {
		width: 30%;
		margin: 0 0 54px 0;
	}
  .archive .d-5of7{
	  width: 100%;
	  padding-right:0;
	}
	#archive_header {
		margin-right: 0;
	}
	.archive .cardtype {
		justify-content: space-between;
	}
	.archive .cardtype.cf::before {
		content: none;
	}
	.archive .cardtype__article {
		width: 30%;
		margin: 0 0 25px 0;
	}
}

@media only screen and (max-width: 600px) {
	.entry-content .imfine-hero {
		text-align: center;
		margin-bottom: 40px;
	}
	.entry-content .imfine-hero .imfine-lead {
		margin-top: 40px;
	}
	.entry-content h2.articles_header {
		display:none;
	}	
}


