@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/js/client/plugins/bxslider/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/js/client/plugins/bxslider/images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("/js/client/plugins/bxslider/images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/js/client/plugins/bxslider/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/js/client/plugins/bxslider/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
  font-weight: 300;
  display: block;
  font-size: .85em;
  padding: 10px; }

body {
  padding-top: 0px;
  font-size: 12px;
  background: #f6f6f9;
  color: #275f6c; }

.mb20 {
  margin-bottom: 20px; }

.mt20 {
  margin-top: 20px; }

.mb10 {
  margin-bottom: 10px; }

.mt10 {
  margin-top: 10px; }

.f11 {
  font-size: 11px; }

header {
  margin: 0 0 20px;
  max-height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-left: 20px;
  background: #fff;
  border-bottom: solid 1px #ddd;
  font-weight: bold; }

header nav {
  display: table; }

header nav > a {
  position: relative;
  display: table-cell;
  font-weight: normal;
  font-size: 12px;
  padding: 0 10px;
  border-left: solid 1px #ddd;
  color: #275f6c; }

header nav > a:hover {
  box-shadow: inset 0 5px 0 -1px #73b7ca;
  text-decoration: none;
  color: #73b7ca; }

header nav > a.active {
  background: #f6f6f9;
  color: #275f6c;
  box-shadow: inset 0 5px 0 -1px #73b7ca; }

header nav > a.active:after {
  background: #f6f6f9;
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  display: block; }

h2 a.btn {
  background: #2b363c;
  padding: 3px 10px;
  border-radius: 2px;
  float: right;
  color: #fff; }

h2 a.btn:hover {
  background: #21A9E1;
  color: #fff; }

a,
a:hover,
a:focus {
  text-decolation: none; }

span.icon.red {
  color: #d66; }

span.icon.green {
  color: #21A9E1; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(50, 50, 200, 0.2);
  box-shadow: inset 0 0 6px rgba(0, 50, 200, 0.2); }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.input-group {
  width: 100%;
  margin-bottom: 20px; }

.input-group:hover .input-group-addon,
.input-group:active .input-group-addon {
  background: #fff;
  color: #2b363c; }

.subject.input-group:hover .form-control,
.subject.input-group:hover .input-group-addon {
  background: #fff;
  color: inherit;
  border: 1px solid #ccc; }

.subject.input-group:hover .input-group-addon {
  border-left: none; }

.form-control,
.input-group-addon,
.input-group-btn {
  box-sizing: border-box; }

.input-group-btn a {
  color: #fff; }

.subject {
  table-layout: fixed;
  width: 600px;
  margin: 0 auto; }

.subject select {
  display: table-cell; }

.subject .form-control,
.subject .input-group-btn .btn,
.subject .input-group-addon {
  height: 40px; }

.subject .form-control.left {
  width: 360px;
  background: #fff; }

.subject .input-group-addon {
  width: 180px;
  border-left: none;
  background: #FFF; }

.subject .input-group-btn {
  width: 60px; }

.subject .input-group-btn .btn {
  width: 60px;
  background: #2b363c;
  color: #fff;
  border: none;
  text-shadow: none; }

.input-group-addon {
  background: #ddd;
  box-sizing: border-box; }

.input-group.half-width {
  width: 50%; }

body#login {
  background: url("../../img/bg/login_mini.jpg.html") center center;
  background-size: 2400px;
  -webkit-transition: all 10000ms cubic-bezier(0.165, 0.84, 0.44, 1); }

body#login h1 {
  text-align: center; }

body#login h1 img {
  width: 250px; }

body#login h2 {
  text-align: center;
  font-size: 16px;
  color: #333;
  border: none;
  background: none; }

body#login .input-group-addon {
  width: 10%;
  background: rgba(0, 0, 0, 0.3);
  line-height: 30px;
  border: none;
  color: #fff;
  border-radius: 0; }

body#login .input-group-addon .icon {
  padding: 0; }

body#login .form-control {
  height: 43px; }

.input-group.half-width .input-group-addon {
  width: 50%; }

.input-group .form-control {
  background: #f9f9f9; }

.form-control.parent {
  width: 33.5%; }

.form-control.child {
  width: 66.5%;
  border-left: none; }

th {
  font-weight: normal; }

td {
  height: 100%;
  vertical-align: middle; }

.table {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fcfcfc; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  vertical-align: middle; }

.item-list {
  background: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }

.item-list h3,
.item-list h4 {
  font-size: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.item-list > section {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #ddd; }

.item-list > section:nth-child(odd) {
  background: #fff; }

.item-list > section > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 15px 20px; }

.item-list > section > div.img {
  padding: 0;
  width: 120px;
  border-left: solid 4px #333; }

.item-list > section > div.img img {
  max-width: 60%;
  position: relative;
  display: block;
  margin: 15px 15px 15px 20px; }

.item-list > section > div.toggle {
  width: 130px;
  text-align: right; }

.item-list > section:hover > div {
  background: rgba(0, 0, 100, 0.03);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

.item-list > section:hover > div.img:before {
  content: '';
  position: absolute;
  left: 0;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  top: 50%;
  margin-top: -6px;
  z-index: 100; }

.item-list > section:nth-child(5n+1) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+1) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+2) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+2) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+3) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+3) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+4) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+4) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+5) > div.img {
  border-left-color: rgba(50, 50, 150, 0.3); }

.item-list > section:nth-child(5n+5) > div.img:before {
  border-left-color: rgba(50, 50, 150, 0.3); }

section.order-status {
  background: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px; }

section.order-status > div {
  width: 20%;
  height: 180px;
  display: table-cell; }

section.order-status > div > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 120px;
  color: #ccc;
  font-size: 15px;
  background: url("../img/order-status/order-step_01.png.html") center center no-repeat;
  background-size: 50%; }

section.order-status > div > span:after,
section.order-status > div > span:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 99; }

section.order-status > div > span:after {
  right: 0;
  left: auto; }

section.order-status > div > span > i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #ccc;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 94px;
  z-index: 100; }

section.order-status > div.active > span {
  color: #22373c;
  font-weight: bold; }

