@charset "utf-8";
@import "common.css";

/*-----------------------------------------------
	no-category
-----------------------------------------------*/
/* top */
.top{
	background:url(/assets/img/common/img_top.jpg) center top no-repeat;
}
@media only screen and (min-width:1400px){
	.top{
		background-size:cover;
	}
}
@media only screen and (max-width:767px){
	.top{
		background-size:cover;
	}
}
/* contents */
.contents{
	text-align:center;
}
.contents .section{
	max-width:1400px;
	margin:63px auto 110px;
}
.contents h4{
	font-size: 33px;
	line-height:36px;
	font-weight: normal;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
	text-align:center;
}
@media only screen and (max-width:767px){
.contents h4{
	font-size: 30px;
	line-height:33px;
	margin-bottom: 30px;
}
}

.contents h4:after{
	background-color: currentcolor;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 110px;
}
.contents p{
	margin-bottom:24px;
	font-size:16px;
	line-height:28px;
}
.txt-block{
	width:900px;
	text-align:left;
	overflow:hidden;
	margin:0 auto 50px;
}
@media only screen and (max-width:767px){
	.contents .section{
		margin-bottom:100px;
	}
	.contents .section:last-of-type{
		margin-bottom: 90px;
	}
    .contents h4{
	    font-size: 30px;
	    line-height:33px;
	    margin-bottom: 30px;
    }
	.contents p{
		margin-bottom:4px;
		padding:0 14px;
	}
}

/* 20180303修正指示（リンクに下線と色付け）のため、mui.cssを上書き */
.mui-btn.mui-btn--flat {
	color: #ff8e00;
	text-decoration: underline;
}

