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

/* common
----------------------- */
.w700fix {
	width: auto;
}
.plus-wrapper {
}
.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;
	background: #ccc;
}

.plus-wrapper .sec01 .vis {
	float: left;
	width: 340px;
}

.plus-wrapper .sec01 .txt {
	float: right;
	width: 420px;
	padding: 30px 30px 0;
}
.plus-wrapper .sec01 .txt h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
.plus-wrapper .sec01 .txt .name {
	font-size: 14px;
}
.plus-wrapper .sec01 .txt ul {
	font-size: 0;
	text-align: right;
	margin: 30px 0 0;
}
.plus-wrapper .sec01 .txt li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.plus-wrapper .sec01 .price {
    clear: both;
    padding: 10px 30px;
    font-size: 18px;
}
.plus-wrapper .sec01 .price p + p {
	margin-top: 5px;
}
.plus-wrapper .sec01 .price strong {
	font-weight: bold;
}
.plus-wrapper .sec01 .price span {
	font-size: 14px;
	margin: 0 0 0 .5em;
}

/*.sec02
----------------------- */
.plus-wrapper .sec02 {
	overflow: hidden;
}
.plus-wrapper .sec02 .img {
	float: right;
	width: 420px;
}
.plus-wrapper .sec02 .txt {
	float: left;
	width: 340px;
	padding: 30px 30px 30px 0;
	font-size: 14px;
	line-height: 1.8;
}

/*.sec03
----------------------- */
.plus-wrapper .sec03 {
	overflow: hidden;
}
.plus-wrapper .sec03 .img {
	float: left;
	width: 340px;
}
.plus-wrapper .sec03 .txt {
	float: right;
	width: 420px;
	padding: 30px 0 30px 30px;
	font-size: 14px;
	line-height: 1.8;
}

.plus-wrapper .sec03 .cmt {
    margin: 20px 0 0;
    padding: 0 85px 0 0;
    background-size: 17%;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
}
.plus-wrapper .sec03 .cmt > .inner {
	position: relative;
	padding: 15px;
	background: #ccc;
	border-radius: 10px;
}
.plus-wrapper .sec03 .cmt > .inner span {
	display: block;
	width: 20px;
	height: 20px;
	background: #ccc;
	transform: rotate(45deg);
	position: absolute;
	right: -8px;
	bottom: 40px;
}
.plus-wrapper .sec03 .cmt .staff-img{
    width: 75px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* sec04
----------------------- */
.plus-wrapper .sec04 {
	border-top: 1px solid #333;
	padding: 45px 0 0;
	margin: 45px 0;
	overflow: hidden;
}
.plus-wrapper .sec04 .left {
	float: left;
	width: 425px;
}
.plus-wrapper .sec04 .right {
	float: right;
	width: 310px;
}
.plus-wrapper .sec04 .right ul {
}
.plus-wrapper .sec04 .right li {
	margin: 0 0 10px;
}
.plus-wrapper .sec04 .right li a {
	display: block;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	padding: 20px 5px;
}

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

