@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
*/
article.post_body  {
	max-width: 700px;
	width: 100%;
/* 
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
*/
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7em;
  color: #333333;
	padding-top: 10px;
	margin: 0 auto;
}
.company .secContent__body {
	font-size: 18px;
	margin-top: 25px;
}

.partsThanks {
	background-image: url(../img/parts/partsThanks_bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
}
.partsThanks__header {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	padding-bottom: 32px;
}
.partsThanks__header img {
	display: inline-block;
	width: 52px;
	height: 52px !important;
	vertical-align: middle;
	object-fit: cover;
	margin: 0 !important;
}
.partsThanks__header_title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 0 15px;
}
.partsThanks__header span {
	font-size: 2.3rem;
	margin: 0 10px 0 0;
}
.partsThanks__header::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: #06284B;
	width: 100%;
	height: 1px;
}

.partsThanks__body {
	background-image: url(../img/parts/partsThanks_bodyBg.png);
	background-repeat: no-repeat;
	background-position: top 30px left 0;
	background-size: 100% auto;;
	font-size: 1.5rem;
	line-height: 1.7em;
	padding: 30px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.partsThanks__bodyHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.partsThanks__bodyHeader_image img {
	vertical-align: middle;
	width: 80px;
	height: 80px !important;
	object-fit: cover;
	margin: 0 !important;
}
.partsThanks__bodyHeader_title {
	width: calc(100% - 80px - 20px);
	font-size: 2.0rem;
	font-weight: 700;
}
.partsThanks__bodyHeader_title::before {
	content: '';
	display: block;
	background-image: url(../img/parts/partsThanks_icon01.png);
	background-repeat: no-repeat;
	background-size: 21px 27px;
	width: 21px;
	height: 27px;
}
.partsThanks__body p {
	font-size: 1.5rem !important;
	line-height: 1.7em !important;
	margin: 0 !important;
}
.partsThanks__replyBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 20px;
	margin-top: 20px;
}
.partsThanks__replyBox_image img {
	border-radius: 50%;
	vertical-align: middle;
	width: 60px;
	height: 60px !important;
	object-fit: cover;
	margin: 0 !important;
}
.partsThanks__replyBox_outline {
	width: calc(100% - 60px - 16px);
}
.partsThanks__replyBox_title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 2px 0 20px 0;
}
.partsThanks__replyBox_title::before {
	content: '';
	display: block;
	background-image: url(../img/parts/partsThanks_icon02.png);
	background-repeat: no-repeat;
	background-size: 47px 27px;
	width: 47px;
	height: 27px;
	margin: 0 0 5px 0;
}
.partsThanks__replyBox_outline p {
	font-size: 1.5rem !important;
	line-height: 1.7em !important;
	margin: 0 !important;
}
.partsThanks__replyBox_more {
	width: 100%;
	text-align: right;
	line-height: 1em;
	margin-top: 20px;
}
.partsThanks__replyBox_more .moreLink {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.partsThanks__header span {
		display: block;
	}
	.partsThanks__body {
		padding: 17px 16px;
	}
	.partsThanks__bodyHeader {
		margin-bottom: 10px;
	}
	.partsThanks__bodyHeader_image img {
		width: 60px;
		height: 60px !important;
	}
	.partsThanks__bodyHeader_title {
		width: calc(100% - 60px - 12px);
		font-size: 1.6rem;
	}
	.partsThanks__replyBox_more .moreLink {
		margin-bottom: 0;
	}
}


.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.company .secContent__body h1,
article.post_body h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5em;
	margin-top: 70px;
  margin-bottom: 50px;
}
.company .secContent__body h2,
article.post_body h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6em;
	margin-top: 70px;
	margin-bottom: 50px;
}
.company .secContent__body h2:first-child,
article.post_body h2:first-child {
	margin-top: 0;
}
.company .secContent__body h3,
.company .secContent__body h4,
.company .secContent__body h5,
.company .secContent__body h6,
article.post_body h3,
article.post_body h4,
article.post_body h5,
article.post_body h6 {
  font-size: 1.8rem;
  font-weight: 700;
	line-height: 1.875em;
	margin-bottom: 50px;
}
.company .secContent__body p,
article.post_body p {
	font-size: 1.7rem;
  line-height: 1.875em;
	margin-bottom: 50px;
}
.company .secContent__body a,
article.post_body a {
	color: #3689DD;
	text-decoration: underline;
}
.company .secContent__body a:hover,
article.post_body a:hover {
	text-decoration: none;
}
.company .secContent__body img,
article.post_body img {
  height: auto;
}
.company .secContent__body .wp-block-image,
article.post_body .wp-block-image {
	margin-bottom: 50px;
}
.company .wp-caption,
article.post_body .wp-caption {
	max-width: 100%;
}
.company .secContent__body figcaption,
.company .wp-caption-text,
article.post_body figcaption,
article.post_body .wp-caption-text {
	font-size: 13px !important;
  line-height: 1.7em;
	text-align: left;
  color: #848383 !important;
  margin: 15px 0 0 0;
}

.company .secContent__body ul,
article.post_body ul {
  list-style: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.company .secContent__body ul ul,
article.post_body ul ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.company .secContent__body ul ul ul,
article.post_body ul ul ul {
  list-style-type: square;
}
.company .secContent__body ol ul,
article.post_body ol ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
.company .secContent__body ol ul ul,
article.post_body ol ul ul {
  list-style-type: square;
}

@media only screen and (max-width: 767px) {
	.company .secContent__body h1,
	.company .secContent__body h2,
	.company .secContent__body h3,
	.company .secContent__body h4,
	.company .secContent__body h5,
	.company .secContent__body h6,
	article.post_body h1,
	article.post_body h2,
	article.post_body h3,
	article.post_body h4,
	article.post_body h5,
	article.post_body h6 {
		margin-bottom: 30px;
	}
	.company .secContent__body h1,
	.company .secContent__body h2,
	article.post_body h1,
	article.post_body h2 {
		margin-top: 50px;
	}
	.company .secContent__body p,
	article.post_body p {
		margin-bottom: 30px;
	}
	.company .secContent__body .wp-block-image,
	article.post_body .wp-block-image {
		margin-bottom: 30px;
	}
	.company .secContent__body figcaption,
	article.post_body figcaption {
		text-align: center;
	  margin: 10px 0 0 0;
	}
	.company .secContent__body .blockCompanyRead,
	article.post_body .blockCompanyRead {
		margin: 0 0 30px 0;
	}
}