section.order-status > div.active > span:after,
section.order-status > div.active > span:before {
  background: #22373c; }

section.order-status > div.active > span > i {
  background: #22373c;
  border-color: #22373c; }

section.order-status > div.setp-1 > span:before {
  display: none; }

section.order-status > div.setp-5 > span:after {
  display: none; }

section.order-status > div.setp-1 > span {
  background: url("../img/order-status/order-step_01.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-1.active > span {
  background: url("../img/order-status/order-step_01_active.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-2 > span {
  background: url("../img/order-status/order-step_02.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-2.active > span {
  background: url("../img/order-status/order-step_02_active.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-3 > span {
  background: url("../img/order-status/order-step_03.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-3.active > span {
  background: url("../img/order-status/order-step_03_active.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-4 > span {
  background: url("../img/order-status/order-step_04.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-4.active > span {
  background: url("../img/order-status/order-step_04_active.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-5 > span {
  background: url("../img/order-status/order-step_05.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.order-status > div.setp-5.active > span {
  background: url("../img/order-status/order-step_05_active.png.html") center center no-repeat;
  background-size: 40px 40px; }

section.form {
  background: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 30px; }

section.form > section {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-bottom: dotted 1px #ddd; }

section.form > section > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 20px; }

section.form > section > div .input-group {
  margin-bottom: 0; }

section.form > section > div label {
  margin-bottom: 0; }

section.form > section > div.width_min {
  width: 33%; }

section.form > section > div:first-child {
  width: 33%; }

section.form > section:last-child {
  border: none; }

section.form > section.submit > div {
  width: 25%; }

section.form > section.submit > div:first-child {
  width: 25%; }

section.form > section.submit .btn {
  line-height: 30px;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-top: 30px; }

section.form > section.submit .btn.btn-save {
  background: #73b7ca; }

section.form > section.submit .btn.btn-cancell {
  background: #eee;
  color: #437D93; }

section.form > section.submit .btn.btn-save:hover {
  background: #437D93;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

section.form > section.submit .btn.btn-cancell:hover {
  background: #437D93;
  color: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

.form-group {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 5px; }

#login .container {
  padding-right: 0;
  padding-left: 0; }

#login .form-group {
  width: 400px;
  margin: 0 auto;
  box-shadow: 0 2px 120px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  position: relative; }

#login {
  color: #666; }

#login a {
  color: #666; }

#login #login-username,
#login #login-pass {
  -webkit-animation: width-100 1s ease-out;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden; }

#login #login-pass {
  -webkit-transition-delay: 0.5s; }

#login h5 {
  font-size: 12px; }

#login .submit div button {
  background: #fff;
  color: #00cccb;
  font-size: 16px; }

#login .submit div button:hover {
  background: #333;
  color: #fff; }

#login .submit div a.btn {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  color: #666;
  font-size: 18px;
  line-height: 48px;
  border-radius: 0 0 5px 5px;
  padding: 0; }

#login .submit div a.btn:hover {
  background: #333;
  color: #fff; }

#login .submit a {
  display: block; }

#login .form-group input {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: none;
  color: #fff; }

#login .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px; }

#login .link {
  color: #666; }

.form-group-inner {
  padding: 40px 40px 20px; }

.container.wrapper {
  padding-top: 50px;
  height: 100%;
  position: relative;
  box-sizing: border-box; }

.container.wrapper .low {
  height: 100%;
  position: relative; }

@media (max-width: 480px) {
  #login .form-group {
    width: 300px; }

  .form-group-inner {
    padding: 30px 30px 15px; }

  .container.wrapper {
    padding-top: 10px; } }
.form-control {
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: none; }

.input-group-addon {
  border-radius: 2px;
  background: #fff; }

.btn {
  background: #73b7ca;
  color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 -1px 2px -1px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border: 0; }

.btn-cancell {
  background: #FFF;
  color: #73b7ca;
  border: solid 1px #eee; }

.btn:focus {
  padding: 9px 19px;
  border: solid 1px #73b7ca;
  outline: 0;
  background: #f8fbff;
  box-shadow: none; }

.submit {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

.submit div {
  display: table-cell; }

.submit div.button {
  width: 50%; }

.submit div.back {
  border: none; }

.submit div.pass input {
  border: none;
  width: 100%;
  height: 50px;
  padding: 10px 65px;
  background: #f9f9f9;
  border-radius: 0 0 0 5px; }

.submit div.pass:after {
  content: "\e61c";
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  display: block;
  font-family: icomoon;
  font-size: 18px;
  vertical-align: -3px;
  font-style: normal;
  line-height: 47px;
  color: #2d80a7; }

.submit div.back a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
  background: #f9f9f9;
  border-radius: 0 0 0 5px;
  border: none; }

.submit div button {
  width: 100%;
  background: #2d80a7;
  color: #fff;
  border: none;
  line-height: 48px;
  border-radius: 0 0 5px 0; }

.submit.one div button {
  border-radius: 0 0 5px 5px; }

#login .submit div button {
  border-radius: 0 0 5px 5px; }

#login input:focus,
#login .input-group-addon.focus {
  outline: 0;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.6); }

.submit div.back a:hover,
.submit div button:hover {
  background: #2b363c;
  color: #fff;
  text-decoration: none; }

.list-button button.add {
  width: 100%;
  background: #2a6496;
  color: #fff;
  border: none;
  line-height: 30px;
  border-radius: 5px; }

.list-button button.delete {
  width: 100%;
  background: #808080;
  color: #fff;
  border: none;
  line-height: 30px;
  border-radius: 5px; }

.list-button button.add:hover,
button.delete:hover {
  background: #2b363c;
  color: #fff;
  text-decoration: none; }

.btn-default:hover {
  border-color: #ccc;
  background: #2b363c;
  color: #fff;
  text-shadow: none;
  border: none; }

.btn-default {
  background: #fff;
  border-color: #ccc;
  border-right: none;
  box-shadow: none; }

.btn-group-justified a.btn-default {
  box-sizing: border-box;
  height: 34px; }

.btn-group-justified a.btn-default:last-child {
  border-right: 1px solid #ccc; }

.btn-default.active {
  background: #21A9E1;
  border: none;
  text-shadow: none;
  color: #fff; }

.btn-group-justified .btn-default.active:after {
  content: '';
  position: absolute;
  top: 33px;
  border: 8px solid transparent;
  border-top: 8px solid #21A9E1;
  left: 50%;
  margin-left: -8px; }

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 40px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-inverse {
  background: #fff;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid #ddd; }

.navbar > .container {
  width: 100%; }

.navbar > .container .navbar-brand {
  line-height: 40px;
  height: 40px;
  color: #2b363c;
  padding: 0 15px;
  overflow: hidden;
  background: #fff; }

.navbar-brand span {
  font-size: 12px;
  vertical-align: 1px; }

.navbar-nav li {
  color: #fff; }

.navbar-nav li a {
  font-size: 12px; }

.navbar-nav > li > a.arrow {
  padding: 10px 8px;
  border-left: 1px solid #ddd; }

.navbar-nav > li > a.arrow:hover {
  color: #ea7c65;
  border: none; }

.navbar-nav li a.active {
  background: #21A9E1;
  color: #fff; }

.navbar-nav li a.active:hover,
.navbar-nav li a:hover {
  background: #e44; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background: #ea7c65; }

.vartical-nav {
  background: #22373c;
  width: 50px;
  position: fixed;
  height: 100%;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2); }

.vartical-nav ul {
  padding: 0;
  font-size: 0.95em; }

.vartical-nav span.icon {
  font-size: 16px;
  height: 20px;
  width: 20px;
  padding: 0;
  vertical-align: -5px;
  margin-right: 10px; }

.vartical-nav a {
  color: rgba(200, 255, 255, 0.4);
  display: block;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out; }

.vartical-nav ul li {
  position: relative;
  display: block; }

.vartical-nav ul li.active a,
.vartical-nav ul li:hover a {
  background: #1d2e33;
  color: #73b7ca;
  text-decoration: none;
  text-shadow: none; }

.vartical-nav ul li.active a:before {
  position: absolute;
  animation: translate-arrow 0.3s;
  -webkit-animation: translate-arrow 0.3s;
  content: " ";
  top: 50%;
  right: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #1d2e33;
  margin-top: -8px; }

.vartical-nav a.vartical-nav-brand {
  height: 60px;
  text-align: center;
  padding-top: 5px; }

.vartical-nav a.vartical-nav-brand img.logo {
  width: 70%; }

.vartical-nav .vartical-nav-user {
  background: #172528;
  height: 100px;
  width: 100%;
  color: #999;
  display: table; }

.vartical-nav .vartical-nav-user > div {
  display: table-cell;
  vertical-align: middle; }

.vartical-nav .vartical-nav-user > div.user-img {
  text-align: center;
  padding: 10px; }

.vartical-nav .vartical-nav-user > div.user-img img {
  border-radius: 50%;
  width: 55px;
  border: solid 2px #666; }

.user-name {
  font-size: 11px; }

.vartical-nav .vartical-nav-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
  bottom: 0;
  position: absolute; }

.vartical-nav .vartical-nav-bottom > a {
  display: table-cell;
  background: #172528;
  padding: 0;
  text-align: center; }

.vartical-nav .vartical-nav-bottom > a.nav-shop:hover {
  background: #73b7ca;
  color: white; }

.vartical-nav .vartical-nav-bottom > a.nav-help:hover {
  background: #ea7c65;
  color: white; }

.vartical-nav .vartical-nav-bottom > a.nav-mail:hover {
  background: #73b7ca;
  color: white; }

.vartical-nav .badge {
  background: #ea7c65;
  border-radius: 8px;
  padding: 2px;
  height: 16px;
  min-width: 16px;
  text-align: center;
  margin-left: 10px;
  font-size: 11px; }

.sidebar {
  width: 240px;
  position: fixed;
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  height: 100%;
  left: 50px;
  border-right: solid 1px #ddd; }

.sidebar h3 {
  line-height: 60px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding-left: 20px;
  background: #3b404b;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }

.sidebar a {
  color: #21A9E1;
  display: block; }

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar ul li {
  position: relative;
  display: block; }

.sidebar ul li a {
  padding: 10px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  position: relative; }

.sidebar ul li a:before {
  content: "\e62a";
  position: absolute;
  top: 50%;
  font-family: icomoon;
  right: 25px;
  margin: -10px;
  color: #21A9E1; }

.sidebar ul li.active a {
  border-right: solid 4px #21A9E1;
  background: #f6f6f6; }

.sidebar ul li a:hover {
  background: #21A9E1;
  color: #fff; }

.sidebar ul li.active a:before,
.sidebar ul li a:hover:before {
  color: #21A9E1; }

.main {
  width: 100%;
  padding-left: 300px;
  box-sizing: border-box; }

.main .block {
  padding: 0 20px; }

#login .main {
  width: 100%;
  float: none;
  padding: 40px 0;
  margin: 0; }

@-webkit-keyframes hover-bg-change {
  0% {
    background-color: #fff; }
  100% {
    background-color: #21A9E1; } }
@-webkit-keyframes bg-zoom {
  0% {
    background-size: 1920px; }
  100% {
    background-size: 2400px; } }
@-webkit-keyframes width-100 {
  0% {
    opacity: 0; }
  100% {
    opacity: 100; } }
#layout,
#menu,
.menu-link {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

#menu {
  width: 225px; }

#layout {
  padding-left: 225px;
  padding-bottom: 20px; }

#menu.active {
  width: 50px; }

#menu.active span.icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin-right: 0; }

#layout.active {
  padding-left: 50px; }

.tooltip {
  white-space: nowrap; }

.tooltip-inner {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 6px; }

@media (max-width: 768px) {
  #menu span.icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
    margin-right: 0; } }
.navbar-nav.navbar-right:last-child {
  margin-right: -15px; }

.navbar-right {
  float: right !important; }

.navbar-header {
  float: left; }

.navbar-nav {
  float: left;
  margin: 0; }

.navbar-nav > li {
  float: left; }

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 26px;
  background-color: white;
  border-radius: 15px;
  box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  margin-bottom: 0; }

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background: #ea7c65;
  border-radius: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background; }

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit; }

.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: white; }

.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: #fff;
  opacity: 0; }

.switch-input:checked ~ .switch-label {
  background: #73b7ca; }

.switch-input:checked ~ .switch-label:before {
  opacity: 0; }

.switch-input:checked ~ .switch-label:after {
  opacity: 1; }

.switch-handle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }

.switch-input:checked ~ .switch-handle {
  left: 55px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.pagination {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin: 40px 0; }

.pagination > li > a {
  color: #555;
  padding: 4px 12px;
  line-height: 22px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #73b7ca;
  border-color: #73b7ca; }

.rowRadio {
  display: inline-block;
  margin-right: 30px; }

.custom-checkbox label::-moz-selection {
  background: transparent;
  color: inherit; }

.custom-checkbox label::selection {
  background: transparent;
  color: inherit; }

.custom-radio label::-moz-selection {
  background: transparent;
  color: inherit; }

.custom-radio label::selection {
  background: transparent;
  color: inherit; }

.custom-checkbox,
.custom-radio {
  position: relative; }

.custom-checkbox input,
.custom-radio input {
  position: absolute;
  top: 0;
  left: 1px;
  margin: 0;
  border: none;
  width: 1px;
  height: 1px;
  display: none; }

.custom-radio input {
  left: 10px; }

.checkbox-large .custom-checkbox input {
  left: 20px; }

.ie8 .custom-checkbox input,
.ie8 .custom-radio input {
  display: block; }

.custom-checkbox label.focus,
.custom-radio label.focus {
  outline: 0; }

.custom-checkbox label:before,
.custom-checkbox label.checked:after,
.custom-radio label:before,
.custom-radio label.checked:after,
.checkbox-large .custom-checkbox label:after {
  content: '';
  display: block;
  position: absolute; }

.custom-checkbox label,
.custom-radio label {
  display: block;
  position: relative;
  min-height: 18px;
  line-height: 18px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  color: #3f4b56; }

.custom-checkbox label:before,
.custom-radio label:before {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  background: #f9f9f9; }

.custom-checkbox label.checked:after,
.custom-radio label.checked:after {
  width: 10px;
  height: 10px;
  background: #76bed3;
  top: 4px;
  left: 5px; }

.custom-radio label:before,
.custom-radio label.checked:after {
  border-radius: 50%; }

.checkbox-large .custom-checkbox label {
  line-height: 28px;
  padding-left: 84px; }

.checkbox-large .custom-checkbox label:before {
  content: 'off';
  font-size: 11px;
  color: #7b8a97;
  text-transform: uppercase;
  text-align: right;
  padding: 0 12px 0 14px;
  width: 71px;
  height: 31px;
  top: 0;
  left: 0;
  border-radius: 16px; }

.checkbox-large .custom-checkbox label.checked:before {
  content: 'on';
  text-align: left; }

.checkbox-large .custom-checkbox label:after {
  width: 25px;
  height: 25px;
  background: #647380;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out; }

.checkbox-large .custom-checkbox label.checked:after {
  left: 43px; }

.checkbox-large.text-left .custom-checkbox label {
  padding: 0;
  padding-right: 84px; }

.checkbox-large.text-left .custom-checkbox label:before {
  left: auto;
  right: 0; }

.checkbox-large.text-left .custom-checkbox label:after {
  left: auto;
  right: 43px;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out; }

.checkbox-large.text-left .custom-checkbox label.checked:after {
  right: 3px; }

.form-control:focus {
  border-color: #73b7ca;
  outline: 0;
  background: #f8fbff;
  box-shadow: none; }

.input-group-addon.add-on-btn {
  background: #73b7ca;
  color: white;
  border-color: #73b7ca;
  cursor: pointer; }

.input-group-addon.add-on-btn:hover,
.input-group:hover .input-group-addon.add-on-btn {
  background: #437D93;
  color: white;
  border-color: #437D93; }

.input-select select,
input.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.input-select select::-ms-expand {
  display: none; }

.form .form-control[readonly] {
  cursor: pointer; }

.input-thumbnail img {
  max-width: 80%;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out; }

.block-child {
  background: white;
  padding: 40px 20px;
  text-align: center; }

.block-news {
  background: white; }

.block-news h3 {
  font-size: 1.2em;
  padding: 10px 20px;
  background: #73b7ca;
  color: #fff; }

.block-news > div {
  padding: 10px 0;
  border-bottom: dotted 1px #ccc;
  margin: 0 20px; }

.block-news > div:last-child {
  border: none; }

.block-news > div h4 {
  font-size: 12px; }

.font-exl {
  font-size: 40px;
  line-height: 40px;
  color: #73b7ca; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

canvas.chart {
  width: 100% !important; }

hr.margin10px {
  border: solid 5px transparent;
  margin: 0; }

.icon-xl {
  font-size: 2em;
  width: 2em;
  line-height: 2em;
  vertical-align: -0.1em; }

.icon-ll {
  font-size: 1.5em;
  width: 1.5em;
  line-height: 1.5em;
  vertical-align: -0.1em; }

.icon-l {
  font-size: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  vertical-align: -0.05em; }

.dashboard .row > div > div {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }

.well {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: solid 4px #eee;
  padding: 26px; }

.well.pointprogram {
  margin-top: 20px; }

.well.pointprogram .table {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

.well.pointprogram th {
  font-weight: bold; }

.well.pointprogram td {
  text-align: center;
  position: relative; }

.well.pointprogram td i.icon {
  position: absolute;
  right: -11px;
  top: -11px;
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  background: #333;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%; }

.well h4 {
  font-weight: bold;
  margin: 40px 0 20px;
  font-size: 20px; }

@media (max-width: 768px) {
  body#login {
    -webkit-animation: none; } }
/*# sourceMappingURL=admin.css.map */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: middle; }

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #333; }
  body#login {
    background: #fff; }

img {
  max-width: 100%; }

.header-spacer {
  height: 64px; }

#login-head-block {
  position: relative; }
  #login-head-block .bx-controls {
    display: none; }
  #login-head-block .bxslider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    #login-head-block .bxslider li {
      height: 460px; }
  #login-head-block .inner {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9000; }
    #login-head-block .inner .inner-inner {
      position: relative; }
  #login-head-block .logo-catch {
    width: 561px;
    height: 106px;
    background-image: url('../../images/pc-sf4e8c7ec23.png');
    background-position: 0 -402px;
    background-repeat: no-repeat;
    -moz-background-size: 561px auto;
    -o-background-size: 561px auto;
    -webkit-background-size: 561px auto;
    background-size: 561px auto;
    text-indent: -9999px;
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #login-head-block .login-wrapper {
    overflow: hidden;
    *zoom: 1;
    width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0; }
    #login-head-block .login-wrapper .btn-login {
      display: block;
      width: 280px;
      height: 60px;
      background: url(/images/before/btn_login.png) no-repeat;
      background-position: 0 0;
      float: left;
      text-indent: -9999px; }
      #login-head-block .login-wrapper .btn-login:hover {
        background-position: 0 -60px; }
    #login-head-block .login-wrapper .btn-regist {
      display: block;
      display: block;
      width: 280px;
      height: 60px;
      background: url(/images/before/btn_login.png) no-repeat;
      background-position: -280px 0;
      float: right;
      text-indent: -9999px; }
      #login-head-block .login-wrapper .btn-regist:hover {
        background-position: -280px -60px; }
  #login-head-block .btn-flow {
    display: block;
    width: 140px;
    line-height: 40px;
    border: solid 1px #fff;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    #login-head-block .btn-flow:hover {
      background: #32BBB7;
      border: solid 1px #32BBB7; }
  #login-head-block .search-block {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 30px 30px;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0; }
    #login-head-block .search-block .head {
      color: #fff;
      line-height: 44px; }
    #login-head-block .search-block form {
      position: relative;
      height: 46px; }
    #login-head-block .search-block #search_area {
      width: 420px;
      height: 46px;
      line-height: 46px;
      border-radius: 2px 0 0 2px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      padding: 0 20px;
      border: none;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    #login-head-block .search-block #search_catagory {
      width: 420px;
      height: 46px;
      line-height: 46px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      padding: 0 20px;
      border: none;
      background: #fff;
      position: absolute;
      top: 0;
      left: 421px; }
    #login-head-block .search-block .popular-category-block {
      padding: 4px;
      border: solid 1px #fff;
      margin-top: 14px;
      color: #fff;
      overflow: hidden;
      *zoom: 1; }
      #login-head-block .search-block .popular-category-block .heading-pop {
        width: 140px;
        float: left;
        text-align: center;
        border-right: solid 1px #fff;
        padding: 6px 0; }
      #login-head-block .search-block .popular-category-block .pop-list {
        padding: 6px 0;
        float: right;
        width: 740px;
        text-align: center; }
        #login-head-block .search-block .popular-category-block .pop-list li {
          display: inline-block; }
          #login-head-block .search-block .popular-category-block .pop-list li a,
          #login-head-block .search-block .popular-category-block .pop-list li span {
            display: inline-block;
            padding: 0 16px;
            color: #fff;
            text-decoration: none; }
            #login-head-block .search-block .popular-category-block .pop-list li a:hover,
            #login-head-block .search-block .popular-category-block .pop-list li span:hover {
              text-decoration: underline; }
    #login-head-block .search-block .btn-search {
      outline: none;
      border: none;
      width: 60px;
      height: 46px;
      background-image: url('../../images/pc-sf4e8c7ec23.png');
      background-position: 0 -264px;
      background-repeat: no-repeat;
      -moz-background-size: 561px auto;
      -o-background-size: 561px auto;
      -webkit-background-size: 561px auto;
      background-size: 561px auto;
      text-indent: -9999px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0; }
      #login-head-block .search-block .btn-search:hover {
        opacity: 0.9; }

