@charset "utf-8";

@media screen and (min-width: 1025px) {
	main {
		/* padding-top: 137px; */
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 1024px) {
	main {
		padding-top: 0;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}





/* base */
.conttitle {
	position: relative;
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: all 500ms ease;
}
.conttitle::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(22, 139, 116, 0.7);
	transition: all 500ms ease;
}
.conttitle.env::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(45, 178, 0, 0.7);
	transition: all 500ms ease;
}
.conttitle.gov::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(148, 152, 151, 0.7);
	transition: all 500ms ease;
}
.conttitle.soc::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background: rgba(0, 23, 172, 0.7);
	transition: all 500ms ease;
}
.conttitle .inner {
	display: flex;
	align-items: center;
	align-content: center;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.conttitle .inner h1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 1;
}
.conttitle .inner h1 .jp {
	display: block;
	width: 100%;
	letter-spacing: 0.1em;
	text-align: center;
}
.conttitle .inner h1 .en {
	display: block;
	width: 100%;
	margin-top: 0.5em;
	font-size: 75%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	text-align: center;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
	.conttitle {
		height: 433px;
		padding: 144px 0 0;
		background: url(../img/common/h1_bg.jpg) center center / cover no-repeat;
	}
	.conttitle::before {
		top: 144px;
		width: 100%;
		height: calc(433px - 144px);
	}
	body.compact .conttitle::before {
		top: 100px;
		height: calc(433px - 100px);
	}
	.conttitle .inner {
		width: 1200px;
		padding: 0 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.conttitle {
		height: 339px;
		padding: 50px 0 0;
	}
	.conttitle::before {
		top: 50px;
		left: 0;
		width: 100%;
		height: calc(339px - 50px);
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.conttitle {
		height: calc(897 / 1564 * 100vw);
		padding: 50px 0 0;
		background: url(../img/common/h1_bg.jpg) center center / cover no-repeat;
	}
	.conttitle::before {
		top: 50px;
		width: 100%;
		height: calc((897 / 1564 * 100vw) - 50px);
	}
	.conttitle .inner {
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* module */
iframe[src*="www.google.com"] {
	width: 100%;
}
.doc p + p {
	margin-top: 1em;
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	iframe[src*="www.google.com"] {
		height: 70vh;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}

/* boxlist1 */
.boxlist1 [class*="gcol"] > h3 {
	padding: 0.5em 0.5em;
	background: #029378;
	color: #fff;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0;
}
.boxlist1 .grid p {
	letter-spacing: 0;
	line-height: 1.33;
}
@media screen and (min-width: 768px) {
	.boxlist1 [class*="gcol"] > h3 {
		font-size: 16px;
	}
	.boxlist1 .grid p {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.boxlist1 [class*="gcol"] > h3 {
		font-size: 14px;
	}
	.boxlist1 .grid p {
		font-size: 12px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.boxlist1 [class*="gcol"] > h3 {
		font-size: 16px;
	}
	.boxlist1 .grid p {
		font-size: 14px;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* fbox */
.fbox {
	position: relative;
}
.flow1.arrow .fbox + .fbox::before {
	content: "";
	content: "\f014";
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'genoh';
	font-size: inherit;
	font-style: normal;
	line-height: 1.0;
	transform: rotate(90deg);
	display: flex;
	color: #e60012;
}
.fbox .ftitle {
	display: flex;
	align-items: center;
	letter-spacing: 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	color: #029378;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(64, 64, 64, 0.15);
}
.fbox .ftitle span {
	background: -webkit-linear-gradient(-15deg, #029378 0%, #444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fbox .fdesc {
	display: flex;
	border-left: 1px solid #029378;
}
@media screen and (min-width: 768px) {
	.fbox {
		flex-wrap: wrap;
		display: flex;
		margin: 20px 0;
	}
	.flow1.arrow .fbox + .fbox {
		padding-top: 70px;
	}
	.flow1.arrow .fbox + .fbox::before {
		left: calc(50% - 20px);
		left: 120px;
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.fbox .ftitle {
		justify-content: center;
		width: 280px;
		padding: 10px 15px;
		font-size: 40px;
	}
	.fbox .fdesc {
		display: flex;
		width: calc(100% - 280px);
		padding: 10px 15px;
		border-left: 1px solid #029378;
	}
	.fbox .fdesc .fbox_s + .fbox_s {
		margin-left: 30px;
	}
	.fbox_s .ml80 {
		margin-left: 85px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.flow1.arrow .fbox + .fbox::before {
		left: 90px;
	}
	.fbox .ftitle {
		width: 220px;
		padding: 10px 15px;
		font-size: 32px;
	}
	.fbox .fdesc {
		width: calc(100% - 220px);
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.fbox {
		flex-wrap: wrap;
		display: flex;
		margin: 20px 0;
	}
	.flow1.arrow .fbox + .fbox {
		padding-top: 50px;
	}
	.flow1.arrow .fbox + .fbox::before {
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.fbox .ftitle {
		padding: 10px 0;
		font-size: 28px;
		letter-spacing: 0.1em;
	}
	.fbox .fdesc {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 15px;
		border-left: 1px solid #029378;
		font-size: 14px;
	}
	.fbox .fdesc .fbox_s {
		width: 100%;
	}
	.fbox .fdesc li {
		font-size: inherit;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}


/* .flow2 */
.fbox2 {
	position: relative;
	width: 960px;
	max-width: 100%;
	margin: 20px auto;
}
.flow2.arrow .fbox2 + .fbox2::before {
	content: "";
	content: "\f014";
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'genoh';
	font-size: inherit;
	font-style: normal;
	line-height: 1.0;
	transform: rotate(90deg);
	display: flex;
	color: #e60012;
}
.fbox2 .ftitle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1em 2em .1em;
	letter-spacing: 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	color: #029378;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(64, 64, 64, 0.15);
	background: #029378;
	color: #fff;
	line-height: 1;
}
.fbox2 .ftitle span {
	background: -webkit-linear-gradient(-15deg, #fff 0%, #eee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fbox2 .fdesc {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 1em 5em 2em;
	background: #029378;
	color: #fff;
	letter-spacing: 0;
}
.flow2 .grid {
	margin-top: 3em;
}
@media screen and (min-width: 768px) {
	.fbox2 {
		flex-wrap: wrap;
		display: flex;
	}
	.flow2.arrow .fbox2 + .fbox2 {
		padding-top: 70px;
	}
	.flow2.arrow .fbox2 + .fbox2::before {
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.fbox2 .ftitle {
		width: 100%;
		font-size: 40px;
	}
	.fbox2 .fdesc {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.flow2.arrow .fbox2 + .fbox2 {
		padding-top: 50px;
	}
	.flow2.arrow .fbox2 + .fbox2::before {
		left: calc(50% - 20px);
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	.fbox2 .ftitle {
		font-size: 32px;
	}
	.fbox2 .fdesc {
		padding: 1em 3em 2em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
	.fbox2 .ftitle {
		font-size: 22px;
	}
	.fbox2 .fdesc {
		padding: 1em 2em 2em;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}


/* slabel1 */
.slabel1 {
	width: 100%;
	max-width: 320px;
	padding: 0.5em 1px;
	background: #029378;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.slabel1.env {
	background: #2DB200;
}
.slabel1.soc {
	background: #0000B2;
}
.slabel1.gov {
	background: #949897;
}
.slabel1 + p {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.slabel1 {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* slabel2 */
.slabel2 {
	display: block;
	width: 100%;
	padding: 0.5em 1em 0.33em;
	border-bottom: 1.5px solid #029378;
	color: #029378;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.slabel2 + p {
	margin-top: 1em;
}



/* tagbox */
.tagbox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0.1em 0.5em;
	background: #e8f9f5;
}
.tagbox a {
	color: #000;
}
@media screen and (min-width: 768px) {
	.grid.tagblock div.gcol3 {
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	.tagbox {
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
	.tagbox {
		font-size: 11px;
	}
}



/* pequipment */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* pqc */
#pqc h2 {
	align-items: baseline;
}
#pqc h2 strong {
	color: #029378;
	font-size: 200%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	font-weight: normal;
	font-style: italic;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* pstrong */
#pstrong h2 {
	align-items: baseline;
}
#pstrong h2 strong {
	color: #029378;
	font-size: 200%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	font-weight: normal;
	font-style: italic;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}




/* pproductcatalog */
#pproductcatalog h2 {
	flex-wrap: wrap;
}
#pproductcatalog h2 > span {
	display: block;
	width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/*  */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



/* sitetop */
#psitetop .sec1 h2 span,
#psitetop .sec2 h2 span,
#psitetop .sec4 h2 span,
#psitetop h3 span {
	display: block;
	width: 100%;
}
#psitetop .sec1 h2 span.en,
#psitetop .sec2 h2 span.en,
#psitetop .sec4 h2 span.en,
#psitetop h3 span.en {
	color: #029378;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	text-align: left;
}
#psitetop .sec1 .parts a {
	display: block;
}
#psitetop .main_img {
	position: relative;
}
#psitetop .main_img .title {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}
#psitetop .main_img .title h1 {
	width: 100%;
	line-height: 1.25;
}
#psitetop .main_img .title h1 span {
	display: block;
	width: 100%;
	text-align: center;
}
#psitetop .main_img .title h1 + p {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	#psitetop .main_img {
		width: 100%;
		overflow: hidden;
	}
	#psitetop .main_img .slider {
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	#psitetop .main_img video {
		width: 100%;
		height: auto;
	}
	#psitetop .main_img .title {
		padding-top: 144px;
		/* text-shadow: 0 0 3px rgba(64, 64, 64, 0.5); */
		background-color: rgba(0, 0, 0, 0.5);
	}
	body.compact #psitetop .main_img .title {
		padding-top: 100px;
	}
	#psitetop .main_img .title h1 span.en {
		font-size: 75%;
	}
	#psitetop .main_img .title h1 + p {
		letter-spacing: 0.1em;
	}
	#psitetop .sec1 {
		padding: 0px 20px;
		background: url(../img/top/sec1.jpg) calc(50% + 16px) top / auto 999px no-repeat;
	}
	#psitetop .sec1 .inner {
		padding: 30px 0 60px;
	}
	#psitetop .sec1 h2,
	#psitetop .sec2 h2,
	#psitetop .sec4 h2,
	.dummy {
		margin: 30px 0 120px;
		padding: 0;
		flex-wrap: wrap;
		height: 100px;
		font-weight: normal;
		background-image: none;
		line-height: 1.0;
		text-align: center;
	}
	#psitetop .sec1 h2 span.en,
	#psitetop .sec2 h2 span.en,
	#psitetop .sec4 h2 span.en,
	.dummy {
		font-size: 46px;
	}
	#psitetop .sec1 h2 span.ja,
	#psitetop .sec2 h2 span.ja,
	#psitetop .sec4 h2 span.ja,
	.dummy {
		font-size: 24px;
		line-height: 1.75;
		text-align: left;
	}
	#psitetop .sec2 h2 span.en,
	#psitetop .sec4 h2 span.en,
	.dummy {
		text-align: center;
	}
	#psitetop .sec2 h2 span.ja,
	#psitetop .sec4 h2 span.ja,
	.dummy {
		text-align: center;
	}
	#psitetop .sec1 h3 {
		height: 80px;
	}
	#psitetop .sec1-1 h3 {
		
		margin-bottom: 518px;
	}
	#psitetop .sec1 .parts {
		display: flex;
		width: 100%;
	}
	#psitetop .sec1 .parts a {
		font-size: 14px;
		text-align: center;
		color: #000;
		transition: all 250ms ease;
		cursor: default;
		line-height: 1.25;
	}
	#psitetop .sec1-1 .parts a {
		width: 176px;
		width: calc(176 / 1200 * 100%);
		padding-top: 125px;
		background: rgba(255, 255, 255, 0);
	}
	#psitetop .sec1 .parts a:hover {
		/* background: rgba(255, 255, 255, 0.2); */
		text-decoration: none;
	}
	#psitetop .sec1-1 .parts a + a {
		margin-left: 17px;
		margin-left: calc(18 / 1200 * 100%);
	}
	#psitetop .sec1-1 .parts a:nth-of-type(5) {
		margin-left: 75px;
		margin-left: calc(75 / 1200 * 100%);
	}
	#psitetop .sec1-2 {
		margin-top: 60px;
	}
	#psitetop .sec1-2 h3 {
		margin-bottom: 30px;
	}
	#psitetop .sec1-2 .parts {
		display: flex;
		width: 100%;
	}
	#psitetop .sec1-2 .parts a {
		width: 224px;
		width: calc(224 / 1200 * 100%);
		border-top: 8px solid #029378;
		padding-top: 8px;
	}
	#psitetop .sec1-2 .parts a + a {
		margin-left: 19.9px;
		margin-left: calc(19.9 / 1200 * 100%);
	}
	
	#psitetop .sec2 {
		background: url(../img/top/sec3_bg.jpg) center top no-repeat;
	}
	#psitetop .sec2 > .inner {
		padding-bottom: 90px;
	}
	#psitetop .sec2 .support {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		
	}
	#psitetop .sec2 .support a {
		display: flex;
		width: calc(585 / 1200 * 100%);
		height: calc(380 / 1200 * 100vw);
		max-height: 380px;
		padding: 0 10px;
		text-decoration: none;
		cursor: pointer;
		color: #000;
		line-height: 1;
	}
	#psitetop .sec2 .support .title {
		padding-top: 0.75em;
		font-size: 28px;
	}
	#psitetop .sec2 .support .no {
		font-size: 48px;
		color: #e60012;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	}
	#psitetop .sec2 .support .support1 {
		margin-bottom: 9px;
		background: url(../img/top/sec3_1.png) center bottom / contain no-repeat;
	}
	#psitetop .sec2 .support .support1 .no,
	#psitetop .sec2 .support .support3 .no {
		margin-right: 0.2em;
	}
	#psitetop .sec2 .support .support2 {
		justify-content: flex-end;
		margin-bottom: 9px;
		background: url(../img/top/sec3_2.png) center bottom / contain no-repeat;
	}
	#psitetop .sec2 .support .support2 .no,
	#psitetop .sec2 .support .support4 .no {
		margin-left: 0.25em;
		order: 2;
	}
	#psitetop .sec2 .support .support2 .title,
	#psitetop .sec2 .support .support4 .title {
		order: 1;
	}
	#psitetop .sec2 .support .support3 {
		align-content: flex-end;
		align-items: flex-end;
		background: url(../img/top/sec3_3.png) center top / contain no-repeat;
	}
	#psitetop .sec2 .support .support4 {
		justify-content: flex-end;
		align-content: flex-end;
		align-items: flex-end;
		background: url(../img/top/sec3_4.png) center top / contain no-repeat;
	}
	#psitetop .sec2 .support .support3 .title,
	#psitetop .sec2 .support .support4 .title {
		padding-bottom: 0.4em;
	}
	
	#psitetop .sec3 .inner {
		max-width: 1367px;
	}
	#psitetop .sec3 h3 {
		margin-bottom: 1em;
	}
	#psitetop .sec3 h3 > span {
		font-size: 75%;
	}
	#psitetop .sec3 .btnblock {
		margin-top: 2em;
	}
	#psitetop .sec3 .btnblock + .btnblock {
		margin-top: 1em;
	}
	#psitetop .sec3 .text {
		width: 100%;
		min-height: 480px;
		padding: 40px;
		background: #f8f8f8;
	}
	#psitetop .sec3 .img {
		position: absolute;
		top: 0;
		width: calc(784 / 1367 * 100%);
		height: calc(549 / 1367 * 100%);
		z-index: 1;
	}
	#psitetop .sec3-1 {
		position: relative;
		margin-bottom: 100px;
		padding-top: 132px;
		padding-left: calc(582 / 1367 * 100%);
	}
	#psitetop .sec3-1 .img {
		left: 0;
	}
	#psitetop .sec3-1 .text {
		padding-left: calc(248 / 784 * 100%);
		padding-right: calc(80 / 784 * 100%);
	}
	#psitetop .sec3-2 {
		position: relative;
		padding-top: 132px;
		padding-right: calc(582 / 1367 * 100%);
	}
	#psitetop .sec3-2 .img {
		right: 0;
	}
	#psitetop .sec3-2 .text {
		padding-right: calc(248 / 784 * 100%);
		padding-left: calc(80 / 784 * 100%);
	}
	
	#psitetop .sec4 .list .item {
		display: flex;
		justify-content: space-between;
	}
	#psitetop .sec4 .list .item .img {
		width: calc(50% - 10px);
	}
	#psitetop .sec4 .list .item .text {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: calc(50% - 10px);
	}
	#psitetop .sec4 .list .item .text .cate {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(50% - 5px);
		height: 2em;
		line-height: 1;
	}
	#psitetop .sec4 .list .item .text .date {
		width: calc(50% - 5px);
	}
	#psitetop .sec4 .list .item .text > a {
		width: 100%;
		margin-top: 1em;
		color: #000;
		line-height: 1.2;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#psitetop .main_img .title {
		padding-top: 50px;
	}
	#psitetop .sec1 {
		background: url(../img/top/sec1.jpg) calc(50% + 9px) top / auto 599px no-repeat;
	}
	#psitetop .sec1 .inner {
		width: 728px;
	}
	#psitetop .sec1 h2,
	#psitetop .sec2 h2,
	#psitetop .sec4 h2,
	.dummy {
		height: 60px;
		margin: 0 0 84px;
	}
	#psitetop .sec1 h2 span.en,
	#psitetop .sec2 h2 span.en,
	#psitetop .sec4 h2 span.en,
	.dummy {
		font-size: 27.6px;
	}
	#psitetop .sec1 h2 span.ja,
	#psitetop .sec2 h2 span.ja,
	#psitetop .sec4 h2 span.ja,
	.dummy {
		font-size: 14.4px;
	}
	#psitetop .sec1 h3 {
		height: 48px;
	}
	#psitetop .sec1-1 h3 {
		margin-bottom: 301px;
	}
	#psitetop .sec1 .parts {
		
	}
	#psitetop .sec1 .parts a {
		font-size: 8.4px;
	}
	#psitetop .sec1-1 .parts a {
		width: 105.6px;
		width: calc(176 / 1200 * 100%);
		padding-top: 78px;
	}
	#psitetop .sec1-1 .parts a + a {
		margin-left: 10.2px;
		margin-left: calc(17 / 1200 * 100%);
	}
	#psitetop .sec1-1 .parts a:nth-of-type(5) {
		margin-left: 45px;
		margin-left: calc(75 / 1200 * 100%);
	}
	
	#psitetop .sec2 .inner {
		width: 728px;
	}
		
	#psitetop .sec4 .list .item .text .cate {
		font-size: 10px;
		letter-spacing: 0;
	}
	#psitetop .sec4 .list .item .text .date {
		font-size: 10px;
		letter-spacing: 0;
	}
	#psitetop .sec4 .list .item .text > a {
		font-size: 12px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#psitetop .main_img {
		width: 100%;
		overflow: hidden;
	}
	#psitetop .main_img .slider {
		display: flex;
		justify-content: center;
		overflow: hidden;
	}
	#psitetop .main_img video {
		width: 150%;
		height: auto;
		margin-left: -25%;
	}
	#psitetop .main_img .title {
		padding-top: 50px;
		/* text-shadow: 0 0 3px rgba(64, 64, 64, 0.5); */
		background-color: rgba(0, 0, 0, 0.5);
	}
	#psitetop .main_img .title h1 {
		font-size: calc(60 / 750 * 100vw);
	}
	#psitetop .main_img .title h1 span {
		font-size: calc(60 / 750 * 100vw);
	}
	#psitetop .main_img .title h1 span.en {
		margin-top: 0.5em;
		font-size: calc(40 / 750 * 100vw);
	}
	#psitetop .main_img .title h1 + p {
		margin-top: 1em;
	}
	
	#psitetop .sec1 {
		padding: 0 20px;
		background: url(../img/sp/top/sec1_bg.jpg) center top / contain no-repeat,
			url(../img/sp/top/sec1_bg2.jpg) center calc(1600 / 750 * 100vw) / contain no-repeat;
	}
	#psitetop .sec1 .inner {
		padding: 30px 0 60px;
	}
	#psitetop .sec1 h2,
	#psitetop .sec2 h2,
	#psitetop .sec4 h2,
	.dummy {
		margin: 0 0 calc(160 / 1200 * 100%);
		padding: 0;
		flex-wrap: wrap;
		height: calc(156 / 1200 * 100%);
		font-weight: normal;
		background-image: none;
		line-height: 1.0;
		letter-spacing: 0;
	}
	#psitetop .sec4 h2 {
		margin: 0 0 calc(40 / 1200 * 100%);
	}
	#psitetop .sec1 h2 {
		height: calc(150 / 750 * 100vw);
	}
	#psitetop .sec1 h2 span.en,
	#psitetop .sec2 h2 span.en,
	#psitetop .sec4 h2 span.en,
	.dummy {
		font-size: calc(44 / 750 * 100vw);
	}
	#psitetop .sec1 h2 span.ja,
	#psitetop .sec2 h2 span.ja,
	#psitetop .sec4 h2 span.ja,
	.dummy {
		font-size: calc(40 / 750 * 100vw);
		line-height: 1.2;
		text-shadow: 1px 2px 1px #ffffff;;
		
	}
	#psitetop .sec2 h2 span.en,
	#psitetop .sec4 h2 span.en,
	.dummy {
		text-align: center;
	}
	#psitetop .sec2 h2 span.ja,
	#psitetop .sec4 h2 span.ja,
	.dummy {
		text-align: center;
	}
	
	#psitetop .sec1 h3 {
		height: calc(125 / 750 * 100vw);
	}
	#psitetop .sec1-1 h3 {
		margin-bottom: calc(400 / 750 * 100vw);
	}
	#psitetop .sec1 .parts {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	#psitetop .sec1 .parts a {
		margin: calc(30 / 750 * 100vw) 0;
		font-size: 14px;
		text-align: center;
		color: #000;
		transition: all 250ms ease;
		cursor: default;
		line-height: 1.25;
	}
	#psitetop .sec1-1 .parts a {
		width: calc((100% - 20px) / 2);
		padding-top: calc(230 / 750 * 100vw);
		border-top: calc(15 / 750 * 100vw) solid #029378;
		background: rgba(255, 255, 255, 0);
	}
	
	#psitetop .sec1-1 .parts a:nth-of-type(1) {
		background: url(../img/sp/top/sec1_1.jpg) center calc(15 / 750 * 100vw) / contain no-repeat;
	}
	#psitetop .sec1-1 .parts a:nth-of-type(2) {
		background: url(../img/sp/top/sec1_2.jpg) center calc(15 / 750 * 100vw) / contain no-repeat;
	}
	#psitetop .sec1-1 .parts a:nth-of-type(3) {
		background: url(../img/sp/top/sec1_3.jpg) center calc(15 / 750 * 100vw) / contain no-repeat;
	}
	#psitetop .sec1-1 .parts a:nth-of-type(4) {
		background: url(../img/sp/top/sec1_4.jpg) center calc(15 / 750 * 100vw) / contain no-repeat;
	}
	#psitetop .sec1-1 .parts a:nth-of-type(5) {
		margin-top: calc(640 / 750 * 100vw);
		background: url(../img/sp/top/sec1_5.jpg) center calc(15 / 750 * 100vw) / contain no-repeat;
	}
	#psitetop .sec1-1 .parts a:nth-of-type(6) {
		margin-top: calc(640 / 750 * 100vw);
		background: url(../img/sp/top/sec1_6.jpg) center calc(15 / 750 * 100vw) / contain no-repeat;
	}
	
	#psitetop .sec1-2 .parts a {
		width: calc((100% - 20px) / 2);
		padding-top: calc(15 / 750 * 100vw);
		border-top: calc(15 / 750 * 100vw) solid #029378;
		background: rgba(255, 255, 255, 0);
	}
	
	#psitetop .sec2 .support a {
		display: flex;
		width: calc(585 / 750 * 100vw);
		height: calc(380 / 750 * 100vw);
		max-height: calc(380 / 750 * 100vw);
		margin: 0 auto calc(60 / 750 * 100vw);
		padding: 0 calc(12 / 750 * 100vw);
		text-decoration: none;
		cursor: pointer;
		color: #000;
		line-height: 1;
	}
	#psitetop .sec2 .support .title {
		padding-top: 0.5em;
		font-size: calc(35 / 750 * 100vw);
	}
	#psitetop .sec2 .support .no {
		font-size: calc(70 / 750 * 100vw);
		color: #e60012;
		font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
	}
	#psitetop .sec2 .support .support1 {
		background: url(../img/sp/top/sec3_1.png) center bottom / contain no-repeat;
	}
	#psitetop .sec2 .support .support1 .no,
	#psitetop .sec2 .support .support3 .no {
		margin-right: 0.2em;
	}
	#psitetop .sec2 .support .support2 {
		justify-content: flex-end;
		background: url(../img/sp/top/sec3_2.png) center bottom / contain no-repeat;
	}
	#psitetop .sec2 .support .support2 .no,
	#psitetop .sec2 .support .support4 .no {
		margin-left: 0.25em;
		order: 2;
	}
	#psitetop .sec2 .support .support2 .title,
	#psitetop .sec2 .support .support4 .title {
		order: 1;
	}
	#psitetop .sec2 .support .support3 {
		align-content: flex-end;
		align-items: flex-end;
		background: url(../img/sp/top/sec3_3.png) center top / contain no-repeat;
	}
	#psitetop .sec2 .support .support4 {
		justify-content: flex-end;
		align-content: flex-end;
		align-items: flex-end;
		background: url(../img/sp/top/sec3_4.png) center top / contain no-repeat;
	}
	#psitetop .sec2 .support .support3 .title,
	#psitetop .sec2 .support .support4 .title {
		padding-bottom: 0.4em;
	}
	
	#psitetop .sec2 {
		background: url(../img/sp/top/sec3_bg.jpg) center top / contain no-repeat;
	}
	#psitetop .sec2 > .inner {
		padding-bottom: 90px;
	}
	
	#psitetop .sec3 .inner {
		padding-left: 0;
		padding-right: 0;
	}
	#psitetop .sec3 h3 {
		margin-bottom: 1em;
		font-size: calc(50 / 750 * 100vw);
		text-align: center;
		font-weight: normal;
		letter-spacing: 0;
	}
	#psitetop .sec3 h3 > span {
		font-size: 75%;
	}
	#psitetop .sec3 .text{
		margin-top: 2em;
		padding-left: 25px;
		padding-right: 25px;
	}
	#psitetop .sec3-1 {
		margin-bottom: 3em;
	}
	
	#psitetop .sec4 {
		padding-top: 60px;
	}
	
	#psitetop .sec4 .list .item {
		display: flex;
		justify-content: space-between;
	}
	#psitetop .sec4 .list .item .img {
		width: calc(50% - 10px);
	}
	#psitetop .sec4 .list .item .text {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: calc(50% - 10px);
		font-size: 12px;
		letter-spacing: 0;
	}
	#psitetop .sec4 .list .item .text .cate {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(50% - 5px);
		height: 2em;
		font-size: calc(20 / 750 * 100vw);
		line-height: 1;
	}
	#psitetop .sec4 .list .item .text .date {
		width: calc(50% - 5px);
		font-size: calc(20 / 750 * 100vw);
	}
	#psitetop .sec4 .list .item .text > a {
		width: 100%;
		margin-top: 1em;
		color: #000;
		line-height: 1.2;
	}
	
	
}
@media screen and (max-width: 480px) {
}
.cate {
	background: #029378;
	color: #fff;
}
.cate.news {
	background: #029378;
	color: #fff;
}
.cate.blog {
	background: #029378;
	color: #fff;
}
.cate.exhibition {
	background: #ff3838;
	color: #fff;
}

