@charset "utf-8";
/* CSS Document */

.products_bg{
	background-image: url("../img/product-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
	height: 202px;
}

/* バナー */
.detail-bnr-inner{
    padding: 50px 0 24px;
}
.detail-bnr-flex{
  display: flex;
  max-width: 1024px;
  margin: auto;
  justify-content: center;
}

.detail-bnr-flex li{
    background-color: #5A82C2;
    width: 328px;
    margin:0 24px 24px 0;
    padding: 10px 0;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 20px;
	position: relative;
}
.detail-bnr-flex .list_102{
    background-color:#7683BF;
}
.detail-bnr-flex .list_correct{
    background-color:#79b271;
}
.detail-bnr-flex .allow a{
  position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.detail-bnr-flex .allow:hover{
	opacity: 0.8;
}
/*.detail-bnr-flex .allow::after{
  content: url("../img/arrow.png");
  right: 20px;
  position: absolute;
}*/

.detail-bnr-flex li a{
    color: #fff;
}



.kit{
	background-color: #f5f5f5;
	padding-bottom: 180px;
}
.kit_inner{
	max-width: 1280px;
	margin: auto;
	display: flex;
	align-items: center;
	padding-top: 100px;
}
.f_14{
	font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 10px;
}
.kit_inner_img{
	max-width: 380px;
	margin: auto;
}
.st_title_en{
	color: #0093C4;
	font-size: 14px;
	text-align: center;
}
.kit_left_img{
	position: relative;
	left: 65px;
}
.kit_text{
	color:#5A82C2;
	font-weight: bold;
	font-size: 24px;
  line-height: 1.5;
	
}
.kit_left_text{
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.kit_right_inner{
	max-width: 500px;
	margin: auto;
}
.kit_border{
	background: #D9D9D9 0% 0% no-repeat padding-box;
	padding: 2px 0;
	margin: 30px 0 15px;
}
.kit_forth_text{
	background-color: #fff;
	width: 717px;
	padding: 100px 0;
  box-shadow: #0000000D 0 0 20px;
}
.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:#5A82C2;
	margin-top: 50px;
}


.pdf{
	max-width: 676px;
	background-color:#5A82C2;
	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:#5A82C2;
	width: 328px;
}
.pdf_detail_two{
	background-color: #FFFFFF;
	color:#5A82C2;
	width: 328px;
}

/* kit02 */
.kit02_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline 3px #5A82C2;;
	    text-underline-offset:0.3em;
}
.kit02_inner{
	max-width: 1024px;
	margin: auto;
	justify-content: space-between;
}
.kit02_flex{
	max-width: 1024px;
	margin: 50px auto 100px;
	justify-content: space-between;
	display: flex;
	position: relative;
}
.kit02_list{
	max-width: 241px;
}
.kit02_img{
	padding: 33px;
	border: 1px solid #CCCCCC;
	border-bottom: none;
  width: 241px;
  box-sizing: border-box;
}
.po{
	position: relative;
}
.grey{
	background-color: #eee;
}
.allow01::after{
	content: url("../img/arrow.png");
	position: absolute;
    right: -23px;
    top: 68px;
    z-index: 2;
}
.kit02_text_inner{
	max-width: 241px;
	background-color: #5A82C2;
	justify-content: space-around;
	display: flex;
	margin: auto;
	padding: 30px 0;
	align-items: center;
  height: 148px;
  box-sizing: border-box;
}
.kit02_te{
	color: #fff;
	position: relative;
	right: 20px;
	text-align: center;
  font-weight: bold;
}
.kit02_te h4{
  font-weight: bold;
}

/* kit03 */
.kit03_flex{
	border: 2px solid #D70660;
	max-width: 830px;
	margin: 50px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.kit03_img{
	border-right:2px solid #D70660 ;
	text-align: center;
	padding: 20px -1px;
	    width: 40%;
}
.kit03_img_title{
	background-color: #0093C4;
	color: #fff;
	padding: 13px 0;
	width: 300px;
	margin-bottom: 15px;
	position: relative;
	right: 45px;
}
.kit03_img_title ::after{
	content: url("../img/try.png");
	position: absolute;
    right: -20px;
    top: 0px;
}

.kit03_text p{
	padding: 60px 0px;
	font-weight: bold;
}

/* 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;
}
.sp_85{
	line-height: 2em;
}
/* kit05 */
.kit05_list{
	display: flex;
}
.kit05_img ::after{
	content: url(../img/arrow.png);
	position: relative;
	left: 10px;
}
.kit05_img{
}

/* kit06 */
.kit06{
	padding: 100px 0;
}
.kit06_inner{
	max-width: 896px;
	margin: auto;
}
.kit06_inner p{
	padding-bottom: 50px;
}

.mb_20{
	margin-bottom: 20px;
}

.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;
}

table{
    border-collapse: separate;
    margin: auto;
    border-top: 1px solid #666666;
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
	font-size: 16px;
	max-width: 1024px;
}

table th {
    padding: 20px;
    background: #E4EBF6;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
	width: 241px;
}
table td {
    padding: 0px 20px;
	border: none;
    vertical-align: middle;
	border-bottom: 1px solid #666666;
	text-align: left;
}
textarea{
	width: 100%;
}
table label{
	display: block;
}

/*正しく使用するために*/
.noke{
  text-decoration: #79b271 underline 3px;  
  margin:100px 0 50px;
  line-height: 5rem;
}

.use_text {
  margin-top: -10px;
  padding-bottom: 40px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 2rem;
}

.correct{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  max-width: 812px;
}
.correct_list li{
  padding-bottom: 10px;
  font-size: 2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.list_color.lite {
  color: #79b271;
}
/*パルスオキシメータSO-104*/
.detail-bnr-flex .list_104{
    background-color:#AFDBCA;
}
.kit_text.m_104{
  color: #45969b;
}
.pdf_104 {
    background-color: #AFDBCA;
}

.m_104{
	color: #45969b;
}
.kit02_104_bg {
  background-color: #39B9A3;
}
.kit02_flex_104{
  width: 630px;
}

.pdf_detail.detail_104 {
  color: #45969b;
}
.pdf_detail_two.detail_104 {
  color: #45969b;
}
.so_104_table th {
  background-color: rgba(175, 219, 202, .5);
}
.kit02_title.kit02_title_so_104 {
    text-decoration: underline 3px #AFDBCA;
}
/* 固有のスマホ対応記述
==============================================================================
==============================================================================*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
/*アンカーリンク*/
:target::before{
  content: '';
  margin-top: -100px;
  height: 100px;
  display: block;
  visibility: hidden;
}

main{
	padding-bottom: 0px;
}
.products_bg{
	margin-top: 50px;
	background-position: top;
}
.title_bg {
    max-width: 100%;
}
  
.detail-bnr-flex {
  flex-wrap: wrap;
}
.detail-bnr-flex li {
    margin: 0 auto 20px;
    max-width: 90%;
}
  
.kit_inner {
    flex-wrap: wrap;
	justify-content: center;
}
.kit_left_img {
    position: relative;
    left: 0px;
    max-width: 100%;
}
.kit_forth_text {
    max-width: 100%;
	padding: 50px 0;
}
.kit_text {
    font-size: 20px;
    max-width: 85%;
	margin: auto;
}
.de_color {
    max-width: 85%;
}

.pdf {
    margin-top: 0px; 
}
.pdf_inner {
    flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 50px;
}
.download{
	color: #fff;
	font-size: 20px;
	text-align: center;
}
  
.pdf_detail_two{
	margin-top: 20px;
}  
  
.pdf_detail{
	margin-top: 50px;
}
.sp_85{
	max-width: 85%;
	margin: auto;
  position: relative;
  top: 20px;
	}
.kit_border {
    max-width: 85%;
	margin: 20px auto 20px;
}

/* kit02 */
.kit02_flex{
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0px;
  max-width: 95%;
}
.kit02_list{
	max-width: 172px;
}
.kit02_text_inner{
	flex-wrap: wrap;
	justify-content: space-around;
  display: block;
  padding: 10px 0 30px;
}
.kit02_te {
  right: 0px;
  top: 10px;
}
  .num_cen{
    text-align: center;
  }
.kit02_img {
    width: 172px;
}
.kit02_list{
	padding-bottom: 35px;
}
.kit02_title,.kit03_title,.kit04_title{
	max-width: 85%;
	margin: auto;
	font-size: 25px;
}
.grey {
    background-color: #eee;
    width: 281px;
}
/* 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;
}

table {
    border-top: none;
}
td {
    height: inherit;
}
table th {
    display: block;
	max-width: 85%;
	margin: auto;
	border-top: 1px solid #666666;
}
table td {
    display: block;
	max-width: 75%;
	margin: auto;
	text-align: center;
	border-bottom: none;
	padding: 20px 0;
}
table .last_list {
    border-bottom: 1px solid #666666;
}
.kit_inner {
    padding-top: 60px;
}
.correct {
  flex-wrap: wrap;
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
}
  
  .use_text {
    margin-top: 50px;
    margin-bottom: -25px;
    padding-bottom: 0;
  }

}
@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;
}

.strong_single {
	padding: 45px 0;
}
.kit02_flex{
	flex-wrap: wrap;
	justify-content: center;
}
.kit02_list{
	max-width: 241px;
}
.kit02_img {
    width: 241px;
}
table td {
    max-width: 87.5%;
}
}