@charset "utf-8";

.info-table1{
	width:100%;
	height:auto;
	border:0;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background: #fff;
	margin-bottom: 60px;
	}

.info-table1 tr td{
	padding:10px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	}
	
.info-table1 tr td.col1{
/*	background-color :rgba(243, 151, 0, 0.1);*/
	font-weight:bold;
	    letter-spacing: 2px;
	}
	
.info-table1 tr.row1 td.col1{
	border-top: solid 4px #0a6426;
	    width: 18%; 
	}
	
.info-table1 tr.row1 td.col2{
	border-top: solid 4px #0a6426;
	    padding: 0 10px 0 15px;  
	}
.info-table1 tr td.col2{
	    text-align: left;
	    padding-left: 15px; 
	}
.att {
  padding-left: 1em;
  text-indent: -1em;
}
.cnt4{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 40px;
/*    font-weight: bold;*/
}
.show-sp2 {
    display: none;
}
.show-sp4 {
    display: none;
}

@media screen and (max-width:768px) {
.show-sp2 {
    display: inline-block;
}
}



@media screen and (max-width:670px) {
.info-table1 tr td.col1{
    letter-spacing: 0;
}
.info-table1 tr td.col2, .info-table1 tr.row1 td.col2 {
    padding-left: 10px;
}
}


@media screen and (max-width:480px) {
.show-sp4 {
    display: inline-block;
}
.cnt4{text-align:left;}
.info-table1 tr td.col1{padding: 10px 2px;}

.info-table1 tr td.col2, .info-table1 tr.row1 td.col2 {
    padding: 10px 5px;
}
}


input#oubo { padding:3px 0; width:280px; height:50px; font-size:120%; font-weight:bold; color:#0000FF; }
