#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0 !important;
}

/*
=================================== */
.kv_block .block1 {
	padding: 0;
}

.kv_block .block1>span {
	display: none;
}

.kv_block .block1>a {
	display: none;
}

.kv_block .lead {
	display: none;
}

.kv_block .ex {
	display: none;
}

.kv_block .ex .yellow {
	color: #ffff66;
}

/* 背景色設定 */
.top_area10,
.top_area2,
.top_area8 {
	background-color: #eef6f9;
}

.news_index ul {
	margin: 0 0 30px;
	border-top: 1px dashed #a9a9a9;
}

.news_index li {
	border-bottom: 1px dashed #a9a9a9;
}

.news_index li a {
	display: block;
	padding: 20px 0 15px;
}

.news_index li .dateline {
	margin: 0 0 5px;
	line-height: 25px;
}

.news_index li .date {
	display: inline-block;
	margin: 0 25px 0 0;
	font-weight: normal;
}

.news_index li .cat {
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #fe9732;
}

.news_index li .title {
	color: #36C;
	line-height: 1.4;
}

.morebox {
	margin: 0 auto;
	width: 250px;
}

.morebox a {
	display: block;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	background-color: #0a4e8f;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.top_area2 {
	padding: 0;
}

.top_area4 {
	/* background-color: #eef6f9; */
}


/* 中和抗体の検査方法 */
.link_block {}

.link_block_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.link_block_item {
	/* width: 480px; */
	width: 100%;
	margin-bottom: 20px;
}

.link_block_link {
	text-align: center;
	border: 1px solid #003366;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
	color: #003366;
	position: relative;
	background-color: #fff;
}

.link_block_link::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	background-color: #a4cfdd;
	opacity: 0;
	transition: .2s;
}

.link_block_link:hover::after {
	opacity: .2;
}

.link_block_ttl {
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 15px;
}

.link_block_ttl_large {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.9rem;
}

.link_block_ttl_small {
	display: block;
	margin-bottom: 30px;
	line-height: 2;
}

.link_block_img {
	width: 95%;
	margin-bottom: 40px;
}

.link_block_detail {}





.product_block {
	margin: 0 0 20px;
}

.product_block .image_block {
	margin: 0 auto 25px;
	max-width: 420px;
}

.product_block .image_block p {
	margin: 0 0 20px 0;
	box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.3);
}

.product_block .image_block p:last-child {
	margin-bottom: 0;
}

.data_block h3 {
	margin: 0 15px 10px 0;
	font-size: 1.8rem;
}

.data_block h3.b {
	margin: 0 0 5px;
}

.data_block h3 span {
	margin: 0 0 0 5px;
	color: #C00;
	font-weight: bold;
	font-size: 1.6rem;
}

.data_block .checklist {
	margin: 0 15px 20px 0;
}

.data_block .checklist li {
	background: url('../images/common/icon_check.svg') no-repeat left 6px;
	background-size: 20px 14px;
	margin: 0 0 8px;
	padding: 0 0 0 30px;
	line-height: 1.7;
}

.data_block .checklist li:last-child {
	margin-bottom: 0;
}

.tablebox {
	margin: 0 0 25px;
	font-size: 1.4rem;
	overflow-x: scroll;
}

.tablebox table {
	width: 440px;
	border-top: 1px solid #cccbcb;
	border-left: 1px solid #cccbcb;
}

.tablebox th {
	padding: 10px;
	text-align: left;
	background-color: #cde9f4;
	border-right: 1px solid #cccbcb;
	border-bottom: 1px solid #cccbcb;
}

.tablebox th.th1 {
	width: 240px;
}

.tablebox th.th2 {
	width: 300px;
	text-align: center;
}

.tablebox td {
	padding: 10px;
	border-right: 1px solid #cccbcb;
	border-bottom: 1px solid #cccbcb;
}

.tablebox td.price {
	color: #C00;
	font-weight: bold;
}

.data_block .exbox {
	margin: 0 15px 15px 0;
}

.data_block .exbox p {
	line-height: 1.8;
}

.data_block .list1 {
	margin: 0 15px 15px 0;
}

