@charset "UTF-8";

/*---------------------------------------------

Contact Category Page CSS

for ipps.co.jp
coded by d-spica at 2018-02-22

---------------------------------------------*/


@import url(default.css);
@import url(base.css);
@import url(parts.css);


article > h1 em {
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
}

article.faq > h1 em {
	font-family: "Noto Sans JP", sans-serif;
}

section.contactus,
section.contact,
section.faq {
	position: relative;
	background-color: #E6E6E6;
	background-image:  url(../img/bg-section-top.png), url(../img/lg-ipps-bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 65%;
	background-size: 100% 120px, 24em auto;
	padding-top: 180px;
}

section.contactus {
	padding-bottom: 8em;
}

section.faq {
	padding-bottom: 8em;
}

section.contactus .tag,
section.contact .tag,
section.faq .tag {
	position: absolute;
	top: 50%;
	left: 1.95%;
	margin-top: 6em;
	width: 12em;
	text-align: center;
	font-size: 78.5%;
	color: #999;
	transform: rotate(-90deg);
	transform-origin: 0 0;
}

section.contactus .tel,
section.contact .tel {
	max-width: 690px;
	text-align: center;
}

section.contactus .tel dd,
section.contact .tel dd {
	display: inline-block;
	box-sizing: border-box;
	border: solid 3px #F31100;
	/*height: 12.5em;*/
	vertical-align: top;
}

section.contactus .tel dd:nth-of-type(1),
section.contact .tel dd:nth-of-type(1) {
	margin-right: 0.5em;
	padding: 1.5em 1.7em;
	line-height: 1.2;
}

section.contactus .tel dd:nth-of-type(1) em,
section.contact .tel dd:nth-of-type(1) em {
	display: block;
	/*margin: 1.05em 0;*/
	margin: 0.3em 0;
	font-size: 200%;
	font-weight: 600;
	color: #F31100;
}

section.contactus .tel dd:nth-of-type(2),
section.contact .tel dd:nth-of-type(2) {
	padding: 0.8em 1.7em;
	line-height: 2.5em;
}

section.contactus .tel dd:nth-of-type(2) span,
section.contact .tel dd:nth-of-type(2) span {
	display: inline-block;
	width: 7.5em;
	vertical-align: middle;
}

section.contactus .tel dd:nth-of-type(2) em,
section.contact .tel dd:nth-of-type(2) em {
	vertical-align: middle;
	font-size: 200%;
	font-weight: 600;
	color: #F31100;
}

section.contact {
	padding-bottom: 5em;
}

section.contactus dl {
	margin: 0 auto;
	padding: 0 1em;
}

section.contactus dt {
	margin-bottom: 0.5em;
	line-height: 1.4;
	text-align: center;
	font-size: 157.1%;
}

section.contactus .nav {
	max-width: 670px;
}

section.contactus .nav dd {
	margin-bottom: 4em;
}

section.contactus .nav-contact a {
	display: block;
	background: #F31100;
	padding: 1.2em 0;
	text-align: center;
	font-size: 128.5%;
	color: #FFF;
}

section.contactus .nav-login a {
	display: block;
	background: #000;
	padding: 1.2em 0;
	text-align: center;
	font-size: 128.5%;
	color: #FFF;
}

section.contact h2 {
	margin: 0 auto 0.9em;
	border-bottom: solid 1px #888;
	padding-bottom: 0.8em;
	max-width: 1030px;
	line-height: 1.3;
	font-size: 285.7%;
}

section.contact .nav-contact {
	margin: -7.5em auto 3.5em;
	border-bottom: solid 1px #888;
	padding-bottom: 1em;
	max-width: 1030px;
	font-size: 107.1%;
}

section.contact .nav-contact li {
	margin: 0 0 1.5em auto;
	width: 27em;
}

section.contact .nav-contact a {
	display: block;
	background: #F31100;
	padding: 1.2em 0;
	text-align: center;
	color: #FFF;
}

section.contact .tel {
	margin: 0 auto 6em;
	padding: 0 1em;
}

section.contact .tel dt {
	margin-bottom: 0.5em;
	line-height: 1.4;
	text-align: center;
	font-size: 157.1%;
}

section.contact section.form {
	margin: 0 auto;
	max-width: 1030px;
	line-height: 1.8;
}

section.contact section.form h3 {
	margin-bottom: 2em;
	line-height: 1.4;
	text-align: center;
	font-size: 157.1%;
}

section.contact section.form .data dt {
	width: 16em;
}

section.contact section.form .data dt em {
	display: inline-block;
	margin-left: 0.8em;
	border: solid 1px #F31100;
	padding: 1px 3px;
	line-height: 1.4;
	vertical-align: middle;
	font-size: 12px;
	color: #F31100;
}

section.contact section.form .data dd {
	margin: -1.8em 0 3em 17em;
}

section.contact section.form .data dd label {
	display: inline-block;
	margin: 0 3em 1em 0;
}

section.contact section.form .data dd label [type="checkbox"],
section.contact section.form .data dd label [type="radio"] {
	margin-right: 0.3em;
}

section.contact section.form .data dd [type="text"],
section.contact section.form .data dd [type="email"],
section.contact section.form .data dd [type="tel"],
section.contact section.form .data dd textarea {
	margin-top: -0.3em;
	border: solid 1px #CCC;
	padding: 0.5em;
	width: 96%;
}

section.contact section.form .notice {
	margin-bottom: 2em;
	border-top: solid 3px #F31100;
	border-bottom: solid 3px #F31100;
	padding: 2em 0;
}


section.contact section.form .privacy {
	text-align: center;
}

section.contact section.form .privacy dl {
	margin-bottom: 2em;
	border-top: solid 3px #F31100;
	border-bottom: solid 3px #F31100;
	padding: 2em 0;
}

section.contact section.form .privacy dt {
	margin-bottom: 1em;
	font-size: 114.2%;
}

section.contact section.form .privacy dd {
}

section.contact section.form .privacy dd span {
	display: block;
	margin: 0 auto;
	width: 30em;
	text-align: left;
}

section.contact section.form .privacy dd em {
	font-size: 171.4%;
	font-weight: 600;
	color: #F31100;
}

section.contact section.form .privacy dd em b {
	display: inline-block;
	width: 2.7em;
	font-weight: 600;
	color: #000;
}

section.contact section.form .privacy dd i {
	display: block;
	margin-top: 1em;
	font-size: 85.7%;
}

section.contact section.form .submit {
	margin: 4em 0;
	text-align: center;
}

section.contact section.form .submit [type="reset"] {
	margin-right: 4%;
	border: none;
	background: #666;
	padding: 1.2em 0;
	width: 48%;
	font-size: 128.5%;
	color: #FFF;
}
	
section.contact section.form .submit [type="submit"] {
	border: none;
	background: #F31100;
	padding: 1.2em 0;
	width: 48%;
	font-size: 128.5%;
	color: #FFF;
}
	
section.contact section.form .data dd span.wpcf7-list-item {
	margin-left: 0;
}

section.contact section.form .data dd .tel {
	padding: 0;
	text-align: left;
}

/* */
section.faq .box {
	margin: 0 auto;
	box-sizing: border-box;
	background:  #FFF;
	padding: min(6%, 5em) min(9%, 5.7em);
	max-width: 1030px;
}

section.faq h2 {
	text-align: center;
	line-height: 1.5;
	font-size: 171.4%;
	font-weight: 500;
}

section.faq section {
	margin-top: 4.5em;
}

section.faq h3 {
	margin-bottom: 1.5em;
	text-align: center;
	line-height: 1.5;
	font-size: 171.4%;
	font-weight: 500;
}

section.faq dl {
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 128.5%;
	font-weight: 500;
}

section.faq dt {
	position: relative;
	border-bottom: solid 1px #CCC;
	padding: 0.4em 3em 0.4em 2em;
	cursor: pointer;
}

section.faq dt::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 0.8em);
	right: 0.5em;
	border: solid #666;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	width: 1em;
	height: 1em;
}

