@media print {

.no-print-area {
    display: none !important;
}

h1{
	text-align:center;
	margin:15px 0 0 0;
	padding:0;
}

.shinsei_text, .text_red_01 {
    text-align: center;
}

th {
    /*text-align: right;*/
}

th, th p {
    display: flex;
    justify-content: space-between;
}

.required {
	display: block;
	background-color: #C00;
	padding: 4px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}

.text_box{
margin: 0 auto 10px auto;
padding: 10px;
border-width: 1px;
border-color: #575757;
border-style: solid;
max-width: 600px;
}

.text_main_02{
	font-size:1.2em;
text-align:center;
font-weight:bold;
}

.text_main_03{
margin-top: 10px;
font-size:1.7em;
text-align:center;
font-weight:bold;
}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
  vertical-align: middle;
}

.row-head th {
	text-align:center;
  background: #f9fafc;
}

.row-head label {
  line-height: 34px;
  margin: 0;
}

}