.if-category {
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

.if-category_buttons {
  margin-bottom: 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.if-category_buttons .if-category_buttonItem {
  display: block;
  width: 49.5%; /* ナビボタンの数ごとに数値を変更してください */
/* --- 参考までに
  width: 49.5%;　2つ
  width: 33%;　3つ
------------------ */
  opacity: 1;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.if-category_buttons .if-category_buttonItem:hover {
  opacity: 0.7;
}

.if-category_buttons .if-category_buttonItem img {
  width: 100%;
}


/* --- ピックアップ商品 --- */

section {
}

p img {
	width: 100%;
	padding: 0;
}

ul.itemList {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}	

ul.itemList li {
	width: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box; /*Google Chrome、Safari*/
	-moz-box-sizing:border-box; /*Firefox*/
	-ms-box-sizing:border-box; /*IE*/
	-o-box-sizing:border-box; /*Opera*/
}

ul.itemList li:hover {
	opacity: 0.7;
}

ul.itemList li img {
	width: 100%;
	margin-bottom: 2.5%;
}

ul.itemList li.w100 {
	width: 100%;
}


/*--contents
--------------------------------------------------------------*/

a :hover {
  opacity: 0.7;
}


.if-category h1 {
}

.if-category h2 {
  margin-bottom: 2.5%;
}

.if-category h2 img {
	width: 100%;
}

.if-category h3 {
}

.if-category h3 img {
	width: 100%;
}

.if-category h4 {
	background: #333333;
}

.if-category h4 img {
	width:30%;
	margin: 0 auto;
	text-align: center;
	padding: 1.5%;
}

.if-category ul.cp20ss_schoolAbout {
	width: 100%;
	text-align: center;
	margin-bottom: 2.5%;
	padding: 0;
	clear: both;
	display:inline-block;
}

.if-category ul.cp20ss_schoolAbout li {
	text-align: center;
	margin: 0;
	padding: 0;
}

.if-category ul.cp20ss_schoolAbout li img {
	width: 100%;
}

.if-category p {
	margin: 3%;
}

/*============================
.area_other
============================*/

.if-category .area_other {
	background: #FFFFCC;
	padding: 20px;
	margin-bottom: 30px;
}

.if-category .area_other dl {
	display: block;
	background: #FFFFFF;
	padding: 20px;
}

.if-category .area_other dl img {
	width: 100%;
}

.if-category .area_other dt{
	list-style: disc outside;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 5px;
}

.if-category .area_other dd{
	list-style: none;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 20px;
}

.if-category .area_other dd:last-child {
	margin-bottom: 0;
}

.if-category .area_other ul {
	display: block;
	background: #FFFFFF;
	padding: 20px 0 20px 15px;
}

.if-category .area_other li{
	list-style: disc outside;
	font-size: 14px;
	line-height: 150%;
	margin: 0 20px 0 20px;
	text-align: left;
}

.if-category .area_other p.subAttn {
    text-indent: -1em;
    margin-left: 1em;
}
.if-category .area_other p.subAttn:before {
    content: '※';
}

.if-category .area_other .txtStrong {
	font-weight: bold;
}

.if-category .area_other .txtStrongRed {
	font-weight: bold;
	color: #C00;
}

.if-category .mb5 {
	margin-bottom:5px;
}

.if-category .mb10 {
	margin-bottom:10px;
}

.if-category .mb20 {
	margin-bottom:20px;
}
