@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;
	        text-align: center;
	}
	
.info-table1 tr.row1 td.col1{
	border-top: solid 4px #84E0B6;
	    width: 20%; 
	}
	
.info-table1 tr.row1 td.col2{
	border-top: solid 4px #84E0B6;
	    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.6em;
    margin-bottom: 40px;
/*    font-weight: bold;*/
}
.form_link a {
    width: 50%;
    padding: 0.5%;
    border-radius: 10px;
    color: #fff;
    margin: auto;
    display: block;
    /* display: inline-block; */
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    background: #D1EBFF;
    color: #006AB6;
    border: 2px solid #006AB6;
    text-decoration: none;
}

.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{}
.info-table1{
font-size: 14px;
}
.info-table1 tr td.col1{padding: 10px 2px;}
.info-table1 tr.row1 td.col1{
width: 22%;
}

.info-table1 tr td.col2, .info-table1 tr.row1 td.col2 {
    padding: 10px 5px 10px 10px;;
}
.form_link a {
    width: 80%;
    padding: 2%;
}
}