/*
 *  productcode / style.scss / style.css
 *  compass mode
 *  version --- 1.3
 *  author  --- coreframe, inc.
 *  created --- 2014/06/03
 *  updated --- 2014/09/08
 *
 */
/* line 18, style.scss */
#wrapper {
  /*background: url(images/bg.png) repeat-x 0 0;*/ }

/* line 23, style.scss */
#wrapper * {
  line-height: 1.8; }

/* line 27, style.scss */
#main {
  width: 860px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    /* line 27, style.scss */
    #main {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%; } }

/* line 37, style.scss */
#contentHeader h2 {
  height: 518px;
  background: url(images/mainimg.jpg) no-repeat;
  text-indent: -9999px;
  margin: 0; }
  @media screen and (max-width: 640px) {
    /* line 37, style.scss */
    #contentHeader h2 {
      display: none; } }

/* line 47, style.scss */
#contentHeader p {
  display: none; }
  @media screen and (max-width: 640px) {
    /* line 47, style.scss */
    #contentHeader p {
      display: block; } }

/* line 67, style.scss */
#contentHeader .sp {
  display: none; }
  @media screen and (max-width: 640px) {
    /* line 67, style.scss */
    #contentHeader .sp {
      display: block; } }

/* line 74, style.scss */
#cpOutline {
  padding-top: 10px;
  text-align: left; }
  @media screen and (max-width: 640px) {
    /* line 77, style.scss */
    #cpOutline p {
      font-size: 86%; } }

/* line 84, style.scss */
#cpOutline h4 {
  height: 25px;
  text-indent: -9999px;
  margin-top: 28px;
  margin-bottom: 18px; }

/* line 91, style.scss */
h4.kigen {
  height: 25px;
  background: url(images/h_kigen.gif) no-repeat; }

/* line 95, style.scss */
h4.riyou {
  height: 25px;
  background: url(images/h_riyou.gif) no-repeat; }

/* line 99, style.scss */
h4.chuui {
  height: 25px;
  background: url(images/h_chuui.gif) no-repeat; }

/* line 106, style.scss */
#cpOutline strong {
  font-size: 16px; }

/* line 109, style.scss */
.cpNotice li {
  padding-left: 1em;
  text-indent: -1em; }

/* line 114, style.scss */
.flow {
  height: 170px;
  background: url(images/flow.jpg) no-repeat;
  margin: 0 0 20px 0;
  position: relative; }
  /* line 119, style.scss */
  .flow li.hide {
    display: none; }
  /* line 122, style.scss */
  .flow a.flow01 {
    display: block;
    position: absolute;
    top: 20px;
    left: 88px;
    width: 221px;
    height: 62px;
    text-indent: -5000px; }
    /* line 130, style.scss */
    .flow a.flow01:hover {
      background-color: #fff;
      opacity: 0.2; }
  /* line 135, style.scss */
  .flow a.flow02 {
    display: block;
    position: absolute;
    top: 90px;
    left: 88px;
    width: 221px;
    height: 62px;
    text-indent: -5000px; }
    /* line 143, style.scss */
    .flow a.flow02:hover {
      background-color: #fff;
      opacity: 0.2; }
  @media screen and (max-width: 640px) {
    /* line 114, style.scss */
    .flow {
      display: none; } }

/* line 152, style.scss */
.flow_sp {
  display: none; }
  @media screen and (max-width: 640px) {
    /* line 152, style.scss */
    .flow_sp {
      display: block; } }

/* line 158, style.scss */
.btnSignin {
  margin: 0.5em 0;
  text-align: center; }

