@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* color */
/* layout coolor */
/* caption */
/* header color */
/* margin padding */
/* image size */
/* image */
/* z-index */
/* break point */
/* image */
/* overlay box */
/* sticky */
.c-nopadding {
  padding: 0; }

.c-padding {
  padding: 30px; }

.c-padding-half {
  padding: 15px; }

.c-padding-2x {
  padding: 60px; }

.c-padding-3x {
  padding: 90px; }

.c-padding5 {
  padding: 5px; }

.c-padding10 {
  padding: 10px; }

.c-padding20 {
  padding: 20px; }

.c-margin {
  margin: 30px; }

.c-margin-half {
  margin: 15px; }

.c-margin-2x {
  margin: 60px; }

.c-margin-3x {
  margin: 90px; }

.c-margin0 {
  margin: 0 !important; }

.c-margin5 {
  margin: 5px; }

.c-margin10 {
  margin: 10px; }

.c-margin15 {
  margin: 15px; }

.c-margin20 {
  margin: 20px; }

.c-margin30 {
  margin: 30px; }

.c-margin0-b {
  margin-bottom: 0; }

.c-margin5-b {
  margin-bottom: 5px; }

.c-margin10-b {
  margin-bottom: 10px; }

.c-margin15-b {
  margin-bottom: 15px; }

.c-margin20-b {
  margin-bottom: 20px; }

.c-margin30-b {
  margin-bottom: 30px; }

.c-padding10-l {
  padding-left: 10px; }

.c-padding10-r {
  padding-right: 10px; }

.c-padding20-l {
  padding-left: 20px; }

.c-padding20-r {
  padding-right: 20px; }

.c-padding30-l {
  padding-left: 30px; }

.c-padding30-r {
  padding-right: 30px; }

.c-text-left {
  text-align: left; }

.c-text-right {
  text-align: right; }

.c-text-center {
  text-align: center; }

/* text */
.c-text-xs {
  font-size: 12px; }

.c-text-sm {
  font-size: 14px; }

.c-text-md {
  font-size: 16px; }

.c-text-lg {
  font-size: 20px; }

.c-text-xlg {
  font-size: 28px; }

.c-strong {
  font-weight: bold; }

/* caption */
.c-caption-box {
  background-color: #898989;
  color: #fff;
  padding: 0.5em 1em; }
  .c-nav-balloon-bottom + .c-caption-box {
    position: relative;
    top: -20px;
    padding-top: 25px; }

/* button */
.c-btn-xs {
  width: 60px; }

.c-btn-sm {
  width: 100px; }

.c-btn-md {
  width: 150px; }

.c-btn-lg {
  width: 200px; }

.c-btn-xlg {
  width: 300px; }

.c-disabled,
.c-disabled * {
  background-color: #efefef;
  color: #AAA;
  cursor: default; }

