@charset "utf-8";
/* CSS Document */



/*------------------------------------------------
 サブページ共通
------------------------------------------------*/
.sub_head {
	margin-bottom: 3rem;
	position: relative;
}
.sub_head .inner {
	background-color: #000;
}
.sub_head .inner img {
	opacity: 0.85;
}
.sub_head .inner .sub_midashi_01 {
	position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1.5;
	z-index: 50;
}
.sub_head .inner .sub_midashi_01 span {
	font-size: 1.4rem;
    font-weight: 600;
}
h2.sub_midashi_02,
#contact h1,#complete h1,
#confirm h1,#privacy h1 {
	margin-bottom: 4rem;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 0.75;
}
h2.sub_midashi_02 span,
#contact h1 span,#complete h1 span,
#confirm h1 span,#privacy h1 span {
	display: block;
  	font-weight: 500;
	font-size: 18px;
	color: var(--key-color);
}
h2.sub_midashi_02::after,
#contact h1::after,#complete h1::after,
#confirm h1::after,#privacy h1::after {
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	margin: 1.75rem auto 0 auto;
	background-color: var(--key-color);
}
h3.sub_midashi_03 {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	padding-bottom: 25px;
}

.sub_head_02 {
	padding: 100px 0;
}
.sub_head_02 h1 {
	font-size: 34px;
	padding-bottom: 35px;
	color: #095369;
}
.sub_head_02 .item_link a {
	border: 1px solid #095369;
	padding: 15px 25px;
	border-radius: 3px;
	color: #095369;
}
.sub_head_02 .item_link a:first-child {
	margin-right: 25px;
}
.sub_head_02 .item_link a:hover {
	background-color: #095369;
	color: #fff;
}
.sub_head_02 .bg_box_01 {
	position: relative;
	margin-top: 50px;
	height: 200px;
}
.sub_head_02 .bg_box_01 img {
	position: absolute;
  	top: -10%;
  	left: 75%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	width: 35%;
}
#qpatch .sub_head_02 .bg_box_01 {
	margin-top: 125px;
}
#qpatch .sub_head_02 .bg_box_01 img {
	top: -50%;
}
#qpatch_compact h2 span,
#qpatch h2 span {
	font-size: 26px;
}
#qpatch_compact h2.sub_midashi_02::after,
#qpatch h2.sub_midashi_02::after {
	display: none;
}
#qpatch_compact h2.sub_midashi_02,
#qpatch h2.sub_midashi_02 {
	margin-bottom: 2rem;
}
#ogan h1.sub_midashi_01 {
	font-size: 4em;
	font-weight: 400;
}
#ogan h2 span {
	font-size: 26px;
}

.intro {
	margin-bottom: 50px;
	text-align: center;
}
.intro .title {
	font-size: 24px;
	font-weight: 500;
}
.intro .text {
	text-align: left;
}
@media (max-width: 1024px) {
	#qpatch .sub_head_02 .bg_box_01 img {
		left: 80%;
	}
	.sub_head_02 {
		padding-top: 50px;
	}
	.sub_head_02 .bg_box_01 {
		height: 150px;
	}
}
@media only screen and (max-width:768px) {
	h2.sub_midashi_02  {
		margin-bottom: 2rem;
		font-size: 22px;
	}
	h2.sub_midashi_02 span {
		font-size: 15px;
	}
	h2.sub_midashi_02::after {
		width: 30px;
	}
	.sub_head_02 .bg_box_01 img {
		top: 0;
	}
	#ogan h1.sub_midashi_01 {
		font-size: 3em;
	}
}
@media screen and (max-width:640px) {
	.intro {
		margin-bottom: 40px;
	}
}
@media (max-width:480px) {
	.sub_head {
		margin-bottom: 0;
		min-height: 125px;
	}
	.sub_head::before {
		display: none;
	}
	.sub_head .inner img {
		opacity: 0.8;
	}
	.sub_head .inner .sub_midashi_01 {
		font-size: 20px;
		top: 40%;
	}
	.news .sub_head .inner .sub_midashi_01 {
		line-height: 1.25rem;
	}
	.sub_head .inner .sub_midashi_01 span {
		font-size: 14px;
	}
	h2.sub_midashi_02,#contact h1,#complete h1,#confirm h1,#privacy h1 {
		font-size: 20px;
	}
	#privacy h1 {
		margin-bottom: 0;
	}
	h2.sub_midashi_02 span,#contact h1 span,#complete h1 span,#confirm h1 span,#privacy h1 span  {
		font-size: 16px;
	}
	h2.sub_midashi_02::after,#contact h1::after,#complete h1::after,#confirm h1::after,#privacy h1::after {
		margin-top: 1.25rem;
	}
	h2.sub_midashi_02 {
		font-size: 20px;
	}
	h2.sub_midashi_02 span {
		font-size: 14px;
	}
	h2.sub_midashi_02::after,
	#contact h1::after,#complete h1::after,
	#confirm h1::after,#privacy h1::after {
		margin-top: 1.5rem;
	}
	h3.sub_midashi_03 {
		font-size: 18px;
		padding-bottom: 15px;
	}
	.sub_head_02 .item_link a:first-child {
		margin-right: 10px;
	}
	.sub_head_02 {
		padding: 25px 0;
	}
	.sub_head_02 h1 {
		font-size: 20px;
	}
	.sub_head_02 .bg_box_01 {
		height: 100px;
		margin-top: 100px;
	}
	.sub_head_02 .bg_box_01 img {
		width: 50%;
		top: 0%;
	}
	.sub_head_02 .item_link a {
		padding: 10px;
	}
	#qpatch_compact .sub_head_02 h1 {
		padding-bottom: 20px;
	}
	#qpatch_compact h2 span,
	#qpatch h2 span {
		font-size: 20px;
	}
	#qpatch .sub_head_02 .bg_box_01 img {
		left: 75%;
	}
	#ogan h1.sub_midashi_01 {
		font-size: 22px;
	}
	#ogan .sub_head {
		min-height: 100px;
	}
	#ogan h2 span {
		font-size: 20px;
	}
	#ogan h2.sub_midashi_02::after {
		margin-top: 0.5rem;
	}
	.intro .title {
		font-size: 20px;
	}
}

