@charset "utf-8";

@font-face
{
  font-family: adobe-jenson-pro;
  font-weight: 400;
  font-style: normal;

  src: url('/store/techo/pc/en/2017/fonts/adobe-jenson-pro.woff2') format('woff2'), url('/store/techo/pc/en/2017/fonts/adobe-jenson-pro.woff') format('woff'), url('/store/techo/pc/en/2017/fonts/adobe-jenson-pro.ttf') format('ttf'), url('/store/techo/pc/en/2017/fonts/adobe-jenson-pro.eot') format('eot');
}

body .font-adobe-jenson
{
  font: 10px adobe-jenson-pro, serif;
  font-weight: 400;
  letter-spacing: 0;
}

body .semibold
{
  font-weight: 600;
}

nav[role='breadcrumb']
{
  margin-bottom: 1.5em;
  padding-bottom: 0;
  border-bottom: 0;
}

main
{
  letter-spacing: 0.05em;
}


/* ------------------------------------------------------------

  #customer

------------------------------------------------------------ */


#section_01
{
  width: 50em;
  margin: 0 auto 10em auto;
  padding: 4em 0 4em 4.5em;
  border: 1px solid #CCC;
  border-radius: 5px;
}

#section_01 h2
{
  padding-bottom: 3.5em;
}

#section_01 h2 span
{
  font-size: 24px;
  line-height: 1.5;
}

#section_01 h3
{
  padding-bottom: 4em;
}

#section_01 h3 span
{
  font-size: 24px;
  line-height: 1.5;
}

#section_01 p
{
  padding-bottom: 3em;
}

#section_01 p span
{
  font-size: 14px;
  line-height: 1.857;
}

#section_01 a
{
  display: inline-block;
  width: 24em;
  height: 4em;
  margin-bottom: 3em;
  padding-left: .5em;
  border-radius: 6px;
  background-color: #509BE5;
  color: #FFF;
  text-align: center;
}

#section_01 a:after
{
  content: "";
  display: inline-block;
  height: 4em;
  vertical-align: middle;
}

#section_01 a span
{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

#section_01 a span.mdi-arrow-right:before
{
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
}

#section_01 small
{
  display: block;
  padding-right: 5em;
  text-align: right;
}

#section_01 small span
{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.857;
}



