@charset "utf-8";
/*
#TABLE OF CONTENTS
1.0 Reset
2.0 Fonts
3.0 Content
4.0 Forms
5.0 jQuery - [Colorbox - a jQuery lightbox]
------------------------------------------------------------------ */
/* 1.0 Reset
------------------------------------------------------------------ */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, inputkbd, label, legend, li, mark, menu, nav, object, ol, output, option, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  margin: 0;
  padding: 0; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0; }

address {
  font-style: normal; }

a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a img {
    outline: none !important; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0px;
  vertical-align: top;
  font-size: 0;
  outline: none; }

::selection {
  color: #ed6c00; }

/* 2.0 Fonts
------------------------------------------------------------------ */
/*
 * "M+ WEB FONTS" These fonts are free software.
 * http://mplus-fonts.sourceforge.jp/
 * http://mplus-fonts.sourceforge.jp/webfonts/
 * LICENSE : http://mplus-fonts.sourceforge.jp/webfonts/#license
------------------------------------------------------------------ */
/* 3.0 Content
------------------------------------------------------------------ */
body {
  color: #333;
  font-size: 100%;
  line-height: 22px;
  font-weight: 400;
  font-family: 'ヒラギノ角ゴシック Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  background: #fff url('assets/images/common/bg_full.png') top left repeat;
  background-size: 250px 250px; }

/* .full
------------------------------------------------------------------ */
.full {
  width: 100%;
  height: auto;
  float: left; }

.full__centering {
  position: relative;
  overflow: hidden; }

.centering, .centering_in {
  height: auto;
  float: left;
  position: relative;
  top: 0; }

.centering {
  left: 50%; }

.centering_in {
  left: -50%; }

.w960 {
  width: 960px; }

.w1400 {
  width: 1400px; }

.bg_glay {
  background-color: rgba(153, 153, 153, 0.25); }

.bdt {
  border-top: 1px solid #999; }

/* .header
------------------------------------------------------------------ */
.header {
  width: 100%;
  height: auto;
  float: left; }

.header__upper {
  background: url('assets/images/common/bg_light.png') top right no-repeat; }
  .header__upper h1 {
    text-align: center;
    margin: 45px 0 70px;
    color: #333;
    font-size: 100%;
    line-height: 175%;
    font-weight: 400; }
    .header__upper h1 a {
      width: 148px;
      height: auto;
      float: left;
      margin-left: 406px;
      text-align: center; }
      .header__upper h1 a span {
        color: #333;
        font-size: 75%;
        line-height: 175%;
        font-weight: 400; }

.header__lower {
  margin: 19px 0; }
  .header__lower .main_logo {
    width: 148px;
    height: auto;
    float: left;
    text-align: center;
    color: #333;
    font-size: 100%;
    line-height: 175%;
    font-weight: 400; }
    .header__lower .main_logo a {
      width: 148px;
      height: auto;
      float: left;
      text-align: center; }
      .header__lower .main_logo a span {
        color: #333;
        font-size: 75%;
        line-height: 175%;
        font-weight: 400; }

/* .gnav
------------------------------------------------------------------ */
.gnav {
  background: url('assets/images/common/nav/slash.png') center left no-repeat; }
  .gnav ul li {
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
    background: url('assets/images/common/nav/slash.png') center right no-repeat; }
    .gnav ul li a {
      width: 100%;
      height: auto;
      float: left; }
      .gnav ul li a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
        filter: alpha(opacity=50);
        opacity: 0.5;
        transition: 0.25; }

.gnav__upper {
  margin-bottom: 40px; }

.gnav__footer {
  margin-top: 60px; }

.gnav__lower {
  width: 700px;
  height: auto;
  float: right;
  margin-top: 35px;
  background: url('assets/images/common/nav/slash.png') center left no-repeat; }
  .gnav__lower ul li {
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
    background: url('assets/images/common/nav/slash.png') center right no-repeat; }
    .gnav__lower ul li a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
      filter: alpha(opacity=50);
      opacity: 0.5;
      transition: 0.25; }

