
.cont1 {
	width: 100%;
	float: left;
}
.cont1-left{width: 35%;
    float: left;}
.cont1-left img{    width: 100%;}
.cont1-right{width: 62%;
    float: left;
    padding-left: 3%;   
	font-size: 1.4em;
	line-height: 180%;
	    text-align: left;}

.cont1-right ul {
	padding-left: 20px;
}
.cont1-right li {
   list-style: disc;
}
.txt {width:100%;padding:2%;box-sizing:border-box;line-height:160%;font-size:1.4em;}
.txt ul{
    padding-left: 20px;
}
.txt ul li{
    list-style: disc;
        padding-bottom: 5px;
}
.txt2{
	text-align: center;
	font-size: 1.6em;
}
.txt3{
	   font-size: 1.6em;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}
.txt span.txt_c{
/*	text-align: center;
    display: block;
    padding-right: 70%;*/
}
.tb1{
	font-size: 1.5em;
	width: 100%;
	float: left;
	border-collapse: collapse;
	line-height: 160%;
	color: #525252;
	box-sizing:border-box;
}
.tb1 tr td{
	padding: 10px 10px 10px 15px;
	border: solid 1px #66ccff;idth: 67%;
    float: left;
    /* margin-left: 20px; */
    padding-left: 3%;
	box-sizing:border-box;
	vertical-align:middle;
	max-width:300px;
}
.tb1 tr td.col1{
	background-color: #e6f7ff;
	font-weight: 600;
	color: #0f8ac3;
}
.tb2{    width: 100%;    line-height: 150%;}
.tb2 th{    font-weight: normal;    width: 23%;    padding-bottom: 10px;}
.tb2 th span{   
    display: inline-block;
    transform: rotate( 90deg );
    width: 80%;
    text-align: center;
}
.tb2 td{    padding-bottom: 10px; }
.title-h3{
	margin-bottom: 10px;
     padding: 7px 5px 5px 5px;
    font-size: 16px;
    background: #defbc0;
        background: #f2fde6;
        border: 1px solid #88D15C;
}
.title-h3_2{
    font-size: 17px;
    font-weight: bold;
    color: #483C2C;
    line-height: 140%;
    padding: 5px 10px;
    background: #defbc0;
    background: #f2fde6;
    border-left: solid 5px #88D15C;
    border-bottom: 1px solid #88D15C;
        border-radius: 0;
        width: 96%;
    float: left;
        margin-bottom: 15px;
}

.title-h3::before,
.title-h3::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
}
.title-h3::before {
    border-top: 15px solid #88D15C;
}
.title-h3::after{
    border-top: 15px solid #defbc0;
    border-top: 15px solid #f2fde6;
}
.mgb-0{
margin-bottom: 0;
}

@media screen and (max-width: 640px) {
.tb1{
	font-size: 1.2em;
}
}










 @media screen and (max-width: 480px) {
	 .cont1-left, .cont1-right {width:100%;     padding-left: 0;padding-top: 10px;}
	 
	.tb2 th{   width: 26%; }
	.txt2 {
	    text-align: left;
	}
}
