@charset "utf-8";
/*////////////////////////////////////
 voice
////////////////////////////////////*/
@media screen and (min-width: 768px){
#under_voice_startimg{
	background: url("../voice/img/voice_top.jpg");
	background-position: center;
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_voice_startimg{
	background: url("../voice/img/voice_top.jpg");
	background-position: center;
	background-size: cover;
}
}


/*////////////////////////////////////
 message
////////////////////////////////////*/

@media screen and (min-width: 768px){
#voice_area{
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}

#voice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#voice_main_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: clamp(1.8rem,1.4vw,2rem);
 	font-weight: 400;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

#voice_list{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.voice_list_item1 {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	padding: 20px;
    background: #fafafa;
    border: #eee 1px solid;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.voice_list_item2 {
	position: relative;
	width: 32%;
	margin-bottom: 50px;
	padding: 20px;
    background: #fafafa;
    border: #eee 1px solid;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
 
.voice_list_item1::before,
.voice_list_item2::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 54px solid transparent;
    border-left: 54px solid #c12748;
    position: absolute;
    z-index: 2;
}

.voice_label{
	position: absolute;
	width: 40px;
	top: 14px;
	left: 0;
	display: block;
	transform: rotate(-45deg);
	font-size: 1.2rem;
	font-weight: 400;
    color: #fff;
	text-align: center;
	z-index: 3;
}


.voice_title_area{
	position: relative;
	width: 68%;
	padding-top: 10%;
	margin-right: 2%;
}

.voice_title{
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}

.voice_name{
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	background-color: rgba(43,66,120,0.5);
	margin-bottom: 10px;
}

.voice_img{
	position: relative;
	width: 30%;
}

.voice_word{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #333333;
	line-height: clamp(1.4rem,1.2vw,1.6rem);
	line-height: 1.6;
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#voice_area{
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}

#voice_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#voice_main_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.8rem;
 	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

#voice_list{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.voice_list_item1 {
	position: relative;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
    background: #fafafa;
    border: #eee 1px solid;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.voice_list_item2 {
	position: relative;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
    background: #fafafa;
    border: #eee 1px solid;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.voice_list_item1::before,
.voice_list_item2::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 54px solid transparent;
    border-left: 54px solid #c12748;
    position: absolute;
    z-index: 2;
}

.voice_label{
	position: absolute;
	width: 40px;
	top: 14px;
	left: 0;
	display: block;
	transform: rotate(-45deg);
	font-size: 1.2rem;
	font-weight: 400;
    color: #fff;
	text-align: center;
	z-index: 3;
}

.voice_title_area{
	position: relative;
	width: 68%;
	padding-top: 10%;
	margin-right: 2%;
}

.voice_title{
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1.2vw,2rem);
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}

.voice_name{
	position: relative;
	width: 100%;
	padding: 5px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	background-color: rgba(43,66,120,0.5);
	margin-bottom: 10px;
}

.voice_img{
	position: relative;
	width: 30%;
}

.voice_word{
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 300;
	color: #333333;
	line-height: clamp(1.4rem,1.2vw,1.6rem);
	line-height: 1.6;
}

}