/*------------------------------------------------
 ユーザー様の活用事例紹介
------------------------------------------------*/
.customer .item_box {
	padding: 0 15px;
}
.customer .item_link {
  display: block;
}
.customer .item_content {
  position: relative;
  overflow: hidden;
}
.customer .item_image {
	position: relative;
	background-color: #333;
}
.customer .item_image img {
  width: 100%;
  height: auto;
  vertical-align: top;
	opacity: 0.8;
}
.customer .item_image p {
	position: absolute;
	width: 100%;
	top: 13%;
  	left: 55%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
}
.customer .item_image .first {
	top: 18%;
}
.customer .item_image .btn_arrow {
	position: absolute;
	width: 100%;
	bottom: -5%;
  	left: 55%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	z-index: 50;
	color: #fff;
	font-size: 20px;
}
.customer .item_mask {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(16, 86, 112, 0.5);
  	opacity: 0;
	transition: 0.5s;
}
.customer .item_mask-text {
  	position: absolute;
  	top: 50%;
  	left: 55%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	width: 100%;
  	color: #fff;
}
.customer .item_mask-text span {
	font-size: 28px;
	line-height: 1.5;
	display: block;
}
.customer .item_box .item_link:hover .item_mask {
  	opacity: 1;
}
.customer .item_box .item_link:hover .item_image p {
	display: none;
}
.customer .btn_arrow {
	margin: 1rem 0;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 25px;
	transition: 0.2s;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}
.slide-arrow:hover {
	width: 30px;
}
@media (max-width:1024px) {
	.customer .item_image p,
	.customer .item_mask-text span {
		font-size: 20px;
	}
	.customer .item_mask-text span {
		display: contents;
	}
	.customer .item_mask-text {
		width: 90%;
		left: 50%;
		top: 45%;
		font-size: 14px;
	}
}
@media (max-width:980px) {
	.prev-arrow {
	  left: -25px;
	}
	.next-arrow {
	  right: -25px;
	}
}
@media (max-width:640px) {
	.customer .intro {
		margin-bottom: 25px;
	}
	.customer .item_box {
		padding: 0 25px;
	}
	.customer .item_image p,
	.customer .item_mask-text span {
		font-size: 20px;
	}
	.customer .item_mask-text span {
		display: block;
	}
	.customer .item_image .btn_arrow {
		font-size: 18px;
	}
	.slide-arrow {
		width: 20px;
	}
	.slide-arrow:hover {
		width: 20px;
	}
	.prev-arrow {
	  left: -10px;
	}
	.next-arrow {
	  right: -10px;
	}
}

