@charset "UTF-8";
/*
  Theme Name: BEECALL
  Author: BEECALL
*/

/*yamn*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/*common*/
body {
  margin: 0;
  line-height: 1.6!important;
  font-size: 16px!important;
  font-family:"Reimin Bold","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,メイリオ,"ＭＳ Ｐゴシック",sans-serif!important;
  /*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,メイリオ,"ＭＳ Ｐゴシック",sans-serif!important;*/
  color:#333!important;
  width: 100%;
  height:100%;
}
.f-min{
/*font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
font-family:"Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.col-sm-1b5{
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  }
#wrap{
  width:100%;
  height:100%;
  overflow: auto;
}
/*.container{
  max-width:990px;
}*/
h1,h2,h3{
  font-weight:bold;
  /*font-weight: 500;*/
}
h3{
  font-size:24px;
}
.col-or{
  color: #f93;
}
.col-bor{
  color: #ff4200;
}
.title-content{  
  margin-bottom: 40px;
  font-size:28px;
}
.section-head{
  padding:20px 0 0!important;
}
.section-block{
  padding:20px 0 40px;
  font-size: 16px;
  line-height: 1.6;
}
.section-top{
  padding:30px 0 30px!important;
}
.load-block{
  margin-bottom:40px;
}
a {
	text-decoration:none;
}
a:focus, *:focus {
  text-decoration:none;
}
.btn{
  text-decoration: none;
}
.btn:hover{
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;

}

.lnk{
  font-size:14px;
}
.hov {  
    -webkit-transition: 0.5s ease-in-out;  
    -moz-transition: 0.5s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  
}  
.hov:hover {  
    opacity: 0.7;  
    filter: opacity(70%);  
} 

.btn-ly {
    background-color: #fff8d0;
    border:none;
    color: #f60;
}
.btn-ly:hover{
    background-color: #f30;
    color: #fff8d0;
}
.btn-or {
    background-color: #f30;
    border:none;
    color: #fff;
}
.btn-or:hover{
    background-color: #fff8d0;
    color: #f60;
}
.text-sm{
  font-size:12px;
}
.title-text{
  font-size:24px;
  font-weight:normal;
}
.title-subtext{
  font-size:20px;
  font-weight:normal;
  margin-top:30px;
}
.lead{
  font-size:16px;
  margin:-30px 0 40px 0;
  font-weight:normal;
  line-height: 1.6;
}
/*nav*/
#navbar{
  background:#eee;
  border-radius: 0;
  border:0;
  margin-bottom:0;
  min-height: 0;
  position: relative;
  z-index:100;
}

.navbar-header{
  position: relative;
  z-index:100;
}
#home .navbar-header{
  -webkit-box-shadow: 0 5px 3px -3px #aeaeae;
  -moz-box-shadow: 0 5px 3px -3px #aeaeae;
  box-shadow: 0 5px 3px -3px #aeaeae;
}
#navbar,.navbar-inverse {
  background:#fff;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
}
.navbar-toggle.collapsed span:nth-of-type(2){
  -webkit-transform: none;
  transform:none;
}
.navbar-toggle.collapsed span:nth-of-type(3) {
  opacity:1;
}
.navbar-toggle.collapsed span:nth-of-type(4) {
  -webkit-transform: none;
  transform: none;
}

