@charset "UTF-8";
/* reset css */
* {
  -webkit-text-size-adjust: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: none; }

body {
  min-height: 100%;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  background: #fff;
  color: #676767;
  font-size: 14px;
  line-height: 1.3; }

input,
textarea,
select {
  color: #676767;
  vertical-align: middle;
  font: 100% Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  color: #2c82d7;
  text-decoration: none;
  cursor: pointer;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  transition: background 0.3s; }

a:hover {
  text-decoration: none; }

a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8; }

table {
  border-collapse: collapse; }

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* styles */
.wrapper {
  padding-top: 95px;
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 950px;
  background: #fff; }
  .container:after {
    content: '';
    display: block;
    clear: both; }

.row:after {
  content: '';
  display: block;
  clear: both; }

.mb {
  display: none; }

.pc {
  display: block; }

/* Tablet */
@media only screen and (max-width: 736px) {
  .mb {
    display: block !important; }
  .pc {
    display: none !important; } }

/* Smartphone */
@media only screen and (min-width: 736px) {
  .mb {
    display: none !important; }
  .pc {
    display: block !important; } }

.hidden {
  display: none !important; }

/*typography*/
h1 {
  font-size: 30px;
  line-height: 1.25;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0; }

h2 {
  font-size: 28px;
  line-height: 1.25;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0 0 15px; }

h3 {
  font-size: 20px;
  line-height: 1.25;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin: 0 0 15px; }

h4 {
  font-size: 16px;
  line-height: 1.25;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: left;
  margin: 0 0 25px; }

p {
  margin: 0 0 15px; }

/*end typography*/
#to-top {
  display: none;
  background: url("../images/to-top.png");
  width: 71px;
  height: 71px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  transition: background .3s; }
  #to-top:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/to-top.png) no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 16px; }
  #to-top:hover {
    opacity: 0.7; }

/* styles end */
/* buttons */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 11px;
  color: #fff;
  width: 100%;
  max-width: 146px; }
  .btn.dropdown-toggle.focus, .btn.active.focus, .btn.active:focus, .btn.active:hover, .btn.focus:active, .btn:active:focus, .btn:active:hover, .btn:active, .btn:hover {
    box-shadow: none;
    outline: none; }
  .btn .ico-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    opacity: .5;
    margin-right: 12px; }
  .btn .ico {
    display: inline-block;
    vertical-align: middle; }
  .btn img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }

.btn-info {
  border-right: 0;
  background: #676767; }
  .btn-info.dropdown-toggle.focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:active, .btn-info:hover {
    background: #8e8e8e; }

.btn-primary {
  background: #00c2b2; }
  .btn-primary.dropdown-toggle.focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active, .btn-primary:hover {
    background: #018e82; }

.btn-default {
  padding: 8px;
  margin-bottom: 5px;
  transition: all .45s;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .btn-default span {
    display: block;
    text-align: center; }
  .btn-default.dropdown-toggle.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:active, .btn-default:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }

.btn-sumbit .btn-default {
  display: inline-block;
  background: #d00011 url("../images/arrow-submit.png") left 20% center no-repeat;
  padding: 18px;
  font-size: 20px;
  line-height: 24px;
  max-width: 312px; }

.green {
  background: #00c2b2;
  box-shadow: 0px 5px 0px #018e82; }

.orange {
  background: #ffb841;
  box-shadow: 0px 5px 0px #e79a1a; }

.gray {
  background: #b4b4b4;
  box-shadow: 0px 5px 0px #909090; }

.red {
  background: #e40011;
  box-shadow: 0px 5px 0px #ba000e; }

/*end btn*/
/* layout parts */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  z-index: 200;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 12px 0 14px; }
  #header:after {
    content: '';
    display: block;
    clear: both; }
  #header .logo {
    float: left;
    width: 170px;
    height: 53px;
    background: url("../images/logo.png") no-repeat 50% 50%;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
    margin-left: 27px;
    margin-top: 8px; }
    @media (max-width: 1000px) {
      #header .logo {
        margin-top: 1px; } }
    @media (max-width: 736px) {
      #header .logo {
        width: 137px;
        height: 43px;
        background: url("../images/logo-mobile.png") no-repeat 50% 50%;
        background-size: 100% auto;
        margin: 0 0 0 5px; } }
    @media (max-width: 450px) {
      #header .logo {
        width: 63px;
        height: 24px;
        background: url("../images/logo-mobile.png") no-repeat 50% 50%;
        background-size: 100% auto;
        margin: 5px 0 0 5px; } }
    @media screen and (max-width: 320px) {
      #header .logo {
        margin: 5px 0 0 5px; } }
    #header .logo a {
      display: block;
      min-height: 100%; }

@media (max-width: 1000px) {
  .wrapper {
    padding-top: 80px; } }

@media (max-width: 736px) {
  .wrapper {
    padding-top: 71px; } }

@media (max-width: 550px) {
  .wrapper {
    padding-top: 55px; } }

@media screen and (max-width: 320px) {
  .wrapper {
    padding-top: 45px; } }

.header-holder {
  float: right;
  margin-right: 10px; }
  @media (max-width: 736px) {
    .header-holder {
      margin-right: 5px;
      float: none;
      overflow: hidden;
      text-align: right;
	   display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
	  } }

.tel {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 736px) {
    .tel {
      display: none; } }
  .tel img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto; }
    @media (max-width: 1000px) {
      .tel img {
        height: 54px; } }

.tel-mobile {
  display: none;
  vertical-align: top;
  margin-right: 14px;
  font-size: 0;
  line-height: 0; }
  @media (max-width: 736px) {
    .tel-mobile {
      margin: 0 4px 0 0;
      display: inline-block; } }
  @media (max-width: 400px) {
    .tel-mobile {
      margin: 0 4px 0 0; } }
  @media screen and (max-width: 320px) {
    .tel-mobile {
      margin: 0; } }
  .tel-mobile img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto; }
    @media (max-width: 1000px) {
      .tel-mobile img {
        height: 54px; } }
    @media (max-width: 736px) {
      .tel-mobile img {
        height: 44px; } }
    @media (max-width: 450px) {
      .tel-mobile img {
        height: 34px; } }

.btn-group {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .btn-group li {
    float: left; }
    .btn-group li + li {
      margin-left: 10px; }
      @media (max-width: 1000px) {
        .btn-group li + li {
          margin-left: 5px; } }
  .btn-group .btn-default {
    min-width: 132px; }
    @media (max-width: 1000px) {
      .btn-group .btn-default {
        min-width: inherit;
        font-size: 12px;
        line-height: 16px;
        padding: 4px; } }
  .btn-group .ico {
    min-height: 28px; }
    @media (max-width: 1000px) {
      .btn-group .ico {
        min-height: 23px; } }
    .btn-group .ico.search {
      width: 23px;
      height: 23px; }
      @media (max-width: 1000px) {
        .btn-group .ico.search {
          width: 18px;
          height: 18px; } }
      @media (max-width: 736px) {
        .btn-group .ico.search {
          width: auto;
          height: auto; } }
    .btn-group .ico.line {
      width: 30px;
      height: 28px; }
      @media (max-width: 1000px) {
        .btn-group .ico.line {
          width: 25px;
          height: 23px; } }
      @media (max-width: 736px) {
        .btn-group .ico.line {
          width: auto;
          height: auto; } }
    .btn-group .ico.letter {
      width: 28px;
      height: 21px; }
      @media (max-width: 1000px) {
        .btn-group .ico.letter {
          width: 23px;
          height: 16px; } }
      @media (max-width: 736px) {
        .btn-group .ico.letter {
          width: auto;
          height: auto; } }

@media (max-width: 736px) {
  .btn-group {
    margin: 0 -2px 0 2px;
	width:148px;
	min-width:148px;
	max-width:148px;
	 }
    .btn-group li {
      margin: 0;
      padding: 0; }
      .btn-group li + li {
        margin: 0; }
      .btn-group li a i {
        height: 100%;
        text-indent: -9999px; }
      .btn-group li a span {
        display: none; }
      .btn-group li .btn-default {
        background: #fff;
        margin-bottom: 0;
        padding: 0;
        min-width: 0;
        box-shadow: none; }
        .btn-group li .btn-default.dropdown-toggle.focus, .btn-group li .btn-default.active.focus, .btn-group li .btn-default.active:focus, .btn-group li .btn-default.active:hover, .btn-group li .btn-default.focus:active, .btn-group li .btn-default:active:focus, .btn-group li .btn-default:active:hover, .btn-group li .btn-default:focus, .btn-group li .btn-default:active, .btn-group li .btn-default:hover {
          -webkit-transform: translateY(3px);
          transform: translateY(3px); }
      .btn-group li .orange i {
        background: url("../images/header-btn1.png") top no-repeat;
        background-size: 100%; }
      .btn-group li .green i {
        background: url("../images/header-btn2.png") top no-repeat;
        background-size: 100%; }
      .btn-group li .gray i {
        background: url("../images/header-btn3.png") top no-repeat;
        background-size: 100%; }
    .btn-group .ico {
      width: 47px !important;
      height: 43px !important; } }
    @media screen and (max-width: 736px) and (max-width: 320px) {
      .btn-group .ico {
        width: 36px !important;
        height: 33px !important; } }
		@media (max-width: 450px) {
			 .btn-group {
			width:115px;
			min-width:115px;
			max-width:115px;
			 }
			 .btn-group .ico {
		      width: 36px !important;
		      height: 33px !important; } }
		}

