@charset "UTF-8";

/*2018/09/07 renewal */
@font-face {
    font-family: "あおぞら明朝 Bold";
    src: url("/propose/common/font/AozoraMincho-bold.eot"), url("/propose/common/font/AozoraMincho-bold.woff") format("woff");
}
.f-ao{
	font-family: "あおぞら明朝 Bold" !important;
	font-weight: normal;
}
#container{
	display: block;
}
/*メインビジュアル*/
.main-visual{
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 0px;
}
	.main-visual__image>div,
	.main-visual__image{
		max-width: 1200px;
		height: 410px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		overflow: hidden;
	}
	.main-visual__image>div:hover{
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
	}
	.main-visual__info{
		position: relative;
		padding: 30px 0;
	}
		.main-visual__info__title{
			font-size: 28.6px;
			line-height: 1.3em;
			margin-bottom: 0.2em;
			padding-right: 230px;
		}
		.main-visual__info p{
			font-size: 16px;
			padding-right: 230px;
		}
		.main-visual__info__link{
			position: absolute;
			background: #6b6161;
			right: 0px;
			top: 50%;
			margin-top: -20px;
			width: 218px;
			height: 38px;
			color: #fff;
			line-height: 38px;
			text-align: center;
			border: 1px solid #6b6161;
			-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			-ms-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease;
		}
			.main-visual__info__link span{
				position: relative;
			}
			.main-visual__info__link span::after{
				content: "＞";
				position: absolute;
				left: -30px;
				top: 50%;
				font-size: 10px;
				line-height: 1em;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
			}

