﻿@charset "utf-8";

/**
 * project_common.css
 *
 * @since   2021/12/01
 * @version 2021/12/01
 */

body * {
    font-family: "メイリオ", sans-serif;
    font-size: 12px;
}

body {
    width: 1000px;
    margin: 0;
    padding: 0;
}

#search-dialog-body {
    width: 700px;
}

article {
    margin: 0 0 0 10px;
}

    article > header {
        border-bottom: solid 2px #cc0000;
        border-bottom: solid 2px #f68696;
        display: table;
        padding: 0 10px 0 4px;
        margin: 8px 0;
        width: calc(100% - 14px);
        min-height: 43px;
    }

        article > header > * {
            display: table-cell;
            vertical-align: middle;
        }

        article > header h1 {
            font-size: 150%;
            text-shadow: 2px 2px 4px #999;
            white-space: nowrap;
            display: inline;
            margin-right: 10px;
        }

[data-rfw-dialog-type=error] {
    background-color: transparent;
    background-image: url('../../images/common/error-icon.png');
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 24px;
    padding: 0;
    vertical-align: text-bottom;
    width: 24px;
}

[data-rfw-dialog-type=warning],
[data-rfw-dialog-type=information] {
    display: none;
}

table {
    table-layout: fixed;
    width: 950px;
}

tr {
    background-color: white;
}

th,
td {
    border: solid 1px #d3d3d3;
    height: 28px;
    padding: 0 4px;
    word-break: break-all;
}

div[data-scroll = true] div {
    width: calc(100% - 4px);
    white-space: nowrap;
    overflow: hidden;
}

div[data-scroll = true] td.date {
    text-align: center;
}

th {
    background-color: #f0f0f0;
}


fieldset {
    margin: 10px 10px 10px 0px;
    padding: 10px;
}

legend {
    font-size: 120%;
}

details {
    margin-bottom: 10px;
    padding: 5px;
    margin: 5px;
    border: 1px solid black;
    border-radius: 15px;
    color: #151d66;
    background: white;
    border-bottom: solid 2px #151D66;
    border-radius: 15px;
    transition: .4s;
    width: auto;
}

summary {
    font-size: 15px;
}

a {
    display: inline-block;
    white-space: nowrap;
}

    a.link {
        text-overflow: ellipsis;
        overflow: hidden;
        color: blue;
    }

button {
    box-sizing: content-box;
    margin: 0em;
    padding: 1px 6px;
    border-width: 1px;
    border-radius: 5px;
}

input[readonly]:focus {
    outline: none;
}

[data-rfw-format-type=Yyyymmdd][readonly] + img, [data-rfw-format-type=Yyyymmdd][disabled] + img {
    display: none;
}

[data-rfw-format-type=Yyyymmdd] + img, img.customer-search, img.member-search, img.password-change-icon, img.logout-icon {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 3px;
}

::placeholder {
    opacity: 0.5;
}

input[disabled],
textarea[disabled] {
    border: none;
    background: none;
    color: black;
}

#menu > ul > li {
    font-size: 150%;
    color: white;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid white;
}

ul > li > a {
    text-decoration: none;
    color: white;
}

ul li {
    display: inline;
}

ul > li > a:hover {
    color: red;
}

.change-inline-block {
    display: inline-block;
}

#search-dialog table {
    width: 690px;
}

#search-dialog.smart-phone table {
    width: 490px;
}

#scroll-block {
    height: 400px;
    overflow-y: scroll;
}

#responsible-person tr:first-child > * {
    border-top: none;
}

.contents-button {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 5px 10px;
    text-decoration: none;
    color: #151d66;
    background: #9BC2E6;
    border-bottom: solid 4px #151D66;
    border-radius: 15px 15px 0 0;
    transition: .4s;
    width: 100px;
    text-align: center;
}

    .contents-button:hover {
        background: #ffc25c;
        color: #151d66;
        border-bottom: solid 4px #FFA000;
    }

.service-button.select {
    background: #ffc25c;
    color: #151d66;
    border-bottom: solid 2px #FFA000;
}

