@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#Mimg {
    width: 100%;
    height: 480px;
	background-image: url(../web/works/mimgsp.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.txtBox1 {
	width: 100%;
	margin-top: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.txtBox1 rt {
  font-size: 12px;
  text-align: center;
}
.txtBox2 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------------------コンテンツ*/

#Pl { display:none;}

#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	background: none;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 310px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
#section01 #hbox {
	position: relative;
	width: 310px;
	height: auto;
	left: 0%;
	z-index: 1100;
	margin-top: 0;
}
h2 {
	text-align: left;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 1px;
}

#coment {
    width: 310px;
    height: auto;
	margin-top: 10px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#coment .style {
    width: auto;
    height: auto;
    float: left;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 7px;
	padding: 2px 6px 2px 6px;
	background-color: #518295;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#section02 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contents02 {
	position: relative;
	width: 310px;
	height:auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#Wex {
	width: 145px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

#Wex img {
	width: 145px;
	height: 109px;
	transition: 0.4s;
}
#Wex img:hover {
	transform: scale(0.98);
}

#Wex .ac1{
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 3px 2px 3px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	color: #FFF;
	background-color: #666;
	font-weight: normal;
	letter-spacing: 0px;
}
#Wex .ac2{
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 3px 2px 3px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	color: #FFF;
	background-color: #369;
	font-weight: normal;
	letter-spacing: 0px;
}

}
