@charset "UTF-8";

.PC { display:block; }
.SP { display:none; }
.PC_inline { display:inline; }
.SP_inline { display:none; }

em.vMdify a{
  letter-spacing: 0px;
    font-size: 12px;
    color: #80807b;
    display: block;
    position: absolute;
    right: 14px;
    top: -3px;
    text-decoration: underline;
}
.txttelNew em.vMdify a{
  color: #fff;
  font-style: normal;
  font-size: 14px;
  top: -15px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#headerWrap .iconsocial.fixText a:last-child{
  padding-left: 3px;
}
#headerWrap .iconsocial.fixText{
  margin-top: 0px;
  margin-left: 0;
}



em.vMdify a:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #80807b;
    border-bottom: 1px solid #80807b;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


@media only screen and (max-width:767px) {
  .vMdify{
    display: none;
  }
  .PC { display:none; }
  .SP { display:block; }
  
  .PC_inline { display:none; }
  .SP_inline { display:inline; }
  
  body {
    font-size:13px;
    line-height:1.9;
  }
}

.noDisplay { display:none; }
.noFloat { float:none; }

.fullImg, img.fulImg { 
  width:100%; 
  height:auto; 
}

.post_18624 img.fullImg{
      width: 850px;
}

.post_18624{
  text-align: center;
}

br { font-size:0 !important; }
.letter0 { letter-spacing:0 !important; }
a:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  -moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out; 
}

.ffMin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", ryo-text-plusn, serif !important;
  font-weight:normal;
}
.divover {
  overflow:hidden;
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
#headerWrap {
  width:100%;
  background:#fff;
  position:relative;
  padding-top:13px;
  min-height:145px;
}
#headerWrap .txth1 {
  font-size:12px;
  color:#A6A6A6;
  font-weight:normal;
}
#headerWrap .logo {
  float:left;
  padding-top:11px;
  width: 255px;
}
#headerWrap .txttel {
  float:right;
  font-size:38px;
    letter-spacing:-0.76px;
  font-family: 'Amiri', serif;
  font-style:italic;
  position: relative;
}
#headerWrap .iconsocial {
  float:right;
  margin-top: 12px;
  margin-left: 10px;
}

#gNaviWrap {
  margin-top:2px;
  padding-bottom:18px;
}
@media only screen and (min-width:768px) {
  body.fixHeader #gNaviWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin:0 auto;
    padding:15px 10px;
    transition: 0.3s ease all;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    background: #fff;
    z-index:999;
  }
}
#gNaviWrap li {
  float:left;
  padding-right:5.4%;
  font-size:14px;
}
#gNaviWrap li:nth-child(7) {
  padding-right:0 !important;
  text-align:right;
}