.service-button {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 4px 5px 7px 5px;
    text-decoration: none;
    color: #151d66;
    background: #9BC2E6;
    border-bottom: solid 2px #151D66;
    border-radius: 5px 5px 0 0;
    transition: .4s;
    width: 75px;
    height: 15px;
    text-align: center;
    margin: 0px;
}

    .service-button:hover {
        background: #ffc25c;
        color: #151d66;
        border-bottom: solid 2px #FFA000;
    }

#main-block {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid black;
    height: 420px;
}

#service-block {
    padding: 10px;
    border: 1px solid black;
    height: 465px;
}

table.search-table {
    width: 860px;
}

#sub-block {
    padding: 10px;
    border: 1px solid black;
    height: 417px;
}

    #sub-block table {
        width: 928px;
    }

#service-contents {
}

.service-detail {
    margin-top: 5px;
}

.btn-gradient-3d-simple {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #151d66;
    background: #9BC2E6;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border: 0px;
    border-bottom: solid 3px #5e7fca;
    width: 80px;
    text-align: center;
    margin: 5px;
}

    .btn-gradient-3d-simple:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: 3px solid #9BC2E6;
    }

.row-select-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    color: #151d66;
    background: #9BC2E6;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    width: 25px;
    text-align: center;
}

    .row-select-button:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: none;
    }

.delete-button {
    color: white background: #e64646;
}

.right-button {
    text-align: right;
}

.row-select {
    text-align: center;
    width: 40px;
}

.select {
    background: #ffc25c;
    color: #151d66;
    border-bottom: solid 4px #FFA000;
}

.menu-disable {
    pointer-events: none;
    background: #d3d3d3;
}

.corder-border-none {
    border-top: none;
    border-left: none;
}

[data-rfw-is-selected=true] * {
    background-color: rgb(250, 250, 140);
}

.long {
    width: 140px;
}

#contact-information,
#search-information {
    width: 910px;
}

    #contact-information table {
        width: 100%;
    }

    #contact-information col.card-title {
        width: 130px;
    }

label.include {
    margin-top: 12px;
}

/**
 * ボタン領域
 */
.button-area {
    display: table;
    width: 100%;
    min-height: 15px;
}

    .button-area > * {
        display: table-cell;
    }

.button-area-left {
    text-align: left;
    width: 20%;
}

.button-area-center {
    text-align: center;
    width: 60%;
}

.button-area-right {
    text-align: right;
    width: 20%;
}

.hide-item {
    display: none;
}


.card-item {
    width: 968px;
}

.card-title {
    width: 100px;
}

/**
 * コントロール
 */

/** type=text */

input[type=text], textarea {
    padding: 1px 2px;
}

    input[type=text].format-link {
        width: 80px;
    }

    input[type=text].membership {
        width: 80px;
    }

    input[type=text].customer-label {
        width: 120px;
    }

    input[type=text].aproach-date {
        width: 80px;
    }

div.smart-phone input[type=text].aproach-date {
    width: 120px;
}


input[type=text].enrollment-date {
    width: 80px;
}

div.smart-phone input[type=text].enrollment-date {
    width: 120px;
}

input[type=text].conclusion-destination {
    width: 165px;
}

input[type=text].hyoji-no {
    width: 40px;
    text-align: right;
}


input[type=text].withdrawal {
    width: 20px;
}

input[type=text].target-month {
    width: 60px;
}

input[type=text].aproach-date-from {
    width: 80px;
}

div.smart-phone input[type=text].enrollment-date-from {
    width: 120px;
}

input[type=text].aproach-date-to {
    width: 80px;
}

div.smart-phone input[type=text].approach-date-to {
    width: 120px;
}

input[type=text].enrollment-date-from {
    width: 80px;
}

div.smart-phone input[type=text].enrollment-date-from {
    width: 120px;
}

input[type=text].enrollment-date-to {
    width: 80px;
}

div.smart-phone input[type=text].aproach-date-from {
    width: 120px;
}

input[type=text].withdrawal-date-from {
    width: 80px;
}

