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

/*body {
	font-size: 16px;
	color: 333333;
}*/

.headTitle01 {
	background-image: url("../images/bg_index01.jpg");
  background-position: bottom;
}

.headTitle01 .headTitleText01 span {
	padding-left: 70px;
	background-image: url("../images/ico_index01.png");
	background-size: 30px;
}

/*.breadcrumb {
	margin-top: 20px;
}*/

.mainArea h3 {
  /*margin-top: 30px;*/
	background-image: url("../images/ico_index02.png");
}

.category-text {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 45px;
}

.category-coctents {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
}

.category-title {
	width: 200px;
	font-size: 24px;
	margin: 0px auto;
	padding-top: 45px;
}

.title01 h1 {
	color: #e38a80;
	background-image: url("../images/ico_index03.png");
	background-repeat: no-repeat;
	background-position: 13% 50%;
}

.category-list01 {
	width: 910px;
	margin: 35px auto 0;
	padding-bottom: 40px;
}

@media screen and (max-width:500px) {
  .category-list01 {
    padding-bottom: 20px;
  }
}

.category-list01 li {
	width: 220px;
	margin: 5px 0;
  margin-right: 10px;
	float: left;
}

.category-list01 li:nth-child(4n) {
  margin-right: 0px;
}
.categoryBtn01 {
	padding: 20px;
  background-color: #fff;
	display: block;
	position: relative;
}

.categoryBtn01::after {
	content: url("../images/btn_index01.png");
    position: absolute;
    top: 30%;
    left: 90%;
}

.categoryBtn01:hover {
	color: #fff;
}

.pinkBlock a:hover {
  background-color: #e38a80;
}

.categoryBtn01:hover::after {
	content: url("../images/btn_index02.png");
}

.pinkBlock {
	background-color: #ffeceb;
}

.yellowBlock {
	background-color: #fff7e6;
}

.title02 h1 {
	color: #ffc23b;
	background-image: url("../images/ico_index04.png");
	background-repeat: no-repeat;
	background-position: 10% 50%;
}

.yellowBlock a:hover {
  background-color: #ffc23b;
}

.greenBlock {
	background-color: #e8efe6;
}

.title03 h1 {
	color: #71c14c;
	background-image: url("../images/ico_index05.png");
	background-repeat: no-repeat;
	background-position: 10% 50%;
}

.greenBlock a:hover {
  background-color: #71c14c;
}

@media screen and (max-width: 1100px) {
	.category-list01 {
		width: 680px;
    margin: 25px auto 0px;
	}
  .category-title {
    padding-top: 40px
  }
  .category-list01 li:nth-child(4n) {
    margin-right: 10px;
  }
  .category-list01 li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 800px) {
	.category-list01 {
		width: 455px;
	}
	.category-list01 li {
    font-size: 15px;
		width: 220px;
    margin: 7px 0px;
    margin-right: 15px;
	}
  .category-list01 li:nth-child(3n) {
    margin-right: 15px;
  }
  .category-list01 li:nth-child(4n) {
    margin-right: 0px;
  }
  .category-list01 li:nth-child(2n) {
    margin-right: 0px;
  }
	.categoryBtn01 {
		padding: 20px 15px 20px 15px;
  }

@media screen and (max-width: 767px) {
	.category-text {
		font-size: 13px;
}
	.categoryBtn01 {
		padding: 15px;
	}
	.categoryBtn01::after {
		top: 25%;
		left: 90%;
  }
}

@media screen and (max-width: 500px) {
  .category-title {
    font-size: 20px;
  }

  .title01 h1 {
    background-size: 18px;
    background-position: 20% 50%;
  }

  .title02 h1 {
    background-size: 20px;
    background-position: 18% 50%;
  }

  .title03 h1 {
    background-size: 30px;
    background-position: 20% 50%;
  }

	.category-list01 {
		width: 90%;
    margin-top: 15px;
	}
	.category-list01 li {
    font-size: 14px;
		width: 100%;
		margin: 0 0 10px;
	}

  .category-list01 li:last-child {
    margin-bottom: 0;
  }
  .category-title {
    padding-top: 20px;
  }
}