/* .breadcrumbs
------------------------------------------------------------------ */
.breadcrumbs div {
  width: auto;
  height: auto;
  float: left;
  min-height: 30px;
  color: #666;
  font-size: 63%;
  line-height: 30px;
  font-weight: 400;
  margin-right: 12px; }
  .breadcrumbs div a {
    width: auto;
    height: auto;
    float: left;
    min-height: 30px;
    color: #666;
    font-size: 100%;
    line-height: 30px;
    font-weight: 400;
    margin-right: 12px; }
    .breadcrumbs div a:hover {
      text-decoration: underline; }

/* .footer
------------------------------------------------------------------ */
.footer {
  margin-bottom: 20px; }
  .footer .footer_left {
    width: 445px;
    height: auto;
    float: left; }
    .footer .footer_left .logo_1 {
      width: 148px; }
  .footer .footer_right {
    width: 515px;
    height: auto;
    float: left; }
  .footer .logo {
    width: auto;
    height: auto;
    float: left; }
    .footer .logo a {
      width: 100%;
      height: 60px;
      float: left;
      line-height: 60px; }
      .footer .logo a img {
        vertical-align: bottom; }
  .footer .co {
    width: 220px;
    height: auto;
    float: left;
    margin-left: 20px; }
    .footer .co h1 {
      width: 100%;
      height: auto;
      float: left;
      color: #333;
      font-size: 88%;
      line-height: 171.42857%;
      font-weight: 400;
      margin-top: 20px; }
    .footer .co address {
      width: 100%;
      height: auto;
      float: left; }
      .footer .co address p {
        color: #333;
        font-size: 69%;
        line-height: 172.72727%;
        font-weight: 400; }

/* .copyright
------------------------------------------------------------------ */
.copyright {
  margin: 20px 0; }
  .copyright small {
    width: 100%;
    height: 10px;
    float: left; }
    .copyright small a {
      color: #FFF;
      font-size: 100%;
      line-height: 18px;
      font-weight: 400; }
      .copyright small a:hover {
        text-decoration: underline; }

/* .pt
------------------------------------------------------------------ */
.pt {
  width: auto;
  height: auto;
  float: left;
  position: fixed;
  bottom: 40px;
  right: 40px; }

/* _utility
------------------------------------------------------------------ */
.mt5 {
  margin-top: 5px; }

