@charset "utf-8";
/* CSS Document */

/*_______________________________

            PC
_______________________________*/



/* 　　#service 　page
________________________________*/

.key_v {
    background: #fef3f8;
}

.key_v h1 {
    position: absolute;
    top: 0;
    width: 760px;
    background: #fff;
}
.key_v h1 img{
	height: 288px;
	margin: 0 auto;
	display: block;
}


.contents .voice .special{
	padding: 40px 30px 0;
}
.contents .voice .special p{
	font-size: 12px;
	width: 50%;
	margin-bottom: 30px;
}

.contents .voice .pointlist{
	padding:0 17px;
}
.contents .voice dl {
    padding: 10px;
    width: calc(50% - 10px);
    min-height: 260px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #fef3f8;
    box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.05);
}
.contents .voice dl:nth-of-type(odd){
	float: left;
}
.contents .voice dl:nth-of-type(even){
	float: right;
}
.contents .voice dl:nth-child(-n+2){
	margin-top: 0;
}
.contents .voice dt{
	margin-bottom: 10px;
	font-weight: bold;
	padding: 0 10px;
	font-family: sans-serif;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 53%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(247,247,247,1) 53%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(247,247,247,1) 53%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.contents .voice dt span{
	font-size: 22px;
    color: #EB7BAC;
	padding: 3px;
}
.contents .voice dd h3{
    margin-bottom: 10px;
	padding: 0 10px;
}
.contents .voice dd p{
	padding: 0 10px;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: sans-serif;
}
.contents .voice dd p:first-of-type{
	background-color: #fef3f8;
    border-radius: 10px;
    padding: 3px 10px;
}
.contents .voice dd p:first-of-type strong{
	font-weight: bold;
}
.contents .voice dd p span {
    position: relative;
    color: #EB7BAC;
    font-weight: bold;
    padding-right: 15px;
	margin-right: 5px;
}
.contents .voice dd p span:after{
	content: "";
	position: absolute;
	right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #eb7bab;
	ine-height: 0px;
	_border-color: #000000 #000000 #000000 #eb7bab;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.contents .voice dd a {
    display: block;
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    width: 115px;
    font-size: 12px;
    color: #EB7BAC;
    padding: 0 10px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    background: #ffffff;
    border: 1px solid #EB7BAC;
    clear: both;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.contents .voice dd a:before {
    content: '';
    border: 1px solid #EB7BAC;
    background: #EB7BAC;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: 14px;
}
.contents .voice dd a:after {
    content: '';
    border: 1px solid #EB7BAC;
    background: #fff;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: -4px;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.contents .voice dl:last-of-type h3{
	margin-bottom: 10px;
}