/* footer */
#footer {
  background-color: #FFF;
  text-align: center;
  color: #00c2b2;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 0; }
  #footer p {
    margin-bottom: 0; }

/* components */
.company-form {
  padding: 55px 0 0; }
  @media screen and (max-width: 991px) {
    .company-form {
      padding: 30px 0 0; } }
  .company-form .heading {
    margin-bottom: 58px; }
    @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
      .company-form .heading {
        margin-bottom: 25px; } }
  .company-form > p {
    text-align: center;
    margin-bottom: 68px; }
    @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
      .company-form > p {
        margin-bottom: 35px;
        font-size: 13px;
        line-height: 18px; } }
  .company-form .form-box {
    margin-bottom: 28px;
    font-size: 0;
    line-height: 0; }
    @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
      .company-form .form-box {
        margin-bottom: 18px; } }
    .company-form .form-box:nth-child(6) {
      margin-bottom: 75px; }
      @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
        .company-form .form-box:nth-child(6) {
          margin-bottom: 35px; } }
  .company-form .txt-label {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    color: #676767;
    letter-spacing: 1px;
    width: 39%;
    padding: 0 5px 0 60px; }
    @media screen and (max-width: 991px) {
      .company-form .txt-label {
        padding: 0; } }
    @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
      .company-form .txt-label {
        display: block;
        width: auto;
        margin: 0 0 5px; } }
    .company-form .txt-label span {
      background: #c34c5d;
      display: inline-block;
      vertical-align: middle;
      line-height: 22px;
      padding: 0 18px;
      color: #fff;
      letter-spacing: 0;
      margin: -2px 0 0 20px;
      border-radius: 4px; }
      @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
        .company-form .txt-label span {
          margin: -2px 0 0 10px; } }
  .company-form .btn-default {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 5px;
    padding: 29px 30px;
    font-size: 28px;
    line-height: 32px; }
    @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
      .company-form .btn-default {
        padding: 22px 25px;
        font-size: 25px;
        line-height: 30px; } }
    .company-form .btn-default .ico {
      width: 26px;
      height: 20px;
      margin: -4px 25px 0 0; }
      .company-form .btn-default .ico img {
        display: block;
        width: 100%; }

/*form-control*/
.form-control {
  display: block;
  vertical-align: top;
  width: 70%;
  min-width: 300px;
  max-width: 330px;
  height: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 7px;
  border: 2px solid #dddddd;
  background: #fff;
  color: #1a1a1a;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s; }
  @media screen and (max-width: 991px) {
    .form-control {
      width: 100%;
      padding: 5px 15px; } }

.postal-code {
  min-width: 125px; }

textarea.form-control {
  min-height: 120px;
  resize: none;
  overflow: auto;
  padding: 14px 24px;
  font-weight: 400;
  max-width: 70%; }
  @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
    textarea.form-control {
      width: 100%;
      max-width: 100%;
      padding: 14px 15px;
      max-height: 180px; } }

.form-control:focus {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-color: #00c2b2;
  outline: none; }

.form-control::-moz-placeholder {
  color: #1a1a1a;
  opacity: .4;
  letter-spacing: 1px; }

.form-control:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.4);
  letter-spacing: 1px; }

.form-control::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.4);
  letter-spacing: 1px; }

.checkbox,
.radio {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden; }
  @media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
    .checkbox,
    .radio {
      font-size: 12px;
      line-height: 16px; } }

.checkbox span,
.radio span {
  transition: all .3s; }