/*------------------------------------------------
 詳細
 #qpacth #qpatch_compact
------------------------------------------------*/
.accordion_area {
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 70%;
}
.accordion_area .accordion_one._flex {
	width: 33%;
}
.accordion_one .accordion_header {
	font-weight: bold;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	padding-bottom: 15px;
	padding-left: 75px
}
.accordion_one .accordion_header:hover {
	opacity: .8;
}
.accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 55%;
	left: 40px;
	width: 20px;
	height: 20px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion_one .accordion_header.open .i_box {
	transform: rotate(45deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
	display: none;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
	padding-left: 50px
}
.accordion_one .accordion_inner li {
	padding-bottom: 15px;
}
.accordion_one .accordion_inner li a:hover {
	color: var(--key-color);
}
.accordion_one .accordion_inner .box_one {
	height: 300px;
}
.accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
@media (max-width: 1280px) {
	.accordion_area {
		width: 90%;
	}
}
@media (max-width: 780px) {
	.accordion_area {
		flex-direction: column;
	}
	.accordion_area .accordion_one._flex {
		width: 100%;
	} 
}
@media (max-width:480px) {
	.accordion_one .accordion_header,
	.accordion_one .accordion_inner {
		padding-left: 25px;
	}
	.accordion_one .accordion_header .i_box {
		left: 0;
	}
}

/*------------------------------------------------
 関連製品・サポート資料・アプリケーションレポート
 #qpacth #qpatch_compact
------------------------------------------------*/
summary {
  	position: relative;
  	padding: 10px 35px 10px 45px;
  	list-style: none; /* ▶を非表示 */
  	cursor: pointer;
	font-size: 20px;
	text-align: center;
	color: var(--key-color);
	margin-bottom: 50px;
	transition: 0.25s;
}
summary::-webkit-details-marker {
  	display: none;
}
summary::before {
	content: '';
  	top: 0;
  	left: 0;
  	width: 100%;
  	display: block;
}
summary::after {
  	position: absolute;
  	content: '';
  	top: 13px;
  	left: 21em;
  	display: block;
  	width: 30px;
  	height: 30px;
  	background-image: url("../img/common/plus.svg");
  	background-size: contain;
  	background-repeat: no-repeat;
	transition: 0.25s;
  }
details[open] summary::after {
  	transform: rotate(45deg);
}
.details_content ul li {
	padding-bottom: 25px;
}
.details_content ul li span {
	color: var(--key-color-70);
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 10px;
}
.details_content ul li a {
	color: var(--key-color);
}
.details_content ul li a:hover {
	color: var(--key-color-70);
}
.details_content ul li .btn_01 {
	display: inline-block;
	color: var(--key-color-70);
	margin-top: 10px;
}
.details_content .btn_arrow a,
.details_content .btn_arrow a:hover,
.details_content ul li .btn_01:hover {
	color: #fff;
}
@media (max-width: 1280px) {
	summary::after {
		left: 30%;
	}
}
@media (max-width: 780px) {
	summary::after {
		left: 25%;
	}
}
@media (max-width:640px) {
	summary {
		font-size: 18px;
		padding-left: 55px;
		margin-bottom: 25px;
	}
	summary::after {
		top: 15px;
		left: 20%;
		width: 20px;
		height: 20px;
	}
	.details_content ul li .btn_01 {
		margin-bottom: 25px;
	}
}
@media (max-width:480px) {
	#qpatch summary::after {
		left: 15%;
	}
}
@media (max-width:400px) {
	summary::after {
		left: 15%;
	}
}
@media (max-width:380px) {
	#qpatch summary::after {
		left: 13%;
	}
}
/*------------------------------------------------
 できること
 #qpacth #qpatch_compact
------------------------------------------------*/
.offers {
	padding: 0 100px;
}
.offers ol li {
	list-style: disc;
}
.offers ol li::marker {
	color: var(--key-color);
	font-size: 30px;
}
.offers ol li>span {
	vertical-align: 0.25em;
	font-size: 16px;
}
.offers p {
	font-size: 18px;
	padding: 35px 0 10px;
	margin-left: -25px;
	font-weight: 500;
}
.offers p span {
	color: var(--key-color);
	font-size: 19px;
	font-weight: 500;
}
@media (max-width:640px) {
	.offers {
		padding: 0 10px;
	}
	.offers ol li {
		padding-bottom: 10px;
		margin-left: 5px;
	}
	.offers ol li::marker {
		font-size: 15px;
	}
	.offers ol li>span {
		font-size: 14px;
		vertical-align: 0;
	}
	.offers p {
		font-size: 15px;
		padding-top: 20px;
		margin-left: -10px;
	}
	.offers p span {
		font-size: 16px;
	}
}

/*------------------------------------------------
 資料ダウンロード　
 #qpacth #qpatch_compact #ethica
------------------------------------------------*/
.dwinfo .flex_box {
	align-items: center;
	justify-content: space-between;
}
.dwinfo .flex_box img,
.dwinfo .flex_box div {
	width: 47%;
}
#qpatch .dwinfo .flex_box img {
	width: 35%;
	margin-left: 5em;
}
.dwinfo .flex_box .sub_midashi_03 {
	color: var(--key-color);
	text-align: left;
}
.dwinfo .flex_box li {
	color: var(--key-color);
	border-bottom: 1px solid var(--key-color);
	padding: 25px 10px;
}
.dwinfo .flex_box li:first-child {
	border-top: 1px solid var(--key-color);
}
.dwinfo .flex_box li a {
	color: var(--key-color);
	font-size: 16px;
	display: block;
  	width: 100%;
  	padding: 0 0 0 40px;
  	background-position: left 16px center;
  	background-repeat: no-repeat;
	background-size: 16px 16px; 
  	overflow-wrap: break-word;
	background-image: url("../img/common/next.svg");
}
.dwinfo .flex_box li a:hover {
	background-size: 20px 20px; 
	padding-left: 50px;
}

@media (max-width: 640px) {
	.dwinfo .flex_box {
		flex-direction: column-reverse;
	}
	.dwinfo .flex_box img,
	.dwinfo .flex_box div {
		width: 100%;
	} 
	#qpatch .dwinfo .flex_box img {
		width: 100%;
		margin-left: 0;
	}
	.dwinfo .flex_box li {
		padding: 20px 0;
	}
	.dwinfo .flex_box li a {
		padding-left: 35px;
		background-position: left 10px center;
	}
}