input[type=text].withdrawal-date-to {
    width: 80px;
}

div.smart-phone input[type=text].withdrawal-date {
    width: 120px;
}


input[type=text].addmission {
    width: 60px;
}

input[type=text].fleet {
    width: 100px;
}

input[type=text].supply-label {
    width: 115px;
}

input[type=text].possible-area {
    text-align: center;
    width: 20px;
}

input[type=text].possible-temperature {
    text-align: center;
    width: 30px;
}

input[type=text].usal-service {
    text-align: center;
    width: 30px;
}

input[type=text].item {
    width: 150px;
}

input[type=text].log-in-id {
    width: 60px;
}

input[type=text].log-in-name {
    width: 23em;
}

input[type=text].member-label {
    width: 10em;
}

input[type=text].base-code {
    width: 60px;
}

input[type=text].base-name {
    width: 495px;
}

input[type=text].enrollment-reason-short {
    width: 650px;
}

input[type=text].enrollment-reason-long {
    width: 875px;
}

input[type=text].prefecture {
    width: 65px;
}

input[type=text].customer-name {
    width: 321px;
}

input[type=text].unit-number {
    width: 60px;
}

input[type=text].register-no {
    width: 70px;
}

input[type=text].ton-number {
    width: 50px;
}

input[type=text].templature-zone {
    width: 80px;
}

input[type=text].car-type {
    width: 80px;
}

input[type=text].remarks {
    width: 80px;
}

input[type=text].customer-code {
    width: 60px;
}

input[type=text].member-code {
    width: 60px;
}

input[type=text].post-code {
    width: 70px;
}

input[type=text].label {
    width: 50px;
}

input[type=text].post-name {
    width: 150px;
}

input[type=text].zip-code {
    width: 70px;
}

div.smart-phone input[type=text].zip-code {
    width: 100px;
}

input[type=text].start-month {
    width: 50px;
    text-align: right;
}

input[type=text].cities {
    width: 430px;
}

input[type=text].detail {
    width: 660px;
}

input[type=text].run-manager {
    width: 200px;
}

input[type=text].latest-user {
    width: 169px;
}

input[type=text].account-name {
    width: 245px;
}

input[type=text].account-name-kana {
    width: 245px;
}

input[type=text].last-user {
    width: 180px;
}

input[type=text].change-date {
    width: 80px;
}

input[type=text].model {
    width: 245px;
}

input[type=text].user {
    width: 200px;
}

input[type=text].user-ID {
    width: 80px;
}

input[type=text].run-manager {
    width: 200px;
}

input[type=text].tell-number {
    width: 100px;
}

div.smart-phone input[type=text].tell-number {
    width: 170px;
}

div.smart-phone input[type=text].fax-number {
    width: 170px;
}

input[type=text].responsible-person-tell-number {
    width: 100px;
}

input[type=text].account-number {
    width: 100px;
}

input[type=text].branch-name {
    width: 185px;
}

input[type=text].line-number {
    width: 102px;
}

input[type=text].financial-name {
    width: 185px;
}

input[type=text].mail {
    width: 200px;
}

input[type=text].responsible-person-mail {
    width: 200px;
}

input[type=text].fax-number {
    width: 100px;
}

input[type=text].responsible-person-fax-number {
    width: 100px;
}

input[type=text].delete-date {
    width: 80px;
}

div.smart-phone input[type=text].delete-date {
    width: 120px;
}

input[type=text].day {
    width: 80px;
}

input[type=text].withdrawal-date {
    width: 80px;
}

input[type=text].reception-date {
    width: 80px;
}

div.smart-phone input[type=text].reception-date {
    width: 120px;
}

input[type=text].receipt-date {
    width: 80px;
}

input[type=text].application-date {
    width: 80px;
}

div.smart-phone input[type=text].application-date {
    width: 120px;
}

input[type=text].date {
    width: 80px;
}

div.smart-phone input[type=text].date {
    width: 120px;
}

input[type=text].start-date {
    width: 70px;
}

div.smart-phone input[type=text].start-date {
    width: 120px;
}