.checkbox [type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.checkbox label {
  position: relative;
  padding-left: 28px;
  cursor: pointer; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator,
.checkbox [type=checkbox]:checked ~ .control-indicator {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  background: #f8f8f8; }

.checkbox [type=checkbox]:not(:checked) ~ span {
  color: #9e9e9e; }

.checkbox [type=checkbox]:checked ~ .control-indicator {
  background: #fff;
  border-color: #1c1c22; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator:after,
.checkbox [type=checkbox]:checked ~ .control-indicator:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 8px;
  background: url("../images/checked.png") 50% 50% no-repeat;
  background-size: cover;
  transition: all .2s; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.checkbox [type=checkbox]:checked ~ .control-indicator:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.checkbox [type=checkbox]:disabled:not(:checked) ~ .control-indicator,
.checkbox [type=checkbox]:disabled:checked ~ .control-indicator {
  box-shadow: none;
  border-color: #e1e2e6;
  background-color: #f9f9f9; }

.checkbox [type=checkbox]:not(:checked) ~ .control-indicator {
  box-shadow: none;
  border-color: #b8bac1;
  background-color: #f9f9f9; }

.checkbox [type=checkbox]:disabled:not(:checked) ~ .control-indicator:after {
  color: #999; }

.checkbox [type=checkbox]:disabled ~ span {
  color: #9e9e9e; }

.radio [type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.radio label {
  position: relative;
  padding-left: 28px;
  cursor: pointer; }

.radio [type=radio]:not(:checked) ~ .control-indicator,
.radio [type=radio]:checked ~ .control-indicator {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  background: #f8f8f8; }

.radio [type=radio]:not(:checked) ~ span {
  color: #9e9e9e; }

.radio [type=radio]:checked ~ .control-indicator {
  background: #fff;
  border-color: #1c1c22; }

.radio [type=radio]:not(:checked) ~ .control-indicator:after,
.radio [type=radio]:checked ~ .control-indicator:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 8px;
  background: url("../images/checked.png") 50% 50% no-repeat;
  background-size: cover;
  transition: all .2s; }

.radio [type=radio]:not(:checked) ~ .control-indicator:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.radio [type=radio]:checked ~ .control-indicator:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.radio [type=radio]:disabled:not(:checked) ~ .control-indicator,
.radio [type=radio]:disabled:checked ~ .control-indicator,
.radio [type=radio]:not(:checked) ~ .control-indicator {
  box-shadow: none;
  border-color: #e1e2e6;
  background-color: #f9f9f9; }

.radio [type=radio]:disabled:checked ~ .control-indicator:after {
  color: #999; }

.radio [type=radio]:disabled ~ span {
  color: #9e9e9e; }

/* select */
.jcf-select {
  position: relative;
  width: 100%;
  color: #1c1c22;
  border: 2px solid #dddddd;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 30px;
  z-index: 1; }

.jcf-select:before {
  display: none;
  position: absolute;
  content: '状態';
  z-index: 2;
  line-height: 30px;
  color: #e9e9e9;
  left: 10px;
  top: -3px; }

select:disabled,
.jcf-disabled {
  opacity: 0.4; }

.jcf-drop-active {
  border: 1px solid #1c1c22;
  z-index: 10; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 30px 5px 8px; }

.jcf-select .jcf-select-text span {
  padding: 0;
  margin: 0; }

.jcf-select .jcf-select-opener {
  position: absolute;
  background: transparent;
  width: 35px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(0.01deg);
          transform: translate(50%, -50%) rotate(0.01deg);
  width: 12px;
  height: 8px;
  background: url(../images/select.png) 50% 50% no-repeat;
  transition: all 0.3s; }

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
  width: 12px;
  height: 8px;
  background: url(../images/select.png) 50% 50% no-repeat; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #1c1c22; }

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  width: 100%; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 8px;
  color: #424248;
  min-height: 25px;
  height: 1%; }

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: rgba(28, 28, 34, 0.8);
  color: #fff !important;
  transition: all .2s; }

body > .jcf-select-drop {
  margin: -1px 0 0; }

@media (max-width: 736px) {
  .jcf-select.jcf-unselectable.jcf-select-form-control-table:before {
    display: block; } }

/* main */
#section1 {
  background: repeating-linear-gradient(-50deg, #ffdf5e, #ffdf5e 10px, #ffe476 10px, #ffe476 20px);
  width: 100%;
  min-height: 100px;
  display: block; }

#section2 {
  background: repeating-linear-gradient(-50deg, #94fbf2, #94fbf2 10px, #a4fcf4 10px, #a4fcf4 20px);
  width: 100%;
  min-height: 100px;
  display: block; }

#section3 {
  background: repeating-linear-gradient(-50deg, #ffc2cb, #ffc2cb 10px, #ffcbd3 10px, #ffcbd3 20px);
  width: 100%;
  min-height: 100px;
  display: block; }

#section4 {
  background: repeating-linear-gradient(-50deg, #8be4ff, #8be4ff 10px, #9ce8ff 10px, #9ce8ff 20px);
  width: 100%;
  display: block; }

.main h2 > .ico,
.main h3 > .ico {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: -4px 8px 0 0; }
  .main h2 > .ico img,
  .main h3 > .ico img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }

.main #section1 .delivery-purchase {
  margin-bottom: 33px; }
  .main #section1 .delivery-purchase img {
    display: block;
    width: 100%; }

.main #section1 .number-of-purchases {
  margin-bottom: 35px; }

.main #section1 .percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 48px; }

.main #section1 .purchase-up-campaign {
  text-align: center;
  background: #b2f8f2 url("../images/purchase-up-campaign-bottom.png") bottom repeat-x;
  padding: 30px 20px; }
  .main #section1 .purchase-up-campaign h3 {
    font-size: 28px;
    color: #00c2b2; }
  .main #section1 .purchase-up-campaign .up-amount {
    display: inline-block;
    position: relative;
    padding: 33px 34px 28px;
    font-size: 20px;
    line-height: 24px;
    background: #fff;
    border-radius: 13px;
    margin-bottom: 12px; }
    .main #section1 .purchase-up-campaign .up-amount li {
      margin-bottom: 10px; }
    .main #section1 .purchase-up-campaign .up-amount li:last-child {
      margin-bottom: 0; }
    .main #section1 .purchase-up-campaign .up-amount .red-text {
      color: red;
      font-size: 24px;
      line-height: 28px;
      font-weight: bold; }
  .main #section1 .purchase-up-campaign .text {
    font-size: 14px; }
    .main #section1 .purchase-up-campaign .text p {
      margin-bottom: 0; }
  .main #section1 .purchase-up-campaign .up-amount:after {
    content: '';
    position: absolute;
    background: url("../images/girl-proposals.png") no-repeat;
    width: 175px;
    height: 233px;
    right: -140px;
    top: -45px; }

.main #section1 .handling-genres {
  padding: 54px 49px 58px; }
  .main #section1 .handling-genres .content {
    border: 3px solid #e82634; }
    .main #section1 .handling-genres .content h2 {
      padding: 15px 0;
      background: #e82634;
      color: #fff;
      font-size: 28px;
      line-height: 32px;
      vertical-align: middle; }
    .main #section1 .handling-genres .content .gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 18px 27px 4px; }
      .main #section1 .handling-genres .content .gallery li {
        padding: 0 0.4% 29px;
        width: 25%; }
        .main #section1 .handling-genres .content .gallery li a {
          display: block;
          color: #000; }
        .main #section1 .handling-genres .content .gallery li .image {
          margin-bottom: 13px; }
          .main #section1 .handling-genres .content .gallery li .image img {
            display: block;
            width: 100%; }
        .main #section1 .handling-genres .content .gallery li .description {
          font-size: 16px;
          line-height: 20px;
          text-align: center;
          margin-bottom: 0; }

.main #section1 .video h2 {
  padding: 24px 0;
  margin-bottom: 0px;
  background: #2ad1c3;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-align: center; }

.main #section1 .video .iframe {
  height: 420px; }
  .main #section1 .video .iframe iframe {
    width: 100%;
    height: 100%; }

.main #section1 .delivery {
  padding: 53px 48px; }
  .main #section1 .delivery .content {
    padding: 51px 42px;
    background: url("../images/japan.png") top 51px right 42px no-repeat;
    border: 4px solid #0fe7d5;
    border-radius: 20px; }
    .main #section1 .delivery .content h2 {
      text-align: left;
      font-size: 44px;
      line-height: 48px;
      margin-bottom: 46px;
      color: #8e8e8e; }
      .main #section1 .delivery .content h2 img {
        display: block;
        margin-bottom: 20px; }
      .main #section1 .delivery .content h2 .red-text {
        display: block;
        color: #e82634; }
    .main #section1 .delivery .content .quote {
      margin-bottom: 20px; }
      .main #section1 .delivery .content .quote img {
        width: 100%; }
    .main #section1 .delivery .content .options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main #section1 .delivery .content .options img {
        display: block; }

.main #section2 .reasons {
  padding-top: 40px; }
  .main #section2 .reasons .points li {
    margin-bottom: 22px; }
    .main #section2 .reasons .points li h3 {
      position: relative;
      margin-bottom: 0;
      padding: 14px 0;
      font-size: 30px;
      line-height: 34px;
      color: #fff;
      background: #2ad1c3; }
      .main #section2 .reasons .points li h3 span {
        position: relative; }
        .main #section2 .reasons .points li h3 span img {
          position: absolute;
          top: -25px;
          left: -100px; }
    .main #section2 .reasons .points li h3:after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 20px solid transparent;
      border-top: 20px solid #2ad1c3;
      border-bottom: 0; }
    .main #section2 .reasons .points li .content {
      padding: 50px 48px 18px; }
      .main #section2 .reasons .points li .content:after {
        content: '';
        display: block;
        clear: both; }
      .main #section2 .reasons .points li .content .image {
        max-width: 320px;
        vertical-align: middle;
        float: left;
        margin-right: 45px; }
        .main #section2 .reasons .points li .content .image img {
          width: 100%;
          display: block; }
      .main #section2 .reasons .points li .content .text {
        overflow: hidden;
        vertical-align: middle;
        display: inline-block;
        max-width: 470px;
        font-size: 16px;
        line-height: 20px; }
  .main #section2 .reasons .points li:last-child {
    margin-bottom: 66px; }

.main #section2 .purchase-example h2 {
  padding: 20px 0;
  margin-bottom: 0;
  color: #fff;
  background: #e82634; }

