@charset "utf-8";

/* sunscreen_sp.css：SP
 * ======================================
 *
 * ======================================
 */

/* #mv
------------------------------------------------------------------ */
article > section {
	padding: 0 5%;
}
#content article > section section {
	margin: 1em 0 0 0;
}
#subPage #content article {
	padding: 1em 0 0 0
}

/* #mv
------------------------------------------------------------------ */
#subPage #content h1 {
	background: #8CC0DE;
/* 	background: linear-gradient(135deg, #ffb351, #ff9a17); */
	padding: 0.5em;
	line-height: 1.4;
}
#subPage #content h1 span {
	color: #fff;
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.75em;
}
.price span,
#cat01 dd span,
#cat05_03 .point span {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.5em;
	line-height: 1;
}

/* #cat01
------------------------------------------------------------------ */
#cat01 {
	padding: 0 5%;
}
#cat01 .inner {
	border: 1px solid #8CC0DE;
	border-radius: 0.5em;
	position: relative;
	padding: 0;
}
#cat01 .icon {
	width: 18%;
	max-width: 50px;
	position: absolute;
	top: 1em; left: 1em;
}
#subPage #content #cat01 h2,
#cat01 .price {
	text-align: left;
	padding: 0;
	margin-left: 4%;
}
#cat01 .price small{
	font-size: 0.5em;
}

#subPage #content #cat01 h2 {
	font-size: 1.4em;
	margin-top: 1em;
}
#cat01 .price span {
	font-size: 2.75em;
	color: #0188d6;
	margin-left: 0.25em;
	position: relative;
}
#cat01 .ttl{
	font-size: 1.4em;
	margin:15px 4% 10px;
	border-top:1px solid #ccc; 
	padding-top: 15px;
}
#cat01 .txt{
	padding: 0 4% 4%;
	font-size: 0.9em;
}

/*
#cat01 .price span {
	margin-left: 0.25em;
}
#cat01 .price span + span:before {
	content: "";
	position: absolute;
	top: 50%; left: -0.3em;
	margin-top: -3px;
	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #aeaeaf;
}
*/
#cat01 .price + p {
	margin: 1em 0;
	padding: 0 4%;
}
#cat01 dt {
	width: 35%;
	float: left;
	background: #ffb351;
	background: linear-gradient(90deg, #ff9a17, #ffb351);
	color: #fff;
	padding: 2em 0 1em 1em;
	position: relative;
}
#cat01 dt:after {
	content: "";
	position: absolute;
	top: 50%; right: -1.5em;
	margin-top: -2.8em;
	border-top: 2.8em solid transparent;
  border-bottom: 2.8em solid transparent;
  border-left: 1.5em solid #ffb351;
}
#cat01 dd {
	width: 65%;
	float: right;
	background: #ff9a17;
	color: #fff;
	padding: 1em 1em 1em 3em;
	text-indent: 0.5em;
}

#content .box{
background: #E4EEF4;
padding: 30px 20px 70px;
position: relative;	
border-radius:6px; 
box-sizing: border-box;
width: 90%;
margin-left: auto;
margin-right: auto;
border: 0;
overflow: hidden;
}

#content .box.grey{
background: #F7F7F7;	
}

.box .sub{
display: block;
margin-bottom: .5em;
line-height: 1;	
}
.box .sub img[src*="txt1.svg"]{
width:40px ;
height: auto;	
}
.box .sub img[src*="txt2.svg"]{
width:84px ;
height: auto;	
}
.box .sub img[src*="txt3.svg"]{
width:138px ;
height: auto;	
}
.box h3{
font-size: 1.8em;
font-weight: bold;
margin-bottom: 1em;
line-height: 1.5;
}
.box h3 L+ p{
line-height: 1.8;	
}
.box .deco{
position: absolute;
left: -2px;
bottom: 0;
width: 102%;
height: auto;
}
.box .list{
list-style-type: none;
padding:0 1.5em;	
margin: 1.5em 0;
border-left:4px solid #8CC0DE; 
}
.box .list li{
font-size: 110%;	
}
.box .list li + li{
margin-top: .3em;
}

.button {
	  background: #ffffff;
    margin: 30px auto;
    text-align: center;
    width: 56%;
}
.button a {
	border: 1px solid #dadada;
  padding: 10px 0;
 }