section.faq dt.open::after {
	top: calc(50% - 0.2em);
	transform: rotate(-135deg);
}

section.faq dt b {
	position: absolute;
	top: 0.4em;
	left: 0;
}

section.faq dd {
	position: relative;
	padding: 0.4em 0 0.4em 2em;
	color: #F30600;
}

section.faq dd b {
	position: absolute;
	top: 0.4em;
	left: 0;
}


aside.contact {
	display: none;
}

section.others {
	position: relative;
	background: #E6E6E6 url(../img/bg-section-top.png) no-repeat 0 0;
	background-size: 100% 120px;
	padding-top: 180px;
	padding-bottom: 0.1em;
}

section.others h2 {
	visibility: hidden;
	height: 0;
}

section.others .tag {
	position: absolute;
	top: 50%;
	left: 1.95%;
	margin-top: 6em;
	width: 12em;
	text-align: center;
	font-size: 78.5%;
	color: #999;
	transform: rotate(-90deg);
	transform-origin: 0 0;
}

section.others section {
	margin-bottom: 5em;
}

section.others section h3 {
	margin-bottom: 0.8em;
	line-height: 1.4;
	text-align: center;
	font-size: 171.4%;
}

section.others section .box {
	margin: 0 auto;
	box-sizing: border-box;
	background: #FFF;
	padding: 3em 3em 1em;
	max-width: 1030px;
	line-height: 2;
}