.navbar-toggle span:nth-of-type(2) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.navbar-toggle span:nth-of-type(3) {
  opacity: 0;
}
.navbar-toggle span:nth-of-type(4) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #333;
}
.navbar-logo {
    text-align: center;
}
.navbar-logo img{
  max-width:180px;
  height: auto;
  display:inline;
  margin:5px 0;
}
.navbar-toggle {
    margin-top: 12px;
    margin-right: 10px;
}
.navbar-inverse .navbar-toggle {
    border:none;
    background:none;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover{
    background:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background:#666;
}
#navbar .active{
    background:yellow;
}
.navbar{
  margin-bottom:0!important;
  min-height:10px!important;
  border-radius: 0;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover{
    color: #f60;
}
.navbar-inverse .navbar-nav > li > a:hover span{
    color: #f60;
}
.navbar-inverse .navbar-nav > li > a:focus span{
    color: #fff;
}

.navbar-inverse .navbar-nav > li.dropdown > a:focus span,
.navbar-inverse .navbar-nav > li.dropdown > a:hover span{
    -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.navbar-nav > li > a {
    padding:10px 30px;
    margin:0;
    line-height: 1em;
}
.dropdown-menu li{
    background: #eee;
}
.dropdown-menu > li > a {
    white-space: normal!important;
}
 .navbar-nav .glyphicon-menu-right{
   color:#666;
 }
 .navbar-nav .glyphicon-menu-down{
   color:#666;
 }
.navbar-inverse .navbar-nav .open .dropdown-menu >li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu >li > a:hover
{
  color:#f60;
}
.navbar-inverse .navbar-nav .open .dropdown-menu >li > a:hover span
{
  color:#f60;
}
.dropdown-menu{
  padding:0;
}
.megadrop dl{
    margin-bottom:5px;
}
.megadrop dt img{
  border:1px solid #333;
}
.megadrop a:hover dt img,#current dt img{
  border:1px solid #f60;
}
.megadrop a dd{
  padding:5px;
  font-size:13px;
  color:#333;
}
.megadrop a,.megadrop a:hover{
  text-decoration: none!important;
}
.megadrop a:hover dd,#current a dd{
  color:#f60;
}
.megadrop .col-sm-2{
  padding-right: 5px;
  padding-left: 5px;
}
/*header*/
header{
  padding:5px 0;
}
#head-contact.list-contact{
  margin-bottom:0;
  height:45px;
  position:absolute;
  right:0;
  bottom:12px;
}
#head-contact .freecall{
  margin: 0 17px 0 0 ;
}
#head-contact li img{
  height:45px;
}

.list-contact li{
  padding:0;
}
.logo{
  width:250px;
  margin:0 auto;
}
/*page*/
.bk-y{
  background: #f93;
  color:#fff;
}
.bk-ly{
  background: #ffeed0;
}
.bk-ly .title-content{
  color:#f60;
}
.bk-g{
  background: #999;
  color:#fff;
}
.bk-lg{
  background: #eee;
}
.bk-bgy{
  background: #cedde6;
}
.title-content{
  text-align: center;
}
.title-content img{
  display: inline!important;
  width:500px!important;
}

/*foot*/
.section-contact{
  padding:35px 0;
}
#foot-contact{
  text-align:center;
}
#foot-contact.list-contact{
  margin-bottom:0;
  bottom:15px;
  line-height:0;
}

#foot-contact .freecall{
  margin: 0 0 10px 0 ;
}
#foot-contact li{
  display: block;
}
#foot-contact .freecall img{
  margin:0 auto;
}

#foot-contact .btn-contact .btn{
  padding:15px;
  font-weight: bold;
  font-size:18px;
  max-width:609px; 
  width:100%;
  margin:0 auto;
}

.section-foot{
  padding-top: 40px;
  padding-bottom: 20px;
}
footer, .section-copy{
  font-size: 14px;
}
#foot-info li{
  margin:0 15px 0 0;
}
footer .logo{
  width:160px;
}
footer .icon-p img,footer .icon-c img {
  padding:0 0 6px 0;
}
footer .icon-p{
  width:35px;
}
footer .icon-c{
  width:45px;
}
footer address{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top:20px;
  padding-bottom: 20px;
}
#foot-nav a{
  color:#333;
}
.section-copy{
  padding:5px;
}
#link-top{
  text-align:center;
  line-height: 1.2;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-30{
  margin-bottom: 30px;
}
/*************index*************/
.section-main .container{
  padding:0;
}
#img-main-wrap{
    position:relative;
}
#img-main{
  background:url(images/img-main.png) right bottom no-repeat; 
  background-size: contain;
  position:relative;
}

#catch-main{
  width:50%;
  background-color:rgba(255,255,255,0.8);
  width:100%;
}
#catch1{
  width:100%;
  padding:35px 20px 0;
  margin-bottom:10px;
}
#catch2{
  padding:0 20px 25px;
  text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.img-reason{
  width:160px!important;
}
.section-reason-index .btn-ly{
  margin:20px 0 20px 0;
}
.section-reason-index .load-block{
  margin-bottom:20px;
}
.sample p {
    display: inline-block;
    text-align: left;
}

