/* CSS Document */




/*============================================================================

	footer

============================================================================*/
footer {
	position:relative;
	width:100%;
}

/*------------------------------ MRIファントムに関するお問合せ・ご相談 ------------------------------*/
#footer_contact {
	position: relative;
	height: 430px;
	background: url(../images/footer_img01.png) no-repeat right , #000;
	color: #fff;
	text-align: center;
	font-family: 'Didact Gothic', sans-serif;
}
#footer_contact .inner {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 460px;
	margin-left: -530px;
	font-size: 30px;
	letter-spacing: 3px;
}
#footer_contact p {
	position: relative;
	margin-bottom: 60px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	letter-spacing: 2px;
}
#footer_contact p em {
	display: block;
	margin-bottom: 10px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 12px;
}
#footer_contact p::before , #footer_contact p::after {
	position: absolute;
	content: "";
	top: 100px;
	left: 0;
	width: 222px;
	height: 1px;
	background: #FFF;
}
#footer_contact p::after {
	left: auto;
	right: 0;
	width: 229px;
}
#footer_contact p em::before {
	position: absolute;
	content: "";
	top: 104px;
	left: 50%;
	margin-left: -7px;
	width: 8px;
	height: 2px;
	background: #FFF;
	transform: skewY(-45deg);
}
#footer_contact a {
	color: #FFF;
}
#footer_contact span {
	padding-right: 5px;
	font-size: 12px;
}
#footer_contact .btn02 {
	margin-top: 30px;
	font-size: 15px;
}

/*------------------------------ バナー2つ ------------------------------*/
#footer_banner {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 70px auto;
}
#footer_banner a .footer_banner {
	width: 520px;
	height: 150px;
	background: url(../images/footer_img02.png);
	box-sizing: border-box;
	color: #FFF;
	padding: 45px 10px 0 320px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	letter-spacing: 2.5px;
	text-align: center;
	transition: 0.3s ease-out;
}
#footer_banner a:last-of-type .footer_banner {
	background: url(../images/footer_img03.png);
	padding: 45px 10px 0 335px;
}
.footer_banner .btn03 {
	position: relative;
	top: 5px;
}
#footer_banner .footer_banner:hover {
	opacity: .8;
}

/*------------------------------ nav ------------------------------*/
#footer_nav {
	width:100%;
	height: 330px;
	box-sizing: border-box;
	padding-top: 70px;
	background: #f7f7f7;
}
#footer_nav .inner {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: auto;
}
#footer_nav dl.footer_nav {
	width: 20%;
	line-height: 3;
}
#footer_nav dl.footer_nav dt {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}
#footer_nav dl.footer_nav dt::before {
	position:absolute;
	content:"";
	top:18px;
	left:3px;
	width:6px;
	height:6px;
	background:#bbb;
	border-radius:100%;
}
#footer_nav dl.footer_nav dd {
	position: relative;
	padding-left: 40px;
	line-height: 2.6;
}
#footer_nav dl.footer_nav dd::before {
	position:absolute;
	content:"L";
	top:-5px;
	left:24px;
}
#footer_nav dl.footer_nav:nth-of-type(1) {
	width: 30%;
}
#footer_nav dl.footer_nav:nth-of-type(2) {
	width: 18%;
}
#footer_nav dl.footer_nav:nth-of-type(3) {
	width: 22%;
}

/*会社概要*/
#footer_nav #footer_about {
	width: 30%;
}
#footer_nav #footer_about img {
	margin-top: 15px;
}
#footer_nav #footer_about dt {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
#footer_nav #footer_about dd {
	margin-top: 10px;
	font-size: 13px;
}

/*------------------------------ コピーライト ------------------------------*/
.copy{
	width: 100%;
	background: #f7f7f7;
}
.copy small{
	display: block;
	width: 1100px;
	margin: auto;
	line-height:70px;
	padding-bottom: 40px;
	font-size:12px;
}








/*============================================================================

	▼▽▼▽▼▽▼▽▼▽ここからSP用▼▽▼▽▼▽▼▽▼▽

============================================================================*/
@media screen and (max-width:640px) {
	
	
	
	

/*============================================================================

	footer

============================================================================*/

/*------------------------------ MRIファントムに関するお問合せ・ご相談 ------------------------------*/
#footer_contact {
	height: 345px;
	background: url(../images/footer_img01.png) no-repeat center , #000;
}
#footer_contact .inner {
	top: 25px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 50px;
	font-size: 25px;
	background: rgba(0,0,0,0.5);
}
#footer_contact p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.8;
}
#footer_contact p em {
	margin-bottom: 5px;
	font-size: 10px;
}
#footer_contact p::before , #footer_contact p::after {
	display: none;
}
#footer_contact p::after {
	display: none;
}
#footer_contact p em::before {
	display: none;
}
#footer_contact span {
	padding-right: 5px;
	font-size: 12px;
}
#footer_contact .btn02 {
	margin-top: 30px;
	font-size: 15px;
}

/*------------------------------ バナー2つ ------------------------------*/
#footer_banner {
	display: block;
	width: 92%;
	margin: 20px auto;
}
#footer_banner a .footer_banner {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	background-size: cover;
    background-position: center;
	padding: 25px 10px 0 200px;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-align: right;
}
#footer_banner a:last-of-type .footer_banner {
	padding: 25px 10px 0 200px;
    background-size: cover;
    background-position: center;
}
.footer_banner .btn03 {
	display: block;
	right: 5px;
}
.footer_banner .btn03::before {
	left: auto;
	right: 80px;
}

/*------------------------------ nav ------------------------------*/
#footer_nav {
	height: auto;
	padding-top: 40px;
}
#footer_nav .inner {
	display: block;
	width: 90%;
}
#footer_nav dl.footer_nav {
	float: left;
	width: 50% !important;
}
#footer_nav dl.footer_nav dt {
}
#footer_nav dl.footer_nav dt::before {
}
#footer_nav dl.footer_nav dd {
	font-size: 12px;
}
#footer_nav dl.footer_nav dd::before {
}
#footer_nav dl.footer_nav:nth-of-type(2) , #footer_nav dl.footer_nav:nth-of-type(3) {    
	padding-left: 30px;
    box-sizing: border-box;
}

/*会社概要*/
#footer_nav #footer_about {
	width: 100%;
	text-align: center;
}
#footer_nav #footer_about img {
	max-width: 200px;
	margin-top: 50px;
}
#footer_nav #footer_about dt {
	margin-top: 20px;
}
#footer_nav #footer_about dd {
	font-size: 12px;
}

/*------------------------------ コピーライト ------------------------------*/
.copy{
	text-align: center;
}
.copy small{
	width: 100%;
	padding-bottom: 10px;
	font-size:10px;
}



/*============================================================================

	▲△▲△▲△▲△▲△ここまでSP用▲△▲△▲△▲△▲△

============================================================================*/
}





