@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
}

#wrap {
	width: 100%;
	margin: 0;
}

.topphoto {
	width: 100%;
	margin: 0;
}

.topphoto2 {
	width: 100%;
	margin: 0;
}

/*メインセクション1*/

.pp {
	width: 100%;
}

.pp2 {
	width: 90%;
	max-width: 1000px;
	margin: 2.0rem auto 2.0rem auto;
	padding: 2.0rem 0 2.0rem 0;
}

.h2-title {
	font-family: Noto Serif JP;
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 1.5;
	color: #333333;
	margin: 0 0 0.5rem 0;
	text-align: center;
}

.p-title {
	font-family: Noto Serif JP;
	font-weight: 300;
	font-size: 1.0rem;
	line-height: 2.0;
	color: #333333;
	margin: 0;
	text-align: center;
}

.pp01 {
	width: 90%;
	max-width: 800px;
	margin: 1.0rem auto 2.0rem auto;
	padding: 2.0rem 0 2.0rem 0;
}

.p-01 {
	font-family: Noto Serif JP;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.0;
	color: #333333;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pp02 {
	max-width: 250px;
	background: #ddffdd;
	margin: 5.0rem auto 0 auto;
	padding: 0.5rem;
	border: solid 1px #333333;
}

.p-02 {
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.5;
	color: #333333;
	margin: 0;
	text-align: center;
}

.hr01 {
	width: 100%;
	max-width: 1000px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #777777;
	margin: 0 auto 5.0rem auto;
}


dl{
	width: 100%;
	max-width: 900px;
	margin: 2.0rem auto 0 auto;
}

dt{
	font-family: Noto Serif JP;
	font-size: 1.2rem;
	font-weight: 400;
	color: #009f3b;
	margin: 0;
   	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009f3b;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #009f3b;
	padding: 0.25rem 0 0.25rem 0.5rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

dd{  
	font-family: Noto Serif JP;
	font-size: 1.0rem;
	color: #333333;
	line-height: 2.0;    
	margin: 0.5rem 0 3.0rem 2.0rem;    
	padding: 0 1.0rem 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
}



@media screen and (min-width: 701px) {


}


@media screen and (max-width: 1000px) {

}


@media screen and (max-width: 700px) {

#wrap {
	margin: 0;
}

.h2-title {
	font-size: 1.5rem;
}

.p-title {
	font-size: 0.8rem;
}

.p-01 {
	font-size: 1.0rem;
	line-height: 1.75;
}

dt{
	font-size: 1.0rem;
}

dd{  
	font-size: 0.9rem;
	line-height: 1.75;    
}

}

