@charset "UTF-8";

/* common
--------------------------- */
.w700fix {
	width: auto;
}
#plus-wrapper {
	color: #000;
	line-height: 1.75;
}
#plus-wrapper a {
	color: #ea5a24;
	text-decoration: none;
}
#plus-wrapper a:hover {
	text-decoration: underline;
}

/* ttl
--------------------------- */
#plus-wrapper h2 {
	margin: 0 0 20px;
}
#plus-wrapper h2 img {
	width: 100%;
	height: auto;
}

/* intro
--------------------------- */
#plus-wrapper .intro {
	font-size: 18px;
	margin: 20px 0;
}
#plus-wrapper .intro h3 {
	font-weight: bold;
	color: #ea5a24;
}
#plus-wrapper .intro p {
}
#plus-wrapper .intro p.caution {
	font-size: 12px;
}

/* desc
--------------------------- */
#plus-wrapper .desc {
	overflow: hidden;
	margin: 20px 0;
}
#plus-wrapper .desc div {
	float: left;
	width: 500px;
}
#plus-wrapper .desc p {
	float: right;
	width: 240px;
	font-size: 14px;
}

/* btn
--------------------------- */
#plus-wrapper .btns {
	overflow: hidden;
	margin: 30px 0;
}
#plus-wrapper .btns ul {
	text-align: center;
	font-size: 0;
}
#plus-wrapper .btns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

/* bnr
--------------------------- */
#plus-wrapper .bnr {
	overflow: hidden;
	margin: 30px 0;
}
#plus-wrapper .bnr ul {
	text-align: center;
}
#plus-wrapper .bnr li {
}
#plus-wrapper .bnr li + li {
	margin-top: 10px;
}

/* present
--------------------------- */
#onedeli_present{
	text-align: center;
	margin: 20px 0;
}

/*snsshare_block
-----------------------------*/
#plus-wrapper .snsshare_block {
  width: 100%;
  margin: 0.5rem auto;
  text-align: center;
}
.sp#plus-wrapper .snsshare_block {
  width: 100%;
}
#plus-wrapper .snsshare {
  width: 100%;
  display: flex;
  margin-top: 1em;
	justify-content: flex-end;
}
#plus-wrapper .snsshare li {
  margin: 0 0.5em;
}
#plus-wrapper .snsshare li:first-child {
  margin-left: 0;
}
#plus-wrapper .snsshare li:last-child {
  margin-right: 0;
}
