@charset "utf-8";
#mainbox h1.title2 {
	background-color: #e4f4e7;
	color: #4cb461;
}
/*voice*/
#voice h1.title3 {
	display: inline-block;
	color: #ffffff;
	background-color: #4cb461;
}
 @media print, screen and (min-width: 751px) {
#mainbox .patt2 h1.title3 {
	width: 504px;
}
/*voice*/
#voice h1.title3 {
	line-height: 1em;
	margin-top: 40px;
	padding: 25px 40px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#voice .item {
	position: relative;
}
#voice .item img {
	width: 330px;
}
/* #voice1 */
#voice1 .item {
	min-height: 311px;
}
#voice1 .item > div {
	position: absolute;
}
#voice1 .item > div:nth-child(1) {
	top: 0px;
	left: 0;
}
#voice1 .item > div:nth-child(2) {
	top: 80px;
	left: 352px;
}
#voice1 .item > div:nth-child(3) {
	top: 0px;
	left: 699px;
}
/* #voice2 */
#voice2 .item {
	min-height: 311px;
}
#voice2 .item > div {
	position: absolute;
}
#voice2 .item > div:nth-child(1) {
	top: 0px;
	left: 0;
}
#voice2 .item > div:nth-child(2) {
	top: 80px;
	left: 352px;
}
#voice2 .item > div:nth-child(3) {
	top: 0px;
	left: 699px;
}
/* #voice3 */
#voice3 .item {
	min-height: 231px;
}
#voice3 .item > div {
	position: absolute;
}
#voice3 .item > div:nth-child(1) {
	top: 0;
	left: 174px;
}
#voice3 .item > div:nth-child(2) {
	top: 0;
	left: 521px;
}
/* #voice4 */
#voice4 .item {
	min-height: 231px;
}
#voice4 .item > div {
	position: absolute;
}
#voice4 .item > div:nth-child(1) {
	top: 0;
	left: 348px;
}
/* #voice5 */
#voice5 .item {
	min-height: 231px;
}
#voice5 .item > div {
	position: absolute;
}
#voice5 .item > div:nth-child(1) {
	top: 0;
	left: 174px;
}
#voice5 .item > div:nth-child(2) {
	top: 0;
	left: 521px;
}
/* #voice6 */
#voice6 .item {
	min-height: 311px;
}
#voice6 .item > div {
	position: absolute;
}
#voice6 .item > div:nth-child(1) {
	top: 0;
	left: 0;
}
#voice6 .item > div:nth-child(2) {
	top: 80px;
	left: 348px;
}
#voice6 .item > div:nth-child(3) {
	top: 0px;
	left: 695px;
}
.boxBtn a.list span.btnWrap {
	padding-left:6em;
	text-indent:-6em;
	width: calc(100% - (20px + 6em));
	width: -webkit-calc(100% - (20px + 6em));
}

}
 @media only screen and (max-width: 750px) {
#mainbox .patt2 h1.title3 {
	width: 100%;
}
/*voice*/
#voice h1.title3 {
	margin-top: 15px;
	padding: 10px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#voice .item > div:nth-child(n+3) {
	margin-top: 15px;
}
}
#btnArea.noLink {
	position: relative;
}
#btnArea.noLink::after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
	content: 'Coming Soon';
	height: 100%;
	background: rgba(200,200,200, 0.8);
	color: #000000;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#btnArea.noLink a {
	pointer-events: none;
}
 @media print, screen and (min-width: 751px) {
#btnArea.noLink::after {
	width: 800px;
	font-size: 28px;
}
}
 @media only screen and (max-width: 750px) {
#btnArea.noLink::after {
	width: 100%;
	font-size: 22px;
}
}