/*------------------------------------------------
 サポート　#support
------------------------------------------------*/
#support .intro p.title {
	padding-bottom: 25px;
}
#support .intro .flex_box,
#support .text_box .flex_box {
	justify-content: center;
	flex-wrap: wrap;
}
#support .text_box .flex_box {
	margin-top: 15px;
}
#support .text_box p.title {
	font-weight: bold;
}
#support .text_box .yt_link {
	text-align: center;
}
#support .text_box .explanation {
	text-align: center;
}
/*.support_slider*/
.support_slider {
	overflow: hidden;
}
.support_slider div {
	position: relative;
	background-color: #000;
}
.support_slider  img {
	opacity: 0.6;
}
.support_slider div p {
	position: absolute;
	top: 50%;
  	left: 30%;
	width: 45%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.75;
}
.support_slider div p span {
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	padding-top: 15px;
}
@media (max-width: 1024px) {
	.support_slider div p {
		left: 50%;
		width: 85%;
	}
}
@media (max-width: 768px) {
	#support .intro p.title {
		padding-bottom: 15px;
	}
	.support_slider div {
		height: 400px;
	}
	.support_slider div p {
		font-size: 22px;
	}
	.support_slider div img {
		object-fit: cover;
		object-position: center;
		height: 100%;
		width: 100%;
	}
}
@media (max-width: 480px) {
	#support .intro p.title {
		font-size: 18px;
	} 
	.support_slider div {
		height: 350px;
	}
	.support_slider div p {
		font-size: 16px;
	}
	.support_slider div p span {
		font-size: 14px;
	}
}

/*------------------------------------------------
 受託試験　#t_access
------------------------------------------------*/
#t_access .sub_head_02 {
	padding: 50px 0;
}
#t_access h3.sub_midashi_03 {
	text-align: left;
}
#t_access .intro .flex_box {
	align-items: flex-start;
	text-align: left;
	padding-top: 25px;
}
#t_access .intro .flex_box img {
	width: 50%;
	padding-left: 25px;
}
#t_access .text_box ol li {
	list-style: disc;
	margin-left: 30px;
	color: #000;
}
#t_access .text_box ol li::marker {
	color: var(--key-color);
	font-size: 30px;
}
#t_access .accordion_area {
	justify-content: flex-start;
}
#t_access .accordion_one .accordion_header {
	padding-left: 30px;
}
#t_access .accordion_one .accordion_header .i_box {
	left: 0;
}
#t_access .accordion_one .accordion_inner {
	padding-left: 30px;
}
@media (max-width: 768px){
	#t_access .mb_120 {
		margin-bottom: 30px !important;
	}
}
@media (max-width: 480px) {
	#t_access .sub_head_02 {
		padding: 25px 0;
	}
	#t_access .sub_head_02 h1 {
		padding-bottom: 25px;
	}
	#t_access .sub_head_02 .bg_box_01 {
		margin-top: 30px;
	}
	#t_access .sub_head_02 .bg_box_01 img {
		left: 70%;
	}
}

/*------------------------------------------------
 ナレッジセンター　#knowledge
------------------------------------------------*/
#knowledge .intro a {
	color: var(--key-color);
}
#knowledge .link_box .title {
	text-align: center;
	font-weight: bold;
}
#knowledge .link_box .flex_box {
	justify-content: center;
	flex-wrap: wrap;
}
#knowledge .link_box .btn_arrow {
	text-align: center;
}
#knowledge .link_box img {
	width: 75%;
	margin: 0 auto;
}
@media (max-width: 768px) {
	#knowledge .link_box .btn_arrow {
		margin: 3rem 0;
	}
	#knowledge .link_box img {
		margin-top: 50px;
	}
}
@media (max-width: 480px) {
	#knowledge .link_box img {
		width: 100%;
	}
}

/*------------------------------------------------
 事例紹介　#customer_case
------------------------------------------------*/
#customer_case h1  {
	margin-bottom: 4rem;
	margin-top: 4rem;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 0.75;
}
#customer_case h1 span {
	display: block;
  	font-weight: 500;
	font-size: 18px;
	color: var(--key-color);
}
#customer_case h1::after {
	display: block;
	content: "";
	width: 50px;
	height: 2px;
	margin: 1.75rem auto 0 auto;
	background-color: var(--key-color);
}
#customer_case .intro .title {
	font-size: 24px;
	font-weight: 500;
}
#customer_case .intro .text {
	font-size: 18px;
	text-align: center;
}
#customer_case .contents_box .title {
	font-size: 20px;
	font-weight: 500;
}
#customer_case .contents_box .text {
	padding-bottom: 20px;
}
#customer_case .contents_box .text_box {
	color: var(--key-color);
	font-size: 20px;
	font-weight: 500;
	border-left: 5px solid var(--key-color);
	padding-left: 25px;
	margin-bottom: 60px;
	margin-top: 20px;
}
#customer_case .contents_box .text_box .text span {
	font-size: 16px;
	font-weight: 400;
}
@media (max-width: 768px) {
	#customer_case .mb_80 {
		margin-bottom: 50px !important;
	}
}
@media (max-width: 480px) {
	#customer_case h1 {
		font-size: 20px;
		margin-top: 2rem;
		margin-bottom: 3rem;
	}
	#customer_case h1 span {
		font-size: 16px;
	}
	#customer_case .intro .title {
		font-size: 18px;
	}
	#customer_case .intro .text,
	#customer_case .contents_box .title {
		font-size: 16px;
	}
	#customer_case .contents_box .text_box {
		font-size: 16px;
		border-left: 2px solid var(--key-color);
		padding-left: 15px;
		margin: 0 auto 35px;
	}
}