/*バナー*/
.banner-article{
	position: relative;
	max-width: 820px;
	margin: 35px auto 40px;
	overflow: hidden;
}
	.banner-article__image{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.banner-article__info{
		background: #efefef;
		padding: 20px 0 20px 50%;
		text-align: center;
	}
		.banner-article__info__title{
			padding: 0 10%;
			font-size: 22px;
			line-height: 1.2em;
			letter-spacing: 2px;
			word-break: keep-all;
			text-align: center;
			margin-bottom: 0.3em;
		}

/*ピックアップ*/
#pickup{
	width: 100%;
	padding: 60px 0 50px;
	background: #f6f6f6;
	overflow: hidden;
}
.pickup-title{
	font-size: 22px;
	line-height: 1em;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}
	.pickup-title span{
		position: relative;
	}
	.pickup-title span::after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -5px;
		background: #333;
		width: 75%;
		height: 2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.pickup-article{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
}
.pickup-article.none{
	display: none;
}
	.pickup-article article{
		background: #fff;
		width: -webkit-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);
		margin: 0 20px 30px 0;
	}
	.pickup-article__image{
		width: 100%;
		height: 220px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.pickup-article__info{
		padding: 25px;
	}
		.pickup-article__info__title{
			font-size: 18px;
			line-height: 1.4em;
			color: #7f7375;
			margin-bottom: 0.7em;
		}
		.pickup-article__info p{
			line-height: 1.8em;
		}
.pickup-more{
	background: #fff;
	width: 300px;
	height: 40px;
	margin: 15px auto 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	color: #555;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.pickup-more:hover{
	opacity: 1;
	background: #473d3e;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*最新ニュース、注目記事*/
.bottom-area{
	overflow: hidden;
	padding: 75px 0 0;
}
	.bottom-area section{
		float: left;
		width: 50%;
		padding: 0 30px 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bottom-area section:nth-child(2n){
		padding: 0 0 0 30px;
	}
.side__article__title{
	font-size: 22px;
	line-height: 1em;
	font-weight: normal;
	color: #333;
	border-bottom: 2px solid #555;
	margin-bottom: 25px;
}
.side__article.news article{
	padding: 0 0 10px;
	border-bottom: 1px dotted #e9e9e9;
}
.side__article.news article:nth-last-child(2){
	margin-bottom: 30px;
}
	.side__article__info h3{
		font-size: 16px;
		line-height: 1.68em;
		margin-bottom: 10px;
	}
	.side__article__info time{
		font-size: 14px;
	}
	.side__article__thumb img{display: block;}
.side__article__btn-list{
	max-width: 300px;
	margin: 0 auto;
}
.side__article__btn-list::after{
	display: none;
}
	.side__article__btn-list span{
		position: relative;
	}
	.side__article__btn-list span::after{
		content: "＞";
		position: absolute;
		left: -30px;
		top: 50%;
		font-size: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
.side__article__btn-list{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.side__article__btn-list:hover{
	opacity: 1;
	background: #473d3e;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.banner-area{
	padding: 50px 0 0;
	background: #f6f6f6;
}


@media only screen and (max-device-width: 767px){
	#container{
		display: -webkit-flex;
		display: flex;
	}
	/*メインビジュアル*/
	.main-visual{
		margin-bottom: 0px;
	}
		.main-visual__image>div,
		.main-visual__image{
			height: 177px;
			height: 55.3125vw;
		}
		.main-visual__info{
			padding: 15px 10px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
			.main-visual__info__title{
				font-size: 16px;
				line-height: 1.6em;
				padding-right: 0px;
			}
			.main-visual__info p{
				font-size: 12px;
				padding-right: 0px;
			}
			.main-visual__info__link{
				position: relative;
				right: 0px;
				top: 0;
				margin: 0px auto;
				width: 100%;
				margin-top: 1em;
			}

	/*バナー*/
	.banner-article{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 20px auto 30px;
		padding: 0 10px;
	}
		.banner-article__image{
			position: relative;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 50px;
			height: 17vw;
		}
		.banner-article__info{
			background: #efefef;
			padding: 15px 10px 10px;
			text-align: center;
		}
			.banner-article__info__title{
				padding: 0;
				font-size: 14px;
				line-height: 1.2em;
				margin-bottom: 0.3em;
			}
			.banner-article__info p{
				font-size: 12px;
			}

	/*ピックアップ*/
	#pickup{
		padding: 25px 0;
	}
	.pickup-title{
		font-size: 18px;
		line-height: 1em;
		font-weight: normal;
		margin-bottom: 45px;
	}
		.pickup-title span::after{
			bottom: -12px;
		}

	.pickup-article{
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.pickup-article article{
			width: -webkit-calc(50% - 5px);
			width: calc(50% - 5px);
			margin: 0 5px 10px 0;
		}
		.pickup-article article:nth-child(2n){
			margin: 0 0 10px 5px;
		}
		.pickup-article__image{
			height: 97px;
			height: 30.3125vw;
		}
		.pickup-article__info{
			padding: 10px;
		}
			.pickup-article__info__title{
				font-size: 14px;
				line-height: 1.4em;
			}
			.pickup-article__info p{
				font-size: 12px;
				line-height: 1.4em;
			}
	.pickup-more{
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	/*最新ニュース、注目記事*/
	.bottom-area{
		padding: 36px 10px 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
		.bottom-area section{
			float: none;
			width: 100%;
			padding: 0;
		}
		.bottom-area section:nth-child(2n){
			display: none;
		}
	.side__article{
		padding-bottom: 0px;
	}
	.side__article__title{
		font-size: 18px;
	}
	.side__article.news article:nth-last-child(2){
		margin-bottom: 20px;
	}
		.side__article__info h3{
			font-size: 14px;
			line-height: 1.68em;
			margin-bottom: 10px;
		}
		.side__article__info time{
			font-size: 12px;
		}
	.side__article__btn-list{
		max-width: 100%;
	}
	
	.banner-area{display: none;}
	.sp-banner-link2{
		padding: 0 10px;
	}

/*767以下*/
}
/* //2018/09/07 renewal */

#breadcrumbs{
	display: none;
}

@media only screen and (max-device-width: 767px){
	#breadcrumbs{
		display: block;
	}

	.footer__banner{
		display: block;
	}

	@media only screen and (max-device-width: 767px){
		#main.detail{
			padding-left: 10px;
			padding-right: 10px;
		}

		#side.top-side{
			border-top: 2px solid #6ebb30;
			display: block;
			float: none;
			height: auto !important;
			width: 100%;
		}

		#side.top-side .flex-pos{
			width: 100%;
		}

		#side.top-side .side__banner{
			display: none;
		}

		#side.top-side .side__article{
			display: none;
		}

		#side.top-side .side__article__title{
			border-bottom: 1px solid #ececee;
			padding-bottom: 7px;
			padding-top: 7px;
			padding-left: 14px;
			margin-bottom: 0;
			font-size: 114%;
			font-weight: bold;
			line-height: 1.4em;
		}

		#side.top-side .side__article.news{
			display: block;
			padding-bottom: 0;
		}

		#side.top-side .side__article.news article{
			margin-bottom: 3px;
		}

		#side.top-side .side__article.news article:last-child{
			border: 1px solid #F00;
		}

		#side.top-side .side__article.news .side__article__info{
			margin-bottom: 0;
			padding: 3px 8px;
			position: relative;
		}

		#side.top-side .side__article.news .side__article__info time{
			font-size: 71.5%;
		}
	}
}