@charset "utf-8";
/* wrapper*/
.wrapper .main{
	max-width: 100%;
    width: 100%;
    margin: 100px auto 0;
    max-width: 2000px;
    background-image: url('../../img/template/strengths_main.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}
.contents{
	width: 1000px;
	margin: 0 auto;
	padding-top: 430px;
	position:relative;
}
.contents_ttl{
	font-size: 32px;
	font-weight: normal;
	margin: 140px 0 110px 0;
	background-image: url('../../img/template/nav_news.png');
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: -25px 22px;
	padding-bottom: 20px;
}
.main-ttl{
	position:absolute;
	top:210px;
	left:0;
}
.main-ttl .main-ttl-txt-jp{
	color:#ffffff;
	font-size:32px;
	margin-bottom: 15px;
	margin-top:0;
	letter-spacing:2px;	
}
.main-ttl .main-ttl-txt-en{
	color:#67bbe5;
	font-size:14px;
	margin-bottom:40px;
	margin-top:0;
	letter-spacing:2px;	
}
.main-ttl .main-ttl-line{
	background:#67bbe5;
	width:50px;
	height:2px;
	margin:0;
}
.news_table{
	padding: 100px 100px 60px 100px;
	background-color: #fff;
	text-align: center;
}
.news_table .table{
	display: table;
	border-collapse:collapse;
}
.news_table .table-row{
	display: table-row;
	border-bottom: 1px solid #cccccc;
}
.news_table .table-header{
	display: table-cell;
	font-size: 15px;
	width: 160px;
	text-align: left;
	vertical-align: middle;
}
.news_table .table-data{
	display: table-cell;
	font-size: 13px;
	font-weight: 200;
	width: 640px;
	text-align: left;
	line-height: 2;
	padding: 30px 48px 30px 20px;
	background-image: url('../../img/template/icn_right_arrow_blue.png');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right center;
}
.icn_new img{
	vertical-align: top;
	padding-left: 22px;
}
.table-pager{
	margin-top: 50px;
	display: inline-block;
}
.table-pager ul{
	margin: 0;
	padding: 0 0 0 0;
}
.table-pager ul li{
	display: inline-block;
	font-size: 15px;
	width: 30px;
	height: 27px;
}
.table-pager ul li.current{
	color: #fff;
	background-color: #327ea7;
}
.table-pager ul li a{
	vertical-align: -webkit-baseline-middle;
	line-height: normal;
}
/** strengths **/
p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
.tab_active {
	background-color: #f7fafd;
	opacity: 0.7;
}
.nav .tab_active a {
	color: #2481b3;
}
.news_table {
	text-align: left;
}
.strengths_desc_title {
	margin-bottom: 40px;
	color: #2481b3;
	font-size: 258%;
}
.strengths_desc_proper {
	margin-bottom: 60px;
	color: #222;
	font-size: 133%;
	line-height: 25px;
}
.strengths_class {
	padding-bottom: 100px;
	border-bottom: 1px solid #ccc;
}
.strengths_class div {
	width: 47%;
}
.strengths_class p {
	color: #222;
}
.strengths_class p a:hover{
	color: #327ea7;
}
.strength_business_link {
	float: left;
}
.strength_class_img {
	margin-bottom: 30px;
}
.strength_class_img img {
	width: 100%;
}
.strength_class_title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #2481b3;
	font-size: 158%;
}
.strength_class_title a::after {
	position: absolute;
	content: '';
	background: url(../../img/template/arrow_after.png) no-repeat;
	background-size: 8px;
	left: 90px;
	width: 8px;
	height: 10px;
	top: 4px;
}
.strength_class_title a,
.top_page_button a {
	color: #222;
}
.strength_class_desc {
	padding-top: 10px;
	font-size: 133%;
	line-height: 25px;
}
.strength_number_link {
	float: right;
}
.top_page_button{
	margin-bottom: 0;
}
.top_page_button a {
	display: block;
	position: relative;
	width: 40%;
	margin: 0 auto;
	margin-top: 60px;
	padding: 12px 0;
	border: 1px solid #bbb;
	border-radius: 30px;
	font-size: 141%;
	text-align: center;
}
.top_page_button a:hover{
	color: #327ea7;
}
.top_page_button a:before {
    position: absolute;
    content: '';
	background: url(../../img/template/arrow_before.png) no-repeat;
	background-size: 8px;
    left: 10px;
	width: 8px;
	height: 10px;
	top:16px;	
}

/* Tablet */
@media screen and (max-width: 768px){
	.wrapper .main{
		background-image: none;
		margin: 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}
	.contents .mv img{
		width: 100%;
		height: auto;
	}
	.main-ttl-area{
		position:relative;
	}
	.main-ttl{
		position:absolute;
		top:43.26%;
		left:3.91%;
	}
	.main-ttl .main-ttl-txt-jp{
		font-size:26px;
	}
	.main-ttl .main-ttl-txt-en{
		margin-bottom:30px;
	}
	.news_table {
		padding: 0 4%;;
	}
	.strengths_desc_title {
		margin: 60px 0 40px;
		font-size: 225%;
	}
	.strengths_desc_proper {
		margin-bottom: 40px;
		font-size: 166%;
		line-height: 30px;
	}
	.strength_class_desc {
		padding-top: 20px;
	}
	.strengths_class {
		padding-bottom: 50px;
	}
	.top_page_button a {
		margin: 40px auto 60px;
	}
}
/* SP */
@media screen and (max-width: 640px){
	.main-ttl-area{
		position:relative;
	}
	.main-ttl{
		top:36.36%;
		left:6.25%;
	}
	.main-ttl .main-ttl-txt-jp{
		font-size:22px;
	}
	.main-ttl .main-ttl-txt-en{
		margin-bottom:30px;
	}
	.news_table .table-header{
		display: block;
		margin: 0;
		padding-bottom: 5%;
		padding-top: 5%;
	}
	.news_table .table-data{
		display: block;
		width: 90%;
		padding: 0;
		margin: 0;
		padding-right: 10%;
		padding-bottom: 6%;
	}
	.news_table {
		padding: 5% 5% 15.5% 5%;
	}
	/** strengths **/
	.strengths_desc_title {
		margin: 34px 0 32px;
		font-size: 183%;
	}
	.strengths_desc_proper {
		margin-bottom: 38px;
		font-size: 150%;
	}
	.strengths_class {
		padding-bottom: 50px;
	}
	.strength_class_img {
		margin-bottom: 20px;
	}
	.strengths_class div {
		float: none;
		width: 100%;
	}
	.strength_business_link {
		margin-bottom: 35px;
	}
	.strength_class_desc {
		line-height: 20px;
	}
	.top_page_button a {
		width: 100%;
		margin:14% 0 0;
	}
}