.search-result-header {
  border-bottom: solid 1px #ddd;
  background: #fff; }
  .search-result-header .inner {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0 50px; }
  .search-result-header .head {
    line-height: 44px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px; }
  .search-result-header form {
    position: relative;
    width: 896px;
    margin: 0 auto; }
  .search-result-header .search-block .head {
    line-height: 44px; }
  .search-result-header .search-block form {
    position: relative;
    height: 46px; }
  .search-result-header .search-block #search_area {
    width: 420px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 0 20px;
    border: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #ddd; }
  .search-result-header .search-block #search_catagory {
    width: 420px;
    height: 46px;
    line-height: 46px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 0 20px;
    border: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 419px;
    border: solid 1px #ddd; }
  .search-result-header .search-block .btn-search {
    outline: none;
    border: none;
    width: 60px;
    height: 46px;
    background-image: url('../../images/pc-sf4e8c7ec23.png');
    background-position: 0 -264px;
    background-repeat: no-repeat;
    -moz-background-size: 561px auto;
    -o-background-size: 561px auto;
    -webkit-background-size: 561px auto;
    background-size: 561px auto;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }
    .search-result-header .search-block .btn-search:hover {
      opacity: 0.9; }

#info-block {
  background: #eaeaec;
  height: 40px;
  text-align: center;
  line-height: 18px;
  vertical-align: middle; }
  #info-block span {
    vertical-align: top; }
  #info-block img {
    vertical-align: middle;
    display: inline-block; }
  #info-block a {
    color: #a22125;
    vertical-align: middle; }
  #info-block .inner {
    padding-top: 10px; }