/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 90%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	/*color: #fbe3e4;*/
	border-color: #F65053;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(../img/common/ask/ask_error.png);
	outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(../img/common/ask/ask_ok.png);
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}
.button {
	width: 320px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 480px;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 500px;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 450px;
		padding: 5px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 2px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 5px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}







/* pmicropump */
@media screen and (min-width: 768px) {
	#pmicropump .sec2 .sec2_pc > div:first-of-type {
		padding: 5px 0;
		background: url(../img/micropump/pump_bg.jpg) center center / cover no-repeat;
	}
	#pmicropump .sec2 .img {
		width: 100%;
		padding-right: calc(500 / 1200 * 100%);
	}
	#pmicropump .sec2 .img img {
		display: block;
		width: 100%;
		height: auto;
	}
	#pmicropump .sec2 .img2 {
		width: 100%;
	}
	#pmicropump .sec2 .img2 img {
		display: block;
		width: 100%;
		height: auto;
	}
	#pmicropump .tagblock {
		margin-left: 0;
		padding-right: calc(496 / 1200 * 100%);
		font-size: 14px;
		letter-spacing: 0;
	}
	#pmicropump .tagblock > div {
		margin-bottom: 5px;
	}
	#pmicropump .tagblock .tagbox {
		background: #029378;
		color: #fff;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#pmicropump .tagblock {
		font-size: 11px;
	}
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
	#pmicropump .tagblock > div {
		margin-top: 0;
		margin-bottom: 5px;
	}
	#pmicropump .tagblock .tagbox {
		height: 3em;
		background: #029378;
		color: #fff;
		font-size: calc(16 / 750 * 100vw);
		letter-spacing: -0.05em;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}







/*  */
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 481px) and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}



