@charset "UTF-8";





/* ---------------------------
btn
--------------------------- */
.mod-btn01 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;


  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;


  text-align: center;
  position: relative;
  width: 80%;
  margin:0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2em;


}

.mod-btn01:hover {
  text-decoration: none;
  opacity: 0.7;
}

.mod-btn01.bg-pkg {
  background: -webkit-gradient(linear, left top, right top, from(#FD6AF2), to(#DF0576));
  background: -webkit-linear-gradient(left, #FD6AF2 0%, #DF0576 100%);
  background: -o-linear-gradient(left, #FD6AF2 0%, #DF0576 100%);
  background: linear-gradient(to right, #FD6AF2 0%, #DF0576 100%);
}

.mod-btn01.bg-wh:after {
  background: rgba(186, 226, 255, 0.5);
}

.mod-btn01.bd-c1 {
	border: 1px solid #000000;
}

.mod-btn01.arrow-r:before, .mod-btn01.arrow-br:before {
  content: "";
  display: block;
  background: url("../img/ico_arrow01_yw.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
}



.mod-btn01.arrow-r.bg-bk:before, .mod-btn01.arrow-r.bg-c1:before, .mod-btn01.arrow-r.bg-gn:before, .mod-btn01.arrow-br.bg-bk:before, .mod-btn01.arrow-br.bg-c1:before, .mod-btn01.arrow-br.bg-gn:before {
  background-image: url("../img/ico_arrow01_yw.svg");
}

.mod-btn01.arrow-r.bg-yw:before, .mod-btn01.arrow-r.bg-lgy:before, .mod-btn01.arrow-r.bg-wh:before, .mod-btn01.arrow-br.bg-yw:before, .mod-btn01.arrow-br.bg-lgy:before, .mod-btn01.arrow-br.bg-wh:before {
  background-image: url("../img/ico_arrow01_bu.svg");
}

.mod-btn01.arrow-r.c-pk:before, .mod-btn01.arrow-br.c-pk:before {
  background-image: url("../img/ico_arrow01_pk.svg");
}

.mod-btn01.arrow-r:before {
  right: 10px;
  margin-top: -10px;
}

.mod-btn01.arrow-br:before {
  right: 10px;
  margin-top: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mod-btn01.ico-mail span {
  position: relative;
  display: inline-block;
}

.mod-btn01.ico-mail span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/ico_mail_01.svg") center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.mod-btn01.ico-instagram {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}

.mod-btn01.ico-instagram:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/ico_instagram_bk.svg") center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.mod-btn01.ico-instagram.u-c-wh:after {
  background-image: url("../img/ico_instagram_wh.svg");
}

.mod-btn01.ico-newTab {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}

.mod-btn01.ico-newTab:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../img/ico_newTab_wh.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

.mod-btn01.ico-onLeft {
  padding-left: 50px;
}

.mod-btn01.ico-onLeft:after {
  content: "";
  display: block;
  background: url() center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 45px;
  height: 45px;
  left: 5px;
}

.mod-btn01 span, .mod-btn01 aside {
  position: relative;
  z-index: 1;
}

.mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
  content: "";
  display: block;
  background: url("../img/ico_newTab_01_wh.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
}

@-webkit-keyframes mod-btn01-lineX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes mod-btn01-lineX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes mod-btn01-lineY {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes mod-btn01-lineY {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}



/* ---------------------------
mod-megaNav
--------------------------- */
/* ---------------------------
line
--------------------------- */
.mod-line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 790px;
}

.mod-line-box-item {
  max-width: 50%;
  width: 100%;
}

.mod-line-box-item:nth-child(1) {
  margin-right: 20px;
  text-align: right;
}



.u-c-wh {
  color: #fff !important;
}


.u-bg-c1 {
	background: #990000 !important;
}

 
  
}


  
  
 /* ---------------------------
ここまで↑2
--------------------------- */ 
 

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
	
	
	
	
	
  /* ==========================================================================
   PC 
   ========================================================================== */
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 16px;
  }
  body {
    line-height: 2;
  }
  
  
  
  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 2rem;
  }
  .mod-h01-wrap {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-h02 {
    font-size: 1.7rem;
    margin-bottom: 3em;
  }
  .mod-h03 {
    font-size: 1.5rem;
  }

  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px;
  }
  .mod-btn01.size-s {
    padding: 8px 16px;
  }
  .mod-btn01.w100 {
    width: 8em;
    margin: 0 auto;
    padding: 6px 12px;
    letter-spacing: 0;
    font-size: 1.0rem;
  }
  .mod-btn01.w380 {
    width: 380px;
    margin: 0 auto;
  }
  .mod-btn01.w680 {
    width: 680px;
    margin: 0 auto;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 24px;
    height: 24px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -10px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  
  
  
  
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 420px;
  }
  /* ---------------------------
mod-slide
--------------------------- */
  .mod-slide-btn01 {
    width: 50px;
    margin-top: -23px;
  }
  /* ---------------------------
mod-wysiwyg
--------------------------- */
  /* ---------------------------
mod-pageNav
--------------------------- */
  .mod-pageNav {
    padding: 50px 20px;
  }
  .pswp__button--close {
    width: 40px !important;
    height: 40px !important;
  }
  /* ---------------------------
pankuzu
--------------------------- */
  .mod-pankuzu {
    font-size: 0.85rem;
    padding: 20px 0;
  }
  .mod-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 80px;
  }

  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h2 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px;
  }
}









