@charset "utf-8";
/* CSS Document */
.all_title.pt_18 {
	padding-top: 18px;
}
.products_bg{
	background-image: url("../img/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: 202px;
}
.trademark {
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0px;
	position: relative;
	top: -15px;
}
.trademark.fs_12 {
	font-size: 1.2rem;
	position: relative;
	top: -6px;
	left: -2px;
}
.trademark.fs_15 {
	font-size: 1.5rem;
	position: relative;
	top: -15px;
}

.kit{
	background-color: #f5f5f5;
	padding-bottom: 180px;
}
.kit_inner{
	max-width: 1280px;
	margin: auto;
	display: flex;
	align-items: center;
	padding-top: 100px;
}
.kit_inner_img{
	max-width: 380px;
	margin: auto;
}
.st_title_en{
	color: #3DABA4;
	font-size: 14px;
	text-align: center;
}
.kit_left_img{
	position: relative;
	left: 65px;
}
.kit_text{
	color: #3DABA4;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.6;
}

.vein_link:link{
  color: #3DABA4;
  text-decoration: #3DABA4 underline;
}
.kit_left_text{
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.kit_right_inner{
	max-width: 500px;
	margin: auto;
}
.kit_border{
	background: #cccccc 0% 0% no-repeat padding-box;
	padding: 2px 0;
	margin: 30px 0 15px;
}
span.emphasis {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.88px;
	line-height: 2;
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.6em;
	text-decoration-color: #F7FF00;
	text-decoration-skip-ink: none;
}
.img_box_list {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding: 24px 12px;
	margin-top: 14px;
	border: 1px solid #3DABA4;
}
.img_box_list .img_box_text {
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}
.kit_forth_text{
	background-color: #fff;
	width: 717px;
	padding: 100px 0;
}
.pl_20{
	padding-right: 20px;
}
.sub_title{
	background: transparent linear-gradient(102deg, #1625A8 0%, #0C145C 100%) 0% 0% no-repeat padding-box;
    width: 224px;
	
}
.medical_flex{
	display: flex;
	max-width: 300px;
	padding-top: 30px;
}
.st_main{
    text-align: center;
    position: relative;
    bottom: 96px;
	right: 7px;
}
.de_color{
	max-width: 328px;
	background-color: #3DABA4;
	margin-top: 50px;
}
.bein_indent{
    text-indent: -141px;
    padding-left: 141px;
}
.pdf{
	max-width: 676px;
	background-color: #3DABA4;
	margin: auto;
	position: relative;
	bottom: 100px;
}
.pdf_inner{
	max-width: 560px;
	margin: auto;
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.download{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
}
.pdf_detail{
	background-color: #FFFFFF;
	color:#3DABA4;
	width: 328px;
}


/* kit02 */
.kit02_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline 3px #0093C4;
	    text-underline-offset:0.3em;
}
.kit02_inner{
	max-width: 1024px;
	margin: 0 auto 100px;
	justify-content: space-between;
}
.kit02_flex{
	max-width: 1024px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.kit02_list{
	width: 328px;
	height: 160px;
	background: #3DABA4;
}
.kit02_list p {
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0;
}
.kit02_list_inner {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
}
.kit02_list_inner .upper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
}
.kit02_list_inner .upper p {
	font-weight: bold;
}
.kit02_list_inner .lower p {
	font-size: 1.4rem;
	text-align: center;
}
/* flow */
.flow {
	margin-top: 54px;
}
.flow_inner {
	max-width: 1024px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.flow_list_card {
	height: 276px;
	padding: 0 26px;
	position: relative;
}
.flow_list_card_01 {
	background: #F2F5F8;
	border: 3px solid #0E6BD2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_list_card_02 {
	background: #F5F2F8;
	border: 3px solid #330099;
}
.flow_list_card_03 {
	background: #F8F2F7;
	border: 3px solid #9A237B;
}
.flow_list_card .title_text {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.8px;
	text-align: center;
}
.title_text01 {
	color: #0E6BD2;
}
.title_text02 {
	color: #330099;
	margin-top: 20px;
}
.title_text03 {
	color: #9A237B;
	margin: 20px 0 18px;
}
.flow_list_card .title_text .fs_30 {
	font-size: 3rem;
}
.flow_list .under_text {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.96px;
	margin-top: 18px;
	text-align: center;
	position: relative;
}
.flow_list .under_text_01 {
	margin-left: 70px;
}
.flow_list .under_text_02 {
	margin-left: 246px;
}
.flow_list .under_text_03 {
	margin-left: 110px;
}
.flow_list .under_text_01::before {
	content: "";
	background: url(../img/icon01.svg) no-repeat center;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -56px;
}
.flow_list .under_text_02::before {
	content: "";
	background: url(../img/icon02.svg) no-repeat center;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -56px;
}
.flow_list .under_text_03::before {
	content: "";
	background: url(../img/icon03.svg) no-repeat center;
	background-size: cover;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -56px;
}
.flow_list_card_01::after {
	content: "";
	background: url(../img/arrow01.svg) no-repeat center;
	background-size: cover;
	width: 25px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
}
.flow_list_card_02::after {
	content: "";
	background: url(../img/arrow02.svg) no-repeat center;
	background-size: cover;
	width: 25px;
	height: 42px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
}

.list_img {
	max-width: 455px;
	margin: 16px auto 0;
	display: flex;
	justify-content: center;
	gap: 15px;
}
.list_img_inner {
	background: #fff;
	padding: 6px 6px 15px;
}
.list_img_inner .text {
	line-height: 1.25;
}
.list_img_inner .img {
	text-align: center;
	margin-top: 8px;
}

/* kit04 */
.kit04_flex{
	border: 1px solid #ccc;
	max-width: 830px;
	margin: 20px auto 20px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.kit04_img{
	border-right:2px solid #ccc ;
	text-align: center;
	padding: 0px 20px;
	 width: 35%;
}
.kit04_img_title{
	background-color: #0093C4;
	color: #fff;
	padding: 13px 0;
	width: 300px;
	position: relative;
	right: 65px;
}
.kit04_img_title::after{
	content: url("../img/try.png");
	    position: absolute;
    right: -20px;
    top: 0px;
}


.kit04_text p{
	padding: 20px 0px;
	font-weight: bold;
}

/* kit05 */
.kit05_list{
	display: flex;
}
.kit05_img ::after{
	content: url(../img/arrow.png);
	position: relative;
	left: 10px;
}

.syring{
	margin: 50px 0 100px;
}

/* kit06 */
.kit06{
	padding: 100px 0;
}
.kit06_inner{
	max-width: 896px;
	margin: auto;
}
.kit06_inner p{
	padding-bottom: 50px;
}
.gragh{
	margin-bottom: 50px;
}

.top_border{
	border-top: #999999 2px solid;
}
.gragh_flex{
	display: flex;
	max-width: 328px;
	margin: auto;
	justify-content: space-around;
	border-bottom: #999999 2px solid;
}
.gragh_flex li{
	line-height: normal;
	padding: 10px 0;
}
.info_table {
	margin-top: 50px;
}
.info_table .table_top td{
	background: #259F97;
	color: #fff;
	font-weight: bold;
}
.info_table > table{
    border-collapse: separate;
    margin: auto;
    border-top: 1px solid #666666;
    margin-bottom: 10px;
    width: 100%;
	font-size: 16px;
	max-width: 1024px;
}
.info_table table th {
	width: 171px;
    padding: 20px;
    background: #DFF5F3;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.info_table table td {
    padding: 0px 20px;
	border: none;
    vertical-align: middle;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: center;
}
.info_table table td.second_td {
	background: #EEEEEE;
	text-align: center;
	font-weight: bold;
}
.info_table table td.br_none {
	border-right: none;
}


.table_outer_frend {
	margin-top: 50px;
}
.table_outer_frend > table{
    border-collapse: separate;
    margin: auto;
    border-top: 1px solid #666666;
    margin-bottom: 60px;
    width: 100%;
	font-size: 16px;
	max-width: 1024px;
}

.table_outer_frend table th {
	width: 395px;
    padding: 20px;
    background: #DFF5F3;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
}
.table_outer_frend table th.w_162 {
	width: 162px;
}
.table_outer_frend table td {
    padding: 0px 20px;
	border: none;
    vertical-align: middle;
	border-bottom: 1px solid #666666;
	text-align: left;
}
.table_outer_frend table td.second_td {
	background: #EEEEEE;
	text-align: center;
	font-weight: bold;
}
textarea{
	width: 100%;
}
table label{
	display: block;
}
.border_last{
	border: #3DABA4 1px solid;
	padding: 45px 0;
	margin-bottom: 100px;
	text-align: center;
}
.border_last .text {
	color: #3DABA4;
	font-weight: bold;
}
.border_last .img_box {
	margin-top: 24px;
}
/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
main{
	padding-bottom: 0px;
}
.products_bg{
	margin-top: 50px;
	background-position: top;
}
.products_bg{
    background-position: right;
}
.all_title.pt_18 {
	padding-top: 8px;
}
.title_bg {
    max-width: 100%;
}
.kit {
    padding-bottom: 100px;
}
.bein_indent {
    text-indent: 0px;
    padding-left: 0px;
}
.kit_inner {
    flex-wrap: wrap;
	justify-content: center;
}
.kit_left_img {
    position: relative;
    left: 0px;
    max-width: 100%;
}
.kit_right_inner {
	padding: 0 5%;
}
.kit_forth_text {
    max-width: 100%;
	padding: 50px 0;
}
.kit_text {
    font-size: 20px;
    max-width: 85%;
	margin: auto;
}
.de_color {
    max-width: 85%;
}
.h_list{
  height: 148px;
  box-sizing: border-box;
}
.pdf {
    margin-top: 0px; 
}
.pdf_inner {
    flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
  max-width: 100%;
  display: block;
}
.download{
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.pdf_detail{
	margin-top: 50px;
}
.sp_85{
	max-width: 85%;
	margin: auto;
	}
.kit_border {
    max-width: 85%;
	margin: 20px auto 20px;
}

/* kit02 */
.kit02_flex{
	margin: 50px auto 100px;
	gap: 10px;
}
.kit02_list {
	width: 150px;
	height: 180px;
}
.kit02_list_inner {
	padding-top: 14px;
	justify-content: flex-start;
}
.kit02_list_inner .upper {
	flex-direction: column;
	gap: 10px;
}
.kit02_list_inner .lower p {
	margin-top: 8px;
	text-align: justify;
}
.kit02_flex01 {
    max-width: 763px;
    margin: 0px auto 50px;
}
.kit02_list{
	padding-bottom: 35px;
}
.kit02_title,.kit03_title,.kit04_title{
	max-width: 85%;
	margin: auto;
	font-size: 25px;
}
.kit05_img {
    padding: 10px 10px;
}

/* flow */
.flow_inner {
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}
.flow_list {
	width: 100%;
}
.flow_list_card {
	height: auto;
	padding: 24px;
}
.title_text_outer {
	text-align: center;
}
.title_text02 , .title_text03 {
	margin-top: 0;
}
.flow_list .under_text_01 {
	margin-left: 10px;
}
.flow_list .under_text_02 {
	margin-left: 10px;
}
.flow_list .under_text_03 {
	margin-left: 10px;
}
.flow_list .under_text_01::before , .flow_list .under_text_02::before , .flow_list .under_text_03::before {
	left: -40px;
}
.flow_list_card_01::after {
	transform: translateX(50%) rotate(90deg);
	right: 50%;
	top: auto;
	bottom: -92px;
}
.flow_list_card_02::after {
	transform: translateX(50%) rotate(90deg);
	right: 50%;
	top: auto;
	bottom: -92px;
}
.flow_list_card_03 p {
	text-align: center;
}
.list_img {
	flex-direction: column;
}
/* kit03 */
.kit03_flex{
	flex-wrap: wrap;
	justify-content: center;
	max-width: 85%;
}
.kit03_img{
	border-right:none;
	border-bottom:1px solid #D70660 ;
	max-width: 85%;
		padding: 20px 0px;
}
.kit03_text {
	max-width: 85%;
}
.kit03_text p{
	padding: 60px 0px;
}
/* kit04 */
.kit04_flex{
	flex-wrap: wrap;
	justify-content: center;
	max-width: 85%;
}
.kit04_img{
	border-right:none;
	border-bottom:1px solid #ccc ;
	max-width: 85%;
	padding: 20px 0px;
}
.kit04_text {
	max-width: 85%;
}
.kit04_text p{
	padding: 20px 0px;
}
/* kit05 */
.kit05_list{
	padding-bottom: 30px;
}
.medical_flex {
    display: flex;
    max-width: 85%;
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
.syring {
    margin: 50px 0 40px;
}
.info_table_outer {
	padding: 0 5%;
}
.info_table {
	overflow: scroll;
}
.info_table table {
	width: 900px;
}
.table_outer_frend {
	overflow: scroll;
	padding: 0 5%;
}
.table_outer_frend table {
    width: 850px;
	margin-bottom: 0;
}
.border_last {
    max-width: 85%;
    margin: 50px auto 100px;
    padding: 45px 0 25px;
}
.green_color {
    max-width: 85%;
    margin: auto;
    text-align: left;
}
.last_text {
    max-width: 664px;
    margin: auto;
    max-width: 85%;
    margin: auto;
  padding-bottom: 20px;
}
.kit02_list {
    width: 175px;
    margin-right: 0px;
}
}
@media screen and ( max-width: 360px ){
.stro_forth_text {
    background-color: #fff;
    max-width: 100%;
    position: inherit;
	margin: auto;
    opacity: 0.8;
}
.stro_forth_text01 {
    background-color: #fff;
    max-width: 100%;
    position: inherit;
    margin: auto;
    opacity: 0.8;
}
.h_list{
  height: 100px;
  box-sizing: border-box;
}
.strong_single {
	padding: 45px 0;
}
.pl_20 {
    padding-right: 0px;
	padding-bottom: 30px;
}
.kit02_flex {
    justify-content: center;
}
.kit02_text_inner {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}
.kit02_list {
    width: 241px;
    margin-right: 0px;
}
}