.reason-xs{
  border-bottom: 1px solid #fc0;
  margin: 0 auto 15px;
  padding-bottom: 15px;
}
.reason-xs:nth-of-type(1){
  border-top:1px solid #fc0;
  padding-top:15px;
}
.reason-xs-l {
  text-align: right;
}
.reason-xs-r{
}
.reason-xs-r span{
    display: table-cell;
    text-align: left;
    height: 80px;
    vertical-align: middle;
}
.reason-xs-l .center-block{
  margin-right:0;
}
.section-reason-index h3,.section-service-index h3{
  font-size:22px;
}
.section-service-index .service-text{padding: 0 15px;}
.section-service-index a.title-service{
  display:block;
  overflow: hidden;
  position: relative;
}
.section-service-index .load-block .text-center{
  padding:5px 0;
}
.section-service-index figure{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    margin-bottom:20px;
}
.section-service-index .sales figure{
  background:url(images/bk-sales.png);
}
.section-service-index .technical figure{
  background:url(images/bk-technical.png);
}
.section-service-index .secretary figure{
  background:url(images/bk-secretary.png);
}
.section-service-index .original figure{
  background:url(images/bk-original.png);
}
.section-service-index .short figure{
  background:url(images/bk-short.png);
}
.section-service-index .chat figure{
  background:url(images/bk-chat.png);
}
.section-service-index .IoT_M2M figure{
  background:url(images/bk-iot.png);
}
.section-service-index .Auto_sms figure{
  background:url(images/bk-sms.png);
}
.section-service-index .IVR figure{
  background:url(images/bk-ivr.png);
}



.section-service-index .sales figure,
.section-service-index .technical figure,
.section-service-index .secretary figure,
.section-service-index .original figure,
.section-service-index .short figure,
.section-service-index .chat figure,
.section-service-index .IoT_M2M figure,
.section-service-index .IVR figure,
.section-service-index .Auto_sms figure{
  height:0;
  background-size: cover;
  padding-bottom:24%;/*180px/750px*/
  position:relative;
}
/*.section-service-index .chat figure{
  height:0;
  background-size: cover;
  padding-bottom:50%;
  position:relative;
}*/
.section-service-index h3{
  margin:0;
  position:absolute;
  top:36%;
  left:23%;
}
.section-service-index a h3{
  color:#333;
}
.section-case-index img{
  width:80%;
}
.section-service-index figure:hover,.section-case-index figure:hover {
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.sales h3{
  psoition:absolute;
  top:10%;
  left:24%;
}
.section-case-index h2{
  margin-bottom:10px!important;
}
.section-case-index h3{
  font-size:24px;
  margin-bottom:0;
}
.section-case-index figure{
-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    align-items:stretch;

}
.case-excerpt{
  padding:10px 0 0;
}
#index .section-service-index .col-sm-4{
  padding-left: 20px;
  padding-right: 20px;
}
/*************reason*************/
.section-reason .title-text{
  text-align:center;
  color:#f63;
}
.section-reason img{
  width:60%;
  padding-bottom:20px;
}
.section-reason li{
  margin-bottom:40px;
  border-bottom:1px solid #ddd;
}
.section-reason li:nth-child(1){
  margin-top: 30px;
}
.section-reason li:nth-child(4){
  margin-bottom: 0;
}
.section-reason li:nth-of-type(4){
  border-bottom:none;
}
.section-reason p{
  padding:0 0 50px;
}
/*************service*************/
.section-able .title-content{
  margin-bottom:60px;
}
#service-able li{
  position:relative;
  margin-bottom:60px;
}
#service-able li span{
  position:absolute;
  left: 0;
  right: 0;
  top:-40px;
}
#service-able li div{
  border-radius: 8px;
  background:#fff;
  padding-top:40px;
  padding-right:25px;
  padding-left:25px;
  padding-bottom: 20px;  
}
#service-able li div strong{
  color:#f30;
}

