@charset "UTF-8";

@media all and (max-width:768px) {

	.contactPage .contactTitle {
		margin: 50px 20px; 
	}
	
	.contactPage .contactTitle .title {
		text-align: center;
		padding: 12px 0;
		border-top: 1px solid #4C5870;
		border-bottom: 1px solid #4C5870;
		margin-bottom: 36px; 
	}
	
	.contactPage .contactTitle .title .main {
		font-size: 16px;
		line-height: 1.1;
		margin-bottom: 5px; 
	}
	
	.contactPage .contactTitle .title .sub {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-style: italic;
		font-size: 13px;
		line-height: 1.1; 
	}
	
	.contactPage .contactTitle .lead {
		font-size: 12px;
		line-height: 23px; 
	}
	
	.contactPage .contactTitle .lead small {
		display: block;
		font-size: 9px;
		padding-top: 3px; 
	}
	
	.contactPage .tel {
		margin: 0 20px 50px; 
	}
	
	.contactPage .tel .title {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
		padding-left: 20px;
		border-left: 5px solid #4C5870;
		margin-bottom: 10px; 
	}
	
	.contactPage .tel .lead {
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 25px; 
	}
	
	.contactPage .tel .lead small {
		display: block;
		font-size: 9px;
		padding-top: 5px; 
	}
	
	.contactPage .tel dl {
		font-size: 12px;
		line-height: 2rem;
		
	}
	
	.contactPage .tel dl dt {
		height: auto;
		font-weight: 600;
		border-bottom: 1px solid rgba(76, 88, 112, 0.3);
		padding: 1rem 0;
	}
	
	.contactPage .tel dl dd {
		height: auto;
		border-bottom: 1px solid rgba(76, 88, 112, 0.6); 
		padding: 1rem 0;
	}
	
	.contactPage .tel dl dd a {
		color: #000;
		text-decoration: underline; 
	}
	
	.contactPage .form {
		margin: 0 20px 50px; 
	}
	
	.contactPage .form .title {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
		padding-left: 20px;
		border-left: 5px solid #4C5870;
		margin-bottom: 10px; 
	}
	
	.contactPage .form .lead {
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 25px; 
	}
	
	.contactPage .form .lead.topNarrow {
		margin-top: -20px; 
	}
	
	.contactPage .form .lead small {
		display: block;
		font-size: 9px;
		padding-top: 5px;
		color: #C21010; 
	}
	
	.contactPage .form .lead a {
		color: #000;
		text-decoration: underline;
	}
	
	.contactPage .form .lead a.hover {
		text-decoration: none; 
	}
	
	.contactPage .form .lead .clrRed {
		color: #C21010; 
	}
	
	.contactPage .form .lead .point {
		display: block;
		padding-top: 8px; 
	}
	
	.contactPage .form .lead .point::before {
		content: "●";
		font-size: 10px;
		margin-right: 2px;
		vertical-align: middle; 
	}
	
	.contactPage .form table {
		width: 100%;
		font-size: 12px;
		margin-bottom: 25px;
		border-bottom: 1px solid rgba(76, 88, 112, 0.3); 
	}
	
	.contactPage .form table tr th {
		display: block;
		font-weight: 600;
		padding: 10px 15px;
		background-color: rgba(76, 88, 112, 0.05);
		border-top: 1px solid rgba(76, 88, 112, 0.3); 
	}
	
	.contactPage .form table tr th span.redmark {
		position: relative;
		top: -5px;
		font-size: 10px;
		color: #C21010;
		margin-left: 2px; 
	}
	
	.contactPage .form table tr th small {
		font-size: 9px;
		margin-left: 8px; 
	}
	
	.contactPage .form table tr td {
		display: block;
		padding: 15px; 
	}
	
	.contactPage .form table tr td small {
		font-size: 10px; 
	}
	
	.contactPage .form table tr td span.beforeInput {
		margin-right: 8px; 
	}
	
	.contactPage .form table tr td span.afterInput {
		margin-left: 8px; 
	}
	
	.contactPage .form table tr td .inputListFamily {
		line-height: 2.5; 
	}
	
	.contactPage .form table tr td .inputListFamily .sp-flex {
		display: inline-block;
		margin-top: -20px; 
	}
	
	.contactPage .form table tr td .inputListFamily .sp-flex input {
		margin-left: 30px; 
	}
	
	.contactPage .form table tr td .inputListFamily .sp-flex input:nth-of-type(1) {
		margin-left: 2px; 
	}
	
	.contactPage .form table tr td .inputListOccupation {
		display: flex;
		flex-wrap: wrap; 
	}
	
	.contactPage .form table tr td .inputListOccupation p {
		margin-bottom: 15px;
		margin-right: 20px; 
	}
	
	.contactPage .form table tr td .inputListHouse {
		display: flex;
		flex-wrap: wrap; 
	}
	
	.contactPage .form table tr td .inputListHouse p {
		margin-bottom: 15px; 
	}
	
	.contactPage .form table tr td .inputListHouse p:nth-of-type(1), .contactPage .form table tr td .inputListHouse p:nth-of-type(2), .contactPage .form table tr td .inputListHouse p:nth-of-type(3), .contactPage .form table tr td .inputListHouse p:nth-of-type(4) {
		width: 50%; 
	}
	
	.contactPage .form table tr td .inputListHouse p:nth-of-type(5), .contactPage .form table tr td .inputListHouse p:nth-of-type(6) {
		width: 100%; 
	}
	
	.contactPage .form table tr td .sp-listPlan {
	display: flex;
	flex-wrap: wrap; 
	}
	
	.contactPage .form table tr td .sp-listPlan p {
	margin-bottom: 15px;
	margin-right: 0 !important; 
	}
	
	.contactPage .form table tr td .sp-listPlan p:nth-of-type(1), .contactPage .form table tr td .sp-listPlan p:nth-of-type(2) {
	width: 50%; 
	}
	
	.contactPage .form table tr td .sp-listPlan p:nth-of-type(3) {
	width: 100%; 
	}
	
	.contactPage .form table tr td .inputListTiming {
	display: flex;
	flex-wrap: wrap; 
	}
	
	.contactPage .form table tr td .inputListTiming p {
	margin-right: 28px;
	margin-bottom: 12px; 
	}
	
	.contactPage .form table tr td .inputListType {
	display: flex;
	flex-wrap: wrap; 
	}
	
	.contactPage .form table tr td .inputListType p {
	margin-right: 25px;
	margin-bottom: 12px; 
	}
	
	.contactPage .form table tr td .inputListH {
	display: flex;
	flex-wrap: wrap; 
	}
	
	.contactPage .form table tr td .inputListH p {
	margin-right: 28px; 
	}
	
	.contactPage .form table tr td .inputListV {
	line-height: 2.5; 
	} 
	
}