/*------------------------------------------------
 ICMS　#icms
------------------------------------------------*/
#icms .intro .text_box {
	font-size: 16px;
}
#icms .intro .text_box span {
	font-weight: bold;
}
#icms .link_box .flex_box {
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
#icms .yt {
	text-align: center;
}
#icms .yt p {
	font-size: 20px;
	font-weight: 500;
	color: var(--key-color);
	padding-bottom: 10px;
}
@media (max-width: 768px) {
	#icms .link_box.mb_60 {
		margin-bottom: 35px!important;
	}
	#icms h3.sub_midashi_03 {
		padding-bottom: 0;
	}
}
@media (max-width: 480px) {
	#icms .yt p {
		font-size: 18px;
	}
}

/*------------------------------------------------
 企業情報 #about
------------------------------------------------*/
#about .sub_head img {
	object-fit: cover;
	object-position: center;
	height: 400px;
	width: 100%;
}
#about .sub_head h1.sub_midashi_01 {
	font-size: 3em;
}
#about .outline {
	padding-top: 0;
}
#about .outline a {
	color: var(--key-color-70);
}
@media (min-width:1800px) {
	#about .sub_head img {
		height: 600px;
	}
}
@media (max-width: 1024px) {
	#about .sub_head img {
		height: 250px;
	}
	#about .sub_head h1.sub_midashi_01 {
		font-size: 2em;
	}
}
@media screen and (max-width:520px) {
	.company .content dl dt {
		padding:  0.5rem;
	}
	.company .content dl dd {
		padding: 0.5rem;
	}
}
@media only screen and (max-width:480px) {
	#about .sub_head img {
		height: 100px;
	}
	#about .sub_head h1.sub_midashi_01 {
		font-size: 18px;
	}
	.company .mds_02 {
		padding: 4rem 1.5rem 1.5rem 1.5rem;
	}
	dl.info_table dt {
		width: 28%;
		padding-left: 15px;
		padding-right: 0;
	}
	dl.info_table dd {
		width: 72%;
		padding-left: 0;
	}
}

/*------------------------------------------------
 プライバシーポリシー　#privacy
------------------------------------------------*/
#privacy .sub_head {
	margin-top: 50px;
}
#privacy h2.sub_midashi_02 {
	text-align: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--key-color);
	font-weight: 500;
}
#privacy h2.sub_midashi_02::after {
	display: none;
}
#privacy h3 {
	text-align: left;
	padding-bottom: 0;
	font-size: 20px;
}
#privacy ol li {
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
}
#privacy ol li::before {
	content: '–';
    color: #1fb3e4;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: -20px;
}
#privacy p span {
	font-weight: 600;
}
#privacy p a {
	color: var(--key-color);
}
@media (max-width: 480px) {
	#privacy .sub_head {
		margin-top: 25px;
	}
	#privacy h2.sub_midashi_02 {
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.25;
	}
	#privacy h3 {
		font-size: 16px;
	}
	#privacy ol li {
		margin-bottom: 5px;
	}
}

/*------------------------------------------------
 製品情報　#products
------------------------------------------------*/
#products .intro p {
	text-align: left;
}
/* ソリューション */
.solution .flex_box {
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 25px;
}
.solution .flex_box .inner {
	width: 48%;
	padding-bottom: 50px;
	display: flex;
  	flex-direction: column;
	justify-content: flex-start;
}
.solution .flex_box div p {
	 flex-grow: 1; 
}
.solution .flex_box div p.name {
	color: var(--key-color);
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
}
.solution .flex_box div p.text {
	padding: 0 15px 20px;
	flex-grow: 15;
}
.solution .btn_arrow {
	text-align: center;
}
/* 簡単診断 */
.instrument {
	padding: 75px 0;
}
.instrument .flex_box {
	background-color: #fff;
	border-radius: 30px;
	align-items: center;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.instrument .flex_box .text_box {
	width: 50%;
	padding: 50px;
}
.instrument .flex_box .text_box .title {
	font-size: 20px;
	padding-bottom: 25px;
	font-weight: 500;
}
.instrument .flex_box .text_box .title span {
	color: var(--key-color);
	font-weight: bold;
}
.instrument .btn_arrow {
	margin-top: 50px;
}
.instrument .flex_box .img  {
	width: 50%;
	height: 35rem;
	overflow: hidden;
}
.instrument .flex_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 30px 30px 0;
}
@media (max-width:768px) {
	
}
@media (max-width: 640px) {
	.solution .flex_box .inner {
		width: 100%;
		padding-bottom: 15px;
	}
	.solution .flex_box div p.name {
		font-size: 18px;
		padding: 15px 0;
	}
	.solution .flex_box div p.text {
		padding: 0 0 10px;
	}
	.instrument {
		padding: 35px 0 50px;
	}
	.instrument .flex_box {
		display: block;
		border-radius: 10px;
	}
	.instrument .flex_box .text_box {
		width: 100%;
		padding: 20px;
	}
	.instrument .flex_box .text_box .title {
		font-size: 18px;
	}
	.instrument .btn_arrow {
		margin-top: 25px;
	}
	.instrument .flex_box .img {
		width: 100%;
		height: auto;
	}
	.instrument .flex_box .img img {
		border-radius: 0 0 10px 10px;
	}
}