section.others section .box a {
	text-decoration: underline;
	color: #F31100;
}

section.others section .box p,
section.others section .box ul,
section.others section .box dl {
	margin-bottom: 2em;
}

section.others section .box ul li {
	position: relative;
}

section.others section .box ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}

section.others section .box ol {
	padding-left: 1.5em;
}

section.others section .box ol li {
	margin-bottom: 2em;
}

section.others section .box ol li ul li {
	margin-bottom: 0;
}

section.others section .box .subsection p,
section.others section .box .subsection ul,
section.others section .box .subsection ol,
section.others section .box .subsection ol li {
	margin-bottom: 0;
}

section.others section .box .subsection dt {
	margin-bottom: 0.3em;
	line-height: 1.5;
	font-size: 114.2%;
	color: #F31100;
}

section.others section .box .subsection dd ol {
	list-style: lower-alpha;
}

section.others section .box .subsection dd p span {
	display: block;
	margin-top: 0.4em;
	padding-left: 2em;
}

section.others section .box .signature {
	border-top: solid 1px #CCC;
	padding-top: 2em;
}

section.others section .box table {
	margin-bottom: 2em;
	width: 100%;
	min-width: 480px;
	line-height: 1.5;
}

section.others section .box caption {
	margin-bottom: 0.5em;
	text-align: left;
}

section.others section .box th {
	border: solid 1px #CCC;
	background: #FEE6E5;
	padding: 1.2em;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
}

section.others section .box td {
	border: solid 1px #CCC;
	padding: 0.5em 1.2em;
	height: 3em;
	vertical-align: middle;
}

section.others section .box th:first-child {
	border-left: none;
}

section.others section .box td:first-child {
	border-left: none;
	padding-left: 0;
	width: 13em;
	white-space: nowrap;
}

section.others section .box th:last-child {
	border-right: none;
}

section.others section .box td:last-child {
	border-right: none;
	padding-right: 0;
}

section.others section .box section {
	margin-bottom: 3em;
}

section.others section .box section h4 {
	margin-bottom: 0.8em;
	border-left: solid 4px #F31100;
	padding-left: 0.6em;
	line-height: 1.4;
	font-size: 142.8%;
}

section.others section .box .contact {
	margin-bottom: 2em;
	border-top: solid 3px #F31100;
	border-bottom: solid 3px #F31100;
	padding: 2em 0;
	text-align: center;
}

section.others section .box .contact dt {
	margin-bottom: 1em;
	font-size: 114.2%;
}

section.others section .box .contact dd span {
	display: block;
	margin: 0 auto;
	width: 30em;
	text-align: left;
}

section.others section .box .contact dd em {
	font-size: 171.4%;
	font-weight: 600;
	color: #F31100;
}

section.others section .box .contact dd em b {
	display: inline-block;
	width: 2.7em;
	font-weight: 600;
	color: #000;
}

section.others section .box .contact dd i {
	display: block;
	margin-top: 1em;
	font-size: 85.7%;
}

section.others section .listBtnForm {
	text-align: center;
	margin-bottom: 10px;
}

section.others section .listBtnForm > li {
	display: inline-block;
	margin: 0 16px 10px;
}

section.others section .listBtnForm > li > a {
	display: inline-block;
	min-width: 200px;
	padding: 15px 10px;
	text-decoration: none;
	border: 1px solid #cecece;
	background: #F31100;
	color: #FFF;
}


section.others section .listBtnForm > li > a > span {
	display: inline-block;
	/*padding-right: 15px;*/
}

section.others section .listBtnForm > li.prev > a > span {
	/*padding-right: 0;
	padding-left: 15px;*/
}

section.others section .listBtnForm > li.prev > a > span:before {
	top: 50%;
	left: 0;
	width: 9px;
	height: 12px;
	margin-top: -6px;
	background-position: -127px -188px;
	background-size: 208px 202px;
}

section.others section .listBtnForm > li.prev > a > span:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.others section .listBtnForm > li.next > a > span:before {
	top: 50%;
	right: 0;
	width: 9px;
	height: 12px;
	margin-top: -6px;
	background-position: -127px -188px;
	background-size: 208px 202px;
}