/*-----------------------------------------------------------
Header (1000px->1024px)
-------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  #headerWrap .txttel {
    margin-right:0;
  }
}
/*-----------------------------------------------------------
Header (900px->1000px)
-------------------------------------------------------------*/
@media only screen and (max-width:1015px) {
  #headerWrap .txth1 {
    font-size:11px;
  }
  #headerWrap .logo img {
    width:350px;
    height:33px;
  }
  #headerWrap .txttel {
    font-size:30px;
    margin-right:0;
  }
  #gNaviWrap li {
    padding-right:3.8%;
  }
}
/*-----------------------------------------------------------
Header (830px->900px)
-------------------------------------------------------------*/
@media only screen and (max-width:900px) {
  #gNaviWrap li {
    padding-right:3.7%;
    font-size:13px;
  }
}
/*-----------------------------------------------------------
Header (768px->830px)
-------------------------------------------------------------*/
@media only screen and (max-width:830px) {
  #gNaviWrap li {
    padding-right:3.6%;
    font-size:12px;
  }
}
/*-----------------------------------------------------------
Header SP
-------------------------------------------------------------*/
@media only screen and (max-width:767px) {
  #headerWrap {
    padding-top: 0;
    position:static;
    min-height:55px;
  }
  #headerWrap #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#fff;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    height:55px;
    padding-top:12px;
    z-index: 88;
  }
  #headerWrap #headerInner {
    position:relative;
  }
  #headerWrap .logo {
    padding-top:8px;
  }
  #headerWrap .logo img {
    width:202px;
    height:19px;
  }
  #headerWrap .txttel {
    font-size:0;
    margin-right:38px;
  }
  #headerWrap .txttelNew {
    margin-right: 25px;
  }
  #headerWrap .showGNavi {
    float:right;
    margin:5px 0 0 14px;
    cursor:pointer; 
  }
  #headerWrap #closeGNavi {
    text-align:right;
    height:55px;
    padding-top:17px;
    cursor:pointer; 
  }
  #menuOpener{
    display: block;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 5px;
    right: 28px;
    z-index: 1000;
    padding: 11px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .menuOpen #menuOpener{
    position:fixed;
  }
  #menuOpener .relative{
    display:block;
    width:25px;
    height:25px;
    position:relative;
  }
  #menuOpener .relative .bar{
    display:block;
    width:27px;
    height:3px;
    background:#333333;
    position:absolute;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #menuOpener .relative .bar:first-of-type{
    top:0px;
    left:0px;
  }
  #menuOpener .relative .bar:nth-of-type(2){
    top:11px;
    left:0px;
  }
  #menuOpener .relative .bar:nth-of-type(3){
    top:21px;
    left:0px;
  }
  #menuOpener.opened .relative .bar {
    background:#fff;
  }
  #menuOpener.opened .relative .bar:first-of-type{
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: -1px;
    top: 12px;
    width: 32px;
    height: 2px;
  }
  #menuOpener.opened .relative .bar:nth-of-type(2){
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
    left:20px;
    width:0;
    height:0;
    top:21px;
  }
  #menuOpener.opened .relative .bar:nth-of-type(3){
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: -1px;
    top: 12px;
    width: 32px;
    height: 2px;
  }
  #gNaviWrap {
    width:100%;
    margin:0;
    padding:0 15px;
    position:fixed;
    top:40px;
    left:0;
    display:none;
    z-index:9999;
  }
  #gNaviWrap li {
    float:none;
    opacity:1;
    padding:10px 0;
    text-align:center !important;
    font-size:16px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", ryo-text-plusn, serif;
  }
  #gNaviWrap a {
    color:#fff;
  }
  #headerWrap .socialSP {
    margin-top: 10px;
  }
}

@media only screen and (min-width:768px) {
  #gNaviWrap {
    display:block !important;
  }
}


/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#footerWrap {
  background:#F7F7F7;
  position:relative;
  padding-top:40px;
}
#footerWrap .btnpagetop {
  display:block;
  position:absolute;
  top:-70px;
  left:0;
  width:100%;
  text-align:center;
}
#footerWrap .divtel {
  float:left;
  width:45%;
}
#footerWrap .txt_add {
  line-height: 1.2
}
#footerWrap .txt_add .small {
  font-size: 14px;
  letter-spacing: 0.02em;
}
#footerWrap .logo {
  padding-bottom: 12px;
    padding-top: 5px;
}
#footerWrap .logo img{
  max-width: 255px;
}
#footerWrap .ulftnavi {
  float:right;
  width:55%;
}
#footerWrap .ulftnavi li {
  padding-bottom:10px;
  letter-spacing: -0.5px;
}
#footerWrap .ul01 {
  float:left;
  width:32.012%;
}
#footerWrap .ul02 {
  float:left;
  width:30.325%;
}
#footerWrap .ftbox02 {
  margin-top: 15px;
  background: url('../../img2016/common/footer/icon_ft01.svg') no-repeat left top;
  padding-left: 15px;
  padding-bottom: 5px;
}
.copyright {
  background:#F7F7F7;
  padding:18px 0 10px 0;
  color:#9C9C9C;
  font-size:12px;
  text-align:center;
}
#top .copyright {
  background:none;
}
/*-----------------------------------------------------------
Footer (768px->999px)
-------------------------------------------------------------*/
@media only screen and (max-width:999px) {
  #footerWrap .ulftnavi li {
    font-size:13px;
  }
}


