@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	width: 1100px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.contents01 h2 {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 100%;
}

/* contents02 */

.contents02 {
	margin-bottom: 70px;
}

.contents02 .box01 {
	margin-bottom: 50px;
}

.contents02 .box01 p.red{
	color:red;
}

.contents02 .box01 p span{
	text-decoration: underline;
}


.contents02 .box01:last-child {
	margin-bottom: 0px;
}

.contents02 .box04 {
	width: 980px;
}

.contents02 .box04 table {
	width: 100%;
	text-align: center;
}

.contents02 .box04 table td {
	padding: 12px 0px;
	border-style : solid;
border-color : #666666;
border-width : 1px;
	width: 50%;
	font-size: 18px;
	line-height: 1.2;
	vertical-align: middle;
}


.contents02 .box04 table.width td:first-child {
  width: 45%;   /* 1列目を狭める */
}

.contents02 .box04 table.width td:last-child {
  width: 55%;   /* 2列目を広げる */
}



.contents02 .box04 table.width td span.small {
	display:inline-block;
	line-height: 1.6;
 font-size: 12px;
padding-top: 12px;	
	text-align: left;
}



.contents02 .box04 table tr:first-child td {
	background-color: rgba(204,204,204,0.5);
}

.comment {
	padding-top: 10px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
