@charset "utf-8";
/* CSS Document */

html,body{
	width:100%;
	margin:0;
	padding:0;
}

body{
	font-family:  "Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color:#0e0e0e;
	font-size:112.5%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a{
	color: #0e0e0e;
	text-decoration: none;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}

li{
	list-style-type:none;
}

/* LOGO ------------------------------------------- */
#reg-header{
	width: 100%;
}

h1.logo {
	background: url(/msppoint/img/bg_logo.jpg) 0 0 repeat-x;
	height: 50px;
	width:100%;
	min-width: 1400px;
}

h1.logo a {
	display: block;
	width: 1400px;
	margin: 0 auto;
	padding: 15px 0px 0px 5px;
	box-sizing: border-box;
}
h1.logo a::before{
	content: url(/msppoint/img/h1_icon.png);
	margin-right: 0.2em;
}

h1.logo img{
	vertical-align: baseline;
}

@media print, screen and (max-width: 767px) { 
	h1.logo, h1.logo a {
		width: 100%;
		min-width: 100%;
		box-sizing: border-box;
	}
}

@media print, screen and (max-width: 361px) { 
	
	h1.logo a::before{
		margin:0 0 0 0;
		display:inline-block;
		content: url(/msppoint/img/h1_icon.png);
		background-size:contain;
		vertical-align:middle;
	}

	 h1.logo img{
		width: 292px;
	}

	 h1.logo {
		font-size: 120%;
	}
	
	h1.logo img{
		width: 220px;
	}
}

/*footer*/

.footer{
	border-top: 1px solid #cccccc;
}

.footer .footer__link {
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.footer .footer__link .link-text {
    color: #444;
    font-size: 1.3rem;
    text-decoration: none;
    display: block;
    padding: 11px 0;
}

.footer .footer__link .link-text span {
    position: relative;
    padding-right: 10px;
}

.footer .footer__link .link-text span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
	html,body{
		min-width: 1400px;
	}

	.footer .link_list{
		display: flex;
		flex-wrap: wrap;
		width: 1400px;
		margin: 1em auto 0;
		overflow: hidden;
	}
	
	.footer .link_list li{
		font-size: 0.8rem;
		width: 20%;
		padding: 0.5em 0;
		box-sizing: border-box;
	}
	
	.footer .facility{
		display: flex;
		justify-content: center;
		width: 1400px;
		margin: 1em auto 0;
		padding: 2em 0;
		border-top: 1px solid #cccccc;
	}
	
	.footer .facility li{
		text-align: center;
		padding: 0 2.5em;
		border-right: 1px solid #cccccc;
	}
	
	.footer .facility li:last-child{
		border-right: none;
	}
	
	.footer .facility li img{
		width: auto;
		height: 36px;
	}
	
	.footer_bottom{
		width: 1400px;
		margin: 1em auto 3em;
		position: relative;
	}
	
	.footer_bottom .mitsuifudosan_logo{
		width: 120px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.footer_bottom ul{
		display: flex;
		font-size: 0.8em;
	}
	
	.footer_bottom ul li{
		padding: 0 1em;
		border-right: 1px solid #cccccc;
	}
	
	.footer_bottom ul li:first-child{
		padding: 0 1em 0 0;
	}
	
	.footer_bottom ul li:last-child{
		border: none;
	}
	
	.footer_bottom .copy{
		font-size: 0.8em;
		margin-top: 1em;
	}
	
	.footer .footer__link {
		width: 1400px;
		text-align: right;
		margin: 0 auto 20px;
		padding: 0 0 10px 0;
		box-sizing: border-box;
	}
	
	.footer .footer__link .link-text {
		font-size: 1.1rem;
		letter-spacing: 1.2px;
		display: inline-block;
		padding: 0;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	
	.footer p.mitsuifudosan_logo img{
		width: 120px;
	}
}

@media print, screen and (min-width:768px) and ( max-width:1000px) { 
	html, body{
		min-width: 980px;
	}
	
	h1.logo{
		min-width: 980px;
	}
	
	h1.logo a {
		display: block;
		width: 980px;
		box-sizing: border-box;
	}
	
	.footer .facility,
	.footer .link_list,
	.footer .footer__link,
	.footer_bottom{
		width: 980px;
	}
	
	.footer .facility li img{
		height: 28px;
	}
	
}

@media screen and (max-width: 767px) {
	.footer img{
		width: 100%;
	}
	
	.footer ul{
		padding: 1em 1em 0 ;
	}
	
	.footer ul li{
		margin-bottom: 0.25em;
	}
	
	.footer ul li:last-child{
		margin-bottom: 0;
	}
	
	ul.facility{
		display: flex;
		flex-wrap: wrap;
		margin: 1em 0 0;
		padding: 0;
		border-top: 1px solid #cccccc;
	}
	
	ul.facility li{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		text-align: center;
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
		border-bottom: 1px solid #cccccc;
	}
	
	ul.facility li:nth-child(odd){
		border-right: 1px solid #cccccc;
	}
	
	
	.footer p{
		width: 100%;
		margin: 0 auto 130px;
		padding: 1em;
		box-sizing: border-box;
	}
	
	.footer p.mitsuifudosan_logo{
		text-align: center;
		margin-bottom: 1em;
	}
	
	.footer p.mitsuifudosan_logo img{
		width: 162px;
	}
	
	
	.footer .facility li img{
		height: auto;
	}
}
/*footer*/


/**/

