/*--------------------------------------
**
** second
**
--------------------------------------*/

/* privacy policy */
/*----------------------------------
** header
----------------------------------*/
#contact header {
	width: 100%;
	height: auto;
	height: 200px;
	color: rgba(0,0,0,1.0);
	position: relative;
}
#contact header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
#contact header a {
	color: rgba(0,0,0,1.0);
}
#contact header a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
#contact header a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,1.0);
	opacity: 0;
	transition: .3s;
}
#contact header a:hover::after {
	bottom: 0;
	opacity: 1;
}
#contact header .main-nav-sns a:hover::after {
	opacity: 0;
}
#contact header h2 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-align: leftd;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 70px;
	line-height: 1;
}

#contact nav {
	width: 100%;
	height: 70px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	position: relative;
	color: rgba(255,255,255,1.0);
}
#contact .main-nav {
	display: -webkit-flex;
	display: flex;
	list-style: none;
	padding-left: 0;
	position: relative;
	top: 35%;
}
#contact .main-nav li:first-child {
	margin-right: auto;
}
#contact .main-nav li:nth-child(2),
#contact .main-nav li:nth-child(3) {
	margin-right: 30px;
}
#contact .main-nav li {
	vertical-align: center;
}
#contact .main-nav li i {
	vertical-align:middle;
}

#contact header .__line-white {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background: url(../img/line-y-white.png) center bottom no-repeat;;
	z-index: 1;
}

/*
** .__contents
--------------------------------------*/
.__contents {
	padding-top: 0;
	/*background: url(../img/line-y-black.png) center top no-repeat;*/
	margin-bottom: 50px;
	text-align: left;
	min-height: calc(100vh - 320px);
	height: auto !important;
	height: calc(100vh - 320px);
}
.__contents.__bg-none {
	padding-top: 50px;
	background: none;
}
.__contents h2 {
	margin-bottom: 40px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	line-height: 1;
}
.__contents h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	margin-bottom: 55px;
}
.__contents h3 span {
	background: url(../img/ic-megaphone.svg) left center no-repeat;
	background-size: contain;
	padding-left: 40px;
}
#contact .__contents p {
	font-size: 13px;
	margin-bottom: 1.5em;
}
.__req {
	color: rgba(240,25,30,1.0);
}
.__contents div[class^=col-] {
	padding-left: 0;
}
.__card-inner {
	padding: 15px;
}
.__card-inner .__ttl {
	font-size: 14px;
	line-height: 1.42857;
	color: #AAAAAA;
	font-weight: 400;
}
.form-group {
	padding-bottom: 7px;
	margin-top: 15px !important;
}

.__caution {
	text-indent: -1em;
	padding-left: 1em;
}
.__contents .__lead {
	font-size: 14px;
	margin-bottom: 35px;
}
.__contents h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: url(../img/bg-h4-dotted.png) left center repeat-x;
}
.__contents h4 span {
	background: rgba(255,255,255,1.0);
	padding-right: 10px;
}
.__contents ul {
	font-size: 14px;
	padding-left: 1em;
}

.btn,
.btn-post {
	background: #000;
	background-color: #000;
	color: #FFFFFF;
	font-size: 14px;
	box-shadow: none;
}
.btn:hover,
.btn-post:hover,
.btn-round:hover {
	box-shadow: none;
}

#contact dt {
	font-size: 13px;
	color: rgba(33,33,33,1.0);
	margin-bottom: 10px;
}
#contact dd {
	font-size: 14px;
	color: rgba(0,0,0,1.0);
	margin-bottom: 15px;
}



/*--------------------------------------
**
** スマホ
**
--------------------------------------*/
@media (max-width: 767px) {
	
	#maps-tokyo,
	#maps-osaka {
		width: 100%;
		height: 250px;
	}
	#maps-osaka {
		margin-bottom: 40px;
	}
}


/*--------------------------------------
**
** print
**
--------------------------------------*/
@media print {
	#wrap {
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		position: relative;
		border: none;
	}
	#second header {
		width: 100%;
		height: 150px;
		color: rgba(255,255,255,1.0);
		background: rgba(0,0,0,1.0);
		position: relative;
	}
	.__contents h3 {
		font-family: 'Poppins', sans-serif;
		font-weight: 700;
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	#second nav {
		display: none;
	}
	.__contents {
		padding-top: 40px;
		background: none;
		margin-bottom: 40px;
		text-align: left;
	}
	footer {
		display: none;
	}
}