/*-----------------------------------------------------------
Footer SP
-------------------------------------------------------------*/
@media only screen and (max-width:767px) {
  #footerWrap {
    padding-top:30px;
  }
  #footerWrap .btnpagetop {
    top:-47px;
  }
  #footerWrap .btnpagetop img {
    width:82px;
    height:34px;
  }
  #footerWrap .divtel {
    float:none;
    width:100%;
    text-align:center;
    font-size:11px;
  }
  #footerWrap .txt_add .small {
    font-size: 10px;
    letter-spacing: 0;
  }
  #footerWrap .logo {
    padding:25px 0 0 0;
    text-align:center;
  }
  #footerWrap .logo img {
    width: 263px;
    height:25px;
  }
  #footerWrap .logoNew img {
    width: 247px;
    height: 21px;
  }
  #footerWrap .ulftnavi {
    float:none;
    width:100%;
    font-size:13px;
  }
  #footerWrap .ul01 {
    float:left;
    width:50%;
  }
  #footerWrap .ul02 {
    float:left;
    width:50%;
  }
  #footerWrap .ul03 {
    float:left;
    width:100%;
  }
  #footerWrap .ul03 .imgkato {
    padding:15px 35px 0 35px;
  }
  #footerWrap .ftsocial {
    text-align: center;
    margin-top: 25px;
  }
  #footerWrap .ftbox02 {
    margin-top: 15px;
    background: none;
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .copyright {
    padding:20px 0 10px 0;
    font-size:8px;
  }
}


.pageconfirm #headerWrap .txttel, 
.pageconfirm #headerWrap .showGNavi, 
.pageconfirm #gNaviWrap, 
.pageconfirm #footerWrap {
  display:none !important;
}

.overlight {
    left:0;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background:#333333;
    z-index: 99;
}
.overlight1 {
    left:0;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background:#1a1a1a;
    z-index: 99;
}
@media only screen and (min-width:768px) {
  .overlight,
  .overlight1 {
    display:none;
  }
}

/* contact form */
.divform {
  max-width:870px;
  margin:0 auto;
}

.formBlock {
  max-width:800px;
  margin:auto;
}
.txtContact01 {
  margin-bottom:40px;
}
.tableContact {
  width:100%;
  margin:50px 0 0;
  font-size:14px;
  text-align:left;
}
.tableContact em, .txtContact em{
  color:#fb2a2a;
  font-style:normal;
}
.tableContact th{
  width: 200px;
  padding:6px 30px 10px 0;
  text-align:right;
  font-weight:normal;
  vertical-align:top;
  font-size:16px;
}
.tableContact td{
  padding:0 0 38px 0;
  vertical-align:top;
  min-height:36px;
}

.tableContact input[type="text"], .tableContact textarea {
  width:100%;
  border:#999999 solid 1px;
  padding:0 10px;
}
.tableContact input[type="text"] {
  height:36px;
}
.tableContact textarea {
  height:100px;
}
.tableContact .size01 {
  width:195px !important;
}
.tableContact input[type="text"]::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.tableContact input[type="text"]::-moz-placeholder, /* Firefox 19+ */
.tableContact input[type="text"]:-ms-input-placeholder,  /* IE 10+ */ 
.tableContact input[type="text"]:-moz-placeholder /* Firefox 18- */
{
  color:#B2B2B2;
}
.txtcheckform {
  font-size: 16px;
    margin-bottom: 33px;
}

.tableContact .txt_label {
  display:inline-block;
}
.tableContact .txt_label .txtname  {
  display:inline-block;
  float:left;
}

