/* ===================================================================
CSS
 file name  :  voice.css
=================================================================== */

.btn {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: normal;
}

/* =====================================
ページタイトル
======================================== */
h2#page_title{
	background-image: url(../images/voice/ttl_voice.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	h2#page_title{
		background-image: url(../images/voice/ttl_voice@2x.png);
	}
}
@media print, screen and (min-width: 769px) {
/* =====================================
お客様の声一覧
======================================== */
  .s_wrap_full {
      font-size: 16px;
      line-height: 1.8;
  }
	h3.sub_title{
		color:#00306D;
		font-size:30px;
		text-align:center;
		line-height: 1;
	}
	.voice_info{
		margin-top: 20px;
		color: #00306D;
		font-size: 24px;
		display: flex;
		justify-content: center;
	}
	.voice_info .num{
		font-weight: bold;
		margin: 0 3px;
	}
	.voice_info .voice_num{
		margin-right: 25px
	}
	.voice_info .score{
		display: flex;
	}
	.voice_info .score ul{
		display: flex;
		margin: 5px 10px auto 10px;
	}
	.page_navi{
		width: 1000px;
		margin:30px auto auto auto;
		color: #00306D;
		position: relative;
		height: 40px;
	}
	.pager_num{
		position: absolute;
		right: 0;
	}
	.page_navi .pager_num .num{
		font-weight:bold;
		margin: 0 5px;
	}
	.pager{
		position: absolute;
		left: 340px;
	}
	.pager a{
		border:1px solid #00306D;
		background:#FFF;
		text-decoration:none;
		width:35px;
		margin-left:5px;
		padding:8px 10px;
		text-align:center;
		color: #00306D;
	}
	.pager a:hover{
		border:1px solid #00306D;
		background:#00306D;
		color:#FFF;
	}
	.pager a.on{
		border:1px solid #00306D;
		background:#00306D;
		color:#FFF;
		font-weight:bold;
	}
	.pager span{
		margin-left:5px;
	}
	.voice_list{
		width: 1050px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.voice_list > li{
		width: 350px;
		margin-top: 30px;
		padding: 0 25px;
		box-sizing: border-box;
	}
	.voice_list li .photo img{
		width: 300px;
		height: 200px;
		object-fit: cover;
	}
	.voice_list li .customer{
		margin-top: 20px;
		font-size: 14px;
    line-height: 25.2px;
	}
	.voice_list li .customer .kind{
		background: #00306D;
		color: #FFFFFF;
		padding: 2px 10px;
		margin-right: 10px;
	}
	.voice_list .score{
		display: flex;
		justify-content: center;
		margin-top: 5px;
	}
	.voice_list .score ul{
		display: flex;
	}
	.voice_list .score .num{
		color: #00306D;
		font-weight: bold;
		margin-left: 10px;
		font-size: 20px;
	}
	.voice_list .link_text{
		margin-top: 5px;
    font-size: 16px;
    line-height: 28.8px;
	}
	.voice_list .link_text a{
		color: #00306D;
		font-weight: bold;
		text-decoration: none;
	}
	.voice_list .link_text a:hover{
		text-decoration: underline;
	}
	.voice_list .link_detail{
		font-size: 14px;
		text-align: right;
		text-decoration-color: #00306D;
    text-decoration: underline;
	}
/* =====================================
お客様の声詳細
======================================== */
  .s_wrap {
    font-size: 16px;
    line-height:1.8;
  }
	.voice_detail .photo{
		width: 680px;
		height: 425px;
		margin: auto;
	}
	.voice_detail .photo img{
		width: 680px;
		height: 425px;
		object-fit: cover;
	}
	.voice_detail .title{
		margin-top: 30px;
		color: #00306D;
		font-size: 24px;
		font-weight: bold;
	}
	.voice_detail .customer{
		margin-top: 20px;
	}
	.voice_detail .customer .kind{
		background: #00306D;
		color: #FFFFFF;
		padding: 5px 20px;
		margin-right: 20px;
	}
	.voice_detail .score{
		display: flex;
		margin-top: 10px;
	}
	.voice_detail .score .score_text{
		color: #00306D;
		margin-top: 3px;
	}
	.voice_detail .score ul{
		display: flex;
		margin-left: 10px;
	}
	.voice_detail .score .num{
		color: #00306D;
		font-weight: bold;
		margin-left: 10px;
		font-size: 20px;
	}
	.voice_detail dl{
		margin-top: 40px;
	}
	.voice_detail dt{
		color: #00306D;
		font-weight: bold;
		padding-left: 90px;
		background: url(../images/common/line.png) no-repeat left 14px;
		margin-bottom: 40px;
	}
	.voice_detail dd{
		margin-bottom: 50px;
	}
	.voice_staff{
		border-top: 1px dashed #00306D;
		margin-top: 70px;
		padding-top: 70px;
	}
	.voice_staff .upper{
		display: flex;
		justify-content: center;
	}
	.voice_staff .upper .staff_photo{
		width: 230px;
		height: 180px;
	}
	.voice_staff .upper .staff_photo img{
		width: 230px;
		height: 180px;
		object-fit: cover;
	}
	.voice_staff .upper .btn_area{
		width: 500px;
		margin-left: 50px;
	}
	.voice_staff .upper .btn_area .btn{
		margin-top: 20px;
		background: #00306D;
		padding: 15px;
	}
	.voice_staff .upper .btn_area .btn:hover{
		background: #003D8B;
	}
	.voice_staff .upper .btn_area .btn::before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight : 900;
		padding-right:7px;
	}
	.voice_staff .comment_info{
		margin-top: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.voice_staff .comment_info .comment_title{
		color: #00306D;
		font-weight: bold;
		background-image: url(../images/voice/staff_comment_icon.png);
		background-repeat: no-repeat;
		background-size: auto 20px;
		background-position: center left;
		padding-left: 30px;
	}
	.voice_staff .comment_info .btn_staff .btn{
		width: 230px;
		margin: 0 auto auto auto;
		background: #00306D;
		padding: 10px 0;
		font-size: 14px;
		display: inline-block;
		margin-left: 20px;
	}
	.voice_staff .comment_info .btn_staff .btn:hover{
		background: #003D8B;
	}
	.voice_staff .comment_info .btn_staff .btn::before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight : 900;
		padding-right:7px;
	}
	.voice_staff .comment{
		margin-top: 30px;
	}
	a.back_btn{
		width: 500px;
		margin: 40px auto auto auto;
		border: 1px solid #00306D;
		background: #FFFFFF;
		padding: 15px 0;
		color: #00306D;
	}
	a.back_btn:hover{
		background: #00306D;
		color: #FFFFFF;
	}
	.back_btn::before {
		content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight : 900;
		padding-right:7px;
	}
}
@media screen and (max-width: 768px) {
/* =====================================
お客様の声一覧
======================================== */
	h3.sub_title{
		color:#00306D;
		font-size:130%;
		text-align:center;
	}
	.voice_info{
		margin-top: 10px;
		color: #00306D;
	}
	.voice_info .num{
		font-weight: bold;
		margin: 0 3px;
	}
	.voice_info .voice_num{
		text-align: center;
		line-height: 1;
	}
	.voice_info .score{
		margin-top: 10px;
		display: flex;
		justify-content: center;
		line-height: 1;
	}
	.voice_info .score ul{
		display: flex;
		margin: -5px 5px auto 5px;
	}
	.voice_info .score ul li img{
		height: 20px;
		width: auto;
	}
	.page_navi{
		margin:20px;
		color: #00306D;
	}
	.pager_num{
		margin-top: 10px;
		text-align: center;
	}
	.page_navi .pager_num .num{
		font-weight:bold;
		margin: 0 3px;
	}
	.pager{
		margin-top: 10px;
		text-align: center;
	}
	.pager a{
		border:1px solid #00306D;
		background:#FFF;
		text-decoration:none;
		width:35px;
		margin-left:5px;
		padding:5px 5px;
		text-align:center;
		color: #00306D;
	}
	.pager a:hover{
		border:1px solid #00306D;
		background:#00306D;
		color:#FFF;
	}
	.pager a.on{
		border:1px solid #00306D;
		background:#00306D;
		color:#FFF;
		font-weight:bold;
	}
	.pager span{
		margin-left:5px;
	}
	.voice_list > li{
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		margin-top: 10px;
		box-shadow: 0 1px 3px #BBB;
	}
	.voice_list > li .upper{
		display: flex;
		padding: 15px;
	}
	.voice_list li .photo{
		width: 50%;
	}
	.voice_list li .photo img{
		height: 150px;
		object-fit: cover;
	}
	.voice_list li .customer{
		width: 50%;
		padding-left: 10px;
	}
	.voice_list li .customer .kind{
		background: #00306D;
		color: #FFFFFF;
		padding: 2px 10px;
		margin-right: 10px;
	}
	.voice_list .score{
		display: flex;
		justify-content: center;
		background: #F4F4F4;
	}
	.voice_list .score ul{
		display: flex;
	}
	.voice_list .score ul li img{
		height: 20px;
		width: auto;
	}
	.voice_list .score .num{
		color: #00306D;
		font-weight: bold;
		margin-left: 10px;
		font-size: 120%;
	}
	.voice_list .link_text{
		margin: 15px 15px auto 15px;
	}
	.voice_list .link_text a{
		color: #00306D;
		font-weight: bold;
		text-decoration: none;
	}
	.voice_list .link_text a:hover{
		text-decoration: underline;
	}
	.voice_list .link_detail{
		margin: 15px;
		text-align: right;
		text-decoration-color: #00306D;
	}
/* =====================================
お客様の声詳細
======================================== */
	.voice_detail .photo{
		margin: 10px 20px auto 20px;
	}
	.voice_detail .title{
		margin: 10px 20px auto 20px;
		color: #00306D;
		font-size: 120%;
		font-weight: bold;
	}
	.voice_detail .customer{
		margin: 10px 20px auto 20px;
	}
	.voice_detail .customer .kind{
		background: #00306D;
		color: #FFFFFF;
		padding: 5px 20px;
		margin-right: 20px;
	}
	.voice_detail .score{
		margin-top: 10px;
		padding: 5px ;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		background: #F4F4F4;
	}
	.voice_detail .score .score_text{
		color: #00306D;
		display: block;
		width: 100%;
		text-align: center;
	}
	.voice_detail .score ul{
		display: flex;
		margin: 0 5px auto 5px;
	}
	.voice_detail  .score .num{
		color: #00306D;
		font-weight: bold;
		margin-left: 10px;
		font-size: 120%;
	}
	.voice_detail .score ul li img{
		height: 20px;
		width: auto;
	}
	.voice_detail dl{
		margin: 20px;
	}
	.voice_detail dt{
		color: #00306D;
		font-weight: bold;
		padding-left: 30px;
		background: url(../images/common/line_sp.png) no-repeat left 10px;
		margin-top: 20px;
	}
	.voice_detail dd{
		margin-bottom: 20px;
	}
	.voice_staff{
		border-top: 1px dashed #00306D;
		margin-top: 20px;
	}
	.voice_staff .upper{
		margin: 20px 20px auto 20px;
	}
	.voice_staff .upper .staff_photo{
		width: 230px;
		margin: auto;
	}
	.voice_staff .upper .btn_area .btn{
		margin-top: 20px;
		background: #00306D;
		padding: 15px;
		font-size: 120%;
	}
	.voice_staff .upper .btn_area .btn::before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight : 900;
		padding-right:7px;
	}
	.voice_staff .comment_info{
		margin: 20px 20px auto 20px;
		text-align: center;
	}
	.voice_staff .comment_info .comment_title{
		color: #00306D;
		font-weight: bold;
		background-image: url(../images/voice/staff_comment_icon.png);
		background-repeat: no-repeat;
		background-size: auto 20px;
		background-position: center left;
		padding-left: 30px;
		font-size: 120%;
		display: inline-block;
	}
	.voice_staff .comment_info .btn_staff .btn{
		width: 230px;
		margin: 5px auto auto auto;
		background: #00306D;
		padding: 10px 0;
		display: block;
	}
	.voice_staff .comment_info .btn_staff .btn::before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight : 900;
		padding-right:7px;
	}
	.voice_staff .comment{
		margin: 20px 20px auto 20px;
	}
	a.back_btn{
		margin: 20px 20px auto 20px;
		border: 1px solid #00306D;
		background: #FFFFFF;
		padding: 15px 0;
		color: #00306D;
	}
	a.back_btn:hover{
		background: #00306D;
		color: #FFFFFF;
	}
	.back_btn::before {
		content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight : 900;
		padding-right:7px;
	}
}