@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* font */
.shippori {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
.cormorant {
  font-family: "Cormorant", serif;
  font-style: normal;
	font-weight: 500 !important;
}
.serif-jp {
	font-family: "Noto Serif JP", serif;
}
/* --------------------------------------------------------
 トップページ
--------------------------------------------------------- */
/* ヘッダー ーーーーーーーーーーーーーーー*/

@media (min-width: 1500px) {
  .c-headLogo {
		width: 195px;
   height: 59px;
  }
}
@media (min-width: 960px) {
  .c-headLogo {
		min-width: 110px;
   min-height: 33px;
  }
		.l-header__inner.l-container {
		max-width: 100%;
		padding-right: 0;
	}
}
/* navメニュー */
.c-gnav>.menu-item>a {
	padding: 0 20px;
}
.c-gnav>.menu-item>a .ttl {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
	font-size: 16px;
}
@media screen and (max-width: 1500px) {
	.c-gnav>.menu-item>a {
		padding: 0 10px;
	}
	.c-gnav>.menu-item>a .ttl {
		font-size: 14px;
	}
}
/* nav内言語切り替え */
nav#gnav {
	display: flex;
	align-items: center;
}
.lang-insta {
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.lang-change-unit {
	display: flex;
	gap: 7px;
}
.lang-change-unit a {
	color: #262626;
}
.lang-change-unit a.lang-en{
	color: #D5D5D5;
}
.lang-change-unit a.lang-ja {
	border-bottom: 2px solid #262626;
}
a.instagram-btn {
	display: flex;
	align-items: center;
	padding-left: 30px;
}
@media screen and (max-width: 1280px) {
	.lang-insta {
		flex-direction: column;
		gap: 1em;
		padding: 0 10px;
	}
	a.instagram-btn {
		padding-left: 0;
	}
}
@media screen and (max-width: 960px) {
	nav#gnav {
		display: none;
	}
	.lang-insta {
		display: none;
	}
}
/*header 採用情報、お問合せボタン */
.recruit-contact-btn-unit {
	display: flex;
	gap: 2px;
	align-items: center;
	margin-left: 40px;
}
.header-recruit-btn {
	background-color: #262626;
}
.header-contact-btn {
	background-color: #003775;
}
.header-recruit-btn a,
.header-contact-btn a {
	height: 108px;
	width: 98px;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.header-recruit-btn a:before,
.header-contact-btn a:before {
	content: "";
	width: 33px;
	height: 33px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
}
.header-recruit-btn a:before {
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/header-recruit-icon.png);
}
.header-contact-btn a:before {
		background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/header-contact-icon.png);
}
@media screen and (max-width: 1280px) {
	.recruit-contact-btn-unit {
		margin-left: 20px;
	}
}
@media screen and (max-width: 960px) {
	.recruit-contact-btn-unit {
		display: none;
	}
}
/* ファーストビュー ーーーーーーーーーーーーーーー*/
.p-mainVisual__slideTitle {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
	text-align: left;
	font-size: 5.5em;
	position: absolute;
	top: 20%;
	left: 0;
	transform: translateY(20%);
}
@media screen and (max-width: 1200px) {
	.p-mainVisual__slideTitle {
		font-size: 5em;
	}
}
@media screen and (max-width: 960px) {
	.p-mainVisual__slideTitle {
		font-size: 4em;
	}
}
@media screen and (max-width: 768px) {
	.p-mainVisual__slideTitle {
		font-size: 3em;
		top: 40%;
		left: 50%;
		width: 100%;
		text-align: center;
		transform:translate(-50%,-40%);
	}
}