@media all and (max-width: 768px) and (max-width: 360px) {
	
	.contactPage .form table tr td .sp-date {
	display: block;
	margin-bottom: 8px;
	}
}


@media all and (max-width: 768px) {
	
	.contactPage .form table tr td a {
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: underline;
	margin-top: 5px;
	margin-left: 17px; 
	}
	
	.contactPage .form table tr td a:hover {
	text-decoration: none; 
	}
	
	.contactPage .form table tr td a::after {
	content: "";
	position: absolute;
	right: -12px;
	top: 5px;
	width: 5px;
	height: 7px;
	background: url(../images/contact/icon-link.png);
	background-size: cover;
	}
	
	.contactPage .form input[type="text"] {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 1.1;
	text-indent: 1em;
	border: 1px solid #4c5870;
	border-radius: 2px; 
	}
	
	.contactPage .form input[type="text"].sp-half {
	width: 30%;
	margin-right: 15%; 
	}
	
	.contactPage .form input[type="text"].inputTextS {
	width: 36%; 
	}
	

}
@media all and (max-width: 768px) and (max-width: 360px) {
	
	.contactPage .form input[type="text"].inputTextS {
	width: 34%; 
	} 
	
}


@media all and (max-width: 768px) {
	
	.contactPage .form input[type="text"].inputTextM {
	width: 36%;margin-bottom: 5px; 
	}

	.contactPage .form input[type="text"].inputTextL {
	width: 100%; 
	}

	.contactPage .form input[type="text"].inputTextL.sp-narrow {
	width: 66.8%; 
	}

	.contactPage .form textarea {
	width: 100%;
	height: 108px;
	font-size: 16px;
	line-height: 1.1;
	text-indent: 1em;
	padding: 10px 0;
	border: 1px solid #4c5870;
	border-radius: 2px; 
	}

	.contactPage .form select {
	font-size: 10px;
	color: #000;
	height: 20px;
	padding: 0 15px 0 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #4C5870;
	background: #fff url(../images/contact/icon-select.png) right 4px center no-repeat;
	background-size: 7px 4px;
	border-radius: 1px; 
	}
	
	.contactPage .form p.caption {
	font-size: 9px;
	margin-top: -10px;
	margin-bottom: 20px; 
	}
	
	.contactPage p.submit {
	position: relative;
	margin: 0 15px; 
	}

	.contactPage .form input[type="submit"],.contactPage input[type="button"] {
	border: 0;
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 1.1;
	font-weight: 600;
	color: #fff;
	background-color: #4C5870; 
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	}

	.contactPage .form input[type="submit"].hover,.contactPage input[type="button"]:hover {
	opacity: 0.7; 
	}

	.contactPage #pContact1,.contactPage #pContact2 {
	position: relative;
	top: -60px;
	display: inline-block;
	width: 1px;
	height: 1px; 
	}
	
	.contactPage .contactPagelink {
	padding: 0 20px;
	margin: 50px 0 50px; 
	}
	
	.contactPage .contactPagelink ul {
	overflow: hidden;
	line-height: 0;
	padding-top: 10px; 
	}
	
	.contactPage .contactPagelink ul li {
	float: left; 
	}
	
	.contactPage .contactPagelink ul li:nth-of-type(1), .contactPage .contactPagelink ul li:nth-of-type(2) {
	width: 50%; 
	}
	
	.contactPage .contactPagelink ul li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 26px;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #4C5870;
	opacity: 1; 
	}
	
	.contactPage .contactPagelink ul li a:active {
	opacity: 0.3; 
	}
	
	.contactPage .contactPagelink ul li.selected a {
	opacity: 1; 
	}
	
	.contactPage .contactPresent {
	margin-bottom: 30px;
	padding: 35px 20px;
	background-color: rgba(76, 88, 112, 0.05); 
	}
	
	.contactPage .contactPresent .title {
	font-size: 12px;
	line-height: 23px; 
	}
	
	.contactPage .contactPresent .caution {
	font-size: 9px;
	padding-top: 5px;
	margin-bottom: 20px; 
	}
	
	.contactPage .contactPresent .pct {
	margin-bottom: 28px; 
	}
	
	.contactPage .contactPresent .pct ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0px; 
	}
	
	.contactPage .contactPresent .pct ul li {
	width: 45%;
	text-align: center;
	margin-bottom: 13px; 
	}
	
	.contactPage .contactPresent .pct ul li .cover {
	display: flex;
	align-items: flex-end;
	justify-content: center; 
	}
	
	.contactPage .contactPresent .pct ul li .cover img {
	width: 90%;
	height: auto; 
	}
	
	.contactPage .contactPresent .pct ul li .cover img.yoko {
	width: 100%;
	}
	
	.contactPage .contactPresent .pct ul li p {
	font-size: 10px;
	padding-top: 10px; 
	}
	
	.contactPage .contactPresent .pct ul li p span {
	font-size: 12px;
	}
	
	.contactPage .contactPresent .text {
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	font-weight: 600; 
	}

	.titleCatalog{
	font-size: 12px;
	}


}