/* line 162, style.scss */
.btnSignin a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff !important;
  padding: 10px 20px;
  background: -moz-linear-gradient(top, #f35baf 0%, #e5007f);
  background: -webkit-gradient(linear, left top, left bottom, from(#f35baf), to(#e5007f));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c40f73;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3); }
  /* line 192, style.scss */
  .btnSignin a:hover {
    text-decoration: none;
    background: -moz-linear-gradient(top, #e5007f 0%, #f35baf);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5007f), to(#f35baf)); }

/* tab */
/* line 208, style.scss */
#ui-tab > ul {
  height: 38px;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    /* line 208, style.scss */
    #ui-tab > ul {
      height: auto;
      width: 100%;
      text-align: center; } }

/* line 217, style.scss */
#ui-tab > ul li {
  float: left;
  height: 38px; }
  @media screen and (max-width: 640px) {
    /* line 217, style.scss */
    #ui-tab > ul li {
      height: auto;
      width: 30%;
      display: inline-block;
      text-align: center;
      float: none; } }

/* line 228, style.scss */
#ui-tab > ul li.t1 {
  margin-right: 4px; }
  @media screen and (max-width: 640px) {
    /* line 228, style.scss */
    #ui-tab > ul li.t1 {
      width: 45%;
      margin-right: 1px; } }

/* line 235, style.scss */
#ui-tab > ul li.t4 {
  margin-right: 4px; }
  @media screen and (max-width: 640px) {
    /* line 235, style.scss */
    #ui-tab > ul li.t4 {
      width: 45%;
      margin-right: 1px; } }

/* line 242, style.scss */
#ui-tab > ul li.t5 {
  margin-right: 4px; }
  @media screen and (max-width: 640px) {
    /* line 242, style.scss */
    #ui-tab > ul li.t5 {
      margin-right: 1px; } }

/* line 248, style.scss */
#ui-tab > ul li.t2 {
  margin-right: 4px; }
  @media screen and (max-width: 640px) {
    /* line 248, style.scss */
    #ui-tab > ul li.t2 {
      margin-right: 1px; } }

/* line 254, style.scss */
#ui-tab > ul li a {
  margin-top: 7px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-top: solid 1px #cfcfcf;
  border-left: solid 1px #cfcfcf;
  border-right: solid 1px #cfcfcf;
  line-height: 39px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #d4d4d4));
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #d4d4d4 100%);
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, #d4d4d4 100%);
  background-image: -o-linear-gradient(top, #f6f6f6 0%, #d4d4d4 100%);
  background-image: linear-gradient(top, #f6f6f6 0%, #d4d4d4 100%);
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-size: 12px; }
  @media screen and (max-width: 640px) {
    /* line 254, style.scss */
    #ui-tab > ul li a {
      font-size: 10px;
      line-height: 1.3;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      margin: 0 5px 5px 0; } }

/* line 278, style.scss */
#ui-tab > ul li a {
  display: block; }
  /* line 280, style.scss */
  #ui-tab > ul li a strong {
    font-size: 13px;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      /* line 280, style.scss */
      #ui-tab > ul li a strong {
        display: none; } }
  /* line 287, style.scss */
  #ui-tab > ul li a span.sp {
    display: none; }
    @media screen and (max-width: 640px) {
      /* line 287, style.scss */
      #ui-tab > ul li a span.sp {
        display: inline-block; } }

/* line 295, style.scss */
#ui-tab > ul li a.a1 {
  display: block;
  width: 166px;
  height: 38px; }
  @media screen and (max-width: 640px) {
    /* line 295, style.scss */
    #ui-tab > ul li a.a1 {
      width: auto;
      height: auto;
      padding: 3px 10px; } }

/* line 305, style.scss */
#ui-tab > ul li a.a2 {
  display: block;
  width: 166px;
  height: 38px; }
  @media screen and (max-width: 640px) {
    /* line 305, style.scss */
    #ui-tab > ul li a.a2 {
      width: auto;
      height: auto;
      padding: 3px 6px; } }

/* line 315, style.scss */
#ui-tab > ul li a.a3 {
  display: block;
  width: 166px;
  height: 38px; }
  @media screen and (max-width: 640px) {
    /* line 315, style.scss */
    #ui-tab > ul li a.a3 {
      width: auto;
      height: auto;
      padding: 3px 6px; } }

