@charset "utf-8";
/* 下層ページ　 */
/*
スマホサイズ（480px以下）	共通
------------------------------------------------------------*/
h1.underLayer {
	display: block;
	width: 100%;
	padding: 10px;
	background: #495883;
	color: #fff;
}
.btn_confirm{
	background: #488dd6; /* Old browsers */
	background: -moz-linear-gradient(top,  #488dd6 0%, #3c7fb2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#488dd6), color-stop(100%,#3c7fb2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #488dd6 0%,#3c7fb2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #488dd6 0%,#3c7fb2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #488dd6 0%,#3c7fb2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #488dd6 0%,#3c7fb2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#488dd6', endColorstr='#3c7fb2',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	box-shadow: 1px 1px 1px agbr(0, 0, 0, .6);
	width: 210px;
	min-height: 40px;
	margin-right: 6px;
	text-align: center;
	letter-spacing: .1em;
	border: 1px solid #05678A;
}
input#BtnMessageBack {
	min-height: 40px;
	display: block;
	width: 100px;
	font-size: 14px;
	letter-spacing: .1em;
	border: 1px solid red;
	margin: 0 0 0 10px;
}
}

/* serviceページ　 */
.serviceContainer .mainContents 
{
margin: 0 0 20px;	
	}
.serviceContainer .mainContents img, .serviceContainer .mainContents p{
	margin: 8px auto;
	display: block;
}
.serviceContainer .about img {
	width: 210px;
	float: none;
	margin: 10px auto;
	display: block;
}.serviceContainer .about p {
	width: 210px;
	display: block;
	margin: 0 auto;
	float: none;
}
.serviceContainer .address img{
	width: 90%;	}