.main #section2 .purchase-example .feedbacks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 41px 50px 28px; }
  .main #section2 .purchase-example .feedbacks li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px 16px;
    box-sizing: border-box;
    width: 45%;
    min-height: 280px;
    border: 3px solid #eaeaea;
    border-radius: 5px; }
    .main #section2 .purchase-example .feedbacks li .who {
      margin-right: 18px; }
      .main #section2 .purchase-example .feedbacks li .who h3 {
        font-size: 16px;
        color: #fff;
        background: #959595;
        padding: 4px;
        border-radius: 20px; }

.main #section2 .purchase-example .good-feedbacks {
  margin: 0 50px 59px; }
  .main #section2 .purchase-example .good-feedbacks h3 {
    margin-bottom: 20px; }
  .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks {
    box-sizing: border-box;
    border: 4px solid #ffb841; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks h4 {
      position: relative;
      background: #ffb841;
      margin-bottom: 0;
      padding: 18px;
      color: #fff;
      text-align: center;
      font-size: 23px;
      line-height: 27px; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks h4:after {
      content: '';
      position: absolute;
      width: 125px;
      height: 114px;
      background: url("../images/girl-feedbacks.png") no-repeat;
      bottom: 0;
      right: 0; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks .comments {
      max-height: 270px;
      overflow-y: auto;
      padding: 25px;
      box-sizing: border-box; }
      .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks .comments li {
        padding-left: 20px;
        position: relative;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 23px;
        color: #676767; }
      .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks .comments li:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("../images/yellow-round.png") no-repeat;
        top: 2px;
        left: 0; }

.main #section2 .purchase-flow h2 {
  padding: 26px 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  background: #e82634; }

.main #section2 .purchase-flow .purchase-steps {
  padding: 51px 65px 27px; }
  .main #section2 .purchase-flow .purchase-steps li {
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main #section2 .purchase-flow .purchase-steps li .step-picture {
      position: relative;
      min-width: 200px;
      height: 127px;
      margin-bottom: 15px;
      margin-right: 35px;
      border-radius: 14px;
      text-align: center; }
      .main #section2 .purchase-flow .purchase-steps li .step-picture p {
        display: inline-block;
        margin: 25px 0 0;
        color: #fff;
        font-size: 24px;
        line-height: 28px; }
    .main #section2 .purchase-flow .purchase-steps li .step-picture1 {
      background: #00c2b2 url("../images/step1.png") bottom 20px left 50% no-repeat; }
    .main #section2 .purchase-flow .purchase-steps li .step-picture2 {
      background: #00c2b2 url("../images/step2.png") bottom 20px left 50% no-repeat; }
    .main #section2 .purchase-flow .purchase-steps li .step-picture3 {
      background: #00c2b2 url("../images/step3.png") bottom 20px left 50% no-repeat; }
    .main #section2 .purchase-flow .purchase-steps li .step-picture4 {
      background: #00c2b2 url("../images/step4.png") bottom 20px left 50% no-repeat; }
    .main #section2 .purchase-flow .purchase-steps li .location {
      background: #ffb841 url("../images/location.png") bottom 20px left 50% no-repeat; }
    .main #section2 .purchase-flow .purchase-steps li .after:after {
      content: '';
      position: absolute;
      bottom: -19px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border: 10px solid transparent;
      border-top: 20px solid #00c2b2;
      border-bottom: 0; }
    .main #section2 .purchase-flow .purchase-steps li .description {
      width: 100%; }
      .main #section2 .purchase-flow .purchase-steps li .description h3 {
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        color: #00c2b2; }
      .main #section2 .purchase-flow .purchase-steps li .description .text {
        font-size: 18px;
        line-height: 22px;
        color: #676767; }
    .main #section2 .purchase-flow .purchase-steps li .description.contacts h3 {
      color: #ffb841; }
    .main #section2 .purchase-flow .purchase-steps li .description.contacts .text {
      color: #ffb841; }

.main #section2 .line-assessment {
  padding: 0 0 56px; }
  .main #section2 .line-assessment h2 {
    padding: 26px 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    background: #e82634; }
  .main #section2 .line-assessment .contact-line {
    padding: 0 50px;
    margin-bottom: 44px; }
    .main #section2 .line-assessment .contact-line h3 {
      padding: 27px 0;
      margin-bottom: 0;
      color: #00c2b2;
      font-size: 20px;
      line-height: 24px; }
    .main #section2 .line-assessment .contact-line .contact-ways {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main #section2 .line-assessment .contact-line .contact-ways > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 28px 41px;
        border: 3px solid #eaeaea;
        border-radius: 5px;
        width: 48%; }
        .main #section2 .line-assessment .contact-line .contact-ways > div h4 {
          text-align: center;
          font-size: 20px;
          line-height: 24px; }
        .main #section2 .line-assessment .contact-line .contact-ways > div .btn {
          display: inline-block;
          background: #00c2b2 url("../images/line-btn.png") top 15px center no-repeat;
          border-radius: 6px;
          min-width: 80%;
          font-size: 21px;
          line-height: 25px;
          padding: 65px 0 13px; }
  .main #section2 .line-assessment .registration-method {
    padding: 0 50px; }
    .main #section2 .line-assessment .registration-method h3 {
      margin-bottom: 39px;
      text-align: left;
      color: #e82634;
      font-size: 20px;
      line-height: 30px;
      border-bottom: 2px dotted #e82634; }
    .main #section2 .line-assessment .registration-method .steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
      .main #section2 .line-assessment .registration-method .steps li {
        position: relative;
        width: 20%; }
        .main #section2 .line-assessment .registration-method .steps li img {
          display: block;
          width: 100%; }
      .main #section2 .line-assessment .registration-method .steps li:after {
        content: '';
        position: absolute;
        background: url("../images/to-step.png") no-repeat;
        height: 27px;
        width: 13px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        right: -35px; }
      .main #section2 .line-assessment .registration-method .steps li:last-child:after {
        display: none; }
    .main #section2 .line-assessment .registration-method .text {
      text-align: center;
      padding: 0 20px;
      font-size: 20px;
      line-height: 24px; }
      .main #section2 .line-assessment .registration-method .text .red-text {
        color: #e82634; }

.main #section3 h2 {
  color: #fff;
  padding: 24px 0;
  background: #00c2b2;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0; }

