@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;
}
h4 {
  /* font-size: 28px;
  font-weight:normal;
  border-bottom: 4px solid #00a9b5;
	margin-top:40px;
	margin-bottom:20px;
  display: inline-block; */
  color: #0b8d8d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #0b8d8d;
  padding: 12px 0 16px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 12px 30px;
  min-width: 330px;
  text-align: left;
}
.c-txt{
  margin-bottom: 1.5em;
  display: block;
}
.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,
#article05 .relative + p {
	margin-top:10px;
}
#article05 .mt10 {
	margin-top:10px;
}
.absolute {
	color:#fff;
	font-size:28px !important;
	line-height:36px !important;;
	font-weight:bold;
	position:absolute;
	top:96px;
	left:392px;
}
#article01 .absolute {
	left:470px;
}
#article03 .absolute {
	left:50px;
}
#article01 .box img {
	width: 400px;
	float:right;
	margin-left:18px;
	margin-bottom:15px;
}
#article02,
#article03,
#article04,
#article05 {
	margin-top:70px;
}

#article03 ul {
	background:#eee;
	padding:26px 68px;
	margin:30px;
}
#article03 li {
	font-size:20px;
	line-height:32px;
	text-align:left;
	width:33%;
	float:left;
}
#article03 .box2 {
	text-align:center;
	/*background:url(../img/bg_box2.png) no-repeat;*/
	width:960px;
	height:180px;
	margin:35px 0;
	position:relative;
}
#article03 .box2 p {
	color:#0b8d8d;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	border-bottom:2px solid #0b8d8d;
	margin:32px 0 26px;
}
#article03 .box2 ul {
	background:none;
	padding:0 30px;
	margin:0;
}
#article03 .box2 li {
	font-size:18px;
	padding-left:24px;
  letter-spacing: -1px;
	position:relative;
}
#article03 .box2 li:before {
	content:"□";
	font-size:24px;
	position:absolute;
	top:1px;
	left:0;
}
#article03 .box2 li:nth-child(3n - 2) {
	width:227px;
}
#article03 .box2 li:nth-child(3n - 1) {
	width:229px;
}
#article03 .box2 li:nth-child(3n) {
	width:370px;
}

#article03 .checkBox .imgBox {
	width: 430px;
	float: left;
	margin-right: 20px;
}

#article02 .box {
	margin-top:35px;
}
#article02 .box img {
	width:400px;
	margin-right:18px;
  margin-bottom: 15px;
	float:left;
}
#article02 .box div {
	margin-left:430px;
}

