@charset "utf-8";
@import url('color.css');

/* common
----------------------- */
.w700fix {
	width: auto;
}
#plus-wrapper {
	word-wrap: break-word;
    overflow-wrap: break-word;
}
#plus-wrapper * {
	box-sizing: border-box;
}
#plus-wrapper img {
	max-width: 100%;
	height: auto;
}
#plus-wrapper a {
	color: #333;
	text-decoration: underline;
}
#plus-wrapper a:hover {
	text-decoration: none;
}

/*.sec01
----------------------- */
#plus-wrapper .sec01 {
	overflow: hidden;
	padding-bottom:10px;
}

#plus-wrapper .sec01 h2 {
	display: block;
	float: left;
	width: 360px;
}

#plus-wrapper .sec01 .sec01_item01 {
	float: right;
	width: 400px;
	padding: 15px 25px 0;
}
#plus-wrapper .sec01 .sec01_item01 h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
#plus-wrapper .sec01 .sec01_item01 .name {
	font-size: 14px;
	margin-bottom: 1em;
}

#plus-wrapper .sec01 .sec01_item01 .item_name {
	font-size: 18px;
}
#plus-wrapper .sec01 .sec01_item01 .item_name,
#plus-wrapper .sec01 .sec01_item01 .item_price {
	margin-bottom:0.3em;
}
#plus-wrapper .sec01 .sec01_item01 .item_price,
#plus-wrapper .sec01 .sec01_item01 .item_price_article {
	font-size: 14px;
}
#plus-wrapper .sec01 .sec01_item01 .item_price_article {
	margin-bottom: 1.5em;
}
#plus-wrapper .sec01 .sec01_item01 strong {
	font-weight: bold;
}
#plus-wrapper .sec01 .sec01_item02 span {
	margin: 0 0 0 .5em;
}
#plus-wrapper .snsshare {
	display: flex;
	justify-content: flex-end;
}

#plus-wrapper .snsshare li {
	margin: 0 5px;
}


/*.sec02
----------------------- */
#plus-wrapper .sec02 {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8;
	padding:30px 0 0 0;
}
#plus-wrapper .sec02 .img {
	float: right;
	width: 500px;
	margin:-30px 0 20px 20px;
}

#plus-wrapper .sec02 p {
	margin-bottom: 1.4em;
}

#plus-wrapper .sec02 p:first-child {
	margin-top: 30px;
}

/* sec03
----------------------- */
#plus-wrapper .sec03 h2 {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 18px;
}

#plus-wrapper .sec03 {
	border-top: 1px solid #333;
	padding: 45px 0 0;
	margin: 45px 0;
	overflow: hidden;
}
#plus-wrapper .sec03 .left {
	float: left;
	width: 425px;
}
#plus-wrapper .sec03 .right {
	float: right;
	width: 300px;
	padding:50px 0 0 0;
}
#plus-wrapper .sec03 .right ul {
}
#plus-wrapper .sec03 .right li {
	margin: 0 0 20px;
}
#plus-wrapper .sec03 .right li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	padding: 15px 30px;
	border-radius: 10px;
}

#plus-wrapper .svicon {
	margin: 1px;
}


/* 有料アイテム
----------------------- */
.y_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.y_item02 {
	flex-direction: row-reverse;
}

.y_item .img {
	flex-basis:400px;
}

.y_item .text {
	flex-basis:340px;
	padding-top:30px;
}

.y_item .text p {
	font-size: 14px;
	line-height: 1.8;
}