/*------------------------------------------------
 オートパッチクランプ　#automated
 細胞・溶液　#cells
------------------------------------------------*/
#automated .intro,
#cells .intro {
	margin-bottom: 15px;
}
#automated .intro span,
#cells .intro span {
	font-size: 24px;
	display: inline-block;
}
#automated .flex_box,
#cells .flex_box {
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 25px;
}
#automated .flex_box .inner,
#cells .flex_box .inner {
	width: 48%;
	padding-bottom: 100px;
	display: flex;
  	flex-direction: column;
	justify-content: flex-start;
}
#automated .flex_box div p,
#cells .flex_box div p {
	 flex-grow: 1; 
}
#automated .flex_box div p.name,
#cells .flex_box div p.name {
	color: var(--key-color);
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
}
#automated .flex_box div p.text,
#cells .flex_box div p.text {
	padding: 0 15px 20px;
	flex-grow: 15;
}
#cells .flex_box img {
	width: 90%;
	margin: 0 auto;
}
#automated .btn_arrow,
#cells .btn_arrow {
	text-align: center;
}
@media (max-width:640px) {
	#automated .intro span,
	#cells .intro span {
		font-size: 18px;
	}
	#automated .flex_box .inner,
	#cells .flex_box .inner {
		width: 100%;
		padding-bottom: 25px;
	}
	#automated .flex_box div p.name,
	#cells .flex_box div p.name {
		font-size: 20px;
		padding: 10px 0;
	}
	#automated .flex_box div p.text,
	#cells .flex_box div p.text {
		padding: 0 0 20px;
	}
}
/*------------------------------------------------
 #qube-384
------------------------------------------------*/
#qube .sub_head {
	margin-top: 50px;
}
#qube .sub_head .sub_midashi_01 {
	color: var(--key-color-70);
	text-align: center;
	font-weight: 500;
	font-size: 40px;
}
#qube .sub_head .sub_midashi_01 span {
	color: var(--key-color);
	font-size: 30px;
	font-weight: 500;
}
#qube .flex_box {
	justify-content: space-between;
}
#qube .flex_box .title {
	font-size: 20px;
	padding-bottom: 15px;
}
/*動画*/
#qube video {
	object-fit: cover;
	width: 100%;
	height: 450px;
}
/*.info*/
#qube .info.flex_box .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	width: 50%;
}
#qube .info.flex_box .inner:first-child {
	border-right: 1px solid;
	padding: 0 10px;
}
/*.text_box*/
#qube .text_box h2 {
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 15px;
}
/*.discover*/
#qube .discover .flex_box {
	align-items: center;
}
#qube .discover .flex_box .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 55%;
	text-align: left;
}
#qube .discover .flex_box .title {
	font-weight: 500;
	font-size: 24px;
}
#qube .discover .flex_box .btn_arrow.bk a,
#qube .dynamic .flex_box .btn_arrow.bk a {
	padding-left: 0;
}
#qube .discover .flex_box ul {
	text-align: left;
	width: 35%;
}
#qube .discover .flex_box ul li {
	list-style: disc;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
	color: var(--key-color-70);
}
#qube .discover.pd {
	padding: 60px 0;
}
#qube .discover .sp_btn.btn_arrow {
		display: none;
}
/*.fb_container*/
#qube .fb_container h2.sub_midashi_02 {
		line-height: 1.75;
	}
#qube .fb_container h2.sub_midashi_02::after {
	display: none;
}
#qube .fb_container img {
	object-fit: cover;
	width: 100%;
	height: 350px;
}
#qube .fb_container .flex_box {
	justify-content: space-between;
	text-align: center;
}
#qube .fb_container .flex_box .inner {
	display: flex;
	flex-direction: column;
	width: 47%;
	text-align: left;
}
#qube .fb_container .flex_box .inner .title {
	font-weight: 500;
	text-align: center;
}
#qube .fb_container .flex_box .inner .text {
	flex-grow: 1;
}
#qube .fb_container .flex_box.img_list {
	flex-wrap: wrap;
}
#qube .fb_container .flex_box.img_list img {
	width: 49%;
	padding-bottom: 10px;
}
/*.join*/
#qube .join {
	position: relative;
}
#qube .join .inner {
  	position: absolute;
  	top: 50%;
  	left: 26%;
  	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	color: #fff;
}
#qube .join .inner h3.sub_midashi_03 {
	font-size: 30px;
}
/*資料ダウンロード*/
#qube .dwinfo {
	padding: 60px 0;
}
#qube .dwinfo .flex_box img {
	width: 35%;
	margin-left: 50px;
}