.tableContact .iconred {
  display:inline-block;
  float:right;
  margin-left:10px;
  background:#A42E39;
  width:42px;
  height:25px;
  line-height:25px;
  text-align:center;
  color:#fff;
  font-size:15px;
}
.tableContact .icongray {
  display:inline-block;
  float:right;
  margin-left:10px;
  background:#666666;
  width:42px;
  height:25px;
  line-height:25px;
  text-align:center;
  color:#fff;
  font-size:15px;
}
.mysl01 {
  min-width:310px;
  height:35px;
  padding: 0px 20px 0 10px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: 35px;
  font-size: 14px;
  background-image: url('../../img2016/common/form/icon_select.svg');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 8px 20px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #999999;
}
.btnform01 {
  display: block;
  margin: 0 auto;
  background:#918043;
  width: 262px;
  height: 65px;
  border: 0;
  line-height: 65px;
  text-align:center;
  font-size:18px;
  color:#fff;
  cursor: pointer;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", ryo-text-plusn, serif;
  position:relative;
  z-index: 1;
}
.btnform01:after {
  content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    -moztransform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*
.btnform01:hover {
  background:#333333;
}*/
.txtThx01 {
  padding:45px 0 35px 0;
  font-size:24px;
  text-align:center;
}
.txtThx02 {
  text-align:center;
}
.txtThx03 {
  padding-top:75px;
  text-decoration:underline;
  text-align:center;
}


/* confirm form */
.pageconfirm .tableContact th {
  width:225px;
  padding-top:0;
  padding-right:65px;
  vertical-align:top;
}
.pageconfirm .formBlock {
  max-width:850px;
  margin:auto;
}

/*-----------------------------------------------------------
contact form  SP
-------------------------------------------------------------*/
@media only screen and (max-width:767px) {
  .txtContact01 {
    margin-bottom:40px;
  }
  .tableContact {
    margin:20px 0 0;
    font-size:13px;
  }
  .tableContact th, .tableContact td{
    display: block;
    width: 100%;
    text-align:left;
    padding-bottom:0;
  }
  .tableContact th {
    font-size:14px;
  }
  .tableContact td {
    padding:0 0 20px 0;
  }
  .tableContact input[type="text"] {
    height:36px;
  }
  .tableContact textarea {
    height:124px;
  }
  .tableContact .size01 {
    width:195px !important;
  }
  .txtcheckform {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .tableContact .txt_label .txtname  {
    float:right;
  }
  .tableContact .iconred {
    margin-left:0;
    margin-right:8px;
    width:38px;
    height:22px;
    line-height:22px;
    font-size:13px;
  }
  .tableContact .icongray {
    margin-left:0;
    margin-right:8px;
    width:38px;
    height:22px;
    line-height:22px;
    font-size:13px;
  }
  .tableContact .destel {
    display:block;
    padding-top:10px;
  }
  .mysl01 {
    width:100%;
    font-size: 13px;
    min-width: auto;
  }
  .btnform01 {
    width: 182px;
    height: 54px;
    line-height: 54px;
    font-size:15px;
  }
  .txtThx01 {
    padding:22px 0 22px 0;
    font-size:16px;
    text-align:left;
  }
  .txtThx02 {
    text-align:left;
  }
  .txtThx03 {
    padding-top:35px;
  }
  
  /* confirm form */
  .pageconfirm .tableContact th {
    color:#908043;
  }
}

  



.h2com {
  padding:41px 0 57px 0px;
  text-align:center;
  color:#948043;
  font-size:52px;
    font-family: 'Amiri', serif;
    font-style: italic;
  font-weight:normal;
}
.h2com.h2_ser {
  font-size: 38px;
}
.anchor {
  position:absolute;
  top:-65px;
  left:0;
  font-size:0;
  height:0;
}

.contentcms p {
  margin-top:20px;
}
.contentcms p:first-child {
  margin-top:0;
}

.contentcms .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.contentcms .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.contentcms .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1em;
}


/*-----------------------------------------------------------
tablet
------------------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:940px) {

  
}

/*-----------------------------------------------------------
smart phone
------------------------------------------------------------*/
@media only screen and (max-width:767px) {
  .h2com {
    padding:20px 0 30px 0px;
    font-size:33px;
    line-height:36px;
  }
  .h2com.h2_ser {
    font-size: 25px;
  }
}



/* Ujarak */
.button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
  border-radius: 2px;
}
.button--ujarak.button--inverted::before {
  background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
  opacity: 1;
  color: #fff !important;
  border-color: #37474f;
}
.button--ujarak.button--inverted:hover {
  color: #37474F;
  border-color: #fff;
}
.button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*=======================================
  Modify 2018.09.25