@media screen and (max-width:767px) {

	section.contactus,
	section.contact,
	section.faq {
		background-size: 100% auto, 16em auto;
		padding-top: 15%;
		padding-bottom: 4em;
	}

	section.contactus .tag,
	section.contact .tag,
	section.faq .tag {
		display: none;
	}

	section.contactus .tel dd,
	section.contact .tel dd {
		display: block;
		margin-bottom: 1em;
		height: auto;
	}

	section.contactus .tel dd:nth-of-type(1),
	section.contact .tel dd:nth-of-type(1) {
		margin-right: 0;
	}

	section.contactus .tel dd:nth-of-type(2),
	section.contact .tel dd:nth-of-type(2) {
		padding: 1.5em 1.7em;
		line-height: 1.6;
	}

	section.contactus .tel dd:nth-of-type(2) span,
	section.contact .tel dd:nth-of-type(2) span {
		display: block;
		margin-top: 1em;
		width: auto;
	}

	section.contactus .tel dd:nth-of-type(2) em,
	section.contact .tel dd:nth-of-type(2) em {
		display: inline-block;
	}

	section.contactus .tel dd:nth-of-type(2) em:nth-of-type(2),
	section.contact .tel dd:nth-of-type(2) em:nth-of-type(2) {
		margin-bottom: 0.5em;
	}
	section.contactus dt {
		white-space: nowrap;
		font-size: 100%;
	}

	section.contactus .nav dd {
		margin-bottom: 3em;
	}

	section.contactus .nav-contact a,
	section.contactus .nav-login a {
		white-space: nowrap;
		font-size: 92.8%;
	}

	section.contact h2 {
		margin: 0 1em 0.8em;
		font-size: 157.1%;
	}

	section.contact .nav-contact {
		margin: 2em 1em 3em;
		padding-bottom: 1em;
		font-size: 92.8%;
	}

	section.contact .nav-contact li {
		margin: 0 0 1em;
		width: auto;
	}

	section.contact .tel {
		margin-bottom: 3em;
	}

	section.contact section.form {
		padding: 0 1em;
	}

	section.contact section.form h3 {
		margin-bottom: 1em;
	}

	section.contact section.form .data dd {
		margin: 0.5em 0 2em;
	}

	section.contact section.form .data dd label {
		margin: 0 2em 0.5em 0;
	}

	section.contact section.form .data dd [type="text"],
	section.contact section.form .data dd [type="mail"],
	section.contact section.form .data dd [type="tel"],
	section.contact section.form .data dd textarea {
		margin-top: 0;
		width: 94%;
	}

	section.contact section.form .notice {
		padding: 1em 0;
	}
	
	section.contact section.form .privacy dl {
		padding: 1em 0;
	}

	section.contact section.form .privacy dd span {
		width: auto;
		text-align: center;
	}

	section.contact section.form .privacy dd em {
		display: block;
		margin-bottom: -0.3em;
		font-size: 150%;
	}

	section.contact section.form .privacy p {
		text-align: left;
	}

	section.contact section.form .submit {
		margin: 3em 0;
	}

	section.contact section.form .submit [type="reset"] {
		font-size: 114.2%;
	}

	section.contact section.form .submit [type="submit"] {
		font-size: 114.2%;
	}

/* */
	section.faq .box {
		margin: 0 1em;
		padding: 1.5em;
	}

	section.faq h2 {
		font-size: 135.7%;
	}

	section.faq h3 {
		font-size: 135.7%;
	}
	
	section.faq dl {
		font-size: 100%;
	}
	
	section.others {
		background-size: 100% auto;
		padding-top: 15%;
	}

	section.others .tag {
		display: none;
	}
	
	section.others section h3 {
		margin: 0 0.778em 0.8em;
		font-size: 128.5%;
	}

	section.others section .box {
		margin: 0 1em;
		padding: 1.5em 1.5em 0.1em;
	}

	section.others section .box .subsection dt {
		font-size: 100%;
	}
	
	section.others section .box .subsection dd p span {
		padding-left: 1em;
	}
	
	section.others section .box .contact {
		padding: 1em 0;
	}

	section.others section .box .contact dd span {
		width: auto;
		text-align: center;
	}

	section.others section .box .contact dd em {
		display: block;
		margin-bottom: -0.3em;
		font-size: 150%;
	}

	section.others section .box section h4 {
		font-size: 114.2%;
	}

	
	
	

}