/* ファーストビュー下のリンク ーーーーーーーーーーーーーーー*/
div#main_visual {
    overflow: visible;
}
.mainvisual-bottom-link-area {
	position: absolute;
	bottom: -43px;
	z-index: 2;
	width: 100%;
}
ul.mainvisual-bottom-link-unit {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
ul.mainvisual-bottom-link-unit li {
	width: 227px;
	height: 86px;
	box-shadow: 0px 3px 16px #00000029;
	background-color: #FFFFFF;
	border-bottom: 4px solid #003775;
}
ul.mainvisual-bottom-link-unit li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 24px;
	font-weight: 500;
}
ul.mainvisual-bottom-link-unit li a span {
	color: #003775;
	font-size: 10px;
	margin-top: 5px;
}
@media screen and (max-width: 960px) {
	.mainvisual-bottom-link-area {
		position: absolute;
		bottom: -33.5px;
	}
	ul.mainvisual-bottom-link-unit {
		max-width: 750px;
	}
	ul.mainvisual-bottom-link-unit li {
		width: 178px;
		height: 67px;
		border-bottom: 2px solid #003775;
	}
	ul.mainvisual-bottom-link-unit li a {
		font-size: 18px;
	}
	ul.mainvisual-bottom-link-unit li a span {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.mainvisual-bottom-link-area {
		position: absolute;
		bottom: 10px;
	}
	ul.mainvisual-bottom-link-unit {
		justify-content: center;
		flex-wrap: wrap;
		gap: 5px;
	}
	ul.mainvisual-bottom-link-unit li {
		width: 45%;
		height: 55px;
	}
	ul.mainvisual-bottom-link-unit li a {
		font-size: 16px;
	}
	.top #content {
		padding-top: 0;
	}
}
/* お知らせ ーーーーーーーーーーーーーーー*/
#top-news {
	margin-top: 2em !important;
}
h2.wp-block-heading.top-section-ttl {
	font-weight: 600;
}
 p.link-design-1 a{
	display: flex;
	align-items: center;
	color: #003775;
	font-weight: bold;
	font-size: 15px;
}
p.link-design-1 a:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 11px;
}
@media screen and (max-width: 960px) {
	h2.wp-block-heading.top-section-ttl {
		font-size: 2em !important;
		white-space: nowrap;
	}
}
@media screen and (max-width: 768px) {
	#top-news {
		margin-top: 0 !important;
	}
	#top-news .section-ttl-en {
		margin-bottom: 1em !important;
	}
		#top-news time.c-postTimes__posted.icon-posted:before,
	#top-news span.p-postList__cat.u-thin.icon-folder:before{
		content: none;
	}
	#top-news h2.p-postList__title {
		font-size: 15px;
		font-weight: 500 !important;
	}
	#top-news span.p-postList__cat.u-thin.icon-folder {
		font-size: 12px;
		background-color: #EFEFEF;
		padding: 5px 20px;
		border-radius: 20px;
	}
	p.link-design-1 a {
		justify-content: end;
	}
}
@media screen and (min-width: 768px) {
	#top-news ul.p-postList.-type-simple {
		border-top: none;
	}
	#top-news .p-postList__body {
		display: flex;
		gap: 20px;
	}
	#top-news .p-postList__times.c-postTimes.u-thin {
		margin-right: 20px;
	}
	#top-news time.c-postTimes__posted.icon-posted {
		color: #003775;
		font-weight: 600 !important;
		font-family: "Shippori Mincho B1", serif;
		font-style: normal;
	}
	#top-news span.p-postList__cat.u-thin.icon-folder {
		font-size: 12px;
		background-color: #EFEFEF;
		padding: 5px 20px;
		border-radius: 20px;
	}
	#top-news time.c-postTimes__posted.icon-posted:before,
	#top-news span.p-postList__cat.u-thin.icon-folder:before{
		content: none;
	}
	#top-news h2.p-postList__title {
		font-size: 15px;
		font-weight: 500 !important;
	}
}
/* 私たちについて ーーーーーーーーーーーーーーー*/
div#top-aboutus {
	position: relative;
}
div#top-aboutus:after {
	content: "";
	display: inline-block;
	height: 789px;
	width: 789px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/top-aboutus-back.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 20%;
	right: -40px;
	transform: translateY(20%);
}
@media screen and (max-width: 1200px) {
	div#top-aboutus:after {
		height: 500px;
		width: 500px;
		top: -100px;
		bottom: auto;
		right: -100px;
		transform: translateY(0%);
	}
}
@media screen and (max-width: 768px) {
	div#top-aboutus:after {
		height: 300px;
		width: 300px;
		top: -50px;
		right: -50px;
	}
	p.sp-16 {
		font-size: 16px !important;
	}
}
/* 取扱製品ーーーーーーーーーーーーーーー*/
.top-product-item-unit {
	max-width: 1100px;
	margin: 0 auto;
}
.top-product-item-unit .swell-block-columns__inner {
	justify-content: space-between;
}
.top-product-item {
	max-width: 526px;
}
.top-product-item figure {
	margin-right: 0 !important;
}
.top-product-item-body {
	position: relative;
}
.top-product-item-ttl {
	font-weight: 600 !important;
}
.top-product-arrow {
	position: absolute;
	top: 10%;
	right: 0;
	transform: translateY(-10%);
}

@media screen and (max-width: 1100px) {
.top-product-item-unit .swell-block-columns__inner {
	gap: 1em;
}
	.top-product-item {
		max-width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.top-product-item-ttl {
		font-size: 1.75em !important;
		margin-bottom: 0 !important;
	}
	.top-product-arrow img{
		max-width: 80%;
	}
	.top-product-item {
		max-width: 100%;
		width: 100% !important;
	}
}
/* 三谷商事の強み ーーーーーーーーーーーーーーー*/
div#top-strength {
	position: relative;
}
div#top-strength:before {
	content: "";
	display: inline-block;
	width: 610px;
	height: 610px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/top-strength.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	z-index:2;
}
div#top-strength p.link-design-1 a:before {
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/arrow-2.png);
}
@media screen and (max-width: 1200px) {
	div#top-strength:before {
		width: 500px;
		height: 500px;
		right: 50px;
		z-index: 1;
	}
}
@media screen and (max-width: 960px) {
	div#top-strength:before {
		content: none;
	}
}
/* 各セクションの強調テキスト */
@media screen and (max-width: 1200px) {
	.top-section-strong-txt {
		font-size: 3em !important;
	}
}
@media screen and (max-width: 960px) {
	.top-section-strong-txt {
		font-size: 2.8em !important;
	}
}
@media screen and (max-width: 768px) {
	.top-section-strong-txt {
		font-size: 2em !important;
	}
}
/* 新規プロジェクトへの挑戦 ーーーーーーーーーーーーーーー*/
.project-sub-ttl-area {
	position: relative;
}
.project-sub-ttl-area p.link-design-1 {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.top-project-item-image figure{
	margin-right: 0 !important;
	width: 100%;
}
.top-project-item-image figure img{
	width: 100% !important;
}
@media screen and (max-width: 768px) {
	#top-project h2.wp-block-heading.top-section-ttl {
		font-size: 1.8em !important;
	}
	.post_content .is-style-section_ttl{
		font-size: 1.5em !important;
	}
}
/* 採用情報 ーーーーーーーーーーーーーーー*/
div#top-recruit p.link-design-1 a:before {
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/arrow-2.png)
}


