
.h2_title{
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #959595;
    letter-spacing: 0.1em;
    text-align: center;
}

.mail table h3{
	display:inline;
	font-size:2rem;
	font-weight:300;
	}


.setumei{
	margin:1em 0;
	}


.input-width{
	width:100%;}


@media (max-width: 767px) {
/* SP用　767px以下: デフォルト */

.h2_title {
    font-size: 2.2rem;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #959595;
    letter-spacing: 0.1em;
    text-align: center;
}



.mail table h3{
	display:inline;
	font-size:2rem;
	font-weight:300;
	}




.table-striped{ margin:40px 0 0 0}


.table th{
	padding: 30px 30px 10px 0px !important ;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	width: 100% !important;
	display: block !important;
	}

.table td {
	padding: 20px 30px 30px 0px !important ;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	width: 100% !important;
	display: block !important;
	border-top: none !important;
	padding:10px !important

}


.mail  table  th,
.mail  table  td{
	}


.mail  table  tr:first-child th   { border-top: 1px solid #ddd !important; }


.mail  table  td input{
	display:block;
	height:30px;
	margin-right:10%;
	width:100%;
	box-sizing:border-box;}
}



@media (max-width: 1024px) {
/* タブレット用　1024px以下: デフォルト */
}


@media (min-width: 1025px) {
/*PC用大きめ 1025px以上 */
.table{
	margin-top:40px;
	width:90%;
	margin:auto
	}
	
}


/*PC用大きめ 1200px以上 */
@media (min-width: 1200px) {

.mail table{ 
	width:90%;
	margin:auto
	}

}