input[type=text].finish-date {
    width: 70px;
}

input[type=text].count {
    width: 24px;
    text-align: right;
    color: red;
}

div.smart-phone input[type=text].finish-date {
    width: 120px;
}

input[type=text].change-date {
    width: 80px;
}

div.smart-phone input[type=text].change-date {
    width: 120px;
}

input[type=text].shipping-date {
    width: 80px;
}

div.smart-phone input[type=text].shipping-date {
    width: 120px;
}

input[type=text].date-of-last-repair {
    width: 80px;
}

input[type=text].supplier-shipping-category {
    width: 125px;
}

div.smart-phone input[type=text].date-of-last-repair {
    width: 120px;
}

input[type=text].import-year-month {
    width: 65px;
    text-align: center;
}

input[type=text].final-import-day-time {
    width: 150px;
    text-align: center;
}

input[type=text].final-import-employee {
    width: 245px;
    text-align: center;
}

input[type=text].last-import-date {
    width: 80px;
}

div.smart-phone input[type=text].last-import-date {
    width: 120px;
}

input[type=text].date-of-send-notice {
    width: 80px;
}

div.smart-phone input[type=text].date-of-send-notice {
    width: 120px;
}

input[type=text].complete-date {
    width: 80px;
    text-align: center
}

div.smart-phone input[type=text].complete-date {
    width: 120px;
}

input[type=text].end-of-use-date {
    width: 80px;
}

td.end-of-use-date {
    text-align: center;
}

div.smart-phone input[type=text].end-of-use-date {
    width: 120px;
}

input[type=text].date-of-conclusion {
    width: 80px;
}

div.smart-phone input[type=text].date-of-conclusion {
    width: 120px;
}

input[type=text].reception-date {
    width: 80px;
}

td.reception-date {
    text-align: center;
}

div.smart-phone input[type=text].reception-date {
    width: 75px;
}


input[type=text].return-date {
    width: 80px;
}

div.smart-phone input[type=text].return-date {
    width: 75px;
}

input[type=text].usage-date {
    width: 80px;
}

div.smart-phone input[type=text].usage-date {
    width: 120px;
}

input[type=text].request-date {
    width: 80px;
}

div.smart-phone input[type=text].request-date {
    width: 120px;
}

input[type=text].deposit-date {
    width: 80px;
}

div.smart-phone input[type=text].deposit-date {
    width: 120px;
}

input[type=text].planned-amount {
    width: 80px;
    text-align: right
}

input[type=text].amount {
    width: 80px;
    text-align: right
}

input[type=text].kind-of-amount {
    width: 40px;
}

input[type=text].type-code {
    width: 80px;
}

input[type=text].employee-code {
    width: 60px;
}

input[type=text].contract-code {
    width: 80px;
}

input[type=text].address {
    width: 750px;
}

input[type=text].staff-name {
    width: 200px;
}

input[type=text].staff-name-kana {
    width: 200px;
}

input[type=text].responsible-person-name {
    width: 200px;
}

input[type=text].responsible-person-name-kana {
    width: 200px;
}

input[type=text].employee-name {
    width: 200px;
}

input[type=text].employee-name-kana {
    width: 200px;
}

input[type=text].accompanying {
    width: 200px;
}

input[type=text].customer-in-charge {
    width: 200px;
}

input[type=text].post {
    width: 200px;
}

input[type=text].post-name {
    width: 500px;
}

input[type=text].responsible-person-post {
    width: 200px;
}

input[type=text].introducer {
    width: 250px;
}

input[type=text].homepage {
    width: 700px;
}

a.homepage {
    width: 800px;
}

input[type=text].concretely-item {
    width: 600px;
}

input[type=text].customer-name-kana {
    width: 320px;
}

input[type=text].name-of-conclusion {
    width: 360px;
}

input[type=text].union-member {
    width: 245px;
}

input[type=text].office {
    width: 205px;
}

input[type=text].time {
    width: 40px;
    text-align: center;
}

input[type=text].name {
    width: 100px;
}

input[type=text].floor-area {
    width: 50px;
}

