.arrow-right:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -20px;
  content: '\f105';
  font-family: FontAwesome;
}

.arrow_left_white:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url('../img/arrow_white.png') no-repeat 0 0;
  background-size: 12px 12px;
  margin-top: -6px;
}

.arrow_left_blue:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  background: url('../img/arrow_blue.png') no-repeat 0 0;
  background-size: 12px 12px;
  margin-top: -6px;
}

.arrow_right_b:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  background: url('../img/arrow_white.png') no-repeat 0 0;
  background-size: 12px 12px;
  margin-top: -6px;
}

.btn {
  position: relative;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600;
  -moz-border-radius: .1em;
  -webkit-border-radius: .1em;
  -o-border-radius: .1em;
  -ms-border-radius: .1em;
  border-radius: .1em;
  border: 0px solid transparent;
  padding: 2px 0 0 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

.btn:focus, .btn:active, .btn.active {
  outline: 0;
  color: #fff;
}

.btn a {
  text-decoration: none !important;
}

.btn:hover {
  background: #fff;
}

.radius {
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
}

.btn-white-o {
  background-color: transparent;
  border: solid 2px #f39800;
  color: #f39800;
}

.btn-white-o:hover {
  background-color: #fff;
  border: solid 2px #f39800;
  color: #f39800;
}

.btn-white-o, .btn-white-o:focus, .btn-white-o:active{
  background-color: transparent;
  border: solid 2px #f39800;
  color: #f39800;
}

.btn-blue {
  background: #6bc8f2;
  color: #fff;
}

.btn-blue:hover {
  background: #5ae7fe;
  color: #fff;
}

.btn-green {
  background: #a2e98d;
}

.btn-green:hover {
  background: #fae976;
  color: #626262;
}

.btn-lgreen_o, .btn-lgreen_o:focus, .btn-lgreen_o:active {
  background-color: #fff;
  border: solid 2px #a2e98d;
  color: #a2e98d;
}

.btn-lgreen_o:hover {
  background: #fae976;
  color: #a2e98d;
  border: solid 2px #a2e98d;
}

.btn-d-blue_o, .btn-d-blue_o:focus, .btn-d-blue_o:active {
  background-color: #fff;
  border: solid 2px #6bc8f2;
  color: #6bc8f2;
}

.btn-d-blue_o:hover {
  background: #fff;
  color: #f39800;
  border: solid 2px #f39800;
}

.btn-d-blue {
  background: #233B6C;
  border: solid 2px #233B6C;
}

.btn-d-blue:hover {
  background: #fae976;
  color: #233B6C;
}

.btn-l-blue:hover:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  background: url('../img/arrow_blue.png') no-repeat 0 0;
  background-size: 12px 12px;
  margin-top: -6px;
}

.btn-yellow {
  background: #fae976;
  color: #626262;
}

.btn-yellow:hover {
  background: #f5d537;
  color: #626262;
}

.btn-vorange {
  background: #f39800;
}

.btn-vorange:hover {
  background: #ff674c;
  color: #fff;
}

.btn-kblue {
  border: solid 3px #0060FF;
}

.btn-kblue:hover {
  color: #0060FF;
}

.kome {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400 !important;
}

.kome1 {
  display: block !important;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400 !important;
}

.kome3 {
  font-size: 12px;
  line-height: 34px;
  font-weight: 400;
}

.mb30 {
  margin-bottom: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt8 {
  margin-top: 8px;
}

.text-red {
  color: #e60012;
}

.font_weight {
  font-weight: 600;
}

.text-blue {
  color: #114dd0;
}

.md-center {
  text-align: center;
  display: block;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, .2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0, 0, 0, .1);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

.option {
  background: #1ebba0 !important;
  display: inline !important;
  padding: .3em .4em .2em .6em !important;
  font-size: 75% !important;
  font-weight: 400 !important;
  line-height: 1;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap;
  vertical-align: baseline;
  margin-right: .2em;
  border-radius: 2px;
}

@media only screen and (max-width: 736px) {
  .kome1 {
    line-height: 2em;
    margin-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .md-center {
    text-align: left;
  }

  .hidden_md {
    display: none !important;
  }
}

@media only screen and (max-width: 320px) {
  .m-btn {
    font-size: 17px;
    padding: 10px 80px 10px 10px;
  }
}

@media(min-width:768px) {
  .brmd:before {
    content: "\A";
    white-space: pre;
  }

  .hidden_xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1021px) {
  .brmd_pad:before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 736px) {
  .brxs:before {
    content: "\A";
    white-space: pre;
  }
}
