@charset "utf-8";

/*
Theme Name: pcr_common
Description:
Version: 1.0
*/

/* ************************************************ 
*	基本設定
* ************************************************ */
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*font-family: 'Roboto', 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Sans-Serif;*/
	font-size: 14px;
	background: rgba(255, 255, 255, 1.00);
	color: rgba(0, 0, 0, 1.00);
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*フェードイン*/
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* リンク */

a {
	color: rgba(0, 0, 255, 1.00);
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover {
	color: rgba(29, 136, 69, 1.00);
}

a:active,
a:focus {
	outline: 0;
}

/* 画像 */

img {
	border: 0;
	padding: 0px;
	margin: 0px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0px;
	margin: 0 0 10px 15px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}

p img {
	margin: 15px 0px 15px 0px;
}

/* ************************************************ 
*	header調整
* ************************************************ */

#header h1.logo_quon_adj {
	padding-top: 15px;
	width: 200px;
}

/* ************************************************ 
*	Contents テスト用
* ************************************************ */

.quon_wrap {
	/*一枚絵用*/
	margin: 105px auto 0px auto;
	/*header 高さ*/
	max-width: 100%;
	padding: 0px 0px;
	_width: 100%;
	background: rgba(255, 255, 255, 1.00);
	text-align: center;
}

.quon_test01 {
	/*一枚絵用*/
	width: 100%;
	max-width: 1440px;
	margin: 0px auto 0px auto;
	text-align: center;
}

/* ************************************************ 
*	Contents
* ************************************************ */

