<link rel="canonical" href="https://www.infirmiere.co.jp/shop/secure/fea_deodorantwear_rei.aspx">
<style type="text/css">
* {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



#fea_deodorantwear_rei {
	width:964px;
	margin:auto;
	box-sizing: border-box;
	color:#2b2b2b;
	}

#fea_deodorantwear_rei a{
	text-decoration: none;
	color: #050505;
	}

#fea_deodorantwear_rei .pc{
	display:block;
	}

#fea_deodorantwear_rei .sp{
	display:none;
	}

#fea_deodorantwear_rei h2{
	font-family: serif;
	font-size:45px;
	color:#00a3b9;
	}

#fea_deodorantwear_rei .title{
	position: relative;
}

#fea_deodorantwear_rei .catch p{
	position: absolute;
    font-family: serif;
    color: #262626;
    font-size: 32px;
    top: 48%;
    padding-left: 48%;
}

#fea_deodorantwear_rei .catch h2{
    position: absolute;
    font-size: 94px;
    top: 50%;
    line-height: 1.4;
    padding-left: 44%;
}

#fea_deodorantwear_rei .catch h2 span{
    position: absolute;
    color: #262626;
    font-size: 48px;
    top: 30%;
    padding-left: 2%;
}

#fea_deodorantwear_rei .concept{
    margin: 0px auto 60px auto;
	background-color: #faf9e4;
	text-align: center;
	padding: 40px 40px;
}

#fea_deodorantwear_rei .concept img{
	width: 300px;
	text-align: center;
}

#fea_deodorantwear_rei .concept h3{
	font-family: serif;
    font-size: 50px;
    text-align: center;
    color: #00a3b9;
    padding: 5px;
}

#fea_deodorantwear_rei .concept p{
	font-family: serif;
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
}

#fea_deodorantwear_rei .material{
	margin: 60px 0 60px;
	text-align: center;
}

#fea_deodorantwear_rei .product p{
    font-family: serif;
    text-align: center;
    color: #00a3b9;
    font-size: 34px;
	font-weight: bolder;
    line-height: 1.3;
	margin-bottom: 15px;
}

#fea_deodorantwear_rei .product h2{
	top: 2%;
}

#fea_deodorantwear_rei .product-1, .product-2, .product-3 {
	margin: 30px 0 60px;
}
	
#fea_deodorantwear_rei ul{
	list-style-type: none;
}

#fea_deodorantwear_rei .p_price{
	text-align: right;
	font-size: 35px;
	color: #333333;
	margin-bottom: 20%;
}

#fea_deodorantwear_rei .p_price span{
	font-size: 25px;
	color: #333333;
	margin-bottom: 25%;
	
}

#fea_deodorantwear_rei .banner p{
    font-family: serif;
    text-align: center;
    color: #262626;
    font-size: 30px;
	font-weight: bolder;
    line-height: 1.3;
	margin-bottom: 15px;
}



/*  -------------------------------------
	CATEGORY
  -------------------------------------*/
#category {
  background: #f3f3f3;
}

/*岩根追記*/
#category h2{
    font-family: "Marcellus", serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4em;
}

#category span{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-size: 16px;
}

#category .content ul li span {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-left: 0px;
    letter-spacing: 0.01em;
    line-height: 1.2em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

#category a{
    text-decoration: none;
	color: #050505;
}


/*岩根追記ここまで*/

#category .content {
  position: relative;
}
#category .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#category .content ul li {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  max-width: 19%;
  margin-bottom: 1.5%;
}
#category .content ul li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 114px;
  font-size: 17px;
}
#category .content ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1360px) {
 #category .content ul li a {
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
}
#category .content ul li img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  margin-right: 10px;
}
@media only screen and (max-width: 1360px) {
#category .content ul li img {
    max-width: 60%;
    display: block;
    margin: 0 auto 10px;
  }
}
#category .content ul li span {
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding-left: 0px;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}


@media only screen and (max-width: 1360px) {
#category .content ul li span {
    max-width: 100%;
  }
}


@media only screen and (max-width:1200px) {
#category .content ul li span {
    font-size: 16px;
  }
}


@media only screen and (max-width:969px) {
#category .content ul li span {
    font-size: 15px;
  }
}


@media only screen and (max-width:768px) {
#category .content ul li span {
    font-size: 14px;
}
}
	
	
@media only screen and (min-width:768px) {
#fea_deodorantwear_rei .br-sp {
	display: none;
}
	
}







/* SP向けの設定 */
/*---------------------------------------*/
@media screen and (max-width: 520px)  {
#fea_deodorantwear_rei {
	width: 100%;
	margin: auto;
}
	
#fea_deodorantwear_rei .pc{
	display:none;
}
	
#fea_deodorantwear_rei .sp{
	display:block;
}
	
#fea_deodorantwear_rei h2{
	background-color: transparent;
	font-size: 25px;
}
			
#fea_deodorantwear_rei p{
	line-height: 1.5;
}
	
#fea_deodorantwear_rei .catch p{
	text-align: center;
	top: 43%;
    right: 10%;
	padding-left: 3%;
	font-size: 13px;
}
	
#fea_deodorantwear_rei .catch h2{
	line-height: 1.2;
    margin-bottom: 0;
    top: 55%;
    right: 3%;
    font-size: 26px;
}

#fea_deodorantwear_rei .catch h2 span{
    font-size: 14px;
    top: 12%;
    right: 0%;
}
	
#fea_deodorantwear_rei .concept{
	text-align: center;
	padding: 20px 8px 20px 8px;
}

#fea_deodorantwear_rei .concept img{
	width: 40%;
}

#fea_deodorantwear_rei .concept h3{
    font-size: 24px;
    padding: 3px;
}

#fea_deodorantwear_rei .concept p{
	font-size: 16px;
	line-height: 1.2;
}

#fea_deodorantwear_rei .material {
	margin: 30px 0 30px;
}

#fea_deodorantwear_rei .product h2 {
	top: 1%;
}

#fea_deodorantwear_rei .p_price{
	font-size: 16px;
	line-height: 1.5;
}


#fea_deodorantwear_rei .p_price span {
	font-size: 12px;
}

#fea_deodorantwear_rei .product p{
    font-size: 20px;
	font-weight: bolder;
    line-height: 1.3;
	margin-bottom: 5px;
}

#fea_deodorantwear_rei .product h2{
	top: 2%;
}

#fea_deodorantwear_rei .product-1, .product-2, .product-3 {
	margin: 20px 0 30px;
}
	
#fea_deodorantwear_rei .banner p{
    font-size: 16px;
	font-weight: bolder;
    line-height: 1.3;
	margin-bottom: 5px;
}
	
	

</style>