/******************
PC
******************/

@media (min-width: 583px) {

#wrapper{
	padding: 40px 0 0 0;
}

#bg_bottom{
	background: url(../images/top/bgBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}

.wrapperInn{
	padding: 120px 30px 0 0px;
}

#mv_sec{
	background: url(../images/common/bgTopCommon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 5530px;
}

#main_view{

}

#main_view dt h1{
	padding-bottom: 0px;
	padding-top: 50px;
	letter-spacing: 4.5px;
	color: #f68108;
	font-weight: bold;
	text-align: center;
	font-size: 230%;
}

#main_view dt .mvRead{
	text-align: center;
}


#newsSec{
	width: 1078px;
	padding: 30px;
	background-color: #FFF;
	border-radius: 15px;
	line-height: 2.0;
}

#newsSec p{
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 5px;
	color: #f68108;
}

#newsSec dl{
	display: flex;
	padding: 0 0 18px 0;
}

#newsSec dl dt{
	padding: 0 30px 0 0;
}

.newsSecDetail{
	line-height: 2.0;
	padding: 30px 0 30px;
}

}







/*************************
SP レイアウト

*************************/


@media (max-width: 563px) {
	
#wrapper{
	padding: 0% 0 0 0;
}

#bg_bottom{
	background: url(../images/top/bgBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20%;
	background-size: 270%;
}

.wrapperInn{
	padding: 0;
}

#mv_sec{
	background: url(../images/common/bgTopCommon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 270%;
	padding-bottom: 5%;
}

#main_view dt h1{
	padding-bottom: 0%;
	padding-top: 10%;
	letter-spacing: 4.5px;
	color: #f68108;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
}

#main_view dt .mvRead{
	text-align: center;
}

.newsSec{
	padding: 5%;
}

.newsSec p{
	padding: 0 0 5%;
	line-height: 2.0;
}



#newsSec{
	width: 90%;
	padding: 0%;
	margin: 0 5%;
	background-color: #FFF;
	border-radius: 15px;
}

#newsSec p{
	font-size: 150%;
	font-weight: bold;
	padding: 0 0 5%;
	color: #f68108;
	text-align: left;
}

#newsSec dl{
	padding: 0 0 10% 0;
}

#newsSec dl dt{
	padding: 0 10% 0 0;
}

.newsSecDetail{
	line-height: 2.0;
	padding: 0 5% 0;
}


}

