.bijin-model-attracted-block {
  background: #fff; }
  .bijin-model-attracted-block .inner {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 40px; }
  .bijin-model-attracted-block .heading {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold; }
  .bijin-model-attracted-block .description {
    text-align: center;
    margin-bottom: 30px;
    line-height: 180%; }
  .bijin-model-attracted-block .img-wrap {
    margin-bottom: 40px; }

.designated-head-block {
  background: #fff; }
  .designated-head-block .heading-black-label {
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #343440; }
  .designated-head-block .inner {
    padding: 40px 0;
    width: 960px;
    margin: 0 auto; }
  .designated-head-block .text-wrap {
    width: 560px;
    margin: 0 auto; }
    .designated-head-block .text-wrap .color-red {
      color: #a51d1f;
      font-weight: bold;
      padding-top: 20px; }
  .designated-head-block .btn-wrap {
    width: 840px;
    overflow: hidden;
    *zoom: 1;
    margin: 20px auto 0; }
    .designated-head-block .btn-wrap a {
      display: block;
      color: #fff;
      background: #343440;
      width: 400px;
      line-height: 46px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      border-radius: 4px; }
      .designated-head-block .btn-wrap a:hover {
        background: #32BBB7;
        text-decoration: none; }
      .designated-head-block .btn-wrap a.left {
        float: left; }
      .designated-head-block .btn-wrap a.right {
        float: right; }

#matching-block {
  background: #F6F6F6; }
  #matching-block.white {
    background: #fff; }
  #matching-block .inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0; }
  #matching-block .heading {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold; }
  #matching-block .description {
    text-align: center;
    margin-bottom: 30px;
    line-height: 180%; }
  #matching-block .img-wrap {
    margin-bottom: 40px; }
  #matching-block ul {
    text-align: center; }
    #matching-block ul li {
      display: inline-block; }
      #matching-block ul li a {
        display: inline-block;
        padding: 0 10px;
        color: #32BBB7;
        text-decoration: none; }
        #matching-block ul li a:hover {
          text-decoration: underline; }

