﻿@charset 'utf-8';


#card3000cp_201911 {
	background: #5c0300 url(/msppoint/campaign/201912/card3000cp/common/image/bg.png) repeat-x;
	width: 100%;
	clear: both;
}

#card3000cp_201911 img {
	opacity: 1;
	vertical-align: bottom;
	transition: all 0.3s;
	width: 100%;
	display: block;
}

#card3000cp_201911 a:hover {
	opacity: 0.6;
	transition: all 0.3s;
}

#card3000cp_201911 .secWrap {
	max-width: 1000px;
	margin: 0 auto 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}


#card3000cp_201911 .secWrap p.ribon {
	position: absolute;
	top: 0;
	left: 0;
}

/* pc */

@media screen and ( min-width: 640px ) {

	.topic_path {
		margin: 1em auto;
		max-width: 1000px;
	}

	h2.page_title {
		margin: 1em auto;
		max-width: 1000px;
	}

	#card3000cp_201911 ._sp {
		display: none !important;
	}

	#card3000cp_201911 .secWrap p.ribon {
		width: 20%;
	}

}

/* sp */


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

	h2.page_title {
			font-size: 166.7%;
			padding: 22px 27px;
			background: url(/msppoint/s/img/template_icon_h2.png) no-repeat 10px 32px;
			font-weight: bold;
			color: #635c3d;
			clear: both;
	}

	#card3000cp_201911 ._pc {
		display: none !important;
	}

	#card3000cp_201911 {
		color: #1f1f1f;
	}


	#card3000cp_201911 .secWrap p.ribon {
		width: 30%;
	}


}

/*
footer_add
******************************************************************** */

.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);
}

.footer .footer_bottom {
	background: none;
	padding: 0;
}

@media screen and (min-width: 767px) {

	.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: 0.85rem;
		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 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 a{
		color: #1f1f1f;
	}

	.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{
		color: #1f1f1f;
		width: 100%;
		margin: 0 auto;
		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;
	}

	.sec02_txt01 {
		padding: 1.5em 1em 0;
	}

	.list_caption strong {
		display: block;
	}

	#sec03 .bnrCaption {
		margin: 2em;
	}

	.sec03_txt01 {
		padding: 0 2em;
	}

}


.list_caption {
	text-align: center;
}

#sec02 .list_caption {
	margin-bottom: 2em;
}

.list_caption strong {
	font-weight: bold;
	padding: 0 1em;
}
