@charset "UTF-8";
/* CSS Document */


@media (min-width: 768px) {
.voice_top{
	display: flex;
}
.top_text{
	width: 680px;
	margin-top: 90px;
	margin-left: 60px;
}
.voice_top img{
	width: 250px;
	margin-left: -10px;
}
.top_message{
	font-weight: bold;
	color: #e184ac;
	font-size: 42px;
	width: 550px;
	display: inline-block;
	text-align: center;
}
.top_message2{
	display: inline-block;
	padding-top: 10px;
	font-size: 17px;
	width: 550px;
	text-align: center;
	margin-top: 30px
}
.kokusei{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	color: #fff;
	background-color: #e184ac;
	width: 350px;
	height: 50px;
	border-radius: 30px;
	position: relative;
	top: 10px;
	left: 90px;
	padding-top: 10px;
	text-align: center;
}	
.top_img{
	width: 300px;
	float: right;
}
.kaiwa {
  margin-bottom: 40px;
}
.kaiwa:last-child {
  margin-bottom: 0px;
}
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 65px;
  height: 65px;
  margin-right: -70px;
}
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 65px;
  height: 65px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
}
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 30px;
  border-radius: 10px;
  background: #f6afcd;
  margin-right: 12%;
  float: left;
}
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 30px;
  border-radius: 10px;
  background-color: #a4d8e3;
  margin-left: 12%;
  float: right;
}
.green {
  background-color: #b6d8a9;
}
.green2 {
  background-color: #b6d8a9;
}
.pink {
  background-color: #f6afcd;
}
.blue {
  background-color: #a4d8e3;
}	
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f6afcd;
  top: 20px;
  left: -19px;
}
.green:after {
  border-right: 10px solid #b6d8a9;
}
.blue:after {
  border-right: 10px solid #a4d8e3;
}
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #a4d8e3;
  top: 20px;
  right: -19px;
}
.pink:after {
  border-left: 10px solid #f6afcd;
}
.green2:after {
  border-left: 10px solid #b6d8a9;
}
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
	
.voice_frame{
	background-color: #4f86f2;
	border-radius: 30px;
	padding: 90px 40px 0px;
	height: 1200px;
	position: relative;
}
.voice_frame_img{
	text-align: center;
}
.voice_frame .binder{
	width: 500px;
	height: auto;
	z-index: 4;
	position: relative;
	top: -52px;
}
.voice_frame_white{
	background-color: #fff;
	padding: 100px 40px 50px;
	position: relative;
	top: -120px;
}
.side1{
	width: 80px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.side2{
	width: 80px;
	position: absolute;
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-moz-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
  	-o-transform: rotate(90deg);
}
.side3{
	width: 80px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	transform: rotate(270deg);
  	-ms-transform: rotate(270deg);
  	-moz-transform: rotate(270deg);
  	-webkit-transform: rotate(270deg);
  	-o-transform: rotate(270deg);
}
.side4{
	width: 80px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-webkit-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
}
}
@media (max-width: 767.98px) {
.voice_top{
	margin-bottom: 30px;
}
.top_text{
	width: 100%;
	text-align: center;
}
.top_text div{
	width: 100%;
	text-align: center;
}
.voice_top img{
	width: 70%;
}
.top_message{
	font-weight: bold;
	color: #e184ac;
	font-size: 24px;
	width: 100%;
}
.top_message2{
	display: inline-block;
	padding-top: 10px;
	font-size: 15px;
	text-align: left;
	margin: 10px 20px 0;
}
.kokusei{
	font-size: 16px;
	display: inline-block;
	color: #fff;
	background-color: #e184ac;
	width: 80%;
	border-radius: 30px;
	padding: 5px;
	margin-top: 10px;
}
.top_img{
	text-align: right;
	position: relative;
}
.kaiwa {
  margin-bottom: 40px;
}
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 65px;
  height: 65px;
  margin-right: -70px;
}
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 65px;
  height: 65px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
}
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 20px;
  border-radius: 10px;
  background: #f6afcd;
  float: left;
}
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 20px;
  border-radius: 10px;
  background-color: #a4d8e3;
  float: right;
}
.green {
  background-color: #b6d8a9;
}
.green2 {
  background-color: #b6d8a9;
}
.pink {
  background-color: #f6afcd;
}
.blue {
  background-color: #a4d8e3;
}	
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #f6afcd;
  top: 20px;
  left: -19px;
}
.green:after {
  border-right: 10px solid #b6d8a9;
}
.blue:after {
  border-right: 10px solid #a4d8e3;
}
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #a4d8e3;
  top: 20px;
  right: -19px;
}
.pink:after {
  border-left: 10px solid #f6afcd;
}
.green2:after {
  border-left: 10px solid #b6d8a9;
}
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
	
.voice_frame_img{
	display: none;
}	
.side1, .side2, .side3, .side4{
	display: none;
}	
}


@media (min-width: 768px) {
}
@media (max-width: 767.98px) {
}


@media (min-width: 768px) {
}
@media (max-width: 767.98px) {
}
