@charset "UTF-8";

.txt_right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
.inline {
	display:inline;
}
.cmnMore01 {
	display:none;
}
.relative {
	position:relative;
}
@media screen and (max-width: 767px) {
	.more {
		display:none;
	}
	.cmnMore01 {
		display: block;
		text-align: center;
		margin-top:20px;
	}
	.cmnMore01 a {
		display: inline-block;
		width: 260px;
		padding: 14px 0;
		background: #D9D9D9;
		-webkit-border-radius: 30px;
		        border-radius: 30px;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		position: relative;
	}
	.cmnMore01 a::after {
		content: "";
		display: inline-block;
		width: 17px;
		height: 17px;
		background: url(/operation/smellcare/assets/img/common/icon_more01_sp.png) no-repeat;
		-webkit-background-size: 17px 17px;
		        background-size: 17px 17px;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -9px;
	}
	.cmnMore01.open {
		margin-right: 7px;
		text-align: right;
	}
	.cmnMore01.open a {
		width: auto;
		padding: 0 20px 0 0;
		border: none;
		background: none;
		font-size: 1.3rem;
	}
	.cmnMore01.open a::after {
		background: url(/operation/smellcare/assets/img/common/icon_more01_open_sp.png) no-repeat;
		-webkit-background-size: 15px 15px;
		        background-size: 15px 15px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -8px;
	}
}

/* Main Visual
--------------------------------------------------------- */
.mainVisual {
	text-align:center;
}
.spWrap > .inner {
	width:1000px;
	padding-top:60px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.spWrap > .inner {
		width:unset;
		background:#fff;
		padding-top:10px;
	}
}

/* Contents
--------------------------------------------------------- */
#contents .cmnBtn01 {
	margin-top:50px;
}
#conts p {
	font-size: 18px;
	line-height: 30px;
}
#conts .read {
	margin-top: 30px;
	padding: 0 20px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.point_menu {
	text-align:center;
	margin-top:54px;
}
#conts .point_menu p {
	font-size:48px;
	font-weight:bold;
	line-height:1.1;
	border-bottom:10px solid #a99161;
	display:inline-block;
	margin-bottom:16px;
}
#conts .point_menu ul {
	text-align:left;
	display:table;
	margin:0 auto;
}
#conts .point_menu li {
	font-size:20px;
	display:inline-block;
	margin-top:12px;
}
#conts .point_menu li:nth-child(2):after {
	content:"";
	display:block;
}
article h2 {
	padding: 0 0 0 90px;
	background: #5CABD4;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	width:1000px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
h3 {
	font-size:32px;
	font-weight:normal;
	border-bottom:4px solid #0077af;
	margin-top:60px;
	margin-bottom:30px;
}
.caution {
	color:#0b8d8d;
	font-weight:bold;
}
article .inner {
	padding:0 20px;
	margin-top:40px;
}
#article01,
#article02,
#article03,
#article04 {
	padding-top:13px;
}
#article01 {
	margin-top:64px;
}
#article01 .relative + p,
#article02 .relative + p,
#article03 .relative + p,
#article04 .relative + p {
	margin-top:10px;
}
.absolute {
	color:#fff;
	font-size:32px !important;
	line-height:51px !important;;
	font-weight:bold;
	position:absolute;
	top:81px;
	left:578px;
}
#article01 .absolute {
	left:562px;
}
#article02 .absolute {
	left:140px;
}
#article04 .absolute {
	left:131px;
}
#article02,
#article03,
#article04 {
	margin-top:70px;
}
#article01 .box img {
	width: 430px;
	float:right;
	margin-left:18px;
	margin-bottom:15px;
}

#article02 .box img {
	float:right;
	margin-left:18px;
	margin-bottom:40px;
}
#article02 ul {
	background:#3ca4a4;
	padding:23px 0 25px 21px;
	margin-bottom:1.8em;
}
#article02 li {
	text-align:center;
	float:left;
	margin-right:21px;
}
#article02 li .title {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-bottom:16px;
}
#article02 li div {
	font-weight:bold;
	text-align:left;
	background:#fff;
	border-radius:5px;
	width:292px;
	padding:15px 20px;
	box-sizing:border-box;
}

#article03 .box img {
	float:right;
	margin-left:18px;
}

#article04 .box img {
	float:left;
	margin-right:18px;
	margin-bottom:15px;
}

@media screen and (max-width: 767px) {
	#conts .spWrap {
		background:none;
	}
	#conts p {
		font-size: 14px;
		line-height: 1.6;
	}
	#conts .read {
		margin-top: 0;
		padding: 0 7px;
		font-size: 14px; /*1.2rem*/
	}
	#conts .point_menu {
		margin-top:10%;
	}
	#conts .point_menu p {
		font-size:6.4vw;
		line-height:0.5;
	}
	#conts .point_menu li {
		font-size:1.8rem;
	}
	article h2 {
		height:55px;
		font-size: 1.8rem;
	}
	h3 {
		font-size:1.8rem;
		text-align:left;
		padding:0;
		margin-top:8%;
		margin-bottom:3%;
	}
	h3 span {
		font-size:4vw;
		padding:5px 14px;
	}
	.caution {
		color:unset;
		font-weight:normal;
	}
	article .inner {
		padding:0 2%;
		margin-top:10px;
	}
	#conts .read {
		margin-top:10px;
	}
	#contents .cmnBtn01 {
		margin-top:6%;
	}
	#article01,
	#article02,
	#article03,
	#article04 {
		padding-top:18px;
	}
	#article02,
	#article03,
	#article04 {
		margin-top:15%;
	}
	.absolute {
		font-size:3.733333333333333vw !important;
		line-height:1.285714285714286 !important;
		top:41.6%;
	}
	#article01 .absolute,
	#article03 .absolute {
		left:11.8%;
	}
	#article02 .absolute {
		left:55.4%;
	}
	#article04 .absolute {
		left:52.4%;
	}
	#article01 {
		margin-top:8%;
	}
	#article01 .box img.spOnly {
		width:100%;
		max-width:400px;
		float:none;
		display:block;
		margin:0 auto 20px;
	}
	#contents .cmnBtn01 {
		background:none;
		padding:0;
	}
	#article02 .more img {
    width: 100%;
		max-width:400px;
    float: none;
		display:block;
		margin:0 auto 20px;
	}
	#article02 ul {
		margin-top:1.8em;
		padding:3% 5%;
	}
	#article02 li {
		text-align:left;
		float:none;
		margin-right:0;
	}
	#article02 li .title {
		font-size:3.6vw;
		margin-left:1em;
		margin-bottom:6px;
	}
	#article02 li div {
		width:100%;
	}
	
	#article04 .box img {
		width:100%;
		max-width:400px;
		float:none;
		display:block;
		margin:0 auto 20px;
	}
}