@charset "utf-8";
/* =固定ページのみに適用されます
-------------------------------------------------------------- */
.to-back {
	margin-top: 50px;
	font-size: 1.6rem;
	text-align: center;
}

.l-flex-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.l-flex-container .l-flex-box {
	padding: 0 50px;
}
.l-flex-container .l-flex-box:first-child {
	padding-left: 0;
}
.l-flex-container .l-flex-box:last-child {
	padding-right: 0;
}
.l-flex-container .l-flex-box + .l-flex-box {
	border-left: 1px solid var(--light-gray);
}
.l-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.l-row .l-col-half {
	width: 50%;
}

/* = お問い合わせ
-------------------------------------------------------------- */
.required {
	color: #9d1d22;
}

@media screen and (max-width: 1000px) {
	#contact_thanks .entry-content p {
		font-size: 1.5rem;
	}
}


/* =new item
-------------------------------------------------------------- */
body#new-item .cat-item-group .ttl-box {
	padding-top: 0;
}
body#new-item .cat-item-group + .cat-item-group {
	margin-top: 20px;
}

/* =about
-------------------------------------------------------------- */
#about-exmoney {}
#about-exmoney .img-box {
	text-align: left;
}
#about-exmoney .img-box {
	text-align: left;
}
#about-exmoney table.exmoney {
	table-layout: fixed;
	width: 100%;
}
#about-exmoney table.exmoney th {
	width: 50%;
	text-align: left;
}
#about-exmoney table.exmoney th + th {
	border-left: 2px solid var(--main-bg);
	text-align: right;
}
#about-exmoney table.exmoney td {
	text-align: right;
}

/* =大学・研究機関の方へ for reseearch 
-------------------------------------------------------------- */
body#for-research .entry-content .txt-box {
	margin-top: 45px;
}
body#for-research .entry-content .txt-box strong {
	font-weight: 600;
	display: inline;
	text-decoration: underline;
	text-underline-offset: 0.33em;
	text-decoration-thickness: 1px;
}
body#for-research .step-box-container {
	margin-top: 20px;
}
body#for-research .step-box {
	position: relative;
	padding: 15px 15px 15px 100px;
}
body#for-research .step-box .step-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 80px;
	height: 80px;
	background-color: var(--white);
	border-radius: 50%;
}
body#for-research .step-box .step-icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
body#for-research .step-box .step-icon-cart img {
	width: 32px;
	height: 32px;
}
body#for-research .step-box .step-icon-document img {
	width: 27px;
	height: 32px;
}
body#for-research .step-box .step-icon-money img {
	width: 41px;
	height: 24px;
}
body#for-research .step-box h3 {
	margin: 0 0 10px;
	padding: 0;
	font-family: "Figtree", serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
	font-size: 2.4rem;
}
body#for-research .step-box h3::before {
	display: none;
}
body#for-research .step-box p {
	margin: 0;
}

body#for-research .l-flex-container {
	margin-top: 50px;
}
body#for-research .l-flex-box:first-child {
	flex-grow: 2;
}
body#for-research .l-flex-box h3 {
	margin: 0 0 10px;
}
body#for-research .l-row {
	padding: 20px 0;
}
body#for-research .l-row .l-col li {
	margin: 0;
	white-space: nowrap;
	line-height: 2;
}

body#for-research .item-group-sec {
	margin-top: 60px;
	padding: 20px 0 40px;
	border-top: 1px solid #111;
}
body#for-research .item-group-sec .ttl {
	font-size: 3.2rem;
	margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
	body#for-research .l-flex-container {
		display: block;
	}
	body#for-research .l-flex-container .l-flex-box {
		padding: 0;
		border: 0;
	}
	body#for-research .l-flex-container .l-flex-box + .l-flex-box {
		margin-top: 30px;
	}
	body#for-research .item-group-sec .ttl {
		font-size: 2.8rem;
	}
}


/* =リンク Link
-------------------------------------------------------------- */
body#link #link-list {
	margin: 40px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	align-items: start;
	justify-content: start;
}
body#link #link-list dl {
	box-sizing: border-box;
	max-width: 352px;
	width: 32%;
	display: flex;
	flex-direction: column;
  margin: 0;
	padding: 30px 20px;
	font-size: 1.6rem;
	background-color: var(--white);
	text-align: left;
	overflow: hidden;
}
body#link #link-list dt,
body#link #link-list dd {
	margin: 0;
	padding: 0;
}
body#link #link-list dt {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 90px;
	margin-bottom: 20px;
	text-align: center;
}
body#link #link-list dd a {
	display: block;
	text-decoration: none;
}
body#link #link-list dd a.link-ttl {
	font-size: 2rem;
	margin-bottom: 10px;
}
body#link #link-list dd a.link-url {
	word-break: break-all;
	color: var(--blue);
}
body#link #link-list dd p {
	margin: 10px 0 0;
}
@media screen and (max-width: 1000px) {
	body#link #link-list {
		gap: 20px;
	}
	body#link #link-list dl {
		width: 290px;
	}
}

/* = ContactForm7 (in .entry-content)
-------------------------------------------------------------- */
body#contact .entry-content {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
.required {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.3rem;
	color: #EB4747;
}

