@charset "utf-8";
/*##########################################################*/
/*  Other Page Folder Style           											*/
/*    Ver:0.01               																*/
/*    Date:2016/03/15        																*/
/*##########################################################*/
/*################### Common div ###################*/
/* メインタイトル */
#main-title #page-title-bg {
	background-image:url(../img/com01-ph31.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#main-title #page-title,
#main-contents .h2-sec {
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#main-title #page-title {
	line-height:200px;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}

/* メインコンテンツ */
#main-contents #section-bg {
	background-color:#f5f5f5;
}
#main-contents .h2-sec {
	padding-top:70px;
	padding-bottom:70px;
}
#main-contents section .h2-sec-title,
#main-contents section .h2-sec-data {
	margin-left:10px;
	margin-right:10px;
}

/* H2タイトル */
#main-contents section .h2-sec-title {
	text-align:center;
}
#main-contents section .h2-sec-title h2 {
	position: relative;
	font-size:36px;
	font-weight:bold;
}
#main-contents section .h2-sec-title h2:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	left: 50%;
	margin: 10px 0 0 -15px;
	display: block;
	background: #9f8851;
}
#main-contents section .h2-sec-title h3 {
	margin-top:25px;
	font-size:30px;
}

/* H2データ */
#main-contents section .h2-sec-data {
	margin-top:50px;
}

/*################### Business div ###################*/
/* H4データ */
#main-contents #business .h4-sec .service-list {
	display:table;
	width:100%;
}
#main-contents #business .h4-sec .service-list dt {
	display:table-cell;
	width:30%;
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#main-contents #business .h4-sec .service-list dd {
	display:table-cell;
	width:68%;
	vertical-align:middle;
	border-bottom: solid 1px #D5D5D5;
	padding-top:40px;
	padding-bottom:40px;
}
#main-contents #business .h4-sec .service-list .top {
	margin-top:0;
	border-top: solid 1px #D5D5D5;
}
#main-contents #business .h4-sec .service-list dt h4 {
	margin-top:25px;
	font-size:24px;
	font-weight:bold;
	color:#927b45;
}
#main-contents #business .h4-sec .service-list dt img {
	max-width:216px;
	width:100%;
	height:auto;
	border-radius: 100%;
}
#main-contents #business .h4-sec .service-list dd ul li {
	margin-top:20px;
	margin-right:20px;
}
#main-contents #business .h4-sec .service-list dd ul li:first-child {
	margin-top:0;
}
#main-contents #business .h4-sec .service-list dd .service-title {
	font-size:20px;
}
#main-contents #business .h4-sec .service-list dd .service-text {
	margin-left:1em;
	font-size:14px;
}
/* H4データ その他 */
#main-contents #business .h4-sec-other {
	margin-top:60px;
}

#main-contents #business .h4-sec-other .service-other {
	display:table;
}

#main-contents #business .h4-sec-other .other-text {
	display: table-cell;
	width:66%;
}
#main-contents #business .h4-sec-other .other-text h4 {
	font-size:24px;
	font-weight:bold;
	color:#927b45;
}
#main-contents #business .h4-sec-other .other-img {
	display: table-cell;
	width:32%;
	padding-left:3%;
	text-align:right;
	vertical-align:middle;
}
#main-contents #business .h4-sec-other .other-img img {
	width:100%;
	height:auto;
}
#main-contents #business .h4-sec-other .other-text ul li {
	margin-top:20px;
}
#main-contents #business .h4-sec-other .other-text .service-title {
	font-size:20px;
	font-weight:bold;
}

/*################### Staff div ###################*/
/* H4データ */
#main-contents #message .h4-sec {
	margin-left:10px;
	margin-right:10px;
}
#main-contents #message .h4-sec .message-text {
	margin-top:1.2em;
	text-indent: 1em;
	line-height:2.0;
}
#main-contents #message .h4-sec .message-text:first-child {
	margin-top:0;
}
#main-contents #message .h4-sec .signature {
	margin-top:1em;
	text-align:right;
}