/* line 325, style.scss */
#ui-tab > ul li a.a4 {
  display: block;
  width: 166px;
  height: 38px; }
  @media screen and (max-width: 640px) {
    /* line 325, style.scss */
    #ui-tab > ul li a.a4 {
      width: auto;
      height: auto;
      padding: 3px 6px; } }

/* line 335, style.scss */
#ui-tab > ul li a.a5 {
  display: block;
  width: 170px;
  height: 38px; }
  @media screen and (max-width: 640px) {
    /* line 335, style.scss */
    #ui-tab > ul li a.a5 {
      width: auto;
      height: auto;
      padding: 3px 6px; } }

/* line 346, style.scss */
#ui-tab > ul li a:hover {
  opacity: 0.7; }

/* line 350, style.scss */
#ui-tab > ul li.ui-tabs-selected a.a1 {
  /*	background: url(images/tab1_on.jpg) no-repeat center center;
  */ }

/* line 353, style.scss */
#ui-tab > ul li.ui-tabs-selected a.a2 {
  /*	background: url(images/tab2_on.jpg) no-repeat center center;
  */ }

/* line 356, style.scss */
#ui-tab > ul li.ui-tabs-selected a.a3 {
  /*	background: url(images/tab3_on.jpg) no-repeat center center;
  */ }

/* line 359, style.scss */
#ui-tab > ul li.ui-tabs-selected a:hover {
  opacity: 1; }

/* line 362, style.scss */
#ui-tab > ul li.ui-tabs-selected a {
  margin-top: 0px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-top: solid 1px #e5007f;
  border-left: solid 1px #e5007f;
  border-right: solid 1px #e5007f;
  background-color: #e5007f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5007f), color-stop(100%, #e5007f));
  background-image: -webkit-linear-gradient(top, #e5007f 0%, #e5007f 100%);
  background-image: -moz-linear-gradient(top, #e5007f 0%, #e5007f 100%);
  background-image: -o-linear-gradient(top, #e5007f 0%, #e5007f 100%);
  background-image: linear-gradient(top, #e5007f 0%, #e5007f 100%);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 13px; }
  @media screen and (max-width: 640px) {
    /* line 362, style.scss */
    #ui-tab > ul li.ui-tabs-selected a {
      font-size: 10px;
      margin: 0 5px 5px 0;
      line-height: 1.3;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; } }

/* line 388, style.scss */
#taball {
  clear: left;
  margin: 0;
  padding: 0;
  border: solid 5px #e4007f; }

/* line 394, style.scss */
#ui-tab .flow_box {
  clear: left;
  padding: 0 20px;
  display: block; }
  @media screen and (max-width: 640px) {
    /* line 394, style.scss */
    #ui-tab .flow_box {
      padding: 5px; } }

/* line 402, style.scss */
#ui-tab .ui-tabs-hide {
  display: none; }

/* line 422, style.scss */
#ui-tab .flow_box .firstStep {
  clear: both;
  background-color: #f0f0f0; }
  @media screen and (max-width: 640px) {
    /* line 422, style.scss */
    #ui-tab .flow_box .firstStep {
      width: 100%; } }
  /* line 428, style.scss */
  #ui-tab .flow_box .firstStep h4 {
    height: auto;
    padding: 15px 0px;
    margin: 24px;
    text-indent: 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 640px) {
      /* line 428, style.scss */
      #ui-tab .flow_box .firstStep h4 {
        display: block;
        margin: 5px;
        font-size: 86%;
        padding: 5px 0; } }
  /* line 443, style.scss */
  #ui-tab .flow_box .firstStep img {
    margin: 5px; }