.data_block .list1 ul {
	margin: 0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.data_block .list1 li {
	margin: 0 0 2px;
}

.data_block .list1 li:last-child {
	margin-bottom: 0;
}

.data_block .list1 li a {
	color: #36c;
}

.data_block .list2 {
	margin: 0 15px 0 0;
	color: #C00;
	font-size: 1.4rem;
}

.data_block .list2 li {
	margin: 0 0 2px;
}

.data_block .list2 li:last-child {
	margin-bottom: 20px;
}

.top_area2 .morebox {
	padding: 0 15px 0 0;
}

.flow_block {
	margin: 0 auto 15px;
	width: 220px;
}

.flowbox {
	background: url('../images/common/icon_arrow3.svg') no-repeat center bottom 12px;
	background-size: 38px 22px;
	padding: 0 0 40px;
}

.flowbox.flow4 {
	background: none;
	padding: 0;
}

.flowbox .flabel {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 130px 130px;
	margin: 0 0 10px;
	padding: 140px 0 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.flowbox.flow1 .flabel {
	background-image: url('../images/top/top_flow1.svg');
}

.flowbox.flow2 .flabel {
	background-image: url('../images/top/top_flow2.svg');
}

.flowbox.flow3 .flabel {
	background-image: url('../images/top/top_flow3.svg');
}

.flowbox.flow4 .flabel {
	background-image: url('../images/top/top_flow4.svg');
}

.flowbox .fex {
	line-height: 1.8;
}

.top_area3 .checkline {
	color: #c00;
	font-size: 1.4rem;
}

.form_block {
	margin: 0 0 20px;
}

.form_block table {
	width: 100%;
}

.form_block th {
	display: block;
	padding: 10px 0;
	text-align: left;
}

.form_block th b {
	display: block;
	background: url('../images/common/icon_ne.svg') no-repeat right 1px;
	background-size: 34px 20px;
}

.form_block td {
	display: block;
	padding: 0 0 10px;
}

.form_block td .tdline {
	margin: 0 0 10px;
}

.form_block td .tdline:last-child {
	margin: 0;
}

.form_block td ul {
	margin: 0 0 10px;
}

.form_block td ul:last-child {
	margin: 0;
}

.form_block td li {
	margin: 0 0 5px;
}

.form_block td li:last-child {
	margin: 0;
}

.form_block td label {
	margin: 0 0 0 5px;
}

.selectbox {
	background-color: #FFF;
	margin: 0 0 10px;
	border: 1px solid #cbcbcb;
}

.selectbox:last-child {
	margin: 0;
}

.select100 {
	background: url('../images/common/icon_pull.svg') no-repeat right 10px center;
	background-size: 14px 11px;
	padding: 0 40px 0 10px;
	width: 100%;
	/* width: 400px; */
	height: 40px;
	line-height: 40px;
	border: none;
}

.input100 {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	border: 1px solid #cbcbcb;
}

.area51 {
	padding: 10px;
	width: 100%;
	height: 250px;
	background-color: #FFF;
	border: 1px solid #cbcbcb;
}

.error {
	margin: 0 0 10px;
	color: #F00;
	font-size: 1.4rem;
	font-weight: bold;
}

.error:last-child {
	margin-bottom: 0;
}

.check {
	margin: 0 0 20px;
}

.check p {
	line-height: 1.8;
	font-size: 1.4rem;
}

.btn_block p {
	margin: 0 auto;
	width: 250px;
}

.btn_block .back {
	margin-bottom: 15px;
}

.btn_block p a,
.form_btn{
	display: block;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	background-color: #eb3058;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    border:0;
    width:250px;
}

.btn_block .back a {
	background-color: #0a4e8f;
}

.fread {
	margin: 0 0 25px;
}


/*
=================================== */
.ex_block {
	margin: 0 0 20px;
}

.ex_block:last-child {
	margin-bottom: 0;
}

.ex_block .imagebox {
	margin: 0 auto 20px;
	max-width: 500px;
	width: 100%;
	/* box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.3); */
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 25px 0; */
}

.ex_block .imagebox img {
	width: 100%;
}


.ex_block .ex h3 {
	margin: 0 0 10px;
	font-size: 1.8rem;
}

.ex_block .ex p {
	margin: 0 0 15px;
	line-height: 1.8;
}

.ex_block .ex p:last-child {
	margin-bottom: 0;
}

.ex_block .ex p.sub {
	padding: 15px 0 0;
	font-size: 1.4rem;
}

.ex_block a {
	color: #36c;
}

.ex_block .note {
	font-size: 1.4rem;
}

/*
=================================== */
.thanks {
	padding: 40px 0 50px;
}

.thanks .ex {
	margin: 0 0 20px;
}

.thanks .link {
	text-align: center;
}

.thanks .link a {
	color: #369;
}


/* 検査手順 */
.step_block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.step_block_item {
	width: 230px;

}

.step_block_img {
	width: 230px;
	height: 220px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;

}

.step_block_img img {
	width: 190px;
}

.step_block_ttl {
	font-size: 2rem;
	color: #003366;
	margin-bottom: 10px;
}

.step_block_item p {
	display: block;
	margin-bottom: 30px;
}

.feature_block {
	flex-direction: column;
}

.feature_block_item {
	padding: 10px 20px;
	margin: 0 auto;
}

.feature_block_img {
	text-align: center;
}

.feature_block_txt {
	text-align: center;
}


/* 本製品の特長 */
.tpf_ex{
    display:flex;
    justify-content:space-between;
    width:100%;
    flex-wrap: wrap;
}
.tpf_ef_box{
    box-sizing:border-box;
    width:100%;
    padding:30px 20px;
    border:1px solid #cde9f3;
    border-radius:10px;
    background:#eef6f9;
    margin-bottom:20px;
}
.tpf_ef_box h3{
    position:relative;
    margin-bottom:30px;
    font-size:1.5em;
    padding-left:1.5em;
    color:#cc0033;
}
.tpf_ef_box h3 span{
    position:absolute;
    left:0;
    width:1.1em;
}



@media screen and (min-width: 768px) {

	/*
	=================================== */

	/* .feature_block {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	} */

	.kv_block .block1>span {
		display: inline-block;
		padding: 0px 10px 8px;
		line-height: 40px;
	}

	.block1>span.top_t{
		position:absolute;
		top:270px;
		right:20px;
	}


	/* 本製品の特長 */
	.tpf_ef_box{
        margin-bottom: 0;
		width:32%;
	}
    

	/* 検査手順 */
	.step_block {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;

	}

	.step_block_item:not(:nth-child(4n-3)) {
		margin-left: 25px;
	}


	.kv_block {
		background: url('../images/top/kv_back.jpg') no-repeat center center;
		background-size: cover;
		margin: 0;
		background-color: #edf6f9;
	}

	.kv_block .block1 {
		padding-top: 81px;
		height: 600px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.kv_block .block1::before {
		position: absolute;
		content: '';
		top: 400px;
		left: 50%;
		transform: translateX(-50%);
		background: url(../images/top/kv_image.png) no-repeat center center / contain;
		width: 883px;
		height: 270px;
	}

	.kv_block .block1 a {
		display: block;
		width: 150px;
		height: 150px;
		border-radius: 999px;
		background: #eb3058;
		color: #fff;
		position: absolute;
		bottom: -13%;
		right: 10.5%;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);

	}

	.kv_block .block1 a div img {
		display: inline-block;
		margin: 0 auto;
		width: 33px;
		height: 25px;
	}

	.kv_block .block1 a div p {
		position: relative;
		font-size: 2rem;
		line-height: 1.3;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-top: 12px;
	}

	/* .kv_block .block1 a div p::before {
		display: inline-block;
		content: '';
		width: 33px;
		height: 25px;
		margin-bottom: 5px;
		background: url('../images/top/top_mail.png') no-repeat center top;
	} */

	.kv_block .imagebox {
		display: none;
	}

	.kv_block .lead {
		display: block;
		margin: 0 0 10px;
		line-height: 1.4;
		font-size: 4.5rem;
		font-weight: bold;
		font-feature-settings: "palt";
	}

	.kv_block .lead b {
		color: #ff6;
	}

	.kv_block .ex {
		display: block;
		font-size: 1.8rem;
	}

	.top_area0 {
		margin-top: 50px;
	}

	.news_index ul {
		margin: 0 auto 50px;
	}

	.news_index li a {
		padding: 15px 15px 15px 280px;
		position: relative;
	}

	.news_index li .dateline {
		position: absolute;
		top: 15px;
		left: 15px;
		margin: 0;
	}

	.news_index li a:hover .title {
		color: #fe9732;
	}

	.top_area2 .block2 {
		padding-right: 80px;
	}

	.top_area10 {
		/* margin-top: 50px; */
		padding-bottom: 180px;
	}

	/* 中和抗体の検査方法 */
	.link_block {}

	.link_block_list {
		/* width: 100%;
	display: flex;
	justify-content: space-between; */
		flex-direction: row;
	}

	.link_block_item {
		/* width: 480px; */
		width: 480px;
		height: 268px;
		margin-bottom: 0;
	}

	.link_block_link {
		/* text-align: center;
	border: 1px solid #003366;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
	color: #003366;
	position: relative; */
	}

	.link_block_link::after {
		/* position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	left: 0;
	background-color: #a4cfdd;
	opacity: 0;
	transition: .2s; */
	}

	.link_block_link:hover::after {
		/* opacity: .2; */
	}

	.link_block_ttl {
		/* font-size: 2rem; */
	}

	.link_block_ttl_large {
		margin-bottom: 20px;
		/* display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px; */
	}

	.link_block_ttl_small {
		/* display: block;
	margin-bottom: 30px; */
	}

	.link_block_img {
		/* width: 414px;
		height: 268px; */
		width: 275px;
		height: 190px;
	}

	.link_block_detail {}

	.product_block {
		margin: 0 0 40px;
	}

	.product_block .image_block {
		margin: 0;
		width: 420px;
		float: left;
	}

	.product_block .image_block p {
		margin: 0 0 30px;
	}

	.product_block .data_block {
		width: 530px;
		float: right;
	}

	.data_block h3 {
		margin: 0 0 20px;
		font-size: 2.0rem;
	}

	.data_block h3.product_name {
		color: #003366;
	}

	.data_block h3.b {
		margin: 0 0 10px;
	}

	.data_block .checklist {
		margin: 0 0 20px;
	}

	.tablebox {
		font-size: 1.6rem;
		overflow-x: visible;
	}

	.tablebox table {
		width: 100%;
	}

	.tablebox th {
		padding: 15px;
		width: auto;
	}

	.tablebox th.th2 {
		width: 270px;
	}

	.tablebox td {
		padding: 15px;
	}

	.data_block .exbox {
		margin: 0 0 15px;
	}

	.data_block .list1 {
		margin: 0 0 15px;
	}

	.data_block .list2 {
		margin: 0;
	}

	.data_block .list2.mb {
		margin: 0 0 15px;
	}

	.top_area1 {
		/* padding: 50px 0 0 0; */
		/* margin: 180px 0 0 0; */
		margin-top: 0;
	}

	.top_area1#contact {
		margin: 0;
	}

	.top_area2 {
		padding: 0;
	}

	.top_area2 .morebox {
		padding: 0;
	}

	.top_area7 {
		/* background-color: #edf6f9; */
	}

	.flow_block {
		margin: 0 0 40px;
		width: 1000px;
	}

	.flowbox {
		background: url('../images/common/icon_arrow2.svg') no-repeat right 12px center;
		background-size: 22px 38px;
		padding: 0 40px 0 0;
		width: 260px;
		float: left;
	}

	.flowbox.flow4 {
		width: 220px;
	}

	.flowbox .flabel {
		font-size: 2.0rem;
	}

	.form_block {
		margin: 0 auto 40px;
		width: 680px;
	}

	.form_block th {
		display: table-cell;
		padding: 18px 0;
		width: 240px;
		vertical-align: top;
	}

	.form_block td {
		display: table-cell;
		padding: 18px 10px 18px 30px;
	}

	.form_block td.input1 {
		padding: 10px 10px 10px 30px;
	}

	.form_block td.input2 {
		padding: 13px 10px 13px 30px;
	}

	.select100 {
		background-position: right 15px center;
	}

	.input100 {
		width: 400px;
	}

	.area51 {
		width: 400px;
	}

	.error {
		color: #F00;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.error.t2 {
		padding: 10px 0 0;
	}

	.check {
		margin: 0 auto 40px;
		text-align: center;
	}

	.btn_block {
		margin: 0 auto;
		width: 650px;
		text-align: center;
	}

	.btn_block p {
		display: inline-block;
		margin: 0 15px;
	}

	.btn_block .back {
		margin-bottom: 0;
	}

	/*
	========================================================================== */
	.ex_block {
		margin: 0 0 40px;
	}

	.ex_block .imagebox {
		margin: 0 0 0 40px;
		max-width: 500px;
		width: 100%;
		/* box-shadow: 0 0 10px 0 rgba(155, 155, 155, 0.3); */
		float: right;
	}

	.ex_block.type2 .imagebox {
		width: 500px;
		height: 500px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ex_block.type2 .imagebox img {
		width: 100%;
	}

	.ex_block.type2 .imagebox.is-height333 {
		width: 500px;
		height: 333px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ex_block.type2 .imagebox.is-height333 img {
		width: 100%;
	}

	.ex_block .ex h3 {
		margin: 0 0 15px;
		font-size: 2.0rem;
	}

	/*
	========================================================================== */
	.thanks {
		padding: 105px 0 110px;
		text-align: center;
	}

	.thanks .link a:hover {
		color: #f63;
	}
}