/*
Theme Name: LifeProducers
Theme URI: https://life-partners.co.jp/
Description: Life Producers Wordpressテーマ
Author: koge
Author URI: https://nikko-lab.com/
Template: arkhe
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* header */
.l-header[data-pcfix="1"] {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.has-image>.c-headLogo {
	transition: 0.3s;
}
html[data-scrolled="true"] .has-image>.c-headLogo {
	height: 50px;
	font-size: 50px;
}

body.blog .l-main, body.single .l-content {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}


.l-header__body {
	max-width: 1200px;
	margin: 0 auto 0;
}

.c-gnav__li>.c-gnav__a {
	padding: 0;
}
.c-gnav .__mainText, .c-gnav .__subText {
	font-weight: 600;
	border-right: 1px solid var(--ark-color--text);
	padding: 0 1.25rem;
}
.c-gnav li:nth-child(4) .__mainText {
	border: none;
}

.c-gnav .header-contact_Btn a span {
	background-color: var(--ark-color_main);
	color: #fff !important;
	padding: 0.5rem 1rem;
	display: flex !important;
	align-items: center;
	opacity: 1;
	transition: 0.3s;
}
.header-contact_Btn a:hover span {
	opacity: 0.8;
}

.c-gnav a span {
	display: inline-block;
	position: relative;
}
.c-gnav a span:before {
  background: var(--ark-color_main);
  content: '';
  width: calc(100% - 2rem);
  height: 2px;
  position: absolute;
  left: 1rem;
  bottom: -15px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-gnav a:hover span:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-gnav .header-contact_Btn a span:before {
	content: none;
}



.c-postMetas__icon {
	display: none;
}


.home-organizer_Voice, .home-customer_Voice {
	margin-top: 3rem;
}
.hov-item {
	margin-top: 1.5rem;
	background-color: #fff;
	padding: 1.5rem 2rem;
	text-align: justify;
}

/* seminar */
.seminar-info_Box {
	background-color: #f2f4f6;
	padding: 3rem;
	margin-top: 1.5rem;
}
.seminar-info_Box .seminar-toptitle {
	text-align: center;
	font-weight: 600;
}
.seminar-info_Box .seminar-maintitle {
	text-align: center;
	margin-top: 0.25rem;
}
.seminar-info_Box .seminar-subtitle {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
}

.seminar-table {
	margin-top: 3rem;
	border: 2px solid var(--ark-color_main);
}
.seminar-table th, .seminar-table td {
	border-color: var(--ark-color_main);
}
.seminar-table th {
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	width: 8em;
}

.other-table table {
	border: 2px solid var(--ark-color_main);
}
.other-table th:first-child, .other-table th:nth-child(2) {
	border-right: 1px solid #fff !important;
}


.wpcf7-spinner {
	display: block;
	margin: auto;
	text-align: ;
}
/* footer */




body {
	-webkit-font-smoothing: antialiased;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 782px) {
	.seminar-info_Box {
		padding: 1rem;
	}
	.seminar-info_Box .seminar-maintitle {
		font-size: 1.5rem;
	}
	.seminar-info_Box .seminar-subtitle {
		font-size: 1.05rem;
	}
	.seminar-table th, .seminar-table td {
		display: block;
	}
	.seminar-table th {
		width: 100%;
	}
	.seminar-table td {
		border-bottom-width: 2px;
	}

}


/* other */

.dispPC { display: block; }
.dispSP { display: none; }

@media screen and (max-width: 782px) {

	.dispPC { display: none; }
	.dispSP { display: block; }
}