/* フッター ーーーーーーーーーーーーーーー*/
.l-footer__foot {
	display: none;
}
#before_footer_widget {
	margin-top: 0 !important;
}
.top #content {
	margin-bottom: 0;
}
#footer-area {
	position: relative;
	overflow: hidden;
}
#footer-area:before {
	content: "";
	display: inline-block;
	width: 588px;
	height: 589px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/footer-back.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: -50px;
}
#footer-area .swell-block-columns {
	max-width: 1316px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer-area .swell-block-columns__inner{
	justify-content: space-between !important;
}
nav.footer-menu-area {
	display: flex;
	justify-content: end;
	gap: 60px;
}
.footer-menu-unit a{
	display: block;
	color: #FFFFFF;
	font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
a.parent-menu {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	padding-bottom: 22PX;
}
a.parent-menu span {
	font-family: "Cormorant", serif;
  font-style: normal;
	font-size: 14px;
}
a.child-menu {
	font-size: 16px;
	padding-bottom: 17px;
}
.footer-bottom-area .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
	display: flex;
	justify-content: space-between;
	max-width: 1316px;
	margin: 0 auto;
	padding: 0 20px;
}
.footer-bottom-link-unit .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
	display: flex;
	gap: 30px;
	padding: 0
}
.footer-bottom-area p {
	font-family: "Cormorant", serif;
  font-style: normal;
}
.footer-bottom-link-unit p a{
	font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 960px) {
	#footer-area:before {
		width: 400px;
		height: 400px;
	}
	nav.footer-menu-area {
		gap: 40px;
	}
	a.parent-menu {
		font-size: 18px;
	}
	.footer-bottom-link-unit .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
		display: flex;
		gap: 20px;
	}
}
@media screen and (max-width: 768px) {
	nav.footer-menu-area {
		flex-direction: column;
		gap: 0;
	}
	a.parent-menu {
		border-top: 1px solid #a7a7a7;
		padding: 10px 0;
	}
	a.child-menu {
		padding: 10px 5px
	}
	.footer-bottom-area .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
		flex-direction: column;
		flex-direction:column-reverse;
		gap: 10px;
	}
		.footer-bottom-area .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained  p {
			margin-bottom: 0;
	}
	.footer-bottom-link-unit .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
		margin-bottom: 2em !important;
	}
	#footer-area:before {
		bottom: -50px;
		top: auto;
	}
}


