@charset "utf-8"; 
/* lens1_*.php */ 
p span, strong span {font-size: inherit; font-weight: inherit; font-family: inherit; letter-spacing: inherit;}

/* lens1_1.php */
.TE2S4_line_header strong{
	font-size: 1.2rem;
}
.TE2S_section .TE2S_p {
	font-size: 1rem;
}

#TE2S514_img1 {
	max-width: 55rem;
	margin: 3rem auto;
}
#TE2S511_section2 .TE2S2_bgImg_box {
	background-image:url("../TE2_img_sub/TE511_boxBg1.png");
}

/* TABLE LIST */ 
.TE2S_table th {
	font-size:1rem;
}
.TE2S_table td {
	font-size:1rem ;
}
.TE2S_table  thead th {
	font-size: 1rem;
}
.TE2S511_tb_list , .TE2S511_tb_list li { display:block ; overflow:hidden } 
.TE2S511_tb_list { margin-left:1rem ;}
.TE2S511_tb_list li { 
    font-size:1rem ; line-height:1.2rem ; padding-left:0.5rem ; color: #444444;
    background:url(../TE2_img/dot_b30.png) no-repeat 0 0.6rem  ; background-size:0.15rem 0.15rem ;
    text-align:left ;  margin-bottom:0.3rem ; }
.TE2S511_tb_list li:last-child { margin-bottom:0 }


/* lens1_4.php */
.TE2S_section#TE2S514_section0 .TE2S_p {
	font-size: 0.9rem;
}
.TE2S_section .TE2S51_type {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.TE2S_section .TE2S51_type li {
	width: 23%;
	background-color: #f9f9f9;
	display: -webkit-box;
	display: -ms-flex;
	display:flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.TE2S_section .TE2S51_type li p {
	text-align: center;
	margin-bottom: 1.5rem;
}
.TE2S_section .TE2S51_type li p.name {
	font-weight: bold;
	background-color: #fdc139;
	color: black;
	padding: 0.5rem 0;
	border-radius: 1rem / 50%;
	width: 60%;
	font-size: 1rem;
}
.TE2S_section .TE2S51_type li:first-child p.name {
	background-color: black;
	color:white;
}
.TE2S_section .TE2S51_type li p.exp {
	font-size: 0.9rem;
}
.TE2S_section .TE2S51_type li img {
	width: 100%;
}
.TE2S_section .TE2S51_type li img.picto {
	margin: 2rem auto;
}
.TE2S_section .TE2S51_prevent {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flex;
	display:flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.TE2S_section .TE2S51_prevent li {
	width: 45%;
	margin-bottom: 4rem;
	display: -webkit-box;
	display: -ms-flex;
	display:flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.TE2S_section .TE2S51_prevent li img {
	margin-bottom: 1rem;
}
.TE2S_section .TE2S51_prevent li p {
	text-align: center;
	margin-bottom: 1.5rem;
}
.TE2S_section .TE2S51_prevent li p.name {
	font-weight: bold;
	font-size: 1.1rem;
}
.TE2S_section .TE2S51_prevent li p.exp {
	font-size: 1rem;
}
.TE2S_section .TE2S51_prevent li a {
	background-color: black;
	font-weight: bold;
	color: white;
	padding: 0.5rem 0;
	border-radius: 1rem / 50%;
	width: 50%;
	font-size: 1rem;
	text-align: center;
}
#TE2S514_section3 .TE2S2_bgImg_box {
	background-image:url("../TE2_img_sub/TE514_boxBg1.png");
}
.TE2S2_bgImg_box .TE2S2_BIB_inner {
	background: none;
	padding: 4rem 0;
}
.TE2S2_bgImg_box *:not(span) {
	color: white !important;
}
.TE2S2_bgImg_box .TE2S2_BIB_inner .TE2S30_sTitle span {
	font-size: inherit; font-weight: inherit; font-family: inherit; letter-spacing: inherit;
}
 

/* MOBILE ****/
@media all and (max-width:1100px){

    /* lens1_1.php */
    /* TABLE LIST */  
    .TE2S511_tb_list { margin-left:0rem ;}

    /* lens1_4.php */
    #TE2S514_section0 .TE2S4_line_header {
    	overflow: visible;
    }
	#TE2S514_img1 {
		max-width: none;
		width: calc(100% + 3rem);
		transform:translateX(-1.5rem);
	}
	#TE2S514_img1 img {
		width: 100%;
	}
	.TE2S_section .TE2S51_type {
		-webkit-box-lines: multiple;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.TE2S_section .TE2S51_type li {
		width: 47%;
		margin-bottom: 2rem;
	}
	.TE2S_section .TE2S51_type li p.name {
		min-width: 100px;
	}
	.TE2S_section .TE2S51_type li p.exp {
		font-size: 0.8rem;
	}
	.TE2S_section .TE2S51_prevent li img {
		width: 100%;
		max-width: 250px;
	}
	.TE2S_section .TE2S51_prevent li p.name {
		font-size: 1rem;
	}
	.TE2S_section .TE2S51_prevent li p.exp {
		font-size: 0.8rem;
	}
	.TE2S_section .TE2S51_prevent li a {
		min-width: 120px;
	}
	.TE2S2_bgImg_box .TE2S_p {
		font-size: 0.9rem;
	}
	.TE2S2_bgImg_box {
		background-size: auto 100%;
	}
}