@charset "UTF-8";

.pc { display: none !important; }
.sp { display: block !important; }

/* content */
.main{width: 100%;}
.hero{background: #000;}

.voice{
  background: #000;
  background-image: url(../img/s6_bg_voice_.jpg);
  background-repeat: no-repeat;
}

.video_item{padding-bottom: 30px;}

.temp{background: #fff;}
.temp{
  height: auto;
  background-image: url(../img/xxx_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.text1{font-size:12px ;}
.btn_cv{background-color: #fff;}
.btn_cv_img{width:80%;margin-bottom: 20px;}}
.footer{font-size: 12px;background-color: ;}
.btn{font-size: 14px;}
.flogo{width:40%;margin: 30px 0;}
.rights{font-size: 12px;}

#mw_wp_form_mw-wp-form-1950 table{width:90%;margin:0 auto;}
#mw_wp_form_mw-wp-form-1950 table input,
#mw_wp_form_mw-wp-form-1950 table select{width:100%;font-size: 110%;}
#mw_wp_form_mw-wp-form-1950 table tr{margin-bottom:1em;display: block;}
#mw_wp_form_mw-wp-form-1950 table tr th{text-align:left;display: block;padding:0 1em 3px;}
#mw_wp_form_mw-wp-form-1950 table tr td{text-align:left;padding:0 1em;display: block;}
#mw_wp_form_mw-wp-form-1950 table tr th span.required{background:red;color:#fff;display:inline-block;padding:2px;}
#mw_wp_form_mw-wp-form-1950 .center{width:80%;margin:0 auto;text-align:center;}

input[type="submit"]{
  width: 100%;
  font-size: 120%;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}