/* sp-header-menu */
@media screen and (max-width: 960px) {
.p-spMenu__closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-spMenu__inner {
	padding-top: 60px;
}
.c-widget__title.-spmenu {
	display: none;
}
.p-spMenu__nav {
	margin-top: 0;
	padding-bottom: 0;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
	color: #333;
}
	.c-iconBtn {
		width: auto;
	}
.p-spMenu__inner {
	width: 100%;
 margin-top: 0;
}
.-right .p-spMenu__inner {
	transform: translateX(100vw);
}
[data-spmenu=opened] .p-spMenu__inner {
	transform: translateX(0);
}
.p-spMenu__closeBtn {
	width:100%;
	height: 60px;
	box-shadow: 0px 3px 6px #00000029;
	display: flex;
	justify-content: space-between;
	padding: 7.5px 15px;
}
.p-spMenu__closeBtn::before {
	 content: "";
	display: block;
	width: 150px;
	height: 45px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/header-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.c-gnav .sub-menu a:before, .c-listMenu a {
	position: relative;
}
.p-spMenu__body {
	margin-top: 15px;
}
}


.header-recruit-btn a {
	padding-right: 5px;
}
.header-recruit-btn a:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/arrow-3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 25px;
	right: 8px;
}
.lang-insta.sp-show	{
	display: none;
}
@media screen and (max-width: 960px) {
	.l-header__customBtn.sp_ {
		display: none;
	}
	.lang-insta.sp-show	{
		display: flex;
		flex-direction: row;
	}
}
/* --------------------------------------------------------
下層ページ共通
--------------------------------------------------------- */
/* タイトル */
div#top_title_area {
  height: 300px;
  background: #003775;
	margin: 25px;
	width: calc(100% - 50px);
}
.page-id-12 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.page-id-18 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.page-id-3 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.blog img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.single-post img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.archive img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.page-id-1572 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.page-id-1574 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover,
.page-id-24 img.l-topTitleArea__img.c-filterLayer__img.u-obf-cover{
    opacity: 0;
}
.l-topTitleArea.c-filterLayer::before,
.l-topTitleArea.c-filterLayer::after {
	content: none;
}
div#top_title_area::after {
	content: "";
	display: inline-block;
	background: none;
	width: 405px;
	height: 405px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/kaso-ttl-back-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 13px;
	left: auto;
	right: -30px;
	opacity: 1;
	z-index: -1;
}
.l-topTitleArea__body.l-container {
	max-width: 1100px;
	padding: 0 20px;
}
h1.c-pageTitle {
	font-size: 58px;
	font-family: "Shippori Mincho B1", serif;
	position: relative;
	font-weight: 500;
	display: flex;
	flex-direction: column;
}
h1.c-pageTitle::before {
	content: "";
	font-size: 22px;
	order: 2;
	margin-top: 18px;
}
.page-id-12 h1.c-pageTitle::before {
	content: "ABOUT US";
}
.page-id-14 h1.c-pageTitle::before {
	content: "PRODUCT";
}
.page-id-16 h1.c-pageTitle::before {
	content: "STRENGTH";
}
.page-id-18 h1.c-pageTitle::before {
	content: "NEW PROJECT";
}
.blog h1.c-pageTitle::before {
	content: "NEWS";
}
.page-id-3 h1.c-pageTitle::before {
	content: "POLICY";
}
.category h1.c-pageTitle::before {
	content: "CATEGORY";
}
.page-id-24 h1.c-pageTitle::before {
	content: "CONTACT";
} 
.page-id-1572 h1.c-pageTitle::before {
	content: "CONTACT";
}
.page-id-1574 h1.c-pageTitle::before {
	content: "CONTACT";
}
@media screen and (min-width: 1200px) {
	.l-topTitleArea__body.l-container {
		padding: 0;
	}
}
@media screen and (max-width: 960px) {
	div#top_title_area {
		margin: 0px;
		width: 100%;
	}
	div#top_title_area::after {
		width: 305px;
		height: 305px;
	}
	h1.c-pageTitle {
		font-size: 2em;
	}
	h1.c-pageTitle::before {
		font-size: 16px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {

}
/* パンくず */
div#breadcrumb {
	position: absolute;
	top: calc(100% - 33px);
	right: 0;
	box-shadow: none;
	background: none;
}
.p-breadcrumb__list {
	padding: 0 20px;
	gap: 1em;
}
.p-breadcrumb__item {
	gap: 1em;
}
.p-breadcrumb__text .__home:before {
	content: none;
}
span.p-breadcrumb__text,
a.p-breadcrumb__text{
	font-size: 16px;
	font-family: "Shippori Mincho B1", serif;
}
a.p-breadcrumb__text {
	color: #9F9F9F;
}
.c-categoryList__separation:after, .p-breadcrumb__item:after {
	width: 10px;
	height: 2px;
	clip-path: none;
	background-color: #9f9f9f;
}
@media screen and (min-width: 1200px) {
.p-breadcrumb__list {
	padding: 0;
}
}
@media screen and (max-width: 960px) {
.p-breadcrumb__list {
	padding: 0 10px;
}
span.p-breadcrumb__text,
a.p-breadcrumb__text{
	font-size: 14px;
}
}
@media screen and (max-width: 768px) {
	div#breadcrumb {
		top: calc(100% + 33px);
	}
}
/* --------------------------------------------------------
タブ関連
--------------------------------------------------------- */
/* コンテンツ幅調整 */
.max1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.max1150 {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.max900 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.max1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1150px) {
	.max1150 {
		padding: 0 .75em;
	}
	.max1100 {
		padding: 0 .75em;
	}
}
@media screen and (max-width: 960px) {
	.max900 {
		padding: 0 .75em;
	}
}
/* タブがあるページのフッターとコンテンツの間を無くす */
.page-id-12 div#content {
	margin-bottom: 0 !important;
}
.content-tab-area .c-tabBody {
	padding-bottom: 0 !important;
}
/* タブ部分 */
.content-tab-area .c-tabList {
	justify-content: center;
}
.content-tab-area .c-tabList .c-tabList__item {
	width: 366px;
	height: 49px;
	border-bottom: 1px solid #D3D3D3;
}
.content-tab-area button.c-tabList__button {
	font-size: 24px;
	color:#C1C1C1;
	font-family: "Shippori Mincho B1", serif;
	padding: 0 !important;
}
.content-tab-area .is-style-default>.c-tabList .c-tabList__button:hover, .is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	background: none;
	color: #003775;
	border-bottom: 5px solid #003775;
}
.content-tab-area .c-tabBody {
	border: none !important;
}
@media screen and (max-width: 1200px) {
	.content-tab-area .c-tabList .c-tabList__item {
		width: 250px;
	}
}
@media screen and (max-width: 960px) {
	.content-tab-area .c-tabList .c-tabList__item {
		width: 150px;
	}
	.content-tab-area button.c-tabList__button {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
.content-tab-area .c-tabList {
	justify-content: center;
}
.content-tab-area .c-tabList .c-tabList__item {
	width: 30%;
	height: 49px;
}
.content-tab-area button.c-tabList__button {
	font-size: 16px;
}
.content-tab-area .is-style-default>.c-tabList .c-tabList__button:hover, .is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	border-bottom: 3px solid #003775;
}
}