/* line 447, style.scss */
#ui-tab .flow_box .codeInput {
  clear: both;
  background-color: #f0f0f0; }
  @media screen and (max-width: 640px) {
    /* line 447, style.scss */
    #ui-tab .flow_box .codeInput {
      width: 100%; } }
  /* line 453, style.scss */
  #ui-tab .flow_box .codeInput h4 {
    height: auto;
    padding: 15px 0px;
    margin: 24px;
    text-indent: 0;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 640px) {
      /* line 453, style.scss */
      #ui-tab .flow_box .codeInput h4 {
        display: block;
        margin: 5px;
        font-size: 86%;
        padding: 5px 0; } }

/* line 484, style.scss */
#ui-tab .flow_box .firstStep ol {
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    /* line 484, style.scss */
    #ui-tab .flow_box .firstStep ol {
      padding: 0.5em;
      margin: 0; } }
  @media screen and (max-width: 640px) {
    /* line 490, style.scss */
    #ui-tab .flow_box .firstStep ol img {
      width: 40%;
      display: inline-block; } }

/* line 497, style.scss */
#ui-tab .flow_box .codeInput ol {
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    /* line 497, style.scss */
    #ui-tab .flow_box .codeInput ol {
      padding: 0;
      margin: 0; } }

/* line 505, style.scss */
#ui-tab .flow_box .codeInput li {
  float: left;
  width: 340px;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 50px; }
  @media screen and (max-width: 640px) {
    /* line 505, style.scss */
    #ui-tab .flow_box .codeInput li {
      float: none;
      width: 100%; } }

/* line 516, style.scss */
#ui-tab .flow_box .codeInput li.f1 {
  background: url(images/flow_1.png) no-repeat 0 -10px; }

/* line 519, style.scss */
#ui-tab .flow_box .codeInput li.f2 {
  background: url(images/flow_2.png) no-repeat 0 -10px; }

/* line 522, style.scss */
#ui-tab .flow_box .codeInput li.f3 {
  clear: left;
  background: url(images/flow_3.png) no-repeat 0 -10px; }

/* line 526, style.scss */
#ui-tab .flow_box .codeInput li.f4 {
  background: url(images/flow_4.png) no-repeat 0 -10px; }

/* line 529, style.scss */
#ui-tab .flow_box .codeInput li.f5 {
  background: url(images/flow_5.png) no-repeat 0 -10px; }

/* line 532, style.scss */
#ui-tab .flow_box .codeInput li.f6 {
  background: url(images/flow_6.png) no-repeat 0 -10px; }

/* line 535, style.scss */
#ui-tab .flow_box .codeInput li p {
  margin-right: 1em; }
  @media screen and (max-width: 640px) {
    /* line 535, style.scss */
    #ui-tab .flow_box .codeInput li p {
      margin-left: 1em;
      margin-right: 0; } }
  /* line 542, style.scss */
  #ui-tab .flow_box .codeInput li p .caution {
    display: block;
    font-weight: bold;
    color: #f00; }

@media screen and (max-width: 640px) {
  /* line 549, style.scss */
  #ui-tab .flow_box .codeInput li img {
    width: 80%; } }
@media screen and (max-width: 640px) {
  /* line 554, style.scss */
  #ui-tab .flow_box .codeInput li p {
    width: 80%;
    margin-left: 0; } }
@media screen and (max-width: 640px) {
  /* line 561, style.scss */
  #ui-tab .flow_box .codeInput li br {
    display: none; } }

/* line 568, style.scss */
#ui-tab .flow_box .firstStep a.howlink {
  border: solid 3px #e4007f;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 15px;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  margin: 1em auto;
  color: #e4007f; }
  @media screen and (max-width: 640px) {
    /* line 568, style.scss */
    #ui-tab .flow_box .firstStep a.howlink {
      width: auto;
      font-size: 86%;
      display: block;
      word-wrap: break-word; } }

/* line 673, style.scss */
.ui-tabs-panel {
  margin: 0;
  padding: 0; }