#pickup-model-block,
.pickup-model-block {
  background: #fff; }
  #pickup-model-block:after,
  .pickup-model-block:after {
    content: url(../images/client/icon_arrow_white_down.png);
    margin: 0 auto;
    position: relative;
    bottom: -10px;
    left: 0;
    right: 0; }
  #pickup-model-block.search-result .inner,
  .pickup-model-block.search-result .inner {
    padding: 50px 0 0; }
  #pickup-model-block.search-result .model-list,
  .pickup-model-block.search-result .model-list {
    border-bottom: solid 1px #ddd;
    padding-bottom: 50px; }
  #pickup-model-block .inner,
  .pickup-model-block .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0; }
  #pickup-model-block .heading,
  .pickup-model-block .heading {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold; }
  #pickup-model-block .area-count,
  .pickup-model-block .area-count {
    background: #fff;
    height: 70px;
    box-shadow: 0px 0px 6px 2px #dddddd;
    -moz-box-shadow: 0px 0px 6px 2px #dddddd;
    -webkit-box-shadow: 0px 0px 6px 2px #dddddd;
    line-height: 70px;
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
    width: 960px; }
    #pickup-model-block .area-count .area,
    .pickup-model-block .area-count .area {
      position: absolute;
      left: 24px; }
    #pickup-model-block .area-count .category,
    .pickup-model-block .area-count .category {
      position: absolute;
      left: 396px; }
    #pickup-model-block .area-count .count,
    .pickup-model-block .area-count .count {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 24px;
      border-left: solid 1px #ddd; }
      #pickup-model-block .area-count .count span,
      .pickup-model-block .area-count .count span {
        font-size: 16px;
        font-weight: bold; }
  #pickup-model-block .model-list,
  .pickup-model-block .model-list {
    overflow: hidden;
    *zoom: 1; }
    #pickup-model-block .model-list li a,
    .pickup-model-block .model-list li a {
      width: 176px;
      float: left;
      margin: 10px;
      color: #555; }
      #pickup-model-block .model-list li a:hover,
      .pickup-model-block .model-list li a:hover {
        text-decoration: none;
        color: #32BBB7; }
        #pickup-model-block .model-list li a:hover .img-wrap,
        .pickup-model-block .model-list li a:hover .img-wrap {
          opacity: 0.9; }
    #pickup-model-block .model-list li .img-liquid,
    .pickup-model-block .model-list li .img-liquid {
      height: 176px; }
    #pickup-model-block .model-list li .name,
    .pickup-model-block .model-list li .name {
      border-bottom: solid 1px #ddd;
      padding: 7px 10px;
      font-size: 14px; }
    #pickup-model-block .model-list li .data,
    .pickup-model-block .model-list li .data {
      padding: 7px 10px 0;
      font-size: 12px; }

.common-block {
  background-color: #fff; }
  .common-block.grey {
    /* background-color: transparent !important;  */
    }
  .common-block.green {
    background-color: #32BBB7 !important; }
    .common-block.green .inner .heading-common {
      color: #fff; }
    .common-block.green .inner .heading-sub {
      color: #fff; }
  .common-block.beige {
    background-color: #f9f6ef !important; }
  .common-block.arrow {
    background: url(/images/before/arrow_white.png) no-repeat;
    background-position: top center; }
  .common-block .inner {
    width: 960px;
    margin: 0 auto;
    padding: 100px 0; }
    .common-block .inner .heading-common {
      font-size: 26px;
      font-weight: bold;
      color: #32BBB7;
      margin-bottom: 50px;
      text-align: center; }
    .common-block .inner .heading-sub {
      font-size: 14px;
      margin-top: -20px;
      margin-bottom: 40px;
      text-align: center;
      line-height: 200%; }

.before-whatis {
  overflow: hidden;
  *zoom: 1; }
  .before-whatis .left {
    width: 470px;
    float: left; }
    .before-whatis .left p {
      line-height: 220%; }
    .before-whatis .left img {
      display: block;
      width: 100%; }
  .before-whatis .right {
    width: 470px;
    float: right; }
    .before-whatis .right img {
      width: 100%;
      display: block; }
.before-3col ul {
  width: 786px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1; }
  .before-3col ul li {
    width: 226px;
    float: left;
    margin-right: 54px; }
    .before-3col ul li:last-child {
      margin-right: 0; }
    .before-3col ul li .img-wrap {
      margin-bottom: 8px; }
      .before-3col ul li .img-wrap img {
        display: block;
        width: 100%; }
    .before-3col ul li p {
      line-height: 220%; }
.before-model-list {
  overflow: hidden;
  *zoom: 1; }
  .before-model-list li a {
    display: block;
    width: 176px;
    height: 176px;
    float: left;
    margin-right: 20px; }
    .before-model-list li a:hover {
      opacity: 0.8; }
  .before-model-list li:last-child a {
    margin-right: 0; }
.before-case-list {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px; }
  .before-case-list li {
    width: 225px;
    height: 320px;
    float: left;
    margin-right: 20px;
    border: solid 1px #ddd;
    background-color: #fff; }
    .before-case-list li:last-child {
      margin-right: 0; }
    .before-case-list li .title {
      text-align: center;
      font-weight: bold;
      line-height: 48px; }
    .before-case-list li .img-wrap img {
      display: block;
      width: 100%; }
    .before-case-list li p {
      padding: 10px;
      color: #888;
      line-height: 180%; }
.before-table-qa {
  width: 100%;
  margin-bottom: 20px; }
  .before-table-qa th {
    background-color: #ebecee;
    width: 80px;
    padding: 15px 0;
    text-align: center; }
  .before-table-qa td {
    padding: 20px;
    background-color: #fff; }
    .before-table-qa td.underline {
      font-size: 16px;
      font-weight: bold;
      border-bottom: solid 1px #ebecee; }

#bottom-btn-block {
  padding: 60px 0;
  background: #F6F6F6;
  position: relative; }
  #bottom-btn-block a {
    display: block;
    width: 540px;
    height: 88px;
    background-image: url('../../images/pc-sf4e8c7ec23.png');
    background-position: 0 -174px;
    background-repeat: no-repeat;
    -moz-background-size: 561px auto;
    -o-background-size: 561px auto;
    -webkit-background-size: 561px auto;
    background-size: 561px auto;
    text-indent: -9999px;
    margin: 0 auto; }
    #bottom-btn-block a:hover {
      opacity: 0.9; }
  #bottom-btn-block .arrow {
    width: 36px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

#bottom-btn-block-white {
  padding: 60px 0;
  background: #fff;
  position: relative; }
  #bottom-btn-block-white a {
    display: block;
    width: 540px;
    height: 88px;
    background-image: url('../../images/pc-sf4e8c7ec23.png');
    background-position: 0 -174px;
    background-repeat: no-repeat;
    -moz-background-size: 561px auto;
    -o-background-size: 561px auto;
    -webkit-background-size: 561px auto;
    background-size: 561px auto;
    text-indent: -9999px;
    margin: 0 auto; }
    #bottom-btn-block-white a:hover {
      opacity: 0.9; }

#footer-social {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
  *zoom: 1; }
  #footer-social li {
    display: inline-block;
    margin: 0 5px; }
    #footer-social li .fb-like {
      line-height: 1;
      top: -2px; }
    #footer-social li.twitter a {
      display: block;
      width: 60px;
      height: 60px;
      background-image: url('../../images/pc-sf4e8c7ec23.png');
      background-position: 0 -62px;
      background-repeat: no-repeat;
      -moz-background-size: 561px auto;
      -o-background-size: 561px auto;
      -webkit-background-size: 561px auto;
      background-size: 561px auto; }
    #footer-social li.fb-share a {
      display: block;
      width: 60px;
      height: 60px;
      background-image: url('../../images/pc-sf4e8c7ec23.png');
      background-position: 0 0;
      background-repeat: no-repeat;
      -moz-background-size: 561px auto;
      -o-background-size: 561px auto;
      -webkit-background-size: 561px auto;
      background-size: 561px auto; }