/* タブ直下アンカーリンク */
.content-tab-area .is-style-default .c-tabBody {
	padding-top: 36px;
}
.content-tab-area .tab-bottom-link-area {
	margin-bottom: 110px;
}
.content-tab-area ul.tab-link-unit {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.content-tab-area ul.tab-link-unit li a{
	font-size: 15px;
	font-weight: bold;
	color: #003775;
	display: flex;
	align-items: center;
	gap: 10px;
}
.content-tab-area ul.tab-link-unit li a:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/tab-bottom-link-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 960px) {
	.content-tab-area .is-style-default .c-tabBody {
		padding-top: 1em;
	}
	.content-tab-area .tab-bottom-link-area {
		margin-bottom: 2em;
	}
	.content-tab-area ul.tab-link-unit {
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
	.content-tab-area ul.tab-link-unit li a{
		font-size: 14px;
		gap: 5px;
	}
	.content-tab-area ul.tab-link-unit li a:before {
		width: 20px;
		height: 20px;
	}
}

/* 下層ページh2タイトルdesign1 */
.section-ttl-outer {
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
.section-ttl-outer:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #003775;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section-ttl-inner{
	background-color: #003775;
	display: inline-block;
	padding: 39px 170px;
	margin: 0 auto;
	box-shadow: 0px 3px 30px #0000004D;
}
.section-ttl-inner h2.is-style-section_ttl {
	font-size: 42px;
	color: #FFFFFF !important;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 21px !important;
}
.section-ttl-inner p {
	color: #FFFFFF;
}
@media screen and (max-width: 768px) {
	.section-ttl-outer {
		margin-bottom: 3em;
	}
	.section-ttl-inner{
		padding: 10px 30px;
	}
	.section-ttl-inner h2.is-style-section_ttl {
		font-size: 1.5em !important;
		margin-bottom: .3em !important;
	}
	.section-ttl-inner p {
		color: #FFFFFF;
	}
}
/* タブ内フルワイド */
#tab-inner-fll-wide-area {
	margin: 0 calc(50% - 49vw);
	width: 98vw;
	left: 0;
}
#tab-inner-fll-wide-area .swell-block-fullWide__inner{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	#tab-inner-fll-wide-area {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		left: 0;
	}
}
/* フルワイドブロック2 */
#fll-wide-design1 {
	margin: 0 calc(50% - 49vw);
	width: 98vw;
	left: 0;
}
@media screen and (max-width: 768px) {
	#fll-wide-design1 {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		left: 0;
	}
}
/* --------------------------------------------------------
メッセージ
--------------------------------------------------------- */

/* 経営理念・ミッション ----------*/
/* 経営方針 */
h3.wp-block-heading.is-style-section_ttl.aboutus-section-h3 {
	font-weight: 500;
	margin-top: 0;
}
.pholisophy-content p {
	font-weight: 700;
	font-size: 21px;
	max-width: 850px;
	margin: 0 auto;
	padding: 26px 0;
	border-bottom: 1px dashed #E3E3E3;
	display: flex;
	align-items: baseline;;
}
.pholisophy-content p:last-child {
	border-bottom: none;
}
.pholisophy-content p:before {
	content: "1.";
	font-family: "Cormorant", serif;
	font-size: 41px;
	font-weight : 500;
	font-style: italic;
	color: #003775;
	margin-right: 11px;
}
.pholisophy-content p:nth-child(2):before {
	content: "2.";
}
.pholisophy-content p:last-child:before {
	content: "3.";
}
@media screen and (max-width: 768px) {
	.pholisophy-content p {
		font-size: 18px;
		padding: 20px 0;
	}
	.pholisophy-content {
		margin: 0 20px;
	}
}
/* ミッション */
.mission-content p {
	font-weight: 700;
	font-size: 25px;
	padding: 60px 0;
}
@media screen and (max-width: 768px) {
	.mission-content p {
		font-size: 18px;
		padding: 40px 0;
	}
	.mission-content {
		margin: 0 20px;
	}
}

/*　行動方針 */
.value-item {
	background-color: #F5F7FA;
	padding: 30px 20px !important;
	border-top: 2px solid #003775;
}
h3.wp-block-heading.is-style-section_ttl.value-section-h3 {
	position: relative;
	display: flex;
	align-items: center;
}
h3.wp-block-heading.is-style-section_ttl.value-section-h3 span {
	font-size: 48px;
	font-weight: 500;
	font-style: italic;
	margin-right: 10px;
	display: block;
}
h3.wp-block-heading.is-style-section_ttl.value-section-h3:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #003775;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.value-item p {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.value-item {
		padding: 20px !important;
	}
	h3.wp-block-heading.is-style-section_ttl.value-section-h3 {
		font-size: 1.3em !important;
	}
	h3.wp-block-heading.is-style-section_ttl.value-section-h3 span {
		font-size: 35px;
	}
	.value-item p {
		font-size: 16px;
	}
}
/* ロゴに込めた思い */

