@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

img {
  border: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@font-face {
  font-family: "Ionicons";
  src: url("../../fonts/ionicons.woff2") format("woff2"), url("../../fonts/ionicons.woff") format("woff"); }
/* -----------------------
汎用
----------------------- */
html, body {
  color: #444444;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

i {
  margin-right: 8px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.left {
  float: left; }

.right {
  float: right; }

.inline {
  display: inline; }

.display_table {
  display: table; }

.display_table_full {
  display: table;
  width: 100%; }

.display_table-cell {
  display: table-cell;
  vertical-align: middle; }

*:focus {
  outline: none; }

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s; }
  a:focus.img_thumb, a:hover.img_thumb {
    opacity: 0.8;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s; }

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none; }

/* ラジオボタン*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555; }
  [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  [type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
    position: absolute;
    top: 8px;
    left: 6px;
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/* チェックボックス*/
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer; }
  [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    height: 18px;
    content: '';
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  [type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    color: #ffffff;
    content: "\f2bc";
    font-family: Ionicons;
    font-size: 14px;
    text-align: center;
    background: #000000;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/*テーブル*/
table tr td {
  vertical-align: middle !important; }
  table tr td label {
    margin-bottom: 0;
    font-weight: normal; }

/*ぱんくず*/
.breadcrumb {
  font-size: 11px;
  background: #ffffff; }

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center; }
  ul.paging li {
    float: left; }
    ul.paging li.disabled a {
      border: none;
      pointer-events: none; }
    ul.paging li a {
      display: block;
      width: 30px;
      margin: 5px;
      height: 30px;
      line-height: 30px; }
      ul.paging li a:hover {
        cursor: pointer;
        text-decoration: none; }
      ul.paging li a i {
        line-height: 28px;
        margin: 0; }
    ul.paging li.on a {
      color: #ffffff; }

.form-control.small {
  width: 100px; }
.form-control.medium {
  width: 180px; }
.form-control.large {
  width: 365px; }

select {
  padding: 0 24px 0 6px !important;
  background: #ffffff url(../img/select.png) no-repeat;
  background-position: right 8px center;
  background-size: 7px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }
  select:focus {
    color: #333333;
    background: #ffffff url(../img/select.png) no-repeat;
    background-position: right 8px center;
    background-size: 7px; }
  select::-ms-expand {
    display: none; }

textarea {
  width: 100%; }

:focus {
  outline: none !important; }

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.woff2") format("woff2"), url("../fonts/ionicons.woff") format("woff"); }
/* -----------------------
datepicker
----------------------- */
.ui-datepicker {
  display: none;
  background: #ffffff;
  padding: 0;
  z-index: 1000 !important;
  width: auto;
  height: auto;
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    margin: 0;
    color: #ffffff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      position: absolute;
      color: #ffffff;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      width: 44px;
      height: 44px;
      line-height: 44px;
      top: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        font-family: Ionicons; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
        content: "\f3cf"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        content: "\f3d1"; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0 2.3em;
      line-height: 44px;
      text-align: center; }
  .ui-datepicker table {
    width: 100%; }
    .ui-datepicker table td, .ui-datepicker table th {
      border: none;
      padding: 0; }
    .ui-datepicker table th {
      color: #ffffff;
      line-height: 44px;
      font-weight: normal;
      text-align: center; }
    .ui-datepicker table td span, .ui-datepicker table td a {
      color: #000000;
      display: block;
      padding: 15px 0 13px;
      width: 44px;
      text-align: center;
      text-decoration: none; }
      .ui-datepicker table td span:hover, .ui-datepicker table td a:hover {
        font-weight: bold;
        background: rgba(153, 153, 153, 0.2); }
    .ui-datepicker table td.ui-state-disabled span {
      color: rgba(0, 0, 0, 0.26);
      background: none;
      border: none; }
    .ui-datepicker table td.ui-datepicker-week-end:last-child a {
      color: #0066ff; }
    .ui-datepicker table td.ui-datepicker-week-end:first-child a, .ui-datepicker table td.holiday a {
      color: #cc0000; }

.month-picker {
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .month-picker table {
    border-spacing: 0 !important;
    border-collapse: separate !important;
    width: 100%; }
  .month-picker .ui-widget-header {
    border: none;
    border-radius: 0;
    margin: 0; }
    .month-picker .ui-widget-header .month-picker-previous .ui-button, .month-picker .ui-widget-header .month-picker-next .ui-button {
      background: none;
      width: 44px;
      height: 44px;
      line-height: 44px;
      padding: 0; }
      .month-picker .ui-widget-header .month-picker-previous .ui-button:before, .month-picker .ui-widget-header .month-picker-next .ui-button:before {
        font-family: Ionicons; }
    .month-picker .ui-widget-header .month-picker-previous .ui-button {
      background: url(../img/ios-arrow-back.svg) no-repeat center;
      background-size: 13px; }
    .month-picker .ui-widget-header .month-picker-next .ui-button {
      background: url(../img/ios-arrow-forward.svg) no-repeat center;
      background-size: 13px; }
  .month-picker .month-picker-month-table .ui-button {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    min-width: 44px;
    height: 44px;
    line-height: 44px; }
    .month-picker .month-picker-month-table .ui-button:hover {
      font-weight: bold;
      background: rgba(153, 153, 153, 0.2); }

body {
  padding-bottom: 15px;
  position: relative; }

.label {
  padding: 3px 7px;
  border-radius: 3px;
  background-color: #999999;
  color: #ffffff;
  font-size: 10px;
  vertical-align: middle; }

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold; }

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold; }

.c-red {
  color: red; }

header {
  background: #0b3290; }
  header h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  header #headerInner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 4px; }
    header #headerInner img {
      margin-bottom: 4px; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer; }

.btn-admin, .formEntryActionUnit .btn {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  background-color: #cccccc;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: -moz-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: -ms-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: -o-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #e1e1e1);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333333; }

.btn-admin-primary {
  border: 1px solid #004CC5;
  background-color: #004cc5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005bed', endColorstr='#ff004cc5', GradientType=0);
  background-image: -moz-linear-gradient(top, #005bed, #004cc5);
  background-image: -ms-linear-gradient(top, #005bed, #004cc5);
  background-image: -o-linear-gradient(top, #005bed, #004cc5);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#005bed), to(#004cc5));
  background-image: -webkit-linear-gradient(top, #005bed, #004cc5);
  background-image: linear-gradient(top, #005bed, #004cc5);
  color: #ffffff; }

.btn-block, .block-level {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-large {
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 6px; }

.btn-admin-save {
  padding-right: 60px !important;
  padding-left: 60px !important; }

.form input[type="text"].form-large, .form input[type="password"].form-large, .form input[type="datetime"].form-large, .form input[type="datetime-local"].form-large, .form input[type="date"].form-large, .form input[type="month"].form-large, .form input[type="time"].form-large, .form input[type="week"].form-large, .form input[type="number"].form-large, .form input[type="email"].form-large, .form input[type="url"].form-large, .form input[type="search"].form-large, .form input[type="tel"].form-large, .form input[type="color"].form-large {
  height: 48px;
  font-size: 20px; }

/* ラジオボタン*/
[type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
  border: 2px solid #b6b6b6; }
[type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
  background: #0b3290; }

/* チェックボックス*/
[type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
  border: 2px solid #b6b6b6; }
[type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
  background: #0b3290; }

#loginBox {
  max-width: 480px;
  margin: 0 auto; }
  #loginBox .titleBox {
    text-align: center;
    margin: 100px auto 5px;
    max-height: 140px;
    overflow: hidden; }
  #loginBox .loginBox {
    max-width: 480px;
    margin: 0 auto 0;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #FFF; }
    #loginBox .loginBox .siteImageText {
      display: block;
      text-align: center; }
    #loginBox .loginBox .form-block {
      width: 100%; }
    #loginBox .loginBox .form {
      margin-top: 25px; }
      #loginBox .loginBox .form label {
        font-size: 13px !important;
        margin-top: 10px; }
      #loginBox .loginBox .form input {
        margin-bottom: 10px; }

#container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  #container #adminBox {
    padding: 10px;
    border: solid 1px #CCCCCC;
    background-color: #DDDDDD;
    margin-bottom: 20px;
    font-size: 14px; }
  #container .entryFormWrapper {
    padding: 10px;
    background: #F7F7F7; }
  #container #entryForm {
    width: 100%;
    background: #F7F7F7; }
  #container .comPost {
    padding: 10px;
    background-color: #DDDDDD;
    border: solid 1px #CCCCCC;
    text-align: center; }

.entryFormTable th, .entryFormTable td {
  padding: 7px !important;
  border: none !important;
  background-color: #F7F7F7 !important;
  color: #333333 !important; }
.entryFormTable th {
  width: 10em;
  text-align: right;
  white-space: nowrap;
  font-weight: bold; }

.fieldset {
  padding: 0.5em;
  border: 1px solid #6392b1;
  margin-bottom: 1em; }
  .fieldset dt {
    color: #35556b;
    background-image: url(../../img/mypage/form_item.png);
    background-repeat: no-repeat;
    height: 24px;
    line-height: 24px;
    margin: 0.5em;
    padding-left: 28px;
    padding-top: 1px; }
  .fieldset dd {
    margin: 0.5em;
    padding-left: 1em;
    padding-bottom: 1em; }

#aquiredInput .text {
  border: none !important;
  color: #000;
  background-color: #fff;
  width: auto;
  font-size: 16px;
  font-weight: bold; }

.entryFormColumn {
  position: relative;
  padding: 0 0 10px 0; }

.column-add-btn {
  margin: 10px;
  padding: 10px;
  border: solid 1px #CCCCCC;
  background: #DDDDDD; }
  .column-add-btn .adminBtn {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1; }
    .column-add-btn .adminBtn .icon-sort {
      margin-right: 15px; }

.entryFormColumnItem {
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  zoom: 1; }
  .entryFormColumnItem .entryFormColumnHead {
    position: relative;
    height: 30px\9;
    min-height: 20px;
    margin: 0;
    padding: 10px;
    background: #A7A7AA;
    color: #FFFFFF;
    font-size: 13px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .entryFormColumnItem .entryFormColumnHead .sorthandle {
      padding-top: 10px;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 100%;
      height: 38px;
      padding: 0;
      cursor: move; }
    .entryFormColumnItem .entryFormColumnHead .label {
      position: relative;
      right: 45px;
      float: right;
      background-color: transparent;
      font-size: 13px;
      text-align: right; }
    .entryFormColumnItem .entryFormColumnHead .togglebody {
      position: absolute;
      top: 10px;
      right: 30px;
      width: 14px;
      height: 14px;
      text-align: center;
      cursor: pointer; }
    .entryFormColumnItem .entryFormColumnHead .closethis, .entryFormColumnItem .entryFormColumnHead .removethis {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 14px;
      height: 14px;
      cursor: pointer;
      text-align: center; }
    .entryFormColumnItem .entryFormColumnHead .entryFormColumnHeadLayoutBox {
      position: absolute;
      top: 6px;
      left: 35px;
      width: auto; }
  .entryFormColumnItem select {
    height: 30px;
    padding: 7px 10px;
    -webkit-appearance: button;
    background-color: #F0F0F0;
    padding-left: 10px;
    padding-right: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e1e1e1));
    background: linear-gradient(top, #f9f9f9, #e1e1e1);
    background-repeat: no-repeat;
    background-position: right center; }

.entryFormColumnBody {
  margin: 0;
  padding: 10px;
  background-color: #D0D0D0;
  text-align: left; }

.editTextInsert, .js-extendTagSelect {
  display: inline; }

.entryFormColumnTable {
  width: 100%;
  margin: 0;
  border: none;
  background-color: transparent !important; }
  .entryFormColumnTable img {
    max-width: 100%; }

.entryFormImageTable {
  width: 100%;
  margin: 5px 0 0 0 !important;
  padding: 10px;
  border: none;
  border-collapse: collapse;
  background-color: #F7F7F7 !important; }

.formColumnMap .entryFormImageTable, .entryFormColumnSettingTable .entryFormImageTable, .formColumnMap .entryFormImageTable tr, .entryFormColumnSettingTable .entryFormImageTable tr {
  background-color: #F7F7F7 !important; }

.entryFormColumnBody .entryFormColumnTable th, .entryFormColumnBody .entryFormColumnTable td {
  padding: 5px !important; }

.form-edit .form-width-3quarters, .form-edit input.form-width-3quarters {
  width: 75%; }

.entryFormColumnItem.base {
  display: none; }

.entryFormTextarea {
  width: 100%;
  min-height: 5rem;
  max-height: 20rem;
  line-height: 1rem; }

#loading {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  display: none; }

.sk-fading-circle {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #0b3290;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

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