@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
header { background-image: none !important;}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
.fadein1 {
  opacity : 1;
  transform: translateY(0px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 1;
  transform: translateX(0px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 1;
  transform: translateX(-0px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#slider {
    width: 100%;
    height: 360px;
	background-image: url(../web/plan/family/mimg_sp.jpg);
	background-size: cover;
	background-position: top center;
}
.txtBox1 {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 150px;
	left: 0%;
	right: 0%;
	z-index: 1000;
	text-align: center;
	background-image: url(../web/topics/mimgsp_txt_back.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#slider .p1{
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 15px;
	text-align: center;
}
#slider .p2{
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 25px;
	text-align: center;
}
.txtBox2 { display:none;}
#breadcrumb {display:none;}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-top: 100px;
	margin-top: -80px;
}
#section01{
	width: 100%;
	height:auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	width: 310px;
	height: auto;
	margin: 0 auto;
}
.date{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
}
h2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	font-family: 'Noto Serif JP', serif;
	font-weight: ;
	float: left;
	padding-bottom: 10px;
}
#topics_Img{
	width: 310px;
	height: auto;
	float: left;
	margin-top: 15px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

#topics_Img img{
	width: 310px;
	height: auto;
}

#topics_Txt{
	width: 310px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	margin-top: 15px;
	margin-left: 0px;
	letter-spacing: 0px;
	color: #000;
}
#topics_Txt a{ color: #000;}
#topics_Txt .ttl{ color: #066; font-weight: bold}
.rsvbtn {
	width: 310px;
	padding: 10px 0px;
	font-size: 14px;
	color: #FFF;
	line-height: 14px;
	text-align: center;
	background-color: #0f5a64;
	margin-top: 25px;
	float: left;
}

#topics_Txt table {
	min-width: 310px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#topics_Txt td {
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 2px 4px 2px 4px;
}

}