/* --------------------------------------------------------
会社情報
--------------------------------------------------------- */
/* 事業概要 */
h3.is-style-section_ttl.ourbusiness-ttl-h3 {
	font-size: 2em;
}
p.ourbusiness-txt {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	h3.is-style-section_ttl.ourbusiness-ttl-h3 {
		font-size: 1.5em;
		padding: 0 .75em;
	}
	p.ourbusiness-txt {
		font-size: 16px;
	}
}
/* 会社概要 */
.company-table table {
	border-right: none !important;
	border-bottom: none !important;
}
.company-table td {
	border: none;
}
.company-table td {
	border-bottom: 1px solid #C7C7C7 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.company-table tr:first-child td {
	border-top: 1px solid #C7C7C7 !important;
}
.company-table tr td:first-child {
	width: 20% !important;
	color: #003775;
	font-family: "Shippori Mincho B1", serif;
}
.company-table tr td {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.company-table td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.company-table tr td:first-child {
		width: 15% !important;
	}
	.company-table tr td {
		font-size: 16px;
	}
}
/* アクセス */
.company-table.access-t tr td a {
	color: #003775;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 12px;
}
.company-table.access-t tr td a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/project-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
/* 中国拠点 */
h3.is-style-section_ttl.chinaoffice-ttl-h3 {
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
p.chinaoffice-txt {
	font-size: 18px;
}
.company-table.china-t-1 tr td a {
	color: #003775;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 12px;
	font-weight: 600;
}
.company-table.china-t-1 tr td a:last-child {
	bottom: 40px;
	top: auto;
	right: 10px;
}
.company-table.china-t-1 tr td a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/project-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.company-table.china-t-2 tr td a {
	color: #003775;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 12px;
	font-weight: 600;
}
.company-table.china-t-2 tr td a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/project-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
@media screen and (max-width: 960px) {
	h3.is-style-section_ttl.chinaoffice-ttl-h3 {
		font-size: 1.3em !important;
		padding: 0 .75em;
	}
	p.chinaoffice-txt {
		font-size: 16px;
	}
}
/* 沿革  */
.history-table table {
	border-right: none !important;
	border-bottom: none !important;
}
.history-table td {
	border: none;
}
.history-table td {
	border-bottom: 1px solid #C7C7C7 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.history-table tr:first-child td {
	border-top: 1px solid #C7C7C7 !important;
}
.history-table tr td:first-child {
	width: 20% !important;
	color: #003775;
	font-family: "Shippori Mincho B1", serif;
	font-size: 24px;
}
.history-table tr td {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
	.history-table tr td:first-child {
		width: 15% !important;
		font-size: 18px;
	}
	.history-table tr td {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.history-table tr td:first-child {
		font-size: 16px;
	}
}
/* --------------------------------------------------------
各種取り組み
--------------------------------------------------------- */
.tab-link-unit.sdgs-iso {
	justify-content: center !important;
	gap: 2em;
}
/* SDGs */
.sdgs-item {
	padding: 60px 0;
	border-bottom: 1px solid #C7C7C7;
}
.sdgs-item-txt {
	font-size: 18px;
}
h3.wp-block-heading.has-text-align-left.is-style-section_ttl.sdgs-item-ttl {
	font-size: 1.6em;
	font-weight: 500;
	list-style: none;
}
ul.sdgs-item-list-txt li {
	list-style: none;	
	position: relative;
	font-size: 18px;
}
ul.sdgs-item-list-txt li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #C7C7C7;
	position: absolute;
	top: 10px;
	left: -20px;
}
@media screen and (max-width: 960px) {
	.sdgs-item {
		padding: 30px 10px;
		border-bottom: 1px solid #C7C7C7;
	}
	h3.wp-block-heading.has-text-align-left.is-style-section_ttl.sdgs-item-ttl {
		font-size: 1.3em;
	}
	ul.sdgs-item-list-txt li {
		font-size: 16px;
	}
}
/* ISO */
h3.wp-block-heading.has-text-align-left.is-style-section_ttl.iso-item-ttl {
	font-size: 1.6em;
	font-weight: 500;
}
p.iso-txt {
	font-size: 18px;
}
@media screen and (max-width: 960px) {
		h3.wp-block-heading.has-text-align-left.is-style-section_ttl.iso-item-ttl {
		font-size: 1.3em;
	}
	p.iso-txt {
		font-size: 16px;
	}
}

/* --------------------------------------------------------
 三谷商事の強み
--------------------------------------------------------- */
.strength-item.item-1 {
	padding-top: 0 !important;
}
.strength-item {
	padding: 70px 0;
	border-bottom: 1px solid #C7C7C7;
}
h2.wp-block-heading.is-style-section_ttl.strengyth-section-ttl {
	font-weight: 500;
	font-size: 1.75em;
}
h2.wp-block-heading.is-style-section_ttl.strengyth-section-ttl span {
	font-family: "Cormorant", serif;
	font-size: 48px;
	margin-right: 10px;
}
p.strength-section-sub-ttl {
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.strength-item {
		padding: 40px 0;
	}
	h2.wp-block-heading.is-style-section_ttl.strengyth-section-ttl {
		font-size: 1.4em !important;
		margin-top: 0 !important;
	}
	h2.wp-block-heading.is-style-section_ttl.strengyth-section-ttl span {
		font-size: 40px;
	}
	p.strength-section-sub-ttl {
		font-size: 18px;
	}
	.order-change .order-1 {
		order: 1;
	}
	.order-change .order-2 {
		order: 2;
	}
}

.strength-item1-bottom-item ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.strength-item1-bottom-item ul li {
	width: 200px;
	height: 74px;
	background-color: #F5F7FA;
	color: #003775;
	text-align: center;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.strength-item1-bottom-item ul {
		flex-wrap: wrap;
	}
	.strength-item1-bottom-item ul li {
		width: 48%;
		max-width: 200px;
	}
}
/*　下層ページトップのメッセージ */
.page-top-mess {
	background-color: #F5F7FA;
	padding: 40px 50px;
	margin-bottom: 5em;
}
.page-top-mess p {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.page-top-mess {
		padding: 40px 20px;
	}
	.page-top-mess p {
		font-size: 16px;
	}
}
/* セクションタイトルデザイン２ */
.section-ttl-outer.ttl-design-2 {
	text-align: left;
}
.section-ttl-outer.ttl-design-2:before {
	content: none;
}
.section-ttl-inner.ttl-design-2 {
	padding: 0;
	width: 550px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-right: auto;
}
.section-ttl-inner.ttl-design-2 h2.is-style-section_ttl {
	position: relative;
	text-align: left;
	margin-bottom: 0 !important;
}
.section-ttl-inner.ttl-design-2 h2.is-style-section_ttl:before {
	content: "";
	width: 1198px;
	height: 1px;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,55,117,1) 40%, rgba(0,55,117,1) 100%);
	position: absolute;
	top: 60%;
	left: 0;
	transform: translate(0, -60%); 
}
.section-ttl-inner.ttl-design-2 h2.is-style-section_ttl span {
	font-family: "Cormorant", serif;
	font-size: 17px;
}
@media screen and (max-width: 768px) {
	.section-ttl-inner.ttl-design-2 h2.is-style-section_ttl:before {
		top: 47%;
		transform: translate(0, 47%);
	}
	.section-ttl-inner.ttl-design-2 h2.is-style-section_ttl {
		line-height: 35px;
	}
	.section-ttl-inner.ttl-design-2 h2.is-style-section_ttl span {
		font-size: 16px;
	}
		.section-ttl-inner.ttl-design-2 {
			width: 250px;
			height: 120px;
	}
}
/* --------------------------------------------------------
 新規プロジェクトへの挑戦
--------------------------------------------------------- */
/* 記事型リンク
 トップページと同一
  */
