@charset "UTF-8";

/*---------------------------------------------

Others 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;
}

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;
	padding-left: 1em;
}

section.others section .box ul li:before {
	content: '\30FB';
	position: absolute;
	top: 0;
	left: 0;
}

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 .sitemap {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 1em;
	max-width: 1030px;
	line-height: 2.5;
}

section.others .sitemap a {
	text-decoration: underline;
}

section.others .sitemap > li {
	margin-bottom: 4em;
}

section.others .sitemap > li > b {
	display: block;
	margin-bottom: 1em;
	border-left: solid 4px #F31100;
	padding-left: 0.6em;
	line-height: 1.6;
	font-size: 142.8%;
}

section.others .sitemap li li {
	margin-bottom: 1em;
	width: 25em;
}

section.others .sitemap li li a {
	display: block;
	margin-left: 1em;
	color: #F31100;
}

section.others .sitemap li li a:before {
	content: '- ';
	color: #000;
}

section.others .sitemap li li a.index {
	margin-left: 0;
	font-weight: 700;
	color: #000;
}

section.others .sitemap li li a.index:before {
	content: '';
}

section.others .sitemap li li a.parent {
	margin-left: 0;
	color: #000;
}

section.others .sitemap li li a.parent:before {
	content: '';
}

section.others .sitemap > li:nth-of-type(2) ul {
	overflow: hidden;
}

section.others .sitemap > li:nth-of-type(2) ul li {
	float: left;
	width: 33.333%;
}

section.others .sitemap > li:nth-of-type(3),
section.others .sitemap > li:nth-of-type(4),
section.others .sitemap > li:nth-of-type(5) {
	float: left;
	width: 33.333%;
}

section.others .sitemap > li:nth-of-type(5) {
	width: 20em;
}

section.error {
	position: relative;
	background: #E6E6E6 url(../img/bg-section-top.png) no-repeat 0 0;
	background-size: 100% 120px;
	padding-top: 180px;
	padding-bottom: 5em;
}

section.error .tag {
	position: absolute;
	top: 50%;
	left: 1.95%;
	margin-top: 12em;
	width: 12em;
	text-align: center;
	font-size: 78.5%;
	color: #999;
	transform: rotate(-90deg);
	transform-origin: 0 0;
}







@media screen and (max-width:767px) {

	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%;
	}

	section.others .sitemap {
		max-width: 24em;
	}

	section.others .sitemap li li {
		width: auto;
	}

	section.others .sitemap > li:nth-of-type(2) ul li {
		float: none;
		width: auto;
	}

	section.others .sitemap > li:nth-of-type(2) li:last-child {
		margin-bottom: 1em;
	}

	section.others .sitemap > li:nth-of-type(3),
	section.others .sitemap > li:nth-of-type(4),
	section.others .sitemap > li:nth-of-type(5) {
		float: none;
		width: auto;
	}


	
	
	section.error {
		padding-bottom: 4em;
	}

	section.error .tag {
		display: none;
	}



}