@charset "UTF-8";

/*----------------------------------------

	- common_title01
	- content
	- pc（1281px〜）
	- sp（〜768px）

-----------------------------------------*/

/*	common_title01
-----------------------------------------*/

#common_title01 {
  background: url(../img/index_bg01.jpg) no-repeat center top;
  background-size: cover;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  min-width: 1280px;
}

#content section {
  padding: 110px 0 60px;
}

#content #box01 {
  width: 840px;
  margin: 0 auto;
}

#content #box01 dl dt {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #006446;
}

#content #box01 dl dd {
  padding-top: 10px;
  padding-bottom: 70px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
}

#content #box01 dl dd div {
  margin-top: 20px;
  padding: 20px;
  background: #f4f5f5;
}

#content #box01 dl dd div ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.0;
  display: block;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

#content #box01 dl dd div em {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#content #box01 dl dd div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜768px）
-----------------------------------------*/
@media only screen and (max-width: 768px) {

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  min-width: 100%;
}

#content section {
  padding: 40px 0 0;
}

#content #box01 {
  width: 100%;
}

#content #box01 dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}

#content #box01 dl dd {
  padding-top: 8px;
  padding-bottom: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#content #box01 dl dd div {
  margin-top: 15px;
  padding: 15px;
}

#content #box01 dl dd div ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
}

#content #box01 dl dd div em {
  font-size: 14px;
  font-size: 1.4rem;
}

#content #box01 dl dd div p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
}
}