/* 観葉植物プロジェクト */
.project-item-under-line {
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid #C7C7C7 !important;
}
h3.wp-block-heading.is-style-section_ttl.project-h3-ttl {
	background: transparent linear-gradient(180deg, #003775 0%, #003775CC 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	padding: 6px;
}
@media screen and (max-width: 768px) {
	h3.wp-block-heading.is-style-section_ttl.project-h3-ttl {
		font-size: 14px !important;
	}
}
/* projectNEWS */
p.link-design-1.project-news-link a {
	justify-content: center;
}
/* 関連リンク */
.project-txt-link a {
	color: #333;
	text-decoration: underline;
}

a.top-product-item-body-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

/* --------------------------------------------------------
取り扱い商品
--------------------------------------------------------- */
/* タブ */
.content-tab-area.product .c-tabList .c-tabList__item {
	width: 25%;
}

/* テーブル */
.product-table table th {
	background: transparent linear-gradient(180deg, #003775 0%, #003775CC 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	font-weight: 500;
}
.product-table table {
	table-layout: auto !important;
	border-right: none !important;
	border-bottom: none !important;
}
.product-table table th,
.product-table table td {
	font-size: 15px;
	padding: 10px 20px;
	border: none;
}
.product-table table tr:first-child th {
	border-right: 1px solid #C7C7C7;
}
.product-table table tr:first-child th:last-child {
	border-right: none;
}
.product-table table tr:nth-child(2n+1) {
	background-color: #F5F7FA;
}
.product-table table tr td:first-child,
.product-table table tr td:nth-child(2) {
	border-right: 1px solid #C7C7C7;
	width: 20% !important;
}
/* 表面処理 */
.hyomensyori-table.product-table table tr td:nth-child(2) {
	width: 40% !important;
}
/* 機械加工 */
.kikaikako-table.product-table table tr td:nth-child(2) {
	width: auto !important;
}
/* リサイクル */
h2.wp-block-heading.recycle-section-ttl {
	font-size: 2em;
	color: #003775;
	margin-right: auto;
	margin-left: auto;
}
p.recycle-txt {
	font-size: 18px;
}
#tab-inner-fll-wide-area.tab-top-hp-marg {
	margin-top: 70px !important;
}
@media screen and (max-width: 960px) {
	h2.wp-block-heading.recycle-section-ttl {
		font-size: 1.75em;
	}
	p.recycle-txt {
		font-size: 16px !important;
	}
	#tab-inner-fll-wide-area.tab-top-hp-marg {
		margin-top: 50px !important;
	}
}
/* --------------------------------------------------------
取り扱い商品
--------------------------------------------------------- */
/* タブ */
.content-tab-area.policy .c-tabList .c-tabList__item {
	width: 20%;
}
.content-tab-area.policy button.c-tabList__button {
		font-size: 20px;
}
@media screen and (max-width: 768px) {
	.content-tab-area.policy .c-tabList .c-tabList__item {
		width: 20%;
	}
	.content-tab-area.policy button.c-tabList__button {
			font-size: 14px;
	}
}
.policy-txt-group p {
	font-size: 18px;
	margin-bottom: 1.5em;
}
.policy-txt-group h2 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0 !important;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
	.policy-txt-group p {
		font-size: 16px !important;
		margin-bottom: 1em;
	}
	.policy-txt-group h2 {
		font-size: 16px !important;
		margin-bottom: 1em;
	}
}

/* --------------------------------------------------------
ニュース
--------------------------------------------------------- */
h2.wp-block-heading.has-text-align-left.is-style-section_ttl.news-section-ttl {
	color: #003775;
	font-size: 2.5em;
}
h2.wp-block-heading.has-text-align-left.is-style-section_ttl.news-section-ttl span {
	color: #333;
	font-size: 15px;
	margin-left: 20px;
}
.blog .c-tabBody.p-postListTabBody {
	max-width: 900px;
	margin: 0 auto;
}
.blog .p-homeContent.l-parent.u-mt-40 {
	margin-top: 2em !important;
}
.blog .l-mainContent__inner>.post_content {
	margin-bottom: 0;
}
.blog .l-mainContent__inner {
	background-color: #FFFFFF;
	width: 98vw;
  margin: 0 calc(50% - 49vw);
	padding-top: 4em;
	padding-bottom: 4em;
}
/* ピックアップ */
.news-pick-up ul.p-postList.-type-simple {
	display: flex;
	gap: 15px;
	border: none;
}
.news-pick-up li.p-postList__item {
	background-color: #F5F5F5;
	border: none;
	width: 33.33%;
	border-radius: 5px;
}
.news-pick-up li.p-postList__item a {
	padding: 25px;
	border: none;
}
.news-pick-up .p-postList__meta {
	flex-direction: column;
	align-items: start;
}
.news-pick-up time.c-postTimes__posted.icon-posted {
		color: #003775;
		font-weight: 600 !important;
		font-family: "Shippori Mincho B1", serif;
		font-style: normal;
	margin-bottom: 10px !important;
	}