ul.servicePlan {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.servicePlan li {
	border-radius: 4px;
	margin: 10px 0;
}
.serviceContainer .servicePlan li p {
	width: 100%;
	display: block;
	background: blue;
	color: #fff;
	line-height: 2;
	text-align: center;
	padding: 0;
	margin: 0;
}

.servicePlan li:nth-child(1) {
	border: 2px solid #495883;
}
.servicePlan li:nth-child(2) {
	border: 2px solid #508386;
}
.servicePlan li:nth-child(3) {
	border: 2px solid #5B476B;
}
.serviceContainer .servicePlan li:nth-child(1) p {
	background: #495883;
}
.serviceContainer .servicePlan li:nth-child(2) p {
	background: #508386;
}
.serviceContainer .servicePlan li:nth-child(3) p {
	background:  #5B476B;
}
.servicePlan dt {
	color: #c74660;
	font-size: 24px;
	padding: 10px;
	font-weight:bold;
}
.servicePlan dt span {
	display: block;
	text-align: right;
}
.servicePlan dd {
	margin-left: 10px;
}
.servicePlan li dd li:nth-child(1), .servicePlan li dd li:nth-child(2), .servicePlan li dd li:nth-child(3) {
	border: none;
	border-radius: 0;
}
.servicePlan li dd li:nth-child(1)::before, .servicePlan li dd li:nth-child(2)::before, .servicePlan li dd li:nth-child(3)::before {
	content: "●";
}
.planTable table {
	font-size: 12px;
	letter-spacing: .2em;
	border: 1px solid #ccc;
	width: 90%;
	display: block;
	margin: 0 auto 10px;
	text-align:center;
	line-height: 1.2;
	border-collapse: collapse;

}
.planTable table th {
	background: #8E8D8D;
	color: #fff;
	padding: 4px;
	border-left:1px solid #ccc;
}
.planTable table th:nth-of-type(1) {
	background:#FFFFFF;
}
.planTable table td {
	border: 1px solid #ccc;
	background:#FFFFFF;
}
.planTable table .listTtl{
	background:#495883;
	padding: 4px 0;
	color:#fff;
}
ul.serviceOther {
	display: block;
	width: 90%;
	margin: 10px auto;
	list-style:inside;
}
.serviceOther li {
	border-bottom: 2px dotted #ccc;
	padding: 4px;
}
.serviceOther li:last-child {
	border-bottom:none;

}
.serviceContainer .mainContents .telArea {
	padding: 0;
	display: block;
	margin: 20px 0 20px 60px;
	width: 300px;
	float: left;
}.serviceContainer .mainContents .telArea p {
	margin: 0;
	display: block;
	float: left;
	width: 300px;}
	
.serviceContainer .mainContents .btn_mail {
	display: block;
	float: none;
	margin: 20px auto;
	clear: both;
}	
	
/* companyページ　 */
dl.profileArea {
	width: 90%;
	display: block;
	margin: 10px auto;
	border: 1px solid #ccc;
}
.profileArea dt {
	background: #b1b1b1;
	color: #fff;
	padding: 4px;
	margin: 0;
}
.servicePlan dt span {
	display: inline-block;

}
.profileArea dd {
	padding: 4px;
}
.profileArea ul {
	list-style: inside;
}
.companyMap {
	width: 90%;
	display: block;
	margin: 20px auto;
}
/* privacyページ　 */
.privacyContainer dl {
	width: 90%;
	display: block;
	margin: 0px auto 20px;
	padding: 20px 10px;
}
.privacyContainer dt {
	font-size: 20px;
	font-weight: bold;
}
.privacyContainer .lastDl{
	margin-bottom:20px;
	}
/* contactページ　form */
.mail-description p {
	width: 90%;}
table.defaultTable {
	width: 100%;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.defaultTable tr{
	display:block;	
	margin: 0 auto;
	width:350px;
	}
.defaultTable textarea {
	width: 90%;
	height: 350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.defaultTable th.col-head {
	width: 300px;
	display: block;
	background: #b1b1b1;
	color: #fff;
	padding: 4px;
	line-height: 1.2;
	letter-spacing: .1em;
}.defaultTable input {
	width: 300px;
	height: 32px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.defaultTable input:focus, 
.defaultTable textarea:focus {
	-webkit-box-shadow: .1px .1px 7px 0 #d85d63; /* Safari, Chrome用 */
	  -moz-box-shadow: .1px .1px 7px 0 #d85d63; /* Firefox用 */
	 box-shadow: .1px .1px 7px 0 #d85d63; /* CSS3 */}
.defaultTable .checkbox input:focus{
	-webkit-box-shadow:none; /* Safari, Chrome用 */
	  -moz-box-shadow:none; /* Firefox用 */
	 box-shadow:none; /* CSS3 */}
.defaultTable td.col-input {
	width: 100%;
}
.defaultTable .checkbox {
	display: inline-block;
	width: 130px;
	line-height: 2;
	border: 1px solid #ccc;
}
.defaultTable .checkbox label {
	display: inline-block;
	width: 100px;
	height: 40px;
	vertical-align: top;
	line-height: 2.4;
}
.defaultTable .checkbox input {
	width: 14px;
}
select#MessageRoot {
	margin-bottom: 10px;
}
.btn_delete {
	display: none;
}
	
	
@media screen and (min-width: 480px){
	}
	
/*
	PCサイズ
------------------------------------------------------------*/
	
@media screen and (min-width: 768px){
/* serviceページ　 */
h1.underLayer {
	width: 1420px;
	padding: 20px;
	margin: 20px 0 0 200px;
	font-size: 24px;
}.serviceContainer .Container {
	width: 1050px;
	margin: 0 0 0 150px;
	display: block;
	overflow: hidden;	
}
.serviceContainer .mainContainer, .serviceContainer .sideContents {
}
.serviceContainer .mainContents h2{
	overflow: hidden;
	clear: both;
}
.serviceContainer .mainContents img{
	margin: 20px;
	display: block;
	float: left;
}
.serviceContainer .mainContents p {
	margin: 20px 10px 10px;
	display: block;
	float: left;
}
.serviceContainer .mainContents span {
	font-family: 'Open Sans', sans-serif; 
	font-size: 15px; 
	line-height: 26px;
	
	}
.serviceContainer .about p {
	width: 750px;
}
.serviceContainer .about img {
	width: 210px;
}
.serviceContainer .address img {
	width: 500px;
	margin: 20px 0 30px 250px;
}.servicePlan dt {
	margin: 40px 0 0 0;
	font-size: 30px;
	letter-spacing: .1em;
}

.serviceContainer .planTable p {
	margin: 20px 0 10px 40px;
	clear: both;
	display: block;
}

.planTable table {
	font-size: 16px;
	width: 600px;
	display: block;
	clear: both;
	margin-bottom: 30px;
}
.planTable table .listTtl {
	display: block;
}

.serviceOther li span {
	display: block;
	padding-left: 30px;
}
/* companyページ　 */
dl.profileArea {
	width: 800px;
	display: block;
}
.profileArea dt {
	display: inline-block;
	width: 200px;
	margin: 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}.profileArea dd {
	display: inline-block;
	width: 560px;
	border-bottom: 1px solid #ccc;
}
.profileArea dt:last-child, .profileArea dd:last-child {
	border-bottom: none;
}	
.h72 {
	height: 72px;
}
/* contactページ　 */

.contactContainer h1.underLayer {
	width: 1220px;
}
.contactContainer .mainContainer {
	float: left;
	width: 1000px;
	margin: 10px 10px 0 200px;
}
.contactContainer .sideContents {
	margin: 10px 10px 0 10px;
}
/* contactページ　form */
.mail-description p {
	margin: 20px 0 0 20px;
}
table.defaultTable {
	width: 600px;
	margin: 4px 0 20px 10px;
	padding: 60px 0 20px 60px;
}
.defaultTable tr {
	display: inherit;
}
.defaultTable textarea {
	width: 100%;
	height: 350px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.defaultTable th.col-head {
	width: 120px;
	padding: 10px;
}
.defaultTable input {
	width: 100%;
}
tr#RowMessageMessage th {
	height: 336px;
}
	}	
