
section.privacy,
section.form {
	width: 100%;
	max-width: 900px;
	padding:0 10px;
	margin: 0 auto;
	padding-top: 7.5rem;
	padding-bottom: 6rem;
}

section.privacy h2 {
	margin-bottom:3rem;
color: #18384a;
font-family: "YuminDemi", serif;
font-size: 3.6rem;
text-align: center;
font-weight: 500;
}

section.privacy h3 {
	font-size:1.6rem;
	font-weight:bold;
	margin:3rem 0 2rem;
}

section.privacy .policy {
	margin-bottom:3rem;
}

section.privacy .policy p {
	margin-bottom:1em;
}


/*物性一覧表ダウンロード*/

.privacypolicy-box {
    border: 1px solid #ccc;
    padding: 0 3rem 1rem;
    margin: 2rem 0;
}

.privacypolicy-box p {
    font-size: 1.4rem;
    margin-bottom: 1em;
}


/* contact__box */
.contact__box {
	padding-top: 25px;
	text-align: center;
	border-top: 1px solid #555555;
}
.contact__box p:first-of-type {
	font-size: 18px;
	margin-bottom: 20px;
}
.contact__box p:nth-of-type(2) {
	font-weight: bold;
	margin-bottom: 23px;
}
.contact__box p:nth-of-type(2).contact__box__button--agree a:before {
	width: 16px;
	height: 15px;
	margin-right: 10px;
	border: 0;
	background-image: url(../images/common/sprite.png);
	background-position: -71px -53px;
}
.contact__box p:nth-of-type(2).contact__box__button--agree + ul:after {
	display: none;
}
.contact__box p:nth-of-type(2).contact__box__button--agree + ul a {
	background-color: #333;
}
.contact__box p:nth-of-type(2).contact__box__button--agree + ul a:hover {
	background-color: #9d1238;
}
.contact__box p a {
	display: inline-block;
	-webkit-transition: color .2s ease-out;
	transition: color .2s ease-out;
	text-decoration: none;
	color: #000;
}
.contact__box p a:before {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 12px;
	content: '';
	border: 3px solid #ddd;
}
.contact__box p a:hover {
	color: #c01443;
}
.contact__box > ul {
	font-size: 0;
	position: relative;
	margin: 0 auto 53px;
	margin-left: -40px;
}
.contact__box > ul:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}
.contact__box > ul li {
	font-size: 16px;
	line-height: 60px;
	display: inline-block;
}
.contact__box ul a {
	display: block;
	width: 360px;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	text-decoration: none;
	color: #fff;
	background-color: #aeaeae;
}
.contact__box p:nth-of-type(3) {
	margin-bottom: 23px;
}
.contact__box dl:not(:last-of-type) {
	display: inline-block;
	box-sizing: border-box;
	width: 285px;
	height: 190px;
	margin: 0 7px 23px;
	padding: 18px 23px 0;
	text-align: left;
	vertical-align: top;
	border: 2px solid #f1f1f1;
}
.contact__box dl:not(:last-of-type) dt {
	font-weight: bold;
}
/*.contact__box p:last-of-type {
	margin-bottom: 0;
}*/
.contact__box dl:last-of-type {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.contact__box dl:last-of-type dt {
	float: left;
	clear: both;
	width: 8em;
}
.contact__box dl:last-of-type dd {
	float: left;
}
/* fadeinup */

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
 0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
 100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}

.over:hover { opacity: 0.7;}