.c-bg-common {
  background-color: #FFF; }

.c-bordered {
  border: 1px solid #CCC; }

.c-bordered-top {
  border-top: 1px solid #CCC; }

.c-bordered-bottom {
  border-bottom: 1px solid #CCC; }

.c-bordered-right {
  border-right: 1px solid #CCC; }

.c-bordered-left {
  border-left: 1px solid #CCC; }

.c-noborder {
  border-style: none; }

.c-must-input {
  font-size: 14px;
  color: #a94442; }

.c-cliclable {
  cursor: pointer; }

.c-error-inline {
  /* use with bootstrap .alert and .alert-danger */
  padding: 5px 10px;
  margin-bottom: 5px; }

.c-text-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* side nav */
ul.c-nav-side {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.c-nav-side > li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #767c6b;
    font-size: 14px; }
    ul.c-nav-side > li:first-child {
      border-top: 1px solid #767c6b; }
    ul.c-nav-side > li i {
      padding-right: 5px; }
    ul.c-nav-side > li a {
      display: block;
      padding: 10px 20px 10px 20px;
      color: #fff; }
      ul.c-nav-side > li a:hover {
        background-color: #767c6b;
        text-decoration: none; }
    ul.c-nav-side > li.active a {
      background-color: #555647; }
    ul.c-nav-side > li .c-nav-label {
      padding: 10px 20px 10px 20px; }
  ul.c-nav-side ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    ul.c-nav-side ul li a {
      padding-left: 40px; }

/* cornertag */
.c-cornertag {
  position: relative;
  color: #fff;
  display: inline-block;
  padding: 0px;
  overflow: hidden;
  font-weight: normal;
  font-size: 10px; }

.c-cornertag p {
  display: inline;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 910; }

.c-cornertag p span {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -30px;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  background: #333;
  width: 60px;
  height: 60px;
  padding-bottom: 3px;
  padding-top: 43px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-cornertag-lg p span {
  width: 120px;
  height: 120px;
  top: -60px;
  right: -60px;
  font-size: 14px;
  padding-bottom: 6px;
  padding-top: 96px; }

/* copyright */
.c-copyright {
  color: #999;
  font-size: small; }

/* dl */
dl {
  margin-bottom: 0; }
  dl > dt {
    padding-bottom: 0.25em; }
  dl > dd {
    margin-bottom: 1em; }
  dl > dt + dd {
    margin-bottom: 0.25em; }
  dl > dd:last-child {
    margin-bottom: 0; }

dl.c-dl-justify {
  width: 100%;
  margin: 0;
  padding: 0; }

dl.c-dl-justify dt {
  float: left;
  text-align: left;
  width: 50%; }

dl.c-dl-justify dd {
  text-align: right; }

dl.c-dl-justify:before,
dl.c-dl-justify:after {
  display: table;
  content: " "; }

dl.c-dl-justify:after {
  clear: both; }

dl.c-dl-justify dt {
  white-space: nowrap; }

dl.c-dl-horizontal {
  width: 100%;
  /* clearfix */ }
  dl.c-dl-horizontal > dt, dl.c-dl-horizontal > dd {
    padding: 0.5em 0 5px 0; }
  dl.c-dl-horizontal > dt {
    float: left; }
  dl.c-dl-horizontal > dd {
    padding-left: 120px; }
  dl.c-dl-horizontal::before, dl.c-dl-horizontal::after {
    display: table;
    content: " "; }
  dl.c-dl-horizontal::after {
    clear: both; }

dl.c-dl-bordered > dd {
  border-bottom: 1px dotted #ccc; }

dl.c-dl-condensed > dt, dl.c-dl-condensed > dd {
  padding: 0.25em 0 0.25em 0; }
dl.c-dl-condensed > dd {
  padding-left: 120px; }

dl.c-dl-half > dd {
  padding-left: 60px; }

dl.c-flexdl-horizontal {
  display: flex;
  width: 100%; }
  dl.c-flexdl-horizontal dt {
    width: 120px;
    padding: 0.5em 0 5px 0; }
  dl.c-flexdl-horizontal dd {
    flex-grow: 1;
    margin-right: 20px;
    padding: 0.5em 0 5px 0; }
    dl.c-flexdl-horizontal dd:last-child {
      margin-right: 0; }

dl.c-dl-compress::after {
  clear: both;
  content: "";
  display: table; }
dl.c-dl-compress > dt, dl.c-dl-compress > dd {
  float: left; }
dl.c-dl-compress > dt {
  margin-right: 10px;
  font-weight: bold; }
dl.c-dl-compress > dd {
  margin-right: 20px; }
  dl.c-dl-compress > dd:last-child {
    margin-right: 0; }

/*
 * common box
 */
.c-common-box {
  background-color: #FFF; }

.c-common-box-bordered {
  border: 1px solid #CCC; }

/*
 * 2column container
 */
.c-2col-container {
  width: 100%; }

.c-2col-l,
.c-2col-r {
  width: 50%; }

.c-2col-l {
  float: left; }

.c-2col-r {
  float: left; }

/* clearfix */
.c-2col-container:before,
.c-2col-container:after {
  display: table;
  content: " "; }

.c-2col-container:after {
  clear: both; }

/*
 * Grid
 */
.c-grid {
  font-size: small;
  border: 1px solid #CCC;
  margin-bottom: 0; }

.c-grid th,
.c-grid td {
  background-color: #FFF; }

.c-grid th {
  background-color: #F5F5F5;
  font-weight: normal; }

.c-grid .c-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

.c-grid td.c-grid-col-center,
.c-grid th.c-grid-col-center {
  text-align: center; }

.c-grid td.c-grid-col-left,
.c-grid th.c-grid-col-left {
  text-align: left; }

.c-grid td.c-grid-col-right,
.c-grid th.c-grid-col-right {
  text-align: right; }

.c-grid td.c-grid-col-sm,
.c-grid th.c-grid-col-sm {
  width: 50px; }

.c-grid td.c-grid-col-md,
.c-grid th.c-grid-col-md {
  width: 100px; }

.c-grid td.c-grid-col-lg,
.c-grid th.c-grid-col-lg {
  width: 150px; }

.c-grid td.c-grid-col-xlg,
.c-grid th.c-grid-col-xlg {
  width: 250px; }

.c-grid td.c-grid-col-date,
.c-grid th.c-grid-col-date {
  width: 90px;
  text-align: right; }

.c-grid td.c-grid-col-datetime,
.c-grid th.c-grid-col-datetime {
  width: 130px;
  text-align: right; }

.c-grid td.c-grid-col-num-sm,
.c-grid th.c-grid-col-num-sm {
  width: 50px;
  text-align: right; }

.c-grid td.c-grid-col-num-md,
.c-grid th.c-grid-col-num-md {
  width: 100px;
  text-align: right; }

.c-grid td.c-grid-col-num-lg,
.c-grid th.c-grid-col-num-lg {
  width: 150px;
  text-align: right; }

.c-grid td.c-grid-col-datetime,
.c-grid th.c-grid-col-datetime {
  width: 130px;
  text-align: right; }

.c-grid-bordered th,
.c-grid-bordered td {
  border: 1px solid #CCC; }

.c-grid-padding th,
.c-grid-padding td {
  padding: 3px; }

.c-grid-wide {
  width: 100%; }

.c-grid-bordered-odd tr:nth-child(odd) td {
  border-top: 2px solid #CCC; }

.c-grid-pagination-area {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-top-style: none;
  padding: 5px; }

.c-grid-pagination-area ul.pagination {
  margin: 0; }

.c-grid-pagination-area label {
  font-weight: normal; }

/*
 * Input
 */
form.c-form-hrz {
  width: 800px; }

form.c-form-hrz-center {
  margin: 0 auto; }

form.c-form-hrz .form-group:before {
  display: table;
  content: " "; }

form.c-form-hrz .form-group:after {
  clear: both; }

.c-form-hrz-label {
  width: 200px;
  text-align: right;
  float: left;
  padding-right: 20px; }

.c-form-hrz-input {
  width: 600px;
  float: left; }

.c-form-btn {
  width: 200px; }

.c-input-xs,
.form-inline .c-input-xs {
  width: 80px; }

.c-input-sm,
.form-inline .c-input-sm {
  width: 180px; }

.c-input-md,
.form-inline .c-input-md {
  width: 300px; }

.c-input-lg,
.form-inline .c-input-lg {
  width: 420px; }

.c-input-xlg,
.form-inline .c-input-xlg {
  width: 540px; }

.c-input-wide,
.form-inline .c-input-wide {
  width: 100px; }

label.c-label-block {
  display: block; }

/*
 * comment
 */
.c-comment-box {
  margin-bottom: 10px; }

.c-comment-header {
  cursor: pointer; }

.c-comment-title-left {
  width: 200px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.c-comment-title-right {
  width: 50px;
  float: right;
  text-align: right; }

.c-comment-info {
  font-size: small;
  line-height: 125%; }

.c-user-face30 {
  width: 30px;
  height: 30px;
  margin-right: 5px; }

.c-user-face24 {
  width: 24px;
  height: 24px;
  margin-right: 5px; }

/* Flash Message */
.c-flash-message {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  display: none; }

/* toggle button */
.c-tgl-group {
  margin-right: 1em;
  display: inline-block;
  margin: 3px 10px; }

.c-tgl {
  display: none; }
  .c-tgl, .c-tgl:after, .c-tgl:before, .c-tgl *, .c-tgl *:after, .c-tgl *:before, .c-tgl + .c-tgl-btn {
    box-sizing: border-box; }
  .c-tgl::selection {
    background: none; }
  .c-tgl + .c-tgl-btn {
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none; }
    .c-tgl + .c-tgl-btn:after, .c-tgl + .c-tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }
    .c-tgl + .c-tgl-btn:after {
      left: 0; }
    .c-tgl + .c-tgl-btn:before {
      display: none; }
  .c-tgl:checked + .c-tgl-btn:after {
    left: 50%; }
  .c-tgl:checked + .c-tgl-btn + .c-tgl-label {
    color: #fff236; }

.c-tgl-light + .c-tgl-btn {
  background: #ccc;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease; }
  .c-tgl-light + .c-tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all .2s ease; }
.c-tgl-light:checked + .c-tgl-btn {
  background: #fff236; }

/* slide menu */
.c-slidemenu-lavel {
  color: #fff;
  cursor: pointer;
  z-index: 11;
  display: block;
  width: 100%;
  text-align: center; }

.c-slidemenu-body {
  position: absolute;
  background-color: #000;
  color: #fff;
  z-index: 10; }

.c-slidemenu-body * {
  z-index: 11; }

.c-slidemenu-top {
  width: 100%;
  height: 110px;
  top: -80px;
  transition: bottom .5s, top .5s; }
  .c-slidemenu-top .c-slidemenu-lavel {
    position: absolute;
    bottom: 0; }

.c-slidemenu-tgl {
  display: none; }
  .c-slidemenu-tgl:checked + .c-slidemenu-top {
    top: 0; }
    .c-slidemenu-tgl:checked + .c-slidemenu-top .c-slidemenu-lavel i.c-chevron {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

/* slidebox */
.c-slidebox-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 15px;
  z-index: 800;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.c-slidebox-close {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.c-slidebox-tgl {
  display: none; }
  .c-slidebox-tgl:checked + .c-slidebox-container {
    right: 0; }
  .c-slidebox-tgl:checked ~ .c-slidebox-close {
    display: block;
    position: fixed; }

/* dialog */
.c-dialog-header {
  background-color: #898989;
  height: 50px;
  padding: 10px 20px;
  color: #fff;
  position: relative; }
  .c-dialog-header h1 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 30px; }
  .c-dialog-header .c-btn-close-in {
    position: absolute;
    right: 10px;
    font-size: 30px;
    line-height: 1; }
  .c-global-overlay .c-dialog-header {
    z-index: 902; }

.c-dialog-container {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 15px; }

/* overlay */
.c-overlaybox-wrapper {
  position: relative; }

.c-overlaybox-top {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  top: 0; }

.c-overlaybox-bottom {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  bottom: 0; }

.c-overlaybox-left-top {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  top: 0;
  left: 0; }

.c-overlaybox-left-middle {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.c-overlaybox-left-bottom {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  bottom: 0;
  left: 0; }

.c-overlaybox-right-top {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  top: 0;
  right: 0; }

.c-overlaybox-right-middle {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.c-overlaybox-right-bottom {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 7.5px 15px;
  position: absolute;
  bottom: 0;
  right: 0; }

.c-overlaybox-sm {
  padding: 5px 7.5px; }

.c-overlaybox-inverse {
  background-color: #fff;
  color: #000; }

/* global overlay */
.c-global-container {
  width: 100%;
  display: block; }

.c-global-overlay-container {
  display: none; }

.c-global-overlay {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900; }
  .c-global-overlay.visible {
    display: block; }

.c-global-overlay-content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 30px; }
  .c-global-overlay-content, .c-global-overlay-content * {
    z-index: 901; }
  .c-global-overlay-content .c-dialog-header {
    position: fixed;
    width: 100%;
    z-index: 902; }
  .c-global-overlay-content .c-dialog-header + .c-dialog-container {
    padding-top: 70px; }

.c-global-overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-global-overlay-text {
  color: #fff; }

.c-overlay-image-expand-container {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 901; }
  .c-overlay-image-expand-container .c-ol-btn-close, .c-overlay-image-expand-container .c-ol-btn-prev, .c-overlay-image-expand-container .c-ol-btn-next {
    position: absolute; }
  .c-overlay-image-expand-container .c-ol-btn-close {
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 30px; }
  .c-overlay-image-expand-container .c-ol-btn-prev, .c-overlay-image-expand-container .c-ol-btn-next {
    padding: 0;
    width: 30px;
    height: 40px;
    text-align: center; }
    .c-overlay-image-expand-container .c-ol-btn-prev > i, .c-overlay-image-expand-container .c-ol-btn-next > i {
      font-size: 30px;
      line-height: 40px;
      position: relative;
      top: -1px; }
  @media screen and (min-width: 768px) {
    .c-overlay-image-expand-container .c-ol-btn-close {
      width: 50px;
      height: 50px;
      font-size: 50px;
      line-height: 50px; }
    .c-overlay-image-expand-container .c-ol-btn-prev, .c-overlay-image-expand-container .c-ol-btn-next {
      width: 50px;
      height: 60px; }
      .c-overlay-image-expand-container .c-ol-btn-prev > i, .c-overlay-image-expand-container .c-ol-btn-next > i {
        font-size: 50px;
        line-height: 60px; } }

.c-bg-cover {
  display: inline-block;
  border-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5px;
  background-size: cover; }

.c-img-size-xs {
  width: 210px;
  height: 140px; }

.c-img-size-sm {
  width: 300px;
  height: 200px; }

.c-img-size-md {
  width: 500px;
  height: 333px; }

.c-img-size-lg {
  width: 1000px;
  height: 666px; }

.c-img-size-full {
  width: 100%;
  height: auto; }

.c-trim {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff; }
  .c-trim img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150%;
    height: auto; }

/* row & col */
.c-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative;
  position: relative; }
  .c-row .c-col {
    position: relative; }
  .c-row .c-col-1,
  .c-row .c-col-2,
  .c-row .c-col-3,
  .c-row .c-col-4 {
    position: relative; }
  .c-row .c-col-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .c-row .c-col-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .c-row .c-col-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .c-row .c-col-4 {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }

.c-row-col-2,
.c-row-col-3,
.c-row-col-4 {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-row-col-2 .c-col {
  width: 50%; }

.c-row-col-3 .c-col {
  width: 33%; }

.c-row-col-4 .c-col {
  width: 25%; }

.c-img-size-cube-col-4 {
  width: 245px;
  height: 245px; }

.c-row-justify-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.c-row-full {
  width: 100%; }

.c-row-vertical {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

/* balloon */
.c-balloon {
  position: relative;
  min-width: 100px;
  min-height: 60px;
  margin: 20px;
  padding: 15px 20px; }
  .c-balloon::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px; }
  .c-balloon::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .c-balloon > * {
    position: relative;
    z-index: 3; }
  .c-balloon, .c-balloon::after {
    border-radius: 5px; }
  .c-balloon, .c-balloon::before {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2); }
  .c-balloon, .c-balloon::before, .c-balloon::after {
    background: #fff; }

.c-balloon-bottom-center::before {
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-balloon-bottom-left::before {
  bottom: -10px;
  left: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-balloon-bottom-right::before {
  bottom: -10px;
  right: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-balloon-top-center::before {
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-balloon-top-left::before {
  top: -10px;
  left: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-balloon-top-right::before {
  top: -10px;
  right: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-balloon-left::before {
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.c-balloon-right::before {
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

ul.c-nav-balloon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  ul.c-nav-balloon > li {
    position: relative;
    min-width: 100px;
    min-height: 50px;
    padding: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ccc;
    border-right-style: none; }
    ul.c-nav-balloon > li:last-child {
      border-right-style: solid; }
    ul.c-nav-balloon > li, ul.c-nav-balloon > li::before, ul.c-nav-balloon > li::after {
      background-color: #eee; }
    ul.c-nav-balloon > li.active::before {
      content: '';
      position: absolute;
      z-index: 1;
      width: 20px;
      height: 20px; }
    ul.c-nav-balloon > li.active::after {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    ul.c-nav-balloon > li.active > * {
      position: relative;
      z-index: 3; }
    ul.c-nav-balloon > li.active, ul.c-nav-balloon > li.active::before, ul.c-nav-balloon > li.active::after, ul.c-nav-balloon > li.active > a {
      background-color: #fff; }
    ul.c-nav-balloon > li > a {
      display: block;
      padding: 15px 20px;
      text-align: center;
      background-color: #eee; }
      ul.c-nav-balloon > li > a:hover {
        text-decoration: none; }

.c-nav-balloon-bottom > li::before,
.c-nav-balloon-top > li::before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -moz-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -ms-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  -o-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg); }

.c-nav-balloon-bottom > li::before {
  bottom: -10px; }
.c-nav-balloon-bottom > li, .c-nav-balloon-bottom > li::before {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2); }

.c-nav-balloon-top > li::before {
  top: -10px; }
.c-nav-balloon-top > li, .c-nav-balloon-top > li::before {
  box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.2); }

/* image list */
.c-imgli-container {
  display: block;
  position: relative;
  font-size: 14px; }
  .c-imgli-container a {
    color: #fff;
    text-decoration: underline; }
  .c-imgli-container a:hover {
    color: #fff; }

.c-imgli-img {
  width: 300px;
  height: 200px; }

.c-imgli-body {
  position: absolute;
  bottom: 0;
  width: 300px;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  line-height: 1; }

ul.c-cardlist {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.c-cardlist li.c-cardlist-item {
    border: 1px solid #ccc;
    border-top-style: none;
    background-color: #fff; }
  ul.c-cardlist li:first-child.c-cardlist-item {
    border-top-style: solid; }
  ul.c-cardlist.c-with-list-group .list-group-item {
    border-radius: 0;
    border-left-style: none;
    border-right-style: none; }

ul.c-cardlist-img-sm li.c-cardlist-item {
  height: 200px;
  overflow: hidden; }

ul.c-cardlist-img-xs li.c-cardlist-item {
  height: 140px;
  overflow: hidden; }

.c-cardlist-body {
  padding: 15px 20px; }

ul.c-cardlist-separate li.c-cardlist-item {
  border-top-style: solid;
  margin-bottom: 7.5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }

.c-btn-close {
  vertical-align: middle;
  font-size: 40px;
  line-height: 0.5;
  background-color: transparent;
  border-style: none;
  padding: 0; }
  .c-btn-close:active, .c-btn-close:hover {
    text-decoration: none; }

.c-btn-close-in {
  position: absolute;
  top: 10px;
  right: 10px; }

.c-btn-close-tab {
  position: absolute;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  border-bottom-style: none; }
  .c-btn-close-tab.c-btn-right {
    right: 0; }
  .c-btn-close-tab.c-btn-left {
    left: 0; }

.c-btn-circle {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border-style: none;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative; }
  .c-btn-circle > .fa {
    font-size: 20px;
    line-height: 50px; }
  .c-btn-circle::after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border-style: none;
    background-color: #fff569;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .c-btn-circle:active::after {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: wave 0.5s ease-out;
    -moz-animation: wave 0.5s ease-out;
    animation: wave 0.5s ease-out; }

@keyframes wave {
  0% {
    -webkit-transform: scale(0.3, 0.5);
    -moz-transform: scale(0.3, 0.5);
    -ms-transform: scale(0.3, 0.5);
    -o-transform: scale(0.3, 0.5);
    transform: scale(0.3, 0.5);
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0; } }
.c-btn-mini {
  border-style: none;
  background-color: #ddd;
  color: #333;
  line-height: 1;
  padding: 3px 5px;
  margin: 0 5px;
  font-size: 14px; }
  .c-btn-mini .fa {
    font-size: 16px; }
  .c-btn-mini:active, .c-btn-mini:hover {
    background-color: #eaeaea;
    color: gray; }

.c-pullbox-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }

.c-pullbox {
  position: absolute;
  display: inline-block;
  width: 160px;
  min-height: 60px;
  padding: 10px; }
  .c-pullbox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .c-pullbox > * {
    position: relative;
    z-index: 3; }
  .c-pullbox, .c-pullbox::after {
    border-radius: 5px; }
  .c-pullbox {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
  .c-pullbox, .c-pullbox::after {
    background: #fff; }

.c-pullbox-tgl {
  display: none; }

.c-pullbox-lavel {
  position: absolute;
  text-align: center;
  width: 40px;
  padding: 5px 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  top: 0;
  cursor: pointer;
  z-index: 1; }

.c-pullbox-lavel-icon {
  font-size: 28px; }

.c-pullbox-left {
  left: -163px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s; }
  .c-pullbox-left .c-pullbox-lavel {
    right: -40px;
    border-radius: 0 5px 5px 0; }
  .c-pullbox-left::after {
    border-radius: 5px 0px 5px 5px; }

.c-pullbox-right {
  right: -163px;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  transition: right 0.5s; }
  .c-pullbox-right .c-pullbox-lavel {
    left: -40px;
    border-radius: 5px 0 0 5px; }
  .c-pullbox-right::after {
    border-radius: 0 5px 5px 5px; }

.c-pullbox-tgl:checked + .c-pullbox-left {
  left: 0; }
  .c-pullbox-tgl:checked + .c-pullbox-left .c-turn {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
.c-pullbox-tgl:checked + .c-pullbox-right {
  right: 0; }
  .c-pullbox-tgl:checked + .c-pullbox-right .c-turn {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/* form */
.c-checkbox-block {
  display: block;
  border: 1px solid #ccc;
  padding: 7.5px;
  border-radius: 8px; }
  .c-checkbox-block .c-checkbox-block-icon {
    padding: 0 10px;
    font-size: 20px;
    opacity: 0.2; }
  .c-checkbox-block > input[type=checkbox], .c-checkbox-block > input[type=radio] {
    display: none; }
    .c-checkbox-block > input[type=checkbox]:checked + .c-checkbox-block-icon, .c-checkbox-block > input[type=radio]:checked + .c-checkbox-block-icon {
      opacity: 1; }

.c-pagetop {
  font-size: 12px;
  line-height: 1; }
  .c-pagetop i {
    font-size: 40px;
    line-height: 0; }

/* bootstrap extended */
.c-alert-condensed {
  padding: 5px 10px;
  margin-bottom: 10px; }

.c-list-alert {
  margin: 5px 0; }
  .c-list-alert:last-child {
    margin-bottom: 0; }

.nav-tabs {
  /* bootstrap rewrite */ }
  .nav-tabs > li > a {
    text-align: center;
    line-height: 1.5;
    padding-top: 15px !important; }
  .nav-tabs > li.active > a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    padding-top: 10px !important;
    border-top: 5px solid #fff236 !important; }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: #fff; }

/* slide panel */
.c-slidepanel {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom-style: none;
  box-shadow: none; }
  .c-slidepanel .c-slidepanel-body {
    display: none; }
  .c-slidepanel.active {
    border-bottom-style: solid; }
    .c-slidepanel.active .c-switch-y {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .c-slidepanel.active .c-slidepanel-body {
      display: block; }
  .c-slidepanel + .c-slidepanel {
    border-top-style: none; }

.c-loading::after {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  top: 50%;
  left: 50%; }

.c-loading-top::after {
  -webkit-animation: fa-spin-top 1s infinite steps(8);
  -moz-animation: fa-spin-top 1s infinite steps(8);
  animation: fa-spin-top 1s infinite steps(8);
  top: 20%;
  left: 50%; }

@keyframes fa-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    -moz-transform: translate(-50%, -50%) rotate(359deg);
    -ms-transform: translate(-50%, -50%) rotate(359deg);
    -o-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg); } }
@keyframes fa-spin-top {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(359deg);
    -moz-transform: translateX(-50%) rotate(359deg);
    -ms-transform: translateX(-50%) rotate(359deg);
    -o-transform: translateX(-50%) rotate(359deg);
    transform: translateX(-50%) rotate(359deg); } }
/* style for this web page */
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.75;
  font-weight: 500; }

.container {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto; }

hr {
  width: 980px;
  padding: 0 20px;
  height: 17px;
  background-image: url(../images/hr.png);
  margin: 30px auto;
  border-style: none; }

.cap {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #003a4f;
  padding: 30px 0;
  margin: 0 0 60px;
  text-align: center; }

header {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  background-color: #fff;
  border-bottom: 1px solid #003a4f;
  z-index: 10; }

h1.sv-name {
  margin: 0;
  padding: 0; }

nav {
  background-color: #e5e1ce; }

ul.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative; }
  ul.main-nav > li {
    display: block; }
    ul.main-nav > li > a {
      display: block;
      height: 67px;
      background: url(../images/header_nav.png) no-repeat; }
      ul.main-nav > li > a:hover {
        background: url(../images/header_nav_on.png) no-repeat; }
      ul.main-nav > li > a.nav1 {
        width: 245px;
        background-position: 0px 0px; }
      ul.main-nav > li > a.nav2 {
        width: 245px;
        background-position: -245px 0px; }
      ul.main-nav > li > a.nav3 {
        width: 245px;
        background-position: -490px 0px; }
      ul.main-nav > li > a.nav4 {
        width: 245px;
        background-position: -735px 0px; }

.top-vis-area {
  height: 490px;
  background: url(../images/header_bg.png) repeat-x bottom; }

.top-vis-inner {
  background: url(../images/top_vis_bg.jpg) no-repeat center; }

.top-vis {
  width: 980px;
  height: 490px;
  margin: 0 auto;
  position: relative; }

.top-vis-prt01 {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2; }

h1.sv-name-lg {
  margin: 0;
  padding: 20px 0 10px;
  background-color: #003a4f;
  text-align: center;
  position: relative; }
  h1.sv-name-lg img {
    z-index: 0; }

/* s01 */
.s01-container {
  background: #c4e7e1 url(../images/s01_bg01.jpg) no-repeat center;
  padding: 60px 0 40px 0; }

.s01-box01 {
  width: 722px;
  background: url(../images/p0435_l.jpg);
  box-shadow: 0 0 30px #518fa3;
  padding: 25px 74px 25px 74px;
  margin: 0 auto; }

.s01-p01 {
  margin: 30px 0; }

/* s02 */
.s02-area {
  background: url(../images/p0435_l.jpg);
  padding: 50px;
  text-align: center; }

/* s03 detail */
.s03-01 {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center; }

.s03-text-container {
  width: 590px;
  padding-right: 20px; }
  .s03-text-container > h3 {
    margin: 0 0 20px 0; }

.s03-img-container {
  width: 370px; }

.s03-notes-container {
  width: 790px;
  margin: 0 auto; }

.s03-notes-box {
  position: relative;
  background-color: #f4f0db;
  font-size: 14px;
  margin-top: 40px;
  padding: 20px 30px;
  border-radius: 10px; }

.s03-notes-cap {
  margin: 0;
  position: absolute;
  top: -27px; }

.s03-example-container {
  position: relative;
  width: 100%;
  overflow: hidden; }

.s03-example-cap {
  width: 980px;
  padding: 0 20px;
  margin: 60px auto 0 auto; }

.s03-example-bg1,
.s03-example-bg2 {
  position: relative; }
  .s03-example-bg1 .s03-example-inner,
  .s03-example-bg2 .s03-example-inner {
    position: relative;
    width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 50px; }
  .s03-example-bg1:before,
  .s03-example-bg2:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 120%;
    height: 500px;
    margin: 0 -10% 0; }
  .s03-example-bg1.left:before,
  .s03-example-bg2.left:before {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  .s03-example-bg1.right:before,
  .s03-example-bg2.right:before {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .s03-example-bg1:first-child:before,
  .s03-example-bg2:first-child:before {
    top: 50px; }
  .s03-example-bg1.no1:before,
  .s03-example-bg2.no1:before {
    z-index: -6; }
  .s03-example-bg1.no2:before,
  .s03-example-bg2.no2:before {
    z-index: -5; }
  .s03-example-bg1.no3:before,
  .s03-example-bg2.no3:before {
    z-index: -4; }
  .s03-example-bg1.no4:before,
  .s03-example-bg2.no4:before {
    z-index: -3; }
  .s03-example-bg1.no5:before,
  .s03-example-bg2.no5:before {
    z-index: -2; }
  .s03-example-bg1.no6:before,
  .s03-example-bg2.no6:before {
    z-index: -1; }

.s03-example-bg1:before {
  background-color: #fff444; }

.s03-example-bg2:before {
  background-color: #fff; }

.s03-example-title {
  width: 790px;
  margin: 0 auto 30px;
  color: #003a4f;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
  padding: 0 10px; }
  .s03-example-title .s03-example-title-sub {
    font-size: 16px;
    font-weight: bold; }
  .s03-example-title.border-left, .s03-example-title.border-right {
    border-color: #e74141;
    border-width: 8px; }
  .s03-example-title.border-left {
    text-align: left;
    border-left-style: solid; }
  .s03-example-title.border-right {
    text-align: right;
    border-right-style: solid; }

.s03-example-text {
  width: 790px;
  margin: 0 auto 60px auto; }

/* s04 */
.s04-col-container {
  width: 830px;
  margin: 30px auto 0; }

.s04-col {
  width: 285px; }

.s04-col-text {
  display: block;
  width: 250px;
  text-align: left;
  margin: 1em  auto 1em; }

/* s05 uservoice */
.s05-container {
  background: url(../images/p0435_l.jpg);
  padding: 30px 0;
  position: relative;
  z-index: -2; }
  .s05-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(148, 231, 217, 0.4);
    z-index: -1; }

.s05-cap {
  width: 830px;
  margin: 0 auto; }

.s05-01 {
  position: relative;
  background: url(../images/s05_bg.png) no-repeat;
  width: 830px;
  height: 601px;
  margin: 0 auto; }

ul.s05-01-text-list {
  position: relative;
  margin: 0;
  list-style: none; }
  ul.s05-01-text-list > li {
    display: block;
    width: 260px;
    font-size: 16px;
    line-height: 1.5; }
    ul.s05-01-text-list > li.item1, ul.s05-01-text-list > li.item2, ul.s05-01-text-list > li.item3, ul.s05-01-text-list > li.item4 {
      position: absolute; }
    ul.s05-01-text-list > li.item1 {
      top: 90px;
      left: 90px; }
    ul.s05-01-text-list > li.item2 {
      top: 62px;
      left: 480px;
      width: 276px; }
    ul.s05-01-text-list > li.item3 {
      top: 371px;
      left: 107px; }
    ul.s05-01-text-list > li.item4 {
      top: 371px;
      left: 473px; }

/* s06 course */
.s06-card {
  width: 730px;
  padding: 30px;
  margin: 0 auto 30px;
  background-color: #e5e1ce; }

.s06-cap {
  font-size: 24px;
  font-weight: bold;
  margin: 0; }

.s06-cap-sub {
  background-color: #c7c09f;
  padding: 5px 10px;
  font-size: 14px; }

.s06-card-left {
  width: 440px;
  line-height: 1.75; }

.s06-card-right {
  width: 260px;
  margin-left: 30px; }

.s-06-price-box {
  background-color: #fff;
  padding: 20px;
  text-align: center; }

.s06-price-cap {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #c3bfb0; }

.s06-price {
  font-size: 24px;
  color: #e74141; }

.s06-price-num {
  font-size: 36px;
  line-height: 1;
  font-weight: bold; }

.s06-price-notes {
  font-size: 12px;
  color: #808080;
  text-align: right; }

/* s07 flow */
.s07-01 {
  width: 895px;
  margin: 0 auto; }

/* cta */
.cta-area {
  width: 507px;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center; }

.cta-tel-notes {
  color: #003a4f;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: right; }

.cta-btn:hover {
  opacity: 0.75; }

/* footer */
.pagetop_container {
  text-align: center; }

.footer1_container {
  background: #003a4f;
  text-align: center;
  padding: 40px; }
  .footer1_container a {
    color: #fff;
    text-decoration: none;
    font-weight: normal; }
    .footer1_container a:hover {
      color: #fff236; }

.footer_link_list {
  list-style: none;
  width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center; }
  .footer_link_list li {
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #c4c5bb; }

.footer2_container {
  background: #fff;
  width: 980px;
  padding: 0 20px;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  position: relative;
  -webkit-align-items: center;
  /* Safari */
  align-items: center; }
  .footer2_container address {
    font-style: normal; }

.footer2_block1 {
  width: 300px; }

.footer2_block2 {
  width: 300px;
  font-size: 14px; }

.footer2_block3 {
  width: 380px;
  font-size: 14px; }

.copyright_container {
  background: #003a4f;
  padding: 5px;
  text-align: center;
  color: #f1f1f1;
  font-size: 14px; }

/*# sourceMappingURL=style.css.map */
