main {
	position: relative;
	display:block;
	clear: both;
}
.main_in {
	margin: 0 auto;
}

.main_in > article {
}
.main_in > article:first-child {
	padding-top: 0px;
}
.main_in > article:nth-child(even) {
}
.main_in > article;first-child {
}

.sub + .title {
	height: 300px;
    position: relative;
    background: url(../../img/index/main.jpg) no-repeat 50% 40%;
	background-attachment: fixed !important;
}
.title .title_in {
	width: 1160px;
	margin: 0 auto;
	height: 205px;
	top: 95px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub + .title:before {
	z-index: 0;
	content: "";
	width:100%;
	height:300px;
	position: absolute;
	background: rgb(0, 0, 0, 0.15) repeat;
}
.title_in h1 {
	text-shadow:0px 0px 15px rgb(0, 0, 0, 0.3);
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 6px;
	z-index: 10;
}
.title_in h1 span {
	font-style: italic;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: block;
	letter-spacing: 3px;
	padding-top: 8px;
	font-family: Lato;
}
/*------------------------------------------------

   topicpath

------------------------------------------------*/

.topicpath {
	padding-top: 0px;
	margin-bottom: 60px;
	clear: both;
	background: #f2f2f2;
}
.topicpath ul {
	width: 1100px;
	margin: 0px auto;
	padding: 10px 0px;
	line-height: 1rem;
}
.topicpath ul li {
	background: url(../../img/common/parts/tp.png) no-repeat right 2px;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
}
.topicpath ul li:first-child {
	padding-left: 0px;
}
.topicpath ul li:last-child {
	background: none;
}




@media screen and (max-width: 480px) {

.main_in {
	width: 100%;
}
.main_in > article {
}
.title {
	height: 200px !important;
	background-size: cover !important;
	background-attachment: inherit !important;
}
.sub + .title:before {
	height: 200px;
}
.title .title_in {
	width: 100%;
	top: 60px;
	height: 140px;
}
.title_in h1 {
	font-size: 30px;
}


.topicpath {
	width: calc(100% - 4%);
	padding: 0 2%;
	margin-left: auto;
	margin-right: auto;
}

.topicpath ul {
	width: 100%;
}

}