@media (max-width: 980px) {
	#qube .sub_head .sub_midashi_01 {
		font-size: 20px;
		padding-bottom: 15px;
	}
	#qube .sub_head .sub_midashi_01 span {
		font-size: 22px;
	}
	#qube .join .inner h3.sub_midashi_03 {
		font-size: 24px;
	}
	#qube .fb_container .flex_box.img_list img {
		width: 100%;
	}
}
@media (max-width: 640px) {
	#qube .sub_head  {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	#qube .sub_head .sub_midashi_01 {
		font-size: 16px;
	}
	#qube .sub_head .sub_midashi_01 span {
		font-size: 18px;
	}
	#qube .text_box h2 {
		font-size: 18px;
	}
	#qube .flex_box .title {
		font-size: 16px;
		padding-bottom: 10px;
	}
	#qube video,
	#qube .fb_container img {
		height: 200px;
	}
	#qube .discover .flex_box .title {
		font-size: 18px;
	}
	#qube .discover .flex_box ul {
		width: 95%;
		margin: 15px 0 0 auto;
	}
	#qube .discover .flex_box ul li {
		font-size: 14px;
	}
	#qube .discover .inner .btn_arrow {
		display: none;
	}
	#qube .discover .sp_btn.btn_arrow {
		display: block;
	}
	#qube .discover.pd {
		padding: 30px 0;
	}
	#qube .join {
		height: 150px;
	}
	#qube .join img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#qube .join .inner {
		left: 35%;
	}
	#qube .join .inner h3.sub_midashi_03 {
		font-size: 18px;
		padding-bottom: 0;
	}
	#qube .dwinfo {
		padding: 30px 0;
	}
	#qube .dwinfo .flex_box img {
		width: 80%;
		margin: 15px auto 0;
	}
	#qube .info.flex_box,
	#qube .discover .flex_box,
	#qube .fb_container .flex_box {
		display: block;
	}
	#qube .info.flex_box .inner,
	#qube .discover .flex_box .inner, 
	#qube .fb_container .flex_box .inner {
		width: 100%;
	}
	#qube .fb_container .flex_box .inner:first-child {
		padding: 0 0 25px;
	}
	#qube .info.flex_box .inner:first-child {
		border: none;
		margin-bottom: 25px;
	}
}

/*------------------------------------------------
 #ethica
------------------------------------------------*/
#ethica .sub_head {
	margin-top: 50px;
}
#ethica .sub_head .sub_midashi_01 {
	color: var(--red-color);
	text-align: center;
	font-weight: 500;
	font-size: 40px;
}
#ethica .sub_head .sub_midashi_01 span {
	color: var(--key-color);
	font-size: 30px;
	font-weight: 500;
}
#ethica .flex_box {
	justify-content: space-between;
}
#ethica .flex_box .title {
	font-size: 20px;
	padding-bottom: 15px;
}
/*.info*/
#ethica .info.flex_box .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	width: 50%;
}
#ethica .info.flex_box .inner:first-child {
	border-right: 1px solid;
}
/*.text_box*/
#ethica .text_box h2 {
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 15px;
	color: var(--red-color);
}
#ethica .text_box img {
	object-fit: cover;
	width: 100%;
	height: 350px;
}
#ethica .text_box p.title {
	font-weight: bold;
}
#ethica .text_box ol {
	counter-reset:number;
  	list-style-type: none!important;
	padding-bottom: 20px;
}
#ethica .text_box ol li {
	position: relative;
  	padding-left: 30px;
  	line-height: 1.5em;
  	padding: 0.5em 0.5em 0.5em 30px;
}
#ethica .text_box ol li::before {
	position: absolute;
  	counter-increment: number;
  	content: counter(number);
  	display:inline-block;
  	background: var(--key-color);
  	color: #fff;
  	border-radius: 50%;
  	left: 0;
  	width: 23px;
  	height: 23px;
  	line-height: 23px;
  	text-align: center;
  	/*以下 上下中央寄せのため*/
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	transform: translateY(-50%);
}
#ethica .text_box ul {
	text-align: left;
	width: 35%;
}
#ethica .text_box ul li {
	list-style: disc;
	padding-bottom: 15px;
	margin-left: 15px;
	font-size: 16px;
}
#ethica .text_box ul li span {
	font-weight: 600;
}
#ethica .text_box .btn_arrow a {
	padding-left: 0;
}
/*.discover*/
#ethica .discover .flex_box {
	align-items: center;
}
#ethica .discover .flex_box .inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 55%;
	text-align: left;
}
#ethica .discover .flex_box .title {
	font-weight: 500;
	font-size: 24px;
}
#ethica .discover .flex_box .btn_arrow.color a,
#ethica .dynamic .flex_box .btn_arrow.color a {
	padding-left: 0;
}
#ethica .discover .flex_box ul {
	text-align: left;
	width: 35%;
}
#ethica .discover .flex_box ul li {
	list-style: disc;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 16px;
}
#ethica .discover.pd {
	padding: 60px 0;
}
/*.fb_container*/
#ethica .fb_container h2.sub_midashi_02 {
	line-height: 1.75;
}
#ethica .fb_container h2.sub_midashi_02,
#ethica .fb_container p.title {
	color: var(--red-color);	
}
#ethica .fb_container h2.sub_midashi_02::after {
	display: none;
}
#ethica .fb_container img {
	object-fit: cover;
	width: 100%;
	height: 450px;
}
#ethica .fb_container .flex_box {
	justify-content: space-between;
	text-align: center;
}
#ethica .fb_container .flex_box .inner {
	display: flex;
	flex-direction: column;
	width: 47%;
	text-align: left;
}
#ethica .fb_container .flex_box .inner .title {
	font-weight: 500;
	text-align: center;
}
#ethica .fb_container .flex_box ul li {
	list-style: disc;
	padding-bottom: 15px;
	margin-left: 15px;
}
#ethica .fb_container .flex_box ul.bd li {
	font-weight: bold;
	padding-bottom: 10px;
}
#ethica .dwinfo h3.sub_midashi_03 {
	color: var(--key-color-70);
	font-size: 20px;
}

