@charset "utf-8";

#mainTitle {
	height: 166px;
}

#mainTitle div.SalesTermination {
	width: 714px;
	margin: auto;
	margin-top: 20px;
	padding: 13px 18px;
	border: 1px solid #000;
	background: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

#mainArea .mainImgBox .textBox .left p.text {
	margin: 4px auto 0;
}

#mainArea .profile {
	margin: 100px auto 0;
}
#mainArea .profile .right {
	float: right;
	width: 500px;
	height: 280px;
	text-align: left;
	position: relative;
}
#mainArea .profile div.name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
#mainArea .profile div.name span {
	font-size: 18px;
	letter-spacing: -0.01em;
}
#mainArea .profile p {
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0 0;
}
#mainArea .profile .profLink {
	margin: 20px auto 0;
	text-align: right;
}
#mainArea .profile .profLink a {
	font-size: 18px;
	color: #858585;
	position: relative;
}
#mainArea .profile .profLink a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainArea .profile .profLink a::after {
	content: " ";
	background-color: #858585;
	width: 100%;
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition:all 0.3s;
}
#mainArea .profile .profLink a:hover::after {
	opacity: 0;
}
#mainArea .profile .profLink img {
	vertical-align: middle;
}

.commentsBox {
	margin: 100px auto 0;
}
.commentsBox .ques {
	width: 880px;
	margin: 50px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
	text-indent: 56px;
}
.commentsBox .ques::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 54px;
	height: 1px;
	background: #151515;
}

.commentsBox .ans {
	width: 880px;
	margin: 25px auto 0;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
}
.commentsBox .ans span {
	color: #858585;
}
.commentsBox .imgBox {
	width: 880px;
	margin: 50px auto 0;
	position: relative;
}

.productComment {
	margin: 40px auto 0;
	width: 800px;
	padding: 36px 40px 32px;
	background: #fff;
}
.productComment h4.title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: inline-block;
}
.productComment h4.title:before {
	content: '';
	position: absolute;
	top: 15px;
	left: -65px;
	width: 54px;
	height: 1px;
	background: #151515;
}
.productComment h4.title:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -65px;
	width: 54px;
	height: 1px;
	background: #151515;
}
.productComment p.text {
	margin: 20px auto 0;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
}

#link_area {
	margin: 150px auto 0;
}
#link_area ul.list {
	text-align: center;
}
#link_area ul.list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 880px;
	height: 240px;
	margin: 0;
	background: #fff;

	transition: opacity 0.3s linear;
}
#link_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#link_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#link_area ul.list li:hover {
	opacity: 0.3;
}
#link_area ul.list li .image {
	display: inline-block;
	vertical-align: top;
	width: 440px;
}
#link_area ul.list li .textArea {
	display: inline-block;
	vertical-align: top;
	width: 440px;
}
#link_area ul.list li .textBox {
	display: block;
	width: 440px;
	margin: 36px auto 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
#link_area ul.list li .textBox p {
	font-size: 16px;
	margin-top: 2px
}
#link_area ul.list li .link {
	position: relative;
	margin: 20px auto 0;
	width: 320px;
	height: 60px;
	background: #47afff;
	border-radius: 30px;

	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
}
#link_area ul.list li .link .ico {
	position: absolute;
	top: 23px;
	right: 20px;
}

#youtube_area {
	margin: 40px auto 0;
}
#youtube_area ul.list {
	text-align: center;
}
#youtube_area ul.list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 880px;
	height: 240px;
	margin: 0;
	background: #fff;
	cursor: pointer;

	transition: opacity 0.3s linear;
}
#youtube_area ul.list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #151515;
}
#youtube_area ul.list li a:hover {
	color: #151515;
	text-decoration: none;
}
#youtube_area ul.list li:hover {
	opacity: 0.3;
}
#youtube_area ul.list li .image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 440px;
}
#youtube_area ul.list li .image .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -38px;
}
#youtube_area ul.list li .textArea {
	display: inline-block;
	vertical-align: top;
	width: 440px;
}
#youtube_area ul.list li .textBox {
	display: block;
	width: 440px;
	margin: 78px auto 0;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
#youtube_area ul.list li .textBox p.lead {
	font-size: 20px;
	font-weight: 500;
}
#youtube_area ul.list li .textBox p.note {
	margin: 44px auto 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