#main-contents #staff .h4-sec .staff-list {
	width:100%;
	font-size:0;
}
#main-contents #staff .h4-sec .staff-list li {
	display: inline-block;
	margin-top:60px;
	padding-top:60px;
	padding-right:5%;
	width:32%;
	width:-webkit-calc((100% - (5% * 2)) / 3);
	width:calc((100% - (5% * 2)) / 3);
	border-top:solid 1px #D5D5D5;
	text-align:center;
	font-size:16px;
}
#main-contents #staff .h4-sec .staff-list li:nth-child(-n+3) {
	margin-top:0;
	padding-top:0;
	border-top:none;
}
#main-contents #staff .h4-sec .staff-list li:nth-child(3n) {
	padding-right:0;
}

#main-contents #staff .h4-sec .staff-list li img {
	max-width:284px;
	width:100%;
	height:auto;
}
#main-contents #staff .h4-sec .staff-list li .company-logo {
	background-color:#9f8851;
	border-radius: 100%;
}
#main-contents #staff .h4-sec .staff-list li .staff-photo {
	border-radius: 100%;
}

#main-contents #staff .h4-sec .staff-list li .license {
	margin-top:20px;
}
#main-contents #staff .h4-sec .staff-list li .name-en {
	font-size:24px;
	font-weight:bold;
}
#main-contents #staff .h4-sec .staff-list li .name-jp {
	font-weight:bold;
}
#main-contents #staff .h4-sec .staff-list li .f-name {
	font-weight:bold;
	color:#846a2d;
}
#main-contents #staff .h4-sec .staff-list li .intro-text {
	margin-top:20px;
	background-color:#ffffff;
	padding:20px;
	text-align:left;
}

/*################### Company div ###################*/
#main-contents #company .h4-sec .company-list,
#main-contents #company .h4-sec .history-list {
	font-size: 0px;
	border-bottom: 1px solid #D5D5D5;
}
#main-contents #company .h4-sec .company-list:first-child,
#main-contents #company .h4-sec .history-list:first-child {
	border-top:solid 1px #D5D5D5;
}
#main-contents #company .h4-sec .company-list dt {
	display: inline-block;
	width:12%;
	margin-left:4%;
	font-size:16px;
	font-weight:bold;
}
#main-contents #company .h4-sec .company-list dd {
	display: inline-block;
	margin-left:10px;
	width:82%;
	font-size:16px;
}
#main-contents #company .h4-sec .history-list dt {
	display: inline-block;
	width:15%;
	margin-left:4%;
	font-size:16px;
	font-weight:bold;
}
#main-contents #company .h4-sec .history-list dd {
	display: inline-block;
	margin-left:10px;
	width:79%;
	font-size:16px;
}
#main-contents #company .h4-sec .company-list dt,
#main-contents #company .h4-sec .company-list dd,
#main-contents #company .h4-sec .history-list dt,
#main-contents #company .h4-sec .history-list dd {
	padding-top:25px;
	padding-bottom:25px;
}
#main-contents #company .history-top {
	margin-top:70px;
}

#main-contents #office-map .h4-sec #map-area {
	width:100%;
	height:480px;
}
#main-contents #office-map .h4-sec .address-text {
	margin-top:10px;
	text-align:center;
}

/*################### Praivcy div ###################*/
#main-contents #privacy .h4-sec h4 {
	font-size:20px;
	font-weight:bold;
}
#main-contents #privacy .h4-sec p,
#main-contents #privacy .h4-sec li {
	font-size:14px;
}
#main-contents #privacy .h4-sec .privacy-detail-title {
	margin-top:15px;
	font-weight:bold;
}
#main-contents #privacy .h4-sec .privacy-detail-text {
	margin-left:1em;
}
#main-contents #privacy .h4-sec .privacy-detail-list {
	margin-top:5px;
	margin-left:1.5em;
}
#main-contents #privacy .h4-sec .privacy-detail-list li {
	text-indent: -1em;
	margin-left: 1em;
}
#main-contents #privacy .h4-sec .privacy-end-text {
	margin-top:10px;
	text-align:right;
}

/*################### Small PC div ###################*/
@media (max-width:992px){
	/*################### Business div ###################*/
	#main-contents #business .h4-sec .service-list dt {
		width:29%;
		padding-right:15px;
	}
	#main-contents #business .h4-sec .service-list dd {
		width:65%;
	}
}

