@charset "UTF-8";



#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
}
#main {background: url(../../images/application/mainbg_pc.gif);}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 60%;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 10px 0;
}



.contentgr {
	background: #ededed;
	padding: 50px 0;
	margin-bottom: 100px;
}
.contentgr h3 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 20px;
}
.contentgr h3+p {
	font-size: 1.8rem;
}

.contentgr .inner {
	width: 1100px;
	margin: 0 auto;
}

.tbl1 .base {
	width: 100%;
}
.tbl1 .base p {
	padding-bottom: 1em;
}
.tbl1 .base h4 {
	font-size: 1.8rem;
}
.tbl1 .base tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tbl1 .base th {
	background: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 30%;
}
.tbl1 .base th, .tbl1 .base td {
	padding: 20px;
	vertical-align: top;
	font-size: 1.6rem;
}
.tbl1 .base td ol.linea {
	border-top: 1px solid #000;
	margin-bottom: 40px;
}
.tbl1 .base td ol.linea li {
	border-bottom: 1px solid #000;
	padding: 5px 0;
}


.base .tbl2 table, .base .tbl3 table {
	width: 100%;
}
.base .tbl4 table {
	width: 50%;
}
.base .tbl5 table {
	width: 50%;
	margin-bottom: 20px;
}
.base .tbl6 table {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.base .tbl2 tr, .base .tbl3 tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.base .tbl2 th, .base .tbl3 th {
	background: #fff;
	font-weight: bold;
	white-space: nowrap;
}
.base .tbl2 th, .base .tbl2 td {
	padding: 10px;
	vertical-align: top;
	font-size: 1.6rem;
	text-align: center;
	width: 25%;
	border-right: 1px solid #000;
}
.base .tbl2 th:last-child, .base .tbl2 td:last-child,
.base .tbl3 th:last-child, .base .tbl3 td:last-child {
	border-right: none;
}
.base .tbl3 th, .base .tbl3 td {
	padding: 10px;
	vertical-align: top;
	font-size: 1.6rem;
	text-align: center;
	width: 20%;
	border-right: 1px solid #000;
}
.base .tbl4 th, .base .tbl4 td {
	padding: 10px;
	vertical-align: top;
	font-size: 1.6rem;
	text-align: center;
	width: 50%;
	border-right: 1px solid #000;
}
.base .tbl4 td {
	border-right: none;
	text-align: left;
}
.base .tbl5 th {
	padding: 10px;
	vertical-align: top;
	font-size: 1.6rem;
	text-align: center;
	width: 40%;
}
.base .tbl5 th:first-child {
	border-right: 1px solid #000;
}
.base .tbl5 td {
	border-left: 1px solid #000;
	width: 60%;
	text-align: center;
}
.base .tbl6 th, .base .tbl6 td {
	width: 50%;
	text-align: center;
}
.base .tbl6 th:first-child, .base .tbl6 td:first-child {
	border-right: 1px solid #000;
	width: 50%;
	text-align: center;
}




.contentgr .btnblock {
	width: 340px;
	margin: 20px 0;
}
.contentgr .btnblock2 {
	width: 340px;
	margin-bottom: 40px;
}
.contentgr .btnblock a, .contentgr .btnblock2 a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}


.cautionred {
	color: #f00;
}








/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {

#main {
	height: 60vh;
}

#main {background: url(../../images/application/mainbg_sp.gif);}
#main h2 {
	font-size: 3rem;
	width: 100%;
}






.contentgr {
	padding: 50px 0;
	margin-bottom: 50px;
}
.contentgr h4 {
	margin-bottom: 20px;
}
.contentgr h4+p {
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 2em;
	padding: 20px
}

.contentgr .inner {
	width: 100%;
}

.tbl1 {
	width: 95%;
	margin: 0 auto;
}
.tbl1 .base {
	width: 100%;
}
.tbl1 .base p {
	padding: 0;
}
.tbl1 .base h4 {
	margin-bottom: 0;
}
.tbl1 .base tr {
	border-top: none;
	border-bottom: none;
}
.tbl1 .base th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	width: 100%;
}
.tbl1 .base th, .tbl1 .base td {
	padding: 10px 0;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.tbl1 .base td {
	padding-bottom: 40px;
}

.base .tbl2, .base .tbl3 {
	overflow-x: auto;
	width: 100%;
}
.base .tbl2 table {
	width: 150%;
}
.base .tbl3 table {
	width: 150%;
}

.base .tbl4 table, .base .tbl5 table {
	width: 100%;
}
.base .tbl2 th, .base .tbl3 th {
	white-space: break-spaces;
	white-space: normal;
}
.base .tbl2 th, .base .tbl2 td {
	display: table-cell;
	width: 25% !important;
	box-sizing: border-box;
	padding: 10px 5px;
	border-bottom: 1px solid #000;
}
.base .tbl3 th, .base .tbl3 td {
	display: table-cell;
	width: 20% !important;
	box-sizing: border-box;
	padding: 10px 5px;
	border-bottom: 1px solid #000;
}

.base .tbl4 th, .base .tbl4 td {
	display: table-cell;
	padding: 10px;
	width: 40%;
}
.base .tbl4 td {
	width: 60%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.base .tbl5 th {
	display: table-cell;
	padding: 10px;
	width: 40%;
}
.base .tbl5 td, .base .tbl5 th:last-child {
	display: table-cell;
	padding: 10px;
	width: 60%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.base .tbl6 {
	overflow: auto;
}
.base .tbl6 table {
	width: 150%;
}
.base .tbl6 th, .base .tbl6 td {
	width: 50%;
	display: table-cell;
	padding: 5px;
}



.contentgr .btnblock {
	width: 100%;
}
.contentgr .btnblock2 {
	width: 100%;
}






}