footer {
  background: #43484d; }
  footer .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 20px; }
  footer .copyright {
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 10px; }
  footer #footer-logo a {
    display: block;
    width: 164px;
    margin: 0 auto 30px; }
  footer .footer-link-list {
    text-align: center; }
    footer .footer-link-list li {
      display: inline-block;
      padding: 0; }
      footer .footer-link-list li:after {
        content: '|';
        color: #fff; }
      footer .footer-link-list li:last-child:after {
        content: ''; }
      footer .footer-link-list li a {
        display: inline-block;
        color: #fff;
        padding: 0 20px; }

.btn-login-pink {
  width: 300px;
  margin: 20px auto 30px; }

#model-login-bottom {
  margin-top: 40px;
  background: #fff; }
  #model-login-bottom .title {
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #333340;
    font-size: 12px; }
  #model-login-bottom .ability-inner {
    padding: 20px; }
  #model-login-bottom .attention-block {
    border: solid 1px #d84839;
    border-top: none;
    margin: 0 16px 20px; }
    #model-login-bottom .attention-block .heading {
      background: #d84839;
      line-height: 30px;
      font-size: 12px;
      text-align: center;
      color: #fff; }
    #model-login-bottom .attention-block .attention-inner {
      padding: 10px; }
    #model-login-bottom .attention-block .attention-wrap {
      display: table;
      width: 100%;
      border-bottom: dotted 1px #ddd;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      #model-login-bottom .attention-block .attention-wrap:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
      #model-login-bottom .attention-block .attention-wrap .icon-wrap {
        display: table-cell;
        width: 10%;
        vertical-align: top; }
        #model-login-bottom .attention-block .attention-wrap .icon-wrap img {
          width: 16px; }
      #model-login-bottom .attention-block .attention-wrap .description {
        display: table-cell;
        width: 90%;
        line-height: 140%;
        font-weight: bold; }
        #model-login-bottom .attention-block .attention-wrap .description .bg-pink {
          background: #ff5999;
          color: #fff;
          padding: 1px; }
        #model-login-bottom .attention-block .attention-wrap .description .text-small-red {
          color: #d84839;
          font-size: 10px;
          line-height: 130%; }
  #model-login-bottom .ex-list {
    overflow: hidden;
    *zoom: 1; }
    #model-login-bottom .ex-list li {
      width: 50%;
      margin: 0;
      float: left; }
      #model-login-bottom .ex-list li .img-wrap {
        position: relative; }
        #model-login-bottom .ex-list li .img-wrap h6 {
          width: 100%;
          color: #fff;
          line-height: 40px;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          text-align: center; }
  #model-login-bottom .copy {
    text-align: center;
    font-size: 10px;
    line-height: 24px; }