@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
   TB 
   ========================================================================== */
  .wrapin {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 8%;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px;
  }
  body {
    line-height: 2;
  }
  
  
  
  

  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 2rem;
  }
  .mod-h01-wrap {
    padding: 60px 0;
    margin: 0 80px;
  }
  .mod-h02 {
    font-size: 1.7rem;
    margin-bottom: 3em;
  }
  .mod-h03 {
    font-size: 1.5rem;
  }

  

  
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 12px 20px;
  }
  .mod-btn01.size-s {
    padding: 8px 16px;
  }
  .mod-btn01.w100 {
    width: 8em;
    margin: 0 auto;
    padding: 6px 12px;
    letter-spacing: 0;
    font-size: 1.0rem;
  }
  .mod-btn01.w380 {
    width: 380px;
    margin: 0 auto;
  }
  .mod-btn01.w680 {
    width: 680px;
    margin: 0 auto;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 24px;
    height: 24px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -10px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  
  
  
  
  
  
  
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 420px;
  }



  .u-wysiwyg h2 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.24rem;
  }
  .u-wysiwyg blockquote {
    padding: 14px 20px;
    margin-bottom: 40px;
  }
}






@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP 
   ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
module
--------------------------- */
  html {
    font-size: 14px;
  }
  body {
    line-height: 1.8;
  }
  
  
  
  
  
 
  
  
 
  /* ---------------------------
h
--------------------------- */
  .mod-h01 {
    font-size: 1.3rem;
  }
  .mod-h01-wrap {
    padding: 30px 0;
  }
  .mod-h02 {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .mod-h03 {
    font-size: 1.2rem;
  }
  .mod-title-01 {
    font-size: 1.2rem;
  }
  
  
  
  
 
  
  
  /* ---------------------------
btn
--------------------------- */
  .mod-btn01 {
    padding: 8px 8px;
  }
  .mod-btn01.arrow-r:before, .mod-btn01.arrow-br:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .mod-btn01.newTab-r:before, .mod-btn01.newTab-br:before {
    width: 16px;
    height: 16px;
  }
  .mod-btn01.newTab-r:before {
    right: 10px;
    margin-top: -8px;
  }
  @-webkit-keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes mod-btn01-lineX {
    0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @-webkit-keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  @keyframes mod-btn01-lineY {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }
  }
  
  
  /* ---------------------------
btns1col
--------------------------- */
  .mod-btns1col-item {
    width: 100%;
  }
  .mod-btns2col.is-sp1col {
    display: block;
  }
  .is-sp1col .mod-btns2col-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .mod-btns3col.is-sp1col {
    display: block;
  }
  .is-sp1col .mod-btns3col-item {
    width: 100%;
    margin-bottom: 10px;
  }

  
  

 
  /* ---------------------------
u-wysiwyg
--------------------------- */
  .u-wysiwyg h2 {
    font-size: 1.2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.14rem;
  }
  .u-wysiwyg blockquote {
    padding: 8px 15px;
    margin-bottom: 20px;
  }
}