input[type=text].hierarchy {
    width: 30px;
}

input[type=text].elevator {
    width: 20px;
}

input[type=text].vertical-conveyance {
    width: 20px;
}

input[type=text].capital {
    width: 115px;
    text-align: right;
}

input[type=text].sales {
    width: 115px;
    text-align: right;
}

input[type=text].year {
    width: 30px;
    text-align: right;
}

input[type=text].area {
    width: 90px;
}

input[type=text].employee {
    text-align: right;
    width: 60px;
}

input[type=text].symbol {
    width: 30px;
}

input[type=text].management-number {
    width: 65px;
    text-align: right;
}

input[type=text].consective-number {
    width: 30px;
}

input[type=text].etc-number_1 {
    width: 48px;
}

input[type=text].etc-number_2 {
    width: 32px;
}

input[type=text].etc-number_3 {
    width: 40px;
}

input[type=text].etc-number_4 {
    width: 10px;
}

div.smart-phone input[type=text].etc-number_1 {
    width: 75px;
}

div.smart-phone input[type=text].etc-number_2 {
    width: 50px;
}

div.smart-phone input[type=text].etc-number_3 {
    width: 65px;
}

div.smart-phone input[type=text].etc-number_4 {
    width: 12px;
}

input[type=text].union-number {
    width: 80px;
}

input[type=text].union-number_1 {
    width: 40px;
}

input[type=text].union-number_2 {
    width: 24px;
}

div.smart-phone input[type=text].union-number_1 {
    width: 65px;
}

div.smart-phone input[type=text].union-number_2 {
    width: 40px;
}

input[type=text].car-number {
    width: 130px;
}

input[type=text].car-number_1 {
    width: 38px;
}

input[type=text].car-number_2 {
    width: 24px;
}

input[type=text].car-number_3 {
    width: 12px;
}

input[type=text].car-number_4 {
    width: 32px;
}

div.smart-phone input[type=text].car-number_1 {
    width: 80px;
}

div.smart-phone input[type=text].car-number_2 {
    width: 50px;
}

div.smart-phone input[type=text].car-number_3 {
    width: 22px;
}

div.smart-phone input[type=text].car-number_4 {
    width: 50px;
}

input[type=text].equipment-number {
    width: 160px;
}

div.smart-phone input[type=text].equipment-number_1 {
    width: 65px;
}

div.smart-phone input[type=text].equipment-number_2 {
    width: 100px;
}

div.smart-phone input[type=text].equipment-number_3 {
    width: 80px;
}

input[type=text].equipment-number_1 {
    width: 40px;
}

input[type=text].equipment-number_2 {
    width: 64px;
}

input[type=text].equipment-number_3 {
    width: 48px;
}

input[type=text].daily-number {
    width: 80px;
}


input[type=text].equipment-number_3 {
    width: 48px;
}

input[type=text].unit {
    width: 50px;
    text-align: right;
}

input[type=text].kind-of-car {
    width: 485px;
}

input[type=text].contents {
    width: 880px;
}

input[type=text].another-area {
    width: 910px;
}

input[type=text].service-code {
    width: 60px;
}

input[type=text].service-name {
    width: 200px;
}

input[type=text].service-name-kana {
    width: 200px;
}

input[type=text].unit-square-meter {
    width: 30px;
}

input[type=text].kind-of-service {
    width: 86px;
}

input[type=text].normal-vehicles,
input[type=text].track-vehicles {
    width: 30px;
    text-align: right;
}


input[type=text].training-level {
    width: 100px;
}

input[type=text].service-staff-name {
    width: 250px;
}

input[type=text].service-staff-name-kana {
    width: 310px;
}

input[type=text].service-staff-post {
    width: 195px;
}

input[type=text].service-staff-address {
    width: 500px;
}

input[type=text].service-staff-mail {
    width: 310px;
}

input[type=text].pages {
    width: 24px;
}

td.date-align {
    text-align: center;
}

/** type=password */
input[type=password].password {
    width: 200px;
}