.quon_head {
	width: 100%;
	height: 800px;
	margin: 105px 0 0 0;
	/*header 高さ*/
	padding: 0px 0px 0px 0px;
	background-image: url("/pcr/quon_images/quon_bg01.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: cover;
}

.quon_head_wide {
	position: relative;
	width: 1150px;
	height: auto;
	margin: 0px auto 0px auto;
}

.quon_logo {
	width: 528px;
	padding-top: 150px;
	margin: 0px auto 80px auto;
}

.quon_copy {
	font-weight: bold;
	font-size: 19px;
	font-weight: 600;
	line-height: 240%;
	text-align: center;
	margin: 0px auto 90px auto;
}

.dot-above {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}

.dot1::before {
	content: "・";
	color: red;
}

.dot2::before {
	content: "・";
	color: red;
}

.dot3::before {
	content: "・";
	color: red;
}

.dot4::before {
	content: "・";
	color: blue;
}

.dot5::before {
	content: "・";
	color: blue;
}

.dot6::before {
	content: "・";
	color: blue;
}

.dot7::before {
	content: "・";
	color: green;
}

.dot8::before {
	content: "・";
	color: green;
}

.dot9::before {
	content: "・";
	color: green;
}

.dot-above::before {
	display: block;
	line-height: 1;
	margin-bottom: -0.2em;
}



.quon_head_img1 {
	width: 280px;
	position: absolute;
	top: 300px;
	left: 30px;
}

.quon_head_img2 {
	z-index: 1;
	width: 240px;
	position: absolute;
	top: 220px;
	right: 30px;
}

.quon_head_img3 {
	z-index: 1;
	width: 380px;
	position: absolute;
	top: 260px;
	right: 0px;
}

.quon_head_img_sp {
	display: none;
}

.quon_head_catch {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px;
}

.quon_catch_item {
	z-index: 2;
	width: 31.5%;
	padding: 30px 20px 30px 20px;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 15px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}


.quon_catch_hole {
	width: 20px;
	margin: 0px auto 15px auto;
}

.quon_catch_tex {
	text-align: center;
	font-size: 16px;
	line-height: 100%;
}

.quon_catch_tex1 {
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
}

.quon_catch_tex1_2 {
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 15px;
}


.quon_catch_tex2 {
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 14px;
}

.quon_catch_tex2 span {
	font-size: 52px;
}

.quon_catch_tex3 {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 14px;
}

.quon_catch_tex4 {
	text-align: center;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
	position: relative;
}

.quon_catch_tex4::after {
	content: "※";
	font-size: 10px;
	position: absolute;
	top: -8px;
}


.quon_catch_texgroup1 {
	text-align: center;
	white-space: nowrap;
	/* 折り返し防止 */
}

.quon_catch_texgroup1>div {
	display: inline-block;
}

.quon_catch_tex5 {
	font-size: 10px;
	line-height: 1.2;
}



.quon_catch_img {
	width: 142px;
	margin: 30px auto 0px auto;
	text-align: center;
}

.quon_wrap01 {
	clear: both;
	position: relative;
	width: 1150px;
	height: auto;
	margin: 350px auto 0px auto;

}

.quon_zone01,
.quon_zone02 {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
}

.quon_tl {

	margin-top: 100px;
	font-size: 28px;
	font-weight: 800;
	align-items: center;
	/* 横線を上下中央 */
	display: flex;
	/* 文字と横線を横並び */
	justify-content: center;
	/* 文字を中央寄せ */
}

.quon_tl::before,
.quon_tl::after {
	background-color: rgba(142, 142, 142, 1.00);
	content: "";
	height: 1px;
	width: 120px;
}

.quon_tl::before {
	margin-right: 15px;
}

.quon_tl::after {
	margin-left: 15px;
}

.quon_tl_sub {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: rgba(142, 142, 142, 1.00);
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 15px auto 50px auto;
}

.quon_copy02 {
	font-size: 19px;
	font-weight: 400;
	line-height: 250%;
	text-align: center;
	margin: 0px auto 70px auto;
}

.quon_kit_cover {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 0 50px 0;
}

.quon_kit_cover_radius {
	width: 100%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 40px 0 45px;
	position: relative;
	margin: 0 0 50px 0;
}

.quon_kit_cover_radius_video {
	width: 100%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 10px 0 10px;
	position: relative;
	margin: 0 0 5px 0;
}

.quon_kit_cover_13 {
	width: 33%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 30px 0 30px;
	position: relative;
	margin: 0 0 0px 0;
}

.quon_kit_cover_13::before {
	background-color: rgba(255, 255, 255, 1.00);
	color: #333;
	content: "簡易検査";
	font-weight: bold;
	font-size: 18px;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.quon_kit_cover_23 {
	width: 66%;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 30px 40px 0 45px;
	position: relative;
	margin: 0 0 0px 0;
}

.quon_kit_cover_23::before {
	background-color: rgba(255, 255, 255, 1.00);
	color: #333;
	content: "精密検査";
	font-weight: bold;
	font-size: 18px;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: -15px;
}

.quon_kit_item_100 {
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin-bottom: 15px;
	background-image: url("/pcr/quon_images/quon_ball.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 90%;
}

.quon_kit_item_50 {
	width: 47%;
	padding: 20px 0px 20px 0px;
	margin-bottom: 15px;
	background-image: url("/pcr/quon_images/quon_ball.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 90%;
}

.quon_kit_item_50_2 {
	float: left;
	width: 50%;
	padding: 20px 0px;
	margin-bottom: 15px;
}

.quon_kit_item_33 {
	float: left;
	width: 33%;
}

.quon_kit_img {
	width: 100%;
	margin: 0px auto 15px auto;
}

.quon_kit_name {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.quon_web_img {
	float: left;
	margin: 30px 0;
	text-align: center;
}

.quon_web_img img {
	max-height: 300px;
	margin: 0px 10px;

}

.quon_system_name {
	width: 100%;
	margin: 0px 0 40px;
	padding: 5px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}

.footnote {
	margin: -50px 20px 30px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 0.85em;
	line-height: 180%;
}

.footnote a {
	text-decoration: underline;
}

.quon_specimen_md {
	font-size: 20px;
	font-weight: 800;
	margin: 0px 0px 20px 10px;
}

.quon_specimen {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0px 0px;
}

.quon_specimen_item01,
.quon_specimen_item02 {
	width: 48%;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}

.quon_specimen_item01 {
	background-image: url("/pcr/quon_images/quon_marubatsu01.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 135px;
}

.quon_specimen_item02 {
	background-image: url("/pcr/quon_images/quon_marubatsu02.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 135px;
}

.quon_specimen_tl {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.quon_specimen_itex p {
	font-size: 16px;
	line-height: 220%;
}

.quon_w100 {
	/*記事幅100%*/
	width: 100vw;
	max-width: 100vw;
	height: 800px;
	margin-left: calc(50% - 50vw);
	margin-top: -200px;
	z-index: 0;

	background-image: url("/pcr/quon_images/quon_bg02.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.quon_point {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	line-height: 300px;
	padding-top: 100px;
}

.quon_reserve_btn_wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;

	/* スマホなどで折り返し対応 */
}


.quon_reserve_btn1 {
	text-align: center;
	margin: 20px auto 30px auto;
}

.quon_btn1,
a.quon_btn1 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 3rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #FFF;
	border-radius: 0.5rem;
}

a.btn1--gr.btn1--cubic {
	background: #EFB300;
	border-bottom: 5px solid #efe300;
}

a.btn1--gr.btn1--cubic:hover {
	margin-top: 3px;
	border-bottom: 2px solid #edc650;
	color: #FFF;
}

.quon_btn_flex {
	display: flex;
	align-items: center;
	gap: 10px;
	/* 画像とテキストの間隔 */
}

.quon_download {
	width: 24px;
	/* 必要に応じて調整 */
	height: auto;
}

a.btn1--radius {
	border-radius: 100vh;
}

.quon_reserve_btn {
	text-align: center;
	margin: 20px auto 30px auto;
}

.quon_btn,
a.quon_btn {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 5.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #FFF;
	border-radius: 0.5rem;
	letter-spacing: 0.2em;
}

a.btn--gr.btn--cubic {
	background: #FF8000;
	border-bottom: 5px solid #ffbf00;
}

a.btn--gr.btn--cubic:hover {
	margin-top: 3px;
	border-bottom: 2px solid #fca955;
	color: #FFF;
}

a.btn--radius {
	border-radius: 100vh;
}


ul.mkd {
	width: 100%;
	margin: 30px 0px 30px 0px;
	list-style-type: none;
}

ul.mkd li {
	width: 50%;
	margin: 0px auto 0px auto;
	float: left;
	list-style: none;
	color: #FFF;
	text-align: center;
	display: block;
}

ul.mkd li.single {
	width: 100%;
	margin: 0px auto 0px auto;
	float: left;
	list-style: none;
	color: #FFF;
	text-align: center;
	display: block;
}

ul.mkd li a {
	padding: 0px 0px 0px 0px;
}

ul.mkd li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

li.mkd_dl {
	list-style: none;
	width: 100%;
	background: rgba(239, 179, 0, 1.00);
	transition: 0.5s;
}

li.mkd_dl:hover {
	background: rgba(239, 179, 0, 0.6);
}

li.mkd_price {
	list-style: none;
	width: 100%;
	background: rgba(138, 183, 76, 1.00);
	transition: 0.5s;
}

li.mkd_price:hover {
	background: rgba(138, 183, 76, 0.6);
}

li.mkd_app {
	list-style: none;
	width: 100%;
	background: rgba(255, 128, 0, 1.00);
	transition: 0.5s;
}

li.mkd_app:hover {
	background: rgba(255, 128, 0, 0.6);
}

p.mkd_mk {
	margin: 40px auto 20px auto;
}

p.mkd_tl {
	color: #FFF;
	font-size: 15px;
	line-height: 130%;
}

p.mkd_sub {
	color: #FFF;
	font-size: 11px;
	margin: 0px auto 45px auto;
}

.mkd_sp_none {
	color: #FFF;
}

/*dentalaiのみ*/
ul.mkd_half {
	width: 100%;
	margin: 30px 0px 30px 0px;
	list-style-type: none;
}

s ul.mkd_half li {
	width: 50%;
	margin: 0px auto 0px auto;
	float: left;
	list-style: none;
	color: #FFF;
	text-align: center;
}

ul.mkd_half li a {
	padding: 50px 10px 50px 10px;
}

ul.mkd_half li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*------------*/

.banner {
	margin: 0 0 50px;
}

.space {
	margin-top: -50px;
}

.faq_q {
	font-size: 16px;
	font-weight: 600;
	line-height: 200%;
	text-align: left;
	margin: 10px;
}

.faq_a {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
	margin: 5px 10px 30px 10px;
}

.faq_indent {
	text-indent: -1.6em;
	padding-left: 1.6em;

}

.faq_coution {
	text-indent: -1.0em;
	padding-left: 2.7em;
}

.faq_image {
	width: 120px;
	float: right;


}

@media only screen and (max-width: 767px) {

	/* ************************************************ 
*	header調整
* ************************************************ */

	#header h1.logo_quon_adj {
		padding-top: 15px;
		width: 150px;
		float: left;
		text-align: center;
		margin: 0px auto 0px auto;
		padding: 25px 0px 0px 25px;
	}

	#header h1.logo_quon_adj img {
		padding-top: 0px;
		width: 150px;
	}


	ul.head_r_quon {
		list-style: none;
		position: absolute;
		right: 10px;
		top: 15px;
		width: auto;
		z-index: 999;
		cursor: pointer;
		font-size: 0;
	}

	ul.head_r_quon li {
		list-style: none;
		display: inline-block;
		margin-right: 8px;
		text-align: left;
	}

	ul.head_r_quon li a:hover {
		color: rgba(29, 136, 69, 1.00);
	}

	ul.head_r_quon li a {
		color: rgba(0, 0, 0, 1.00);
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.05em;
		text-decoration: none;
	}

	ul.head_r_quon li a img {
		display: block;
		width: 50px;
	}

	ul.head_r_quon li.freed_list {
		font-size: 16px;
		font-weight: bold;
		list-style: none;
		display: inline-block;
		margin-right: 8px;
		padding: 0px 0px 0px 25px;
		background: url(/pcr/quon_images/ico_free_gr2.svg) no-repeat 0px -2px / 20px 20px;
		color: #000000;
		pointer-events: none;
		cursor: default;
	}

	ul.head_r_quon li.freed_list:hover {
		pointer-events: none;
		cursor: default;
	}

	ul.head_r_quon li.freed_list .freed_tex {
		font-size: 10px;
		font-weight: normal;
		color: #000000;
		margin-left: 5px;
	}

	/**************************************/

	.quon_wrap {
		margin: 70px auto 0px auto;
		/*header 高さ*/
		max-width: 100%;
		padding: 0px 0px;
		_width: 100%;
		background: rgba(255, 255, 255, 1.00);
	}

	.quon_test01 {
		width: 100%;
		margin: 0px auto 0px auto;
	}

	/**************************************/

	.quon_head {
		width: 100%;
		height: auto;
		margin: 0px 0 0 0;
		/*header 高さ*/
		padding: 0px 0px 50px 0px;
		background-image: url("/pcr/quon_images/quon_bg01.png");
		background-repeat: repeat-x;
		background-position: top;
		background-size: cover;
	}

	.quon_head_wide {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0px auto 0px auto;
	}

	.quon_logo {
		width: 80%;
		padding-top: 80px;
		margin: 0px auto 50px auto;
	}

	.quon_copy {
		font-size: 16px;
		font-weight: 600;
		line-height: 240%;
		text-align: center;
		margin: 0px auto 40px auto;
	}

	.dot-above {
		margin-right: 0.15em;
		font-size: 0.9rem;
	}

	.dot-above::before {
		margin-bottom: -0.15em;
		font-size: 0.9rem;
	}

	.quon_head_img1 {
		display: none;
	}

	.quon_head_img2 {
		display: none;
	}

	.quon_head_img3 {
		display: none;
	}

	.quon_head_img_sp {
		display: block;
		width: 80%;
		margin: 0px auto 0px auto;
	}

	.quon_head_catch {
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0px auto;
	}

	.quon_catch_item {
		z-index: 2;
		width: 100%;
		padding: 30px 20px 30px 20px;
		margin-bottom: 30px;
		background: rgba(255, 255, 255, 1.00);
		border-radius: 15px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
	}

	.quon_catch_tex4::after {
		font-size: 8px;
		top: -6px;
	}

	.quon_catch_tex5 {
		font-size: 8px;
		line-height: 1.4;
	}

	.quon_catch_hole {
		width: 20px;
		margin: 0px auto 15px auto;
	}

	.quon_catch_tex {
		text-align: center;
		font-size: 16px;
		line-height: 100%;
	}

	.quon_catch_tex1 {
		text-align: center;
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 10px;
	}

	.quon_catch_tex1_2 {
		text-align: center;
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 15px;
	}

	.quon_catch_tex2 {
		text-align: center;
		font-size: 32px;
		font-weight: 600;
		line-height: 100%;
		margin-bottom: 14px;
	}

	.quon_catch_tex2 span {
		font-size: 45px;
	}

	.quon_catch_img {
		width: 142px;
		margin: 30px auto 0px auto;
		text-align: center;
	}

	.quon_wrap01 {
		clear: both;
		position: relative;
		width: 90%;
		height: auto;
		margin: 100px auto 0px auto;
	}

	.quon_zone01,
	.quon_zone02 {
		width: 100%;
		height: auto;
		margin: 0px auto 150px auto;
	}

	.quon_tl {
		font-size: 23px;
		font-weight: 800;
		align-items: center;
		/* 横線を上下中央 */
		display: flex;
		/* 文字と横線を横並び */
		justify-content: center;
		/* 文字を中央寄せ */
	}

	.quon_tl::before,
	.quon_tl::after {
		background-color: rgba(142, 142, 142, 1.00);
		content: "";
		height: 1px;
		width: 30px;
	}

	.quon_tl::before {
		margin-right: 15px;
	}

	.quon_tl::after {
		margin-left: 15px;
	}

	.quon_tl_sub {
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 0.05em;
		color: rgba(142, 142, 142, 1.00);
		align-items: center;
		display: flex;
		justify-content: center;
		margin: 15px auto 40px auto;
	}

	.quon_copy02 {
		font-size: 16px;
		font-weight: 400;
		line-height: 300%;
		text-align: center;
		margin: 0px auto 50px auto;
	}

	table.risk {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 100%;
	}

	table.risk th,
	table.risk td {
		text-align: center;
		font-size: 10px;
	}

	.quon_kit_cover {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0px 0px;
	}

	.quon_kit_cover_13 {
		width: 100%;
		border: 3px solid rgba(0, 0, 0, 0.1);
		border-radius: 20px;
		padding: 30px 30px 0px 30px;
		position: relative;
		margin: 0 0 30px 0;
	}

	.quon_kit_cover_13::before {
		background-color: rgba(255, 255, 255, 1.00);
		color: #333;
		content: "簡易検査";
		font-weight: bold;
		font-size: 18px;
		left: 30px;
		padding: 3px 10px;
		position: absolute;
		top: -15px;
	}

	.quon_kit_cover_23 {
		width: 100%;
		border: 3px solid rgba(0, 0, 0, 0.1);
		border-radius: 20px;
		padding: 30px 30px 0 30px;
		position: relative;
		margin: 0 0 30px 0;
	}

	.quon_kit_cover_23::before {
		background-color: rgba(255, 255, 255, 1.00);
		color: #333;
		content: "精密検査";
		font-weight: bold;
		font-size: 18px;
		left: 30px;
		padding: 3px 10px;
		position: absolute;
		top: -15px;
	}

	.quon_kit_cover_radius {
		margin-bottom: 5px;
	}

	.quon_kit_item_100 {
		width: 100%;
		padding: 20px 0px 20px 0px;
		margin-bottom: 15px;
		background-image: url("/pcr/quon_images/quon_ball.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 90%;
	}

	.quon_kit_item_50 {
		width: 100%;
		padding: 20px 0px 20px 0px;
		margin-bottom: 15px;
		background-image: url("/pcr/quon_images/quon_ball.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 90%;
	}

	.quon_kit_item_50_2 {
		float: left;
		width: 100%;
		padding: 20px 0px;
		margin-bottom: 15px;
	}

	.quon_kit_item_33 {
		float: left;
		width: 100%;
		padding: 20px 0px;
		margin-bottom: 15px;
	}

	.quon_kit_item {
		width: 100%;
		padding: 20px 0px 20px 0px;
		margin-bottom: 30px;
		background-image: url("/pcr/quon_images/quon_ball.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 90%;
	}

	.quon_kit_img {
		width: 100%;
		margin: 0px auto 15px auto;
	}

	.quon_kit_name {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
	}

	.quon_specimen_md {
		font-size: 18px;
		font-weight: 800;
		margin: 0px 0px 20px 10px;
	}

	.quon_specimen {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0px 0px;
	}

	.quon_specimen_item01,
	.quon_specimen_item02 {
		width: 100%;
		padding: 30px 20px 30px 30px;
		margin-bottom: 30px;
		border-radius: 15px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
	}

	.quon_specimen_item01 {
		background-image: url("/pcr/quon_images/quon_marubatsu01.png");
		background-repeat: no-repeat;
		background-position: 20px 20px;
		background-size: 135px;
	}

	.quon_specimen_item02 {
		background-image: url("/pcr/quon_images/quon_marubatsu02.png");
		background-repeat: no-repeat;
		background-position: 20px 20px;
		background-size: 135px;
	}

	.quon_specimen_tl {
		font-size: 16px;
		font-weight: 800;
		margin-bottom: 0.5rem;
	}

	.quon_specimen_itex p {
		font-size: 14px;
		line-height: 220%;
	}

	.quon_w100 {
		/*記事幅100%*/
		width: 100vw;
		max-width: 100vw;
		height: 800px;
		margin-left: calc(50% - 50vw);
		margin-top: -200px;
		margin-bottom: 0px;
		z-index: 0;

		background-image: url("/pcr/quon_images/quon_bg02.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}

	.quon_point {
		text-align: center;
		font-size: 24px;
		font-weight: 800;
		line-height: 300px;
		padding-top: 100px;
	}

	.banner {
		margin: -150px 0 50px;
	}

}