/*menu page*/
#wp_page_numbers {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    text-align: center;
}
#wp_page_numbers ul li {
    display: inline-block;
    margin: 5px 1px 10px;
}
#wp_page_numbers ul li a,
#wp_page_numbers ul li span {
    display: inline-block;
    background-color: #fff;
    color: #262626;
    padding: 2px 15px;
    height: 35px;
    border: 1px solid #a9b1b1;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
}
#wp_page_numbers ul li.active_page a {
    background-color: #a6bb21;
    border: 1px solid #a6bb21;
    color: #fff;
}
#wp_page_numbers ul li a:hover {
    background-color: #a6bb21;
    border: 1px solid #a6bb21;
    color: #fff;
}
#wp_page_numbers ul li.disabled {
    display: none;
}
#wp_page_numbers ul li.active span.current {
    background-color: #a6bb21;
    border: 1px solid #a6bb21;
    color: #fff;
}

.pager {
    margin-bottom: 50px;
    margin-top: 20px;
    padding-top: 20px;
}
.pageLink .prev {
    float: left
}

.pageLink .next {
    float: right
}

.pageLink.cf .prev a {
    background-image: url(../images/icon/prev.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px
}

.pageLink.cf .next a {
    background-image: url(../images/icon/next.png);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px
}
.voice .voiceList {
    width: 100%;
    float: left;
    padding-top: 6px;
    background: url(../images/voice_bg_top.png) 0 top repeat-x;
    margin-bottom: 5px;
}
.voice .ttl {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
    background: url(../images/icon/voice_tit_bg01.png) no-repeat;
    padding-left: 40px;
    height: 60px;
    border-bottom: 1px solid #ccc;
}
.left img {
    border: 1px solid #ccc;
    margin: 5px 0;
}
.readMore img:hover {
    opacity: 0.7;
}

.mainimage .text {
    padding: 0 5px;
}

.sec01 .container {
    padding: 0 5px;
}

.servicePrice li {
    padding: 0 5px;
    margin-top: 10px;
}

.servicePrice li img {
    vertical-align: bottom;
}

.servicePrice .notePlan01 {
    margin: 5px 0 20px !important;
    text-align: right !important;
}

.voicelist {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    /* border: 1px solid #aaa; */
    box-shadow: 2px 2px 10px #00000040;
    border-radius: 5px;
    padding: 10px;
}
.left{
    width: 31%;
    float: left;
}
.right {
    width: 63%;
    float: right;
    padding-top: 7px;
}
.cusImage {
    
}
.readMore{
 margin-right: 10px;
 margin-bottom: 10px;
}
.ttl{
    font-weight: bold;
}
.ttl a{
  color: #94b472;
    font-size: 16px;
    line-height: 1.2em;
    display: block;
}

.link_block{
  margin: 0 10px;
}
.link_block ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link_block li {
  width: 48.5%;
    margin-bottom: 10px;
}