.main #section3 .assessment-application {
  padding: 53px 73px 46px; }
  .main #section3 .assessment-application form {
    width: 100%;
    display: block; }
    .main #section3 .assessment-application form .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #00c2b2; }
      .main #section3 .assessment-application form .row > div {
        padding: 33px 0; }
      .main #section3 .assessment-application form .row .field-info {
        min-width: 262px;
        background: #f8f8f8;
        padding: 33px 0 33px 25px; }
        .main #section3 .assessment-application form .row .field-info h3 {
          display: inline-block;
          text-align: left;
          min-width: 150px;
          font-size: 16px;
          line-height: 20px;
          color: #00c2b2;
          margin-bottom: 0; }
        .main #section3 .assessment-application form .row .field-info .required {
          display: inline-block;
          padding: 2px 7px;
          margin-right: 43px;
          color: #fff;
          font-size: 13px;
          line-height: 14px;
          background: #ff3d57;
          border-radius: 3px; }
          .main #section3 .assessment-application form .row .field-info .required p {
            margin-bottom: 0; }
        .main #section3 .assessment-application form .row .field-info .required-to-purchase {
          display: inline-block;
          position: relative;
          padding: 2px 7px;
          margin-right: 43px;
          color: #fff;
          font-size: 13px;
          line-height: 14px;
          background: #ffab1d;
          border-radius: 3px; }
          .main #section3 .assessment-application form .row .field-info .required-to-purchase .above-text {
            position: absolute;
            top: -20px;
            left: -10%;
            width: 200%;
            font-size: 12px;
            line-height: 14px;
            color: #ffab1d; }
          .main #section3 .assessment-application form .row .field-info .required-to-purchase p {
            margin-bottom: 0; }
      .main #section3 .assessment-application form .row .checkboxes {
        margin-left: 43px;
        padding-right: 25px; }
        .main #section3 .assessment-application form .row .checkboxes .checkbox {
          display: inline-block;
          margin-right: 20px;
          margin-bottom: 5px; }
      .main #section3 .assessment-application form .row .select {
        margin-left: 43px;
        padding-right: 25px;
        min-width: 100px; }
        .main #section3 .assessment-application form .row .select select {
          -webkit-appearance: none;
          -moz-appearance: none;
          padding: 5px 7px;
          width: 100%;
          border: 2px solid #dddddd;
          background: url("../images/select.png") right 5px top 50% no-repeat; }
        .main #section3 .assessment-application form .row .select select::-ms-expand {
          display: none; }
      .main #section3 .assessment-application form .row .form-box {
        margin-left: 43px;
        padding-right: 25px; }
    .main #section3 .assessment-application form .few-text-inputs > * {
      vertical-align: top; }
    .main #section3 .assessment-application form .few-text-inputs .required-to-purchase {
      margin-top: 10px; }
    .main #section3 .assessment-application form .few-text-inputs .few-inputs {
      display: inline-block; }
      .main #section3 .assessment-application form .few-text-inputs .few-inputs > input {
        margin-bottom: 15px; }
    .main #section3 .assessment-application form .coupon {
      border-bottom: 1px solid #00c2b2;
      margin-bottom: 30px; }
      .main #section3 .assessment-application form .coupon h3 {
        margin-right: 87px; }
    .main #section3 .assessment-application form > h3 {
      padding: 15px 0;
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      background: #00c2b2; }
    .main #section3 .assessment-application form .request-list {
      padding: 12px 55px; }
      .main #section3 .assessment-application form .request-list p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
        text-align: center; }
    .main #section3 .assessment-application form > h4 {
      text-align: center;
      font-size: 24px;
      line-height: 28px;
      color: #676767;
      border-bottom: 1px solid #00c2b2;
      padding-bottom: 15px; }
    .main #section3 .assessment-application form .product-information {
      border-collapse: separate;
      border-collapse: collapse;
      width: 100%; }
      .main #section3 .assessment-application form .product-information tr th {
        color: #00c2b2;
        font-size: 15px;
        line-height: 19px;
        padding-bottom: 10px; }
      .main #section3 .assessment-application form .product-information tr td {
        padding: 0 10px 10px 0; }
      .main #section3 .assessment-application form .product-information tr td:last-child {
        padding-right: 0; }
      .main #section3 .assessment-application form .product-information tr .table-col-1 {
        width: 40%; }
      .main #section3 .assessment-application form .product-information tr .table-col-2 {
        width: 20%; }
      .main #section3 .assessment-application form .product-information tr .table-col-3 {
        vertical-align: top;
        width: 20%; }
        .main #section3 .assessment-application form .product-information tr .table-col-3 select {
          -webkit-appearance: none;
          padding: 5px 7px;
          border: 2px solid #dddddd;
          background: url("../images/select.png") right 5px top 50% no-repeat; }
        .main #section3 .assessment-application form .product-information tr .table-col-3 select::-ms-expand {
          display: none; }
      .main #section3 .assessment-application form .product-information tr .table-col-4 {
        width: 10%; }
      .main #section3 .assessment-application form .product-information tr .form-control-table {
        min-width: 100px;
        width: 100%; }
    .main #section3 .assessment-application form .files {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-top: 1px solid #00c2b2;
      border-bottom: 1px solid #00c2b2; }
      .main #section3 .assessment-application form .files > label {
        min-width: 265px;
        padding: 24px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #00c2b2;
        background: #f8f8f8; }
      .main #section3 .assessment-application form .files .attachments {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 25px 37px; }
        .main #section3 .assessment-application form .files .attachments .btn {
          font-weight: 500;
          font-size: 14px;
          line-height: 1.25;
          display: inline-block;
          vertical-align: top;
          padding: 6px 14px;
          border-radius: 0;
          border: none;
          text-decoration: none; }
        .main #section3 .assessment-application form .files .attachments .btn-secondary {
          background: #676767 url("../images/arrow-download.png") left 15px center no-repeat;
          color: #fff;
          padding: 12px 17px 12px 32px;
          min-width: 150px; }
        .main #section3 .assessment-application form .files .attachments .form-file {
          margin-bottom: 20px;
          overflow: hidden; }
        .main #section3 .assessment-application form .files .attachments .form-file label {
          float: left;
          margin: 0;
          overflow: hidden; }
        .main #section3 .assessment-application form .files .attachments .form-file label:hover {
          cursor: pointer;
          cursor: pointer; }
        .main #section3 .assessment-application form .files .attachments .form-file .file {
          display: none; }
        .main #section3 .assessment-application form .files .attachments .form-file .holder-input {
          height: 100%;
          overflow: hidden; }
        .main #section3 .assessment-application form .files .attachments .form-file .form-control {
          border: 0;
          display: block;
          height: 100%;
          vertical-align: top;
          width: inherit;
          background: 0;
          color: #e40011;
          padding: 9.5px 15px;
          cursor: default; }
        .main #section3 .assessment-application form .files .attachments .file:hover {
          opacity: 0.8; }
        .main #section3 .assessment-application form .files .attachments .to-exel {
          margin-top: 13px; }
        .main #section3 .assessment-application form .files .attachments .exel {
          display: inline-block;
          position: relative;
          padding: 15px 17px 15px 45px;
          color: #fff;
          background: #00c2b2 url("../images/download.png") left 10px center no-repeat;
          border-radius: 4px; }
        .main #section3 .assessment-application form .files .attachments .exel:hover {
          opacity: 0.8; }
        .main #section3 .assessment-application form .files .attachments .exel:after {
          content: '';
          position: absolute;
          height: 32px;
          width: 30px;
          background: url("../images/exel.png") no-repeat;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          right: -40px; }
    .main #section3 .assessment-application form .submit {
      padding-top: 25px;
      text-align: center; }
      .main #section3 .assessment-application form .submit .checkbox {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 20px; }
        .main #section3 .assessment-application form .submit .checkbox label {
          font-size: 15px;
          line-height: 19px; }
          .main #section3 .assessment-application form .submit .checkbox label a {
            color: #ff3d57;
            text-decoration: underline; }
        .main #section3 .assessment-application form .submit .checkbox .required {
          vertical-align: middle;
          display: inline-block;
          margin-left: 10px;
          padding: 2px 7px;
          color: #fff;
          font-size: 13px;
          line-height: 14px;
          background: #ff3d57;
          border-radius: 3px; }
          .main #section3 .assessment-application form .submit .checkbox .required p {
            margin-bottom: 0; }
      .main #section3 .assessment-application form .submit .btn-sumbit {
        position: relative;
        z-index: 1; }
        .main #section3 .assessment-application form .submit .btn-sumbit input {
          cursor: pointer; }
      .main #section3 .assessment-application form .submit .btn-sumbit:after {
        position: absolute;
        z-index: 2;
        content: '';
        width: 84px;
        height: 105px;
        background: url("../images/girl-submit.png") no-repeat;
        bottom: 0;
        right: 10%; }

.main #section4 h2 {
  color: #fff;
  padding: 24px 0;
  background: #00c2b2;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0; }

.main #section4 .faq {
  padding: 41px 73px; }
  .main #section4 .faq .list-of-faq h3 {
    margin-bottom: 0;
    padding: 9px 36px;
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    background: #8e8e8e url("../images/question.png") left 15px center no-repeat; }
  .main #section4 .faq .list-of-faq .answer {
    padding: 16px 0 20px;
    font-size: 14.5px;
    line-height: 19.5px; }
    .main #section4 .faq .list-of-faq .answer p {
      margin-bottom: 0; }
      .main #section4 .faq .list-of-faq .answer p a {
        text-decoration: underline; }

