/*-----------------------------------------------------

mainvisual

-----------------------------------------------------*/

#mainvisual {
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0)) no-repeat top /100% 234px, #000 url("../../company/images/index/bg01.png") center bottom no-repeat;
	background-size: cover;
}

#mainvisual h1 {
	font-weight: 900;
	letter-spacing: 2.56rem;
	text-align: center;
}


#contentColumn {
	width: 1180px;
	margin: 0 auto;
}

.h2_container {
	display: flex;
	border-bottom: 0.1rem solid #D6D6D6;
	background: no-repeat url("../../company/images/index/bg02.png");
	background-size: 0.6rem 8rem;
	background-position: bottom 3rem left;
	min-height: 11rem;
	align-items: flex-end;
	margin-bottom: 3.2rem;
}

#contentColumn h2 {
	font-size: 3.2rem;
	font-weight: 700;
	padding-left: 3.6rem;
	padding-bottom: 4.7rem;
}

#contentColumn h3 {
	font-size: 2.8rem;
	font-weight: 900;
	color: #035D9E;
	padding-bottom: 3.2rem;
}

#contentColumn h4 {
	font-size: 2.4rem;
	font-weight: 900;
	color: #035D9E;
	padding-bottom: 2.8rem;
}

#contentColumn p {
	font-size: 2.0rem;
}

.phase {
	margin-bottom: 5.0rem;
}

/*------------------------------------------------
sec01
------------------------------------------------*/

.txt01 {
	margin-bottom: 1em;
}

.txt02 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4;
}

.under {
	text-decoration: underline;
}

.phBox {
	text-align: center;
	margin: 50px 0;
}

.phBox p {
	font-size: 2.0rem;
	margin-bottom: 1.0rem;
}

.phBox span {
	display: inline-block;
}

.phBox span p {
	text-align: right;
	font-size: 1.6rem !important;
	margin-top: 1.0rem;
}

.list01 li {
	padding-bottom: 10px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 2.0rem;
}

.list01 li span {
	font-size: 14px;
	color: #0088e9;
	vertical-align: 2px;
	margin-right: 5px;
}

.list01 li strong {
	color: #f00;
	font-weight: normal;
}

.list02 {
	margin: 0 0 50px 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.0rem;
}

.list02 li {
	width: 330px;
	text-align: center;
}

.list02 li p {
	text-align: center;
}

/*------------------------------------------------
sec02
------------------------------------------------*/

.sec02 table {
	width: 100%;
	border: 0;
	border-top: 1px solid #c0c0c0;
	border-collapse: collapse;
	margin-bottom: 5.0rem;
}

.sec02 th,
.sec02 td {
	padding: 15px 30px;
	border-bottom: 1px solid #c0c0c0;
	border-collapse: collapse;
	background: #fff;
	line-height: 1.6;
	font-size: 2.0rem;
}


.sec02 table.ta01 {
	width: 100%;
	border: 0;
	border-top: none;
	border-collapse: collapse;
}

.sec02 table.ta01 th,
.sec02 table.ta01 td {
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	line-height: 1.6;
}

.sec02 th {
	padding: 15px;
	width: 200px;
	background: #f2f2f2;
	vertical-align: top;
	font-size: 2.0rem;
}

.sec02 table.ta01 th {
	padding: 10px;
	width: auto;
	background: #f2f2f2;
	vertical-align: top;
}

.sec02 th.lv01 {
	border-left: 1px solid #c0c0c0;
}

.sec02 th.lv02 {
	width: auto;
}


/*------------------------------------------------
sec03
------------------------------------------------*/

.sec03 p {
	background: #f2f2f2;
	width: 700px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

.sec03 a {
	color: #025D9E;
}



@media screen and (max-width: 786px) {

#contentColumn {
	width: 94%;
	margin: 0 auto;
}

}

