/* base */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

html{
  font-size:62.5%;
  min-height: 100%;
  position: relative;
}
body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;

  margin-bottom: 5em;
}

footer {
  bottom: 0;
  height: 5em;
  position: absolute;
}

body,
h1, h2, h3, h4, h5, h6,
table, td, th,
p,
input, textarea, label, select, button, pre {
  font-size: 1.4rem;
  line-height: 1.5;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: 0.16rem;
  color:#333;
}

h1, h2, h3, h4, h5, h6, pre {
  margin: 0;
}

/* input, textarea, select { */
input, textarea {
  vertical-align: middle;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #9e9e9e;
  padding: 10px;
  line-height: 1.5;
  min-height: 30px;
  box-sizing: border-box;
  -webkit-appearance: none;
	/* letter-spacing: 0.1rem; */
}
input[type="submit"],button,input[type="button"]
,.page_mail_send .thanks a.btn {
  -webkit-appearance: none;
  background: #f0f0f0;

  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
input.radio,
input.checkbox {
  border: 0px none;
}

input.button {
  padding: 1em;
  cursor: pointer;
}

input.file_up {
  border: none;
}

button {
  padding: 1em;
  cursor: pointer;
  border: 1px solid #9e9e9e;
  border-radius: 2px;

}
/* 【Chrome】オートコンプリートのとき、背景を水色#e8f0fe/rgb(232, 240, 254)にしない */
input:-webkit-autofill ,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.form textarea.errorMsg:-webkit-autofill,
.form select.errorMsg:-webkit-autofill,
.form input.errorMsg:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffdfdd inset;
}

.ui-datepicker-week-end.sun .ui-state-default {
  color: #f39800;
  background: #FFCCCC;
}

.ui-datepicker-week-end.sat .ui-state-default {
  color: #06F;
  background: #CCCCFF;
}

.ui-datepicker-calendar .close_day .ui-state-default {
  background: #CCC;
}

th.ui-datepicker-week-end {
  color: #06F;
}

th.ui-datepicker-week-end:last-child {
  color: #f39800;
}

#ui-datepicker-div .ui-widget-content .ui-state-hover {
  background: #AAA;
}

.clear {
  clear: both;
}