/*################### Tablet div ###################*/
@media (max-width:768px){
	/*################### Business div ###################*/
	#main-contents #business .h4-sec .service-list,
	#main-contents #business .h4-sec .service-list dt,
	#main-contents #business .h4-sec .service-list dd {
		display: block;
		width:100%;
	}
	#main-contents #business .h4-sec .service-list dd,
	#main-contents #business .h4-sec .service-list .top {
		border:none;
	}
	#main-contents #business .h4-sec .service-list dt {
		padding-right:0;
	}
	#main-contents #business .h4-sec .service-list {
		border-top: solid 1px #D5D5D5;
		padding-top:50px;
	}
	#main-contents #business .h4-sec .end {
		border-bottom: solid 1px #D5D5D5;
		padding-bottom:20px;
	}

	#main-contents #business .h4-sec .service-list dd {
		padding-bottom:30px;
	}
	#main-contents #business .h4-sec .service-list dd ul li {
		margin-right:0;
	}
	#main-contents #business .h4-sec-other .service-other,
	#main-contents #business .h4-sec-other .other-text {
		display: block;
		width:100%;
	}
	#main-contents #business .h4-sec-other .other-img {
		display: none;
	}
	#main-contents #business .h4-sec-other .other-text h4 {
		text-align:center;
	}

	/*################### Staff div ###################*/
	#main-contents #staff .h4-sec .staff-list li {
		width:38%;
		width:-webkit-calc((100% - (5% * 2)) / 2);
		width:calc((100% - (5% * 2)) / 2);
	}
	#main-contents #staff .h4-sec .staff-list li:nth-child(3) {
		margin-top:60px;
		padding-top:60px;
		border-top:solid 1px #D5D5D5;
	}
	#main-contents #staff .h4-sec .staff-list li:nth-child(3n) {
		padding-right:5%;
	}
	#main-contents #staff .h4-sec .staff-list li:nth-child(2n) {
		padding-right:0;
	}

	/*################### Company div ###################*/
	/*################### Recruit div ###################*/
	#main-contents #company .h4-sec .company-list dt {
		width:16%;
		margin-left:2%;
	}
	#main-contents #company .h4-sec .company-list dd {
		width:78%;
		margin-left:2%;
		margin-right:2%;
	}

	/*################### Company div ###################*/
	#main-contents #company .h4-sec .history-list dt {
		width:24%;
		margin-left:2%;
	}
	#main-contents #company .h4-sec .history-list dd {
		width:70%;
		margin-left:2%;
		margin-right:2%;
	}
}
/*################### S-Phone div ###################*/
@media (max-width : 480px){
	/*################### Staff div ###################*/
	footer #photo-list {
		display:none;
	}
	footer #footer-link {
		margin-top:90px;
	}
	
	#contents {
		padding-top:120px;
	}
	#main-title #page-title {
		line-height:120px;
		font-size:24px;
	}
	#main-contents .h2-sec {
		padding-top:45px;
		padding-bottom:45px;
	}
	#main-contents section .h2-sec-data {
		margin-top:40px;
	}
	#main-contents #staff .h4-sec .staff-list li {
		display: block;
		width:100%;
		padding-right:0;
	}
	#main-contents #staff .h4-sec .staff-list li:nth-child(-n+2) {
		margin-top:60px;
		padding-top:60px;
		border-top:solid 1px #D5D5D5;
	}
	#main-contents #staff .h4-sec .staff-list li:first-child {
		margin-top:0;
		padding-top:60px;
	}
	#main-contents #staff .h4-sec .staff-list li:nth-child(3n) {
		padding-right:0;
	}

	/*################### Company div ###################*/
	/*################### Recruit div ###################*/
	#main-contents #company .h4-sec .company-list dt,
	#main-contents #company .h4-sec .company-list dd,
	#main-contents #company .h4-sec .history-list dt,
	#main-contents #company .h4-sec .history-list dd {
		display:block;
		width:96%;
	}
	#main-contents #company .h4-sec .company-list dt,
	#main-contents #company .h4-sec .history-list dt {
		padding-top:15px;
		padding-bottom:0;
	}
	#main-contents #company .h4-sec .company-list dd,
	#main-contents #company .h4-sec .history-list dd {
		padding-top:5px;
		padding-bottom:15px;
	}
}
