/* CSS Document */
#main_visual {
	margin: 0 auto;
	width: 1100px;
}

#main_content {
	margin: 20px auto;
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	overflow: hidden;
}

#main_content .section {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#main_content h2 {
	font-size: 150%;
	font-wieght: bold;
	color: #1a325b;
	margin: 10px 0 30px 0;
}

#main_content .overwrap h2{
	margin-top: 50px; 
}


#main_content h3 {
	font-wieght: bold;
	margin: 30px 0 10px 0;
}

#main_content .md-title {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background-color: #3D3FA4;
	margin: 30px 0;
	padding: 10px;
	text-align: center;
}

#main_content .red-title {
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	background-color: #a43d56;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-align: left;
}


#main_content .redBox {
	background: #f7e0e0;
	padding: 15px;
	margin-bottom: 10px;
}

#main_content .redBox h2{
	margin-top: 0;
}

#main_content p, #main_content ul {
	line-height: 1.4em;
	
}

.totop{
	text-align: right;
}

.caseLink{
	text-align: center;
}

.caseLink li{
	width: 28%;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 0;
	background: #576de0;
	box-shadow: 3px 3px 3px;

	min-height: 100px;
	border-radius: 15px;
	line-height: 1.2em;
	overflow: hidden;
}

.caseLink li a{
	display: block;
	width: 100%;
	color: #fff;
	padding: 20px 0;

	text-decoration: none;
    background-image:-moz-linear-gradient(
    top,
    #576de0 0%,
    #476de0 40%,
    #376de0 52%,
    #2989d8);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#576de0),
    color-stop(0.49,#476de0),
    color-stop(0.52,#376de0),
    to(#2989d8));
}

.caseLink li a:hover{
	color: #fef;
	background: #5EAEE8;
	text-decoration: none;
	border-radius: 15px;
}

#main_content .caseLink li p{
	margin:15px 0 0 0;
	font-size: 130%;
	line-height: 1em;
}


.point3{
	line-height: 1.4em;
}

.point3 dt{
	font-weight: bold;
	color: #1c59cc;
	margin-top: 20px;
}

.point3 dt span{
	background: #b35050;
	color: #fff;
	padding: 7px 25px;
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}

.point3 dd{
	margin: 10px 0 20px 0;
}

#main_content h2.case{
	background-color: #a43d56;
	padding: 15px;
	color: #fff;
}

.caseRed{
	color: #333;
	margin: 0 0 10px 0;
}

.caseFukidashi{
	background: #fefefe;
	border: 3px solid #3d3fa4;
	padding: 15px;
	border-radius: 15px;
	position: relative;
	margin-right: 130px;
}

.caseFukidashi:before{
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid;
	border-color:  transparent #3d3fa4 #3d3fa4 transparent;
	transform: rotate(-45deg);
	position: absolute;
	right: -13px;
	top: 30%;
	background: #fff;
	margin-top: -10px;
}

.caseFukidashi:after{
	content: "";
	background: url(https://www.toshibatec.com/special_media/images/fuki.png) 0 0 no-repeat;
	width: 100px;
	height: 200px;
	position: absolute;
	top: 0;
	right: -120px;
}


.caseFukidashiAfter{
	background: #fff;
	border: solid 3px #aaa;
	position: absolute;
	bottom: -1em;
	right: 20px;
	padding: 1px 10px;
	border-radius: 10px;
}

.caseFukidashiAfter:before{
	content: "";
	width: 10px;
	height: 10px;
	border: 5px solid;
	border-color:  transparent #aaa #aaa transparent;
	transform: rotate(-45deg);
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -10px;
}

.caseFukidashiAfter:after{
	content: "";
	width: 10px;
	height: 10px;
	border: 5px solid;
	border-color:  transparent #aaa #aaa transparent;
	transform: rotate(-45deg);
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
}


.Cha-Sol_title{
	text-align: center;
	background: #8abef5;
	padding: 2px 25px;
	margin-bottom: 10px;
}

.Challenge{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #a5d0de;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}


.Cha-Sol{
	margin: 30px 0;
}

.Challenge ul li {
	margin-left: 25px;
	position: relative;
	list-style: none;
}

.Challenge ul li:before {
	content: "-";
	position: absolute;
	left: -15px;
}

.Solution{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
	vertical-align: middle;
	background: #d1eef5;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}

.Solution:before{
	content: "";
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color:  transparent transparent #333abb #333abb;
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -20px;
}

.Solution:after{
	content: "";
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color:  transparent transparent #333abb #333abb;
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -20px;
}

.Solution ul li {
	margin-left: 25px;
	position: relative;
	list-style: none;
}

.Solution ul li:before {
	content: "-";
	position: absolute;
	left: -15px;
}

.BenefiLeft{
	float: left;
	width: 250px;
	margin: 20px 20px 0 0;
}

.BenefiLeft a:hover{
	opacity: 0.8;
}


.BenefiLeft img{
	border-radius: 10px;
}

.BenefiRight{
	margin-left: 280px;
}



.Benefit{
	margin: 10px 0 20px 0;
	position: relative;
}

.Benefit_title{
	font-size: 130%;
	text-align: center;
	background: #4a8e75;
	padding: 2px 25px;
	margin-bottom: 0;
	color: #fff;
}

.Benefit ul{
	border: 2px solid #4a8e75;
	padding: 10px;
}

/* –¢Žg—p(class) */
Benefit:before{
	content: "";
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color:  transparent transparent #c13333 #c13333;
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: -15px;
}

/* –¢Žg—p(class) */
Benefit:after{
	content: "";
	width: 30px;
	height: 30px;
	border: 5px solid;
	border-color:  transparent transparent #c13333 #c13333;
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -15px;
}

.Benefit ul li {
	background: url(https://www.toshibatec.com/special_media/images/check.png) 5px 5px no-repeat;
	padding-left: 25px;
}

.caseStudy{
	padding: 0;
	text-align: center;
}

.caseStudy li{
	width: auto;
	text-align: center;
	display: inline-block;
	margin: 0px 13px;
}


.caseStudy li a{
	display: block;
	width: 400px;
	padding: 30px 5px;
	background: #576de0;
	background-image: -moz-linear-gradient(
	top,
	#576de0 0%,
	#476de0 40%,
	#376de0 52%,
	#2989d8);
	background-image: -webkit-gradient(
	linear,left top,left bottom,
	from(#576de0),
	color-stop(0.49,#476de0),
	color-stop(0.52,#376de0),
	to(#2989d8));
	border-radius: 15px;
	line-height: 1.2em;
	box-shadow: 3px 3px 7px;
	color: #fff;
	text-decoration: none;
}

.caseStudy li a:hover{
	opacity: 0.8;
}

.caseCompany{
	font-weight: bold;
}

#main_content .bg01 {
	height: 1500px;
	background-image: url(https://www.toshibatec.com/special_media/images/bg01.png);
}

#main_content .bg01 .overwrap {
	margin-top: 350px;
	padding: 20px;
}

#main_content .link{
	margin: 0 auto;
	padding: 20px 40px;
}

#main_content .link p {
	text-align: center;
}

#main_content .link .link1 {
	width: 740px;
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
	font-size: 130%;
}

.link .link1 a {
	display: inline-block;
	width: 265px;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	border: 2px solid #17668f;
	color: #17668f;
	margin-right: 50px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  	
}
.link .link1 a:last-child {
	margin-right: 0;
}

.link .link1 a:hover {
	background-color: #17668f;
	color: #fff;
    transition: 0.3s ease-in-out;
}

#main_content .note{
	margin: 0 auto;
	padding: 20px 40px;
	font-size: 80%;
}

#main_content .note ul {
	margin-top: 10px;
}

#main_content .note ul li {
	list-style: disc;
	margin-left: 20px;
}

#main_content .button {
	position: relative;
}

#main_content .button a {
	display: block;
	margin: 40px auto;
	width: 450px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	border: 3px solid #1C7BD3;
	background-color: #1C7BD3;
	color: #fff;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
}

#main_content .button a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.left640 {
	float: left;
	width: 640px;
	margin: 0;
}

.left480 {
	float: left;
	width: 480px;	
	margin: 0;
}

.left320 {
	float: left;
	width: 480px;	
	margin: 0;
}

.left240 {
	float: left;
	width: 240px;	
	margin: 0;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}
.red {
	color: red;
}
.font-small {
	font-size: 70%;
}
.imgRight {
	float: right;
}


#main_contentSMS {
	width: 1240px;
	margin: 0 auto;
}
.h2line{width: 100px;
	height: 2px;
	background-color: #17668f;
	margin: 85px auto 35px auto;
}

#main_contentSMS h2{

font-family: Arial;
	color: #17668f;
	font-size: 36px;
	font-weight: 700;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
	}