.main #section4 h3 {
  color: #fff;
  padding: 24px 0;
  background: #2ad1c3;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0; }

.main #section4 .company-profile {
  padding: 0 70px 55px; }
  .main #section4 .company-profile .info {
    margin-bottom: 40px;
    padding: 23px 28px 0; }
    .main #section4 .company-profile .info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px dotted gainsboro; }
      .main #section4 .company-profile .info li > div {
        vertical-align: middle;
        font-size: 14px;
        line-height: 18px; }
      .main #section4 .company-profile .info li .what {
        min-width: 169px;
        max-width: 169px;
        color: #00c2b2; }
        .main #section4 .company-profile .info li .what p {
          margin-bottom: 0; }
      .main #section4 .company-profile .info li .description {
        width: 100%; }
        .main #section4 .company-profile .info li .description p {
          margin-bottom: 0; }
        .main #section4 .company-profile .info li .description a {
          text-decoration: underline; }
  .main #section4 .company-profile .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main #section4 .company-profile .socials > div {
      width: 100%; }
    .main #section4 .company-profile .socials .fb-inst {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-right: 17px; }
      .main #section4 .company-profile .socials .fb-inst > div {
        text-align: center;
        font-size: 12px;
        line-height: 16px; }
        .main #section4 .company-profile .socials .fb-inst > div a {
          padding: 28px 90px;
          display: block;
          width: 100%;
          height: 100%;
          color: #fff; }
          .main #section4 .company-profile .socials .fb-inst > div a p {
            margin-bottom: 0; }
            .main #section4 .company-profile .socials .fb-inst > div a p span {
              font-size: 24px;
              line-height: 28px; }
      .main #section4 .company-profile .socials .fb-inst .inst {
        background: #2ad1c3 url("../images/inst.png") left 10% center no-repeat;
        margin-bottom: 17px; }
      .main #section4 .company-profile .socials .fb-inst .fb {
        background: #2ad1c3 url("../images/fb.png") left 10% center no-repeat;
        background-size: 60px; }
      .main #section4 .company-profile .socials .fb-inst div:hover {
        opacity: 0.8; }
  .main #section4 .company-profile .tw {
    overflow: hidden; }
    .main #section4 .company-profile .tw iframe {
      width: 100% !important;
      height: 100% !important;
      overflow: hidden; }

/*All media*/
@media (max-width: 1000px) {
  .main #section1 .delivery-purchase {
    margin-bottom: 3%; }
  .main #section1 .number-of-purchases {
    padding: 0 5%;
    margin-bottom: 3%; }
    .main #section1 .number-of-purchases img {
      width: 100%; }
  .main #section1 .percentage {
    margin-bottom: 20px; }
    .main #section1 .percentage > li {
      width: 28%; }
      .main #section1 .percentage > li img {
        width: 100%; }
  .main #section1 .purchase-up-campaign h2 img {
    width: 80%; }
  .main #section1 .purchase-up-campaign h3 {
    font-size: 20px;
    line-height: 24px; }
  .main #section1 .purchase-up-campaign .up-amount {
    padding: 3%; }
    .main #section1 .purchase-up-campaign .up-amount li {
      margin: 0; }
  .main #section1 .purchase-up-campaign .up-amount:after {
    background-size: 80%;
    top: -33px; }
  .main #section1 .handling-genres {
    padding: 5%; }
    .main #section1 .handling-genres .content .gallery {
      padding: 3%; }
      .main #section1 .handling-genres .content .gallery li {
        width: 33.33333%;
        padding-bottom: 2%; }
        .main #section1 .handling-genres .content .gallery li a {
          height: 100%; }
  .main #section1 .delivery {
    padding: 5%; }
    .main #section1 .delivery .content {
      padding: 3%;
      background-size: 30%; }
      .main #section1 .delivery .content h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10%; }
      .main #section1 .delivery .content .options li {
        width: 30%; }
        .main #section1 .delivery .content .options li img {
          width: 100%; }
  .main #section2 .reasons {
    padding-top: 3%; }
    .main #section2 .reasons h2 {
      margin-bottom: 3%; }
      .main #section2 .reasons h2 img {
        width: 93%; }
    .main #section2 .reasons .points li {
      text-align: center;
      margin-bottom: 3%; }
      .main #section2 .reasons .points li .content {
        padding: 7% 6% 2%; }
        .main #section2 .reasons .points li .content .image {
          display: block;
          margin: 0 auto 3%;
          float: none; }
          .main #section2 .reasons .points li .content .image img {
            display: inline-block; }
        .main #section2 .reasons .points li .content .text {
          display: block;
          text-align: left;
          max-width: 100%; }
    .main #section2 .reasons .points li:last-child {
      margin-bottom: 6%; }
  .main #section2 .purchase-example h2 {
    padding: 4% 0;
    font-size: 20px;
    line-height: 24px; }
    .main #section2 .purchase-example h2 img {
      width: 20px; }
  .main #section2 .purchase-example .feedbacks {
    padding: 4% 5% 2%; }
    .main #section2 .purchase-example .feedbacks li {
      padding: 10px;
      width: 100%;
      min-height: 0;
      max-height: 100%;
      margin-bottom: 15px; }
      .main #section2 .purchase-example .feedbacks li .who {
        width: 20%;
        min-width: 80px; }
        .main #section2 .purchase-example .feedbacks li .who .image img {
          display: block;
          width: 100%; }
      .main #section2 .purchase-example .feedbacks li .comment {
        width: 80%; }
  .main #section2 .purchase-example .good-feedbacks {
    margin: 0 5% 6%; }
    .main #section2 .purchase-example .good-feedbacks h3 {
      margin-bottom: 50px; }
      .main #section2 .purchase-example .good-feedbacks h3 img {
        width: 100%; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks h4 {
      position: relative;
      padding-right: 28%;
      text-align: left;
      font-size: 20px;
      line-height: 24px; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks h4:after {
      height: 111px; }
  .main #section2 .purchase-flow h2 {
    padding: 4% 0;
    font-size: 20px;
    line-height: 24px; }
    .main #section2 .purchase-flow h2 img {
      width: 20px; }
  .main #section2 .line-assessment {
    padding-bottom: 5%; }
    .main #section2 .line-assessment h2 {
      padding: 4% 0;
      font-size: 20px;
      line-height: 24px; }
      .main #section2 .line-assessment h2 img {
        width: 20px; }
    .main #section2 .line-assessment .contact-line {
      margin-bottom: 20px;
      padding: 0 5%; }
      .main #section2 .line-assessment .contact-line h3 {
        padding: 5% 0; }
      .main #section2 .line-assessment .contact-line .contact-ways {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .main #section2 .line-assessment .contact-line .contact-ways > div {
          width: 100%;
          padding: 10px 20px; }
        .main #section2 .line-assessment .contact-line .contact-ways .send-message {
          margin-bottom: 10px; }
    .main #section2 .line-assessment .registration-method {
      padding: 0 5%; }
      .main #section2 .line-assessment .registration-method h3 {
        margin-bottom: 20px; }
  .main #section3 h2 {
    padding: 4% 0;
    font-size: 20px;
    line-height: 24px; }
    .main #section3 h2 img {
      width: 20px; }
  .main #section3 .assessment-application {
    padding: 27px 36px 23px; }
    .main #section3 .assessment-application form .row {
      width: 100%; }
      .main #section3 .assessment-application form .row .field-info {
        min-width: 200px;
        padding: 10px 0 10px 8px; }
        .main #section3 .assessment-application form .row .field-info h3 {
          display: block;
          margin-bottom: 5%; }
        .main #section3 .assessment-application form .row .field-info .required-to-purchase {
          margin-left: 80px; }
          .main #section3 .assessment-application form .row .field-info .required-to-purchase .above-text {
            top: 0;
            left: -80px; }
    .main #section3 .assessment-application form .coupon h3 {
      margin-right: 0; }
    .main #section3 .assessment-application form .coupon .form-box {
      margin-right: 0; }
    .main #section3 .assessment-application form .request-list {
      padding: 5px 15px; } }