/* #組合概要
================================================== */


.about .zj{
  margin-top: 75px;
}

.about .zj .title{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.about .zj  .box{
	width: 880px;
	margin-bottom: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.about  a:hover{
  text-decoration: none;
  cursor: pointer;
}
.about .zj  .box .box_lb:first-child{
  border-top: 2px solid #EFEFEF;
  margin-top: 55px;
}
.about .zj  .box .box_lb{
   border-bottom: 2px solid #EFEFEF;
}

.about .zj  .box .box_lb .left
{
  width: 28%;
  float: left;
  font-size: 20px;
   color: #0066CB;
   font-weight: bold;
   padding-top: 20px;
   padding-bottom: 25px;
}

.about .zj  .box .box_lb .left span{
	font-size: 12px;
	font-weight: bold;
	margin-left: 24px;
}

.about .zj  .box .box_lb .right{
	width: 72%;
	font-size: 12px;
	padding: 29px 0;
	float: right;
}











/* #contact Styles
================================================== */
.contact .banner{
    background-image: url('../img/contact_banner.jpg');
    background-repeat: no-repeat;
    padding: 0px;
    background-position: center;
}
.contact .banner .h1{
  font-size: 36px;
   font-weight: bold;
  line-height: 1;
  margin: 0;
  padding:162px 0;

}
.contact .content{
  padding-top: 60px;
}
.contact .content .title{
  background-image: url('../img/contact1.png');
  background-repeat: no-repeat;
  height: 62px;
  padding-left: 74px;
  background-position:0px -10px;
}
.contact .content .title2{
  background-image: url('../img/contact2.png');
}
.contact .content .title3{
  background-image: url('../img/contact3.png');
}
.contact .content .title p{
  font-size: 16px;
  padding:7px 0;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.contact .content .hr{
  margin-top:34px;
  width: 100%;
  position: relative;
}
.contact .content .hr .hr_left{
  height: 4px;
  position: absolute;
  background-color: #0066cb;
  width: 62px;
}
.contact .content .hr .hr_right{
  width:100%;
  height: 4px;
  background-color: #efefef;
}
.contact .content .cont{
  width: 100%;
}
.contact .content .cont p{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
.contact .content .cont .box,
.contact .content .cont .box1{
  width: 1080px;
  margin: auto;
}
.contact .content .cont .box2{
   width: 1080px;
   margin: auto;
   margin-top:16px;
}
.contact .content .cont .box_t{
  width: 260px;
  background-color: #F5F6F8;
  float: left;
  margin-left: 8px;
  text-align: center;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px;
   position: relative;
}
.contact .content .cont .box_t .box_t2{
  background-color: #fff;
  display: block;
}
.contact  .sj{
    border: solid transparent;
    right: 0;
    position: absolute;
    border-bottom-color: #0066cb;
    border-right-color: #0066cb;
    border-width: 8px;
    bottom: 0px;
}
.contact .content .cont .box_t .box_t2 a{
  display:block;
  font-size: 14px;
  font-weight: bold;
  margin:0 auto;
  width: 150px;
  padding: 28px 0;
  color: #0066cb;
}
.contact .content .cont .box_t .box_t2 a span{
  display: block;
}
.contact .content .cont .box_t .box_t2 .first_child{
  width: 214px;
}
.contact .content .cont .box_t .box_t2 .last_child{
  width: 100px;
}
.contact .content .cont .box_3{
  width: 350px;
  background-color: #F5F6F8;
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px;
  position: relative;
}

.fon-w{
  font-weight: bold;
}

.contact .content .cont .box_3 .box_text{
  min-height: 175px;
}
.contact .content .cont .box_3 .box_text p{
  margin: 0px;
  padding: 0px;
  padding-top: 16px;
}
.contact .content .cont .box_3 .box_text p:last-child{
  min-height: 96px;
}
.contact .content .cont .box_3 .box_text .fon1,
.contact .content .cont .box_4 .box_43 .box_43_tx .fon1{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.contact .content .cont .box_3 .box_text .fon2{
  font-size: 16px;
}
.contact .content .cont .box_3 .box_text .fon3,
.contact .content .cont .box_4 .box_43 .box_43_tx .font3{
  font-size: 14px;
  text-align: center;
}

.contact .content .cont .box_3 .box_t2{
  font-size: 16px;
  color: #0066CB;
  display: block;
  margin-top: 30px;
  background-color: #fff;
  padding: 12px 0;
  font-weight: bold;
}
.contact .content .cont .box_3 .box_t2:hover{
  cursor: pointer;
  text-decoration: none;
}
.contact .content .cont .box_3 .box_t2 p{
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  color:#323333;
}
.container .textLb{
  margin-top:24px;
  position: relative;
  padding-left: 20px;
} 
.container .textLb p{
  margin:0px;
  padding: 0px;
  font-size: 14px;
  line-height: 24px;
}
.container .textLb b{
  color: #0066CB;
  font-size: 24px;
  position: absolute;
  top:-6px;
  left: 0px;
}
.contact .content .cont .box_4{
  width: 350px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
}
.contact .content .cont .box_4 .box_41,.contact .content .cont .box_4 .box_42,
.contact .content .cont .box_4 .box_43{
   background-color: #F5F6F8;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.contact .content .cont .box_4 .box_41 a{
 display: block;
  background-color: #fff;
  font-size: 14px;
  color: #0066CB;
  padding: 10px;
  font-weight: bold;
}
.contact .content .cont .box_4 .box_41 a:hover,
.contact .content .cont .box_4 .box_42 a:hover,
.contact .content .cont .box_4 .box_43 .box_44 a:hover{
  cursor: pointer;
  text-decoration: none;
}
.contact .content .cont .box_4 .box_42 a{
   display: block;
  background-color: #fff;
  font-size: 14px;
  color: #0066CB;
  padding: 20px;
  font-weight: bold;
}
.contact .content .cont .box_4 .box_43{
  padding-top: 12px;
}
.contact .content .cont .box_4 .box_43 p{
  padding: 0px;
  margin: 0px;
  padding-bottom: 43px;
}
.contact .content .cont .box_4 .box_43 .box_44{
   background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #0066CB;
  font-weight: bold;
}
.contact .content .cont .box_4 .box_43 .box_44:hover{
  text-decoration: none;
}
.contact .content .cont .box_4 .box_43 .box_43_tx .fon3{
  text-align: center;
}
.width_top{
   padding: 0px;
}
.width_p{
  padding: 0px;
  margin-top:76px;
  margin-bottom: 60px;
}
.contact .content .cont .box_t:hover{
  background-color: #0066CB;
}
.contact .content .cont .box_t .box_t2 a:hover{
  text-decoration: none;
  cursor: pointer;
  color: #0066CB;
}
.contact .content .cont .box_4 .box_41:hover,
 .contact .content .cont .box_4 .box_42:hover{
    background-color: #0066CB;
  }
.clear{
  clear: both;
}





@media screen and (max-width: 1200px) {
  /*jp contact*/
  .contact .content .cont .box{
    width: 536px;
    margin: auto;
  }
  .contact .content .cont .box_t{
    margin-top:5px;
  }
  .contact .content .cont .box1,.contact .content .cont .box2{
    width: 350px;
    margin: auto;
    margin-top:16px;
  }
  .contact .content .cont .box_3{
    margin-top:5px;
  }
  /*about*/
  .about .fonepaw .left,.about .fonepaw .right{
    width: 45%;
    margin-left:2.5%;
    margin-right: 2.5%;
    background-position: center;
    background-size: 100%;
  }
}




@media screen and (max-width: 1080px) {
.width_p,.width_top{
    padding-left: 10px;
    padding-right: 10px;
  }
  /*about*/
  .about .zj .box{
    width: 90%;
  }
  
    .about .zj .box22{
    width: 90%;
  }
  
     .about .zj .box33{
    width: 90%;
  }
  
  .about .banner2 .text{
    width: 80%;
    margin-left: -40%;
    max-height: 350px;
    margin-top:-155px;
  }
  .about .fonepaw .left,.about .fonepaw .right{
    padding-top: 25px;
    max-height:206px;
    background-position: center;
  }
  .about .js .box1,.about .js .box2{
    width: 90%;
  }
  .about .js .box2 .j_title{
    line-height:normal;
  }
  .about .banner2 .text .title{
    line-height:normal;
  }
}







@media screen and (max-width: 991px) {
	.about .fonepaw .col-md-6,.about .fonepaw .col-md-4,.contact .col-md-4{margin: 50px auto;}
  /* global privacy*/
  #myFaqs dt{
    background-image:url("../img/icon-close.png");
    background-position:right center;
    margin-bottom:0px;
  }
  /* privacy */
  .privacy .pox,.refund  .pox,.terms .pox{
    position: static;
    width: 100%;
  }
  .privacy .poy,.refund  .poy,.terms .poy{
    margin-top:132px;
  }
  .privacy .pox p,.refund .pox p,.terms .pox p{
    color: #3E3A39;
  }
  .support_newyear{
    width: 100%;
  }
  .support_newyear .year_box{
    width: 100%;
  }
  .support_newyear .year_box p{
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact .content .cont .box1,
  .contact .content .cont .box2,
  .contact .content .cont .box_4{
    width: 350px;
    float: none;
    margin: auto;
  }
  .contact .content .cont .box1 .box_3{
    margin-left: 0px;
   }
  .contact .content .cont .box_4 .box_41,
  .contact .content .cont .box_4 .box_42,
  .contact .content .cont .box_4 .box_43{
    margin-left: 0px;
   }
  /**/
	#about-nav {height: auto;box-shadow:none;}
	.eula {padding:10px;}
	.eula p,.eula dd{line-height: 28px;font-size: 16px;}
	.eula .banner h1{font-size: 2rem;}
	.about .info{margin:0 0 17px 0;}
	.about .bottom{margin: 0;}
	.contact .info p, .privacy .info p, .terms .info p, .refund .info p{padding:0;}
  .support_newyear .year_box .ti{
    padding-top: 24px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 679px) {
  .contact .content .cont .box{
    width: 260px;
    margin: auto;
  }
   .contact .content .cont .box_t{
    margin-left: 0px;
  }
  .eula .banner{margin-top: 30px;}

  /*about*/
  .about .fonepaw .left, .about .fonepaw .right{
    min-width: 300px;
    float: none;
    margin:auto;

  }
  .about .fonepaw .right{
    margin-top: 42px;
  }
}
@media screen and (max-width: 546px){
  .about .zj .box .box_lb .left{
    width: 42%;
  }
  .about .zj .box .box_lb .right{
    width: 58%;
  }
  
  
}
@media screen and (max-width: 400px){
  .contact .content .cont .box1,
  .contact .content .cont .box1 .box_3,
  .contact .content .cont .box2{
    width: 280px;
  }
  .contact .content .cont .box_4{
    width: 280px;
  }
  .contact .content .cont .box_4 .box_41,
  .contact .content .cont .box_4 .box_42,
  .contact .content .cont .box_4 .box_43{
    width: 280px;
    margin: 0px;
    margin-top: 10px;
   }
  .privacy .pox,.refund .pox,.terms .pox{
    width: 280px;
  }
 
  .about .banner{
    padding-top: 70px;
  }
  .about .js .box1{
    padding-top:73px;
    margin-bottom: 50px;
  }

} 
@media screen and (max-width: 340px){
  .about .zj .box .box_lb .right{
    max-width: 162px;
  }
  .about .zj .box{
    min-width: 290px;
  }
  

   .about .js .box1, .about .js .box2{
    min-width: 270px;
  }
  .about .banner .text{
     max-width: 207px;
  }
}
