/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

.post h3.sr-art__title {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  background: none !important;
  background-color: transparent !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.post h2.sr-section-title {
  border-bottom: none !important;
  border-top: none !important;
  padding: 0 !important;
  background: none !important;
  background-color: transparent !important;
  margin: 0 !important;
}

.post h3.sr-art__title::before {
  display: none !important;
  content: none !important;
}

.post h3.sr-art__title {
  padding-left: 0 !important;
}

.post h2.sr-section-title::before,
.post h2.sr-section-title::after {
  display: none !important;
  content: none !important;
}

.post h2.sr-section-title {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* sr-steps__title */
.post h2.sr-steps__title::before,
.post h2.sr-steps__title::after {
  display: none !important;
  content: none !important;
}
.post h2.sr-steps__title {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* sr-cta__title */
.post h2.sr-cta__title::before,
.post h2.sr-cta__title::after {
  display: none !important;
  content: none !important;
}
.post h2.sr-cta__title {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}