#article05 .box {
	margin-top:35px;
}
#article05 .box img {
	width:400px;
	margin-right:18px;
  margin-bottom: 15px;
	float:left;
}
#article05 .box div {
	margin-left:430px;
}
@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;
	}
  h4 {
		font-size:1.6rem;
		text-align:left;
		margin-top:8%;
		margin-bottom:3%;
    min-width: initial;
	}
	.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:17.6%;
	}
	#article01 .absolute,
	#article02 .absolute {
		left:6.8%;
	}
	#article03 .absolute,
	#article05 .absolute {
		left:52.4%;
	}
	#article01 {
		margin-top:8%;
	}
	#article01 .box img {
		width: auto;
		float:none;
		margin-top:20px;
		margin-left:0;
		margin-bottom:20px;
	}
	#contents .cmnBtn01 {
		background:none;
		padding:0;
	}
	#article03 ul {
		padding:3%;
		margin:5% 0;
	}
	#article03 li {
    font-size: 14px;
    line-height: 1.6;
		width:unset;
		float:none;
	}
	#article03 .box2 {
		text-align:center;
		/*background:url(../img/bg_box2_sp.png) no-repeat;
		background-size:100% auto;*/
		width:100%;
		height:auto;
		margin:5% 0;
		padding-bottom:76.52777777777778%;
		position:relative;
	}
	#article03 .box2 p {
		font-size:1.8rem;
		line-height:1.4;
		border-bottom:none;
		position:absolute;
		top:4%;
		left:0;
		right:0;
		margin:0 auto;
	}
	#article03 .box2 p span {
    border-bottom: 2px solid #0b8d8d;
	}
	#article03 .box2 ul {
		padding:0 5%;
		position:absolute;
		top:30%;
		left:0;
	}
	#article03 .box2 li,
	#article03 .box2 li:before {
		font-size:3.733333333333333vw;
	}
	#article03 .box2 li {
    margin-bottom: 2.6%;
	}
	#article03 .box2 li:nth-child(3n - 2),
	#article03 .box2 li:nth-child(3n - 1),
	#article03 .box2 li:nth-child(3n) {
		width:auto;
	}
	#article03 .checkBox .imgBox {
		width: auto;
		float: none;
		margin: 0 0 15px 0;
	}
	#article05 .box {
		margin-top:1.6em;
	}
	#article05 .box {
		margin-top:1.6em;
	}
	#article05 .box img {
		width:unset;
		margin-right:0;
		float:none;
	}
}
.c-table {
  border-collapse: collapse;
  margin: 40px auto;
  width: 100%;
  line-height: 30px;
}
.c-table-th,
.c-table-td{
  /* border:1px solid #333; */
  padding: 14px 5px;
}
.c-table-tr--01{
  background-color: #1587C2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.c-table-tr--02{
  background-color: #EEEEEE;
}
.c-table--second .c-table-tr--02:nth-of-type(2){
  border-bottom: 1px solid #fff;
}
.c-table--first .c-table-tr--02:not(:last-of-type){
  border-bottom: 1px dashed #1587C2;
}
/* .c-table--second .c-table-tr--01:not(:last-of-type){
  border-bottom: 1px dashed #1587C2;
} */
.c-table-th:first-of-type{
  border-right: 1px solid #fff;
}
.c-table-td{
  font-size: 16px;
}
.c-table--second .c-table-th:nth-of-type(2){
  border-right: 1px solid #fff;
}
.c-table-td:first-of-type{
  border-right: 1px solid #fff;
}
.c-table--second .c-table-td--under{
  border-bottom: 1px dashed #1587C2;
}
.c-table--second .c-table-td:nth-of-type(2){
  border-right: 1px solid #fff;
}
.c-table-th--01{
  background-color: #DCDCDC;
  font-size: 16px;
  font-weight: 700;
}
.c-table--second .c-table-th--02{
  background-color: #DCDCDC;
  font-size: 16px;
  font-weight: 700;
  width: 20%;
}
.c-table--second .c-table-th--03{
  background-color: #DCDCDC;
  font-size: 16px;
  font-weight: 700;
  width: 60%;
}
.c-table-td{
  font-size: 16px;
  /* padding-left: 30px;
  width: 50%; */
}
.c-table--first .c-table-td{
  /* font-size: 16px; */
  padding-left: 30px;
  width: 50%;
}
.c-table--second .c-table-td{
  padding-left: 16px;
}
.c-table-td__item{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
.c-table-td__item::before{
  content: "・";
  width: 1em;
  height: 1em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-table {
    font-size: 14px;
  }
  .c-table-td__item::before{
    font-size: 14px;
    width: .8em;
    height: .8em;
  }
  .c-table-th--01{
    width: 24%;
  }
  .c-table-th--02{
    width: 30%;
  }
  .c-table-tr--01{
    font-size: 16px;
  }
  .c-table-th--01{
    font-size: 14px;
  }
  .c-table-td{
    font-size: 14px;
  }
  .c-table--first .c-table-td{
    padding-left: 8px;
  }
  .c-table--second .c-table-th--01{
    width: 25%;
  }
  .c-table--second .c-table-th--02{
    font-size: 14px;
    width: 25%;
  }
  .c-table--second .c-table-th--03{
    font-size: 14px;
  }
  .c-table-td__item{
    font-size: 14px;
  }
  .c-table--second .c-table-td{
    padding-left: 8px;
  }
}
