@charset "utf-8";

section{
	min-width: 1000px;
	overflow: hidden;
}
.page-contents {
    margin-bottom: 30px;
}
.page-contents .list-mainimage>li{
	width: 100%;
	position: relative;
}
.page-contents .list-mainimage>li>.area-fg{
	position: relative;
	width: 100%;
	max-width: 1300px;
	min-width: 1000px;
	margin: 0 auto;
	z-index: 2;
}
.page-contents .list-mainimage>li>.area-bg{
	position: absolute;
	width: 1000px;
	top: 0;
	left: 50%;
	margin-left: -200px;
	z-index: 1;
}

.recommend-title{
	min-height: 250px;
}
.quality-items{
	margin-top: 38px;
}
.quality-items>div{
	float: left;
	width: 320px;
	height: 520px;
	margin-left: 20px;
	background: #fff;
	text-align: left;
}
.quality-items>div:first-of-type{
	margin-left: 0;
}
.quality-items img{
	width: 100%;
}
.quality-items h3{
	margin-top: 20px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.quality-items h3+p{
	margin-top: 15px;
	font-family: meiryo, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

h2{
	padding-top: 30px;
}
h2+p{
	margin-top: 20px;
}
.recommend>h2{
	padding-bottom: 38px;
}
.recommend-title{
	text-align: left;
	line-height: 0;
	position: relative;
}
.recommend-title:after{
	content: "";
	width: 607px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 518px;
}
.recommend-title.case01:after{
	background: url(../../img/top/recommend_bg01.png) no-repeat;
}
.recommend-title.case02:after{
	background: url(../../img/top/recommend_bg02.png) no-repeat;
}

.recommend-request{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.recommend-request:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
}

.recommend-request ul{
	padding-left: 70px;
	float: left;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recommend-request ul.rightitem{
	margin-left: 38px;
}
.recommend-request li{
	width: 410px;
	text-align: left;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recommend-request li.item-q{
	padding: 17px;
	border: 3px solid #000;
	border-radius: 5px;
	background: #fff;
	line-height: 24px;
}
.recommend-request li.item-q:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 12px;
	left: -10px;
	background: #fff;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.recommend-request li.item-a{
	font-family: meiryo, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 25px;
}
.recommend-request li:after{
	content: "";
	position: absolute;
	left: -70px;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #000;
	color: #fff;
	text-align: center;
}
.recommend-request li.item-q:after{
	background: url(../../img/top/icon_q.png) no-repeat;
}
.recommend-request li.item-a:after{
	content: "A";
	left: -67px;    /* (border width)を考慮 */
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
}
.case-post+aside div.button{
	margin: 30px auto 0;
	width: 230px;
}
.case-post+aside a{
	text-decoration: none;
}
.case-post{
	position: relative;
	margin-top: 30px;
}
.td-post{
	color: #fff;
}
.td-post.row-odd.col-odd{
	background: #003241;
}
.td-post.row-odd.col-even{
	background: #00283c;
}
.td-post.row-even.col-odd{
	background: #00283c;
}
.td-post.row-even.col-even{
	background: #003241;
}
.td-post .btn-white01{
	border-color: #fff;
}
.td-post .btn-white01 a{
	color: #fff;
}
.td-post .btn-white01 a:after{
	border-color: #fff;
}
.td-post .btn-white01 a:hover{
	color: #000;
	background-color: #fff;
}
.td-post .btn-white01 a:hover:after{
	border-color: #000;
}
.td-post{
	position: relative;
}
.postlabel{
	position: absolute;;
	top: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	z-index: 2;
	width: 80px;
	height: 80px;
}
.col-odd .postlabel{
}
.col-even .postlabel{
}
/*
.td-post:before{
	content: "";
	position: absolute;;
	top: 0;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top: 50px solid #32000a;
	z-index: 1;
}
*/
.postlabel>.casenum{
	font-size: 35px;
}
.col-odd .postlabel{
	left: 0;
	text-align: left;
	background: url(../../img/top/bg_triangle01.png) no-repeat;
}
/*
.col-odd:before{
	border-left: 50px solid #32000a;
	left: 0;
}
*/
.col-even .postlabel{
	right: 0;
	text-align: right;
	background: url(../../img/top/bg_triangle02.png) no-repeat;
}
/*
.col-even:before{
	border-right: 50px solid #32000a;
	right: 0;
}
*/

.prompt-post{
	margin: 30px auto 0;
	padding: 50px;
	background: #f0f0f0;
}
.prompt-post ul.post-list{
	width: 960px;
	margin: 20px auto 0;
	border-radius: 5px;
}
.prompt-post ul.post-list>li{
	position: relative;
	font-size: 16px;
	line-height: 21px;
	border-bottom: 1px dotted #003241;
	padding: 20px 50px;
	background: #fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prompt-post ul.post-list>li a.post-link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}
.prompt-post ul.post-list>li:last-of-type{
	border-bottom: none;
}
.prompt-post ul.post-list>li:hover a.post-link{
	background: rgba(0, 0, 0, 0.1);
}
.prompt-post ul.post-list>li:hover .more{
	font-weight: bold;
}
.prompt-post .date{
	font-size: 12px;
	color: #323232;
}
.prompt-post .title{
	color: #003241;
	font-weight: bold;
	font-size: 24px;
	line-height: 39px;
}
.prompt-post .eyecatch{
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 50px;
	border-radius: 5px;
}
.prompt-post .text-body{
	display: block;
	overflow: hidden;
}
.prompt-post .more{
	color: #003241;
	text-align: right;
}