#main_contentSMS h3{font-family: Arial;
	color: #1a1a1a;
	font-size: 30px;
	font-weight: 700;
	line-height: 100px;
}

.txtbox{width: 1056px;
	font-family: Arial;
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin: 0 auto;
}

 .txtboxinr{
	margin-top: -30px;
}

.checkbox{
width: 1239px;
	height: 486px;
	background-color: #f4f4f4;
	margin: 80px auto;
	}

.checkboxinr{width: 351px;
	height: 350px;
	background-color: #ffffff;
	margin: 60px 18px;
	float: left;

}
.checkboxinrst{width: 351px;
	height: 350px;
	background-color: #ffffff;
	margin: 60px 18px 0 57px;
	float: left;

}

.checkboxinrtxt{width: 279px;
	margin: 0 auto;
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;}


.casebox{width: 1110px;
	margin: 40px auto;
}
.casebox img{
	margin: 0 17px;
}
.casebox img:hover {
	opacity: 0.5 ;
}

.case001{
    width: 1240px;
    background-image: url(https://www.toshibatec.com/special_media/images/case001bg.png) ;
	  background-repeat:repeat;
	margin: 0 auto;
	position: relative;
	height: 1926px;
	clear: both;


}

.casettl{width: 700px;
	height: 69px;
	border-radius: 10px;
	background-color: #17668f;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	z-index: 10;
			    position: absolute;
	top: 75px;
	left: 270px;

}

.casebox1{width: 1072px;
	height: 704px;
	border-radius: 30px;
	border-width: 3px;
	border-color: #17668f;
	border-style: solid;
	background-color: #ffffff;
	z-index: 1;
	margin: 0px auto;
	position: absolute;
		top: 105px;
	left: 80px;


}

.casebox1txt{
width: 730px;
	height: 239px;
	font-family: Arial;
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 80px 0 0 40px;
}


.caseimg1{position: absolute;
right: 0;
top: 80px;
}

.Challengesttl{
width: 450px;
	height: 58px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #8fbc5e;
	position: absolute;
	left: 60px;
	top: 360px;
	z-index: 2;
	font-family: Arial;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	line-height: 60px;
}

.challengesbox{width: 446px;
	height: 246px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-color: #8fbc5e;
	border-style: solid;
position: absolute;
	left: 60px;
	top: 418px;
}

.challengesbox p {
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 412px;
	margin: 22px auto;
}


.Solutionttl{
width: 450px;
	height: 58px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #eb6a4c;
	position: absolute;
	left: 570px;
	top: 360px;
	z-index: 2;
	font-family: Arial;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	line-height: 60px;
}

.Solutionbox{width: 446px;
	height: 246px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-color: #eb6a4c;
	border-style: solid;
position: absolute;
	left: 570px;
	top: 418px;
}

.Solutionbox p {
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 412px;
	margin: 22px auto;
}

.caseimg2{position: absolute;
left: 514px;
top: 466px;
}


.caseimg3{position: absolute;
left: 80px;
top: 845px;
}

.caseimg4{position: absolute;
left: 459px;
top: 1331px;
}

.customttl1{
	width: 303px;
	height: 94px;
	background-image: url(https://www.toshibatec.com/special_media/images/custombg.png) ;
	  background-repeat:no-repeat;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	left: 66px;
	top: 1581px;
	line-height: 80px;
	padding-left: 23px;
	z-index: 2;
}

.custombox1{
	width: 1071px;
	height: 320px;
	border-radius: 20px;
	border-width: 3px;
	border-color: #febe00;
	border-style: solid;
	background-color: #ffffff;
	position: absolute;
	top: 1557px;
	left: 83px;
	
}

.custombox1 ul{
	position: absolute;
	top: 132px;
	left: 88px;
	margin: 0;
	padding: 0;
	list-style:none;

}

.custombox1 ul li{	
	font-family: Arial;
	color: #eb6a4c;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	
	
	background: url(https://www.toshibatec.com/special_media/images/customicon.png) 5px 6px no-repeat;
	padding-left: 45px;
	
}

.caseimg5{position: absolute;
right: 30px;
top: 132px;
}



.case002{
    width: 1240px;
    background-image: url(https://www.toshibatec.com/special_media/images/case002bg.png) ;
	  background-repeat:repeat;
	margin: 0 auto;
	position: relative;
	height: 1762px;
	clear: both;


}

.casettl2{width: 700px;
height: 69px;
	border-radius: 10px;
	background-color: #17668f;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	z-index: 10;
			    position: absolute;
	top: 75px;
	left: 270px;
	padding-top: 10px;

}

.casebox2{width: 1072px;
height: 784px;
	border-radius: 30px;
	border-width: 3px;
	border-color: #17668f;
	border-style: solid;
	background-color: #ffffff;
	z-index: 1;
	margin: 0px auto;
	position: absolute;
		top: 105px;
	left: 80px;


}

.casebox2txt{
width: 742px;
	height: 167px;
	font-family: Arial;
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 80px 0 0 40px;
}


.caseimg6{position: absolute;
right: 67px;
top: 75px;
}

.Challengesttl2{
width: 450px;
	height: 58px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #8fbc5e;
	position: absolute;
	left: 60px;
	top: 294px;
	z-index: 2;
	font-family: Arial;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	line-height: 60px;
}

.challengesbox2{
width: 446px;
height: 380px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-color: #8fbc5e;
	border-style: solid;
position: absolute;
	left: 60px;
	top: 350px;
}

.challengesbox2 p {
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 412px;
	margin: 22px auto;
}


.Solutionttl2{
width: 450px;
	height: 58px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #eb6a4c;
	position: absolute;
	left: 570px;
	top: 294px;
	z-index: 2;
	font-family: Arial;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	line-height: 60px;
}

.Solutionbox2{width: 446px;
height: 380px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-color: #eb6a4c;
	border-style: solid;
position: absolute;
	left: 570px;
	top: 350px;
}

.Solutionbox2 p {
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 412px;
	margin: 22px auto;
}

.caseimg7{position: absolute;
left: 81px;
top: 1000px;
}



.customttl2{
	width: 303px;
	height: 94px;
	background-image: url(https://www.toshibatec.com/special_media/images/custombg.png) ;
	  background-repeat:no-repeat;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	left: 66px;
	top: 1395px;
	line-height: 80px;
	padding-left: 23px;
	z-index: 2;
}

.custombox2{
	width: 1071px;
	height: 320px;
	border-radius: 20px;
	border-width: 3px;
	border-color: #febe00;
	border-style: solid;
	background-color: #ffffff;
	position: absolute;
	top: 1370px;
	left: 83px;
	
}

.custombox2 ul{
	position: absolute;
	top: 132px;
	left: 88px;
	margin: 0;
	padding: 0;
	list-style:none;

}

.custombox2 ul li{	
	font-family: Arial;
	color: #eb6a4c;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	
	
	background: url(https://www.toshibatec.com/special_media/images/customicon.png) 5px 6px no-repeat;
	padding-left: 45px;
	
}



.case003{
    width: 1240px;
    background-image: url(https://www.toshibatec.com/special_media/images/case001bg.png) ;
	  background-repeat:repeat;
	margin: 0 auto;
	position: relative;
	height: 1680px;
	clear: both;


}

.casettl{width: 700px;
	height: 69px;
	border-radius: 10px;
	background-color: #17668f;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	z-index: 10;
			    position: absolute;
	top: 75px;
	left: 270px;

}

.casebox3{width: 1072px;
	height: 734px;
	border-radius: 30px;
	border-width: 3px;
	border-color: #17668f;
	border-style: solid;
	background-color: #ffffff;
	z-index: 1;
	margin: 0px auto;
	position: absolute;
		top: 105px;
	left: 80px;


}

.casebox3txt{
width: 740px;
	height: 162px;
	font-family: Arial;
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 80px 0 0 40px;
}


.caseimg8{position: absolute;
right: 27px;
top: 50px;
}

.Challengesttl3{
width: 450px;
	height: 58px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #8fbc5e;
	position: absolute;
	left: 60px;
	top: 285px;
	z-index: 2;
	font-family: Arial;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	line-height: 60px;
}

.challengesbox3{width: 446px;
	height: 342px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-color: #8fbc5e;
	border-style: solid;
position: absolute;
	left: 60px;
	top: 343px;
}

.challengesbox3 p {
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 412px;
	margin: 22px auto;
}


.Solutionttl3{
width: 450px;
	height: 58px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #eb6a4c;
	position: absolute;
	left: 570px;
	top: 285px;
	z-index: 2;
	font-family: Arial;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	line-height: 60px;
}

.Solutionbox3{width: 446px;
	height: 342px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-width: 2px;
	border-color: #eb6a4c;
	border-style: solid;
position: absolute;
	left: 570px;
	top: 343px;
}

.Solutionbox3 p {
	font-family: Arial;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: 412px;
	margin: 22px auto;
}

.caseimg9{position: absolute;
left: 80px;
top: 917px;
}


.caseimg3{position: absolute;
left: 80px;
top: 845px;
}

.caseimg4{position: absolute;
left: 459px;
top: 1331px;
}

.customttl3{
	width: 303px;
	height: 94px;
	background-image: url(https://www.toshibatec.com/special_media/images/custombg.png) ;
	  background-repeat:no-repeat;
	font-family: Arial;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	left: 66px;
	top: 1330px;
	line-height: 80px;
	padding-left: 23px;
	z-index: 2;
}

.custombox3{
	width: 1071px;
	height: 320px;
	border-radius: 20px;
	border-width: 3px;
	border-color: #febe00;
	border-style: solid;
	background-color: #ffffff;
	position: absolute;
	top: 1308px;
	left: 83px;
	
}

.custombox3 ul{
	position: absolute;
	top: 132px;
	left: 88px;
	margin: 0;
	padding: 0;
	list-style:none;

}

.custombox3 ul li{	
	font-family: Arial;
	color: #eb6a4c;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	
	
	background: url(https://www.toshibatec.com/special_media/images/customicon.png) 5px 6px no-repeat;
	padding-left: 45px;
	
}

.caseimg10{position: absolute;
right: 67px;
top: 97px;
}

.caseimg11 .caseimg12{
	margin: 20px auto;
}

#main_contentSMS a :hover{
	opacity: 0.5 ;
}