.news-pick-up span.p-postList__cat.u-thin.icon-folder {
		font-size: 12px;
		background-color: #FFFFFF;
		padding: 5px 20px;
		border-radius: 20px;
	margin-bottom: 15px !important;
	}
.news-pick-up time.c-postTimes__posted.icon-posted:before,
.news-pick-up span.p-postList__cat.u-thin.icon-folder:before{
		content: none;
	}
.news-pick-up h2.p-postList__title {
		font-size: 15px;
		font-weight: 500 !important;
	}
span.page-numbers,
a.page-numbers{
	border-radius: 30px;
}
@media screen and (max-width: 768px) {
	.news-pick-up ul.p-postList.-type-simple {
		flex-direction: column;
	}
	.news-pick-up li.p-postList__item {
		background-color: #F5F5F5;
		width: 100%;
	}
}

/* 新着ニュース */
@media screen and (max-width: 960px) {
	h2.wp-block-heading.top-section-ttl {
		font-size: 2em !important;
		white-space: nowrap;
	}
}
@media screen and (min-width: 768px) {
.post-list-area ul.p-postList.-type-simple {
		border-top: none;
	}
.post-list-area .p-postList__body {
		display: flex;
		gap: 20px;
	}
.post-list-area .p-postList__times.c-postTimes.u-thin {
		margin-right: 20px;
	}
.post-list-area time.c-postTimes__posted.icon-posted {
		color: #003775;
		font-weight: 600 !important;
		font-family: "Shippori Mincho B1", serif;
		font-style: normal;
	}
.post-list-area span.p-postList__cat.u-thin.icon-folder {
		font-size: 12px;
		background-color: #EFEFEF;
		padding: 5px 20px;
		border-radius: 20px;
	}
.post-list-area time.c-postTimes__posted.icon-posted:before,
.post-list-area  span.p-postList__cat.u-thin.icon-folder:before{
		content: none;
	}
.post-list-area  h2.p-postList__title {
		font-size: 15px;
		font-weight: 500 !important;
	}
}
/* --------------------------------------------------------
記事詳細
--------------------------------------------------------- */
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: block;
}
.single .c-categoryList a{
		font-size: 12px;
		background-color: #EFEFEF;
		padding: 5px 20px;
		border-radius: 20px;
	color: #262626;
}
.single .c-postTimes__modified:before, .single .c-postTimes__posted:before,
.c-categoryList:before {
	display: none;
}
.single .p-articleFoot {
	display: none;
}
.p-articleMetas.-top {
	flex-direction: row-reverse;
	justify-content: left;
}
.single article.l-mainContent__inner {
	background-color: #FFFFFF;
	width: 98vw;
  margin: 0 calc(50% - 49vw);
	padding-top: 4em;
	padding-bottom: 4em;
}
.single .post_content {
	max-width: 900px;
  margin: 0 auto;
}
.post-list-bottom-btn {
	max-width: 900px;
	margin: 3em auto 0;
	display: flex;
	justify-content: center;
}
.post-list-bottom-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	background-color: #FFFFFF;
	height: 50px;
	font-size: 15px;
	color: #003775;
	font-weight: bold;
	border-radius: 25px;
	position: relative;
	box-shadow: 0px 0px 20px #00000033;
}
.post-list-bottom-btn a:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(https://mitani.nino-create.com/wp-content/uploads/2024/07/single-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.single .post_content p {
	font-size: 18px;
}
span.p-breadcrumb__text, a.p-breadcrumb__text {
	font-size: 11px !important;
}
@media screen and (min-width: 960px) {
	.single div#breadcrumb {
			top: 100%;
	}
}
@media screen and (max-width: 960px) {
	.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: none;
}
	.single .post_content p {
		font-size: 16px;
	}
}

/* アーカイブページ */@media screen and (min-width: 768px) {
.archive ul.p-postList.-type-simple {
		border-top: none;
	}
.archive .p-postList__body {
		display: flex;
		gap: 20px;
	}
.archive .p-postList__times.c-postTimes.u-thin {
		margin-right: 20px;
	}
.archive time.c-postTimes__posted.icon-posted {
		color: #003775;
		font-weight: 600 !important;
		font-family: "Shippori Mincho B1", serif;
		font-style: normal;
	}
.archive span.p-postList__cat.u-thin.icon-folder {
		font-size: 12px;
		background-color: #EFEFEF;
		padding: 5px 20px;
		border-radius: 20px;
	}
.archive time.c-postTimes__posted.icon-posted:before,
.archive span.p-postList__cat.u-thin.icon-folder:before{
		content: none;
	}
.archive h2.p-postList__title {
		font-size: 15px;
		font-weight: 500 !important;
	}
}
.archive small.c-pageTitle__subTitle.u-fz-14 {
	display: none;
}