@charset "UTF-8";

/*マーカー*/
.underline_p {background: linear-gradient(transparent 40%, #ebe1f5 0%);}
.underline_b_mc {text-decoration: underline;}
.underline_pk {background: linear-gradient(transparent 60%, #FFB4CD 0%); padding:5px;}

/*装飾*/
.point_label {background-color: #95005B; padding: 7px 17px 7px 17px;}


/*font size*/
.font-26_mc {font-size: 26px;line-height: 1.4}
.font-24 {font-size: 24px;line-height: 1.4}
.font-22s {font-size: 22px;line-height: 1.4}
.font-22_list {font-size: 22px;line-height: 1.4}
.font-18_mc {font-size: 18px;line-height: 1.4}

/*midashi*/
.midashi_howto {border-bottom: 1px solid #000000; padding-bottom: 5px; display: inline-block;}

/*list*/
.check_list ul {
padding-left: 0;
}
.check_list li {
list-style: none;
padding-left: 48px;
position: relative;
}
.check_list li::before {
content: "";
background: url(/content/dam/sites/kao/www-kao-co-jp/blaune/products/awa/2303/awa2303_13.png) 0 0 no-repeat;
background-size: 100% auto;
position: absolute;
top: -7px;
left: 0;
width: 39px;
height: 39px
}
.circle_list ul {
padding-left: 0;
}
.circle_list li {
list-style: none;
padding-left: 1em;
position: relative;
}
.circle_list li::before {
content: "○";
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em
}

/*font-fm*/
.font-fm03 {font-family: 'YuGoPr6N-D', sans-serif}

/*display flex*/
.dis-flex {display: flex;flex-wrap: wrap;justify-content: center;text-align: left;margin: 5px auto;}
.dis-flex-align-center .g-ImageTextHP--v2__contentsBlock {display: flex;align-items: center;}
@media only screen and (max-width: 640px) {
.dis-flex-align-center .g-ImageTextHP--v2__contentsBlock {justify-content:center;}
.dis-flex-align-center .opt-sm-imageW30p {grid-template-columns:28% 40%!important;}
}

/* --------------------------- TAB --------------------------- */

@media only screen and (max-width: 1024px) {
	
/*font size*/
.font-26_mc {font-size: 24px;line-height: 1.4}
.font-24 {font-size: 18px;line-height: 1.4}
.font-22s {font-size: 16px;line-height: 1.4}
.font-22_list {font-size: 18px;line-height: 1.4}		
.font-18_mc {font-size: 18px;line-height: 1.4}	

/*list*/
.check_list ul {
padding-left: 0;
}
.check_list li {
list-style: none;
padding-left: 32px;
position: relative;
}
.check_list li::before {
content: "";
background: url(/content/dam/sites/kao/www-kao-co-jp/blaune/products/awa/2303/awa2303_13.png) 0 0 no-repeat;
background-size: 100% auto;
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px
}	

}
	
/* --------------------------- SP --------------------------- */	

@media only screen and (max-width: 640px) {

/*font-size*/	
.font-26_mc {font-size: 16px;line-height: 1.4}
.font-24 {font-size: 16px;line-height: 1.4}
.font-22s {font-size: 14px;line-height: 1.4}
.font-22_list {font-size: 16px;line-height: 1.4}	
.font-18_mc {font-size: 18px;line-height: 1.4}	

/*list*/
.check_list ul {
padding-left: 0px;
}
.check_list li {
list-style: none;
padding-left: 32px;
position: relative;
}
.check_list li::before {
content: "";
background: url(/content/dam/sites/kao/www-kao-co-jp/blaune/products/awa/2303/awa2303_13.png) 0 0 no-repeat;
background-size: 100% auto;
position: absolute;
top: 0;
left: 0;
width: 22px;
height: 22px
}	
	
}