@media (max-width: 640px) {
	#ethica .sub_head {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#ethica .sub_head .sub_midashi_01,
	#ethica .text_box h2 {
		font-size: 18px;
	}
	#ethica .sub_head .sub_midashi_01 span {
		font-size: 20px;
	}
	#ethica .flex_box .title {
		font-size: 16px;
	}
	#ethica .info.flex_box .inner:first-child {
		border: none;
		margin-bottom: 25px;
	}
	#ethica .discover .flex_box .title {
		font-size: 18px;
	}
	#ethica .discover .flex_box ul {
		width: 95%;
		margin: 15px 0 0 auto;
	}
	#ethica .discover .flex_box ul li {
		font-size: 14px;
	}
	#ethica .discover.pd {
		padding: 30px 0;
	}
	#ethica .fb_container img {
		height: 200px;
	}
	#ethica .text_box img {
		height: 175px;
	}
	#ethica .fb_container h2.sub_midashi_02 {
		margin-bottom: 1rem;
	}
	#ethica .dwinfo h3.sub_midashi_03 {
		font-size: 18px;
	}
	#ethica .info.flex_box,
	#ethica .discover .flex_box,
	#ethica .fb_container .flex_box {
		display: block;
	}
	#ethica .info.flex_box .inner,
	#ethica .discover .flex_box .inner,
	#ethica .fb_container .flex_box .inner {
		width: 100%;
	}
}

/*------------------------------------------------ 
 Organ-on-a-chip #ogan
------------------------------------------------*/
#ogan .intro p {
	padding-bottom: 25px;
}
#ogan .intro p.title {
	font-size: 24px;
}
#ogan .flex_box {
	align-items: center;
	justify-content: space-between;
}
#ogan .flex_box a {
	width: 45%;
} 
#ogan .flex_box p {
	width: 55%;
}
#ogan .flex_box p span {
	font-size: 30px;
	color: var(--key-color);
}
@media (max-width: 780px) {
	#ogan .flex_box {
		margin: 50px 0;
	}
	#ogan .sp_br {
		display: block;
	}
	#ogan .flex_box p {
		width: 70%;
	}
}
@media (max-width: 480px) {
	#ogan .intro p {
		padding-bottom: 15px;
	}
	#ogan .intro p.title {
		font-size: 16px;
	}
	#ogan .flex_box {
		display: block;
	}
	#ogan .flex_box p {
		width: 100%;
	}
	#ogan .flex_box p span {
		font-size: 18px;
	}
}

/*------------------------------------------------ 
#qpatch #qpatch_compact
------------------------------------------------*/
#qpatch_compact .intro p,
#qpatch .intro p {
	padding-bottom: 25px;
}
#qpatch_compact .intro iframe,
#qpatch .intro iframe {
	margin-top: 50px;
}
/*活用事例*/
#qpatch_compact .discover p {
	padding-bottom: 25px;
}
#qpatch_compact .discover p.catch {
	font-weight: 500;
	text-align: center;
}
#qpatch_compact .discover .link {
	text-align: center;
}
#qpatch_compact .discover .link a {
	background-color: var(--key-color-70);
	border: 1px solid var(--key-color-70);
	color: #fff;
	padding: 15px 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-left: 15px;
	display: inline-block;

}
#qpatch_compact .discover .link a:hover {
	background-color: #fff;
	color: var(--key-color-70);
}
#qpatch_compact .intro summary {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#qpatch_compact .intro summary::after {
	width: 20px;
	height: 20px;
}
#qpatch_compact .intro summary::after {
	left: 25em;
}
#qpatch_compact .intro .details_content {
	display: flex;
	flex-direction: column;
	padding-bottom: 25px;
	text-align: left;
}
#qpatch_compact .intro .details_content a {
	padding-bottom: 10px
}
#qpatch_compact .intro .details_content a:hover {
	color: var(--key-color);
}
#qpatch .btn_02 {
	text-align: center;
}

@media (max-width:640px) {
	#qpatch_compact .intro iframe,
	#qpatch .intro iframe {
		margin-top: 10px;
	}
	#qpatch .intro p {
		text-align: left;
	}
}







