@charset "UTF-8";

#contents-wrap {
	padding: 0 20px;
}
#contents {
	width: 600px;
	max-width: 100%;
	margin: 20px auto;
	color: #333;
	line-height: 1.7em;
}
.cont {
	margin: 50px auto;
}

/* title */
.voice h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0 0 5px 24px;
	position: relative;
	margin: 0px 0 10px 0;
	border-bottom: 1px dotted rgba(120, 120, 120, 0.627);
}
.voice h3:before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: normal;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.customer_voice{
	font-weight: normal;
	font-size: 0.95em;
	line-height: 1.7em;
}

.voice-snapliquor h4 {
	background-color: rgba(51, 51, 51, 1);
	color:#fff;
}


/* voice */
.note {
	margin: 15px auto 0px auto;
	background-color: rgba(254, 252, 214, 0.95);
	padding: 15px 15px 10px 15px;
	position: relative;
	overflow: hidden;
}
.note:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0; /* This trick side-steps a webkit bug */
	border-style: solid;
	border-color: #fdf880 #fdf880 rgba(254, 252, 214, 0.8) rgba(254, 252, 214, 0.8); /* A bit more verbose to work with .rounded too */
	background: rgba(207, 182, 142, 0.8); /* For Opera when also applying a border-radius */
	display: block;
	width: 0; /* Only for Firefox 3.0 damage limitation */
	/* Optional: shadow */
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(46, 44, 37, 0.3), -1px 1px 1px rgba(46, 44, 37, 0.2);
}
.voice-data {
	color: #888;
	font-size: 0.9em;
	text-align: right;
	display: block;
	margin-top: 10px;
}
.voice-data i {
	color: #ccc;
	margin-right: 2px;
}
.response {
	margin: 15px auto 20px auto;
	font-size: 0.85em;
	line-height: 1.7em;
	position: relative;
	overflow: hidden;
	color: #666;
	font-weight: normal;
	text-align: justify;
}
.manage {
	display: block;
	margin: 0px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 1.1em;
	border-bottom: 1px dotted #999;
}
.manage i {
	opacity: 0.8;
}
.response .voice-data {
	font-size: 1.0em;
	margin-top: 10px;
	color: #666;
}

/* project-title */

.project-voice h3 {
	font-size: 1.2em;
	margin: 30px 0 10px 0;
	padding: 10px 10px 10px 25px;
	color: rgba(255, 255, 255, 1);
  	background-color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(/img/ribon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
}

.project-voice h3.ti-wine {
	background-color: #b1373e;
}
.project-voice h3.ti-bottle {
	background-color: #314d7f;
}
.project-voice h3.ti-champagne {
	background-color: #8f8219;
}
.project-voice h3.ti-whisky {
	background-color: #7f5000;
}
.project-voice h3.ti-sake {
	background-color: #358e5b;
}
.project-voice h3.ti-ume {
	background-color: #d17803;
}
.project-voice h3.ti-beer {
	background-color: #d0af01;
}
.project-voice h3.ti-nonalc {
	background-color: #da658a;
}
.project-voice h3.ti-canbeer {
	background-color: #63aacf;
}
.project-voice h3.ti-juice {
	background-color: #86b750;
}
.project-voice h3.ti-binbeer {
	background-color: #9baabc;
}
.project-voice h3.ti-gin {
	background-color: #82b9b4;
}


/* scene-list */

.voice_project{
	margin: 2em 0;
  width: 100%;
}
.voice-list {
  margin: 15px 0 0 0;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.voice-list li {
	width: 48%;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
}
.voice-list li a {
  color: #f6f6f6;
  display: block;
  padding: 10px 30px 10px 40px;
	position: relative;
	border-radius: 5px;
}
.voice-list li a:hover {
  color:#fff!important;
}

.voice-list li.li-wine a {
  background-color: #b1373e;
}
.voice-list li.li-wine a:hover {
  background-color: #d23f45;
}
.voice-list li.li-bottle a {
  background-color: #314d7f;
}
.voice-list li.li-bottle a:hover {
  background-color: #3b5998;
}
.voice-list li.li-champagne a {
  background-color: #8f8219;
}
.voice-list li.li-champagne a:hover {
  background-color: #aa9a00;
}
.voice-list li.li-whisky a {
  background-color: #7f5000;
}
.voice-list li.li-whisky a:hover {
  background-color: #a07431;
}
.voice-list li.li-sake a {
  background-color: #358e5b;
}
.voice-list li.li-sake a:hover {
  background-color: #39a869;
}
.voice-list li.li-ume a {
  background-color: #d17803;
}
.voice-list li.li-ume a:hover {
  background-color: #f19b28;
}
.voice-list li.li-beer a {
  background-color: #d0af01;
}
.voice-list li.li-beer a:hover {
  background-color: #fdd403;
}
.voice-list li.li-nonalc a {
  background-color: #da658a;
}
.voice-list li.li-nonalc a:hover {
  background-color: #dba2b6;
}
.voice-list li.li-canbeer a {
  background-color: #63aacf;
}
.voice-list li.li-canbeer a:hover {
  background-color: #7bc3e7;
}
.voice-list li.li-juice a {
  background-color: #86b750;
}
.voice-list li.li-juice a:hover {
  background-color: #ade474;
}
.voice-list li.li-binbeer a {
  background-color: #9baabc;
}
.voice-list li.li-binbeer a:hover {
  background-color: #b9c6d9;
}
.voice-list li.li-gin a {
  background-color: #82b9b4;
}
.voice-list li.li-gin a:hover {
  background-color: #b7d8d5;
}

.voice-list li a::before {
  content: "";
  background-image: url(/img/icon-project.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  bottom: 0px;
  margin: auto;
  display: block;
  opacity: 0.3;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}

/* img */
#contents img {
	display: block;
	max-width: 100%;
	margin: 15px auto;
}
.voice-box img {
	width: 300px;
	max-width: 80%;
}

/* contact */
.btn-r {
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	width: 450px;
	max-width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
.btn-line-r {
	background-color: rgba(0, 185, 1, 1);
	background-image: url(/img/icon-line.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left 15px center;
	margin: 15px auto 10px;
	padding: 15px 15px 15px 30px;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	width: 450px;
	max-width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
}
.btn-contact {
	background-image: url(/img/icon-mail.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left 15px center;
	margin: 0px auto 20px;
	font-weight: bold;
	padding: 15px 15px 15px 30px;
}

.voice-snapliquor .btn-contact {
	background-color: rgba(51, 51, 51, 1);
}
.voice .note img {
	max-width: 100%;
	width: 200px;
}
.voice .note .img-3 {
	max-width: 100%;
	width: 100%!important;
}