<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.inner {
    padding-bottom: 40px;
}

.smL2Wrap {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 0rem;
/*    margin-bottom: 50px;*/
}

.side li a span {
    display: block;
    font-size: .7em;
    letter-spacing: .1em;
    line-height: .5em;
    margin-bottom: 1em;
}

.side li a:hover span {
    margin-left: 2em;
    line-height: 15px;
}

.square {
    border: 1px solid #aaaaaa;
    padding: 3px 10px;
    border-radius: 4px;
    margin-left: 20px;
}

.kvL2 span {
/*    font-size: 40px;
    margin-left: 10px;*/
}


.type {
    background: #dadbdb;
    margin: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
}

.type ul {
    width: 90%;
    max-width: 800px;
    display: flex;
    justify-content: space-around;
}


.type li {
    padding: 8px 20px;
    width: 220px;
    border: 1px solid #acacac;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);


}

.type li p {
    margin-bottom: 5px;
    font-size: 20px;
}

.type li h3 {
    margin-bottom: px;
    font-size: 15px;
    font-weight: 400;
}



ul.img {
    display: flex;
	gap: 10px;
}
ul.img .example-image-link{
	display:block;
	position:relative;
}

.img li {
    display: flex;
	align-items: center;
    width: 20%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    text-align: center;
    position: relative;
}

.img li:after {
    content: "\f00e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    font-size: 1.5em;
	top: 0;
    right: 0.2em;
    color: #afafaf;
}

.img li img {
    width: 90%;
}


.feature {
    padding-left: 20px;
    text-align: left;
    max-width: 900px;
    margin: auto;
    margin-top: 20px;

}

.feature li {
    position: relative;
    line-height: 40px;
}

.feature li:before {
    position: relative;
    content: "・";
}


@import "bourbon";

@keyframes fake {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

body {
    animation: fake 1s infinite;
}

.worko-tabs {
    margin: 20px;
    max-width: 1010px;
    margin: auto;
    border: 1px solid #d4d4d4;
}
.worko-tabs h3{
	font-size: 1em !important;
}
.worko-tabs .state {
    display: none;
}

.worko-tabs .flex-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.worko-tabs .flex-tabs .tab {
    flex-grow: 1;
}

.worko-tabs .flex-tabs .panel {
    background-color: #fff;
    padding: 20px;
    min-height: 300px;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.worko-tabs .tab {
    display: inline-block;
    padding: 30px 10px;
    vertical-align: top;
    background-color: #afafaf;
    cursor: hand;
    cursor: pointer;
    border-left: 10px solid #ccc;
    border-bottom: 1px solid #d4d4d4;
    width: 50%;
}

.worko-tabs .tab:hover {
    background-color: #fff;
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label {
    background-color: #fff;

    cursor: default;
    border-left-color: rgb(1, 191, 255);
    border-bottom: 1px solid #ffffff;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel {
    display: block;
}

@media (max-width: 600px) {
    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }

    .flex-tabs #tab-one-label {
        order: 1;
    }

    .flex-tabs #tab-two-label {
        order: 2;
    }

    .flex-tabs #tab-three-label {
        order: 5;
    }

    .flex-tabs #tab-four-label {
        order: 7;
    }

    .flex-tabs #tab-one-panel {
        order: 2;
    }

    .flex-tabs #tab-two-panel {
        order: 4;
    }

    .flex-tabs #tab-three-panel {
        order: 6;
    }

    .flex-tabs #tab-four-panel {
        order: 8;
    }

    #tab-one:checked ~ .tabs #tab-one-label,
    #tab-two:checked ~ .tabs #tab-two-label,
    #tab-three:checked ~ .tabs #tab-three-label,
    #tab-four:checked ~ .tabs #tab-four-label {
        border-bottom: none;
    }

    #tab-one:checked ~ .tabs #tab-one-panel,
    #tab-two:checked ~ .tabs #tab-two-panel,
    #tab-three:checked ~ .tabs #tab-three-panel,
    #tab-four:checked ~ .tabs #tab-four-panel {
        border-bottom: 1px solid #ccc;
    }
}

@-moz-document url-prefix() {
    .side li a span {
        display: block;
        font-size: .8em;
        letter-spacing: .1em;
        line-height: .5em;
        margin-bottom: 1em;
    }
}

@media all and (-ms-high-contrast:none) {
    .side li a span {
        display: block;
        font-size: .8em;
        letter-spacing: .1em;
        line-height: .5em;
        margin-bottom: 1em;
    }

    .side li a:hover span {
        margin-left: 0;
    }
}



@media only screen and (max-width:728px) {
    .worko-tabs .tab {
        padding: 10px;
    }
}

.tabs .active::before{
	content: none !important ;
	font-family:unset !important;
	left:unset !important;
	top:unset !important;
	font-size:unset !important;
	position:unset !important;
}

</pre></body></html>