@media all and (min-width:769px) {

	.contactPage .contactTitle {
	width: 690px;
	margin: 80px auto 80px; 
	}
	
	.contactPage .contactTitle .title {
	text-align: center;
	width: 400px;
	padding: 18px 0;
	border-top: 1px solid #4C5870;
	border-bottom: 1px solid #4C5870;
	margin: 0 auto 76px; 
	}
	
	.contactPage .contactTitle .title .main {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 8px; 
	}
	
	.contactPage .contactTitle .title .sub {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 19px;
	line-height: 1.1; 
	}
	
	.contactPage .contactTitle .lead {
	font-size: 16px; 
	}
	
	.contactPage .contactTitle .lead small {
	display: block;
	font-size: 12px;
	padding-top: 3px; 
	}
	
	.contactPage .tel {
	width: 912px;
	margin: 0 auto 80px; 
	}
	
	.contactPage .tel .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 32px;
	border-left: 10px solid #4C5870;
	margin-bottom: 25px; 
	}
	
	.contactPage .tel .lead {
	font-size: 16px;
	margin-bottom: 15px; 
	}
	
	.contactPage .tel .lead small {
	display: block;
	font-size: 12px;
	padding-top: 5px; 
	}
	
	.contactPage .tel dl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 16px;
		line-height: 1.6; 
		border-bottom: 1px solid rgba(76, 88, 112, 0.6); 
		width: 100%;
	}
	
	.contactPage .tel dl dt {
		width: 40%;
		height:auto;
		font-weight: 600;
		border-bottom: none; 
		padding: 1.8rem 0;
	}
	
	.contactPage .tel dl dd {
	width: 60%;
	height: auto;
	padding-left: 0;
	border-bottom: none; 
		text-align: center;
	}
	
	.contactPage .form {
	width: 100%;
	margin: 0 auto 80px; 
	}
	
	.contactPage .form .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 32px;
	border-left: 10px solid #4C5870;
	width: 912px;
	margin: auto;
	margin-bottom: 25px; 
	}

	.contactPage .form .lead {
	width: 912px;
	margin: auto;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 25px; 
	}

	.contactPage .form .inputListV .lead {
	font-size: 14px;
	border-bottom: 1px solid #333;
	line-height: 1rem;
	}

	.contactPage .form .lead.topNarrow {
	margin-top: -20px; 
	}
	
	.contactPage .form .lead small {
	display: block;
	font-size: 12px;
	padding-top: 5px;
	}
	
	.contactPage .form .lead a {
	color: #000;
	text-decoration: underline; 
	}
	
	.contactPage .form .lead a:hover {
	text-decoration: none; 
	}
	
	.contactPage .form .lead .clrRed {
	color: #C21010; 
	}
	
	.contactPage .form .lead .point {
	display: block;
	padding-top: 8px; 
	}
	
	.contactPage .form .lead .point::before {
	content: "●";
	font-size: 10px;
	margin-right: 2px;
	vertical-align: middle; 
	}
	
	.contactPage .form table {
	width: 912px;
	margin: auto;
	font-size: 16px;
	border-top: 1px solid rgba(76, 88, 112, 0.3);
	margin-bottom: 40px; 
	}
	
	.contactPage .form table tr th {
	width: 234px;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 40px;
	background-color: rgba(76, 88, 112, 0.05);
	border-bottom: 1px solid rgba(76, 88, 112, 0.3); }
	.contactPage .form table tr th span.redmark {
	position: relative;
	top: -5px;
	font-size: 10px;
	color: #C21010;
	margin-left: 2px; 
	}
	
	.contactPage .form table tr th small {
	display: block;
	font-size: 12px;
	padding-top: 6px; 
	}
	
	.contactPage .form table tr td {
	padding: 20px 0 20px 40px;
	border-bottom: 1px solid rgba(76, 88, 112, 0.3);
	line-height: 2.5;
	}

	.contactPage .form.kakunin table tr td {
	padding: 0 0 0 40px;
	}

	.submitBtn {
	display: flex;
	justify-content: center;
	}

	.contactPage .form table tr td span {
	margin-right: 25px; 
	}
	
	.contactPage .form table tr td small {
	font-size: 14px; 
	}
	
	.contactPage .form table tr td span.beforeInput {
	margin-right: 15px; 
	}
	
	.contactPage .form table tr td span.afterInput {
	margin-left: 15px; 
	}
	
	.contactPage .form table tr td .inputListFamily {
	line-height: 2.3; }
	
	.contactPage .form table tr td .inputListOccupation {
	display: flex;
	flex-wrap: wrap;
	width: 678px; 
	}
	
	.contactPage .form table tr td .inputListOccupation p {
	margin-bottom: 5px; 
	}
	
	.contactPage .form table tr td .inputListOccupation p:nth-of-type(1), .contactPage .form table tr td .inputListOccupation p:nth-of-type(5){
	width: 100px; line-height: 2;
	}
	
	.contactPage .form table tr td .inputListOccupation p:nth-of-type(9) {
	margin-bottom: 0; 
	width: 365px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListOccupation p:nth-of-type(2), .contactPage .form table tr td .inputListOccupation p:nth-of-type(6) {
	width: 165px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListOccupation p:nth-of-type(3), .contactPage .form table tr td .inputListOccupation p:nth-of-type(7) {
	width: 100px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListOccupation p:nth-of-type(4), .contactPage .form table tr td .inputListOccupation p:nth-of-type(8) {
	width: 270px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListHouse {
	display: flex;
	flex-wrap: wrap;
	width: 678px; 
	}
	
	.contactPage .form table tr td .inputListHouse p {
	margin-bottom: 5px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListHouse p:nth-of-type(1), .contactPage .form table tr td .inputListHouse p:nth-of-type(3) {
	width: 180px; 
	}
	
	.contactPage .form table tr td .inputListHouse p:nth-of-type(2), .contactPage .form table tr td .inputListHouse p:nth-of-type(4) {
	width: 450px; 
	}
	
	.contactPage .form table tr td .inputListHouse p:nth-of-type(5), .contactPage .form table tr td .inputListHouse p:nth-of-type(6) {
	width: 100%; 
	}
	
	.contactPage .form table tr td .inputListTiming {
	display: flex;
	flex-wrap: wrap;
	width: 678px; 
	}
	
	.contactPage .form table tr td .inputListTiming p {
	margin-bottom: 5px; 
	}
	
	.contactPage .form table tr td .inputListTiming p:nth-of-type(1), .contactPage .form table tr td .inputListTiming p:nth-of-type(5), .contactPage .form table tr td .inputListTiming p:nth-of-type(9) {
	width: 132px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListTiming p:nth-of-type(2), .contactPage .form table tr td .inputListTiming p:nth-of-type(6){
	width: 132px;line-height: 2;
	}
	
	.contactPage .form table tr td .inputListTiming p:nth-of-type(10) {
	width: 396px;line-height: 2;
	}	
	
	.contactPage .form table tr td .inputListTiming p:nth-of-type(3), .contactPage .form table tr td .inputListTiming p:nth-of-type(7), .contactPage .form table tr td .inputListTiming p:nth-of-type(11) {
	width: 148px;line-height: 2;
	}
	
	.contactPage .form table tr td .inputListTiming p:nth-of-type(4), .contactPage .form table tr td .inputListTiming p:nth-of-type(8), .contactPage .form table tr td .inputListTiming p:nth-of-type(12) {
	width: 220px;line-height: 2;
	}
	
	.contactPage .form table tr td .inputListTiming p:nth-of-type(13) {
	width: 100%;
	margin-bottom: 0;
	}
	
	.contactPage .form table tr td .inputListType {
	display: flex;
	flex-wrap: wrap;
	width: 678px; 
	}
	
	.contactPage .form table tr td .inputListType p {
	margin-right: 28px;
	margin-bottom: 5px;
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListType p:nth-of-type(5) {
	width: 100%;
	margin-bottom: 0; 
	}
	
	.contactPage .form table tr td .inputListH {
	display: flex;
	flex-wrap: wrap;
	width: 678px; 
	}
	
	.contactPage .form table tr td .inputListH p {
	width: 100%;
	margin-right: 28px; 
	line-height: 2;
	}
	
	.contactPage .form table tr td .inputListV {
	line-height: 2; 
	}
	
	.contactPage .form table tr td a {
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: underline;
	margin-left: 35px; 
	}
	
	.contactPage .form table tr td a:hover {
	text-decoration: none; 
	}
	
	.contactPage .form table tr td a::after {
	content: "";
	position: absolute;
	right: -12px;
	top: 9px;
	width: 5px;
	height: 7px;
	background: url(../images/contact/icon-link.png);
	background-size: cover; 
	}
	
	.contactPage .form input[type="text"] {
	width: 218px;
	font-size: 16px;
	line-height: 2;
	text-indent: 1em;
	border: 1px solid #4c5870; 
	}
	
	.contactPage .form input[type="text"].inputTextS {
	width: 120px; 
	}
	
	.contactPage .form input[type="text"].inputTextM {
	width: 250px; 
	}
	
	.contactPage .form input[type="text"].inputTextL {
	width: 360px; 
	}
	
	.contactPage .form textarea {
	width: 460px;
	height: 130px;
	font-size: 16px;
	line-height: 1.1;
	text-indent: 1em;
	padding: 10px 0;
	border: 1px solid #4c5870; 
	}
	
	.contactPage .form select {
	font-size: 14px;
	color: #000;
	height: 28px;
	padding: 0 20px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #4C5870;
	background: #fff url(../images/contact/icon-select.png) right 4px center no-repeat;
	background-size: 7px 4px;
	border-radius: 1px; 
	}
	
	.contactPage .form select::-ms-expand {
	display: none;
	}
	
	.contactPage .form p.caption {
	width: 912px;
	margin: auto;
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: 30px; 
	}
	
	.contactPage p.submit {
	position: relative;
	width: 254px;
	margin: 0 auto 8rem; 
	}
	
	.contactPage input[type="submit"],.contactPage input[type="button"] {
	border: 0;
	width: 254px;
	height: 40px;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	background-color: #4C5870; 
	}
	
	.contactPage input[type="submit"]:hover,.contactPage input[type="button"]:hover {
	opacity: 0.7; 
	}
	
	.contactPage .form p.back {
	position: relative;
	width: 254px; 
	}
	
	.contactPage .form p.back a {
	display: block;
	text-align: center;
	width: 254px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #999; 
	}
	
	.contactPage .form p.back a:hover {
	opacity: 0.7; 
	}
	
	.contactPage .form .btnSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 560px;
	margin: 0 auto; 
	}
	
	.contactPage .form .btnSet p.submit {
	margin: 0; 
	}
	
	.contactPage .form input[type="text"]::-webkit-input-placeholder {
	color: #fff; 
	}
	
	.contactPage .form input[type="text"]::-moz-placeholder {
	color: #fff; 
	}
	
	.contactPage .form input[type="text"]:-ms-input-placeholder {
	color: #fff; 
	}

	.contactPage .form.recruit input[type="text"]::-webkit-input-placeholder {
	color: #AAA; 
	}
	
	.contactPage .form.recruit input[type="text"]::-moz-placeholder {
	color: #AAA; 
	}
	
	.contactPage .form.recruit input[type="text"]:-ms-input-placeholder {
	color: #AAA; 
	}

	.contactPage #pContact1,.contactPage #pContact2 {
	position: relative;
	top: -20px;
	display: inline-block;
	width: 1px;
	height: 1px; 
	}
	
	.contactPage .contactPagelink {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px; 
	}
	
	.contactPage .contactPagelink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 400px;
	margin: 0 auto 40px; 
	}
	
	.contactPage .contactPagelink ul li a {
	display: block;
	width: 195px;
	height: 40px;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #4C5870;
	opacity: 1; 
	}
	
	.contactPage .contactPagelink ul li a:hover {
	opacity: 0.3; 
	}
	
	.contactPage .contactPagelink ul li.selected a {
	opacity: 1; 
	}
	
	.contactPage .contactPresent {
	text-align: center;
	padding: 32px 0 37px;
	background-color: rgba(76, 88, 112, 0.05);
	margin-bottom: 40px; 
	}
	
	.contactPage .contactPresent .title {
	font-size: 16px;
	line-height: 32px; 
	}
	
	.contactPage .contactPresent .caution {
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 30px; 
	}
	
	.contactPage .contactPresent .pct {
	width: 850px;
	margin: 0 auto 30px; 
	}
	
	.contactPage .contactPresent .pct ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	}
	
	.contactPage .contactPresent .pct ul li {
	width: 25%;
	margin-top: 2rem;
	}
	
	.contactPage .contactPresent .pct ul:after {
		content: "";
		width: 100%;
	}
	
/*
	.contactPage .contactPresent .pct ul li:nth-child(n+4) {
		order: 1;
	}
*/
	
	.contactPage .contactPresent .pct ul li .cover {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 180px; 
	}
	
	.contactPage .contactPresent .pct ul li .cover img {
	width: 125px;
	height: auto; 
	}
	
	.contactPage .contactPresent .pct ul li .cover img.yoko {
	width: 160px;
	height: auto; 
	}
	
	.contactPage .contactPresent .pct ul li p {
	font-size: 14px;
	padding-top: 5px;
	}
	
	.contactPage .contactPresent .pct ul li p span {
	font-size: 16px;
	}
	
	.contactPage .contactPresent .text {
	font-size: 19px;
	font-weight: 600; 
	} 
	
	input[type="radio"] {
	margin: 0 3px 5px 0;
	}

	.inputListConsultation {
	display: flex;
	}

	.inputListConsultation p {
	margin-right: 4rem;
	}

	.contactPage .flexBox {
	display: flex;
	justify-content: center;
	}

	.contactPage .flexBox p.submit {

	margin: 0 2rem;
	}	
}

/*-----------------------------------------------
request
-----------------------------------------------*/
.mv img{width: 100%;}

@media all and (max-width: 768px) {

	.contactPage .contactPresent {
		padding: 15px 20px 0;
	}
	
	/* アコーディオン全体のスタイル */
	.ac-box {
		margin: 20px 0;
		position: relative;
	}

	/* アコーディオン用チェックボックス（独自クラス名） */
	.ac-box input[type="checkbox"].accordion-toggle {
		display: none;
	}

	/* アコーディオンの内容 */
	.ac-box .ac-small {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.7s ease;
	}

	/* チェックボックスが選択された時に内容を表示 */
	.ac-box input[type="checkbox"].accordion-toggle:checked ~ .ac-small {
		max-height: 1500px;
	}

	/* ボタンの位置 */
	.ac-box label .ac-btn {
		width: 113%;
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* 矢印アイコンのスタイル */
	.ac-box label .ac-arrow {
		position: absolute;
		top: -34px;
		right: 0;
		transform: translateX(-50%);
		width: 16px; 
		height: auto;
		transition: transform 0.3s ease; 
	}
	
	/* アコーディオンが開いた時、矢印を上向きに変更 */
	.ac-box input[type="checkbox"].accordion-toggle:checked ~ label .ac-arrow {
		transform: translateX(-50%) rotate(180deg);
	}

	.titleCatalog{
		margin-top: 50px;
	}
}

@media all and (min-width: 769px) {
	/* アコーディオン全体のスタイル */
	.ac-box {
		margin: 20px 0;
	/*	overflow: hidden;*/
		position: relative;
	}

	/* アコーディオン用チェックボックス） */
	.ac-box input[type="checkbox"].accordion-toggle {
		display: none;
	}

	/* アコーディオンの内容 */
	.ac-box .ac-small {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.7s ease;
	}

	/* チェックボックスが選択された時に内容を表示 */
	.ac-box input[type="checkbox"].accordion-toggle:checked ~ .ac-small {
		max-height: 3000px; 
	}

	/* ボタンの位置 */
	.ac-box label .ac-btn {
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	/* 矢印アイコンのスタイル */
	.ac-box label .ac-arrow {
		position: absolute;
		top: -45px;
		transform: translateX(200px);
		width: 20px; 
		height: auto;
		transition: transform 0.3s ease; 
	}
	
	/* アコーディオンが開いた時、矢印を上向きに変更 */
	.ac-box input[type="checkbox"].accordion-toggle:checked ~ label .ac-arrow {
		transform: translateX(200px) rotate(180deg); 
	}

	.titleCatalog{
		margin-top: 100px;
	}
}


.book-border{
	border: 1px solid #e2e2e2;
}