#service-able h3{
  text-align:center;
  line-height:1.3;
  margin-bottom:15px;
}
/* balloon right */
#list-ex{
  padding-top:10px;
}
ul.list-ex{margin-bottom:4px;}
.list-ex li{
  background: #ffeed0;
  color:#333;
  margin: 0 10px 2px 0;
  padding: 0 15px;
  width: auto;
  /*height: 24px;*/
  line-height: 24px;
  /*text-align: center;*/
  font-size:14px;
}
.list-ex li.balloon-right {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  min-width: 115px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #666;
  color:#fff;
  z-index: 0;
}
.list-ex li.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%; right: -8px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #666;
}
/*.list-service li.balloon-right{background:#eee;color:#666;}*/
/*.list-service li.balloon-right:after {
  border-color: transparent transparent transparent #eee;
}*/
.list-service li{background:#fc0;color:#333;}
.list-service li a {color:#333;}
.ul-recommend{
  padding:0 0 0 15px;
}
.section-flow .cap-figure{
  margin:15px 0 50px;
}
.section-flow-point{
  margin-top:30px;
}
.table-price th,.table-price td{
  text-align: center;
  vertical-align: middle!important;
}
.price-pack{
  margin-bottom: 50px;
}
.table-top{
  margin-bottom:10px;
}
.section-others .title-text{
  border-bottom: 1px solid #333;
  margin-bottom: 25px;
}
.section-able img{
  margin-bottom: 20px;
}

/*************chat*************/
#chat .section-service{
  background:#d5bc75 /*url(images/bk-chat-head.jpg) -320px 100px no-repeat*/;
  color: #000!important;
}
/*************case*************/
.section-case .img-insert{
  margin-bottom:20px;
}
.section-case h2.title-text{
  margin-top:0!important;
}
.lead-case{
  text-align: left;
}
.section-case-bf ul li img{
  vertical-align: bottom;
}
.section-case-bf ul li:before{
  padding: 10px;
    position: relative;
    top: 8px;
}
.section-case-bf ul li:nth-child(1):before{content: url(images/bf1.png);}
.section-case-bf ul li:nth-child(2):before{content: url(images/bf2.png);}
.section-case-bf ul li:nth-child(3):before{content: url(images/bf3.png);}
.section-case-bf ul li:nth-child(4):before{content: url(images/bf4.png);}
.section-case-af ul li:before{
  padding: 10px;
    position: relative;
    top: 8px;
}
.section-case-af ul li:nth-child(1):before{content: url(images/af1.png);}
.section-case-af ul li:nth-child(2):before{content: url(images/af2.png);}
.section-case-af ul li:nth-child(3):before{content: url(images/af3.png);}
.section-case-af ul li:nth-child(4):before{content: url(images/af4.png);}
.section-case-af {
  padding:50px 0 50px;
  background:url(images/tri-lg.png ) top center no-repeat;
  background-size:66px auto;
}
.section-case-af .img-insert{
  margin-top:20px;
}
.section-case-point .img-insert{
  margin-top:20px;
  text-align: center;
}
#case1 .section-case-point .img-insert img{
  width:300px;
  max-width:100%;
}
#case2 .section-case-point .img-insert img{
  width:400px;
  max-width:100%;
}
.section-case-point {
  padding:80px 0 80px;
  background:#f93 url(images/tri-wh.png ) top center no-repeat;
  background-size:70px auto;
}
.section-case-case figure img{
  width:40%;
}

.case-person{
  font-size:14px;
  padding:20px 0;
}
ol.list-circle {
    counter-reset: li !important;
    list-style: outside none none !important;
    margin-bottom: 2.5em !important;
    margin-left: 20px !important;
    padding: 0 !important;
}

.list-circle span::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #cecece;
    border-radius: 2em;
    content: counter(li, decimal);
    counter-increment: li;
    font-weight: bold;
    height: 2em;
    left: -1em;
    margin-top: -1em;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-out 0s;
    width: 2em;
    line-height:1.8em;
    font-family: arial;
}
.list-circle-ye span::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ffc359;
}
.list-circle span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
    padding: 0.4em 0.4em 0.4em 2em;
    position: relative;
    text-decoration: none !important;
    transition: all 0.3s ease-out 0s;
}
.list-circle-ye span {
    background: #ffeed0 none repeat scroll 0 0;
}


/*************faq*************/
.stretch {
  margin: 0 16px 20px; }