.cfm-item-container {
	margin-top: 30px;
	font-size: 1.6rem;
}
.cfm-item-head {
	padding: 10px 0;
}
.cfm-item-body {
	padding: 0 0 10px;
}
.wpcf7-not-valid-tip {
	margin-top: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 label:hover {
	cursor: pointer;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
	box-sizing: border-box;
	box-shadow: none;
	width: 100%;
	padding: 10px 12px;
	font-size: 1.6rem;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #DEDEDE;
	vertical-align: middle;
}
.wpcf7-radio {
	padding-left: 25px;
}
.wpcf7-radio .wpcf7-list-item {
	margin-left: 60px;
}
.wpcf7-radio .wpcf7-list-item.first {
	margin-left: 15px;
}

.wpcf7-submit[type="submit"] {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	padding: 24px 10px;
	font-size: 1.6rem;
	color: #fff;
	background: #000;
	border-radius: 0;
	border: none;
	vertical-align: top;
}
.wpcf7-submit[type="submit"]:hover {
	transition: 0.5s;
	opacity: 0.7;
}

.wpcf7 img.ajax-loader, 
.wpcf7 .wpcf7-spinner {
	display: block;
	margin: 4px auto!important;
}

.wpcf7 input[type="radio"] {
	position: absolute;
	display: none;
	width: 100%;
	padding: 0;
}

.wpcf7 input[type="radio"]+span {
	position: relative;
}

.wpcf7 input[type="radio"]+span::before {
	content: "";
	position: absolute;
	top: calc(50% - 13px);
	left: -40px;
	display: block;
	width: 26px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #969696;
	border-radius: 50%;
	cursor: pointer;
}

.wpcf7 input[type="radio"]:checked+span::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: -32px;
	display: block;
	width: 11px;
	height: 11px;
	background-color: #333333;
	border-radius: 50%;
	cursor: pointer;
}
.wpcf7-acceptance {
	display: block;
	text-align: center;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance input {
	display: none;
}
.wpcf7 input[type="checkbox"]+span {
	position: relative;
	display: block;
}
.wpcf7 input[type="checkbox"]+span > span {
	display: inline-block;
	margin-left: 40px;
}
.wpcf7 input[type="checkbox"]+span::before {
	content: "";
	position: absolute;
	top: -1px;
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 0;
	cursor: pointer;
}
.wpcf7 input[type="checkbox"]:checked+span::after {
	content: "\2713";
	position: absolute;
	top: calc(50% - 22px);
	left: 4px;
	display: block;
	font-size: 2.4rem;
	color: #000000;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	.wpcf7 input[type="text"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="password"],
	.wpcf7 textarea,
	.wpcf7 select {
		width: 95%;
		font-size: 2rem;
	}
	.wpcf7-form-control-wrap.your-email-confirm {
		margin-top: 10px;
	}

	.wpcf7-radio .wpcf7-list-item {
		margin-bottom: 10px
	}
	.wpcf7-radio .wpcf7-list-item:nth-child(3) {
		margin-left: 40px;
	}

	.wpcf7 input[type="checkbox"]+span::before {
		width: 40px;
		height: 40px;
	}
	.wpcf7 input[type="checkbox"]:checked+span::after {
		top: calc(50% - 30px);
	}
	.wpcf7 input[type="checkbox"]+span > span {
		margin-left: 50px;
	}

	.wpcf7-submit[type="submit"] {
		width: 280px;
	}
	.wpcf7-submit[type="submit"]:hover {
		opacity: 1;
	}

}

body#search-assist #container,
body#search-assist-mineral #container,
body#search-assist-meteorite #container {
	margin-top: 0;
}
.sec-search {
	padding: 50px 0;
}

.sec-search .search-box {
	position: relative;
	max-width: 750px;
	width: 100%;
	margin: 50px auto;
}
.sec-search .search-box .search-field {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
}
.sec-search .search-box .search-field form {
	display: block;
	width: 100%;
}
.sec-search .search-box .search-field input {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	padding: 10px 8px 10px 50px;
	font-size: 1.6rem;
	line-height: 1.5;
	background: var(--white) no-repeat left 12px center;
	background-image: url('../assets/images/common/icon_search_bk_01.svg');
	background-size: 24px 24px;
	border: 1px solid var(--light-gray);
}
.sec-search .search-box .search-field input::placeholder {
	color: var(--gray);
}

.sec-search .item-category-group {
}
.sec-search .item-category-group .item-category-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	border-top: 1px solid #999;
	padding: 10px 0;
}
.sec-search .item-category-group .item-category-list:last-child {
	border-bottom: 1px solid #999;
}
.sec-search .item-category-group .item-category-list:has(li.is-hidden) {
	border-top: 0;
	padding: 0;
}
.sec-search .item-category-group .item-category-list:has(li.is-visible) {
	border-top: 1px solid #999;
	padding: 10px 0;
}
.sec-search .item-category-group .item-category-list li {
	box-sizing: border-box;
	width: 25%;
	padding-right: 2%;
	margin: 10px 0;
}
.sec-search .item-category-group .item-category-list li.is-hidden {
	display: none;
}
.sec-search .item-category-group .item-category-list li a {
	color: #2C5AEB;
}

@media screen and (max-width: 1000px) {
	.sec-search .item-category-group .item-category-list li {
		width: 50%;
	}
}