/** type=checkbox */
input[type=checkbox] {
    margin: 5px 3px 5px 5px;
    vertical-align: middle;
}

/** type=radio */
input[type=radio] {
    vertical-align: top;
}

/** type=button */
input[type=button] {
    background-color: #ddd;
    border: solid 1px black;
    font-family: sans-serif;
    line-height: 18px;
    padding: 0 8px;
    width: 80px;
    border-radius: 6px;
}

input[type=submit] {
    background-color: #ddd;
    border: solid 1px black;
    font-family: sans-serif;
    line-height: 18px;
    padding: 0 8px;
    width: 80px;
    border-radius: 6px;
}

button.code-search {
    background-image: url("../../images/common/code-search.jpg");
    border: none;
    vertical-align: middle;
    padding: 0;
    width: 16px;
    height: 16px;
}

input[type=button].code-search {
    background-image: url("../../images/common/code-search.jpg");
    border: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

input[type=button].small {
    width: 60px;
}

input[type=button].middle {
    width: 90px;
}

input[type=button].large {
    width: 120px;
}

input[type=button]:active:enabled {
    background-color: #d0ffff;
}

input[type=button].bill-data {
    width: 200px;
}

input[type=button].import-consisted,
button.import-consisted {
    width: 200px;
}

input[type=button].bill-output,
button.bill-output {
    width: 200px;
}

input[type=button].usage-result-button {
    width: 200px;
}

input[type=button].delete-button {
    width: 50px;
}

input[type=button].output-base-data {
    width: 150px;
}

col.final-import-day-time {
    width: 170px;
}

col.final-import-employee {
    width: 255px;
}

/** file */
.filelabel {
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    background-color: #ddd;
    border: solid 1px black;
    font-family: sans-serif;
    line-height: 18px;
    padding: 0 8px;
    width: 200px;
    border-radius: 6px;
    text-align: center;
}

input[type=file].usage-result-button {
    display: none;
}

/** textarea */
textarea {
    resize: none;
    width: 800px;
    margin-top: 3px;
}

/** select */
.post-in-charge {
    width: 250px;
}

select.ton-number {
    width: 60px;
}

select.templature-zone {
    width: 80px;
}

select.car-type {
    width: 140px;
}

/** readonly */
input[readonly], textarea[readonly] {
    border: none;
}


/** 明細部 */
.list-body tr:first-child > * {
    border-top: none;
}

.list-body tr:last-child > * {
    border-bottom: none;
}

.list-body-scroll-area {
    background-color: #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
}

    .list-body-scroll-area[data-scroll="true"] {
        border-right: solid 1px #d3d3d3;
        overflow-y: scroll;
    }

.row-number {
    width: 45px;
    text-align: right;
}

a#no-link {
    width: 35px;
    text-align: right;
}

th.row-number {
    text-align: center;
}

.row-button {
    width: 60px;
}

/**
 * 必須
 */
.require {
    color: red;
}

/**
 * 条件付き必須
 */
.cond-require {
    color: red;
    display: none;
}


/**
 * リンク
 */
.link-text {
    color: blue;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
    text-overflow: ellipsis;
}

    .link-text:hover {
        color: black;
    }


/**
 * メッセージ
 */

/** インフォメーションメッセージ */
.information-message {
    color: blue;
    list-style-type: none;
    padding: 0 16px;
    text-align: left;
    width: 100%;
}

/** エラーメッセージ */
.error-message {
    background-color: #ffe4e1;
    color: red;
    margin: 8px 0;
    max-height: 64px;
    overflow: auto;
}

    .error-message ul {
        margin: 0;
        padding: 8px 24px;
    }

    .error-message li {
        line-height: 16px;
        list-style-position: inside;
    }

.title-button-area {
    text-align: right;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

[data-pjcommon-redirect-link] {
    display: none;
}

/** ローディング */
.sk-fading-circle {
    width: 150px; /* サイズ - 可変 */
    height: 150px; /* サイズ - 可変 */
    margin: 0 auto; /* 上下マージン - 可変 */
    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: #5e7fca; /* ベースの色 - 可変 */
            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;
    }
}