.head-model-job {
  padding: 15px 10px;
  border-bottom: solid 1px #898989; }
  .head-model-job .inner {
    overflow: hidden;
    *zoom: 1; }
  .head-model-job .logo-model-job {
    display: block;
    width: 135px;
    float: left;
    margin-top: 2px; }
  .head-model-job .logo-model-job-bijin {
    width: 41px;
    float: right; }

.tac {
  background: #fff;
  padding-bottom: 60px; }
  .tac .active {
    background: #32BBB7; }
  .tac .pagination > .active > a, .tac .pagination > .active > span, .tac .pagination > .active > a:hover, .tac .pagination > .active > span:hover, .tac .pagination > .active > a:focus, .tac .pagination > .active > span:focus {
    background-color: #32BBB7;
    border-color: #32BBB7; }

.model-job-flow-block .heading-flow {
  border-top: solid 1px #898989;
  border-bottom: solid 1px #898989;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background: #f1f1f1; }
.model-job-flow-block .inner {
  padding: 10px; }
.model-job-flow-block .attention-block {
  border: solid 1px #898989; }
  .model-job-flow-block .attention-block .heading {
    border-bottom: solid 1px #898989;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    background: #f1f1f1; }
  .model-job-flow-block .attention-block .attention-inner {
    padding: 10px; }
  .model-job-flow-block .attention-block .attention-wrap {
    display: table;
    width: 100%;
    border-bottom: dotted 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .model-job-flow-block .attention-block .attention-wrap:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .model-job-flow-block .attention-block .attention-wrap .icon-wrap {
      display: table-cell;
      width: 10%;
      vertical-align: top; }
      .model-job-flow-block .attention-block .attention-wrap .icon-wrap img {
        width: 16px; }
    .model-job-flow-block .attention-block .attention-wrap .description {
      display: table-cell;
      width: 90%;
      line-height: 140%;
      font-size: 10px; }
      .model-job-flow-block .attention-block .attention-wrap .description .bg-pink {
        background: #ff5999;
        color: #fff;
        padding: 1px; }
      .model-job-flow-block .attention-block .attention-wrap .description .text-small-red {
        color: #d84839;
        font-size: 10px;
        line-height: 130%; }

.bottom-navigation-block ul {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  height: 45px;
  background: #9fa0a0;
  text-align: center; }
  .bottom-navigation-block ul li {
    float: left;
    width: 33%;
    text-align: center;
    border-right: solid 1px #fff; }
    .bottom-navigation-block ul li:last-child {
      border-right: none; }
    .bottom-navigation-block ul li .footer-links {
      display: block;
      text-align: center;
      cursor: pointer; }
    .bottom-navigation-block ul li img {
      width: 81px;
      display: block;
      margin: 0 auto; }

.header-login-regist {
  background: #fff; }
  .header-login-regist .inner {
    width: 960px;
    margin: 0 auto;
    padding: 100px 0 40px; }
  .header-login-regist .heading-login-regist {
    width: 543px;
    height: 93px;
    background-image: url('../../images/pc-sf4e8c7ec23.png');
    background-position: 0 -510px;
    background-repeat: no-repeat;
    -moz-background-size: 561px auto;
    -o-background-size: 561px auto;
    -webkit-background-size: 561px auto;
    background-size: 561px auto;
    margin: 0 auto 40px;
    text-indent: -9999px; }
  .header-login-regist.designated {
    background: url(../../images/client/header02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover; }
    .header-login-regist.designated .heading-login-regist {
      width: 561px;
      height: 106px;
      background-image: url('../../images/pc-sf4e8c7ec23.png');
      background-position: 0 -402px;
      background-repeat: no-repeat;
      -moz-background-size: 561px auto;
      -o-background-size: 561px auto;
      -webkit-background-size: 561px auto;
      background-size: 561px auto;
      margin: 0 auto 20px;
      text-indent: -9999px; }
    .header-login-regist.designated .sub-heading {
      text-align: center;
      font-size: 22px;
      font-weight: bold; }

.login-regist-form-block {
  background: #fff; }
  .login-regist-form-block .line-box {
    width: 960px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 1px #000; }
  .login-regist-form-block .inner {
    width: 960px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #F6F6F6;
    box-sizing: border-box; }
  .login-regist-form-block h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto 30px;
    text-align: center;
    letter-spacing: 0.1em; }
  .login-regist-form-block .text-block {
    height: 1em;
    position: relative;
    margin-bottom: 20px; }
    .login-regist-form-block .text-block .text-warning {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      color: #cc0000;
      text-align: center; }
    .login-regist-form-block .text-block .text-must {
      color: #FF5C99;
      position: absolute;
      top: 0;
      right: 20px; }
  .login-regist-form-block .form-common {
    background: #fff;
    border-radius: 5px;
    line-height: 40px;
    -webkit-appearance: none;
    appearance: none; }
  .login-regist-form-block table {
    width: 100%; }
    .login-regist-form-block table.border-top-bottom {
      border-top: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
    .login-regist-form-block table.border-each td {
      border-top: solid 1px #ddd;
      border-bottom: solid 1px #ddd; }
    .login-regist-form-block table .text-sub {
      color: #888;
      padding-top: 8px;
      font-size: 12px; }
    .login-regist-form-block table td {
      padding: 20px; }
    .login-regist-form-block table tr:first-child td {
      border-top: 0px;}
    .login-regist-form-block table tr:last-child td {
      border-bottom: 0px;}
      .login-regist-form-block table td.title {
        padding-left: 40px;
        width: 250px;
        box-sizing: border-box;
        vertical-align: top;
        padding-top: 28px; }
      .login-regist-form-block table td.td-form {
        padding-right: 40px; }
      .login-regist-form-block table td.pb0 {
        padding-bottom: 0; }
      .login-regist-form-block table td.pb40 {
        padding-bottom: 40px; }
  .login-regist-form-block .btn-login-green {
    background: #32BBB7;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    display: block;
    width: 540px;
    border: none;
    border-radius: 5px;
    margin: 0 auto; }
    .login-regist-form-block .btn-login-green:hover {
      opacity: 0.9; }
    .login-regist-form-block .btn-login-green:disabled {
      background: #ccc; }
      .login-regist-form-block .btn-login-green:disabled:hover {
        opacity: 1; }

a.color-blue {
  color: #324CCC !important;
  text-decoration: none; }
  a.color-blue:hover {
    text-decoration: underline; }

#loading-block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 12000; }
  #loading-block img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px; }

@media (min-width: 1280px) {
  #login-head-block {
    position: relative; }
    #login-head-block .bx-controls {
      display: none; }
    #login-head-block .btn-flow {
      top: 290px; }
    #login-head-block .search-block {
      top: 390px; } }

#sectionConfirm{
  background-color:#fff;
}
#sectionConfirm .confirmTable{
  width: 960px;
    margin: 0 auto;
    padding: 30px 20px;
    position:relative;
}
#sectionConfirm .confirmTable table{
  border:1px #000 solid;
  border-collapse:collapse;
  margin-bottom:50px;
}
#sectionConfirm .confirmTable table th{
  border:1px #000 solid;
  padding:10px 20px;
}
#sectionConfirm .confirmTable table td{
  border:1px #000 solid;
  padding:10px 20px;
}
#sectionConfirm .confirmTable .title{
  background-color:#F6F6F6;
  width:180px;
}
#sectionConfirm .confirmTable .td-form{
  width:740px;
}
#sectionConfirm .confirmTable .fix-form{
  z-index:1;
  position:absolute;
  right: 30px;
  bottom:80px;
}
#sectionConfirm .confirmTable .fix-form button{
  padding:5px 20px;
  border-radius:5px;
  background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
  border:1px #C7C7C7 solid;
  color:#747474;
}
#sectionConfirm .confirmTable .confirm-form{
  z-index:0;
}
#sectionConfirm .btn-login-green{
  background: #32BBB7;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    display: block;
    width: 540px;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
}
#sectionConfirm .btn-login-green:hover {
      opacity: 0.9; }
    #sectionConfirm .btn-login-green:disabled {
      background: #ccc; }
      #sectionConfirm .btn-login-green:disabled:hover {
        opacity: 1; }