.stretch a {
  display: block; 
  cursor:pointer;
}
.stretch .child {
  display: none;
  margin: 0 0 20px 0;
  padding:15px 30px;
  background: #fff;
  background: #ffeed0;
  clear:both;
}
.stretch .child .text-sm{
  margin-bottom:5px;
}
.list-faq{
  margin-bottom:60px;
}
.list-faq span{
  padding-left:5px!important;
}
.switch .menu .glyphicon {
 
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.switch .menu.active .glyphicon {
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.child02 {
  color: #5e5e5e; }

.menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }

/*************contact*************/
.required {
    background-color: #feef97;
    color: #f60;
    font-size: 12px;
    padding: 2px 8px;
    margin:0 10px 0 0;
}
label{
  white-space: nowrap;
}
.radio+.radio{
  padding-top:0;
}
.caution{
  margin:5px 0;
}
.btn-send{
  padding:15px 50px;
  margin:20px 0 30px;
  width:100%;
}
.caution-contact{
  margin-bottom:10px;
}
.section-about dl{
  padding:20px;
  margin:20px;
  border-bottom:1px solid #eee;
}
.section-contact .form-inline {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-contact .col-sm-3{
  font-weight: bold;
}
.wpcf7 input[type="submit"] {
  margin-top:25px;
  padding: 0.6em 2em;
  background:#f30;
  color:#fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #f30;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: #ffd2d2;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #ffd2d2;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
.wpcf7 .row{
  margin-bottom: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.inv-recaptcha-holder{margin-top: 30px;}
/*************about*************/
.google-maps {
position: relative;
padding-bottom: 64.935%; 
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.section-about li{
  padding:10px 0;
}
.section-about li+li{
  border-top:1px solid #ddd;
}
/*.section-about li:nth-child(even){
  background:#fff8d0 ;
}*/

.about-title{
  font-weight: bold;
}
.access-train{
  padding:0 0 10px 0;
}
/*************privacy*************/
h2.h2-text{
  font-weight:bold;
  font-size:16px;
}
h2.h2-text-middle{
  padding:30px 0 0 0;
}
.section-privacy{
  font-size:13px;
}
.privacy-contact{
  background:#ffeed0;
  font-size:16px;
  padding:20px;
  margin:20px 0;
}
.section-privacy ul{
  padding:0 0 0 15px;
}
/*************news*************/
.date{
  color: #999;
}
#home .date{
  color: #f93;
}
.section-news-index ul{
  padding: 0;
}
.section-news-index li{
  padding: 10px 0;
}
.section-news-index a{
  color: #333;
}
.section-news-index li+li{
  border-top: 1px solid #ccc;
}
#home .section-news-index li+li{
  border-top: 1px solid #f93;
}
.section-news-index li .date{
  margin-right: 20px;;
}
#home .section-news-index{
  border-bottom: 1px solid #f93;
  background: #fff8d0;
  padding: 20px 0 !important;
}
/*************post*************/
p{
  margin: 0 0 1em!important;
}
.post-date{
  color: #999;
}
.pager{
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.pager a{
  color: #333;
}
.post h1, .post h2, .post h3{
  margin: 40px 0 25px;
}

.post h1 {
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding: 12px 0;
}
.post h1 {
  font-size: 26px;
}
.post h1.post-title{
  font-size: 30px;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}
.post h2{
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0 12px 6px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.post h3 {
  font-size: 18px;
  font-weight: bold;
  background: #efefef;
  padding: 10px 25px;
}
.post h4 {
  font-size: 16px;
  font-weight: bold;
}
/*************help*************/
.img-wide{
  max-width: none;
  width: 100%;
}
.main-img {
  height: 600px;
  background-image: url("images/main-help3.jpg");
  background-position: 45% top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.main-img .main-title {
  align-self: flex-end;
  border: none;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  width: 100%;
}
#help-head .lead{
  margin: 0;
}
#help-head .lead .lead-box{
  border: 1px solid #ff4200;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 5px 0;
}
#help-head h1.title-content{
  font-size: 36px;
  margin-bottom: 15px;
}
.speech{
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 30px;
  position: relative;
  /*display: inline-block;*/
}
.speech:before{
  content: "";
  position: absolute;
  border: 15px solid transparent;
}
.speech-l,.speech-r{
  margin: 1.5em 0;
}
.speech-l:before,.speech-r:before{
  top: 100%;
  margin-left: -15px;
  border-top: 15px solid #fff;
}
.speech-l:before{left: 10%;}
.speech-r:before{left: 90%;}
.speech-one img{max-width: 40px;}
.speech-one-l{text-align: left;}
.speech-one-r{text-align: right;}
.help-pro-img img{width: 100px;}
.help-merit-img img{width: 110px;}
#help-pro h3{
    text-align: center;
}
.pricing-table {
    margin: 0 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.pricing-title {
  color: #FFF;
  padding: 20px 0;
  font-size: 20px;
  margin: 0;
}
.pricing-title.basic{
  background: #4292db;
}
.pricing-title.standard{
  background: #fed11d;
}
.pricing-title.premium{
  background: #ff4200;
}
.pricing-table .price {
    font-size: 48px;
    font-weight: 700;
    padding: 20px 0;
}
.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}
.pricing-table .pricing-sum{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding:15px 0;
}
.table-list {
  background: #FFF;
  color: #403d3a;
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-list li {
  padding: 12px 8px;
}
.table-list li span {
  margin-right: 10px;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}
.table-list li:nth-child(2n+1) {
    background: #F0F0F0;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
}
.firstprice{
  text-align: center;
  margin-top: 15px;
}
/************20231115-tuika*************/
.top-support-list_baner{
	margin: 0px auto;
    text-align: center;
    background: #F4D423;
    padding: 50px 0;
}
.top-support-list_baner img:hover{
	opacity:0.8;
}
ul{
	list-style: none;
}
.supportlist_title-block{
	margin: 60px 0 80px;
}
.supportlist_subtitle-block{
	width: 50%;
    margin: 0 auto;
}
.spt-list_contact{
	text-align:center;
	font-size:28px;
	font-weight:500;
	margin:30px auto;
}
.spt-list_contactarrow{
	margin-bottom:30px;
}
.supportlist_block{
	margin-bottom:60px;
}
.supportlist_block a{
	display: block;
	margin-bottom:16px;
}
.supportlist_block a:hover{
	opacity:0.75;
}
.supportlist_title{
	margin: 60px auto;
    text-align: center;
    font-size: 34px;
    border-bottom: 3px solid #fb8f5a;
    width: fit-content;
    padding-bottom: 10px;
    color: #fb8f5a;
}

/*************media queries*************/
@media only screen and (min-width : 500px) {
  .section-service h3{
  font-size:24px;
  }
}
/*@media only screen and (min-width : 650px) {
    .img-reason{
    width:40%!important;
    }
}*/



@media only screen and (min-width : 700px) {
    #img-main-wrap{
        position:relative;
    }
    #img-main{
      background:url(images/img-main.png) right bottom no-repeat; 
      background-size: contain;
        padding-bottom:31.875%;
      position:relative;
    }
    #catch-main{
      position:absolute;
      width:59%;
      top:20%;
      left:30px;
    }
    #catch1{
      padding:0;
      margin-bottom: 20px;
    }
    #catch2{
      padding:0;
    }
  .title-content{  
    margin-bottom: 30px;
    font-size:40px;
  }

}
@media only screen and (min-width : 768px) {
  header{
  position:relative;
  padding:20px 0 10px;
  }
  .logo{
  margin:0;
  }
  .lead{
  margin-top:-15px;
  }
  .col-sm-1b5{
    float: left;
    width:20%;
  }
  .menu-thmb img{
    max-width:95%;
    margin-bottom:10px;
  }
  .megadrop dl{
    text-align: center;
  }
  .section-others .col-sm-1b5+.col-sm-1b5,
  .section-others .col-sm-6+.col-sm-6,
  .section-others .col-sm-2+.col-sm-2{
    align-items：stretch;
    border-left:1px solid #ccc;
  }
  .section-others .col-sm-2:nth-child(7){
    border-left:none}
  #home .section-block{
    padding:40px 0;
  }
  .section-block{
    padding:50px 0 80px;
  }
  #home .section-block.section-case-index{
    padding:30px;
  }
  .section-top{
    padding:40px 0 40px!important;
  }