@media (max-width: 736px) {
  .main h2 > .ico,
  .main h3 > .ico {
    display: inline-block; }
    .main h2 > .ico img,
    .main h3 > .ico img {
      height: 18px;
      width: auto;
      display: block; }
  .main #section1 .purchase-up-campaign h2 img {
    width: 90%; }
  .main #section1 .purchase-up-campaign .up-amount {
    padding: 3%; }
    .main #section1 .purchase-up-campaign .up-amount li {
      font-size: 16px;
      line-height: 20px; }
      .main #section1 .purchase-up-campaign .up-amount li .red-text {
        font-size: 18px;
        line-height: 22px; }
  .main #section1 .purchase-up-campaign .up-amount:after {
    background-size: 60%;
    top: -15px;
    right: -150px; }
  .main #section1 .handling-genres .content h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section1 .handling-genres .content .gallery {
    padding: 15px 12px; }
    .main #section1 .handling-genres .content .gallery li a .description {
      font-size: 12px;
      line-height: 16px; }
  .main #section1 .video h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section1 .video .iframe {
    height: 300px; }
  .main #section1 .delivery .content {
    padding: 24px; }
    .main #section1 .delivery .content h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 5%; }
  .main #section2 .reasons .points li h3:after {
    bottom: -12px;
    border: 15px solid transparent;
    border-top: 12px solid #2ad1c3;
    border-bottom: 0; }
  .main #section2 .reasons .points li h3 {
    font-size: 16px;
    line-height: 20px; }
    .main #section2 .reasons .points li h3 span img {
      width: 66px;
      height: 66px;
      left: -70px;
      top: -20px; }
  .main #section2 .reasons .points li .content .text {
    font-size: 12px;
    line-height: 14px; }
  .main #section2 .purchase-example h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section2 .purchase-example .feedbacks li .who h3 {
    font-size: 14px; }
  .main #section2 .purchase-example .feedbacks li .who .image {
    width: 60px;
    margin: 0 auto; }
  .main #section2 .purchase-example .feedbacks li .comment {
    font-size: 12px; }
  .main #section2 .purchase-example .good-feedbacks h3 {
    margin-bottom: 20px; }
  .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks h4 {
    font-size: 14px;
    line-height: 16px;
    padding-right: 125px; }
  .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks .comments {
    padding: 12px 10px; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks .comments li {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 14px; }
    .main #section2 .purchase-example .good-feedbacks .list-of-feedbacks .comments li:before {
      top: 1px;
      width: 12px;
      height: 12px;
      background-size: 100% auto; }
  .main #section2 .purchase-flow h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section2 .purchase-flow .purchase-steps {
    padding: 25px 15px; }
    .main #section2 .purchase-flow .purchase-steps li {
      margin-bottom: 10px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .main #section2 .purchase-flow .purchase-steps li .step-picture {
        margin-right: 15px; }
      .main #section2 .purchase-flow .purchase-steps li .step-picture {
        min-width: 100px;
        height: 80px;
        background-position-y: 36px;
        background-size: auto 28px; }
        .main #section2 .purchase-flow .purchase-steps li .step-picture p {
          font-size: 14px;
          line-height: 18px;
          margin-top: 10px; }
      .main #section2 .purchase-flow .purchase-steps li .description h3 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 8px; }
      .main #section2 .purchase-flow .purchase-steps li .description .text {
        font-size: 12px;
        line-height: 16px; }
      .main #section2 .purchase-flow .purchase-steps li .after:after {
        bottom: -14px;
        border: 5px solid transparent;
        border-top: 10px solid #00c2b2; }
  .main #section2 .line-assessment h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section2 .line-assessment .contact-line h3 {
    padding: 12px 0;
    font-size: 12px;
    line-height: 14px; }
  .main #section2 .line-assessment .registration-method .steps {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main #section2 .line-assessment .registration-method .steps li {
      width: 40%;
      margin-bottom: 10px; }
  .main #section2 .line-assessment .registration-method .text {
    font-size: 12px;
    line-height: 14px; }
  .main #section3 h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section3 .assessment-application {
    padding: 24px 15px; }
    .main #section3 .assessment-application form > h3 {
      margin: 0 -9%; }
    .main #section3 .assessment-application form .row .field-info {
      min-width: 160px; }
      .main #section3 .assessment-application form .row .field-info .required-to-purchase {
        margin-right: 3%; }
    .main #section3 .assessment-application form .row .checkboxes {
      margin-left: 10px;
      padding: 10px 5px 10px 0; }
      .main #section3 .assessment-application form .row .checkboxes .checkbox {
        width: 100%; }
    .main #section3 .assessment-application form .row .form-box {
      margin-left: 10px;
      padding: 10px 5px 10px 0;
      width: 100%; }
      .main #section3 .assessment-application form .row .form-box input {
        font-size: 10px;
        padding-left: 5px;
        min-width: 50px;
        width: 100%; }
    .main #section3 .assessment-application form .row .select {
      margin-left: 10px;
      padding: 10px 5px 10px 0; }
    .main #section3 .assessment-application form .coupon h3 {
      margin-right: 0; }
    .main #section3 .assessment-application form .coupon .form-box {
      margin-right: 0; }
    .main #section3 .assessment-application form > h3 {
      font-size: 14px;
      line-height: 16px;
      padding: 8px 0; }
    .main #section3 .assessment-application form .request-list p {
      font-size: 10px;
      line-height: 12px; }
    .main #section3 .assessment-application form > h4 {
      font-size: 14px;
      line-height: 16px;
      padding-bottom: 8px; }
    .main #section3 .assessment-application form .product-information {
      display: block; }
      .main #section3 .assessment-application form .product-information tbody {
        display: block; }
        .main #section3 .assessment-application form .product-information tbody tr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          border-bottom: 1px solid #e9e9e9;
          width: 100%;
          margin-bottom: 10px; }
          .main #section3 .assessment-application form .product-information tbody tr th {
            font-size: 12px;
            line-height: 14px; }
          .main #section3 .assessment-application form .product-information tbody tr th:nth-child(3) {
            display: none; }
          .main #section3 .assessment-application form .product-information tbody tr th:nth-child(4) {
            display: none; }
          .main #section3 .assessment-application form .product-information tbody tr td {
            display: block;
            width: 48% !important; }
            .main #section3 .assessment-application form .product-information tbody tr td .jcf-select .jcf-select-text {
              text-align: right; }
          .main #section3 .assessment-application form .product-information tbody tr td:nth-child(2) {
            padding-right: 0; }
          .main #section3 .assessment-application form .product-information tbody tr .table-col-3 .select {
            background: url("../images/arrow-submit.png") left 20px top 50% no-repeat; }
            .main #section3 .assessment-application form .product-information tbody tr .table-col-3 .select select {
              direction: rtl;
              padding-right: 20px; }
        .main #section3 .assessment-application form .product-information tbody tr:first-child, .main #section3 .assessment-application form .product-information tbody tr:last-child {
          border-bottom: none;
          margin-bottom: 0; }
    .main #section3 .assessment-application form .coupon-code .form-box label {
      padding: 10px;
      width: 30%;
      min-width: 110px;
      font-size: 12px;
      line-height: 14px; }
    .main #section3 .assessment-application form .coupon-code .form-box textarea {
      margin: 10px 0 10px 10px;
      padding: 1.5%;
      font-size: 14px;
      line-height: 18px;
      min-width: 100px;
      min-height: 60px; }
    .main #section3 .assessment-application form .files > label {
      padding: 10px;
      width: 30%;
      min-width: 110px;
      font-size: 12px;
      line-height: 14px; }
    .main #section3 .assessment-application form .files .attachments {
      padding: 10px 0 10px 10px; }
      .main #section3 .assessment-application form .files .attachments .form-file label .btn {
        padding: 5% 5% 5% 15%;
        min-width: 130px;
        font-size: 12px;
        line-height: 14px; }
      .main #section3 .assessment-application form .files .attachments .to-exel {
        margin-top: 0; }
      .main #section3 .assessment-application form .files .attachments .exel {
        padding: 10px 5px 10px 25px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -1px;
        background-size: 15px;
        margin-top: 40px; }
      .main #section3 .assessment-application form .files .attachments .exel:after {
        top: -40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); }
    .main #section3 .assessment-application form .submit .btn-sumbit .btn-default {
      background: #d00011 url(../images/arrow-submit.png) left 10% center no-repeat;
      max-width: 250px; }
    .main #section3 .assessment-application form .submit .btn-sumbit:after {
      width: 65px;
      height: 80px;
      background-size: 100%; }
  .main #section4 h2 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section4 .faq {
    padding: 15px 0 15px; }
    .main #section4 .faq .list-of-faq h3 {
      font-size: 12px;
      line-height: 14px; }
    .main #section4 .faq .list-of-faq .answer {
      padding: 9px 16px 16px;
      font-size: 10px;
      line-height: 12px; }
  .main #section4 .container > h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 0; }
  .main #section4 .company-profile {
    padding: 0 15px 15px; }
    .main #section4 .company-profile .info {
      margin-bottom: 20px;
      padding: 0 0 5%; }
      .main #section4 .company-profile .info li {
        padding: 5%; }
        .main #section4 .company-profile .info li .what {
          font-size: 12px;
          line-height: 16px;
          width: 30%;
          min-width: 100px;
          padding-right: 5%; }
        .main #section4 .company-profile .info li .description {
          font-size: 12px;
          line-height: 16px;
          width: 70%; }
    .main #section4 .company-profile .socials {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .main #section4 .company-profile .socials > div {
        width: 100%;
        max-width: 390px; }
      .main #section4 .company-profile .socials .fb-inst {
        margin-right: 0; }
        .main #section4 .company-profile .socials .fb-inst .fb,
        .main #section4 .company-profile .socials .fb-inst .inst {
          background-size: 46px auto;
          margin-bottom: 15px; }
          .main #section4 .company-profile .socials .fb-inst .fb a,
          .main #section4 .company-profile .socials .fb-inst .inst a {
            padding: 20px 45px 20px 90px; }
            .main #section4 .company-profile .socials .fb-inst .fb a p > span,
            .main #section4 .company-profile .socials .fb-inst .inst a p > span {
              font-size: 20px;
              line-height: 24px; }
            .main #section4 .company-profile .socials .fb-inst .fb a .txt,
            .main #section4 .company-profile .socials .fb-inst .inst a .txt {
              font-size: 10px;
              line-height: 16px; }
      .main #section4 .company-profile .socials .tw iframe {
        width: 100%; }
    .main #section4 .company-profile #footer {
      padding-bottom: 0; }
  #to-top {
    width: 50px !important;
    height: 50px !important;
    background-size: 100% !important; } }