.line-box .toLoginPageButton{
  text-decoration:none;
  opacity: 0.9;
}
.line-box .toLoginPageButton:hover{
  text-decoration:none;
  opacity: 1;
}

.feature-block {
  background-color: #F9F6EF; }
  .feature-block .inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0; }
  .feature-block .heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #32BBB7; }
  .feature-block .ul-feature-list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -12px;
    margin-right: 0px;
    margin-bottom: -12px;
    margin-left: 0px; }
/*     .feature-block .ul-feature-list:before, .feature-block .ul-feature-list:after {
      content: "";
      display: table; } */
    .feature-block .ul-feature-list:after {
      clear: both; }
    .feature-block .ul-feature-list li {
      display: inline-block;
      margin: 12px 0px; }
      .feature-block .ul-feature-list li a {
        display: table;
        border: solid 1px #32BBB7;
        border-radius: 4px;
        position: relative;
        text-align: center;
        background-color: #fff;
        width: 308px;
        height: 60px;
        float: left;
        vertical-align: middle;
        font-weight: bold; }
        .feature-block .ul-feature-list li a .box {
          display: table-cell;
          width: 100%;
          vertical-align: middle;
          text-align: center; }
        .feature-block .ul-feature-list li a .arrow {
          width: 6px;
          height: 11px;
          background-image: url('../../images/feature/pc-s91bdfafa6c.png');
          background-position: 0 0;
          background-repeat: no-repeat;
          -moz-background-size: 535px auto;
          -o-background-size: 535px auto;
          -webkit-background-size: 535px auto;
          background-size: 535px auto;
          position: absolute;
          right: 10px;
          top: 24px; }
        .feature-block .ul-feature-list li a:hover {
          background-color: #32BBB7;
          color: #fff;
          text-decoration: none; }
          .feature-block .ul-feature-list li a:hover .arrow {
            width: 6px;
            height: 11px;
            background-image: url('../../images/feature/pc-s91bdfafa6c.png');
            background-position: -9px 0;
            background-repeat: no-repeat;
            -moz-background-size: 535px auto;
            -o-background-size: 535px auto;
            -webkit-background-size: 535px auto;
            background-size: 535px auto; }
.acatchcopy {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  margin-top: 8px;
  padding: 10px;
  vertical-aline: middle;
  color: #555555;
  border: 1px solid #DADDDC;
  border-radius: 1px;
  background-color: #FBFBFB;
}
.acatchcopy::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 10px;
  border-right: 10px solid #DADDDC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.acatchcopy::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right: 10px solid #FBFBFB;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}