@charset "UTF-8";

 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　その他のサービス メイン
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	background: url(../images/service_bg.gif);
}
#service {
	background: url(../images/bg02-1.png) no-repeat bottom,url(../images/bg02.png) no-repeat;
	background-size: 100% 99%;
	padding-bottom: 12px;
}
#service h2 {
	padding-top: 3px;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.main-tit {
	width: 253px;
	margin: 0 auto;
}
@media(min-width:1200px) { 
	#service {
		background: url(../images/bg02-1.png) no-repeat bottom,url(../images/bg02.png) no-repeat center top;
		background-size: 1200px 98%;
		padding-bottom: 50px;
	}
	#service h2 {
		z-index: 1;
		position: relative;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	.bg {
		position: relative;
	}
	.bg:before {
		content: "";
		width: 23%;
		height: 482.5px;
		background: url(../images/main_tit_left.png) repeat-x;
		position: absolute;
		left: 0px;
		top: 4px;
		background-size: 121px;
	}
	.bg:after {
		content: "";
		width: 37.9%;
		height: 482px;
		background: url(../images/main_tit_right.png) repeat-x;
		position: absolute;
		right: 0px;
		bottom: 55px;
		background-size: 122px;
	}
}
@media(min-width:769px) { 
	#service h2 {
		padding-top: 6px;
		max-width: 1200px;
		margin: 0 auto;
	}
}
 /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　～についてページ
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.service01,
.service02 {
	margin-bottom: 23px;
}
.service03  {
	padding-bottom: 60px;
}
.about-box {
	margin: 21px 19px 0px;
	box-sizing: border-box;
	border: 2px solid #C928A6;
	background: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
.about-box + .about-box {
	margin-top: 17px;
}
.about-box h4 {
	background: #C928A6;
	text-align: center;
	padding: 6px 0px 4px;
}
.about-box h4 img {
	width: 301px;
}
.about-box ul {
	padding: 13px 22px 0px;
}
.about-box li {
	position: relative;
	padding: 0px 0px 5px 20px;
	font-size: 17px;
	line-height: 25px;
	border-bottom: 1px solid #9FA0A0;
	letter-spacing: -0.4px;
	margin-bottom: 9px;
	color: #000;
}
.about-box li:last-child {
	border-bottom: none;
}
.about-box li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #C928A6;
	position: absolute;
	left: 0;
	top: 6px;
}
.txt-box  {
	padding: 13px 22px 19px 22px;
	font-size: 17px;
	line-height: 25px;
	color: #000;
}
.service02 .about-box-cont {
	padding: 0px 22px 10px;
}
.service02 .txt-box {
	padding: 13px 0px 10px 0px; 
}
.service02 table {
	width: 100%;
}
.service02 table tbody th,
.service02 table tbody td {
	padding: 5px 0px 4px 20px;
	font-size: 17px;
	color: #000;
	width: 50%;
}
.service02 table tbody td {
	text-align: center;
	padding-left: 0px;
}
.service02 table thead tr {
	background: #eebee4;
}
.service02 table thead th {
	font-size: 15px;
	text-align: center;
	color: #000;
	padding: 5px 0px 2px;
}
.service02 table tr {
	border-top: 1px solid #231815; 
}
.service02 table tr:last-child {
	border-bottom: 1px solid #231815; 
}
.service02 table th {
	border-right: 1px solid #231815; 
}

@media(min-width:769px) {  
	.about-box {
		margin-top: 42px;
		border: 4px solid #C928A6;
	}
	.main-tit {
		width: 506px;
	}
	.about-box h4 {
		padding: 16px 0px 10px;
	}
	.about-box h4 img {
		width: 602px;
	}
	.about-box ul {
		padding: 26px 44px 0px;
	}
	.about-box li {
		position: relative;
		padding: 0px 0px 10px 30px;
		margin-bottom: 18px;
	}
	.about-box li:before {
		width: 20px;
		height: 20px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		top: 0px;
	}
	.txt-box {
		padding: 26px 44px;
	}
	.service01, .service02 {
		margin-bottom: 46px;
	}
	.service02 .about-box-cont {
		padding: 0px 44px 20px;
	}
	.service02 .txt-box {
		padding: 26px 0px 20px 0px;
	}
	.service02 table tbody th, 
	.service02 table tbody td {
		padding: 10px 0px 8px 40px;
	}
	.about-box + .about-box {
		margin-top: 34px;
	}
	.service03  {
		padding-bottom: 120px;
	}
}
@media(min-width:1250px) { 
	.about-box {
		max-width: 1200px; 
		margin: 42px auto 0px;
	}
}