@media (max-width: 550px) {
  .main #section1 .purchase-up-campaign {
    text-align: left;
    padding: 2%; }
    .main #section1 .purchase-up-campaign h2 {
      margin-bottom: 2%; }
    .main #section1 .purchase-up-campaign h3 {
      text-align: left;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 2%;
      margin-left: 10%; }
    .main #section1 .purchase-up-campaign .up-amount {
      min-width: 80%;
      margin-bottom: 2%;
      text-align: center; }
      .main #section1 .purchase-up-campaign .up-amount li {
        font-size: 12px;
        line-height: 16px; }
        .main #section1 .purchase-up-campaign .up-amount li .red-text {
          font-size: 13px;
          line-height: 17px; }
    .main #section1 .purchase-up-campaign .up-amount:after {
      background-size: 60%;
      top: -20px;
      right: -150px; }
    .main #section1 .purchase-up-campaign .text {
      text-align: left;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 2%;
      margin-left: 5%; }
  .main #section1 .video h2 {
    font-size: 13px;
    line-height: 17px; }
  .main #section1 .video .iframe {
    height: 200px; }
  .main #section1 .delivery .content h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8%; }
    .main #section1 .delivery .content h2 img {
      width: 50%; }
  .main #section2 .line-assessment .contact-line .contact-ways > div h4 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 3%; }
  .main #section2 .line-assessment .registration-method .steps li:after {
    right: -20%; }
  .main #section2 .line-assessment .registration-method .text {
    font-size: 14px;
    line-height: 18px;
    padding: 0; }
  .main #section3 .assessment-application form .row .field-info {
    width: 120px;
    min-width: 120px; }
    .main #section3 .assessment-application form .row .field-info h3 {
      font-size: 12px;
      line-height: 14px; }
    .main #section3 .assessment-application form .row .field-info .required {
      font-size: 10px;
      line-height: 12px; }
    .main #section3 .assessment-application form .row .field-info .required-to-purchase {
      margin-left: 65px;
      font-size: 10px;
      line-height: 12px; }
      .main #section3 .assessment-application form .row .field-info .required-to-purchase .above-text {
        left: -65px; }
  .main #section3 .assessment-application form .row .checkboxes .checkbox {
    margin-right: 2%;
    line-height: 16px; }
  .main #section3 .assessment-application form .files .attachments .form-file {
    margin-bottom: 2%; }
    .main #section3 .assessment-application form .files .attachments .form-file label .btn {
      text-align: left;
      min-width: 100px;
      font-size: 10px;
      line-height: 12px; }
    .main #section3 .assessment-application form .files .attachments .form-file label .btn-secondary {
      background: #676767 url(../images/arrow-download.png) left 5px center no-repeat;
      background-size: 7px 10px; }
    .main #section3 .assessment-application form .files .attachments .form-file .holder-input {
      display: inline-block; }
      .main #section3 .assessment-application form .files .attachments .form-file .holder-input .form-control {
        padding: 4% 0 5% 3%;
        font-size: 10px;
        line-height: 12px;
        min-width: 0; }
  .main #section3 .assessment-application form .files .attachments .to-exel {
    font-size: 12px;
    line-height: 14px; }
  .main #section3 .assessment-application form .submit .checkbox label {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 400px) {
  .main #section1 .purchase-up-campaign .up-amount {
    margin-bottom: 2%;
    text-align: center; }
    .main #section1 .purchase-up-campaign .up-amount li {
      font-size: 10px;
      line-height: 12px; }
      .main #section1 .purchase-up-campaign .up-amount li .red-text {
        font-size: 12px;
        line-height: 14px; }
      .main #section1 .purchase-up-campaign .up-amount li img {
        width: 15px; }
  .main #section1 .purchase-up-campaign .up-amount:after {
    background-size: 40%;
    top: -12px;
    right: -162px; }
  .main #section2 .reasons .points li .content .image img {
    display: block;
    width: 100%; }
  .main #section3 .assessment-application form .row .field-info {
    width: 120px;
    min-width: 120px; }
    .main #section3 .assessment-application form .row .field-info h3 {
      font-size: 10px;
      line-height: 12px; }
    .main #section3 .assessment-application form .row .field-info .required-to-purchase {
      margin-left: 65px;
      font-size: 10px;
      line-height: 12px; }
      .main #section3 .assessment-application form .row .field-info .required-to-purchase .above-text {
        font-size: 10px;
        line-height: 12px; }
  .main #section3 .assessment-application form .submit .btn-sumbit:after {
    right: -5%; } }

@media (max-width: 320px) {
  .wrapper {
    padding-top: 46px; } }
	
p.resizeimage img { width: 90%; }
