@charset "utf-8";



/*スマホ*/
@media screen and (max-width:750px){
.title {height:auto;margin:0px auto 0px auto;padding: 20px 0px 0px 0px;font-size:100%;text-align: center;color:#000;font-weight: 400;letter-spacing:5px}
.out1 {width:96%;height:auto;margin:100px auto 30px auto;padding: 0px 5% 20px 5%;text-align:center;color:#000; background-color: #fff}
.out2 {width:100%;height:auto;margin:20px auto 0px auto;padding: 0px 0px 0px 0px;text-align:left;font-size:80%;line-height: 150%;font-weight: 400;color:#000; }
    
	
able, thead, tbody, th, td, tr { display: block;}
thead tr {display: none;}
tr {margin-bottom: 12px;border: 1px solid #ddd;}
td {ext-align: left;}
.table2 {width:100%;margin:0px auto;padding:0px 0px 25px 0px;}
	
.table2 h2{width:100%;font-size:90%; color:#000;text-align:left;padding:20px 0px 0px 0px;margin:0px auto;}
	
table {
width:100%;margin:20px auto 10px;padding:0px 0px 0px 0px;line-height: 170%;
border-collapse:separate;
text-align: left;
outline-offset: 0;color:#000;  
}
table th {
width:100%;padding:10px 5% 10px 5%;
text-align:left;vertical-align:top;font-size:13px;
color:#000;font-weight: 700;
line-height:170%;border-top: 1px solid #000; border-bottom: 1px solid #ccc; }
table td {width:90%;padding:10px 5% 10px 5%;font-size:13px;text-align:left;}

}




/*PC*/
@media print, screen and (min-width:751px){
.out1 {max-width:1000px;width:90%;height:auto;margin:0px auto 0px auto;padding: 170px 0px 0px 0px;text-align:center;color:#000; }
.out2 {width:100%;height:auto;margin:20px auto 0px auto;padding: 0px 0px 30px 0px;text-align:left;font-size:80%;line-height: 150%;font-weight: 400;color:#000; }

.table2 {
max-width:1000px;width:96%;margin:0px auto;padding:0px 15px 45px 15px;
border-collapse:separate;
text-align: left;font-size:85%;

}
.table2 th {
width:30%;padding:10px 0px 10px 10px;
text-align:left;vertical-align:top;
background-color:#fff;
color:#000;
font-weight:normal;


}
.table2 td {
padding:10px 0px 10px 10px;
}

.table2 td, th {
border-top: 1px solid #000;
}

.table2 th {
border-right: 1px solid #000;
}

.table2 table tr:last-child th,
.table2 table tr:last-child td{
border-bottom: 1px solid #000;
}
}
