@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-top: 100px;
  padding-bottom: 50px;
}

#content h3 {
  padding-bottom: 85px;
  padding-left: 60px;
}

/*	box01
-----------------------------------------*/

#box01 {
  padding-bottom: 100px !important;
}

#box01 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  text-align: center;
}

/*	box02
-----------------------------------------*/

.box02 ul {
  width: 100%;
}

.box02 ul li {
  float: left;
  width: 33.3%;
  padding-bottom: 70px;
}

.box02 ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.box02 ul li div {
  width: 100%;
  min-height: 120px;
  text-align: center;
  margin-top: 4px;
  border-left: solid 4px #d4d5d9;
  box-sizing: border-box;
}

.box02 ul li:nth-child(3n) div,
.box02 ul li:last-child div {
  border-right: solid 4px #d4d5d9;
}

.box02 ul li div h4 {
  padding-top: 22px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

.box02 ul li div p {
  padding-top: 17px;
  font-size: 12px;
  font-size: 1.2rem;
  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-top: 40px;
  padding-bottom: 50px;
}

#content h3 {
  width: 225px;
  padding-bottom: 35px;
  padding-left: 0;
}

/*	box01
-----------------------------------------*/

#box01 {
  padding-bottom: 50px !important;
}

#box01 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.2;
}

/*	box02
-----------------------------------------*/

.box02 ul {
  width: 110%;
  margin-left: -5%;
}

.box02 ul li {
  float: none;
  width: 100%;
  padding-bottom: 55px;
}

.box02 ul li:last-child {
  padding-bottom: 0;
}

.box02 ul li div {
  width: 100%;
  min-height: auto;
  margin-top: 0;
  border-left: none;
  box-sizing: border-box;
}

.box02 ul li:nth-child(3n) div,
.box02 ul li:last-child div {
  border-right: none;
}

.box02 ul li div h4 {
  padding-top: 0;
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.box02 ul li div p {
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
}
}
