@import url("global.css");

#main {
	background: url(../../company/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.cnt section h1 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
	position: relative;
}
.cnt section h1::after {
	content: "";
	width: 60px;
	height: 1px;
	background: #1282A1;
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.outline,
.treatise,
.adviser {
	opacity: 0;
}
.outline {
	padding: 0 0 60px;
}
.treatise,
.adviser {
	padding: 60px 0;
}
.outline,
.treatise {
	border-bottom: 1px solid #ebebeb;
}
.outline table {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
.outline table th {
	width: 20%;
	text-align: left;
	padding: 20px 30px 10px;
	border-bottom: 1px solid #ccc;
}
.outline table td {
	padding: 20px 10px 10px;
	border-bottom: 1px solid #ebebeb;
}
.outline table tr:last-child th,
.outline table tr:last-child td {
	border-bottom: none;
}
.outline table td ul li {
	line-height: 1.4;
	margin-bottom: 10px;
}
.outline table td ul li:last-child {
	margin-bottom: 0;
}
.outline table td ul li::before {
	content: "●";
	color: #B0D5DD;
	font-size: 10px;
	padding-right: 5px;
}
.treatise dl {
	width: 80%;
	margin: 0 auto 40px;
	text-align: center;
}
.treatise dl:last-child {
	margin-bottom: 0;
}
.treatise dl dt {
	font-size: 20px;
	margin-bottom: 20px;
}
.treatise dl dd {
	text-align: left;
}
.adviser .wrapper {
	width: 100%;
}
.adviser p {
	width: 50%;
	float: left;
	padding: 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #ebebeb;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
.adviser p span {
	display: block;
	font-size: 18px;
}
.adviser p:last-child {
	border-right: none;
}




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

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.outline,
.treatise,
.adviser {
	opacity: 1;
}
.outline table {
	width: 100%;
}
.outline table th {
	width: 22%;
	line-height: 1.4;
}
.treatise dl {
	width: 100%;
}
.treatise dl dt {
	line-height: 1.4;
}
.adviser p {
	width: 100%;
	float: none;
	padding: 20px;
	border-right: none;
	border-bottom: 1px solid #ebebeb;
	margin-top: 0;
}

	






}
	

	

	





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

/* 幅644px以下

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

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

.cnt section h1 {
	font-size: 22px;
	margin-bottom: 30px;
}
.outline {
	padding: 0 0 50px;
}
.treatise,
.adviser {
	padding: 50px 0;
}
.outline table th {
	width: 100%;
	display: block;
	text-align: left;
	padding: 10px 10px 0;
	border-bottom: none;
	color: #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.outline table td {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.treatise dl {
	text-align: left;
}
.treatise dl dt {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 20px;
}
.treatise dl dd {
	line-height: 1.4;
	margin-bottom: 10px;
}
.treatise dl dd:last-cgild {
	margin-bottom: 0;
}









}