=========================================*/
.fnOswald{
  font-family: 'Oswald', sans-serif!important;
}
#gNaviWrap .listMenu li{
  padding-right: 4%;
}
#gNaviWrap .listMenu li a{
  color: #fff;
}
#gNaviWrap .listMenu li.lastPc{
  padding-right: 0;
  padding-left: 4%;
}
@media (max-width: 1015px){
  #gNaviWrap .listMenu li{
    padding-right: 3.5%;
  }
  #gNaviWrap .listMenu li.lastPc{
    padding-left: 3.5%;
  }
}
@media (max-width: 970px){
  #gNaviWrap .listMenu li{
    padding-right: 3%;
  }
  #gNaviWrap .listMenu li.lastPc{
    padding-left: 3%;
  }
}
@media (max-width: 930px){
  #gNaviWrap .listMenu li{
    padding-right: 2.5%;
  }
  #gNaviWrap .listMenu li.lastPc{
    padding-left: 2.5%;
  }
}
#headerWrap .txttelNew{
  line-height: 1.2;
  color: #fff;
  padding-right: 15px;
}
.headNew{
  background: #1a1a1a!important;
}
#headerWrap .txth1New{
  color: #a6a6a6;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
#gNaviWrap.menuBox{
  padding-top: 8px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px){
  body.fixHeader #gNaviWrap.menuBox {
      background: #1a1a1a;
      padding: 18px 10px 10px;
  }
}
@media only screen and (max-width: 767px){
  #headerWrap .logoNew a{
    display: block;
  }
  #headerWrap .logoNew img {
      width: 154px;
      height: 17px;
      display: block;
  }
  #headerWrap #header.menuBoxSp {
      background: #1a1a1a;
  }
  #menuOpener .relative .lineNew {
      background: #fff;
  }
}
.footerWrapNew{
  background: #1a1a1a!important;
  color: #fff;
}
.footerWrapNew .ulftnavi a{
  color: #fff;
}
#footerWrap.footerWrapNew .ftbox02{
  background: url(../../img2016/common/footer/icon_ft01sp_new.svg) no-repeat left top;
}
.copyrightNew{
  background: #1a1a1a;
  color: #9c9c9c;
}
#headerWrap .txtTelNum{
  letter-spacing: 2px;
  font-size: 30px;
}
#headerWrap .txtTelNum i{
  font-size: 22px;
}
@media only screen and (max-width: 767px){
  #footerWrap.footerWrapNew .ftbox02New{
    background: none;
    display: table;
  }
  #footerWrap.footerWrapNew .ftbox02New .img{
    display: table-cell;
    width: 20px;
    vertical-align: top;
  }
  #footerWrap.footerWrapNew .ftbox02New .txt{
    display: table-cell;
    vertical-align: top;
  }
  #footerWrap.footerWrapNew .ul03{
    margin-top: 10px;
  }
  .footerWrapNew .brnSp{
    padding-top: 25px;
  }
  #footerWrap .logoNew{
    margin-bottom: 15px;
  }
  #footerWrap .logoNew a{
    display: inline-block;
  }
}

/*=================================
  Edit header 2019.07.16
===================================*/
#gNaviWrap .listMenu_new li {
  padding-right: 3.5%;
}
@media only screen and (max-width: 1010px){
  #gNaviWrap .listMenu_new li {
    padding-right: 3%;
  }
}
@media only screen and (max-width: 980px){
  #gNaviWrap .listMenu_new li {
    padding-right: 2%;
  }
}
.chkradio_new{
  padding-top: 5px;
}
@media only screen and (max-width: 767px){
  .chkradio_new{
    padding-top: 0;
  }
  .chkradio_new .mr50{
    margin-right: 30px;
  }
}