/*  .section-service-index .chat figure{
    background:url(images/bk-chat_pc.png); 
  }
  .section-service-index .chat figure{
    padding-bottom:12.5%;
}*/
  .section-case-point {
    padding:80px 0 80px;
    text-align:center;
  }
  .section-case-case figure img{
    width:60%;
  }
  .section-flow-point{
    text-align: center;
  }
  #section-able-chat li:nth-of-type(3),#section-able-chat li:nth-of-type(4){
  margin-top:60px;
  }
  #chat .section-service{
    background:#d5bc75 url(images/bk-chat-head.jpg) -300px 0 no-repeat;
  }
  .reason-xs{
    border: none;
    padding-bottom:0;
  }
  .reason-xs:nth-of-type(1){
    border-top:none;
    padding-top:0;
  }
  .reason-xs-l {
    text-align: center;
    width:auto;
  }
  .img-reason{
  width:80%!important;
  }
  .reason-xs-r span{
    display: block;
    height: auto;
    text-align: center;
  }
  .reason-xs-l .center-block{
    margin-right:auto;
  }
  .section-reason-index .btn-ly{
    margin:0 0 20px 0;
  }
  .navbar-header{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  #navbar,.navbar-inverse {
  background:#333;
  border-top:none;
  border-bottom:none;
  }
  .navbar-inverse {
  border-bottom:1px solid #333;
  }
  /*.navbar-inverse .navbar-nav > li {
    position:relative;
  }*/
  .navbar-inverse .navbar-nav > li > a {
      color: #fff;
  }
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover{
      color: #eee;
  }
  .dropdown-menu > li > a{
  background:#fff!important;
  }
  .dropdown-menu > li > a{
  background:#fff!important;
  }
  .dropdown-menu > li > a:hover{
  background:#eee!important;
  }
  /*.img-reason{
  width:80%;
  }*/
  .section-contact{
  padding:25px 0;
  }
  #foot-contact li{
  display: inline-block;
  }
  #foot-contact li img{
  height:64px;
  }
  #foot-contact .freecall{
  margin: 0 15px 0 0;
  }
  footer address{
  border-bottom: none;
  padding-bottom: 0;
  }
  #foot-contact .freecall{
  margin-bottom:0;
  }
  #link-top{
  text-align:right;
  }
  .section-recommend{
  text-align:center;
  }
  /*.section-reason img{
  width:90%;
  }*/
  .section-reason .title-text,.section-reason .title-subtext{
  text-align:left;
  }
  .section-reason li{
  border-bottom:none;
  }
  .section-reason p{
  padding:0;
  }
  .section-case-af .img-insert img{
   width:70%;
  }
  .section-case-bf,.section-case-af{
    text-align: center;
  }
  #service-able li {
    margin-bottom: 0;
  }
  .btn-send{
  width:234px;
  }
  .section-contact .col-sm-3{
    text-align: right;
  }
  .main-img {
    height: 500px;
    background-size: auto 100%;
    justify-content: flex-end;
    background-position: center top;
  }

  .speech-l{
    margin: 1.5em 0 1.5em 15px;
  }
  .speech-l:before,.speech-r:before{
    margin-left: 0;
    border: 15px solid transparent;
  }
  .speech-l:before {
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border-right: 15px solid #fff;
  }
  .speech-r{
    margin: 1.5em 15px 1.5em 0;
  }
  .speech-r:before {
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border-left: 15px solid #fff;
  }
  .speech-one img{max-width:100px;}
  .speech-one-l{text-align: right;}
  .speech-one-r{text-align: left;}
  #help-pro h3{
    text-align: left;
  }
  #help-merit h3{
    text-align: center;
  }

  .pricing-table .price {
    font-size: 32px;
  }
  .main-img .main-title{
    margin-right: 2%;
    margin-bottom: 15px;
    width: auto;
  }

}
@media only screen and (min-width : 992px) {
/*  .container{
    width:990px;
  }*/
  .section-reason .img-reason{
    width:60%!important;
  }
  .img-reason{
    width:80%!important;
  }
  .section-reason-index h3,.section-service-index h3 {
    font-size: 24px;
  }
  .pricing-table .price {
    font-size: 54px;
  }

  #help-head h1.title-content{
    font-size: 60px;
  }

}
@media only screen and (min-width : 1300px) {
  .main-img .main-title{
    margin-right: 22%;
  }
}
@media only screen and (min-width : 1500px) {
  #chat .section-service{
      background:#d5bc75 url(images/bk-chat-head.jpg) top center no-repeat;
    }
}