@charset "utf-8";

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.clearfix {display: inline-block;}
/* exlude MacIE5 \*/
* html .clearfix {height: 1%}
.clearfix {display: block;}
.voice-wrap *, *:before, *:after,
.voice-wrap-single * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-device-width:1025px) {
  body {
    min-width: 300px;
  }
}
@media screen and (min-width: 768px){
  .voice .common-banner{
    padding-top: 58px;
  }
}
@media screen and (max-width: 767px){
  .voice .common-banner{
    padding: 0 16px!important;
    margin-top: 68px;
  }
  .voice .common-banner02{
    margin-top: 22px;
  }
}
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding-top: 48px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display:inline-block;
  margin: 0 3px;
  color: #000;
  text-align:center;
  transition: 0.5s all ease;
  text-decoration: none;
  background: #fff;
  padding: 12px 14px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #C72826;
  color: #fff;
}
.wp-pagenavi .pages {
  margin-right: 15px;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .next,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .prev{
  font-size: 0;
  position: relative;
  padding: 0;
  top: -10px;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .next{
  margin-left: 70px;
  background: url("./../images/voice/icon-next.png") top right no-repeat;
  background-size: 67px 11px;
  width: 67px;
  height: 11px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .next:hover{
  background: url("./../images/voice/icon-next.png") top right no-repeat;
  background-size: 67px 11px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .prev{
  margin-right: 70px;
  background: url("./../images/voice/icon-prev.png") top left no-repeat;
  background-size: 70px 11px;
  width: 70px;
  height: 11px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .prev:hover{
  background: url("./../images/voice/icon-prev.png") top left no-repeat;
  background-size: 70px 11px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 82px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .prev{
    position: absolute;
    top: 50px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .next{
    right: 16px;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .prev{
    left: 16px;
  }
}

@media screen and (min-width: 768px) {
  .sp{
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  .pc{
    display: none!important;
  }
}


.b-hero {
  position: relative;
  background: #fff url("./../images/voice/img-main-visual.png")  bottom center no-repeat;
  min-height: 150px;
  background-size: 1366px 133px;
  margin: 0;
}
.voice-single .b-hero{
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .voice-single .b-sp-header{
    border-bottom: 1px solid #C7C7C7;
  }
}
.b-hero .b-title h1 {
  position: absolute;
  right: 50%;
  /*top: 52%;*/
  top: 60%;
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  width: 100%;
  /*font-size: 52px;*/
  font-size: 46px;
  font-weight: bold;
}
.voice-wrap{
  background: #F0F0F0;
  padding-top: 48px;
  padding-bottom: 124px;
}
.voice-list{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.voice-list li{
  width: 33.33333%;
  padding: 0 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 992px) {
  .voice-list li{
    width: 50%;
  }
}
.voice-list .item{
  height: 100%;
  background: #fff;
  padding: 23px 28px 27px;
}
.voice-list .item .ttl{
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.voice-list .item .img{
  margin-top: 11px;
  text-align: center;
  font-size: 0;
}
.voice-list .item .img img{
  display: inline-block;
  max-width: 233px;
  width: 100%;
}
.voice-list .item .txtbox{
  margin-top: 14px;
}
.voice-list .item .txtttl{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #C72826;
  letter-spacing: 0.2em;
  line-height: 24px;
}
.voice-list .item .tbl{
  margin-top: 7px;
  width: 100%;
  border-collapse: collapse;
}
.voice-list .item .tbl tr{
  border-bottom: 1px solid #DDDDDD;
}
.voice-list .item .tbl td,
.voice-list .item .tbl th{
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 20px;
  vertical-align: top;
  padding: 5px 0 3px;
  color: #000;
}
.voice-list .item .tbl th{
  width: 93px;
}
.voice-list .item .tbl td{
  padding-right: 20px;
}
.voice-list .item .tbl .txtdes{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.voice-list .btnmore{
  margin-top: 17px;
  text-align: center;
}
.voice-list .btnmore a{
  display: inline-block;
  width: 115px;
  position: relative;
  text-align: center;
  background: #048C01;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.06em;
  padding: 7px 10px 7px 0;
  text-decoration: none;
  transition: 0.5s all ease;
}
@media screen and (min-width: 1025px) {
  .voice-list .btnmore a:hover{
    opacity: 0.5;
  }
}
.voice-list .btnmore a:after{
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px;
  right: 11px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 767px) {
  .voice-wrap{
    padding-top: 37px;
    padding-bottom: 69px;
  }
  .voice-list{
    display: block;
    padding: 0 16px;
  }
  .voice-list li{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .voice-list li:last-child{
    margin-bottom: 0;
  }
  .voice-list .item{
    padding: 20px 20px 27px;
  }
}

.voice-wrap-single{
  margin-top: 60px;
  padding: 0 16px;
}
.voice-wrap-single .innerbox{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.voice-wrap-single .ttl{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.06em;
}
.voice-wrap-single .imgmain{
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}
.voice-wrap-single .databox{
  margin-top: 35px;
}
.voice-wrap-single .databox .txt{
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}
.voice-wrap-single .databox .list{
  display: flex;
  margin: 0 -10px;
}
.voice-wrap-single .databox li{
  width: 33.333333%;
  padding: 0 10px;
}
.voice-wrap-single .databox .box{
  height: 100%;
  background: #F0F0F0;
}
.voice-wrap-single .databox .txt1{
  background: #000000;
  color: #fff;
  padding: 7px 18px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.voice-wrap-single .databox .txt2{
  padding: 16px 18px 20px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.06em;
}
.voice-wrap-single .databox .txtmain{
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-top: 27px;
}
.voice-wrap-single .contentbox{
  margin-top: 96px;
}
.voice-wrap-single .contentbox div,
.voice-wrap-single .contentbox p{
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
.voice-wrap-single .contentbox h3{
  background-color: #ECF6EC;
  font-size: 24px;
  line-height: 41px;
  padding: 15px 32px 12px 24px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-left: 8px solid #048C01;
  margin-bottom: 18px;
  margin-top: 84px;
}
@media screen and (min-width: 768px) {
  .voice-wrap-single .contentbox .ttlsub1{
    margin-top: 105px;
    margin-bottom: 24px;
  }
  .voice-wrap-single .contentbox .ttlsub2{
    margin-top: 97px;
  }
}

.voice-wrap-single .subox{
  padding-right: 30px;
  display: flex;
}
.voice-wrap-single .subox .img{
  display: block;
  max-width: 409px;
  width: 100%;
}
.voice-wrap-single .subox .txtbox{
  width: calc(100% - 409px);
  padding-right: 28px;
  margin-top: -8px;
}
.voice-wrap-single .subox .txtcap{
  margin-top: 17px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.voice-wrap-single .subox1{
  margin-top: 122px;
  border: 5px solid #F0F0F0;
  padding: 40px 60px 43px 55px;
}
.voice-wrap-single .subox1 .ttlsub{
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 34px;
  font-size: 20px;
}
.voice-wrap-single .subox1 .inner{
  margin-top: 22px;
  display: flex;
}
.voice-wrap-single .subox1 .img{
  max-width: 270px;
  width: 100%;
}
.voice-wrap-single .subox1 .txtbox{
  /*width: calc(100% - 270px);
  padding-right: 38px;*/
  margin-top: -10px;
}
.voice-wrap-single .subox1 div,
.voice-wrap-single .subox1 p{
  margin-bottom: 0;
}
.voice-wrap-single .btnback{
  margin-top: 90px;
  text-align: center;
}
.voice-wrap-single .btnback a{
  display: inline-block;
  max-width: 387px;
  width: 100%;
  position: relative;
  background: #048C01;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.06em;
  padding: 16px 0 16px 34px;
  text-decoration: none;
  transition: 0.5s all ease;
  line-height: 34px;
  font-weight: bold;
  text-align: left;
}
.voice-wrap-single .btnback a:after{
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
@media screen and (min-width: 1025px) {
  .voice-wrap-single .btnback a:hover{
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .voice-wrap-single{
    margin-top: 20px;
  }
  .voice-wrap-single .ttl{
    font-size: 18px;
    line-height: 28px;
  }
  .voice-wrap-single .imgmain{
    margin-top: 22px;
  }
  .voice-wrap-single .databox .txt{
    margin-bottom: 15px;
  }
  .voice-wrap-single .databox .list{
    display: block;
    margin: 0;
  }
  .voice-wrap-single .databox li{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .voice-wrap-single .databox li:last-child{
    margin-bottom: 0;
  }
  .voice-wrap-single .databox .box{
    display: table;
    width: 100%;
  }
  .voice-wrap-single .databox .txt1{
    padding: 7px 12px;
    font-size: 16px;
    display: table-cell;
    width: 114px;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing: 0.06em;
  }
  .voice-wrap-single .databox .txt2{
    padding: 7px 12px;
    display: table-cell;
    width: calc(100% - 134px);
  }
  .voice-wrap-single .databox .txtmain{
    margin-top: 20px;
  }
  .voice-wrap-single .contentbox{
    margin-top: 50px;
  }
  .voice-wrap-single .contentbox h3{
    font-size: 20px;
    line-height: 26px;
    padding: 5px 10px 5px 15px;
    border-left: 5px solid #048C01;
    margin-top: 50px;
  }
  .voice-wrap-single .subox{
    padding-right: 0;
    display: block;
  }
  .voice-wrap-single .subox .img{
    max-width: 100%;
    width: 100%;
    margin-top: 35px;
  }
  .voice-wrap-single .subox .txtbox{
    width: 100%;
    padding-right: 0;
  }
  .voice-wrap-single .subox .txtcap{
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
  }

  .voice-wrap-single .subox1{
    margin-top: 75px;
    border: 5px solid #F0F0F0;
    padding: 25px 24px 30px 24px;
  }
  .voice-wrap-single .subox1 .ttlsub{
    line-height: 31px;
    font-size: 18px;
  }
  .voice-wrap-single .subox1 .inner{
    margin-top: 10px;
    display: block;
  }
  .voice-wrap-single .subox1 .img{
    max-width: 100%;
    width: 100%;
  }
  .voice-wrap-single .subox1 .txtbox{
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .voice-wrap-single .btnback{
    margin-top: 60px;
  }
  .voice-wrap-single .btnback a{
    font-size: 18px;
    padding-left: 27px;
  }
}
@media screen and (max-width: 370px) {
  .voice-wrap-single .btnback a{
    font-size: 15px;
    padding-left: 15px;
  }
}
.floatR{
    float: right;
    padding-top: 0;
    padding-right: 0;
    padding-left: 40px;
    padding-bottom: 20px;
    width: 414px;
    font-size: 12px;
    line-height: 18px;
	
}
.floatR img{
	width: 414px;
	height: auto;
}
.floatR2{
    float: right;
    padding-top: 0;
    padding-right: 0;
    padding-left: 40px;
    padding-bottom: 20px;
    width: 300px;
    font-size: 12px;
    line-height: 18px;
	
}
.floatR2 img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
 .floatR{
    float: none;
    width: 100%;
	
}
	.floatR img{
	width: 100%;
	height: auto;
}
	 .floatR2{
    float: none;
    width: 100%;
	
}
	.floatR2 img{
	width: 100%;
	height: auto;
}
}
.incident--ttl {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	color: #c72826;
	margin: 0 0 30px;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.incident--ttl {
		font-size: 16px;
		margin-bottom: 20px;
	}
}