form .now_loading {
  background-image: url('../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: right center;
  /* background-color: #B9FB91; */
  background-color: #d4f2c2;
}

.form {
  margin: 0 20px;
}

.form .error_p {
  color: #FF0000;
  margin-top: 0.4em;
  font-size: 1.2rem;
  font-weight: bold;
}

.form .kome {
  color: #FF0000;
  /* font-size: 12px;
  display: inline-block;*/
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.0rem;
  border: 1px solid #f00;
  margin-left: 5px;
	letter-spacing: 0rem;
}

.form .kome.ninni{
  color: #666;
  border: 1px solid #666;
}

.form .item {
  /* margin: 0 0 20px 0; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.16rem;
}
.form .item:last-of-type {
  border-bottom: 0;
}
.page_confirmation .item:last-child{
  margin-bottom: 3.0rem;
}

.form .item .sub {
  margin: 0 0 10px 0;
}
.form .item .sub:last-child {
  margin: 0 0 0 0;
}

.page_confirmation .item .sub h4{
  font-weight: bold;
}

.form .item .note{
	font-size:1.2rem;
}

.form .item span.red{
  color: #FF0000;
}

.form .item label {
  /* padding: 6px;
  margin: 0 6px 3px 0;
  display: inline-block;
  border-radius: 6px; */
}

.form .item label input {
  margin: 0 3px 0 0;
  display: inline-block;
}

.form .item .on_checked {
  /* background:#fffb87; */
}

.form .item i {
  font-style: normal;
  font-size: 1.0rem;
}

.form .item p.txt {
  font-size: 1.2rem;
  margin: 0 0 6px 10px;
}

.form .txt_xs {
  width: 80px;
}

.form .txt_s {
  width: 120px;
}

.form .txt_s2 {
  width: 160px;
}

.form .txt_s3 {
  max-width: 210px;
  width: 100%;
}

.form .txt_m {
  max-width: 250px;
  width: 100%;
}

.form .txt_l {
  width: 400px;
}

.form textarea.txt_l {
  min-height: 180px;
}

.form .item h3 {
  font-size: 1.6rem;
  /* border-left: 6px solid #f39800; */
  /* padding-left: 3px; */
  margin-bottom: 10px;
  font-weight: bold;
}

.form .item h4 {
  /* display: inline-block; */
  font-weight:normal;
	margin-bottom: 5px;
}

.form textarea.comment {
  height: 6em;
}

.form .user_agreement {
  width: 300px;
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  margin: 0 auto 6px auto;
  padding: 10px 0 10px 0;
}

.form .input_data {
  color: #333;
}

.form .info_text {
  color: #333;
  border-radius: 6px;
  padding: 0 10px;
  margin-bottom: 20px;
  letter-spacing: 0.16rem;
}

.form .info_text .cap {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 8px 0;
}

.form .info_text p {
  padding: 6px 0 6px 0;
  margin: 0;
  line-break:strict;
}

.form .info_text i {
  font-size: 1.2rem;
  font-style: normal;
}

.form .info_text i.note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.form .info_text.info_select_text {
  background: #f3f3f3;
}

.form .info_text.info_select_text .cap {
  border-bottom: none;
}

.form .info_text.info_select_text.is_active {
  background: #fffb87;
}

.form .info_text .info_select_option {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.form .info_text.info_select_text .cap label {
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.form .info_text_sub{
  margin-bottom: 0;
}
.form .info_text_sub .cap{
  padding-bottom:0;
  margin-bottom: 0;
}
.form .info_text_sub p{
  font-size: 1.2rem;
  line-height: 1.7;
}
.form .info_text_sub .cap{
  font-size: 1.4rem;
}

.form ul.list,
.form ul.list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form ul.list li {
  padding: 0.2em 0 0.8em 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.form .select_date {
  position: relative;
}

.form .select_date input {
  width: 150px;
}

.form .select_date img.ui-datepicker-trigger {
  width: 24px;
  height: 24px;
  vertical-align: top;
  position: absolute;
  top: -2px;
  right: 8px;
}

.form .input_data {
  padding: 0.5em 0 0.4em;
  display: inline-block;
  line-height: 1.9;
  font-size: 1.4rem;
}

.form .img_box {
  background: #ccc;
  min-height: 100px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.form .img_box_btn {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.form .img_box img {
  max-width: 80%;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto 0 auto;
}

.form .img_box .msg {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  color: #333;
  top: 40px;
}

/* loading */
span.loading {
    display: inline-block;
    white-space: nowrap;
}
span.loading span {
  display: inline-block;
  width: 20px;
  max-width: 20px;
  height: 2px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 100%;
  background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #000), to(#000) );
  background-image:-webkit-linear-gradient(left,transparent 2px,#000 4px);
  background-image: linear-gradient(to right,transparent 2px,#000 4px);
  -webkit-animation: animation 3.0s linear infinite;
  animation: animation 3.0s linear infinite;
}
@-webkit-keyframes animation {
  0% { width: 0; }
  100% { width: 100%; }
}

@keyframes animation {
  0% { width: 0; }
  100% { width: 100%; }
}　

.form label .label_input_txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.wrapper {
  margin: 0 auto 0 auto;
}


.block_wrap{
  width: 100%;
  /* 背景塗りつぶしする場合 */
  background: #f39800;
  /* lineのみ色を付ける場合 */
  /* border-bottom: 3px solid #f39800; */
}
.block {
  max-width: 800px;
  margin: 0 auto 0 auto;
}

.block_header {
  margin: 0 auto;
  /* 背景塗りつぶしする場合 */
  color: #FFF;
  /* lineのみ色を付ける場合 */
  /* color:#f39800; */
  font-size: 2.0rem;
  padding: 18px 10px 16px;
  font-weight: bold;
}

.footer {
  text-align: center;
  padding: 0 0 10px 0;
}

.page_mail_send .thanks a.btn {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  line-height: 1.5;
  display: inline-block;
  padding: 1em;
  /* background: #DDDDDD; */
  /* font-weight: bold; */
  transition: all .1s ease;
  text-decoration: none;
  color: #333;
}

.page_mail_send .thanks a.btn:hover {
  background: #CCCCCC;
}

.page_entry .api_link {
  text-align: right;
  font-size: 1.0rem;
  padding: 10px;
}

.page_entry .api_link a:hover {
  text-decoration: underline;
}

.page_entry .form .user_agreement {
  min-width: 200px;
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  margin: 0 auto 6px auto;
  padding: 10px 0 10px 0 !important;
}

/* 同意ページ */
.page_agreement .block_rule_text {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  line-height: 1.5;
  letter-spacing: 0.16rem;
}

.page_agreement .block_rule_text h2 {
  font-size: 2.0rem;
  margin: 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.page_agreement .rule_text_box {
  /* overflow-y: scroll;
  height: 400px;
  -webkit-overflow-scrolling: touch; */
  /* overflow-scrolling: touch; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(150,150,150,.4);
    box-shadow: 0 0 1px rgba(255,255,255,.4);
}
.page_agreement .rule_text_box ul,
.page_agreement .rule_text_box li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_agreement .rule_text_box ul {
  margin: 10px 0;
}

.page_agreement .rule_text_box li {
  padding: 10px 0;
}

.page_agreement .rule_text_box h3 {
  margin: 20px 0;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.page_agreement .rule_text_box p {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.page_agreement .agree_btn_wrap {
  text-align: center;
  margin: 20px auto 0;
  border-radius: 6px;
}
.page_agreement .agree_btn_wrap .button {
  /* box-shadow: 0 0 1px #333; */
}

/*パンくずリスト*/
ol, ul {
  list-style: none;
}
li {
  /* font-size: 13px; */
  font-size: 1.4rem;
  line-height: 1.5;
}
.contact__inner {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 360px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-left: 0;
}

.progress__icon {
  position: relative;
  text-align: center;
  background-color: #dddddd;
  color: #666;
  width: 100px;
  padding: 6px 0;
}

@media screen and (max-width: 480px) {
  .progress {
    width: 70%;
    margin-left: 0px;
    padding-left: 14%;
  }
}

@media screen and (max-width: 640px) {
  .progress__icon {
    width: 100px;
  }
}

.progress__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.mw_wp_form_input .progress__icon--01,
.mw_wp_form_preview .progress__icon--02,
.mw_wp_form_complete .progress__icon--03 {
  background-color: #66452f;
  color: #fff;
}
.mw_wp_form_input .progress__icon--01:after,
.mw_wp_form_preview .progress__icon--02:after,
.mw_wp_form_complete .progress__icon--03:after {
  border-left: 10px solid #66452f;
}

/* agreement */
.page_agreement .agree_btn_wrap,
.page_confirmation .confirmation_btn_wrap{
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
}
.page_confirmation .confirmation_btn_wrap{
  margin-top: 50px;
  margin-bottom: 50px;
}
.agree_btn_wrap .flex-container:nth-of-type(n+2),
.confirmation_btn_wrap .flex-container:nth-of-type(n+2) {
	margin-left:30px;
}

.agree_btn_wrap a.btn {
  border: 1px solid #999;
  border-radius: 2px;
  line-height: 1.5;
  display: inline-block;
  /* padding: 10px 20px 10px 20px; */
  padding:14px;
  /* transition: all .3s ease; */
  text-decoration: none;
  color: #000000;
}
.agree_btn_wrap a.non,
.button.non{
	border: 1px solid #ccc;
	background: #f3f3f3;
	color: #777;
}
@media screen and (max-width: 300px) {
	.page_agreement .agree_btn_wrap,
	.page_confirmation .confirmation_btn_wrap{
		-webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;

           align-items: center;
	}
	.agree_btn_wrap .flex-container:nth-of-type(n+2),
	.confirmation_btn_wrap .flex-container:nth-of-type(n+2) {
		margin-left:0;
		margin-top: 20px;
	}
}

.error_p div{
  margin-top: 5px;
}

/* redio create */
.radio_wrap{
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.radio_wrap .radio_lbl{
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.radio_wrap input[type=radio] {
  display: none;
}
.radio_wrap .radio_lbl label{
  display: block;
  padding:15px 10px 15px 40px;
  width: 100%;
  max-width: calc(100% - 40px - 10px);
  cursor:pointer;
  position:relative;
  line-height: 1.5;
}
.radio_wrap .pre_type-input + label::before,
.radio_wrap .radio-input + label::before,
.radio_wrap .obtain-input + label::before,
.radio_wrap .go_shop-input + label::before,
.radio_wrap .go_shop_way-input + label::before
{
  content: "";
  display: block;
  position: absolute;
  /* top: 10px; */
  top: 17px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap .pre_type-input:checked + label::after,
.radio_wrap .radio-input:checked + label::after,
.radio_wrap .obtain-input:checked + label::after,
.radio_wrap .go_shop-input:checked + label::after,
.radio_wrap .go_shop_way-input:checked + label::after
{
  content: "";
  display: block;
  position: absolute;
  /* top: 13px; */
  top: 20px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #f39800;
  border-radius: 50%;
}
/*go_shop*/
.radio_wrap .go_shop-input + label::before{
  top: 15px;
}
.radio_wrap .go_shop_way-input + label::before{
  top: 16px;
}
.radio_wrap .go_shop-input:checked + label::after{
  top: 18px;
}
.radio_wrap .go_shop_way-input:checked + label::after{
  top: 19px;
}
/* frequently */
/* .radio_wrap .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #666;
  border-radius: 50%;
} */
/* frequently */
.radio_wrap.frequently .radio_lbl.no_line label{
  padding: 16px 10px 15px 40px;
}
/* obtain */
.radio_wrap .radio_lbl.no_line{
  border: none;
  margin-bottom: 0;
}
.radio_wrap.obtain .radio_lbl.no_line label{
  padding:10px 10px 10px 40px;
}
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(3),
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(4) {
  margin-top: 10px;
}
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(2) label::before,
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(3) label::before,
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(4) label::before{
	top: 10px;
}
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(2) label::after,
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(3) label::after,
.radio_wrap.obtain .radio_lbl.no_line:nth-of-type(4) label::after{
	top: 13px;
}

.radio_wrap .obtain-input + label::before{
  top: 21px;
}
.radio_wrap .obtain-input:checked + label::after{
  top: 24px;
}
@media screen and (max-width: 405px) {
  .form .item label input.obtain_txt.txt_s2,
  .form .item label input.obtain_txt.txt_s3{
    margin-top:5px;
  }
  .radio_wrap .obtain-input + label.obtain00::before{
    top:11px;
  }
  .radio_wrap .obtain-input + label.obtain00::after{
    top:14px;
  }
  .radio_wrap .obtain-input + label.obtain04::before{
    top:23px;
  }
  .radio_wrap .obtain-input + label.obtain04::after{
    top:26px;
  }
  .radio_wrap.obtain .radio_lbl.no_line:nth-of-type(5) {
    /* margin-top: 3px; */
    margin-bottom:3px;
  }
}
/* @media screen and (max-width: 346px) {
  .form .item label input.obtain_txt.txt_s3{
    margin-top:5px;
  }
  .radio_wrap .obtain-input + label.obtain02::before{
    top:11px;
  }
  .radio_wrap .obtain-input + label.obtain02::after{
    top:14px;
  }
} */
/*select*/
.cp_ipselect {
	overflow: hidden;
	max-width: 100px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
		display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	/* border: 1px solid #999; */
	border-radius: 2px;
	background: #ffffff;
}
/* 【Chrome】オートコンプリートのとき、背景を水色#e8f0fe/rgb(232, 240, 254)にしない */
.cp_ipselect.cp_sl01 select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 10px 38px 8px 8px;
	color: #333;
	border: 1px solid #999;
  border-radius:2px;
  background: #fff;
}

/* birthday */
#birthday_picker{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#birthday_picker div{
	margin-right: 15px;
}
#birthday_picker div:last-of-type{
	margin-right: 0;
}

/* gender */
.radio_wrap_gen{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.radio_wrap_gen input[type=radio] {
  display: none;
}
.radio_wrap_gen .radio_lbl label{
  display: block;
  padding:10px 10px 10px 40px;
  width: 100%;
  max-width: calc(100% - 40px);
  cursor:pointer;
  position:relative;
  line-height: 1.5;
}
.radio_wrap_gen .gender-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap_gen .gender-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #f39800;
  border-radius: 50%;
}

.button_ui{
    letter-spacing: 0rem;
}

/*(1)(2)…（カッコつき数字）*/
.page_agreement .rule_text_box ul.numberList01 {
  counter-reset: number;
	padding:0 15px;
}
.page_agreement .rule_text_box ul.numberList01 li.nl01 {
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
	padding:4px 0;
}
.page_agreement .rule_text_box ul.numberList01 li.nl01::before {
  counter-increment: number;
  content: "("counter(number) ") ";
  margin: 0 5px 0 0;
  flex-basis: 40px;
	text-align: center;
  flex-shrink: 0;
}
/*①②…（丸数字）*/
.page_agreement .rule_text_box ul.numberListSub01 {
	margin: 0;
	padding:0 0 0 15px;
}
.page_agreement .rule_text_box ul.numberListSub01 li.nls01 {
		list-style: none;
	  padding-left: 1.3em;
	  text-indent: -1.6em;
		padding:0 0 2px 55px;
}
/* 調整用 */
.page_agreement .rule_text_box ul.adjust01 li.nl01{
	padding:0;
}
.page_agreement .rule_text_box ul.adjust01 li.nl01:nth-of-type(n+2){
	margin-top: 15px;
}
.page_agreement .rule_text_box ul.adjust01 p{
	padding-left: 45px;
}
/* link */
.page_agreement a{
	color: initial;
	/* text-decoration: none; */
  text-decoration: underline;
}

/* file */
.filearea{
	width: 100%;
	max-width: 400px;
  margin-bottom: 5px;
}
.file_button {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #f0f0f0;
  overflow: hidden;
	padding: 1em 0;
	cursor: pointer;
	border: 1px solid #9e9e9e;
	border-radius: 2px;
	width: 100%;
}
.file_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*Checkboxes styles*/
.checkbox_wrap {
	padding:10px;
}
.checkbox_wrap input[type="checkbox"] {
	display: none;
}
.checkbox_wrap input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox_wrap input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.checkbox_wrap input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.checkbox_wrap input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
	border: 1px solid #f39800;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* GTM */
noscript.gtm_b iframe{
  height: 0;
  width: 0;
  display:none;
  visibility:hidden;
}

/*err*/
.form textarea.errorMsg,
.form select.errorMsg,
.form input.errorMsg {
  border: 1px solid #FF0000 !important;
  background: #ffdfdd;
  /* -webkit-appearance: none; */
}