.mt2e {
  margin-top: 2em; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt80 {
  margin-top: 80px; }

.mr2e {
  margin-right: 2em; }

.mr20 {
  margin-right: 20px; }

.mb1e {
  margin-bottom: 1em; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.ml39 {
  margin-left: 39px; }

.ml5 {
  margin-left: 5px; }

.ml20 {
  margin-left: 20px; }

.ml40 {
  margin-left: 40px; }

.pt60 {
  padding-top: 60px; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.bold, p.tv_name, p.co_name {
  font-weight: 700 !important;
  font-family: 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴシック Pro W6', 'ヒラギノ角ゴシック Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }

.brightness_up img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(105%);
          filter: brightness(105%); }

/* .hero
------------------------------------------------------------------ */
.hero {
  width: 100%;
  height: auto;
  float: left; }

/* .container
------------------------------------------------------------------ */
.container {
  padding: 60px 0 70px; }
  .container p {
    width: 100%;
    height: auto;
    float: left; }

.orange {
  color: #ed6c00; }

.bl {
  color: #333; }

.gray {
  color: #666; }

.p50 {
  font-size: 50%; }

.p70 {
  font-size: 70%; }

.fz10 {
  color: #333;
  font-size: 63%;
  line-height: 150%;
  font-weight: 400; }

.fz10_gray {
  color: #666;
  font-size: 63%;
  line-height: 210%;
  font-weight: 400; }

.fz10_gray2 {
  color: #666;
  font-size: 63%;
  line-height: 210%;
  font-weight: 400; }

.fz14 {
  color: #333;
  font-size: 88%;
  line-height: 178.57143%;
  font-weight: 400; }

.fz15 {
  color: #333;
  font-size: 94%;
  line-height: 200%;
  font-weight: 400; }

.fz17 {
  color: #ed6c00;
  font-size: 107%;
  line-height: 176.47059%;
  font-weight: 400; }

.fz18 {
  color: #333;
  font-size: 113%;
  line-height: 172.22222%;
  font-weight: 400; }

.fz18__orange {
  color: #ed6c00;
  font-size: 113%;
  line-height: 172.22222%;
  font-weight: 400; }

.fz21 {
  font-size: 132%; }

.lh210p {
  line-height: 210%; }

.lh36p {
  line-height: 171.42857%; }

.lh41p {
  line-height: 132.25806% !important; }

.fz24 {
  color: #ed6c00;
  font-size: 150%;
  line-height: 175%;
  font-weight: 400; }

.fz30 {
  color: #ed6c00;
  font-size: 188%;
  line-height: 160%;
  font-weight: 400; }

.fz31 {
  color: #ed6c00;
  font-size: 194%;
  line-height: 174.19355%;
  font-weight: 400; }

.fz45 {
  color: #ed6c00;
  font-size: 282%;
  line-height: 140%;
  font-weight: 400; }

.text__inner_images {
  margin: 0 0 0 13px; }
  .text__inner_images img {
    width: 148px;
    height: 60px;
    vertical-align: text-bottom; }

.bdt {
  border-top: 1px solid #333; }

/* .tagline
------------------------------------------------------------------ */
.tagline {
  margin-bottom: 40px;
  text-align: center; }

.tagline__text {
  color: #333;
  font-size: 132%;
  line-height: 171.42857%;
  font-weight: 400; }

.bdb {
  background: url('assets/images/common/bdb.png') left bottom repeat-x;
  padding-bottom: 10px; }

/* .column
------------------------------------------------------------------ */
.column_3 {
  width: 294px;
  height: auto;
  float: left;
  margin-left: 39px; }
  .column_3:first-child {
    margin-left: 0; }

.column_4 {
  width: 210px;
  height: auto;
  float: left;
  min-height: 210px;
  margin-left: 40px; }
  .column_4:first-child {
    margin-left: 0; }
  .column_4 a[href*="javascript:void(0)"] {
    cursor: default; }

.w200 {
  width: 200px;
  height: auto;
  float: left; }

.w294 {
  width: 294px;
  height: auto;
  float: left; }

.w460 {
  width: 460px;
  height: auto;
  float: left; }

.w500 {
  width: 500px;
  height: auto;
  float: left; }

.w690 {
  width: 690px;
  height: auto;
  float: left; }

.w720 {
  width: 720px;
  height: auto;
  float: left; }

/* top
------------------------------------------------------------------ */
.top__bg_1 {
  background: url('assets/images/top/character_1.png') bottom right no-repeat;
  min-height: 401px; }

.top__bg_2 {
  background: url('assets/images/top/character_2.png') bottom left no-repeat;
  min-height: 394px; }

.ml_top__bg_2 {
  margin-left: 290px; }

.top__bg_3 {
  background: url('assets/images/top/place.png') center right no-repeat; }

/* .video__panel
------------------------------------------------------------------ */
.video__panel {
  position: relative;
  z-index: 10; }
  .video__panel:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 294px;
    height: auto;
    float: left;
    min-height: 165px;
    background: url('assets/images/top/video_icon.png') center center no-repeat; }

p.tv_name {
  color: #333;
  font-size: 88%;
  line-height: 157.14286%;
  font-weight: 400;
  margin: 0.5em 0 0; }

p.catalog_name {
  color: #333;
  font-size: 88%;
  line-height: 157.14286%;
  font-weight: 400;
  margin: 0.5em 0 0; }

.date {
  width: auto !important;
  height: auto;
  float: left;
  color: #666;
  font-size: 63%;
  line-height: 170%;
  font-weight: 400; }

/* .works-panel
------------------------------------------------------------------ */
.works-panel a {
  width: 100%;
  height: auto;
  float: left;
  position: relative; }
.works-panel p {
  width: 100%;
  height: auto;
  float: left;
  color: #333;
  font-size: 75%;
  line-height: 158.33333%;
  font-weight: 400; }

p.co_name {
  color: #333;
  font-size: 88%;
  line-height: 157.14286%;
  font-weight: 400;
  margin: 0.5em 0 0.5em; }

.category {
  width: auto !important;
  height: auto;
  float: left;
  min-width: 58px;
  min-height: 17px;
  border: 1px solid #666;
  text-align: center; }

h2 span.category {
  color: #666;
  font-size: 47%;
  line-height: 170%;
  font-weight: 400; }

p.category {
  color: #666;
  font-size: 63%;
  line-height: 170%;
  font-weight: 400; }

/* .page-nav
------------------------------------------------------------------ */
.page-nav {
  height: 210px;
  background: url('assets/images/common/page_nav_bg.png') 0 0 no-repeat; }
  .page-nav a {
    width: 210px;
    height: 190px;
    float: left;
    padding-top: 20px; }
    .page-nav a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
      filter: alpha(opacity=50);
      opacity: 0.5;
      transition: 0.25; }

.product__nav {
  width: 420px;
  height: auto;
  float: left;
  padding: 20px;
  background-color: #fff; }

/* .contact
------------------------------------------------------------------ */
.contact {
  width: 458px;
  height: auto;
  float: left;
  margin-left: 250px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #999; }
  .contact p.upper {
    width: 385px;
    height: auto;
    float: left;
    color: #333;
    font-size: 75%;
    line-height: 166.66667%;
    font-weight: 400;
    margin-left: 36.5px; }
  .contact .lower {
    width: 385px;
    height: auto;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 36.5px; }
    .contact .lower .lower-left {
      width: 190px;
      height: auto;
      float: left; }
      .contact .lower .lower-left a {
        width: 100%;
        height: auto;
        float: left; }
      .contact .lower .lower-left p {
        width: 100%;
        height: auto;
        float: left;
        color: #333;
        font-size: 63%;
        line-height: 180%;
        font-weight: 400; }
    .contact .lower .lower-right {
      width: 183px;
      height: auto;
      float: right;
      min-height: 32px; }
      .contact .lower .lower-right a.p-bu__mail {
        width: 138px;
        height: auto;
        float: left;
        padding-left: 45px;
        background-repeat: no-repeat;
        background-position: 22px center;
        background-image: url('assets/images/common/mail.png'); }

.p-bu {
  min-height: 32px;
  background-color: #333;
  color: #fff;
  font-size: 75%;
  line-height: 32px;
  font-weight: 400; }
  .p-bu:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: 0.25; }

.p-bu__agents {
  padding: 20px 30px;
  text-align: center;
  font-size: 90%;
  min-height: 32px;
  background-color: #ED6C00; }

.p-bu__more {
  width: 183px;
  height: auto;
  float: left;
  margin-left: 388.5px;
  text-align: center;
  margin-top: 46px; }

/* .works-hero
------------------------------------------------------------------ */
.works-hero {
  width: 100%;
  height: auto;
  float: left;
  min-height: 367px; }

.works-hero_1 {
  background: url('assets/images/works/w1/hero_bg.png') right top no-repeat; }

.works-hero_2 {
  background: url('assets/images/works/w2/hero_bg.png') right top no-repeat; }

.works-hero_3 {
  background: url('assets/images/works/w3/hero_bg.png') right top no-repeat; }

.works-hero_4 {
  background: url('assets/images/works/w4/hero_bg.png') right top no-repeat; }

.works-hero_5 {
  background: url('assets/images/works/w5/hero_bg.png') right top no-repeat; }

.works-hero_6 {
  background: url('assets/images/works/w6/hero_bg.png') right top no-repeat; }

.works-hero_7 {
  background: url('assets/images/works/w7/hero_bg.png') right top no-repeat; }

.works-hero_8 {
  background: url('assets/images/works/w8/hero_bg.png') right top no-repeat; }

.works-gallery {
  width: 100%;
  height: auto;
  float: left; }
  .works-gallery .works-gallery_main {
    width: 640px;
    height: auto;
    float: left; }
  .works-gallery .works-gallery_sub {
    width: 300px;
    height: auto;
    float: right; }
    .works-gallery .works-gallery_sub .works-gallery_record {
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 20px; }
      .works-gallery .works-gallery_sub .works-gallery_record .works-gallery_cell {
        width: 140px;
        height: auto;
        float: left;
        margin-left: 20px;
        cursor: pointer;
        background-color: #fff; }
        .works-gallery .works-gallery_sub .works-gallery_record .works-gallery_cell:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
          filter: alpha(opacity=50);
          opacity: 0.5;
          transition: 0.25; }
        .works-gallery .works-gallery_sub .works-gallery_record .works-gallery_cell:first-child {
          margin-left: 0; }
      .works-gallery .works-gallery_sub .works-gallery_record .current {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
        filter: alpha(opacity=50);
        opacity: 0.5;
        transition: 0.25; }

.p-panel {
  min-height: 35px;
  color: #FFF;
  font-size: 113%;
  line-height: 194.44444%;
  font-weight: 400; }

.p-panel__bgc_orange {
  background-color: #ed6c00; }

.p-panel__bgc_blue {
  background-color: #036EB7; }

/* .table__style
------------------------------------------------------------------ */
.table__style table {
  width: 100%;
  height: auto;
  float: left;
  text-align: left; }
  .table__style table th {
    color: #333;
    font-size: 82%;
    line-height: 307.69231%;
    font-weight: 400; }
  .table__style table td {
    color: #333;
    font-size: 75%;
    line-height: 333.33333%;
    font-weight: 400; }
  .table__style table td span {
    width: auto;
    color: #666;
    margin-left: 1em;
    font-size: 63%;
    line-height: 333.33333%; }
  .table__style table tbody tr {
    border-top: 1px solid #999; }
  .table__style table .font_color__orange {
    color: #ed6c00; }
  .table__style table .font_color__blue {
    color: #036EB7; }
.table__style .w240 {
  width: 240px; }
.table__style .w340 {
  width: 340px; }
.table__style .w230 {
  width: auto;
  height: auto;
  float: right;
  border: 1px solid #999;
  padding: 5px 12px; }
.table__style .fz12 {
  color: #333;
  font-size: 75%;
  line-height: 233.33333%;
  font-weight: 400; }

/* .page_nav--exhibition_information
------------------------------------------------------------------ */
ul.page_nav--exhibition_information li {
  width: auto;
  height: auto;
  float: left; }
  ul.page_nav--exhibition_information li a {
    width: auto;
    height: auto;
    float: left;
    color: #666;
    font-size: 63%;
    line-height: 240%;
    font-weight: 400; }
    ul.page_nav--exhibition_information li a:after {
      content: '|';
      margin-right: 0.8em;
      margin-left: 0.8em; }
  ul.page_nav--exhibition_information li:last-child a:after {
    margin-right: 0; }
  ul.page_nav--exhibition_information li:first-child a:before {
    content: '|';
    margin-right: 0.8em; }

/* .agents
-------------------------------------------------------------- */
.agents_bg {
  background: url('assets/images/agents/human.png') 638px 0 no-repeat;
  min-height: 460px; }

/* .footer_btn
-------------------------------------------------------------- */
.footer_btn {
  width: 794px;
  height: auto;
  float: left;
  margin-left: 83px; }
  .footer_btn li {
    width: 238px;
    height: auto;
    float: left;
    margin-left: 40px; }
    .footer_btn li:first-child {
      margin-left: 0; }

/* .slide
------------------------------------------------------------------ */
.slide {
  width: 100%;
  height: 500px;
  float: left;
  position: relative; }
  .slide .loading {
    width: 50px;
    height: auto;
    float: left;
    position: absolute;
    left: 50%;
    top: 232px;
    margin-left: -25px; }
  .slide .slide__parent {
    display: none;
    width: 100%;
    height: 500px;
    float: left;
    position: relative; }
    .slide .slide__parent .slide__children {
      width: 960px;
      height: auto;
      float: left;
      position: absolute;
      background-color: #fff; }
    .slide .slide__parent .opa {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms_v)";
      filter: alpha(opacity=50);
      opacity: 0.5;
      transition: 0.25; }
  .slide .slide__prev, .slide .slide__next {
    width: 36px;
    height: 36px;
    float: left;
    display: none;
    position: absolute;
    top: 232px;
    z-index: 1000;
    cursor: pointer; }

/* 4.0 Forms
------------------------------------------------------------------ */
/* .contact__from
------------------------------------------------------------------ */
.contact__from {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px; }
  .contact__from .contact__from_row {
    width: 960px;
    height: auto;
    float: left;
    border-top: solid #999 1px;
    color: #333;
    font-size: 82%;
    line-height: 70px;
    font-weight: 400; }
    .contact__from .contact__from_row .contact__from_left {
      background-color: #f2f2f2;
      width: 224px;
      height: 70px;
      float: left;
      border-left: solid #999 1px;
      text-align: center;
      line-height: 70px; }
    .contact__from .contact__from_row .contact__from_right {
      width: 733px;
      height: auto;
      float: left;
      border-right: solid #999 1px;
      border-left: solid #999 1px;
      background-color: #fff; }
    .contact__from .contact__from_row span.requisite {
      width: auto;
      height: auto;
      float: left;
      min-width: 22px;
      box-sizing: border-box;
      padding: 0 0.5em;
      margin: 25px 0;
      background-color: #ed6c00;
      color: #fff;
      font-size: 69%;
      line-height: 200%;
      font-weight: 400; }
    .contact__from .contact__from_row label {
      width: 60% !important;
      height: auto;
      float: left; }
    .contact__from .contact__from_row select {
      font-size: 82%;
      border-radius: 0;
      background-color: #fff; }
    .contact__from .contact__from_row option {
      border-radius: 0; }
    .contact__from .contact__from_row input[type=text], .contact__from .contact__from_row input[type=tel], .contact__from .contact__from_row input[type=email], .contact__from .contact__from_row textarea, .contact__from .contact__from_row select {
      width: 400px !important;
      height: auto;
      float: left;
      margin: 20px;
      box-sizing: border-box;
      padding: 0.5em;
      box-shadow: none;
      border: 1px #CCC solid; }
    .contact__from .contact__from_row input[type=text], .contact__from .contact__from_row input[type=tel], .contact__from .contact__from_row input[type=email], .contact__from .contact__from_row textarea, .contact__from .contact__from_row select, .contact__from .contact__from_row button {
      font-family: mplus-2p-regular, 'ヒラギノ角ゴシック Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif; }
    .contact__from .contact__from_row input[type=text], .contact__from .contact__from_row input[type=tel], .contact__from .contact__from_row input[type=email], .contact__from .contact__from_row select {
      height: 30px; }
    .contact__from .contact__from_row textarea {
      height: 180px !important;
      resize: none !important; }
    .contact__from .contact__from_row .h220 {
      height: 220px;
      line-height: 220px; }
      .contact__from .contact__from_row .h220 span.requisite {
        margin: 100px 0; }

/* 5.0 jQuery - [Colorbox - a jQuery lightbox]
 * http://www.jacklmoore.com/colorbox/
------------------------------------------------------------------ */
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(assets/images/js-colorbox/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(assets/images/js-colorbox/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(assets/images/js-colorbox/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(assets/images/js-colorbox/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(assets/images/js-colorbox/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(assets/images/js-colorbox/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(assets/images/js-colorbox/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(assets/images/js-colorbox/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(assets/images/js-colorbox/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444; }

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }
