@charset "utf-8";
body {
	animation: loading 1s;
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*----------------------------------------------------------------------------

メインビジュアル

---------------------------------------------------------------------------*/
.contact_main{
	padding:3em 0 ;
	margin: 0 auto;
	max-width:1040px;
	background:url(../../cmn/images/line.png) no-repeat 0 100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.contact_main dt{
	margin:0 0 15px;
}
@media screen and (max-width:768px){
.icon-img img{
	max-width:200px;
	}
}


.main-title{
	max-width:850px;
	margin: 100px auto 40px;
	text-align:center;
	font-size:1.4rem;
	letter-spacing:2px;
}
.headline_text{
	max-width:800px;
	margin: 0px auto 60px;
	letter-spacing:2px;
}
@media screen and (max-width:768px){
.headline_text{
	font-size:.9rem;
	}
}

.plicy-list{
	line-height:2;
	letter-spacing:2px;
	max-width:800px;
	margin: 30px auto 30px;
}
@media screen and (max-width:768px){
.plicy-list dd{
	font-size:.9rem;
	}
}

.plicy-table{
	width:800px;
	margin:20px auto 0px;
	line-height:1.6;
	letter-spacing:2px;
	border:1px solid #ccc;
}
.plicy-table th{
	background:#f2f2f2;
	padding:1em;
	width:30%;
	text-align:center;
	border:1px solid #ccc;
}
.plicy-table td{
	padding:1em;
	border:1px solid #ccc;
}
@media screen and (max-width:768px){
.plicy-table{
	width:100%;
	border:none;
	}
.plicy-table th{
	width:100%;
	display:block;
	border:none;
	padding:.5em 1em;
	text-align:left;
	}
.plicy-table td{
	width:100%;
	display:block;
	border:none;
	padding:.5em 0em 2em;
	}

}
